/*SCI专题*/
.banner-box {
    background: url("https://img.asiancancer.com/images/newvietnam/scizt_banner.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.SCI-page {
    width: 100%;
    box-sizing: border-box;
}

.SCI-page .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px calc((100% - 1400px)/2);
    box-sizing: border-box;
}

.SCI-page .title-box .title-text {
    color: #2980D4;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.SCI-page .title-box .title-text::after {
    display: inline-block;
    content: '';
    width: 80px;
    height: 4px;
    background: #3E4756;
    position: absolute;
    bottom: 0;
    left: calc((100% - 80px) / 2);
}

/* 以科研之力，照见生命之路——从临床问题出发，以科学答案回归 */
.SCI-page .introduction-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: url("https://img.asiancancer.com/images/newvietnam/scizt_bg2.webp") no-repeat center;
    background-size: 100% 100%;
}

.introduction-area .breadcrumbs-box {
    background: none;
    padding: 0;
    width: 100%;
}

.breadcrumbs-box ul li span {
    color: #fff;
}

.breadcrumbs-box ul li {
    color: #fff;
}

.introduction-area .introduction-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
}

.introduction-box .introduction-content {
    width: calc(100% - 585px);
    height: auto;
}

.introduction-box .research-findings-box {
    width: 525px;
    height: auto;
}

.introduction-box .introduction-title {
    width: 100%;
    font-size: 36px;
    display: flex;
    flex-direction: column;
}

.introduction-title .title-text {
    color: #fff;
    font-weight: bold;
}

.introduction-title .subtitle-text {
    color: #f6da00;
    font-weight: bold;
}

.introduction-box .introduction-text {
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}

.introduction-box .hospital-data-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.hospital-data-list .hospital-data-item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

.hospital-data-item .hospital-data-title {
    font-size: 32px;
    font-weight: bold;
    color: #2980d4;
    margin-bottom: 10px;
}

.hospital-data-item .hospital-data-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.research-findings-box .research-findings-title {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #6FB8FE 0%, #2980D4 100%);
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
}

.research-findings-title .title-text {
    color: #fff;
    font-size: 20px;
}

/* .research-findings-title .swiper-pagination-research{
    flex: 1;
} */

.swiper-pagination-research .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4);
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.swiper-pagination-research .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}

.research-findings-box .research-findings-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    background: #fff;
    overflow: hidden;
}

.research-findings-content .content-list {
    width: 100%;
}

.research-findings-content .content-list .content-item {
    width: 100%;
}

.research-findings-content .content-item .content-title {
    width: 100%;
    font-size: 20px;
}

.research-findings-content .content-item .content-text {
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5em;
}

.research-findings-content .content-item .content-description {
    width: 100%;
    padding: 10px 10px 10px 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ecf5ff;
    position: relative;
    line-height: 1.5em;
}

.research-findings-content .content-item .content-description strong {
    color: #2980D4;
    font-size: 18px;
    line-height: 1.5em;
}

.research-findings-content .content-item .content-description::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 999px 0 0 999px;
    background: #2980d4;
}

/* 领航专家·临床科研先锋 */
.SCI-page .expert-area {
    width: 100%;
    padding: 30px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.expert-area .expert-box {
    width: 100%;
    margin: 30px 0 0;
}

.expert-box .expert-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.expert-list .expert-item {
    width: calc(25% - 22.5px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 30px;
}

.expert-list .expert-item:last-child {
    margin-right: 0;
}

.expert-list .expert-item:nth-child(-n+2) {
    width: 40%;
    margin: 0 0 30px;
}

.expert-list .expert-item:first-child {
    margin-right: 30px;
}

.expert-item .expert-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.expert-content .expert-img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
}

.expert-content .expert-img img {
    width: 100%;
    height: 100%;
}

.expert-content .expert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.expert-info .expert-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}

.expert-info .job-title {
    color: #2980d4;
    margin-bottom: 10px;
}

.expert-item .paper-box {
    width: 100%;
}

.expert-item .paper-box .paper-title {
    width: 100%;
    margin: 15px 0;
}

.expert-item .paper-box .paper-title .title-text {
    font-size: 18px;
    font-weight: bold;
    color: #2980D4;
}

.expert-item .paper-box .paper-title img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.expert-item .paper-box .paper-content {
    width: 100%;
    padding: 10px 10px 10px 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f2f9ff;
    position: relative;
    margin-top: 10px;
}

.expert-item .paper-box .paper-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 999px 0 0 999px;
    background: #2980d4;
}

.expert-item .paper-box .paper-content:nth-child(2) {
    margin-top: 10px;
}

.expert-item .content-title {
    font-size: 18px;
    font-weight: bold;
    color: #2980D4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert-item .content-text {
    width: 100%;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 开启您的全球领先专家评估 让科学给生命一个答案- */
.SCI-page .expert-papers-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #edf6ff;
}

.expert-papers-area .expert-papers-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.expert-papers-box .paper-classification-box {
    width: 350px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    margin-right: 15px;
}

.paper-classification-box .paper-classification-title {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    color: #2980D4;
    font-size: 20px;
}

.paper-classification-box .category-list {
    width: 100%;
    padding: 0 15px 15px;
    box-sizing: border-box;
}


.category-list .category-item {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    transition: all 1s;
}

.category-list .category-item.category-item-active {
    background: #d4e6f7;
    border-radius: 8px;
}

.category-list .category-item .category-text {
    font-size: 18px;
    font-weight: bold;
}

.category-list .category-item.category-item-active .category-text {
    color: #2980D4;
    font-weight: bold;
}

.expert-papers-box .paper-box {
    flex: 1;
}

.paper-box .paper-list {
    width: 100%;
    background: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
}

.paper-list .paper-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #D3D5DB;
}

.paper-list .paper-item:last-child {
    border-bottom: none;
}

.paper-item .paper-title {
    font-size: 25px;
    color: #2980D4;
    font-weight: bold;
}

.paper-item .cancer-type {
    display: none;
}

.paper-item .paper-description {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
    margin: 15px 0
}

.paper-item .paper-label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.paper-item .paper-label .paper-author {
    padding: 5px 10px;
    color: #2980D4;
    background: #e9f2fb;
    border-radius: 4px;
}


.paper-item .paper-label .paper-source {
    color: #666;
    margin-left: 10px;
}

.paper-box .paper-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.paper-box .paper-btn a {
    display: inline-block;
    width: 80%;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 999px;
    color: #999;
    transition: 1s;
}

/* 分页 */
.paper-box .paper-pagination {
    display: none;
}


/* 预约表单 */
.SCI-page .form-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 calc(50% - 700px) 30px;
    background: #f5f5f5;
    /* background: linear-gradient(to top, #ffffff 50%, #ecf7ff 50%); */
    background-size: cover;
}

.SCI-page .form-bg-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    background: url(https://img.asiancancer.com/images/newvietnam/content_form_bg.png) no-repeat center;
    background-size: cover;
}

.SCI-page .language-form-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 calc(50% - 700px);
    box-sizing: border-box;
    margin-bottom: 15px;
}

.SCI-page .language-form-box .language-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.SCI-page .language-list .language-item {
    padding: 5px 15px;
    color: #2980D4;
    border: 1px solid #2980D4;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}

.SCI-page .language-list .language-item:first-child {
    border-radius: 999px 0 0 999px;
}

.SCI-page .language-list .language-item:last-child {
    border-radius: 0 999px 999px 0;
}

.SCI-page .language-list .language-item.checked-item {
    background: #2980D4;
    color: #fff;
    font-weight: bold;
}

.SCI-page #SCI-form-en {
    display: none;
}

.form-area .form-box {
    width: 100%;
}

.form-box .form {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form-box .form-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    /* align-items: center; */
    flex-direction: column;
    color: #2980D4;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.form-box .form-description {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5em;
}


.form-box .explanation-title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 10px 0 15px;
}

.form-box .form .form-item {
    width: calc(50% - 10px);
    margin: 10px 0;
}

.form-box .form .radio-item {
    width: calc(25% - 15px);
    margin: 10px 0;
}

.form-box .form .click-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.form-box .form .click-submit .submit-form-btn {
    width: 446px;
    height: 48px;
    background: #3086b5;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.form-box .form .form-item input,
.form-box .form .form-item select {
    background: #f0f0f0;
    /*width: 455px;*/
    width: 100%;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border: 0px;
    color: #3f3d3d;
    border-radius: 4px;
}

.form-box .form input {
    background: #FFFFFF;
    width: 300px;
    height: 40px;
}

.form-box .form .form-item .join {
    background: #FFFFFF;
    /*width: 455px;*/
    width: 100%;
    height: 40px;
    border: 0px;
}

.form-box .form .phone-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-box .form .phone-input select {
    background: #f0f0f0;
    width: 150px;
    height: 40px;
    border: 0px;
    border-right: 1px solid #f5f5f5;
    border-radius: 4px 0 0 4px;
}

.form-box .form .form-item .phone-input .phone-input {
    flex: 1;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
}

.form-box .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.form-box .form .form-item .radio {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-box .form .form-item .radio .radio-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    color: #3f3d3d;
}

.form-box .form .form-item .radio .radio-inline .radio-val {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

/* 科研驱动·精准微创 */
.SCI-page .minimally-invasive-treatment-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.minimally-invasive-treatment-area .description-box {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 15px;
}

.minimally-invasive-treatment-area .minimally-invasive-treatment-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.minimally-invasive-treatment-box .treatment-list {
    width: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.treatment-list .treatment-item {
    background: linear-gradient(135deg, #FFFFFF 0%, #EBF4FF 100%);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    padding: 30px;
    box-sizing: border-box;
    transition: all 1s;
}

.treatment-list .treatment-item:nth-child(-n + 2) {
    margin-bottom: 30px;
}

.treatment-item .treatment-img {
    width: 48px;
    height: auto;
}

.treatment-item .treatment-title {
    width: 100%;
    font-size: 20px;
    margin: 15px 0;
}

.treatment-item .treatment-text {
    width: 100%;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}


.treatment-item .treatment-text:first-of-type {
    margin-bottom: 10px;
}

.treatment-item .treatment-text::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2980d4;
}

.minimally-invasive-treatment-box .video-showcase-box {
    width: calc(50% - 15px);
}

.video-showcase-box .swiper-container {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.video-showcase-box .swiper-pagination-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.swiper-pagination-video .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.video-showcase-box .video-showcase-list {
    width: 100%;
}

.video-showcase-list .video-showcase-item {
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;

}

.video-showcase-item .video-box {
    width: 100%;
}

.video-showcase-item .video-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 8px;
}

.video-showcase-item .video-showcase-title {
    width: 100%;
    font-size: 25px;
    margin: 15px 0;
}

.video-showcase-item .video-showcase-text {
    width: 100%;
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-showcase-item .more-text {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    color: #2980D4;
}

/* 从研究到临床，惠及患者 */
.SCI-page .patient-stories-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .hospital-data-list .hospital-data-item:hover {
        cursor: pointer;
        transform: translate(0, -5px);
    }

    .paper-box .paper-btn a:hover {
        border-color: #2980D4;
        color: #2980D4;
    }

    .treatment-list .treatment-item:hover {
        cursor: pointer;
        transform: translate(-5px, -5px);
    }
}

/*移动端样式*/
@media screen and (max-width:768px) {
    .banner-box {
        display: none;
        background: url("https://img.asiancancer.com/images/newvietnam/scizt_banner_bg.webp") no-repeat center;
        background-size: 100% 100%;
        aspect-ratio: 79 / 24;
        height: auto;
        width: 100%;
    }

    .SCI-page {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .SCI-page .title-box .title-text {
        font-size: 25px;
    }

    .SCI-page .SCI-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 以科研之力，照见生命之路——从临床问题出发，以科学答案回归 */
    .SCI-page .introduction-area {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #559CE0 0%, #C4E2FF 100%);
    }

    .introduction-area .introduction-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }

    .introduction-box .introduction-content {
        width: 100%;

    }

    .introduction-box .research-findings-box {
        width: 100%;
    }

    .introduction-box .introduction-title {
        font-size: 25px;
    }

    .introduction-box .introduction-text {
        font-size: 16px;
    }

    .hospital-data-item .hospital-data-title {
        font-size: 26px;
    }

    .hospital-data-item .hospital-data-text {
        font-size: 16px;
    }

    .research-findings-title .title-text {
        font-size: 16px;
    }

    .research-findings-content .content-item .content-title {
        font-size: 18px;
    }

    .research-findings-content .content-item .content-text {
        font-size: 16px;
    }

    .research-findings-content .content-item .content-description strong {
        font-size: 16px;
    }

    /* 领航专家·临床科研先锋 */
    .SCI-page .expert-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .expert-area .expert-box {
        width: 100%;
        margin: 15px 0 0;
    }

    .expert-box .swiper-container {
        width: 100%;
        padding: 15px 0 0;
    }

    .expert-box .swiper-container .expert-list {
        flex-wrap: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .expert-box .swiper-pagination-expert {
        width: 100%;
        padding: 15px 0 0;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
    }

    .expert-box .swiper-pagination-expert .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    .expert-list .expert-item:first-child {
        width: 100%;
        margin: 0 0 15px;
    }

    .expert-list .expert-item:nth-child(-n+2) {
        width: 100%;
        margin: 0 0 15px;
    }

    .expert-list .expert-item {
        width: 100%;
        margin: 0 0 15px;
    }

    .expert-list .expert-item:last-child {
        margin: 0;
    }

    .expert-content .expert-img {
        width: 120px;
        height: 120px;
    }

    .expert-item .content-title {
        font-size: 16px;
        display: block;
    }

    .expert-item .content-text {
        display: block;
    }

    /* 开启您的全球领先专家评估 让科学给生命一个答案 */
    .SCI-page .expert-papers-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .expert-papers-area .expert-papers-box {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
    }

    .expert-papers-box .paper-classification-box {
        width: 100%;
        margin: 0 0 15px;
        background: none;
        box-shadow: none;
    }

    .paper-classification-box .category-list {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .category-list .category-item {
        flex-shrink: 1;
        margin-right: 15px;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .category-list .category-item.category-item-active {
        background: none;
    }

    .category-list .category-item.category-item-active .category-text {
        font-size: 16px;
        white-space: nowrap;
    }

    .category-list .category-item .category-text {
        font-size: 16px;
        white-space: nowrap;
        display: flex;
    }

    .paper-classification-box .paper-classification-title {
        padding: 15px 0;
    }

    .paper-item .paper-title {
        font-size: 20px;
    }

    .expert-papers-box .paper-box {
        width: 100%;
    }

    .paper-box .paper-list {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .paper-list .paper-item {
        width: 100%;
        padding: 15px 0;
    }

    .paper-item .paper-description {
        font-size: 16px;
    }

    .paper-item .paper-label {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .paper-item .paper-label .paper-author {
        white-space: nowrap;
    }

    .paper-box .paper-btn {
        margin-top: 15px;
        display: none !important;
    }

    .paper-box .paper-pagination {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }

    .paper-pagination .prev-btn,
    .paper-pagination .next-btn {
        padding: 5px 10px;
        border: 1px solid #2980D4;
        color: #2980D4;
        border-radius: 4px;
        cursor: pointer;
        background: #e9f2fb;
        font-weight: bold;
    }

    .paper-pagination .page-info {
        font-weight: bold;
    }

    .paper-item .paper-label .paper-author {
        margin-bottom: 5px;
    }

    /* 科研驱动·精准微创 */
    .SCI-page .minimally-invasive-treatment-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .minimally-invasive-treatment-area .description-box {
        font-size: 16px;
    }

    .minimally-invasive-treatment-area .minimally-invasive-treatment-box {
        width: 100%;
        margin: 15px 0 0;
        flex-direction: column;
    }

    .minimally-invasive-treatment-box .treatment-list {
        width: 100%;
    }

    .treatment-list .treatment-item {
        width: calc(50% - 7.5px);
        padding: 15px;
        margin-bottom: 15px;
        height: auto;
    }

    .treatment-list .treatment-item:nth-child(-n + 2) {
        margin-bottom: 15px;
    }

    .treatment-item .treatment-img {
        font-size: 36px;
    }

    .treatment-item .treatment-title {
        font-size: 18px;
    }

    .minimally-invasive-treatment-box .video-showcase-box {
        width: 100%;
    }

    .video-showcase-list .video-showcase-item {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .video-showcase-item .video-showcase-title {
        width: 100%;
        font-size: 20px;
    }

    .video-showcase-item .video-showcase-text {
        width: 100%;
        font-size: 16px;
    }

    /*从研究到临床，惠及患者*/
    .SCI-page .patient-stories-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .patient-stories-area .patient-stories-box {
        width: 100%;
        margin-top: 15px;
    }

    /* 表单 */
    .SCI-page .form-area {
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .form-box .form-title {
        font-size: 20px;
    }

    .form-box .form-description {
        font-size: 16px;
    }

    .SCI-page .form-bg-area {
        padding: 15px;
    }

    .form-box .form {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .form-box .explanation-title {
        font-size: 18px;
        padding: 0;
    }

    .form-box .form .form-item {
        width: 100%;
    }

    .form-box .form select {
        /*width: 95%;*/
        width: 100%;
    }

    .form-box .form-title .title-text {
        font-size: 18px;
    }

    /* .form-area  .form-box .form  select{width: 95%;} */
    .form-box .form select {
        width: 148px;
    }

    .form-box .form input {
        width: 100%;
    }

    .form-box .form .form-item .join {
        width: 333px;
    }

    .form-box .form .form-item .phone-input .input {
        width: 180px;
        margin: 0;
    }

    .form-box .form .click-submit .submit-form-btn {
        width: 100%;
        font-size: 16px;
        height: 40px;
    }
}