/*public css*/
.close {
    background: #c5efea;
    color: #FFFFFF;
    border: 1px solid #13BFB1;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    padding: 1px;
    top: -20px;
    /*right: 130px;*/
    right: calc(15% + 20px);
    position: absolute;
}
.close::before {
    content: "\2716";
}
.background-white {
}
.text-right {
    text-align: right;
}
.title-txt {
    font-size: 36px;
    font-weight: bold;
    color: #13BFB1;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 48px;
}
.title-txt::after {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 4px;
    background: #1E2D4F;
    position: absolute;
    bottom: 0;
    left: calc((100% - 80px) / 2) ;
}
.left-line-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #333333;
    padding-left: 0.75rem;
    position: relative;
}
.left-line-title::before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 1.5625rem;
    position: absolute;
    left: 0;
    top: calc((100% - 1.5625rem) / 2);
    background: #13BFB1;
}
.separator {
    width: 100%;
    height: 17px;
    clear: both;
}
/*轮播*/
.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #13BFB1;
}
.w1920 {
    width: 1920px;
    margin: 0 auto;
    display: flow-root;
    overflow: hidden;
}

/*public css end*/

/*web css*/

/*顶部广告图*/
.top-banner {
    min-height: 300px;
    border-radius: 0;
    background-image: url("https://img.asiancancer.com/images/newmalai/limited/3840300en.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* nav */
.nav-position {
    height: 50px;
    line-height: 50px;
}

/* my hospital*/
.my-hospital-mobile {
    display: none;
}
.my-hospital {
    margin-top: 71px;
}
.my-hospital .hospital-content{background: #ffffff;padding: 50px 0;}

.my-hospital ul{display: inline-flex;width: 100%;}
.my-hospital ul li{width: 25%;text-align: center;}
.my-hospital ul .line{border: 1px solid #666666;height: 80px;width: 1px;margin-top: 20px;}
.my-hospital ul li .p{}
.my-hospital ul li .t1{color:#13BFB1;font-size: 36px;font-weight: bold;}
.my-hospital ul li .t2{padding: 6px  0;}

/* title */

.contenar .title-bt{width: 460px;border-radius: 0 8px 8px 0;display: -webkit-box;}
.contenar .title-bt .t1{width: 160px;color: #ffffff;background:#13BFB1;font-size: 32px;font-weight: bold;border-radius: 8px 0 0 8px;text-align: center;}
.contenar .title-bt .t2{line-height: 48px;padding: 0 20px;font-size:20px;font-weight:bold;}
.contenar .list{margin-top: 20px;}
/* mdt start*/
.mdt{}
.mdt .list ul li{width: 33.3%;height: 342px;float: left;position: relative;margin:5px 0;cursor:pointer;}
.mdt .list ul li p{position: absolute;left: 50px;bottom: 50px;width: 80%;color: #ffffff;}
.mdt .list ul li:hover p{color:#000000;}
.mdt .list ul li b{font-size: 28px;font-weight: bold;}
.mdt .list li img{width: 456px;filter: brightness(0.85);border-radius: 8px;}
.mdt .list .box{}
.mdt .list .box a{color: #79d8d1;}
ul li{
    transition: all 1s;
    &:hover {
     transform: translate(0, -2%);
    }
}
    /* mdt end*/

/* onevsone start*/
.onetoone{position: relative;}
.swiper-container-onetoone{margin-top: 50px;}
.onetoone .slide-item{width: 100%;position: relative;}
.onetoone .img-item{float: left;width: 50%;height: 630px;}
.onetoone .txt-item{float: left;width: 50%;text-align: left;margin-top: 30px;}
.onetoone .txt-item ul li{display: -webkit-box;margin: 25px 0;line-height:30px;width: 85%;}
.onetoone .txt-item ul li img{padding-right: 20px;}
.onetoone .txt-item ul li p{display: table-header-group;}
.onetoone .txt-item ul .people .t1{font-weight: bold;}
.onetoone .info-item{width: 50%;position: absolute;right: 0;bottom: 60px;}
.onetoone .info-item ul{display: -webkit-box;}
.onetoone .info-item ul li{background: #13BFB1;color: #ffffff;width: 32%;margin: 6px;padding: 30px 0;}
.onetoone .info-item ul li a{color: #ffffff;}
.onetoone .onetoone-bg{background: url("https://img.asiancancer.com/images/newmalai/limited/1to1-bg.png") no-repeat;height: 240px;width: 100%;position: absolute;bottom: 0px;}
/* onevsone end*/

/* hospital env*/
.hospital-env-mobile {
    display: none;
}
.hospital-env {}
.hospital-env .slide-item {
    height: 254px;
    line-height: 254px;
}
.swiper-pagination-env .swiper-pagination-scope {
    width: 90%;
    text-align: center;
}
.swiper-pagination-env .swiper-pagination-env span {
    margin: 0 5px;
}
.swiper-pagination-env .swiper-pagination-bullet {
    background: #000000;
    height: 10px;
    border-radius: 2rem;
}
.swiper-pagination-env .swiper-pagination-bullet-active {
    background: #13BFB1;
    width: 25px;
}

/*三列*/
.content-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content-bottom .bottom-item {
    width: 456px;
    height: 256px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    position: relative;
}

/* display and none*/
.content-bottom .bottom-item .txt-layer dt {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
}
.content-bottom .bottom-item .txt-layer {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0.5rem;
    background-color: rgba(0,0,0, 0.6);
}
.content-bottom .bottom-item:hover .txt-layer {
    display: block;
    cursor: pointer;
}
.content-bottom .bottom-item .bottom-title {
    display: block;
}
.content-bottom .bottom-item:hover .bottom-title {
    display: none;
}

.content-bottom .bottom-item1 {
    background-image: url("../images/auti/intro/technology.jpg");
}
.content-bottom .bottom-item2 {
    background-image: url("../images/auti/intro/mdt.jpg");
}
.content-bottom .bottom-item3 {
    background-image: url("../images/auti/intro/love.jpg");
}
.content-bottom .bottom-item .bottom-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}
.content-bottom .bottom-item .bottom-title dt {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    box-sizing: border-box;
    padding-right: 0.5rem;
    padding-bottom: 1.125rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0, 0.6) 100%);
}
.content-bottom .bottom-item .bottom-title dl {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
}

.content-bottom .bottom-item dl dd.txt {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.content-bottom .bottom-item dl dd a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
}
.content-bottom .bottom-item dl dd.link {
    padding-top: 40px;
}

/* hospital env pc */
.swiper-container-env .swiper-wrapper .slide-item {
    display: flex;
    justify-content: space-between;
}
.swiper-container-env .slide-item .img-item {
    /*width: 338px;*/
    /*height: 254px;*/
    width: calc((100% - 48px) / 4);

    /*height: 254px;*/
    transition: all 1s;
}
.swiper-container-env .slide-item .img-item:hover {
    transform: translate(0, -5%);
}
.swiper-container-env .slide-item .img-item img {
    /*width: 338px;*/
    width: 100%;

    /*height: 254px;*/
}
.hospital-env .multi-wheel {
    height: 310px;
    margin-top: 1rem;
    /*height: 100%;*/
}
.hospital-env .multi-wheel .swiper-button-prev {
    top: 43%;
    left: 0;
}
.hospital-env .multi-wheel .swiper-button-next {
    top: 43%;
    right: 0;
}
/* hospital env mobile */
.hospital-env-mobile {
    margin: 1.5rem;
}
.hospital-env-mobile .multi-wheel {
    margin-top: 10px;
}
.swiper-container-env-mobile .slide-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

/*thank letter*/
.thank-letter {
    margin-bottom: 32px;
}
.thank-letter .thank-letter-background {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/auti/thank/thank-letter-bg@2x.jpg");
}
.thank-letter .thank-letter-background .thank-letter-content {
    height: 664px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.thank-letter-content .thank-title {
    width: 131px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #1E2D4F;
    line-height: 42px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    box-sizing: border-box;
    padding-left: 65px;
}
.thank-letter-content .thank-image-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
    /*width: calc(100% - 131px);*/
    padding-top: 80px;
    padding-right: 118px;
    box-sizing: border-box;
}
.thank-image-list .thank-image-list-left-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.thank-image-list .thank-image-list-left-box {
    width: calc(100% - 340px);
}
.thank-image-list .thank-image-list-right-box {
    width: 330px;
    transition: all 1s;
    /*height: 514px;*/
}
.thank-image-list .thank-image-list-right-box:hover {
    transform: scale(1.1);
}
.thank-image-list-left-box .item-height {
    /*height: 248px;*/
}
.thank-image-list-left-box .item-top {
    width: calc((100% - 16px) / 4);
    transition: all 1s;
}
.thank-image-list-left-box .item-top:hover {
    transform: scale(1.1);
}
.thank-image-list-left-box .item-bottom {
    width: calc((100% - 16px) / 3);
    margin-top: 10px;
    transition: all 1s;
}
.thank-image-list-left-box .item-bottom:hover {
    transform: scale(1.1);
}
.thank-image-list-left-box .letter-img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    cursor: pointer;
}
.thank-image-list-right-box .letter-view {
    width: 340px;
    height: 514px;
    object-fit: cover;
    cursor: pointer;
}
.thank-letter-mobile {
    display: none;
}
/*letter分页*/
.swiper-pagination-letter {
    position: absolute;
    width: 50px;
    z-index: 1000;
}
.swiper-container-letter .swiper-pagination-letter {
    text-align: center;
    margin-top: 1rem;
}
.swiper-container-letter .swiper-pagination-letter span {
    margin: 0 5px;
}
.swiper-container-letter .swiper-pagination-bullet {
    background: #000000;
    height: 25px;
    border-radius: 30px;
    width: 10px;
}
.swiper-container-letter .swiper-pagination-bullet-active {
    background: #13BFB1;
    width: 10px;
}



/*about me*/
.swiper-container-about-me{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-me {
    margin-bottom: 50px;
}
.swiper-pagination-me {
    text-align: center;
}
.about-me .swiper-container {
    padding-bottom: 20px;
}
.about-me .swiper-container .swiper-wrapper dl {
    transition: all 0.5s;
}
.about-me .swiper-container .swiper-wrapper dl:hover {
    transform: translate(0,-3%);
}
.about-me .swiper-wrapper {
    margin-bottom: 20px;
}

.about-me .swiper-wrapper .swiper-slide {
    width: 338px;
    height: 481px;
    background: #ffffff;
    border-radius: 16px;
    padding-bottom: 23px;
    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%);
    transition: all 1s;
    text-align: left;
}
.about-me .swiper-wrapper .swiper-slide:hover {
    transform: translate(0,-5%);
}

.about-me .swiper-slide img {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    width: 100%;
}

.about-me .swiper-slide:hover {
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 26%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 10%);
    /*top: -20px;*/
}

.about-me .swiper-slide dt {
    padding-bottom: 15px;
}

.about-me .swiper-slide dt span {
    /*background: #2A78BA;*/
    background: #13BFB1;
    color: #ffffff;
    margin-right: 0;
    float: right;
    border-radius: 0 0 0 4px;
}

.about-me .swiper-slide dd.first {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
}

.about-me .swiper-slide dd {
    padding: 0 24px;
}

.about-me .swiper-slide span {
    margin-right: 10px;
    background: rgba(19,191,177,.1);
    color: #13BFB1;
    font-size: 14px;
    padding: 3px 8px;
    width: 126px;
    text-align: center;
}

.about-me .swiper-slide p {
    /*padding: 0 24px;*/
    padding: 20px 24px 0 24px;
}


.swiper-slide .description-text {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;

}

.about-me .swiper-pagination-me span {
    margin: 0 5px;
}

.about-me .swiper-pagination-bullet {
    background: #000000;
    height: 10px;
    border-radius: 30px;
}

.about-me .swiper-pagination-bullet-active {
    /*background: #2A78BA;*/
    background: #13BFB1;
    width: 25px;
}


/* icon nav */
.icon-nav-box {
    height: 291px;
    background: #E6E6E6;
    margin-top: 6.625rem;
    vertical-align: middle;
    margin-bottom: 2rem;
    transition: all .5s;
}
.icon-nav-box:hover {
    transform: translate(0, -1%);
}
.icon-nav-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.icon-nav-box ul li {
    width: calc((100% - 32.5rem) / 3);
    /*height: 163px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all 1s;
}
.icon-nav-box ul li:hover {
    transform: translate(0, -5%);
}
.icon-nav-box ul li dd {
    /*width: 8rem;*/
    width: 100%;
    height: 8rem;
    box-sizing: border-box;
}
.icon-nav-box ul li dt {
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 49px;
}

.formbg form .tginput .cBtn {
    background: #13BFB1;
    color: #FFFFFF;
}
.star {
    color: red;
}

/*load more*/
/*从第几个隐藏*/
.cancer-comment-container .cancer-comment-box:nth-child(n + 7) {
    display: none;
}

.formbg form .box .radio_left{margin-top: 8px;}

/*web css end*/

/*mobile css*/
@media screen and (max-width: 768px) {

    .sc-video-play .mobile-video {
        display: block;
    }
    .swiper-slide .sc-video .sc-video-play table {
        display: none;
    }

    .top-banner {
        min-height: 150px;
        background-image: url("https://img.asiancancer.com/images/newmalai/limited/790240en.jpg");
        background-size:contain;
    }
    .title-txt {
        font-size: 26px;
    }
    .contenar .title-bt .t2{font-size: 18px;}
    .title-txt::after {
        display: none;
    }
    .w1400 {
        width: auto;
    }

    .left-line-title {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }
    /*about me*/
    .about-me {
        margin-bottom: 50px;
        padding: 0 16px;
    }
    .about-me .swiper-wrapper .swiper-slide {
        width: 338px;
        height: auto;
        background: #ffffff;
        border-radius: 16px;
        padding-bottom: 23px;
    }
    .about-me .swiper-slide dd.first {
        font-size: 1.0rem;
    }
    .about-me .swiper-slide span {
        width: 5.875rem;
    }
    .about-me .swiper-slide p {
        /*padding: 20px 24px 0 24px;*/
        padding: 10px 12px 0 12px;
        font-size: 16px;
    }


    /* ask */
    .cancer-container {
        padding-top: 2rem;
    }
    .cancer-comment-box .question-box dd {
        font-size: 0.875rem;
        font-weight: bold;
        color: #333333;
        line-height: 1.5rem;
        padding-right: 0.625rem;
    }
    .cancer-box .cancer-comment-container {
        /*margin-bottom: 3.125rem;*/
        margin-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
    .cancer-comment-box .answer-box {
        height: auto;
        background: #F0FFFE;
        border-radius: 0 0 0.5rem 0.5rem;
        border: 1px solid #ACAEB3;
        border-top: none;
        padding: 1rem;
        box-sizing: border-box;
    }
    .cancer-comment-box .answer-box dd {
        width: calc(100% - 40px);
        height: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 18px;
        text-align: justify;
        overflow: hidden;
    }
    .cancer-comment-container .cancer-comment-box .question-box {
        padding-left: 1rem;
        padding-top: 1rem;
        /*height: 100%;*/
        background: #FFFFFF;
        border-radius: 0.5rem 0.5rem 0 0;
        opacity: 1;
        border: 1px solid #ACAEB3;
        box-sizing: border-box;
    }
    .cancer-comment-box .answer-box dt.doctor img {
        width: 3rem;
        height: 3rem;
    }
    .cancer-comment-box .answer-box dt.doctor {
        width: 4rem;
    }

    /* letter */
    .thank-letter-mobile {
        display: block;
    }
    .thank-letter-web {
        display: none;
    }
    .thank-letter-mobile {
        /*padding: 2rem;*/
        margin: 2rem 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .thank-letter-mobile .thank-image-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /*padding: 2rem;*/
        padding: 0.5rem;
    }
    .thank-letter-mobile .thank-image-list li.item-li {
        width: calc((100% - 20px) / 3);
        margin-top: 10px;
    }
    .thank-letter-mobile .thank-image-list ul img {
        width: 100%;
        /*height: 234px;*/
        height: auto;
        object-fit: cover;
    }

    /*letter 分页*/
    .swiper-container-letter-mobile .swiper-pagination-letter-mobile {
        text-align: center;
        margin-top: 1rem;
    }
    .swiper-container-letter-mobile .swiper-pagination-letter-mobile span {
        margin: 5px 0;
    }
    .swiper-container-letter-mobile .swiper-pagination-bullet {
        background: #000000;
        height: 10px;
        border-radius: 30px;
        width: 25px;
    }
    .swiper-container-letter-mobile .swiper-pagination-bullet-active {
        background: #13BFB1;
        width: 25px;
    }

    /* message */
    .w1920 {
        width: auto;
    }


    /*nav icon*/
    .icon-nav-box {
        margin-top: 3rem;
    }
    .icon-nav-box ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
    }
    .icon-nav-box ul li dd {
        width: 5rem;
        height: 5rem;
        box-sizing: border-box;
    }
    .icon-nav-box ul li dd img {
        width: 5rem;
        height: 5rem;
    }
    .icon-nav-box ul li dt {
        height: 19px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 25px;
    }
    .icon-nav-box {
        /*height: 291px;*/
        height: 16.25rem;
        margin-top: 2rem;
    }
}
/*mobile css*/

/*cool dog*/
/*cool dog*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 754px;
    height: 410px;
    top: 0;
    left: 50%;
    margin-left: -349px;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
    transition: all 0.3s ease;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 8px;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    display: none;
    width: 126px;
    height: 179px;
    position: absolute;
    top: 21px;
    color: #fff;
    line-height: 179px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}

.Cooldog_container .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: none;
    line-height: 20px;
    text-align: center;
    background-color: #BCB9B9;
    color: #fff;
}

.Cooldog_container .btn_close i {
    font-size: 18px;
}

.Cooldog_container .buttons {
    /*height: 5px;*/
    /*line-height: 5px;*/
    height: 10px;
    line-height: 10px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -210px;
    z-index: 80;
}

.Cooldog_container .buttons a {
    float: left;
    width: 40px;
    /*height: 5px;*/
    height: 10px;
    background-color: #E6E6E6;
    margin-right: 15px;
    border-radius: 30px;
}

.Cooldog_container .buttons a.color {
    background-color: #13BFB1;
    border-radius: 6px;
}

.Cooldog_container .buttons a:last-child {
    margin-right: 0;
}

.p1 {
    transform: translate3d(-577px, 0, 0) scale(0.81);
    /*opacity: 0.4;*/
    z-index: 1;
}

.p2 {
    transform: translate3d(-325px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    /*opacity: 0.6;*/
    z-index: 2;
}

.p3 {
    transform: translate3d(-125px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    /*opacity: 0.8;*/
    z-index: 3;
}

.p4 {
    transform: translate3d(0px, 0, 0) scale(1);
    /*opacity: 1;*/
    z-index: 4;
}

.p5 {
    transform: translate3d(220px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    /*opacity: 0.8;*/
    z-index: 3;
}

.p6 {
    transform: translate3d(425px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    /*opacity: 0.6;*/
    z-index: 2;
}

.p7 {
    transform: translate3d(625px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    /*opacity: 0.4;*/
    z-index: 1;
}


@media screen and (max-width:768px) {
    .contenar .title-bt .t1{font-size: 22px;width: 150px;line-height: 55px;}
    .contenar .title-bt .t2{line-height: 30px;}
    .title-txt{margin-bottom: 10px;}
    .Cooldog_container .Cooldog_content{height:200px;margin-left: -173px;}
    .Cooldog_container .Cooldog_content li img {
        width: 46%;
        height: auto;
        border-radius: 8px;
    }
    .Cooldog_container{height: 230px;}
    .Cooldog_container .Cooldog_content li{height: auto;}
    .Cooldog_container .buttons{overflow: hidden;margin-left: -190px;}

    .my-hospital{margin-top: 30px;}
    .my-hospital .hospital-content{padding: 0px;}
    .my-hospital ul{display: block;}
    .my-hospital ul li{float: left;width: 49.6%;padding: 25px 0;font-weight: bold;}
    .my-hospital ul .l1{border-right: 1px solid #000000;}
    .my-hospital ul .l3{border-top: 1px solid #000000;}
    .my-hospital ul .l4{border-left: 1px solid #000000;border-top: 1px solid #000000;}
    .my-hospital ul .line{display: none;}

    /*mdt*/
    .mdt .list ul li{width: 49.5%;height:auto;margin: 2px 0;float: inherit;display: inline-flex;text-align: justify;}
    .mdt .list li img{width: 100%; filter: brightness(0.7);}
    .mdt .list ul li p{bottom: 5px;left: 20px;line-height: 20px;text-align: initial;}
    .mdt .list ul li b{font-size: 18px;display: block;}
    .mdt .list .box{width: 49.5%;font-size: 10px;background: none;line-height: normal;}
    .mdt .list .box a{margin: 0 auto;}

    /*1vs1*/
    .swiper-container-onetoone{margin-top: 10px;}
    .swiper-button-next, .swiper-button-prev{top:20%;}
    .onetoone .img-item{width: 100%;height: auto;}
    .onetoone .img-item img{width: 100%;}
    .onetoone .txt-item{width: 100%;margin-top: auto;}
    .onetoone .txt-item ul li{margin: 10px;width: 85%;}
    .onetoone .info-item{width: 100%;position: initial;width: 100%;display: inline-block;}
    .onetoone .info-item ul{display: contents;}
    .onetoone .info-item ul li{width: 97%;padding: 5px 0;}
    .onetoone .info-item ul li a{color: #ffffff;}
    .onetoone .info-item ul li p{display: contents;}
    .onetoone .onetoone-bg{height: 120px;top: 445px;}

    .contenar .title-bt{display: inline-flex;width: 100%;}
}
