.wrapper {
    position: relative;
    margin: 0 auto;
    height: auto;
    max-width: 640px;
    overflow-x: hidden;
}

.wrapper2 {
    position: relative;
    margin: 0 auto;
    height: auto;
    max-width: 640px
}

.flex-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    margin: 0 auto;
    max-width: 640px;
    background: #fff;
}

.header {
    display: flex;
    height: .9rem;
    background: linear-gradient(to right, #56C1FF, #A2C56F, #27BD9E);
    background-size: cover;
    font-size: .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px 2px 5px #0171006b;
    border-radius: 0 0 5px 5px;
}

    .header h1 {
        overflow: hidden;
        width: 100%;
        text-align: center;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: .36rem;
    }

    .header .go-back {
        display: inline-block;
        margin-left: .2rem;
        width: .45rem;
        height: .45rem;
        background: url(../images/icon-back.png) no-repeat 0 .05rem;
        background-size: .45rem .42rem
    }

    .header .home {
        display: inline-block;
        margin-left: 0.2rem;
        width: 1.45rem;
        height: 0.45rem;
        color: #fff;
        font-size: .32rem;
        line-height: .45rem;
        background: url(../images/down.png) no-repeat bottom right/.45rem .45rem;
    }

    .header i {
        width: .32rem;
        height: .32rem;
        display: inline-block;
        background: url(../images/down.png) no-repeat 0 .05rem;
        background-size: 0.32rem;
        vertical-align: sub;
    }

    .header .goback {
        background: url(../images/back.png) no-repeat bottom right/.45rem .45rem;
        width: 0.45rem;
        height: 0.45rem;
        display: inline-block;
        margin-left: .2rem;
    }

    .header .menu {
        display: inline-block;
        margin: 0 0.2rem;
        width: .58rem;
        height: .58rem;
        background: url(../images/icon-menu.png) no-repeat 0 .05rem;
        background-size: .58rem .58rem;
        cursor: pointer
    }

.header-height {
    height: 1rem;
}

.menubox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 640px;
    height: 100%;
    border-top: 1px solid #eee;
    background: rgba(0,0,0,.5)
}

    .menubox .contents {
        background: linear-gradient(-45deg, #27BD9E, #A2C56F,#56C1FF );
    }

    /*.menubox:before {
    position: absolute;
    top: -.13rem;
    right: .36rem;
    width: .2rem;
    height: .2rem;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}*/

    .menubox .sbut {
        margin-bottom: .2rem;
        padding-top: 1rem;
        width: 25%;
        text-align: center;
        font-size: .24rem;
        color: #fff;
    }

    .menubox .menulist {
        display: flex;
        flex-wrap: wrap;
        margin: 0 .2rem;
        padding-top: .3rem;
        justify-content: space-between;
        border-top: 1px solid #ffffff70;
    }

    .menubox .header {
        border-radius: 0 !important;
        box-shadow: none;
        background: none
    }

.menulist .home {
    background: url(../images/t_home.png) no-repeat center top/.64rem .64rem
}

.menubox .mlink {
    display: flex;
    justify-content: space-evenly;
    padding: 0.2rem 0;
    text-align: center;
}

    .menubox .mlink a {
        width: 10%;
        color: #fff;
        font-size: .32rem;
    }

.menulist .yiyuan {
    background: url(../images/t_yiyuan.png) no-repeat center top/.8rem .8rem
}

.menulist .keshi {
    background: url(../images/t_keshi.png) no-repeat center top/.8rem .8rem
}

.menulist .yibao {
    background: url(../images/t_yibao.png) no-repeat center top/.8rem .8rem
}

.menulist .jibing {
    background: url(../images/t_jibing.png) no-repeat center top/.8rem .8rem
}

.menulist .zhuanke {
    background: url(../images/t_zhuanke.png) no-repeat center top/.8rem .8rem
}

.menulist .haoping {
    background: url(../images/t_haoping.png) no-repeat center top/.8rem .8rem
}

.menulist .paihang {
    background: url(../images/t_paihang.png) no-repeat center top/.8rem .8rem
}

.menulist .wsjyy {
    background: url(../images/t_wsjyy.png) no-repeat center top/.8rem .8rem
}

.hosmap {
    padding: 0.2rem 0;
}

    .hosmap ul {
        display: flex;
        justify-content: space-evenly;
    }

        .hosmap ul li {
            text-align: center;
            border: 1px solid #ffffff75;
            border-radius: .1rem;
            padding: 0.1rem 0.3rem;
            width: 42%;
        }

            .hosmap ul li a {
                color: #fff;
                padding: .2rem;
                font-size: .28rem;
            }

    .hosmap i {
        margin-left: .2rem;
        width: .68rem;
        height: .7rem;
        display: inline-block;
        vertical-align: middle;
    }

    .hosmap .fjhos {
        background: url(../images/fjhosp.png) no-repeat 0;
        background-size: .68rem;
    }

    .hosmap .sohos {
        background: url(../images/sohosp.png) no-repeat 0;
        background-size: .68rem;
    }

.wxmap {
    padding: 0.2rem 0;
}

    .wxmap ul {
        display: flex;
        justify-content: space-evenly;
    }

        .wxmap ul li {
            text-align: center;
            border: 1px solid #ffffff75;
            border-radius: .1rem;
            padding: 0.1rem 0;
            line-height: .48rem;
            width: 42%;
        }

            .wxmap ul li a {
                color: #fff;
                padding: .2rem;
                font-size: .24rem;
            }

    .wxmap i {
        margin-right: .2rem;
        width: .7rem;
        height: .7rem;
        display: inline-block;
        vertical-align: middle;
    }

    .wxmap .wxcode {
        background: url(../images/wxcode.png) no-repeat 0;
        background-size: .7rem;
    }

    .wxmap .homepage {
        background: url(../images/99logo.png) no-repeat 0;
        background-size: .7rem;
    }

.contents .hometag {
    text-align: center;
    padding: .2rem 0;
}

    .contents .hometag p {
        margin-bottom: .15rem;
    }

    .contents .hometag a {
        font-size: .28rem;
        color: #fff;
        line-height: .35rem;
    }

.pIdx-search {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    position: relative;
}

    .pIdx-search .pIdx-search {
        display: block;
        padding-left: 1rem;
        width: 100%;
        border-radius: 20px;
        background: #f2f2f2;
        background-image: url(../images/sologo.png);
        background-position: .28rem center;
        background-size: .5rem;
        background-repeat: no-repeat;
        color: #9a9a9a;
        font-size: .28rem;
        height: 0.8rem;
    }

.sch-right {
    width: 0.9rem;
    position: absolute;
    right: 0.2rem;
    top: .23rem;
    z-index: 5;
}

    .sch-right input {
        color: #33be97
    }

.tabindex {
    display: flex;
    margin: 0 .2rem;
    padding: .2rem 0;
    border-radius: .1rem;
    background: #fff;
    justify-content: space-between;
}

    .tabindex li {
        width: 45%;
        color: #333;
        text-align: center;
        border-radius: .15rem;
        padding: 0.15rem;
    }

        .tabindex li a {
            color: #fff;
            font-size: .34rem;
            font-weight: 700;
        }

        .tabindex li:nth-child(1) {
            background: linear-gradient(-45deg, #00a7d0ad, #4c84f8b3,#e270ffb5 );
        }

        .tabindex li:nth-child(2) {
            background: linear-gradient(-45deg, #3fe1a6ad, #66d2cead, #00a7d0b5);
        }

    .tabindex i {
        margin-left: .2rem;
        width: 1rem;
        height: 1rem;
        display: inline-block;
        font-size: .22rem;
        vertical-align: middle;
    }

    .tabindex .fjhos {
        background: url(../images/fjhosp.png) no-repeat 0;
        background-size: 1.2rem;
    }

    .tabindex .sohos {
        background: url(../images/sohosp.png) no-repeat 0 .03rem;
        background-size: 1.2rem;
    }

    .tabindex p {
        color: #666;
        font-size: .22rem
    }

    .tabindex .tab {
        background: url(../images/icon-area.png) no-repeat center top/.64rem .64rem
    }

    .tabindex .tab1 {
        background: url(../images/icon-ks.png) no-repeat center top/.64rem .64rem
    }

    .tabindex .tab2 {
        background: url(../images/icon-jb.png) no-repeat center top/.64rem .64rem
    }

/*.tbanner {
    position: relative;
    margin: 0 .2rem;
    padding: .2rem 0
}

.swiper {
    width: 100%;
    max-height: 1.8rem
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    object-fit: cover
}*/
.map {
    width: 94%;
    height: .6rem;
    white-space: nowrap;
    line-height: .6rem;
    overflow: hidden;
    margin: 0 .1rem;
    white-space: nowrap;
}

    .map a {
        display: inline-block;
        font-size: .24rem;
        line-height: .6rem;
        color: #666;
    }

        .map a:last-child {
            color: #999
        }

    .map i {
        color: #999;
        line-height: .6rem
    }

.menu_tit {
    padding: 0.15rem 0.2rem;
    font-size: .32rem;
    color: #666;
    line-height: .42rem;
    background: linear-gradient(to right, #56c1ffa1, #27bd9e1c);
}

    .menu_tit .more {
        position: absolute;
        font-size: .24rem;
        color: #999;
        right: 0.2rem;
        line-height: .48rem;
    }

.ksbox {
    padding: .2rem 0 0;
    border-radius: .1rem;
    background: #fff
}

    .ksbox ul {
        display: flex;
        margin-top: .2rem;
        text-align: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

        .ksbox ul li {
            margin: .2rem 0;
            width: 25%;
            font-size: .24rem
        }

        .ksbox ul a {
            display: block;
            padding-top: 1rem
        }

            .ksbox ul a.neike {
                background: url(../images/nk.png) no-repeat center top/.8rem
            }

            .ksbox ul a.waike {
                background: url(../images/wk.png) no-repeat center top/.8rem
            }

            .ksbox ul a.fck {
                background: url(../images/fck.png) no-repeat center top/.8rem
            }

            .ksbox ul a.erke {
                background: url(../images/ek.png) no-repeat center top/.8rem
            }

            .ksbox ul a.nanke {
                background: url(../images/nan.png) no-repeat center top/.8rem
            }

            .ksbox ul a.kqk {
                background: url(../images/kqk.png) no-repeat center top/.8rem
            }

            .ksbox ul a.pfk {
                background: url(../images/pfk.png) no-repeat center top/.8rem
            }

            .ksbox ul a.zlk {
                background: url(../images/zlk.png) no-repeat center top/.8rem
            }

.doctor{padding: 2% 0 15% 0;}
.nav {
    
    background-color: #fff
}

    .nav .tabs {
        display: flex;
        overflow: hidden;
        margin: .15rem 0;
        justify-content: flex-start;
    }

.tabs a {
    position: relative;
    display: inline-block;
    width: 20%;
    height: .8rem;
    color: #666;
    text-align: center;
    font-size: .28rem;
    line-height: .8rem
}

.tabs .curr {
    color: #333;
    font-weight: 700
}

    .tabs .curr:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -.2rem;
        width: .4rem;
        height: .08rem;
        -webkit-border-radius: .05rem;
        border-radius: .05rem;
        background: #08c7a3;
        content: ''
    }

.content .hosplist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}



.content ul li {
    display: none;
    margin: 0 .2rem;
}

/*.content ul li a:last-child {
    padding-bottom: 0;
    border-bottom: none
}
*/
.content .hosplist a {
    display: inline-block;
    padding: .2rem 0.1rem;
    width: 33.3%;
    text-align: center;
}

.pubbox .yydtarc {
    width: 100%;
    padding: 0 0.2rem;
}

    .pubbox .yydtarc a {
        width: 100% !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        text-align: left !important;
    }

.content ul li .hosp_lit {
    border-radius: .1rem;
    padding: 0.2rem 0;
    text-align: center;
}

.content ul li .yyinfo {
    display: flex;
    justify-content: space-between
}

.content ul li img {
    width: 1.2rem;
    height: 1.2rem;
}

.content ul li .yytag {
    width: 100%;
    text-align: center;
}

    .content ul li .yytag h2 {
        margin: 0.15rem 0;
        font-size: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 0.36rem;
    }

    .content ul li .yytag p {
        color: #999;
        font-size: .22rem;
        display: flex;
        justify-content: space-around;
    }

    .content ul li .yytag span {
        font-size: .24rem;
    }

.content ul li .yydes {
    position: relative;
    margin-top: .2rem;
    padding: .4rem .2rem .2rem;
    border-radius: .1rem;
    background: #fafafa
}

.content ul li .yyph {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .3rem 0 .2rem;
    background: url(../images/bj-ph.png) no-repeat left top/100% 100%;
    color: #bd983d;
    font-size: .22rem
}

.content ul li .yydes p {
    font-size: .22rem;
    line-height: .42rem
}

.content ul li .yydes .addr {
    padding-left: .3rem;
    background: url(../images/icon-addr.png) no-repeat left/.24rem
}

.content ul li .yydes .tel {
    padding-left: .3rem;
    background: url(../images/icon-tel.png) no-repeat left/.24rem
}

.content ul li .yydes .counts {
    padding-left: .3rem;
    background: url(../images/icon-wd.png) no-repeat left/.22rem
}

.content ul li .yydes span {
    margin-right: .3rem
}

    .content ul li .yydes span i {
        margin: 0 .05rem;
        color: #00c8c8
    }

.content ul li .yydes .guahao {
    position: absolute;
    right: 0;
    bottom: .3rem;
    padding: 0 .2rem;
    border-radius: .3rem;
    background: linear-gradient(51deg,#72dcaa 0,#45bfcc 100%);
    color: #fff;
    font-size: .22rem
}

.doctor .content ul li .flex-d {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.doctor .ysinfo {
    display: inline-block;
    border-radius: .1rem
}

.doctor .content .ystag {
    margin-top: 0.15rem;
}

    .doctor .content .ystag h2 {
        font-size: .28rem
    }

    .doctor .content .ystag span {
        font-size: .24rem;
        margin-right: .1rem;
    }

        .doctor .content .ystag span:last-child {
            margin-right: 0;
        }

    .doctor .content .ystag p {
        padding: .1rem 0 0;
        width: 100%;
        font-size: .24rem;
        overflow: hidden;
        height: 0.48rem;
        line-height: .48rem;
    }

    .doctor .content .ystag .hosname {
        overflow: hidden;
        height: .48rem;
        text-overflow: ellipsis;
        line-height: .48rem;
        -o-text-overflow: ellipsis
    }

    .doctor .content .ystag .goodat {
        display: -webkit-box;
        overflow: hidden;
        height: .8rem;
        text-align: left;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

.doctor .content .flex-d a {
    margin: 0.2rem 0 0.1rem;
    padding: 0.2rem 0;
    width: calc((100% - .6rem)/3);
    text-align: center;
    background: #f9f9f9;
    border-radius: 0.25rem;
    box-shadow: 1px 3px 3px #f2f2f2;
    margin-right: 0.3rem
}

    .doctor .content .flex-d a:nth-child(3n) {
        margin-right: 0;
    }

.doctor .content .ysinfo img {
    display: block;
    margin: 0 auto;
    padding: .05rem;
    border: none;
    border-radius: 50%;
    object-fit: cover;
}

.askbox {
    padding: .2rem 0;
}

    .askbox ul {
        margin: .2rem;
        padding: 0 .2rem;
    }

        .askbox ul li {
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 0.2rem;
        }

            .askbox ul li:last-child {
                border-bottom: none
            }

        .askbox ul h3 {
            padding: .15rem 0;
            font-size: .28rem;
        }

            .askbox ul h3 span {
                float: right;
                color: #999;
                font-size: .24rem;
            }

        .askbox ul li p {
            font-size: .28rem;
            overflow: hidden;
            height: 1rem;
            line-height: .56rem;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.asklist li h3 i {
    border-radius: 50%;
    background: #56c1ff;
    color: #fff;
    padding: 0.05rem;
    margin-right: 0.05rem;
}

.asklist li p i {
    border-radius: 50%;
    background: #33be97;
    color: #fff;
    padding: 0.05rem;
    margin-right: 0.05rem;
}

.arclist ul {
    padding: 0.2rem;
    margin: 0 0.2rem;
}

    .arclist ul h3 {
        padding: .15rem 0;
        font-size: .28rem;
        width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .arclist ul a {
        width: 100%;
        display: inline-block;
    }

    .arclist ul span {
        float: right;
        color: #999;
        font-size: .24rem;
        line-height: .8rem;
    }


.pubbox {
    margin-top: .3rem;
}

    .pubbox .tabs {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }

        .pubbox .tabs .curr {
            background: #33BE97;
            height: 1rem;
            line-height: 1rem;
            color: #fff;
        }

        .pubbox .tabs a {
            background: #D7F2EB;
            height: .8rem;
            text-align: center;
            font-size: .28rem;
            line-height: .8rem;
            border-radius: .15rem .15rem 0 0;
            color: #5BB99E;
            width: 36%;
        }

        .pubbox .tabs .curr:after {
            background: none;
        }

    .pubbox .content {
        min-height: 4rem;
        background: #33BE97;
        margin-top: -1px;
    }

        .pubbox .content ul {
            display: none;
        }

        .pubbox .content li {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            padding-top: .2rem;
        }

            .pubbox .content li a {
                font-size: .28rem;
                color: #fff;
                line-height: .8rem;
                width: calc(100% / 3);
                text-align: center;
                height: .8rem;
                overflow: hidden;
            }

.logo99 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 1rem 0 .3rem;
}

    .logo99 img {
        width: 1rem;
        height: auto;
    }

.footer {
    height: 1rem;
    text-align: center;
    line-height: 1rem
}

    .footer p {
        color: #33BE97;
        font-size: .3rem
    }

    .footer a {
        color: #33BE97
    }

.bg {
    background: #fff;
}

.hosinfo {
    position: relative;
    padding: .2rem;
    border-radius: .08rem;
    background: #fff;
    font-size: .26rem;
}

    .hosinfo .pmnum.num1 {
        background: url(../images/num1.png) no-repeat left top/.42rem .36rem
    }

    .hosinfo .pmnum {
        position: absolute;
        top: 0;
        left: 0;
        width: .42rem;
        height: .36rem;
        background: url(../images/num-bj.png) no-repeat left top/.42rem .36rem;
        color: #fff;
        text-indent: .02rem;
        text-indent: .08rem;
        font-style: italic;
        font-size: .24rem;
        line-height: .3rem
    }

    .hosinfo .ewm {
        position: absolute;
        top: .2rem;
        right: .2rem;
        width: .42rem;
        height: .42rem;
        cursor: pointer;
    }

        .hosinfo .ewm img {
            width: .42rem;
            height: .42rem;
        }

.flexaic {
    display: flex;
    margin-top: 0.3rem;
}

.hosinfo .img-box {
    overflow: hidden;
    margin-right: .2rem;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-border-radius: .08rem;
    border-radius: .08rem
}

.hosinfo .all-img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.hosinfo .hosdes {
    width: calc( 100% - 2rem);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

    .hosinfo .hosdes .hosnike {
        color: #666;
        font-size: .3rem;
        margin-top: 7%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: .9rem;
    }

.hosinfo h2 {
    overflow: hidden;
    margin-bottom: .05rem;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: .38rem;
    line-height: .38rem;
    width: 90%;
}

.hosinfo .hostag {
    display: flex;
    margin-bottom: .05rem;
    color: #999;
    font-size: .24rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}



.hosdes .edit {
    font-size: .2rem;
    color: #999;
    position: absolute;
    right: 0rem;
    top: 0;
    border: 1px solid #ddd;
    border-radius: .1rem;
    padding: .05rem .1rem;
    color: #ddd;
    background: url(../images/edit.png) no-repeat 0.08rem center;
    background-size: .3rem;
    padding-left: 0.4rem;
}

.hosinfo .hostag span {
    font-size: .24rem;
    border-radius: .1rem;
    padding: 0.03rem .08rem;
    margin-right: 0.1rem;
}

    .hosinfo .hostag span:nth-child(1) {
        color: #A4C0B2;
        border: 1px solid #A4C0B2;
    }

    .hosinfo .hostag span:nth-child(2) {
        color: #A3C3CE;
        border: 1px solid #A3C3CE;
    }

    .hosinfo .hostag span:nth-child(3) {
        color: #BACAA3;
        border: 1px solid #BACAA3;
    }

    .hosinfo .hostag span:nth-child(4) {
        color: #CCD9BD;
        border: 1px solid #CCD9BD;
    }
/*.hosinfo .hostag .icon-sj {
    padding-left: .28rem;
    background: url(../images/icon-sj.png) no-repeat left/.24rem .24rem
}

.hosinfo .fce {
    margin: 0 .2rem;
    color: #eee;
    font-size: .2rem
}

.hosinfo .hostag .icon-yb {
    padding-left: .28rem;
    background: url(../images/icon-yb.png) no-repeat left/.24rem .24rem
}

.hosinfo .hostag .icon-lx {
    padding-left: .28rem;
    background: url(../images/icon-lx.png) no-repeat left/.24rem .24rem
}
*/
.hosinfo .levaic {
    display: flex;
    color: #999;
    font-size: .24rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .hosinfo .levaic .star {
        width: 1.3rem;
        height: .3rem;
        background: url(../images/star.png) repeat-x left/.26rem .26rem
    }

/*.hosinfo .hostnote {
    display: flex;
    margin: .1rem 0;
    color: #999;
    font-size: .24rem;
    align-items: center
}*/

.hosinfo .hosintro {
    position: relative;
    margin: .15rem 0;
    color: #666;
    font-size: .28rem;
    line-height: .52rem
}

    .hosinfo .hosintro .descrp {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        font-size: .28rem;
        line-height: .42rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all
    }

    .hosinfo .hosintro .icon-ghrk-jj {
        display: inline-block;
        width: .56rem;
        height: .36rem;
        background: url(../images/hos-jj.png) no-repeat top/contain;
        vertical-align: middle
    }

    .hosinfo .hosintro .icon-ghrk-mz {
        display: inline-block;
        width: .56rem;
        height: .36rem;
        background: url(../images/hos-mz.png) no-repeat top/contain;
        vertical-align: middle
    }

    .hosinfo .hosintro .icon-ghrk-dz {
        display: inline-block;
        width: .56rem;
        height: .36rem;
        background: url(../images/hos-dz.png) no-repeat top/contain;
        vertical-align: middle
    }

    .hosinfo .hosintro .icon-ghrk-tel {
        display: inline-block;
        width: .56rem;
        height: .36rem;
        background: url(../images/hos-dh.png) no-repeat top/contain;
        vertical-align: middle
    }

.hosinfo .tel-address {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #999;
    text-align: center;
    font-size: .22rem
}

    .hosinfo .tel-address .tel {
        background: url(../images/tel.png) no-repeat center top/.34rem .34rem
    }

    .hosinfo .tel-address .address {
        position: relative;
        background: url(../images/map.png) no-repeat center top/.34rem .34rem
    }

    .hosinfo .tel-address .span {
        padding-top: .4rem;
        width: .9rem
    }

    .hosinfo .tel-address .address:before {
        position: absolute;
        top: 5%;
        left: 0;
        width: 1px;
        height: 80%;
        background: #eee;
        content: ''
    }

.host-menubtn {
    display: flex;
    margin-top: .2rem;
    padding-top: .4rem;
    border-top: 1px dashed #f2f2f2;
    font-size: .26rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

    .host-menubtn i {
        width: .5rem;
        height: .5rem;
        display: inline-block;
        vertical-align: middle;
    }

    .host-menubtn .reserbut {
        padding: .15rem .2rem;
        font-size: .3rem;
        color: #fff;
        border-radius: .5rem;
        line-height: .48rem;
    }

        .host-menubtn .reserbut i {
            background: url(../images/ask_bt1.png) no-repeat;
            background-size: .5rem;
            margin-right: .1rem;
        }

    .host-menubtn .rapid {
        padding: .15rem .2rem;
        font-size: .3rem;
        color: #fff;
        border-radius: .5rem;
        line-height:.48rem;
    }

        .host-menubtn .rapid i {
            background: url(../images/ask_bt2.png) no-repeat;
            background-size: .5rem;
            margin-right: .1rem;
        }
/*.host-menubtn .a-btn {
    padding-top: .56rem;
    background: url(../images/t_home.png) no-repeat center top/.46rem .46rem;
    font-size: .24rem;
    line-height: .34rem
}

.host-menubtn .hos-js {
    background-image: url(../images/t_wenzhang.png)
}

.host-menubtn .hos-ks {
    background-image: url(../images/t_keshi.png)
}

.host-menubtn .hos-ys {
    background-image: url(../images/t_yisheng.png)
}

.host-menubtn .hos-jz {
    background-image: url(../images/t_yyzdao.png)
}

.host-menubtn .hos-dt {
    background-image: url(../images/t_home.png)
}*/
.hospital {
    position: relative;
}

    .hospital .contents {
        margin: 0 0.2rem;
    }

        .hospital .contents ul {
            display: none;
        }

            .hospital .contents ul li {
                flex-shrink: 0;
                width: 25%;
                margin-top: 0.24rem;
            }

        .hospital .contents .kschild {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .hospital .contents ul li a {
            -webkit-border-radius: 0.12rem;
            border-radius: 0.12rem;
            line-height: 1rem;
            background: #FAF5F7;
            margin-right: 0.15rem;
            padding: 0 .05rem;
            display: block;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            box-sizing: border-box;
            font-size: .24rem;
            color: #333;
        }

            .hospital .contents ul li a.ab1 {
                background: #F1F6F6;
            }

            .hospital .contents ul li a.ab2 {
                background: #F3F4FF;
            }

    .hospital .zstit {
        padding-left: 1.5rem;
        color: #1fb37d;
    }

    .hospital .zhishu {
        position: absolute;
        left: 0.3rem;
        top: -0.2rem;
        background: url(../images/mark.png) no-repeat;
        background-size: 1rem;
        width: 1rem;
        height: 1rem;
    }

    .hospital .zsbox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: .2rem
    }

        .hospital .zsbox ul li {
            width: 33%;
            text-align: center;
            padding-bottom: .3rem;
            color: #16cda3;
        }

    .hospital .zsbox li p {
        color: #41d2f1;
        font-size: .38rem;
        padding-left: 0.3rem;
    }

    .hospital .zsbox li i {
        width: .6rem;
        height: .6rem;
        display: inline-block;
        vertical-align: middle;
    }

    .hospital .zsbox li:nth-child(1) span > i {
        background: url(../images/ico-zs1.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .zsbox li:nth-child(2) span > i {
        background: url(../images/ico-zs2.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .zsbox li:nth-child(3) span > i {
        background: url(../images/ico-zs3.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .zsbox li:nth-child(4) span > i {
        background: url(../images/ico-zs4.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .zsbox li:nth-child(5) span > i {
        background: url(../images/ico-zs5.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .zsbox li:nth-child(6) span > i {
        background: url(../images/ico-zs6.png) no-repeat left 0;
        background-size: .6rem
    }

    .hospital .description {
        font-size: .26rem;
        color: #999;
        line-height: .48rem;
        max-height: 2.6rem;
        padding: .2rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        word-break: break-all
    }

.content .yslist {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 0.3rem;
}

    .content .yslist img {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        vertical-align: top;
        padding-left: 0.1rem;
        object-fit: cover;
    }

    .content .yslist .ys_r {
        width: calc(100% - 2rem);
        line-height: .48rem;
    }

        .content .yslist .ys_r h3 {
            font-size: .32rem;
        }

        .content .yslist .ys_r span {
            display: block;
            color: #999;
            font-size: .28rem;
        }

        .content .yslist .ys_r p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            box-sizing: border-box;
            color: #999;
            font-size: .28rem;
        }

.hosyslist li {
    margin-top: .3rem !important;
}

.content .askbut {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between
}

    .content .askbut a {
        border-radius: .5rem;
        padding: .05rem .15rem;
        color: #fff;
        margin-left: .15rem;
        font-size: .28rem;
    }

.mzsm {
    margin: 0 0.2rem .25rem;
    padding: .2rem;
    background-color: #fff;
    border-radius: .08rem;
}

    .mzsm h2 {
        line-height: 0.6rem;
        font-size: .3rem;
        display: flex;
        align-items: center;
    }

    .mzsm .icon-wd {
        width: 0.4rem;
        height: 0.4rem;
        background: url(../images/icon-wd.png) no-repeat left/0.24rem auto;
    }

.mzsmtxt {
    font-size: .26rem;
    text-align: justify;
    color: #666;
    line-height: .4rem;
}

.hospewm {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.yycode {
    position: relative;
    left: 50%;
    top: 50%;
    width: 6rem;
    padding-bottom: .32rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: url(../images/xmdyyy.png) no-repeat;
    background-size: 100%;
}

    .yycode .yysangwu {
        margin-top: 1.2rem;
    }

    .yycode .cbox {
        padding: 0 .5rem;
    }

    .yycode .yysangwu .cbox img {
        width: .8rem;
        height: .8rem;
        display: inline-block;
        vertical-align: middle;
    }

    .yycode .yysangwu h4 {
        line-height: .8rem;
        height: .8rem;
        font-size: .38rem;
        color: #333;
        display: inline-block;
        margin-left: .3rem;
        font-weight: bold;
        max-width: 76%;
        overflow: hidden;
        vertical-align: middle;
    }

    .yycode .codeimg {
        text-align: center;
    }

        .yycode .codeimg img {
            width: 78%;
        }

.qrcode_close {
    position: absolute;
    z-index: 999;
    right: .2rem;
    top: .3rem;
    width: .3rem;
    height: .3rem;
    background: url(../images/close.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.qrcode_btn {
    position: relative;
    z-index: 111;
    -webkit-border-radius: 0 0 .2rem .2rem;
    border-radius: 0 0 .2rem .2rem;
    margin-top: .3rem;
    background: #fff;
    padding: .3rem 0;
}

.qrcode_btn-text {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: .24rem;
    line-height: .6rem;
    color: #fd503e;
    width: 4rem;
    border: .1px solid #fd503e;
    -webkit-border-radius: .04rem;
    border-radius: .04rem;
    height: .6rem;
    margin: 0 auto;
    text-align: center;
}


.customerService-pop {
    display: none;
}

    .customerService-pop .mask-black {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #666;
        opacity: 0.6;
        z-index: 1000;
    }

    .customerService-pop .fix-bottom-btns-wrap {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 1001;
        text-align: center;
    }

    .customerService-pop .fix-b-btns-box {
        width: 100%;
        max-width: 640px;
        background: #fff;
        border-radius: 0.12rem 0.12rem 0 0;
        display: inline-block;
    }

    .customerService-pop .btns-bor-top {
        border-bottom: 0.005rem solid var(--textf8-color);
    }

    .customerService-pop .btns-li, .customerService-pop .btns-li a {
        color: #000;
        text-align: center;
        line-height: 1.5;
        display: block;
    }

    .customerService-pop .btns-li-btn {
        border-top: 0.06rem solid var(--textf8-color);
        padding: 0.2rem 0 0.3rem;
    }

    .customerService-pop .btns-li .btns-li--link {
        padding: .1rem;
        border-bottom: 1px solid #f8f8f8;
        line-height: 1.5;
        font-weight: normal;
    }

    .customerService-pop .btns-li .btns-li--name {
        font-size: .24rem;
        color: #666;
        margin-bottom: .04rem;
    }

    .customerService-pop .btns-li .btns-li--tel {
        font-size: .2rem;
        color: #000;
    }

    .customerService-pop #fixClose {
        cursor: pointer;
    }

.fullscreentab {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}

    .fullscreentab .close {
        width: 0.84rem;
        height: 0.88rem;
        background: url(../images/sprites.png) 0.3rem -9.37rem no-repeat;
        background-size: 3.3rem auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .fullscreentab .tabtitle {
        height: 0.88rem;
        font-size: .32rem;
        color: #333;
        line-height: .88rem;
        padding-left: 0.3rem;
        border-bottom: #f0f0f0 0.01rem solid;
    }

    .fullscreentab.locationtab .tabtitle {
        padding-left: 0.6rem;
        background: url(../images/sprites.png) 0.2rem -24.64rem no-repeat;
        background-size: 3.3rem auto;
    }

    .fullscreentab .tab {
        display: flex;
        justify-content: space-between;
        font-size: .32rem;
        line-height: 1rem;
        height: calc(100% - 0.89rem);
    }

    .fullscreentab .tabnav {
        flex: 0 0 2.4rem;
        height: 100%;
        background: #f5f7fa;
        overflow: hidden;
        overflow-y: scroll;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .fullscreentab .tabnav em.current {
            color: #333;
            background: #fff;
            border-left: #56c1ff 0.06rem solid;
            padding-left: 0.54rem;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .fullscreentab .tabnav em {
            display: block;
            padding-left: 0.6rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .fullscreentab .tabcontent {
        width: 100%;
        height: 100%;
    }

.tab .tabsingle:first-child {
    display: block;
}

.fullscreentab .tabsingle {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

    .fullscreentab .tabsingle a {
        display: block;
        margin-left: 0.4rem;
        overflow: hidden;
        font-size: .32rem;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.yyktags {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #f2f2f2;
    padding: 0.2rem 0;
    margin: 0 .2rem;
}

    .yyktags a {
        color: #666;
        font-size: .36rem;
        display: block;
        font-weight: bold;
        position: relative;
        line-height: 1rem;
    }

    .yyktags .cursor {
        color: #33BE97
    }

        .yyktags .cursor:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: .75rem;
            height: .08rem;
            -webkit-border-radius: .02rem;
            border-radius: .02rem;
            background: #08c7a3;
            content: ''
        }

.selectbox {
    margin: 0 .2rem;
    padding: 0.2rem 0.2rem 0
}

    .selectbox ul {
        display: flex;
        justify-content: space-between
    }

        .selectbox ul li {
            padding-right: 0.35rem;
        }

    .selectbox .area {
        color: #33BE97;
        background: url(../images/down_l.png) no-repeat right/0.3rem .3rem;
        background-size: .3rem;
    }

    .selectbox .dept {
        color: #33BE97;
        background: url(../images/down_l.png) no-repeat right/0.3rem .3rem;
        background-size: .3rem;
    }

    .selectbox .screen {
        background: url(../images/down_l2.png) no-repeat right/0.3rem .3rem;
        background-size: .3rem;
    }

.yykdes {
    padding: .2rem;
    margin-top: .2rem
}

    .yykdes h2 {
        color: #33BE97;
        font-size: .38rem;
        font-weight: bold;
        padding-left: .8rem;
        background: url(../images/hosp_tit.png) no-repeat left/.6rem .6rem;
        background-size: .6rem;
    }

    .yykdes p {
        height: 1.25rem;
        font-size: .24rem;
        color: #999;
        background: #f2f2f2;
        padding: .2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: .48rem;
        border-radius: .2rem;
        margin: .3rem 0;
    }

    .yykdes .limited {
        height: auto;
        -webkit-line-clamp: 50;
    }

    .yykdes span {
        display: block;
        text-align: center;
        font-size: .28rem;
        color: #33BE97
    }

.yyklistbox {
    margin: .3rem 0;
}

    .yyklistbox li {
        padding-bottom: .3rem;
    }

    .yyklistbox .yykconts {
        width: 100%;
        overflow: hidden;
    }

    .yyklistbox .yylitpic {
        width: 2.2rem;
        text-align: center;
        display: inline-block;
    }

        .yyklistbox .yylitpic a {
            font-size: .32rem;
            color: #fff;
            background: linear-gradient(-45deg, #3fe1a6ad, #66d2cead, #00a7d0b5);
            padding: 0.15rem .2rem;
            display: block;
            border-radius: 0 .2rem .2rem 0;
            margin-top: .2rem;
        }

        .yyklistbox .yylitpic img {
            width: 1.5rem;
            height: 1.5rem;
            overflow: hidden;
            margin-left: .2rem
        }

    .yyklistbox .yynature {
        width: calc(100% - 2.5rem);
        display: inline-block;
        vertical-align: top;
        margin-left: .1rem;
    }

        .yyklistbox .yynature h3 a {
            font-size: .32rem;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .yyklistbox .tags {
        display: flex;
        justify-content: flex-start;
        padding: 0.1rem 0;
    }

        .yyklistbox .tags span {
            font-size: .24rem;
            border-radius: .1rem;
            padding: 0.03rem .08rem;
            margin-right: .08rem;
        }

            .yyklistbox .tags span:nth-child(1) {
                color: #A4C0B2;
                border: 1px solid #A4C0B2;
            }

            .yyklistbox .tags span:nth-child(2) {
                color: #A3C3CE;
                border: 1px solid #A3C3CE;
            }

            .yyklistbox .tags span:nth-child(3) {
                color: #BACAA3;
                border: 1px solid #BACAA3;
            }

            .yyklistbox .tags span:nth-child(4) {
                color: #CCD9BD;
                border: 1px solid #CCD9BD;
            }

    .yyklistbox .yydetails {
        margin-top: .1rem;
    }

        .yyklistbox .yydetails p {
            height: .4rem;
            line-height: .4rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: .26rem;
            color: #666;
        }

        .yyklistbox .yydetails b {
            color: #33BE97;
            margin-left: .15rem;
        }

            .yyklistbox .yydetails b:nth-child(1) {
                margin-left: 0 !important
            }

    .yyklistbox .ysconts {
        position: relative;
        height: 4rem;
        margin-top: .2rem;
        padding-top: .2rem;
    }

        .yyklistbox .ysconts:after {
            content: "";
            background: linear-gradient(to right, #56c1ffa1, #27bd9e1c);
            display: block;
            height: 3.5rem;
            position: absolute;
            top: 0;
            width: 100%
        }

    .yyklistbox .yslistbox {
        width: 100%;
        margin-left: 0.2rem;
    }

        .yyklistbox .yslistbox .ysbox {
            width: 3rem;
            height: 3.5rem;
            background: #fff;
            border-radius: .2rem;
            border: 1px solid #eee;
        }

            .yyklistbox .yslistbox .ysbox img {
                width: 1.6rem;
                height: 1.6rem;
                border-radius: 50%;
                margin: 0 auto;
                display: block;
            }

.ysbox .docinfo {
    padding: .2rem;
}

    .ysbox .docinfo h4 {
        display: inline-block;
        font-size: .32rem;
        width: 45%;
        overflow: hidden;
        height: 0.48rem;
    }

    .ysbox .docinfo span {
        display: inline-block;
        font-size: .24rem;
        overflow: hidden;
        height: 0.48rem;
        line-height: .48rem;
    }

    .ysbox .docinfo .doctit {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ysbox .docinfo p {
        font-size: .24rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ysbox .docinfo .ctrlbut {
        display: flex;
        justify-content: space-between;
        margin-top: .15rem;
    }

    .ysbox .docinfo .conbut {
        font-size: .24rem;
        color: #fff;
        padding: .05rem .1rem;
        border-radius: .2rem;
    }

.ysbox .doctorinfo {
    display: flex;
    justify-content: space-between;
    padding: .2rem;
}

    .ysbox .doctorinfo img {
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
    }

    .ysbox .doctorinfo .doctortag {
        width: 100%;
        margin-left: .2rem;
    }

        .ysbox .doctorinfo .doctortag h2 {
            font-size: .38rem;
            font-weight: 500;
            color: #666;
        }

        .ysbox .doctorinfo .doctortag p {
            line-height: .48rem;
        }

            .ysbox .doctorinfo .doctortag p i {
                color: #33BE97
            }

            .ysbox .doctorinfo .doctortag p a {
                margin-right: .2rem;
            }

.ysbox .intro {
    padding: 0 .2rem;
}

.ysbox .hidden p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ysbox .intro p {
    color: #666;
    line-height: .56rem;
}

.ysbox .intro span {
    color: #999;
}

.ysbox .goodat {
    border-top: 1px dashed #f2f2f2;
    margin: .2rem .2rem 0;
    padding: .2rem 0;
}

    .ysbox .goodat p {
        color: #666;
        line-height: .42rem;
    }

.ysbox .yyk-time {
    padding: .2rem;
}

    .ysbox .yyk-time h3 {
        color: #999;
        font-size: .32rem;
        padding: 0.2rem 0 0;
    }

.timetips {
    color: red;
    font-size: .24rem;
    padding: .2rem
}

.works-addr {
    padding: .3rem .2rem;
    font-size: .28rem;
    color: #999;
}

.dislist ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: .2rem;
}

    .dislist ul li {
        width: calc((100% - .6rem)/3);
        margin: .2rem 0;
        height: .56rem;
        line-height: .56rem;
        overflow: hidden;
        background: #f8f8f8;
        border-radius: .1rem;
        margin-right: 0.3rem;
        text-align: center;
    }

        .dislist ul li a {
            font-size: .28rem;
            color: #666;
        }

        .dislist ul li:nth-child(3n) {
            /*text-align: right;*/
            margin-right: 0;
        }

        .dislist ul li:nth-child(3n-1) {
            text-align: center;
        }

.pubbox .tab2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .pubbox .tab2 .curr {
        height: 1rem;
        line-height: 1rem;
        color: #33BE97;
        font-weight: bold;
    }

    .pubbox .tab2 a {
        height: 1rem;
        text-align: center;
        font-size: .32rem;
        line-height: 1rem;
        border-radius: .15rem .15rem 0 0;
        color: #666;
        width: 36%;
        position: relative;
    }

.pubbox .content2 {
    min-height: 4rem;
    margin-top: -1px;
}

    .pubbox .content2 ul {
        display: none;
    }

    .pubbox .content2 li {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: .2rem;
    }

        .pubbox .content2 li a {
            font-size: .28rem;
            color: #666;
            line-height: .8rem;
            width: calc(100% / 3);
            text-align: center;
        }

.pubbox .tab2 .curr:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.2rem;
    height: 0.08rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.02rem;
    background: #33BE97;
    content: '';
}

.more-sx {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: .9rem;
    bottom: 0;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow-y: auto;
}

.sx-list {
    padding: 0 .1rem;
    height: auto;
    overflow: hidden;
    margin-top: .15rem
}

    .sx-list b {
        width: 100%;
        height: .5rem;
        line-height: .5rem;
        color: #33BE97;
        font-size: .34rem;
        display: block;
    }

    .sx-list ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: .2rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sx-list li {
        width: 30%;
        height: 0.6rem;
        background: #f7f5f1;
        border-radius: 0.03rem;
        float: left;
        color: #555;
        font-size: .28rem;
        text-align: center;
        line-height: .6rem;
        overflow: hidden;
        display: block;
        margin-top: 0.3rem;
        cursor: pointer;
        margin-right: 0.2rem;
    }

        .sx-list li:nth-child(3n) {
            margin-right: 0
        }



.sx-btn {
    width: 100%;
    height: .4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.sx-dw {
    position: relative;
    margin-top: .15rem;
    display: flex;
    justify-content: space-around;
}

.sx-btn a {
    width: 40%;
    float: left;
    height: .68rem;
    text-align: center;
    display: block;
    line-height: .68rem;
    color: #555;
    font-size: .34rem;
    border: 1px #33BE97 solid;
    border-radius: .1rem;
}

.sx-btn .sx-fix {
    background: #33BE97;
    color: #fff;
}

.sx-cur {
    background: #33BE97 !important;
    color: #fff !important
}

    .sx-cur a {
        color: #fff;
    }

.translucent {
    width: 100%;
    max-width: 640px;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.doclistbox {
    padding-bottom: .3rem
}

    .doclistbox ul li {
        display: flex;
        justify-content: space-between;
        padding: 0.2rem;
        align-items: center;
    }

    .doclistbox .docheadpic img {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        overflow: hidden;
    }

    .doclistbox .docdesc {
        width: calc(100% - 2rem);
        position: relative;
        padding-left: 0.15rem;
    }

        .doclistbox .docdesc h4 {
            font-size: .32rem;
            color: #666;
        }

            .doclistbox .docdesc h4 span {
                margin-left: .3rem;
                font-size: .28rem
            }

    .doclistbox .doctags {
        display: flex;
        justify-content: flex-start;
        padding: 0.1rem 0;
    }

        .doclistbox .doctags span {
            font-size: .24rem;
            border-radius: .1rem;
            padding: 0.03rem .08rem;
            margin-right: .08rem;
        }

            .doclistbox .doctags span:nth-child(1) {
                color: #A4C0B2;
                border: 1px solid #A4C0B2;
            }

            .doclistbox .doctags span:nth-child(2) {
                color: #A3C3CE;
                border: 1px solid #A3C3CE;
            }

            .doclistbox .doctags span:nth-child(3) {
                color: #BACAA3;
                border: 1px solid #BACAA3;
            }

            .doclistbox .doctags span:nth-child(4) {
                color: #CCD9BD;
                border: 1px solid #CCD9BD;
            }

    .doclistbox .docdesc p {
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: .48rem;
        -webkit-line-clamp: 2;
        width: 72%;
        color: #666;
        height: 1rem;
    }

    .doclistbox .docdesc .docmore {
        padding: 0.1rem .2rem;
        color: #65BCD0;
        border: 1px solid #65BCD0;
        border-radius: .1rem;
        position: absolute;
        bottom: 0.1rem;
        right: 0;
        font-size: .24rem;
    }

.navtab {
    display: flex;
    overflow: hidden;
    margin: .15rem 0;
    justify-content: space-between
}

    .navtab a {
        position: relative;
        display: inline-block;
        width: 20%;
        height: .8rem;
        color: #666;
        text-align: center;
        font-size: .32rem;
        line-height: .8rem
    }

    .navtab .curr {
        color: #33BE97;
        font-weight: 700
    }

        .navtab .curr:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: .6rem;
            height: .08rem;
            -webkit-border-radius: .05rem;
            border-radius: .05rem;
            background: #33BE97;
            content: ''
        }

.guide ul {
    height: auto;
    border-left: 1px #ececec solid;
    margin-left: 25px;
    padding-left: 30px;
}

.guide li {
    width: 95%;
    height: auto;
    margin: 20px 0 10px;
    position: relative;
}

    .guide li b {
        width: 100%;
        height: 45px;
        line-height: 45px;
        color: #000;
        display: block;
        font-size: 16px;
    }

    .guide li p {
        width: 100%;
        line-height: 30px;
        color: #999;
        font-size: .28rem;
        display: block;
    }

    .guide li em {
        width: 30px;
        height: 45px;
        position: absolute;
        left: -45px;
        top: 0;
        z-index: 9;
        display: block;
    }

.guide .guide_ico1 {
    background: url(../images/icon.png)no-repeat;
    background-position: -15px -348px
}

.guide .guide_ico2 {
    background: url(../images/icon.png)no-repeat;
    background-position: -95px -348px
}

.guide .guide_ico3 {
    background: url(../images/icon.png)no-repeat;
    background-position: -405px -348px
}

.guide .guide_ico4 {
    background: url(../images/icon.png)no-repeat;
    background-position: -175px -348px
}

.guide .guide_ico5 {
    background: url(../images/icon.png)no-repeat;
    background-position: -255px -348px
}

.guide .guide_ico6 {
    background: url(../images/icon.png)no-repeat;
    background-position: -335px -348px
}

.guide_nr {
    padding: 0 15px;
    height: auto;
    overflow: hidden;
    margin-top: 10px
}

    .guide_nr p {
        width: 100%;
        line-height: 30px;
        color: #555;
        font-size: 16px;
        display: block;
        margin-top: 10px
    }



.use_comment ul li {
    border-bottom: 1px dashed #f2f2f2;
    margin: 0 .2rem;
    padding: .2rem 0;
}

    .use_comment ul li:last-child {
        border-bottom: none
    }

.use_comment img {
    width: .8rem;
    height: .8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
}

.use_comment .userinfo span {
    margin-right: .3rem;
}

    .use_comment .userinfo span b {
        color: #666
    }

.userinfo .levaic span {
    margin-right: .1rem
}

.userinfo .levaic {
    margin-top: 0.24rem;
}

.use_comment .combox p {
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: .48rem;
    -webkit-line-clamp: 3;
    padding: 0 .2rem;
    max-height: 1.6rem;
}

.use_comment .comtimes {
    padding: 0.1rem .2rem;
    color: #ccc;
    text-align: right;
    font-size: .28rem;
}

.pubbox .tab3 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

    .pubbox .tab3 .curr {
        height: 1rem;
        line-height: 1rem;
        color: #33BE97;
        font-weight: bold;
    }

    .pubbox .tab3 a {
        height: .9rem;
        text-align: center;
        font-size: .32rem;
        line-height: 1rem;
        border-radius: .15rem .15rem 0 0;
        color: #666;
        width: 36%;
        position: relative;
    }

.pubbox .content3 {
    min-height: 4rem;
    margin-top: -1px;
}

    .pubbox .content3 ul {
        display: none;
    }

    .pubbox .content3 li {
        padding: .2rem;
        margin: 0.2rem;
        border-bottom: 1px dashed #ddd;
    }

        .pubbox .content3 li:last-child {
            border-bottom: none;
        }

        .pubbox .content3 li:nth-child(5n) {
            border-bottom: 0
        }

    .pubbox .content3 h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 75%;
        display: inline-block;
        vertical-align: middle;
        font-size: .32rem;
    }

    .pubbox .content3 li a {
        font-size: .28rem;
        color: #666;
    }

    .pubbox .content3 span {
        float: right;
        font-size: .24rem;
    }

    .pubbox .content3 p {
        font-size: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: .48rem;
        -webkit-line-clamp: 2;
        max-height: 1.1rem;
        padding: .2rem 0;
    }

.pubbox .tab3 .curr:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.2rem;
    height: 0.08rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.02rem;
    background: #33BE97;
    content: '';
}



.hospital .yymenu p {
    height: 2rem;
    font-size: .28rem;
    color: #999;
    line-height: .48rem;
    padding: 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hospital .yymenu img {
    display: inline-block;
    width: 46%;
    height: 2rem;
    border-radius: .1rem;
    margin-left: .2rem;
    margin-top: .2rem
}

.hospital .other {
    font-size: .28rem;
    color: #999;
    line-height: .48rem;
    padding: 0.2rem;
}

.kslist .fullscreentab {
    position: relative;
    height: 12rem;
}

    .kslist .fullscreentab .tab {
        height: 100% !important;
        overflow: hidden;
    }

.paging {
    height: auto;
    margin: .2rem 0 .15rem;
    position: relative;
}

    .paging ul {
        display: flex;
        justify-content: center;
        padding: 0 0.2rem;
    }

    .paging li {
        margin-right: .2rem;
        border: 1px #f0f0f0 solid;
        border-radius: .1rem;
        padding: 0.02rem 0.2rem;
    }

    .paging span {
        color: #999;
        font-size: .3rem;
        line-height: .42rem;
        text-align: center;
        display: block;
    }

    .paging a {
        color: #555;
        font-size: .3rem;
        text-align: center;
    }

.pag-cur {
    background: #66c55c;
    border: 1px #66c55c solid;
    display: block;
}

    .pag-cur a {
        color: #fff !important
    }

.hostopSwiper {
    position: relative;
}

    .hostopSwiper img {
        width: 100%;
        max-height: 421px;
        object-fit: cover;
    }

    .hostopSwiper i {
        width: .8rem;
        height: .8rem;
        background: url(../images/play.png) no-repeat;
        background-size: .8rem;
        position: absolute;
        display: block;
        left: 47.5%;
        top: 42.8%;
    }

.publicize {
    width: 100%;
    object-fit: cover;
    outline: none !important;
    mix-blend-mode: darken;
    object-fit: fill;
}

.videobox ul li {
    display: flex;
    justify-content: space-between;
    margin: .3rem 0;
    padding: 0rem .2rem;
}

.videobox .vlitpic {
    width: 20%;
    height: 1.5rem;
    position: relative;
}

    .videobox .vlitpic img {
        width: 100%;
        height: 1.5rem;
        object-fit: cover;
        border-radius: .1rem;
    }

    .videobox .vlitpic i {
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/play.png) no-repeat;
        background-size: 0.6rem;
        position: absolute;
        display: block;
        left: 40%;
        top: 0.45rem;
    }

.videobox .videotxt {
    margin-left: .2rem;
    width: 78%;
}

    .videobox .videotxt h4 {
        font-size: .28rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .videobox .videotxt p {
        font-size: .24rem;
        line-height: .42rem;
    }

    .videobox .videotxt i {
        margin-left: .2rem;
        color: #999
    }

    .videobox .videotxt .t_link {
        float: right;
        color: #33BE97
    }

    .videobox .videotxt .vmore {
        color: #33BE97;
    }

.viptag li {
    margin: .3rem 0;
    padding: 0rem .2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.viptag img {
    width: 1.2rem;
    height: 1.2rem;
}

.viptag .tips {
    width: 75%;
    margin-left: .2rem;
}

    .viptag .tips b {
        font-size: .3rem;
        color: #666
    }

    .viptag .tips p {
        font-size: .268rem;
        color: #999;
        line-height: .6rem
    }

.vipfoot {
    background: #33BE97;
    border-radius: .1rem .1rem 0 0;
    height: 2.2rem;
    position: relative;
}

    .vipfoot .vipwk {
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: -.4rem;
        left: .3rem;
        border-radius: 50%
    }

    .vipfoot .calltel {
        position: absolute;
        right: .3rem;
        top: .5rem;
        color: #fff;
        line-height: .5rem;
        text-align: center;
    }

        .vipfoot .calltel img {
            width: .8rem;
            height: .8rem;
            display: block;
        }

        .vipfoot .calltel a {
            color: #fff;
            font-size: .22rem
        }

    .vipfoot .ftwarm {
        width: 50%;
        margin-left: 2.2rem;
        padding: .3rem 0 0;
        font-size: .24rem;
        color: #fff;
    }

        .vipfoot .ftwarm h4 {
            font-size: .28rem
        }

.yyhjbox {
    padding: .2rem;
    position: relative;
}

.yyhjSwiper img {
    height: 2.6rem;
    object-fit: cover;
    width: 100%;
    border-radius: .1rem;
}

.yyhjtips i {
    width: .3rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/tips_r.png) no-repeat;
    background-size: .3rem;
}

.yyhjtips {
    writing-mode: vertical-rl;
    width: 1.5rem;
    text-align: center;
    color: #56c1ffd6;
    font-size: .24rem;
    position: absolute;
    right: 0rem;
    top: 0;
    z-index: 9999;
    background: linear-gradient(to right, #ffffff00,#ffffffe0,#ffffff,#ffffff);
    height: 100%;
    padding-right: .3rem;
    letter-spacing: .05rem
}

.vipyyjj .description {
    padding: 0 .2rem;
    font-size: .28rem;
    color: #666;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.3rem;
}

    .vipyyjj .description .icon-ghrk-jj {
        display: inline-block;
        width: .56rem;
        height: .36rem;
        background: url(../fonts/db5afa8730944167b1bc1757192c9cd6.woff) {
    .sx-list li {
        margin-right: .15rem;
        height: .42rem;
        line-height: .42rem
    }

    .publicize {
        height: 200px;
    }

    .nodata {
        height: 3rem;
    }
}
