/* * Made by 兔吒 * */
html,body{
    color: #333;
    /*font: 4.5vw/6.5vw microsoft yahei,Verdana,Arial,Helvetica,sans-serif;*/
}
.m-icon ,.msui-iconfont{
    display: inline-block;
    font: normal normal normal 14px/1 m-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.msui-iconfont{
    font-family: msui-iconfont;
}
.msui-iconfont-search:after{
    content: "\E641";
}
#back-to-top {
    color: #555;
    width: 10vw;
    height: 10vw;
    border: 1px solid #ddd;
    z-index: 9999;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .95);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
    text-align: center;
    box-sizing: border-box;
    position: fixed;
    right: 4vw;
    bottom: 30vw;
    display: none;
}

#back-to-top i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 9vw;
    font-size: 5vw;
}

footer {
    width: 100vw;
    height: auto;
    border-top: 2vw solid #f5f5f5;
    color: #aaa;
    padding: 4vw;
    font-size: 2vw;
    text-align: center;
    line-height: 4.5vw;
}

footer p {
    transform: scale(.95);
    margin-bottom: .2vw;
}

/*名医推荐*/
.index-expert {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    border-radius: 2vw;
    overflow: hidden;
    padding: 4vw;
    position: relative;
    color: #333;
    margin: 3vw 0 4vw 0;
}

.index-expert-photo {
    width: 12vw;
    overflow: hidden;
    position: absolute;
}

.index-expert-photo img {
    border-radius: 6vw;
    width: 12vw;
    height: 12vw;
    display: block;
}

.index-expert-photo .ask-this-one {
    display: block;
    width: 10vw;
    margin-left: 1vw;
    margin-top: 4vw;
    text-align: center;
    color: #fff;
    background: rgb(0, 200, 200);
    line-height: 5vw;
    font-size: 2.5vw;
    font-weight: 600;
    border-radius: 2vw;
}

.index-expert-intro {
    padding-left: 15vw;
}

.index-expert-intro .name {
    font-size: 4vw;
    font-weight: 600;
}

.index-expert-intro .job {
    font-size: 3vw;
    font-weight: 600;
}

.index-expert-intro .from span {
    display: inline-block;
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 2vw;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-expert-intro .hospital {
    max-width: 50vw;
    margin-right: 2vw;
}

.index-expert-intro .good {
    color: #666;
    font-size: 3.2vw;
    line-height: 5vw;
    margin: 1vw 0;
}

.index-expert-intro .good:before {
    content: "擅长：";
}

.index-expert-intro .stars {
    font-size: 2vw;
    color: rgb(255, 111, 97);
}

.index-expert-intro .stars:after {
    content: "" attr(star-num) ".0";
    margin-left: 2vw;
}
.blank-line{
    border-bottom: 1px solid #f5f5f5;
    margin-top: 2vw;
    margin-bottom: 4vw;
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,.h2,.h3,.h4,.h5,h6 {
    margin: 0;
    padding: 0
}

h1,.h2,.h3,.h4,.h5,h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button,input,select,textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

*:before,*:after {
    box-sizing: inherit
}

img,embed,object,audio,video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0;
    text-align: left
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

input {
    outline: none
}


/* * Made by 兔吒 * */
html, body {
    /*font-size: 3.5vw;*/
    transition: all .3s;
    /*overflow-x: hidden;*/
}

header {
    width: 100%;
    height: auto;
    background: url("../images/index-header-bg.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 4vw;
}
header .header-top{
    padding-top: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div.logo {
    flex-shrink: 0;
    margin: 3vw;
    width: 25vw;
}
header div.logo a{
    width: 100%;
    height: 100%;
    display: flex;
}
header div.logo img {
    width: 100%;
    height: auto;
}

.index-top-search-wrap, .search-slide-in-input {
    width: 94vw;
    margin: 0 3vw;
    height: 10vw;
    line-height: 10vw;
    position: relative;
}
.index-top-search-wrap form{
    width: 100%;
    height: 100%;
}

.index-top-search-wrap [type=submit], .search-slide-in-input input[type=submit] {
    position: absolute;
    line-height: 10.2vw;
    right: 5vw;
    top: 2vw;
    z-index: 999;
    width: 6vw;
    height: 6vw;
    background: url("../images/search-icon.png") no-repeat center center;
    background-size: cover;
    border: none;
}

.index-top-search-wrap input[type=text], .search-slide-in-input input[type=text]{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 3.5vw;
    border: none;
    border-radius: 5vw;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, .06);
    text-indent: 4vw;
}

.search-slide-in-input {
    margin-top: 4vw;
    position: relative;
}

.search-slide-in-input input {
    position: relative;
    caret-color: #00c8c8;
    background: #f6f6f6;
    box-shadow: none;
    font-size: 4vw;
}

.search-slide-in-input .search-btn {
    position: absolute;
    right: 0;
    padding: 0 3vw;
    color: #666;
    margin-right: 2vw;
    border-left: 1px solid #d9d9d9;
    line-height: 4vw;
    top: 3vw;
}

.search-slide-in-input .clear-words {
    position: absolute;
    right: 20vw;
    margin-top: 3vw;
    width: 4vw;
    height: 4vw;
    background: #ccc;
    border-radius: 2vw;
    line-height: 3.6vw;
    text-align: center;
    font-size: 2.5vw;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.search-slide-in-input .clear-words.show {
    opacity: 1;
    visibility: visible;
}

.hot-search {
    padding: 5vw 3vw;
}

.hot-search .h5 {
    font-size: 3.8vw;
    font-weight: 600;
    line-height: 8vw;
    color: #333;
    margin-bottom: 2vw;
}

.hot-search ul {
    width: calc(100% + 1px);
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f1f1f1;
}

.hot-search ul li {
    width: 50%;
    padding: 3vw 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-left: 0;
    border-top: 0;
}

.hot-search ul li:before {
    content: "" attr(order-num) ".";
    margin-right: 2vw;
}

.hot-search ul li:nth-child(-n + 3):before {
    color: #00c8c8;
}

.hot-search ul li:nth-child(2n) {
    border-right: 0;
    padding-left: 2.5vw;
}

.hot-search ul li:nth-child(2n + 1) {
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.search-slide-in-wrap {
    background: #fff;
    width: 100%;
    height: auto;
    position: relative;
    left: 100%;
    animation: searchSlideRightIn .2s linear;
    animation-fill-mode: forwards;
}

@keyframes searchSlideRightIn {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

.header-top {
    height: 14vw;
    line-height: 14vw;
    width: 100%;
    position: relative;
}

.header-top .h5 {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
}

.back-btns {
    width: 25%;
    position: absolute;
    height: 10vw;
    left: 2vw;
    top: 0;
    display: flex;
    justify-content: start;
}

.back-btns .fa {
    font-size: 5.5vw;
    margin: 0 6vw 0 1.5vw;
    color: #666;
    line-height: 11.2vw;
}

.top-2-nav-btn {
    width: 100vw;
    padding: 5vw 3vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top-2-nav-btn > a > div {
    display: flex;
    justify-content: space-between;
    width: 46vw;
    height: 20vw;
    background: #fff;
    border-radius: 2vw;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
}

.top-2-nav-btn > a > div span.icon {
    width: 12vw;
    height: 12vw;
    margin-top: 4vw;
    display: inline-block;
    border-radius: 6vw;
    font-size: 7vw;
    text-align: center;
    line-height: 13.5vw;
    margin-left: 3vw;
    color: #fff;
}

.top-2-nav-btn > a:first-child > div span.icon {
    background: linear-gradient(-44deg, #07d2c7, #2feba7);
}

.top-2-nav-btn > a:last-child > div span.icon {
    background: linear-gradient(-44deg, #3fb7ff, #82cbff);
}

.top-2-nav-btn > a > div .ask-right {
    width: 28vw;
    margin-top: 4vw;
    height: 12vw;
    position: relative;
}

.top-2-nav-btn > a > div .ask-right .h4 {
    font-size: 4vw;
    font-weight: 600;
    position: relative;
    color: #555;
}

.top-2-nav-btn > a > div .ask-right .h4 i {
    font-style: normal;
    font-size: 5vw;
    transform: scale(.5);
    letter-spacing: -.2vw;
    position: absolute;
    top: -5vw;
    left: 7vw;
    padding: 1vw 2vw;
    background: #ff6f61;
    color: #fff;
    line-height: 8vw;
    white-space: nowrap;
    border-radius: 4vw 4vw 4vw 0;
}

.top-2-nav-btn > a > div .ask-right p {
    font-size: 3vw;
    color: #999;
    position: absolute;
    bottom: 0;
    line-height: 6vw;
}

.index-nav-horizontal {
    width: 100vw;
    background: #fff;
    position: relative;
    overflow-y: hidden;
    border-radius: 3vw 3vw 0 0;
    margin-bottom: 3vw;
}

.index-nav-horizontal ul {
    padding: 4vw 3vw 1vw 3vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    white-space: nowrap;
    /*overflow-x: auto;*/
    position: relative;
    /*-webkit-overflow-scrolling: touch;*/
}

.index-nav-horizontal ul::-webkit-scrollbar {
    display: none;
}

.index-nav-horizontal ul li {
    flex: 1;
}

.index-nav-horizontal ul li > a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.index-nav-horizontal ul li img {
    width: 10vw;
    margin-bottom: 2vw;
}

.index-nav-horizontal ul li .h5 {
    width: 15vw;
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
}

.ul-scroll-bar {
    width: 10vw;
    height: 1vw;
    background: #e0e0e0;
    border-radius: .5vw;
    position: relative;
    z-index: 31;
    left: 50%;
    margin-left: -5vw;
}

.ul-srcoll-bar-progress {
    height: 1vw;
    border-radius: .5vw;
    background: #00c8c8;
    display: inline-block;
    position: absolute;
    z-index: 32;
}

.adv-panshi {
    margin: 2vw 4vw;
    width: 92vw;
    overflow: hidden;
    border-radius: 1.5vw;
}

.adv-panshi img {
    display: block;
    width: 100%;
}

/*热门科室*/
.index-section-wrap {
    padding: 4vw;
    border-top: 1vw solid #f5f5f5;
    margin-top: 4vw;
}

.index-section-wrap .index-section-title {
    padding-bottom: 3vw;
    position: relative;
}

.index-section-wrap .index-section-title .h4 {
    font-size: 4vw;
    font-weight: 600;
    color: #333;
}

.index-section-wrap .index-section-title .more {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 4vw;
    color: #999;
}

.hot-department-navs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-department-navs .hot-department-nav {
    width: 21.5vw;
    text-align: center;
    background: #f8f8f8;
    border-radius: 1vw;
    padding: 2.5vw;
    white-space: nowrap;
    margin-top: 2vw;
}

.hot-department-navs .hot-department-nav img {
    width: 10vw;
    height: 10vw;
}

.hot-department-navs .hot-department-nav .h5 {
    color: #555;
}

/*热门问答*/
.list-ask-wrap {
    padding-bottom: 1vw;
    text-align: justify;
}

.list-ask-wrap .h5 a {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 2vw;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 4vw;
    line-height: 6vw;
}

.c-line-clamp2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.c-line-clamp3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.list-ask-answer-wrap {
    padding-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 6vw;
    margin-top: 3vw;
}

.list-answer-wrap {
    background-color: #f7f7f7;
    color: #333;
    border-radius: 2vw;
    position: relative;
    padding: 3vw;
    margin-top: 1.5vw;
}

.list-answer-wrap .small-expert-photo {
    height: 4vw;
    width: 4vw;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 1vw;
    margin-right: 2vw;
}

.c-line-clamp1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-answer-title {
    color: #999;
    font-size: 3vw;
    width: 70vw;
}

.list-answer-title span {
    margin-right: 2vw;
}

.panel-arrow {
    height: 0;
    width: 0;
    border-width: 3vw;
    border-style: solid;
    border-color: transparent transparent #f7f7f7 transparent;
    position: absolute;
    left: 10vw;
    top: -6vw;
}

.panel-shadow {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #f7f7f7), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0deg, #f7f7f7 2%, hsla(0, 0%, 100%, 0) 98%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8vw;
    z-index: 5;
}

.list-answer-short {
    font-size: 3.5vw;
    position: relative;
    color: #666;
    text-indent: 1em;
    text-align: justify;
}

.list-answer-bottom {
    padding-top: 3vw;
    display: flex;
    justify-content: space-between;
}
.list-ask-time{
    color: #999;
    font-size: 3vw;
    display: none;
}
.list-answer-saw {
    font-size: 3vw;
    color: #999;
    margin-right: 1vw;
}

.btn-expert-says {
    display: inline-block;
    padding: 2.5px 9px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 200, 200);
    opacity: 1;
    font-size: 13px;
    line-height: normal;
    border-radius: 20px;
    width: 23vw;
    text-align: center;
}

.list-ask-wrap a.typeid:before {
    content: "" attr(typeid) "";
    font-size: 2.5vw;
    color: rgb(0, 200, 200);
    border: 1px solid rgb(0, 200, 200);
    padding: .2vw .6vw;
    border-radius: 1vw;
    position: relative;
    top: 0;
    margin-right: 1vw;
    box-sizing: border-box;
    display: inline-block;
    height: 6vw;
    line-height: 5.6vw;
}

@media screen and (min-width: 425px) {
    .list-ask-wrap a[class*="answer-"]:before {
        bottom: .6vw;
    }
}

.mlywYyzt{
    width:100%;
    overflow:hidden;
    border-top:1vw solid #f5f5f5;
    margin-top:12px;
    padding:20px;
    box-sizing:border-box;
}

.mlywYyztTitle{
    /*height:6.5vw;*/
    /*line-height:6.5vw;*/
    overflow:hidden;
    /*font-size:4vw;*/
    font-weight:bold;
}
.mlywYyztTop{ overflow:hidden;}
.mlywYyztTop dl{ float:left; width:48.3334%; margin-top:4vw; overflow:hidden;}
.mlywYyztTop dl:nth-child(2n){ float:right;}
.mlywYyztTop dl dt{ overflow:hidden; height:156px;}
.mlywYyztTop dl dt img{ display:block; width:100%; height:100%;}

.mlywYyztTop dl dd{
    /*font-size:4vw;*/
    /*line-height:6.5vw;*/
    /*height:6.5vw;*/
    overflow:hidden;
    text-align:center;
    margin-top:5px;
}
.mlywYyztWen{ overflow:hidden; margin-top:2vw;}

.mlywYyztWen li{
    background:url("../images/li_bj2.gif") no-repeat left center;
    /*padding-left:10px;*/
    box-sizing:border-box;
    /*line-height:6.5vw;*/
    /*height:6.5vw;*/
    /*overflow:hidden;*/
    /*font-size:4vw;*/
    padding:5px 0 5px 10px;
}

/*.mlywYyztWen li:nth-child(2n){ float:right;}*/


















.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}









body{
    max-width:750px;
    margin:0 auto;
}



.arc-list{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.arc-list-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.arc-list-r{
    padding: 0px 0 0 15px;
}
.arc-list-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.arc-list-r span{
    color: #999;
    font-size: 14px;
}
.arc-list-r-t{
    font-size: 18px;
    margin-bottom:10px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}






.footer{
    padding:20px 0;
    /*background-color:#aed7ed;*/
    color:#333;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#333;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #0ae;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #0ae;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}