body {
    background-color: #f1f1f1;
    color: #FFF
}

.header-bg {
    background-image: url('../image/serviced-big.webp');
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 33.75%;
    overflow: hidden;
}

.one-section .one {
    line-height: 40PX;
    color: #212121;
    font-size: 32PX;
    font-family: 'Montserrat', Medium;
    padding-top: 55px;
}

.one-section .two {
    line-height: 40PX;
    color: #666666;
    font-size: 24PX;
    font-family: 'Montserrat', Light;
    padding-top: 30px;
    padding-bottom: 78px;
    width: 53%;
    margin: auto;
}


.quote-image {
    left: 15%;
    top: 33%;
}

.quote-image-bottom {
    right: 15%;
    top: 65%;
    transform: rotate(180deg);
}

.con-m2 {
    padding: 0 5.2%;
}

.serviced-b {
    position: absolute;
    top: -20%;
    right: 0;
    width: 30vw;
    aspect-ratio: 410 / 485;
    /* 直接定义原始宽高比 */
    max-width: 410px;
    max-height: 485px;
    min-width: 80px;
}

.special-border {
    position: relative;
    border-right: 2px solid #D9D9D9;
    right: 10%;
}

.special-border::after {
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-color: #cccccc;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg) translate(14px, -14px);
    z-index: 1;
}

.special-border-bg::after {
    background-color: #2D83A1;
}

.left-content {
    border: 1px solid #FFF;
    border-radius: 10px 10px 0 0;
    background-color: #FFF;
    height: 100%;
}


.left-content-active {
    border-color: #2D83A1;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);

    .left-con-title {
        color: #2D83A1;
    }
}

.left-con-title {
    color: #212121;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', Regular;
    padding: 20px 30px 16px;
}

.left-con-title-c {
    color: #2D83A1;
}

.two-fx {
    display: none;
}

.two-fx-show {
    display: block;
}

.con-nav-link {
    border: 1px solid #999999;
    font-family: 'Montserrat', Light;
    border-radius: 6px;
    text-decoration: none;
    color: #333333;
    padding: 0 15px;
    font-size: 18px;
    line-height: 28px;
}

.con-nav-link-active {
    color: #2D83A1;
}

.rc-title {
    font-size: 24px;
    color: #212121;
    font-family: 'Montserrat', Regular;
    line-height: 30px;
    margin-bottom: 10px;
}

.rc-title-active {
    color: #2D83A1;
}

.service-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-top: 82.03%;
    border-radius: 10px 10px 0 0;
}

/* 右上角固定容器 */
.fixed-right-top {
    position: fixed;
    top: 95px;
    z-index: 2;
    /* 确保在其他内容上方 */
    max-width: 33.3333%;

    /* 保持col-4的宽度比例 */
    background-color: #f1f1f1;
    right: 0;
}



.fixed-right-small-top {
    position: fixed;
    top: 64px;
    z-index: 1040;
    /* 保持col-4的宽度比例 */
    background-color: #f1f1f1;
}

.rigth-content {
    padding-right: 30px;
    padding-bottom: 10px;
}

.close-scroll {
    position: fixed;
    bottom: 0px;
    /* 距离底部 30px */
    left: 50%;
    /* 从左边 50% 的位置开始 */
    transform: translateX(-50%);
    /* 向左移动自身宽度的一半，实现居中 */
    z-index: 9999;
    width: 100%;
    height: 54px;
    line-height: 54px;
    z-index: 9999;
    text-align: center;
    background-color: #f1f1f1;
    display: none;
}

.serviced-section {
    padding: 5% 5.2% 7%;
}

.serviced-content {
    color: #333333;
    font-size: 18px;
    font-family: 'Montserrat', Light;
    line-height: 30px;
}

.serviced-destinations {
    color: #2D83A1;
    font-family: 'Montserrat', Bold;
    line-height: 60px;
    font-size: 40px;
}

.two-img-wh {
    width: 39px;
    height: 26px;
    margin-right: 16px;
}

.card-content {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', Regular;
    padding: 20px 30px 33px;
}

.card-padding-btn {
    padding-bottom: 25px;
}

.card-margin-btn {
    margin: 0 50px 0 0;
}

.card-title-margin {
    line-height: 30px;
    margin-bottom: 20px;
}

.rc-nav-link {
    font-family: 'Montserrat', Light;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

@media (max-width: 1900px) {

    .card-margin-btn {
        margin-right: 30px;
    }
}

@media (max-width: 1600px) {
    .rc-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .fixed-right-top {
        max-width: 40%;
        right: -1%;
        top: 90px;
    }

    .rigth-content {
        padding-bottom: 12px;
    }

    .con-nav-link {
        padding: 1px 12px;
        line-height: 24px;
        font-size: 16px;

    }
}

@media (max-width: 1400px) {
    .fixed-right-top {
        max-width: 36%;
        right: 0%;
    }

    .rc-title {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .con-nav-link {
        padding: 0 12px;
    }
}

@media (max-width: 1200px) {
    .rc-title {
        line-height: 26px;
        margin-bottom: 8px;
    }

    .con-nav-link {
        line-height: 22px;
        font-size: 14px;
    }

    .rigth-content {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .fixed-right-top {
        top: 85px;
    }

    .rc-title {
        line-height: 24px;
        margin-bottom: 6px;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .header-bg {
        padding-top: 80%;
    }

    .fixed-right-small-top {
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 130px !important;
        height: 100vh;
        overflow-y: auto;
        display: none;
    }

    .rc-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
    }

    .special-border::after {
        top: -6px;
        right: 14px;
        width: 10px;
        height: 10px;

    }

    .con-nav-link {
        border-radius: 4.5px;
        font-size: 12px;
        line-height: 17px;
        padding: 3px 12px;
    }

    .rigth-content {
        padding-right: 25px;
    }

    .small-padding1 {
        padding: 0 16px;
    }

    .one-section .one {
        padding: 16px 16px 0;
        font-size: 24px;
        line-height: 36px;
    }

    .one-section .two {
        padding: 0 23px 23px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }

    .quote-image {
        left: 6%;
        top: 36%;
        width: 43px;
    }

    .quote-image-bottom {
        right: 6%;
        top: 86%;
        transform: rotate(180deg);
        width: 43px;
    }

    .serviced-destinations {
        display: flex;
        flex-direction: row;
        justify-content: center;
        /* 水平居中 */
        align-items: center;
        order: -1;
        padding: 32px 30px 0;
        font-size: 20px;
        line-height: 32px;
    }

    .serviced-destinations :nth-child(1) {
        margin-right: 5px;
    }

    .serviced-content {
        padding: 0 16px;
        margin-top: 3px;
        text-align: center;
        font-size: 13px;
        line-height: 26px;
    }

    .serviced-b {
        top: -18%;
        width: 26vw;
    }

    .list-title-top {
        padding: 0 16px;
        margin-bottom: 18px;
    }

    .list-title-top .one {
        font-size: 20px;
        line-height: 30px;
        color: #000;
    }

    #rightNav {
        max-width: 100%;
        width: 100vw;
        box-sizing: border-box;
        right: 0 !important;
    }

    .special-border {
        right: 0
    }

    .list-title-top-two {
        position: fixed;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        z-index: 1000;
        background-color: #F1F1F1;
        padding: 5px;
    }

    .two-img-wh {
        width: 29px;
        height: 19px;
        margin-top: 5px;
    }

    .left-con-title {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 10px 20px;
        color: #2D83A1;
    }

    .card-content {
        padding: 0 20px 63px;
        font-size: 14px;
        line-height: 21px;
    }

    .card-margin-btn {
        margin-bottom: 12px;
    }

    .card-padding-btn {
        padding-bottom: 12px;

    }

    .card-title-margin {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .serviced-b {
        top: 3%;
        width: 47vw;
    }
}