* {
    margin: 0;
    padding: 0;
}

.container,
.container * {
    box-sizing: border-box;
}

html {
    background-color: #fffdeb;
}

.container {
    /* padding-bottom: 80px; */
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer !important;
}

.banner-box {
    background: url("../images/banner-return.jpg") no-repeat top center;
}

.banner-box .pc-banner {
    margin: 0 auto;
    width: 1200px;
    -webkit-user-drag: none;
}

.banner-box .phone-banner {
    display: none;
    margin: 0 auto;
    width: 750rem;
    -webkit-user-drag: none;
}



.con-tit {
    margin: 0 auto;
    height: 65px;
    user-select: none;
    -webkit-user-drag: none;
}

.con-tit-footer {
    margin: 0 auto;
    margin-top: 22px;
    height: 38px;
    user-select: none;
    -webkit-user-drag: none;
}

.con1 {
    padding-top: 98px;
    min-height: 978px;
}

.con1-con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
}

.con1-top {
    display: flex;
    align-items: center;
}

.con1-swiper {
    width: 480px;
    height: 270px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.con1-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con1-swiper .swiper-pagination1 {
    position: absolute;
    width: 120px;
    height: 15px;
    left: auto;
    right: 54px;
    bottom: 19px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.con1-swiper .swiper-pagination1 .swiper-pagination-bullet {
    background-color: white;
    width: 15px;
    height: 15px;
    margin: 0;
}

.con1-headline {
    height: 244px;
    padding: 40px 44px 0 36px;
    background-color: #fffef5;
    flex: 1;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.con1-headline-title {
    font-size: 32px;
    line-height: 40px;
    color: #283f6e;
    margin-bottom: 22px;
}

.con1-headline-des {
    font-size: 19px;
    line-height: 29px;
    word-break: break-all;
    display: inline;
}

.con1-headline-more {
    font-size: 19px;
    line-height: 29px;
    word-break: break-all;
}

.con1-date {
    position: absolute;
    right: 16px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.con1-month-day {
    font-size: 25px;
}

.con1-year {
    margin-top: 2px;
    font-size: 16px;
}

.con1-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}

.con1-common-item {
    width: 570px;
    height: 66px;
    border-bottom: 2px #c5c4c0 dotted;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.con1-common-item::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: black;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.con1-common-tit {
    display: block;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 1px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.con1-common-time {
    font-size: 18px;
    line-height: 21px;
    color: #363636;
    padding-right: 14px;
    flex-shrink: 0;
}

.con2 {
    padding-top: 90px;
    background: url("../images/con2-bg.jpg") no-repeat top center;
    background-size: cover;
}


.con2-path-phone {
    display: none;
}

.con2-path {
    margin-top: 74px;
    padding-bottom: 101px;
}

.con2-path .con2-path-item {
    width: 1200px;
    height: 404px;
    background-color: #fffef5;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 64px;
}

.con2-path .con2-path-item:last-child {
    margin-bottom: 0;
}

.con2-path .con2-path-item .text-swiper {
    width: 1056px;
    height: 194px;
    margin: auto;
    margin-bottom: 26px;
    overflow: hidden;
}

.con2-path .text-swiper .swiper-slide {
    padding-top: 46px;
}

.con2-path .text-swiper .swiper-slide h2 {
    font-size: 42px;
    line-height: 44px;
    color: #243454;
    text-align: center;
}

.con2-path .text-swiper .swiper-slide p {
    font-size: 25px;
    line-height: 27px;
    margin-top: 36px;
    text-align: center;
}

.con2-path .text-swiper .swiper-slide span {
    display: block;
    color: #5c5c5c;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 19px;
}

.con2-path .date-swiper {
    width: 1056px;
    height: 74px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #374c77, #374c77);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 10px;
    overflow: hidden;
}

.con2-path .pagination-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.con2-path .pagination-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.con2-path .pagination-date {
    font-size: 21px;
    color: #5c5c5c;
    pointer-events: none;
}

.con2-path .active .pagination-dot {
    background-color: #f14c77;
}

.con2-path .active .pagination-date {
    color: #f14c77;
}

.con2-path .navigation-box {
    display: flex;
    justify-content: space-between;
    width: 160px;
    margin: 0 auto;
    margin-top: 31px;
}

.con2-path .navigation-box img {
    width: 40px;
    height: 36px;
}








.con3 {
    padding-top: 111px;
    padding-bottom: 182px;
}

.con3 .swiper-box {
    position: relative;
    width: 1222px;
    height: 691px;
    margin: 0 auto;
    margin-top: 165px;
    transform: translateX(7px);
}

.con3 .con3-swiper-phone-box {
    display: none;
}

.con3-swiper {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.con3-swiper .swiper-slide {
    padding: 4px 18px 18px 4px;
    background: url("../images/con3-box1.png");
    background-size: 100% 100%;
    overflow: hidden;
}

.con3-swiper .swiper-slide:hover {
    background: url("../images/con3-box2.png");
    background-size: 100% 100%;
}

.con3-swiper .slide-box {
    width: 100%;
    height: 100%;
    display: flex;
}

.con3-swiper .slide-date {
    width: 205px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con3-swiper .slide-date .slide-date-day {
    font-size: 100px;
    line-height: 102px;
    font-weight: bold;
    color: #aaaaaa;
}

.con3-swiper .slide-date .slide-date-year-month {
    font-size: 25px;
    line-height: 27px;
    color: black;
    margin-top: 4px;
}

.con3-swiper .swiper-slide:hover .slide-date-year-month {
    color: white;
}

.con3-swiper .slide-con {
    flex: 1;
    padding: 25px 36px 0 39px;
    display: flex;
	overflow: hidden;
}

.con3-swiper .slide-con .slide-text{
	overflow: hidden;
}

.con3-swiper .slide-con .slide-img {
    width: 90px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
    margin-right: 33px;
}

.con3-swiper .slide-con .slide-tit {
    font-size: 23px;
    line-height: 42px;
    height: 100px;
    padding-top: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.con3-swiper .slide-con .slide-des {
    font-size: 25px;
    line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con3-swiper .swiper-slide:hover .slide-tit,
.con3-swiper .swiper-slide:hover .slide-des {
    color: white;
}

.con3-swiper .slide-btn-box {
    width: 219px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con3-swiper .slide-btn {
    width: 138px;
    height: 66px;
    border-radius: 33px;
    background-image: linear-gradient(to right, #ec4d78, #0666be);
    font-size: 34px;
    line-height: 66px;
    color: white;
    text-align: center;
}

.con3 .swiper-pagination3 {
    position: absolute;
    right: -36px;
    top: 235px;
    display: flex;
    flex-direction: column;
}

.con3 .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    opacity: 1 !important;
    border: 2px solid #243454;
    background: none;
    margin-bottom: 22px;
}

.con3 .swiper-pagination-bullet-active {
    background-color: #243454;
}

.swiper3-button-prev {
    width: 40px;
    height: 32px;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper3-button-next {
    width: 40px;
    height: 32px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.con4 {
    padding-top: 109px;
    padding-bottom: 145px;
    background: url("../images/con4-bg.jpg") no-repeat top center;
    background-size: cover;
}

.con4-swiper {
    width: 1440px;
    height: 529px;
    margin: 0 auto;
    margin-top: 102px;
    overflow-x: hidden;
}

.con4-swiper .swiper-slide {
    width: 570px;
    height: 529px;
}

.con4-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con4-swiper .slide-text {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
}

.con4-footer {
    width: 588px;
    margin: 0 auto;
    margin-top: 34px;
    position: relative;
}

.con4-footer-tit {
    width: 344px;
    height: 66px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.con4-footer-tit h2 {
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.con4-footer-des {
    display: block;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #5c5c5c;
    text-align: center;
    margin-top: 6px;
}

.con4-footer-time {
    display: block;
    height: 27px;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    color: #5c5c5c;
    text-align: center;
    margin-top: 22px;
}

.swiper4-button-prev,
.swiper4-button-next {
    width: 26px;
    height: 45px;
    position: absolute;
    top: 60px;
}

.swiper4-button-prev {
    left: 0;
}

.swiper4-button-next {
    right: 0;
}

.con4 .swiper-pagination4 {
    display: flex;
    justify-content: space-between;
    width: 116px;
    height: 23px;
    margin: 0 auto;
    margin-top: 25px;
}

.con4 .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    opacity: 1 !important;
    border: 2px solid #243454;
    background: none;
    margin-bottom: 22px;
}

.con4 .swiper-pagination-bullet-active {
    background-color: #243454;
}

.con5 {
    padding-top: 80px;
    padding-bottom: 140px;
}

.con5-swiper-group {
    width: 1200px;
    height: 85px;
    background-color: #243454;
    margin: 0 auto;
    margin-top: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.con5-swiper-group .active {
    border-bottom: 1px solid white;
}

.con5-group-item {
    color: white;
    font-size: 25px;
    line-height: 50px;
    margin: 0 65px;
    padding: 0 4px;
}

.con5-swiper-list {
    width: 100%;
    height: 270px;
    margin-top: 55px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
}

.con5 .swiper {
    display: none;
    width: 2467px;
    flex-shrink: 0;
    height: 270px;
    overflow-x: hidden;
    position: relative;
}

.con5 .swiper5-1 {
    display: block;
}

.con5 .swiper-slide {
    position: relative;
}

.con5 .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con5 .slide-black {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
}

.con5-swiper-item .active .slide-black {
    display: block;
}

.con5 .slide-text {
    width: 100%;
    height: 100%;
    border: 1px solid white;
    padding: 58px 22px 0 22px;
}

.con5 .slide-play {
    width: 77px;
    height: 77px;
    margin: 0 auto;
}

.con5 .slide-text h2 {
    font-size: 22px;
    line-height: 29px;
    color: white;
    margin-top: 20px;
    font-weight: 500;
}

.swiper5-button-prev,
.swiper5-button-next {
    width: 37px;
    height: 70px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 50%;
    background-color: #243454;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper5-button-prev img,
.swiper5-button-next img {
    width: 11px;
    height: 25px;
}

.swiper5-button-prev {
    transform: translateX(-294px);
}

.swiper5-button-next {
    transform: translateX(257px);
}

.con6 {
    padding-top: 64px;
    padding-bottom: 154px;
    background: url("../images/con6-bg.jpg") no-repeat top center;
    background-size: cover;
}

.con6-swiper-box {
    width: 100%;
    margin-top: 74px;
    padding-top: 75px;
    min-height: 650px;
    background-image: linear-gradient(to bottom, #151742, #243454);
    background-size: 100% 340px;
    background-repeat: no-repeat;
}

.con6-swiper {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

.con6-swiper .swiper-slide {
    background: white;
    display: flex;
}

.con6-swiper .slide-img-box {
    width: 640px;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.con6-swiper .slide-img-box .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con6-swiper .slide-img-box .slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102px;
    height: 102px;
}

.con6-swiper .slide-text {
    padding: 128px 68px 0 58px;
}

.con6-swiper .slide-text h2 {
    font-size: 25px;
    line-height: 33px;
}

.con6-swiper .swiper6-navigation {
    position: absolute;
    right: 295px;
    top: 240px;
    width: 207px;
    height: 40px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}

.swiper6-button-prev,
.swiper6-button-next {
    width: 102px;
    height: 100%;
    background-color: #243454;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper6-button-prev {
    border-radius: 51px 0 0 51px;
}

.swiper6-button-next {
    border-radius: 0 51px 51px 0;
}

.swiper6-button-prev img,
.swiper6-button-next img {
    width: 11px;
    height: 17px;
}

.con6-change-swiper {
    width: 1200px;
    height: 166px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.con6-change-swiper .con6-small-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con6-change-item {
    width: 294px;
    height: 166px;
    object-fit: cover;
}

.con7 {
    padding-top: 85px;
    padding-bottom: 116px;
}

#con7-carousel {
    width: 1800px;
    height: 523px;
    margin: 0 auto;
    margin-top: 80px;
}

.con7-swiper {
    display: none;
}

.cloud9-item {
    width: 612px;
    height: 344px;
}

.cloud9-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-footer {
    width: 100%;
    height: auto;
}



@media (max-width: 768px) {
    .banner-box .pc-banner {
        display: none;
    }
    .banner-box .phone-banner {
        display: block;
    }

    .con1 {
        padding-top: 80rem;
        padding-bottom: 50rem;
        min-height: auto;
    }

    .con-tit {
        height: 80rem;
    }

    .con-tit-footer {
        margin-top: 20rem;
        height: 36rem;
    }

    .con1-con {
        width: 700rem;
        margin-top: 50rem;
    }

    .con1-top {
        display: block;
    }

    .con1-swiper {
        width: 700rem;
        height: 393.75rem;
    }

    .con1-swiper .swiper-pagination1 {
        right: 60rem;
        bottom: 30rem;
        height: 26rem;
        width: 160rem;
    }

    .con1-swiper .swiper-pagination1 .swiper-pagination-bullet {
        width: 26rem;
        height: 26rem;
    }

    .con1-headline {
        height: auto;
        padding: 25rem;
    }

    .con1-headline-title {
        font-size: 44rem;
        line-height: 60rem;
        margin-bottom: 12rem;
    }

    .con1-headline-des {
        font-size: 30rem;
        line-height: 48rem;
    }

    .con1-headline-more {
        font-size: 30rem;
        line-height: 48rem;
    }

    .con1-bottom {
        margin-top: 30rem;
    }

    .con1-common-item {
        width: 100%;
        height: 100rem;
        padding-top: 8rem;
    }

    .con2 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    .con2-path {
        margin-top: 50rem;
        padding-bottom: 0;
        display: none;
    }

    .con2-path-phone {
        display: block;
        width: 650rem;
        padding-bottom: 50rem;
        margin: 0 auto;
    }

    .con2-path-item {
        padding-top: 50rem;
    }

    .con2-path-month {
        font-size: 36rem;
        text-align: center;
        color: #243454;
        margin-bottom: 20rem;
    }

    .con2-phone-swiper {
        width: 100%;
        height: 222rem;
        background-color: white;
        border-radius: 20rem;
        box-shadow: 5rem 5rem 10rem rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .con2-phone-swiper .swiper-slide {
        display: flex;
        align-items: center;
        padding: 0 38rem 0 20rem;
    }

    .con2-phone-swiper .slide-date {
        font-size: 48rem;
        color: #243454;
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 30rem;
    }

    .con2-phone-swiper .slide-text {
        flex: 1;
    }

    .con2-phone-swiper .slide-title {
        font-size: 26rem;
        line-height: 40rem;
        color: black;
        margin-bottom: 6rem;
    }

    .con2-phone-swiper .slide-des {
        font-size: 21rem;
        color: #808080;
    }

    .con2-phone-navigation {
        display: flex;
        justify-content: space-between;
        width: 140rem;
        margin: 0 auto;
        margin-top: 30rem;
    }

    .con2-phone-navigation img {
        width: 40rem;
        height: 36rem;
    }

    .con3 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    .con3 .swiper-box {
        display: none;
        margin-top: 50rem;
    }

    .con3 .con3-swiper-phone-box {
        display: block;
        width: 750rem;
        height: 408rem;
        margin-top: 50rem;
        overflow-x: hidden;
        position: relative;
    }

    .con3 .slide-box {
        width: 630rem;
        height: 400rem;
        margin: 0 auto;
        background: url("../images/con3-phone-box1.png") no-repeat top center;
        background-size: 100% 100%;
        box-shadow: 8rem 8rem 10rem #e7e5d6;
        padding: 32rem 29rem 0 29rem;
    }

    .con3 .slide-date {
        font-size: 30rem;
        color: #243454;
        font-weight: bold;
        margin-bottom: 30rem;
    }

    .con3 .slide-between {
        display: flex;
        height: 160rem;
    }

    .con3 .slide-img {
        width: 90rem;
        height: 160rem;
        object-fit: cover;
        border-radius: 20rem;
        flex-shrink: 0;
        margin-right: 25rem;
    }

    .con3 .slide-tit {
        font-size: 30rem;
        line-height: 40rem;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .con3 .slide-des{
        font-size: 20rem;
        line-height: 40rem;
        color: #000000;
        margin-top: 6rem;
    }
    .con3  .slide-btn{
        display: block;
        width: 138rem;
        height: 66rem;
        background-image: linear-gradient(to right, #e14e7b,#1264ba);
        border-radius: 34rem;
        color: white;
        font-size: 32rem;
        border: 0;
        outline: 0;
        margin: 0 auto;
        margin-top: 46rem;
    }
    .con3 .con3-swiper-prev,
    .con3 .con3-swiper-next{
        position: absolute;
        top: 46%;
        width: 34rem;
        height: 42rem;
        z-index: 20;
    }
    .con3 .con3-swiper-prev img,
    .con3 .con3-swiper-next img{
        width: 100%;
        height: 100%;
    }
    .con3 .con3-swiper-prev{
        left: 8rem;
    }
    .con3 .con3-swiper-next{
        right: 8rem;
    }

    .con4 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    .con4-swiper {
        margin-top: 50rem;
        width: 750rem;
        height: 650rem;
    }

    .con4-swiper .swiper-slide {
        width: 700rem;
        height: 650rem;
    }

    .con4-footer {
        width: 700rem;
        margin-top: 50rem;
    }

    .con4-footer-tit {
        width: 550rem;
        height: 100rem;
    }

    .con4-footer-tit h2 {
        font-size: 32rem;
        line-height: 50rem;
    }

    .con4-footer-des {
        font-size: 30rem;
        height: 50rem;
        line-height: 50rem;
        margin-top: 10rem;
    }

    .con4-footer-time {
        height: 50rem;
        line-height: 50rem;
        font-size: 34rem;
        margin-top: 16rem;
    }

    .swiper4-button-prev,
    .swiper4-button-next {
        width: 34rem;
        height: 59rem;
        top: 90rem;
    }

    .swiper4-button-prev img,
    .swiper4-button-next img {
        width: 100%;
        height: 100%;
    }

    .con4 .swiper-pagination4 {
        width: 160rem;
        height: 32rem;
        margin-top: 30rem;
    }

    .con4 .swiper-pagination-bullet {
        width: 32rem;
        height: 32rem;
        margin-bottom: 0;
    }

    .con5 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    .con5-swiper-group {
        width: 750rem;
        margin-top: 50rem;
        height: 100rem;
        display: flex;
        justify-content: space-around;
    }

    .con5-group-item {
        font-size: 30rem;
        line-height: 60rem;
        margin: 0;
    }

    .con5-swiper-list {
        margin-top: 50rem;
        height: 393.75rem;
    }

    .con5 .swiper {
        width: calc((17px * 3) + (700rem * 5));
        height: 393.75rem;
    }

    .con5 .slide-black {
        padding: 20rem;
    }

    .con5 .slide-text {
        padding: 100rem 30rem 0 30rem;
    }

    .con5 .slide-play {
        width: 120rem;
        height: 120rem;
    }

    .con5 .slide-text h2 {
        font-size: 30rem;
        line-height: 44rem;
        margin-top: 20rem;
    }

    .swiper5-button-prev,
    .swiper5-button-next {
		bottom:auto;
		top:50%;
        width: 37rem;
        height: 70rem;
    }

    .swiper5-button-prev {
        transform: translate(-346rem,-50%);
    }

    .swiper5-button-next {
        transform: translate(309rem,-50%);
    }

    .con6 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    .con6-swiper-box {
        margin-top: 50rem;
        padding-top: 50rem;
        min-height: auto;
        background-size: 100% 300rem;
    }

    .con6-swiper {
        width: 700rem;
        height: 500rem;
        overflow: hidden;
    }

    .con6-swiper .swiper-slide {
        display: block;
        position: relative;
        height: 393.75rem;
    }

    .con6-swiper .slide-img-box {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .con6-swiper .slide-img-box .slide-play {
        width: 120rem;
        height: 120rem;
    }

    .con6-swiper .slide-text {
        width: 100%;
        padding: 20rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .con6-swiper .slide-text h2 {
        font-size: 30rem;
        line-height: 44rem;
        color: white;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .con6-swiper .swiper6-navigation {
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: 0;
        width: 300rem;
        height: 60rem;
    }

    .con6-change-swiper {
        display: none;
    }

    .swiper6-button-prev,
    .swiper6-button-next {
        width: 148rem;
    }

    .swiper6-button-prev {
        border-radius: 74rem 0 0 74rem;
    }

    .swiper6-button-next {
        border-radius: 0 74rem 74rem 0;
    }

    .con7 {
        padding-top: 80rem;
        padding-bottom: 50rem;
    }

    #con7-carousel {
        display: none;
    }

    .con7-swiper {
        display: block;
        width: 710rem;
        height: 400rem;
        margin: 0 auto;
        margin-top: 50rem;
        overflow: hidden;
    }

    .con7-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}