.page-content {
    padding-bottom: 0;
}

.content-layer {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../images/bg23.png) no-repeat top right / 30%;
}

.first-layer {
    padding-top: calc(150 * var(--px));
}

.first-layer .layer-main {
    padding-right: calc(70* var(--px));
}

.first-layer .layer-main .img {
    max-width: calc(960 * var(--px));
    height: 100%;
    flex: 0 1 auto;
    border-top-right-radius: calc(var(--round-16) * var(--px));
    border-bottom-right-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
    align-self: flex-end;
}

.first-layer .layer-main .img img {
    display: block;
}

.first-layer .section-box {
    flex: 1 2 0;
    padding-left: calc(78 * var(--px));
}

.first-layer .section-box .section-box-header .title {
    font-size: calc(56* var(--px));
    color: var(--fourdary);
    margin-bottom: 0;
}

.first-layer .section-box .section-box-header::after {
    content: '';
    display: block;
    width: calc(125* var(--px));
    height: calc(6* var(--px));
    background-color: var(--thirdary);
    border-radius: calc(var(--round-6)* var(--px));
}

.first-layer .section-box .section-box-content {
    text-align: justify;
    height: calc(500 * var(--px));
    font-size: calc(24 * var(--px));
    color: #333;
    line-height: 1.3;
    margin-top: calc(58 * var(--px));
    padding-right: calc(40 * var(--px));
}

.second-layer .layer-main {
    background-color: #f4f4f4;
}

.second-layer .detail-box {
    /* max-width: calc(910 / 1920 * 100vw); */
    width: 100%;
    /* max-width: calc(1600 / 1920 * 100vw); */
    /* max-width: calc(910 * var(--px)); */
    margin-right: calc(calc(50 * var(--px)));
    padding-bottom: calc(50 * var(--px));
    position: relative;
    flex: 0 1 auto;
    cursor: default;
}

.second-layer .detail-box::after {
    content: '';
    width: 100%;
    height: calc(100% - calc(50 * var(--px)));
    position: absolute;
    top: 0;
    left: calc(50 * var(--px));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(240, 160, 0, .4));
    border-bottom-right-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
    z-index: 1;
}

.second-layer .detail-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(225deg, rgba(255, 255, 255, .4), rgba(240, 160, 0, .4));
    border-bottom-right-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
    z-index: 2;
}

.second-layer .detail-box .detail-swiper {
    font-size: calc(30 * var(--px));
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    height: 100%;
    background-color: #e99f48;
    border-top-right-radius: calc(var(--round-16) * var(--px));
    border-bottom-right-radius: calc(var(--round-16) * var(--px));
    position: relative;
    z-index: 3;
}

.second-layer .detail-box .detail-swiper .swiper-slide {
    text-align: justify;
    width: 100%;
    height: calc(600 * var(--px));
    /* padding: calc(104 * var(--px)) calc(70 * var(--px)) calc(124 * var(--px)) calc(40 * var(--px)); */
    padding: calc(40 * var(--px)) calc(24 * var(--px));
}

.second-layer .detail-box .detail-swiper .swiper-slide-content {
    /* max-width: calc(700 * var(--px)); */
    width: 100%;
    height: 100%;
    /* height: calc(370 * var(--px)); */

    padding: calc(36 * var(--px)) calc(20 * var(--px)) calc(50 * var(--px)) calc(48 * var(--px));
    position: relative;
    margin-left: auto;
}

.second-layer .detail-box .detail-swiper .swiper-slide .border {
    position: absolute;
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-1,
.second-layer .detail-box .detail-swiper .swiper-slide .border-3 {
    width: calc(50 * var(--px));
    height: calc(5 * var(--px));
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-2,
.second-layer .detail-box .detail-swiper .swiper-slide .border-4 {
    width: calc(5 * var(--px));
    height: calc(82 * var(--px));
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-1 {
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .8));
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-2 {
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .8));
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-3 {
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .8));
}

.second-layer .detail-box .detail-swiper .swiper-slide .border-4 {
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .8));
}

.second-layer .detail-box .detail-swiper .swiper-slide .detail::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.second-layer .pic-swiper {
    flex: 1 2 0;
    padding: calc(112 * var(--px)) 0 calc(112 * var(--px)) calc(82 * var(--px));
}

.second-layer .pic-swiper .swiper-slide {
    width: calc(360 * var(--px));
    height: calc(418 * var(--px));
    border-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
    margin-right: calc(60 * var(--px));
    position: relative;
}

.second-layer .pic-swiper .swiper-slide .swiper-slide-content {
    color: #fff;
    font-size: calc(28 * var(--px));
    font-weight: 400;
    width: 100%;
    min-height: calc(120 * var(--px));
    padding: calc(0 * var(--px)) calc(40 * var(--px)) calc(20 * var(--px));
    position: absolute;
    bottom: 0;
    left: 0;
}

.contract-way-wrap {
    background-color: #fff;
    padding-top: calc(100 * var(--px));
    padding-bottom: calc(150 * var(--px));
}

.contract-way-box {
    gap: calc(22 * var(--px));
}

.contract-way {
    font-size: calc(24 * var(--px));
    min-height: calc(344 * var(--px));
    line-height: 1.2;
    position: relative;
    border-radius: calc(8 * var(--px));
    background-color: #f4f4f4;
    overflow: hidden;
    padding: calc(50 * var(--px)) calc(40 * var(--px)) 0;
}

.contract-way:nth-of-type(1) {
    color: #0a3792;
}

.contract-way:nth-of-type(2) {
    color: #c5425b;
}

.contract-way:nth-of-type(3) {
    color: #f48f0d;
}

.contract-way:nth-of-type(4) {
    color: #66247b;
}

.contract-way h5 {
    font-size: calc(36 * var(--px));
    padding-bottom: calc(10 * var(--px));
}

.contract-way a {
    display: inline-block;
    border-bottom: 1px solid currentColor;
}

.contract-way::before,
.contract-way::after {
    content: '';
    width: 100%;
    height: calc(10 * var(--px));
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
}

.contract-way::after {
    width: calc(10 * var(--px));
    height: 100%;
}

.contract-way:nth-of-type(1):before,
.contract-way:nth-of-type(1)::after {
    background-color: #0a3792;
}

.contract-way:nth-of-type(2):before,
.contract-way:nth-of-type(2)::after {
    background-color: #c5425b;
}

.contract-way:nth-of-type(3):before,
.contract-way:nth-of-type(3)::after {
    background-color: #f48f0d;
}

.contract-way:nth-of-type(4):before,
.contract-way:nth-of-type(4)::after {
    background-color: #a65bbe;
}

.contract-way img {
    height: calc(98 * var(--px));
    position: absolute;
    bottom: calc(40 * var(--px));
    right: calc(40 * var(--px));
}

.contract-way:nth-of-type(1) img {
    height: calc(134 * var(--px));
    position: absolute;
    bottom: calc(24 * var(--px));
    right: calc(30 * var(--px));
}

.third-layer {
    background-color: #f4f4f4;
    padding-bottom: calc(100 * var(--px));
}

.third-layer .layer-header__section .title p {
    margin-bottom: calc(16 * var(--px));
}

.third-layer .collapse-item__header .circle {
    --r: 40;
    width: calc(40* var(--px));
    height: calc(40* var(--px));
    margin-left: calc(20* var(--px));
    position: relative;
}

.third-layer .collapse-item__header .circle .border {
    width: calc(25* var(--px));
    height: calc(4* var(--px));
    background-color: var(--thirdary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    transition: transform .3s linear,
        background .3s linear;
}

.third-layer .collapse-item__header .circle .border:nth-last-of-type(1) {
    transform: translate(-50%) rotate(90deg);
    transform-origin: center;
}

.third-layer .collapse-item.active .circle .border {
    background-color: var(--thirdary);
}

.third-layer .collapse-item.active .circle .border:nth-last-of-type(1) {
    transform: translate(-50%);
}

.third-layer .collapse-item {
    border-bottom: 1px solid #aaaaaa;
}

.third-layer .collapse-item .collapse-item__header {
    padding: calc(30 * var(--px)) 0;
}

.third-layer .collapse-item .collapse-item__title>.title {
    font-variation-settings: normal;
    font-size: calc(28 * var(--px));
    font-weight: 700;
    color: #333;
    background: linear-gradient(to right, var(--thirdary), var(--thirdary)) no-repeat right bottom / 0 2px;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .5s linear .3s;
}

.third-layer .collapse-item .collapse-item__title .icon {
    opacity: 0;
}

.third-layer .collapse-item.active .collapse-item__title>.title {
    color: var(--thirdary);
    background-size: 100% 2px;
    background-position-x: left;
}

.third-layer .collapse-item.active .collapse-item__title .icon {
    opacity: 1;
}

.third-layer .collapse-item__main {
    font-size: calc(20 * var(--px));
}

.third-layer .collapse-item__main .station-info {
    max-width: calc(960 * var(--px));
    width: 100%;
    gap: calc(26 * var(--px)) 0;
    margin-top: calc(16 * var(--px));
    ;
    margin-bottom: calc(76 * var(--px));
}

.third-layer .collapse-item__main .station-info .icon {
    margin-right: calc(14 * var(--px));
}

.third-layer .collapse-item .desc-box {
    font-size: calc(24 * var(--px));
}

.third-layer .collapse-item .desc-box-content {
    padding: calc(48 * var(--px)) 0;
}

.third-layer .collapse-item .desc-box .title {
    font-size: calc(24 * var(--px));
    font-weight: 700;
    font-variation-settings: normal;
}

.third-layer .collapse-item .desc-box-content .title {
    font-weight: 600;
    margin-bottom: calc(24 * var(--px));
}

.third-layer .collapse-item .desc-box-content ul {
    padding-left: calc(22 * var(--px));
}

.third-layer .collapse-item .desc-box-content ul li {
    margin-bottom: calc(50 * var(--px));
}

.third-layer .collapse-item .desc-box-content ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.third-layer .collapse-item .desc-box-content ul li .value {
    padding-left: calc(12 * var(--px));
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .first-layer .layer-main {
        padding-right: calc(24 * var(--px));
        flex-wrap: wrap;
    }

    .first-layer .section-box {
        /* flex: 0 0 100%; */
        /* order: 1; */
        margin-bottom: calc(20 * var(--px));
        padding-left: calc(40 * var(--px));
    }

    .first-layer .section-box .section-box-content {
        height: calc(400 * var(--px));
        padding-right: calc(12 * var(--px));
    }

    .first-layer .layer-main .img {
        /* order: 2; */
        max-width: calc(730 * var(--px));
    }

    .contract-way-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .second-layer .detail-box .detail-swiper .swiper-slide {
        padding-right: calc(40 * var(--px));
    }
}

@media screen and (max-width: 668px) {
    .first-layer .section-box {
        flex: 0 0 100%;
        order: 1;
    }
    .first-layer .section-box .section-box-content {
        height: calc(290 * var(--px));
    }
    .first-layer .layer-main .img {
        order: 2;
    }
}

@media screen and (max-width: 550px) {
    .first-layer .layer-main {
        padding-right: calc(24 * var(--px));
    }

    .first-layer .section-box {
        padding-left: calc(24 * var(--px));
    }

    .second-layer .pic-swiper {
        padding-left: calc(40 * var(--px));
    }
}
@media screen and (max-width: 500px) {
    .first-layer .layer-main .img {
        max-width: unset;
        width: calc(100% - calc(26 * var(--px)));
    }
}