@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

.page_hero {
    padding-top: var(--head);
    background: #F3EEE7
}

.page_hero .sec1 {
    padding-top: 3.33333vw
}

.page_hero .sec1 .title {
    text-align: center;
    margin-bottom: 3.33333vw
}

.page_hero .sec1 .title .en {
    color: #938F83;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: .20833vw
}

.page_hero .sec1 .title .cn {
    color: #1A1A1A;
    line-height: 1.5
}

.page_hero .sec1 .content {
    display: flex;
    justify-content: space-between;
    padding-left: 8.33333vw
}

.page_hero .sec1 .content .lbox {
    width: 31.25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.54167vw;
    text-align: center
}

.page_hero .sec1 .content .lbox .p1 {
    color: #4A3F35;
    line-height: 1.5;
    letter-spacing: .05208vw
}

.page_hero .sec1 .content .lbox .des {
    line-height: 1.5;
    letter-spacing: .05208vw;
    font-weight: 300
}

.page_hero .sec1 .content .lbox .swiper1 {
    width: 20.9375vw;
    overflow: hidden
}

.page_hero .sec1 .content .lbox .swiper1 .pic {
    width: 100%
}

.page_hero .sec1 .content .lbox .swiper1 .pic img {
    display: block;
    width: 100%;
    transition: all 600ms;
    object-fit: cover;
    height: 15.625vw
}

.page_hero .sec1 .content .lbox .swiper1 .pic:hover img {
    transform: scale(1.05)
}

.page_hero .sec1 .content .rbox {
    width: 50vw;
    height: 56.25vw;
    overflow: hidden
}

.page_hero .sec1 .content .rbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms
}

.page_hero .sec1 .content .rbox:hover img {
    transform: scale(1.05)
}

.page_hero .sec2 {
    padding: 3.33333vw 0 4.58333vw;
    background: #FDFAF6
}

.page_hero .sec2 .title {
    text-align: center;
    margin-bottom: 2.08333vw
}

.page_hero .sec2 .title .en {
    color: #938F83;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: .20833vw
}

.page_hero .sec2 .title .cn {
    color: #1A1A1A;
    line-height: 1.5
}

.page_hero .sec2 .cases {
    width: 100%;
    overflow: hidden
}

.page_hero .sec2 .cases .flex {
    display: flex;
    align-items: center;
    width: max-content;
    animation: img_go 30s infinite linear;
    gap: 3.33333vw
}

.page_hero .sec2 .cases .flex:hover {
    animation-play-state: paused
}

.page_hero .sec2 .cases .pic_flex {
    display: flex;
    gap: 3.33333vw
}

.page_hero .sec2 .cases .pic_flex a {
    display: block;
    position: relative;
}

.page_hero .sec2 .cases .pic_flex a .pic {
    width: 100%;
    overflow: hidden;
    height: 34.375vw;
    position: relative;
    transition: all 600ms;
    z-index: 5;
}

.page_hero .sec2 .cases .pic_flex a .pic img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover
}

.page_hero .sec2 .cases .pic_flex a .text {
    text-align: center;
    /* margin-top: 1.5625vw; */
    position: absolute;
    left: 50%;
    z-index: 99;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page_hero .sec2 .cases .pic_flex a .text .name {
    color: #fff;
    font-weight: 300;
    letter-spacing: .0625vw
}

.page_hero .sec2 .cases .pic_flex a .text .des {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .0625vw;
    margin-top: .52083vw
}

.page_hero .sec2 .cases .pic_flex a:hover .pic {
    border-radius: 1.04167vw
}

.page_hero .sec2 .cases .pic_flex a:hover .pic::before {
    opacity: 1
}

.page_hero .common_sec {
    position: relative;
    padding: 3.33333vw 0;
    background: url(/images/reviews/cbg.png) no-repeat;
    background-size: cover
}

.page_hero .common_sec .info {
    text-align: center;
    color: #fff
}

.page_hero .common_sec .info .p1 {
    line-height: 1.5;
    margin-bottom: 2.08333vw
}

.page_hero .common_sec .info a {
    display: inline-flex;
    border: 1.033px solid #FAF9F6;
    padding: .83333vw 2.08333vw;
    gap: .83333vw;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.page_hero .common_sec .info a p,
.page_hero .common_sec .info a img {
    transition: all 600ms
}

.page_hero .common_sec .info a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 0.729vw;
    height: 0.729vw;
    border-radius: 50%;
    transform: translate(-50%, 50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff
}

.page_hero .common_sec .info a img {
    display: block;
    width: 1.25vw
}

.page_hero .common_sec .info a:hover::after {
    transform: translate(-50%, 50%) scale(20)
}

.page_hero .common_sec .info a:hover p {
    color: #000
}

.page_hero .common_sec .info a:hover img {
    filter: invert(1)
}

@media screen and (max-width: 768px) {
    .page_hero {
        padding-top: 60px
    }

    .page_hero .sec1 {
        padding-top: 30px
    }

    .page_hero .sec1 .title {
        margin-bottom: 20px
    }

    .page_hero .sec1 .title .en {
        font-size: 12px;
        letter-spacing: 2px
    }

    .page_hero .sec1 .title .cn {
        font-size: 20px
    }

    .page_hero .sec1 .content {
        flex-direction: column;
        padding-left: 0;
        padding: 0 5%
    }

    .page_hero .sec1 .content .lbox {
        width: 100%;
        gap: 20px;
        margin-bottom: 30px
    }

    .page_hero .sec1 .content .lbox .p1 {
        font-size: 16px;
        letter-spacing: 1px
    }

    .page_hero .sec1 .content .lbox .des {
        font-size: 14px;
        letter-spacing: 1px
    }

    .page_hero .sec1 .content .lbox .swiper {
        width: 80%
    }

    .page_hero .sec1 .content .lbox .swiper .pic img {
        height: 200px
    }

    .page_hero .sec1 .content .rbox {
        width: 100%;
        height: auto
    }

    .page_hero .sec2 {
        padding: 30px 0 40px
    }

    .page_hero .sec2 .title {
        margin-bottom: 20px
    }

    .page_hero .sec2 .title .en {
        font-size: 12px;
        letter-spacing: 2px
    }

    .page_hero .sec2 .title .cn {
        font-size: 18px
    }

    .page_hero .sec2 .cases .flex {
        gap: 20px;
        animation: img_go 20s infinite linear
    }

    .page_hero .sec2 .cases .pic_flex {
        gap: 20px
    }

    .page_hero .sec2 .cases .pic_flex a .pic {
        height: 250px
    }

    .page_hero .sec2 .cases .pic_flex a .pic::before {
        border-radius: 12px
    }

    .page_hero .sec2 .cases .pic_flex a .text {
        margin-top: 15px
    }

    .page_hero .sec2 .cases .pic_flex a .text .name {
        font-size: 16px;
        letter-spacing: 1px
    }

    .page_hero .sec2 .cases .pic_flex a .text .des {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 8px
    }

    .page_hero .sec2 .cases .pic_flex a:hover .pic {
        border-radius: 12px
    }

    .page_hero .common_sec {
        padding: 30px 0
    }

    .page_hero .common_sec .info .p1 {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 5%
    }

    .page_hero .common_sec .info a {
        padding: 10px 24px;
        font-size: 14px;
        gap: 10px
    }

    .page_hero .common_sec .info a::after {
        width: 30px;
        height: 30px
    }

    .page_hero .common_sec .info a img {
        width: 18px
    }
}