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

/* 肝胆胰腺专题 */
.medical-tourism-content {
    width: 100%;
    background: #fff;
}

/* 标题 */
.medical-tourism-content .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.medical-tourism-content .title-box .title-text {
    color: #055f87;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

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

/* 肝胆胰腺介绍 */
.medical-tourism-content .introduction-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

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

.introduction-box .introduction-image {
    width: 690px;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
}

.introduction-box .introduction-info {
    flex: 1;
    width: 100%;
}

.introduction-box .introduction-info h3 {
    width: 100%;
    font-size: 20px;
}

.introduction-box .introduction-info p {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5em;
}

.introduction-box .description-box {
    position: absolute;
    right: 0;
    padding: 15px;
    bottom: 0;
    width: 930px;
    height: auto;
    box-sizing: border-box;
    background: #ef5b1e;
    color: #fff;
    border-radius: 8px;
    line-height: 1.5em;
}

.introduction-area .prepare-box {
    width: 100%;
    padding-top: 20px;
}

.prepare-box .prepare-title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.prepare-box .prepare-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.prepare-box .prepare-info .prepare-list {
    width: calc(50% - 7.5px);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #f5f5f5;
}

.prepare-info .prepare-list .prepare-item {
    position: relative;
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1.5em;
}

.prepare-info .prepare-list .prepare-item:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #055f87;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.introduction-area .apply-button-box {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.introduction-area .apply-button-box a {
    padding: 5px 20px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    background: #ef5b1e;
    border-radius: 999px;
}

/*.introduction-area .navigation-bar-box {*/
/*    width: 100%;*/
/*    background: #F5F5F5;*/
/*    padding: 30px 0;*/
/*    box-sizing: border-box;*/
/*}*/

/*.introduction-area .float-box {*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    z-index: 999;*/
/*    !*padding-bottom: 15px;*!*/
/*    width: 100%;*/
/*    overflow-x: scroll;*/
/*    overflow-y: hidden;*/
/*}*/

/*.navigation-bar-box ul.navigation-bar-list {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: stretch;*/
/*    box-sizing: border-box;*/
/*}*/


/*ul.navigation-bar-list li.navigation-bar-item {*/
/*    width: auto;*/
/*    display: flex;*/
/*    border-radius: 4px;*/
/*    margin-right: 10px;*/
/*    border: 1px solid #1E2D4F;*/
/*    font-size: 14px;*/
/*    background: #ffffff;*/
/*    box-sizing: border-box;*/
/*}*/

/*ul.navigation-bar-list li.navigation-bar-item a {*/
/*    display: inline-block;*/
/*    padding: 5px 15px;*/
/*}*/

/*ul.navigation-bar-list li.navigation-bar-item.first {*/
/*    background: #055f87;*/
/*    border: 1px solid #055f87;*/
/*}*/

/*ul.navigation-bar-list li.navigation-bar-item.first a {*/
/*    color: #ffffff;*/
/*}*/

/* 安心服务:跨国患者专属服务链 */
.medical-tourism-content .service-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.service-area .service-box {
    width: 100%;
    margin-top: 30px;
}

.service-box .swiper-container {
    width: 100%;
}

.service-box .service-list {
    width: 100%;
}

.service-list .service-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.service-item .left-img {
    width: 570px;
    height: auto;
    margin-right: 10px;
}

.service-item .left-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-item .right-info {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-item .right-info h3 {
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}

.service-item .right-info p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
}

.service-item .right-info .right-img-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    scroll-behavior: smooth;
}

/*.service-item .right-info .right-img-list::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.service-item .right-info .right-img-list {*/
/*    scrollbar-width: none;*/
/*    -ms-overflow-style: none;*/
/*}*/

.service-item .right-info .right-img-list .right-img-item {
    width: 220px;
    height: 165px;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
    display: block;
}


.service-item .right-info .right-img-list .right-img-item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

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

.service-box .swiper-pagination-service .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    border-radius: 999px;
    margin-right: 5px;
}

.service-box .swiper-pagination-service .swiper-pagination-bullet-active {
    width: 30px;
    background: #055f87;
}

/* 申请流程:定制专属跨国医疗之旅  */
.medical-tourism-content .application-process-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: url("https://img.asiancancer.com/images/newvietnam/ylly_lct_bg.webp") no-repeat;
    background-size: cover;
}

.medical-tourism-content .application-process-area .title-box .title-text {
    color: #fff;
}

.medical-tourism-content .application-process-area .title-box .title-text::after {
    background: #fff;
}

.application-process-area .application-process-box {
    width: 100%;
    margin-top: 30px;
}

.application-process-area .application-process-box img {
    width: 100%;
    height: auto;
}

/* 健康管理：多维定制体检与中医抗癌调理方案 */
.medical-tourism-content .health-management-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.health-management-area .health-management-box {
    width: 100%;
    margin-top: 30px;
}

.health-management-box .health-management-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.health-management-list .health-management-item {
    width: calc(50% - 10px);
    height: auto;
    border-radius: 8px;
    background: #fff;
}

.health-management-list .health-management-item:nth-child(n - 2) {
    margin-bottom: 20px;
}

.health-management-item dt {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #055f87;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.health-management-item dt img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.health-management-item dt h3 {
    font-size: 20px;
    color: #fff;
    flex: 1;
}

.health-management-item dd.health-management-description {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
}

.health-management-item dd.health-management-description strong {
    color: #055f87;
    margin-right: 5px;
}

.health-management-item dd.registration-btn {
    width: 100%;
    padding: 15px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.health-management-item dd.registration-btn a {
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    box-sizing: border-box;
    background: #ef5b1e;
    border-radius: 999px;
}

/* 医疗保障:对接多国保险理赔协助服务 */
.medical-tourism-content .cooperative-insurance-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.cooperative-insurance-area .cooperative-insurance-box {
    width: 100%;
    margin-top: 30px;
}

.cooperative-insurance-area .cooperative-insurance-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cooperative-insurance-area .cooperative-insurance-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* 替代 margin *
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; */
}

.cooperative-insurance-area .cooperative-insurance-box ul li {
    /* width: calc(20% - 8px);
    margin: 0 10px 10px 0;
    box-sizing: border-box; */
    width: calc((100% - 40px) / 5);
}

/* .cooperative-insurance-area .cooperative-insurance-box ul li:nth-child(4n) {
    margin-right: 0;
} */

.cooperative-insurance-area .cooperative-insurance-box ul li img {
    width: 100%;
    height: auto;
}

/* .cooperative-insurance-area .cooperative-insurance-box ul li:nth-child(n + 13) {
    display: none;
} */

/* .cooperative-insurance-area .cooperative-insurance-box .view-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.cooperative-insurance-area .cooperative-insurance-box .view-more .more-image {
    width: 84px;
    height: 20px;
    cursor: pointer;
} */

/* 医疗为本:中西结合的癌症精准治疗 */
.medical-tourism-content .treatment-techniques-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.treatment-techniques-area .treatment-techniques-box {
    width: 100%;
}

.treatment-techniques-box .swiper-container {
    width: 100%;
    padding: 30px 0 0;
}

.treatment-techniques-box .treatment-techniques-list {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.treatment-techniques-list .treatment-techniques-item {
    /*width: calc(25% - 15px);*/
    height: auto;
    background: #fff;
    border-radius: 8px;
    transition: all 1s;
}

.treatment-techniques-item .treatment-techniques-image {
    width: 100%;
    display: inline-block;
    height: auto;
}

.treatment-techniques-item .treatment-techniques-image img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.treatment-techniques-item .treatment-techniques-info {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}

.treatment-techniques-item .treatment-techniques-info dt {
    width: 100%;
}

.treatment-techniques-item .treatment-techniques-info dt a {
    font-size: 20px;
    font-weight: bold;
}

.treatment-techniques-item .treatment-techniques-info dd {
    padding-top: 10px;
    width: 100%;
}

.treatment-techniques-item .treatment-techniques-info dd.treatment-type {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treatment-techniques-item .treatment-techniques-info dd.more-text {
    text-align: right;
}

.treatment-techniques-item .treatment-techniques-info dd.more-text a {
    color: #EF5B1E;
}

.treatment-techniques-box .swiper-pagination-techniques {
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.treatment-techniques-box .swiper-pagination-techniques .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    border-radius: 999px;
    margin-right: 5px;
}

.treatment-techniques-box .swiper-pagination-techniques .swiper-pagination-bullet-active {
    width: 30px;
    background: #055f87;
}

.treatment-techniques-area .see-more-box {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.treatment-techniques-area .see-more-box a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 18px;
    color: #fff;
    background: #055f87;
    border-radius: 4px;
}

/* 表单 */
.medical-tourism-content .city-tours-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.city-tours-area .description-box {
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
}

.city-tours-area .playing-img {
    width: 100%;
    height: auto;
}

.city-tours-area .playing-img img {
    width: 100%;
    height: auto;
}

.city-tours-area .reserve-btn-box {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.city-tours-area .reserve-btn-box a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 18px;
    color: #fff;
    background: #055f87;
    border-radius: 4px;
}

.city-tours-area .city-tours-box {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}

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

.city-tours-list .city-tours-item {
    width: calc(25% - 15px);
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition: all 1s;
}

.city-tours-list .city-tours-item:nth-child(n - 4) {
    margin-bottom: 20px;
}

.city-tours-list .city-tours-item .city-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 3;
}

.city-tours-list .city-tours-item .city-text {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    box-sizing: border-box;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.city-tours-list .city-tours-item .city-text span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.city-tours-list .city-tours-item .google-map {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 5;
}

.city-tours-list .city-tours-item .google-map img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 便捷交通:泰国到广州的医疗通道 */
.medical-tourism-content .convenient-transportation-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.convenient-transportation-area .convenient-transportation-box {
    width: 100%;
    margin-top: 30px;
}

.convenient-transportation-box .convenient-transportation-list {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    align-items: stretch;
}

.convenient-transportation-list .convenient-transportation-item {
    width: calc((100% / 3) - 10px);
    height: auto;
    background: #fff;
    border-radius: 4px;
    transition: all 1s;
}

.convenient-transportation-item img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}

.convenient-transportation-item .convenient-transportation-info {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

.convenient-transportation-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #055f87;
}

/* 生活配套:安心旅居与广府餐饮全方位指南 */
.medical-tourism-content .living-facilities-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.living-facilities-area .living-facilities-box {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}

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

.living-facilities-list .living-facilities-item {
    width: calc(25% - 15px);
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition: all 1s;
}

.living-facilities-list .living-facilities-item:nth-child(n - 4) {
    margin-bottom: 20px;
}

.living-facilities-list .living-facilities-item .living-facilities-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 3;
}

.living-facilities-list .living-facilities-item .living-facilities-text {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    box-sizing: border-box;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.living-facilities-list .living-facilities-item .living-facilities-text span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.living-facilities-list .living-facilities-item .google-map {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 5;
}

.living-facilities-list .living-facilities-item .google-map img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

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

.reminders-box .reminders-title {
    width: 100%;
    font-size: 20px;
}

.reminders-box .reminders-list {
    width: calc(50% - 10px);
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.reminders-list .reminders-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.reminders-list .reminders-item:last-child {
    align-items: flex-start;
}

.reminders-list .reminders-item .num-text {
    color: #055f87;
    font-size: 72px;
    font-weight: bold;
    margin-right: 20px;
}

.reminders-list .reminders-item .reminders-text {
    flex: 1;
    line-height: 1.5em;
    font-size: 18px;
}

.reminders-list .reminders-item .reminders-text strong {
    display: block;
    color: #055f87;
    margin-bottom: 10px;
}

.reminders-box .reminders-last {
    width: calc(50% - 10px);
}

.reminders-last .num-text {
    color: #055f87;
    font-size: 72px;
    font-weight: bold;
    margin-right: 20px;
}

.reminders-last .reminders-text {
    flex: 1;
    line-height: 1.5em;
    font-size: 18px;
}

.reminders-last .reminders-text strong {
    display: block;
    color: #055f87;
    margin-bottom: 10px;
}

.reminders-last .reminders-info {
    flex: 1;
}

.reminders-last .description-text {
    width: 100%;
    margin-bottom: 10px;
}

.reminders-last .reminders-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.reminders-last .reminders-img img {
    width: calc(50% - 5px);
    height: auto;
}

/* 医院荣誉 */
.medical-tourism-content .hospital-advantages-area {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    background: #f5f5f5;
    box-sizing: border-box;
}

.hospital-advantages-area .hospital-advantages-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hospital-advantages-area .hospital-advantages-text span {
    font-weight: bold;
    font-size: 25px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hospital-advantages-area .hospital-advantages-text .red-text {
    color: #FF002A;
    font-size: 36px;
    margin-bottom: 10px;
}

.hospital-advantages-area .hospital-advantages-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
    /* padding-top: 20px; */
}

.hospital-advantages-list .hospital-advantages-item {
    width: calc(25% - 15px);
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 1s;
}

.hospital-advantages-list .hospital-advantages-item img {
    width: 80px;
    height: 80px;
}

.hospital-advantages-list .hospital-advantages-item h3 {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.hospital-advantages-list .hospital-advantages-item p {
    text-align: center;
}

/* 表单 */
.medical-tourism-content .form-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ffffff 50%, #f5f5f5 50%);
}

.medical-tourism-content .form-area.form-bg-area {
    background: url(/templets/new/images/formbg.jpg) no-repeat;
    background-size: cover;
}

.form-area .form-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-area .form-title .title-text {
    padding: 5px 20px;
    background: #055f87;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
}

.form-area .form {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-area .form .hint-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form-area .form .hint-text span {
    display: inline-block;
    margin-right: 5px;
    color: #f8313f;
    font-weight: bold;
    font-size: 18px;
}

.form-area .form .form-item {
    /*width: 48%;*/
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

.form-area .form .form-item .label-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-area .form .form-item .input,
.form-area .form .form-item .select-nat {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

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

.form .form-item .phone-input .country {
    width: 150px;
    height: 50px;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border: 0;
    background: #f5f5f5;
}

.form .form-item .phone-input .input {
    flex: 1;
    height: 50px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border: 0;
    border-left: 1px solid #fff;
    background: #f5f5f5;
}

.form-area .form .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.form-area .form .submit-btn .btn-style {
    width: 50%;
    font-size: 18px;
    background: #055f87;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .treatment-techniques-list .treatment-techniques-item:hover {
        cursor: pointer;
        transform: translate(0, -10px);
        box-shadow: 0 0 10px #055f87;
    }

    .city-tours-list .city-tours-item:hover {
        cursor: pointer;
        transform: translate(0, -10px);
    }

    .city-tours-list .city-tours-item:hover .city-text {
        display: flex;
        cursor: pointer;
    }

    .living-facilities-list .living-facilities-item:hover {
        cursor: pointer;
        transform: translate(0, -10px);
    }

    .living-facilities-list .living-facilities-item:hover .living-facilities-text {
        display: flex;
        cursor: pointer;
    }

    .convenient-transportation-list .convenient-transportation-item:hover {
        cursor: pointer;
        transform: translate(0, -10px);
    }
}

@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }

    /* 医疗旅游专题页 */
    .medical-tourism-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .medical-tourism-content .title-box .title-text {
        font-size: 25px;
        /*font-size: 20px;*/
    }

    /* 肝胆胰腺介绍 */
    .medical-tourism-content .introduction-area {
        width: 100%;
        padding: 0;
    }

    .introduction-area .introduction-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 0;
        flex-direction: column-reverse;
    }

    .introduction-box .introduction-info {
        width: 100%;
        margin-top: 15px;
    }

    .introduction-box .introduction-info p {
        margin-top: 15px;
        font-size: 16px;
    }

    .introduction-box .description-box {
        width: 100%;
        margin-top: 15px;
        position: initial;
    }

    .introduction-area .prepare-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .prepare-box .prepare-title {
        width: 100%;
        margin-bottom: 15px;
    }

    .prepare-box .prepare-info .prepare-list {
        width: 100%;
    }

    .prepare-box .prepare-info .prepare-list:first-child {
        width: 100%;
        border-radius: 8px 8px 0 0;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .prepare-box .prepare-info .prepare-list:last-child {
        width: 100%;
        border-radius: 0 0 8px 8px;
        padding: 0 15px 15px;
        box-sizing: border-box;
    }

    .prepare-info .prepare-list .prepare-item {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .introduction-area .apply-button-box {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .introduction-box .introduction-image {
        width: 100%;
        margin: 15px 0 0;
    }

    .introduction-area .navigation-bar-box {
        width: 100%;
        white-space: nowrap;
        padding: 15px;
        box-sizing: border-box;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0;
        box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
    }

    .introduction-area .float-box {
        top: 64px;
    }

    .navigation-bar-box ul.navigation-bar-list {
        justify-content: flex-start;
    }

    ul.navigation-bar-list li.navigation-bar-item {
        display: inline-block;
        border: 0px;
        margin-right: 10px;
        width: auto;
        height: auto;
        box-sizing: border-box;
    }

    ul.navigation-bar-list li.navigation-bar-item a {
        display: inline-block;
        padding: 5px 10px;
    }

    /* 安心服务:跨国患者专属服务链 */
    .medical-tourism-content .service-area {
        width: 100%;
        padding: 0 0 15px;
        box-sizing: border-box;
    }

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

    .service-item .right-info .right-img-list {
        display: none;
    }

    .service-list .service-item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .service-item .left-img {
        width: 100%;
    }

    .service-item .right-info p {
        width: 100%;
        font-size: 16px;
    }

    .service-box .swiper-pagination-service {
        width: 100%;
        padding: 0;
    }

    /* 安心服务:跨国患者专属服务链 */
    .medical-tourism-content .application-process-area {
        width: 100%;
        background: url(https://img.asiancancer.com/images/newvietnam/ylly_lct_bg_yd.webp) no-repeat;
        padding: 15px 0;
    }

    .application-process-area .application-process-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    /* 健康管理：多维定制体检与中医抗癌调理方案 */
    .medical-tourism-content .health-management-area {
        width: 100%;
        padding: 15px 0;
    }

    .health-management-area .health-management-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .health-management-box .health-management-list {
        display: flex;
        flex-direction: column;
    }

    .health-management-list .health-management-item {
        width: 100%;
        margin-bottom: 15px;
    }

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

    .health-management-list .health-management-item:last-child {
        margin-bottom: 0;
    }

    .health-management-item dt img {
        width: 48px;
        height: 48px;
    }

    .health-management-item dt h3 {
        font-size: 18px;
    }

    /* 医疗保障:对接多国保险理赔协助服务 */
    .medical-tourism-content .cooperative-insurance-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .cooperative-insurance-area .cooperative-insurance-box ul {
        justify-content: space-between;
    }

    .cooperative-insurance-area .cooperative-insurance-box ul li img {
        width: 100%;
    }

    .cooperative-insurance-area .cooperative-insurance-box ul li {
        width: calc(50% - 5px);
        /* margin: 0 10px 10px 0; */
    }

    /* .cooperative-insurance-area .cooperative-insurance-box ul li:nth-child(n + 13) {
        display: block;
    }

    .cooperative-insurance-area .cooperative-insurance-box ul li:nth-child(n + 9) {
        display: none;
    }

    .cooperative-insurance-area .cooperative-insurance-box ul li:nth-child(even) {
        margin-right: 0;
    } */

    .cooperative-insurance-area .cooperative-insurance-box .view-more {
        margin: 0;
    }

    /* 治疗技术 */
    .medical-tourism-content .treatment-techniques-area {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .treatment-techniques-area .description-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .treatment-techniques-area .treatment-techniques-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .treatment-techniques-box .swiper-container {
        width: 100%;
        padding-top: 15px;
    }

    .treatment-techniques-box .swiper-pagination-techniques {
        padding: 15px 0 0;
        width: 100%;
    }

    .treatment-techniques-area .see-more-box {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .treatment-techniques-area .see-more-box a {
        width: 100%;
        text-align: center;
        padding: 5px 15px;
    }


    /* -岭南文化:城市陪伴式疗愈体验 */
    .medical-tourism-content .city-tours-area {
        width: 100%;
        padding: 15px 0;
    }

    .city-tours-area .description-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 15px 0;
        font-size: 16px;
    }

    .city-tours-area .playing-img {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .city-tours-area .reserve-btn-box {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .city-tours-area .reserve-btn-box a {
        width: 100%;
        padding: 5px 15px;
        box-sizing: border-box;
        text-align: center;
    }

    .city-tours-area .city-tours-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 15px 0 0;
    }

    .city-tours-list .city-tours-item {
        width: calc(50% - 7.5px);
        margin-bottom: 15px;
    }

    .city-tours-list .city-tours-item .city-text {
        display: flex;
        text-align: center;
        padding: 15px;
    }

    .city-tours-list .city-tours-item .city-text span {
        font-size: 16px;
    }

    .city-tours-list .city-tours-item:nth-child(n - 4) {
        margin-bottom: 15px;
    }

    .city-tours-list .city-tours-item:nth-last-child(-n+2) {
        margin: 0;
    }

    .city-tours-list .city-tours-item .google-map {
        bottom: 15px;
        right: 15px;
    }

    /*便捷交通:泰国到广州的医疗通道*/
    .medical-tourism-content .convenient-transportation-area {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .convenient-transportation-area .convenient-transportation-box {
        width: 100%;
        padding: 0 15px;
        margin-top: 15px;
        box-sizing: border-box;
    }

    .convenient-transportation-list .convenient-transportation-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .convenient-transportation-box .convenient-transportation-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .convenient-transportation-list .convenient-transportation-item:last-child {
        margin-bottom: 0;
    }

    .convenient-transportation-item .convenient-transportation-info {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    /* 生活配套:安心旅居与广府餐饮全方位指南 */
    .medical-tourism-content .living-facilities-area {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .living-facilities-area .living-facilities-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .living-facilities-list .living-facilities-item:nth-child(n - 4) {
        margin-bottom: 15px;
    }

    .living-facilities-list .living-facilities-item {
        width: calc(50% - 7.5px);
    }

    .living-facilities-list .living-facilities-item .living-facilities-text {
        display: flex;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .living-facilities-list .living-facilities-item .living-facilities-text span {
        font-size: 16px;
        text-align: center;
    }

    .living-facilities-list .living-facilities-item .google-map {
        bottom: 15px;
        right: 15px;
    }

    .living-facilities-area .reminders-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

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

    .reminders-box .reminders-list {
        width: 100%;
        margin-top: 15px;
    }

    .reminders-list .reminders-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .reminders-list .reminders-item .num-text {
        font-size: 48px;
        margin-right: 15px;
    }

    .reminders-box .reminders-last {
        width: 100%;
        margin-top: 10px;
    }

    .reminders-box .reminders-last {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .reminders-last .num-text {
        margin-right: 15px;
        font-size: 48px;
    }

    .reminders-list .reminders-item .reminders-text {
        font-size: 16px;
    }

    /*医院荣誉*/
    .medical-tourism-content .hospital-advantages-area {
        width: 100%;
        padding: 15px 0 0;
    }

    .hospital-advantages-area .hospital-advantages-text {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hospital-advantages-area .hospital-advantages-text span {
        text-align: center;
        font-size: 20px;
    }

    .hospital-advantages-area .hospital-advantages-text .red-text {
        color: #FF002A;
        font-size: 25px;
    }

    .hospital-advantages-area .hospital-advantages-list {
        width: 100%;
        margin-top: 15px;
        /* padding-top: 20px; */
    }

    .hospital-advantages-list .hospital-advantages-item {
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
    }

    .hospital-advantages-list .hospital-advantages-item:nth-child(1),
    .hospital-advantages-list .hospital-advantages-item:nth-child(3) {
        border-right: 1px solid #e5e5e5;
    }

    .hospital-advantages-list .hospital-advantages-item:nth-child(1),
    .hospital-advantages-list .hospital-advantages-item:nth-child(2) {
        border-bottom: 1px solid #e5e5e5;
    }

    .hospital-advantages-list .hospital-advantages-item img {
        width: 60px;
        height: 60px;
    }

    .hospital-advantages-list .hospital-advantages-item h3 {
        font-size: 18px;
        padding: 5px 0;
    }


    /* 表单 */
    .medical-tourism-content .form-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
    }

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

    .form-area .form .form-item {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .form-area .form .form-item:last-child {
        padding-bottom: 0;
    }

    .form-area .form .submit-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .form .form-item .phone-input .input {
        height: 40px;
    }

    .form-area .form .form-item .label-text {
        font-size: 14px;
    }

    .form-area .form .form-item .input,
    .form-area .form .form-item .select-nat {
        height: 40px;
    }

    .form .form-item .phone-input .country {
        height: 40px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
        font-size: 16px;
    }

    .form-area .form .hint-text span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
    }

}