.vct61-page {
    position: relative;
}
.pc {
    position:relative;
}
.pg-phone{
    display: none !important;
}
.pg-pc{
    display: block;
}
.vct61-page{
    width: 100%;
    padding: 1px 0;
    position: relative;
    background-color: #f6efe5;
}
.vct61-main-img {
    width: 100%;
    height: 100%;
}
.banner{
    position: relative;
    width: 192rem;
    height: 96rem;
}

@keyframes fadeInLeft{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

.float-content-box {
    position: absolute;
    left: 101.6rem;
    top: 42.1rem;
    bottom: 0;
    height: 40rem;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
.float-title {
    text-align: left;
    font-size: 8rem;
    font-family: Rany-Bold;
    background: linear-gradient(70deg, #FFEEB2 0%, #88632E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
}
.float-des {
    margin-top: 2rem;
    text-align: left;
    font-size: 7.3rem;
    font-family: Rany-Regular;
    background: linear-gradient(70deg, #FFEEB2 35%, #88632E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.pg-panel1 {
    position: relative;
    width: 192rem;
    /* height: 93rem; */
}
.pg-panel1-message {
    width: 100%;
    text-align: center;
    visibility: hidden;
}
.pg-panel1-title{
    width: 40%;
    font-size: 6rem;
    font-family: 'Rany-Bold';
    margin: 23.6rem auto 7rem;
    background: linear-gradient(90deg, #FFEEB2 0%, #88632E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.pg-panel1-txt {
    font-size: 2.4rem;
    color: #8E7550;
    font-family: 'OPPOSans';
    line-height: 4rem;
    margin-bottom: 22.4rem;
}

.pg-panel1 .panel1-video-1 {
    width: 192rem;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.panel1-video{
    width:120rem;
    min-width:120rem;
    max-width: 192rem;
    border-radius: 3rem;
    max-height: 108rem;
}

.pg-panel2 {
    position: relative;
    width: 192rem;
    height: 156.3rem;
}
.pg-panel2-message {
    position: absolute;
    left: 30.9rem;
    top: 28rem;
    color: #000;
    visibility: hidden;
}
.pg-panel2-title {
    width: 30%;
    font-size: 6rem;
    line-height: 7.2rem;
    font-family: Rany-Bold;
    background: linear-gradient(135deg, #EFD59F 0%, #B0813E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
}
.pg-panel2-txt {
    width: 43%;
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'OPPOSans';
    color: #8E7550;
}

/* 第一张图片样式 */
.pg-panel2 .pg-pc:nth-child(2) {
    position: absolute;
    width: 94rem;
    height: 65rem;
    top: 77.7rem;
    left: 22.6rem;
    display: block;
    border-radius: 3rem;
}

/* 第二张图片样式 */
.pg-panel2 .pg-pc:nth-child(3) {
    position: absolute;
    width: 54rem;
    height: 57rem;
    top: 49.2rem;
    left: 118.6rem;
    display: block;
    border-radius: 3rem;
}

/* 第三张图片样式 */
.pg-panel2 .pg-pc:nth-child(4) {
    position: absolute;
    width: 54rem;
    height: 47.7rem;
    top: 108.6rem;
    left: 118.6rem;
    display: block;
    border-radius: 3rem;
}
.img-action {
    opacity: 0;
}
.img-float {
    animation-name: mixpadFadeInUp;
    animation-duration: .66s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
@keyframes mixpadFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,24px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.pg-panel3 {
    position: relative;
    width: 192rem;
    /* height: 93rem; */
}
.pg-panel3-message {
    width: 100%;
    text-align: center;
    visibility: hidden;
}
.pg-panel3-title{
    width: 40%;
    font-size: 6rem;
    font-family: 'Rany-Bold';
    margin: 23.6rem auto 7rem;
    background: linear-gradient(90deg, #FFEEB2 0%, #88632E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.pg-panel3-txt {
    font-size: 2.4rem;
    color: #8E7550;
    font-family: 'OPPOSans';
    line-height: 3.6rem;
    margin-bottom: 9.8rem;
}

.pg-panel3 .panel3-video-1 {
    width: 157rem;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.panel3-video{
    width:120rem;
    min-width:120rem;
    max-width: 157rem;
    border-radius: 3rem;
}

.pg-panel4 {
    position: relative;
    width: 192rem;
    /* height: 93rem; */
    padding-bottom: 8.3rem;
}
.pg-panel4-message {
    position: relative;
    width: 100%;
    visibility: hidden;
}
.pg-panel4-title {
    text-align: center;
    background: linear-gradient(135deg, #EFD59F 0%, #B0813E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    text-shadow: none;
    width: 30%;
    margin: 28.1rem auto 11.3rem;
    font-size: 6rem;
    font-family: Rany-Bold;
    line-height: 7.2rem;
}
.pg-panle4-image-box {
    display: flex;
    width: 100%;
    padding-left: 27.3rem;
    /* visibility: hidden; */
}
.pg-panel4-txt {
    display: inline-block;
    width: 30.2rem;
    font-size: 2.4rem;
    color: #8E7550;
    font-family: OPPOSans;
    text-align: left;
    line-height: 3.6rem;
    visibility: hidden;
    margin-right: 4rem;
}
.pg-panle4-image-box .image-box {
    width: 130.5rem;
    overflow: hidden;
}
.pg-panle4-image-box .swiper-image {
    width: 93rem;
    height: 60rem;
    margin-left: 0;
    overflow: visible;
}
.pg-panle4-image-box .swiper-wrapper {
    width: 90rem;
}
.pg-panle4-image-box .image-box .swiper-slide {
    margin-right: 3rem;
    width: 90rem !important;
    flex-shrink: 0;
}
.pg-panle4-image-box .swiper-buttom {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90rem;
    height: 9rem;
    margin-top: 3rem;
}
.pg-panle4-image-box .swiper-right-button img{
    width: 6rem;
    height: 6rem;
}
.swiper-buttom .swiper-pagination {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}
.swiper-buttom .swiper-pagination-bullet {
    width: 7rem;
    height: 0.5rem;
    background: #F0E5D1;
    border-radius: 0.2rem;
    opacity: 1;
}
.swiper-buttom .swiper-pagination-bullet-active {
    background: #B0813E;
}
.swiper-buttom .swiper-right-button {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 16.4rem;
}
.pg-panel4 .swiper-slide img {
    width: 90rem;
    height: 60rem;
    border-radius: 3rem;
}

