/*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 {
    background: #FFFFFF;
}
.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;
    /*background: #fff;*/
    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}
.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("../images/auti/pc_top_banner_3840x300.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-bottom: 71px;
    margin-top: 71px;
}
.my-hospital .content-top .top-left {
    float: left;
    width: 810px;
    height: 461px;
    border-radius: 4px;
}
.my-hospital .content-top .top-right {
    float: right;
    width: 574px;
    height: 461px;
    border-radius: 4px;
    background: #FFFFFF;
}
.my-hospital .content-top .top-right .top-right-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.my-hospital .content-top .top-right dl {
    box-sizing: border-box;
    padding-left: 4px;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s;
    padding-bottom: 3.375rem;
}

.my-hospital .content-top .top-right dl:hover {
    transform:translate(0, -3%);
    cursor: pointer;
}
.my-hospital .content-top .top-right dl dt {
    height: 96px;
}
.my-hospital .content-top .top-right dl dd.txt{
    width: 160px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #13BFB1;
    line-height: 24px;
    text-align: center;
    margin-top: 0.5rem;
}
.my-hospital .content-top .top-right dl dt img{
    width: auto;
    height: 96px;
}
/*my-hospital-web*/
.my-hospital .top-left .carousel .loop-item {
    height: 461px;
    background: #FFFFFF;
}

/* 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;
}

/* ask*/
.cancer-container {
    background: #FFFFFF;
    padding-top: 4rem;
}
.cancer-box .cancer-comment-container {
    margin-bottom: 50px;
}
.cancer-box .cancer-comment-container .cancer-comment-box {
    width: 100%;
    height: 100%;
    /*height: 19.75rem;*/
    margin-bottom: 1rem;
    transition: all .5s;
}
.cancer-box .cancer-comment-container .cancer-comment-box:hover {
    transform: scale(1.01);
    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%)
}
.cancer-comment-container .cancer-comment-box .question-box {
    padding-left: 2rem;
    padding-top: 1.5rem;
    /*width: 1400px;*/
    /*height: 9.75rem;*/
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0 0;
    opacity: 1;
    border: 1px solid #ACAEB3;
    box-sizing: border-box;
}
.cancer-comment-box .question-box img {
    width: 2rem;
    height: 2rem;
}
.cancer-comment-box .question-box span {
    height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.75rem;
}
.cancer-comment-box .question-box dd{
    /*height: 4.1875rem;*/
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.25rem;
    box-sizing: border-box;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.cancer-comment-box .answer-box {
    /*height: 10rem;*/
    background: #F0FFFE;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #ACAEB3;
    border-top: none;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    box-sizing: border-box;
}
.cancer-comment-box .answer-box dt.doctor img {
    width: 5rem;
    height: 5rem;
    border-radius: 36px;
}
.cancer-comment-box .answer-box dt.doctor {
    width: 7rem;
}
.cancer-comment-box .answer-box dd {
    width: calc(100% - 6.0625rem);
    /*height: 6.0625rem;*/
    font-size: 1.375rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.125rem;
}
.cancer-comment-box .answer-box dl {
    display: flex;
    justify-content: space-between;
}
.cancer-box .cancer-comment-container .more-view {
    width: 5.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url("../images/auti/more@2x.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
    cursor: pointer;
}
.cancer-box .cancer-comment-container .more-view:hover {
    transform: translate(0, -2%);
}

/*三列*/
.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: 36px;
    text-align: center;
}
.content-bottom .bottom-item .txt-layer {
    display: none;
    width: 100%;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.6);
}
.content-bottom .bottom-item .txt-layer .txt {
    text-align: left;
}
.content-bottom .bottom-item .txt-layer .link {
    text-align: center;
}
.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: 1px;
}

/* hospital env*/
.swiper-container-env .swiper-wrapper .slide-item {
    display: flex;
    justify-content: space-between;
}
.swiper-container-env .slide-item .img-item {
    width: 338px;
    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;
    height: 254px;
}
.hospital-env .multi-wheel {
    height: 310px;
    margin-top: 1rem;
}
.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: 20px;
}
.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%;
    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;
}

/*message*/
.message-board {
    height: 338px;
    background: #1E2D4F;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.message-board .message-board-item {
    width: 456px;
    height: 258px;
    padding-right: 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    transition: all 1s;
}
.message-board .message-board-item:hover {
    transform: translate(0, -3%);
}
.message-board .message-board-item img {
    width: 456px;
    height: 258px;
    object-fit: cover;
    border-radius: 0.5rem;
}
/* 留言滚动分页*/
.swiper-container-message .swiper-pagination-message {
    text-align: center;
    margin-top: 1rem;
}
.swiper-container-message .swiper-pagination-me span {
    margin: 0 5px;
}
.swiper-container-message .swiper-pagination-bullet {
    background: #000000;
    height: 10px;
    border-radius: 30px;
}
.swiper-container-message .swiper-pagination-bullet-active {
    background: #13BFB1;
    width: 25px;
}

/*抗癌之路*/
.cancer-help-container-mobile {
    display: none;
}
.cancer-help-container {
    padding-top: 4rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.cancer-help-box .cancer-help-images {
    display: flex;
    justify-content: space-between;
    /*margin-right: 1rem;*/
    height: 520px;
}
.cancer-help-box .cancer-help-images dl.first {
    width: calc(100% - 708px) !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    /*line-height: 100%;*/
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 1s;
}
.cancer-help-box .cancer-help-images dl.first:hover {
    transform: translate(-2%, 0);
}
.cancer-help-box .cancer-help-images dl dt {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.cancer-help-box .cancer-help-images dl dt a{color:#ffffff;}
.cancer-help-box .cancer-help-images .img-item-1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/auti/help/1.jpg");
    /*filter: brightness(.6);*/
}
.cancer-help-box .cancer-help-images .img-item-2 {
    background-image: url("../images/auti/help/2.jpg");
}
.cancer-help-box .cancer-help-images .img-item-3 {
    background-image: url("../images/auti/help/3.jpg");
}
.cancer-help-box .cancer-help-images .img-item-4 {
    background-image: url("../images/auti/help/4.jpg");
}
.cancer-help-box .cancer-help-images dl.first img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.cancer-help-box .cancer-help-images dl.img-item {
    /*width: 220px;*/
    width: calc((100% - 3rem) / 4);
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
    transition: all 1s;
    margin: 0 .5rem;
}

.cancer-help-box .cancer-help-images dl.img-item:hover {
    transform: translate(5%, 0);
}
.cancer-help-box .cancer-help-images dt {
    height: 520px;
    line-height: 520px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}
.cancer-help-box .cancer-help-images dl.first dt {
    font-size: 34px;
    font-weight: bold;
}
.cancer-help-box .cancer-help-images dl.first dt::after {
    width: 64px;
    height: 6px;
    left: calc((100% - 64px) / 2);
    top: calc((100% + 50px) / 2);
}
.cancer-help-box .cancer-help-images dt::after {
    content: " ";
    width: 32px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: calc((100% - 32px) / 2);
    top: calc((100% + 40px) / 2);
}

/*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: 500px;
    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: 5px;
    background: rgba(19,191,177,.1);
    color: #13BFB1;
    font-size: 14px;
    padding: 3px 5px;
    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;
}

/** 协作*/
.cooperation {
    margin-bottom: 32px;
}
.cooperation .message-board-item {
    width: 220px;
    height: 85px;
    padding-right: 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    transition: all 1s;
}
.cooperation .message-board-item:hover {
    transform: rotate3d(5,5,5,5deg);
}

.cooperation .message-board-item img {
    width: 220px;
    height: 85px;
    object-fit: cover;
    border-radius: 0.5rem;
}

.cooperation-box {
    height: 164px;
    background-image: url("../images/auti/cooperation/cooperation@2x.jpg");
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* icon nav */
.icon-nav-box {
    height: 291px;
    background: #E6E6E6;
    /*margin-top: 6.625rem;*/
    margin-top: 3rem;
    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;
}

.mobile-video {
    display: none;
}

/*web css end*/

/*mobile css*/
@media screen and (max-width: 768px) {
    .close{right:auto;background:center;border:none;}
    .sc-video-play .mobile-video {
        display: block;
    }
    .sc-video .sc-video-play table {
        display: none;
    }
    .top-banner {
        min-height: 150px;
        background-image: url("../images/auti/mt_top_banner_750x240.jpg");
        background-size:contain;
    }
    .title-txt {
        font-size: 18px;
    }
    .title-txt::after {
        display: none;
    }
    .w1400 {
        width: auto;
    }
    .my-hospital-web {
        display: none;
    }
    .my-hospital-mobile {
        display: block;
        margin-top: 2.25rem;
    }
    .left-line-title {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }
    /*about me*/
    .about-me {
        margin-bottom: 50px;
        padding: 0 1rem;
    }
    .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;
    }

    /*my-hospital*/
    .my-hospital-mobile .my-hospital-mobile-top {
        display: flex;
        justify-content: space-between;
        background: white;
        border-radius: 8px;
        margin-bottom: 0.625rem;
        text-align: center;
        height: 6.125rem;
        line-height: 6.125rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .my-hospital-mobile .my-hospital-mobile-top .img {
        height: 4rem;
        width: 24.625rem;
        text-align: center;
    }
    .my-hospital-mobile .my-hospital-mobile-top img {
        width: 4rem;
    }
    .my-hospital-mobile .my-hospital-mobile-middle {
        width:auto;
        max-height: 24.625rem;
        border-radius: 8px;
        margin: 1rem 1.5rem;
        box-sizing: border-box;
    }
    .my-hospital-mobile .my-hospital-mobile-middle .loop-item {
        /*height: 24.625rem;*/
        height: auto;
        background: #FFFFFF;
    }
    .my-hospital-mobile .my-hospital-mobile-bottom {
        display: flex;
        justify-content: space-between;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        box-sizing: border-box;
        text-align: center;
    }
    .my-hospital-mobile .my-hospital-mobile-bottom dl {
        width: calc((100% - 32px) / 3);
    }
    .my-hospital-mobile .my-hospital-mobile-bottom img {
        width: 100%;
        max-height: 17.375rem;
        border-radius: 8px;
    }
    .my-hospital-mobile .my-hospital-mobile-bottom dt.img:hover {
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
        border-radius: 8px 8px 8px 8px;
        opacity: 0.6;
    }
    .my-hospital-mobile .my-hospital-mobile-bottom dd.txt{
        /*font-size: 1.625rem;*/
        font-size: 1rem;
        font-weight: 400;
        color: #333333;
        line-height: 2rem;
        /*line-height: 4.25rem;*/
    }
    .hospital-env .multi-wheel .swiper-button-prev {
        top: 43%;
        left: 0;
        display: none;
    }
    .hospital-env .multi-wheel .swiper-button-next {
        top: 43%;
        right: 0;
        display: none;
    }
    .hospital-env-web {
        display: none;
    }
    .hospital-env-mobile {
        display: block;;
    }
    /* 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;*/
        /*padding: 0.5rem;*/
        margin: 0.5rem 1rem;
        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;
    }
    /*cancer*/
    .cancer-help-box .title-txt {
        padding: 0 .5rem;
        box-sizing: border-box;
    }
    .cancer-help-container {
        padding-top: 2rem;
    }
    .cancer-help-container-mobile {
        display: block;
    }
    .cancer-help-container-web {
        display: none;
    }
    .cancer-help-container-mobile .cancer-help-image dl dt {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        border-radius: 0.5rem;
    }
    .cancer-help-container-mobile .cancer-help-image {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 0 24px;
    }
    .cancer-help-container-mobile .cancer-help-image .item{
        background: #FFFFFF;
        width: calc((100% - 16px) / 2);
        border-radius: 8px;
        margin-bottom: 16px;
        text-align: center;
        vertical-align: middle;
        aspect-ratio: 1/1;
    }
    .cancer-help-container-mobile .cancer-help-image .item-1 {
        background-image: url("../images/auti/help/1.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cancer-help-container-mobile .cancer-help-image .item-2 {
        background-image: url("../images/auti/help/2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cancer-help-container-mobile .cancer-help-image .item-3 {
        background-image: url("../images/auti/help/3.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cancer-help-container-mobile .cancer-help-image .item-4 {
        background-image: url("../images/auti/help/4.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cancer-help-container-mobile .cancer-help-image .help-title {
        /*font-size: 24px;*/
        font-size: 1rem;
        font-weight: 400;
        color: #FFFFFF;
        /*居中*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cancer-help-container-mobile .cancer-help-image .help-title a{color:#ffffff;}
    .atlas .atlas-left-arrow {
        left: 0 !important;
        width: 0.5rem !important;
        height: 0 !important;
    }
    .atlas .atlas-right-arrow {
        right: 1% !important;
        width: 0.5rem !important;
        height: 0 !important;
    }

    .title-txt {
        margin-bottom: 5px;
    }

    /*nav icon*/
    .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;
    }
    .my-form {
        display: none;
    }
    /*cooperation*/
    .cooperation .left-line-title {
        margin-left: 1rem;
    }
    .message-board .message-board-item{width:100%;padding-right:inherit;}
    .message-board .message-board-item img{width:100%;height:auto;}
    .message-board .bx-item img{width:100%;height:inherit;}
}
/*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) {
    .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;}
}
