@font-face {
    font-family: "socialshare";
    src: url("fonts/iconfont.eot");
    src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg")
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share * {
    font-family: "socialshare" !important
}

.social-share h2 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px
}

.social-share .icon-tencent:before {
    content: ""
}

.social-share .icon-qq:before {
    content: ""
}

.social-share .icon-weibo:before {
    content: ""
}

.social-share .icon-wechat:before {
    content: ""
}

.social-share .icon-douban:before {
    content: ""
}

.social-share .icon-heart:before {
    content: ""
}

.social-share .icon-like:before {
    content: ""
}

.social-share .icon-qzone:before {
    content: ""
}

.social-share .icon-linkedin:before {
    content: ""
}

.social-share .icon-diandian:before {
    content: ""
}

.social-share .icon-facebook:before {
    content: ""
}

.social-share .icon-google:before {
    content: ""
}

.social-share .icon-twitter:before {
    content: ""
}

.social-share a {
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #666;
    vertical-align: middle;
    -webkit-transition: background .6s ease-out 0s;
    transition: background .6s ease-out 0s;
    text-align: center;
    color: #666;
    font-size: 20px
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #fdbe3d;
    border-color: #fdbe3d
}

.social-share .icon-qzone:hover {
    background: #fdbe3d
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.social-share .icon-linkedin:hover {
    background: #0077b5
}

.social-share .icon-facebook {
    color: #44619d;
    border-color: #44619d
}

.social-share .icon-facebook:hover {
    background: #44619d
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307dca;
    border-color: #307dca
}

.social-share .icon-diandian:hover {
    background: #307dca
}

.social-share .icon-wechat {
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -50%;
    left: 50%;
    width: 280px;
    height: 300px;
    padding: 15px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #fff
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    position: relative;
    height: 16px;
    line-height: 16px;
    text-align: left;
    color: #000;
    font-size: 12px;
    font-weight: bold
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: auto;
    padding: 0 30px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .help {
    line-height: 22px;
    color: #666;
    text-align: left;
    font-size: 12px
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

body {
    max-width: 768px;
    margin: 0 auto !important;
    background: #f2f2f2
}

a {
    color: #333
}

.round-2 {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #ffece2;
    color: #d79b86;
    float: left;
    border-radius: 24px;
    margin-right: 10px
}

.round-3 {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #ecfaff;
    color: #86b9d7;
    float: left;
    border-radius: 24px;
    margin-right: 10px
}

.round-4 {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #e2eeff;
    color: #86a5d7;
    float: left;
    border-radius: 24px;
    margin-right: 10px
}

.round-5 {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #ecfff2;
    color: #86d793;
    float: left;
    border-radius: 24px;
    margin-right: 10px
}

.top-wrap {
    position: relative
}

.top-wrap .top-bar {
    height: 54px;
    width: 100%;
    max-width: 768px;
    overflow: hidden;
    padding: 10px 15px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#1fc389), to(#2fd49a));
    background-image: linear-gradient(to right, #1fc389, #2fd49a)
}

.top-wrap .top-bar.scroll {
    border-bottom: 1px solid #e6e6e6;
    position: fixed
}

.top-wrap .top-bar.scroll .search-input-cont {
    background-color: #f7f7f7;
    background-image: url(./images/icon-search-gray.png)
}

.top-wrap .top-bar.scroll .search-input-cont p {
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.top-wrap .top-bar.scroll .search-input-cont input {
    color: #333
}

.top-wrap .top-bar.scroll .search-input-cont input::-webkit-input-placeholder {
    color: #bcbcbc
}

.top-wrap .top-bar.scroll .search-input-cont input::-webkit-input-placeholder, .top-wrap .top-bar.scroll .search-input-cont input::placeholder {
    color: #bcbcbc
}

.top-wrap .top-bar .back {
    float: left;
    width: 11px;
    height: 18px;
    background: url(./images/icon-back.png) center no-repeat;
    background-size: 100%;
    -webkit-transition: border, background-image, background-color 500ms;
    transition: border, background-image, background-color 500ms
}

.top-wrap .top-bar .back * {
    -webkit-transition: border, background-image, background-color 500ms;
    transition: border, background-image, background-color 500ms
}

.top-wrap .top-bar .channels-name {
    float: left;
    font-size: 19px;
    color: #fff
}

.top-wrap .top-bar .channels-name a {
    color: #fff
}

.top-wrap .top-bar .head-more {
    float: left;
    width: 19px;
    height: 45px;
    background: center no-repeat;
    background-image: url(./images/icon-more.png);
    background-size: 100%
}

.top-wrap .top-bar .search-input-cont {
    height: 32px;
    padding: 4px 10px 4px 30px;
    float: left;
    border-radius: 16px;
    background: rgba(255, 255, 255, .2) url(./images/icon-search-white.png) no-repeat 10px center;
    background-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.top-wrap .top-bar .search-input-cont p {
    color: rgba(255, 255, 255, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.top-wrap .top-bar .search-input-cont input {
    height: 44px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    outline: none;
    color: #fff;
    line-height: 44px;
    font-size: 26px;
    background-color: rgba(0, 0, 0, 0)
}

.top-wrap .top-bar .search-input-cont input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.top-wrap .top-bar .search-input-cont input::-webkit-input-placeholder, .top-wrap .top-bar .search-input-cont input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.top-wrap .header {
    max-width: 768px;
    width: 100%;
    z-index: 1;
    transition: border, background-image, background-color 500ms;
    -webkit-transition: border, background-image, background-color 500ms
}

.top-wrap .header.scroll {
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 54px
}

.top-wrap .header * {
    -webkit-transition: border, background-image, background-color 500ms;
    transition: border, background-image, background-color 500ms
}


.top-wrap .header .pg-box {
    margin: 0;
    background-color: #f2fbf9;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 5
}

.top-wrap .header .pg-box .pg {
    width: 100%;
    height: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f2fbf9
}

.top-wrap .header .pg-box .pg::-webkit-progress-bar {
    background: #fff
}

.top-wrap .header .pg-box .pg::-webkit-progress-value {
    background: #1fc389
}

.top-wrap .header .pg-box .pg-text {
    width: 180px;
    margin: 0px 5px;
    color: #999;
    font-size: 12px
}

.sec-art {
    padding: 15px;
    overflow: hidden;
    background: #fff
}

.sec-art.scroll {
    margin-top: 125px
}

.sec-art .article-top .article-title {
    font-size: 21px;
    font-weight: bold
}


.sec-art .article-top .aritcle-author {
    font-size: 12px;
    color: #6dc6a6
}

.sec-art .article-top .global-btn-report {
    float: right;
    color: #bfbfbf;
    font-size: 12px
}

.sec-art .article-top .time {
    font-size: 12px;
    color: #bfbfbf
}

.sec-art .article-content {
    padding: 15px 0px;
    font-size: 14px;
    line-height: 26px;
    color: #727272;
    overflow: hidden;
    position: relative
}

.sec-art .article-content em, .sec-art .article-content i {
    font-style: italic
}

.sec-art .article-content img {
    margin-left: -2em
}

.sec-art .article-content .author {
    text-align: right
}

.sec-art .article-content .left {
    position: absolute;
    bottom: 0;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    color: #1fc389;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgb(255, 255, 255))
}

.sec-art .article-content .down {
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(./images/icon-down.png) no-repeat
}

.sec-art .article-content .mIntro {
    padding: 20px 0
}

.sec-art .article-content .mIntro .titleBar {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold
}

.sec-art .article-content .mIntro .hrecommend-list {
    width: 100%
}

.sec-art .article-content .mIntro .hrecommend-list dl {
    width: 100%;
    overflow: hidden;
    margin: 10px 0
}

.sec-art .article-content .mIntro .hrecommend-list dl dt {
    width: 25%;
    float: left;
    overflow: hidden
}

.sec-art .article-content .mIntro .hrecommend-list dl dt img {
    width: 100%;
    margin: 0 auto
}

.sec-art .article-content .mIntro .hrecommend-list dl dd {
    margin-left: 28%;
    font-size: 12px;
    color: #666
}

.sec-art .article-content .mIntro .hrecommend-list dl dd h3 {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin: 0 0 4px 0;
    height: 20px;
    overflow: hidden
}

.sec-art .article-content .mIntro .hrecommend-list dl dd h3 a {
    font-size: 16px;
    color: #6dc6a6
}

.sec-art .article-content .mIntro .hrecommend-list dl dd h3 span {
    color: #333;
    margin: 0 7px;
    font-size: 14px
}

.sec-art .article-content .mIntro .hrecommend-list dl dd p {
    width: 100%;
    overflow: hidden;
    line-height: 23px;
    font-size: 14px;
    padding: 6px 0 0 0;
    color: #333;
    margin: 0;
    overflow: hidden
}

.sec-art .article-content .mIntro .hrecommend-list dl dd p a {
    color: #6dc6a6
}

.sec-art .article-content .mIntro .hrecommend-list dl dd p span {
    margin-right: 7px
}

.sec-art .article-footer .tags {
    margin-top: 15px
}

.sec-art .article-footer .tags .round {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #f7f7f7;
    color: #a2a2a2;
    float: left;
    border-radius: 24px;
    margin-right: 10px
}

.sec-art .article-footer .article-btns {
    width: 100%;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.sec-art .article-footer .article-btns .line {
    width: 2px;
    height: 25px;
    background-color: #f5f5f5
}

.sec-art .article-footer .article-btns a {
    width: 50%
}

.sec-art .article-footer .article-btns .article-btn {
    font-size: 14px
}

.sec-art .article-footer .article-btns .article-btn div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec-art .article-footer .article-btns .article-btn i {
    margin-right: 10px
}

.sec-art .article-footer .article-btns .ask-btn i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(./images/icon-ask-small.png) no-repeat center;
    background-size: 100%;
    float: left
}

.sec-art .article-footer .article-btns .share-btn i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(./images/icon-share-small.png) no-repeat center;
    background-size: 100%;
    float: left
}

.divide {
    background-color: #f7f7f7;
    height: 7px;
    width: 100%
}

.advs {
    padding: 20px 15px;
    width: 100%
}

.advs img {
    width: 100%
}

.qna {
    padding: 0px 15px
}

.qna .qna-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold
}

.qna-box {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(177, 177, 177, .2);
    box-shadow: 0px 0px 25px 5px rgba(177, 177, 177, .2);
    padding: 10px 10px;
    margin: 20px 0px
}

.qna-box .qna-q {
    font-size: 16px;
    font-weight: bold
}

.qna-box .qna-q .q-green {
    color: #1fc389
}

.qna-box .qna-a {
    padding: 0px 10px;
    position: relative
}

.qna-box .qna-a .doc-head {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.qna-box .qna-a .doc-head img {
    width: 100%
}

.qna-box .qna-a .doc-inf {
    position: relative;
    top: -5px;
    font-size: 14px;
    margin-left: 59px;
    color: #727272;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.qna-box .qna-a .doc-inf .round {
    margin: 0px 5px;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #ffecee;
    border-radius: 15px;
    color: #d7868f;
    background-color: #ffecee
}

.qna-box .qna-a .doc-inf .hospital {
    font-size: 12px;
    color: #a3a3a3
}

.qna-box .qna-a .doc-answer {
    font-size: 14px;
    line-height: 19px;
    margin-left: 59px;
    padding: 12px;
    border-radius: 0px 10px 10px 10px;
    color: #fff;
    background-color: #2fd49a
}

.qna-box .qna-a .doc-answer p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.recommand {
    padding: 0 15px
}

.recommand .recommand-title {
    font-size: 20px;
    font-weight: bold
}

.recommand .recommand-title a {
    line-height: 36px;
    float: right;
    color: #7b7b7d;
    font-size: 12px
}

.recommand .area-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    padding-bottom: 0;
    border-bottom: 1px solid #a4a5aa;
    position: relative
}

.recommand .area-tab a {
    color: #000;
    font-size: 16px
}

.recommand .area-tab a.active {
    color: #1fc389;
    border-bottom: 3px solid #1fc389
}

.recommand .wrap-viewer dl:nth-of-type(1) {
    border-top: none
}

.recommand .wrap-viewer dl {
    padding: 12px 0px;
    border-top: 1px solid #ececec;
    position: relative
}

.recommand .wrap-viewer dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recommand .wrap-viewer dl dd a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #626262;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 30%;
    margin-right: 10px
}

.information {
    padding: 0 15px;
    margin-top: 15px
}

.information .information-title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information .information-title p {
    width: 70%;
    text-align: right;
    line-height: 36px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto
}

.information .information-title p a {
    font-size: 12px;
    color: #1fc389;
    width: 33%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.information .information-title p .middle {
    padding: 0px 5px;
    border: 1px solid #ececec;
    border-top: none;
    border-bottom: none
}

.information .information-content {
    clear: both
}

.information .cont1 {
    clear: both
}

.information .cont1 .cont-title {
    font-size: 16px;
    color: #0a0808;
    padding-top: 5px;
    border-top: 1px solid #ececec
}

.information .cont1 .cont-summary {
    font-size: 14px;
    padding-bottom: 15px
}

.information .cont1 .cont-summary p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.information .cont1 .cont-summary p a {
    color: #a3a3a3
}

.information .cont1 .cont-summary .detail-btn {
    font-size: 14px;
    color: #1fc389
}

.information .cont1 .tags {
    height: 33px;
    margin-top: 5px
}

.information .cont2 dl {
    padding: 15px 0;
    border-top: 1px solid #ececec
}

.information .cont2 dl dt {
    float: left
}

.information .cont2 .cont-img {
    width: 110px;
    height: auto;
    overflow: hidden;
    border-radius: 8px
}

.information .cont2 .cont-img img {
    width: 100%
}

.information .cont2 dd {
    margin-left: 120px
}

.information .cont2 .cont-title {
    font-size: 16px;
    line-height: 16px;
    color: #0a0808;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.information .cont2 .cont-summary {
    font-size: 14px;
    padding: 15px 0;
    color: #a3a3a3
}

.information .cont2 .cont-summary p {
    overflow: hidden;
    text-overflow: ellipsis
}

.information .cont2 .cont-summary p a {
    color: #a3a3a3
}

.information .cont2 .cont-summary .detail-btn {
    font-size: 14px;
    color: #1fc389
}

.information .cont2 .tags {
    height: 33px;
    margin-top: 5px
}

.videoes-box {
    padding: 0 15px;
    margin-top: 15px
}

.videoes-box .information-title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.videoes-box .information-title p {
    width: 70%;
    text-align: right;
    line-height: 36px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto
}

.videoes-box .information-title p a {
    font-size: 12px;
    color: #1fc389;
    width: 33%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.videoes-box .information-content {
    clear: both
}

.videoes-box .information-content .videoes {
    overflow-y: hidden;
    white-space: nowrap
}

.videoes-box .information-content .inf-video {
    margin: 15px 0px;
    margin-right: 10px;
    width: 110px;
    display: inline-block
}

.videoes-box .information-content .video-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px
}

.videoes-box .information-content .video-box .play {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    background: url(./images/icon-play.png) center no-repeat;
    background-size: 100%
}

.videoes-box .information-content .video-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303138;
    overflow: hidden
}

.hot-points {
    margin: 0px 15px
}

.hot-points .points-title {
    display: block;
    width: 102px;
    height: 20px;
    background: url(./images/hot-title.png) center no-repeat;
    background-size: 100%
}

.hot-points .hot-words li:nth-of-type(1) {
    border: none
}

.hot-points .hot-words li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #ececec
}

.hot-points .hot-words li a {
    width: 33%;
    font-size: 13px;
    color: #626262
}

.hot-articles {
    margin: 15px 15px
}

.hot-articles .art-title {
    display: block;
    width: 102px;
    height: 20px;
    background: url(./images/art-title.png) center no-repeat;
    background-size: 100%
}

.hot-articles .cont1 {
    clear: both
}

.hot-articles .cont1 .cont-title {
    font-size: 16px;
    color: #0a0808;
    padding-top: 5px;
    border-top: 1px solid #ececec
}

.hot-articles .cont1 .cont-summary {
    font-size: 14px;
    padding-bottom: 15px
}

.hot-articles .cont1 .cont-summary p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.hot-articles .cont1 .cont-summary p a {
    color: #a3a3a3
}

.hot-articles .cont1 .cont-summary .detail-btn {
    font-size: 14px;
    color: #1fc389
}

.hot-articles .cont1:nth-of-type(1) .cont-title {
    border-top: none
}

.ask dt {
    position: relative;
    overflow: hidden
}

.ask dd {
    width: 40px;
    float: right
}

.ask dd a {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    text-indent: 10086px;
    background-image: url(./images/icon-share.png);
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat
}

.ask label {
    display: block;
    overflow: hidden;
    padding-right: 50px
}

.ask .input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f2f2f2
}

.ask .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
    float: right;
    border: 0;
    text-indent: 10086px;
    background-image: url(./images/icon-chat.png);
    background-size: 28px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0)
}

.footer-search dt {
    float: left;
    padding-right: 8px
}

.footer-search dd {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    background-color: #f6f7f8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-search select {
    height: 34px;
    border: none;
    border-radius: 16px;
    padding: 0 10px;
    background-color: #f6f7f8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #a5aab5;
    padding-right: 30px;
    background-image: url(./images/icon-down-gray.png);
    background-repeat: no-repeat;
    background-position: 45px center;
    background-size: 10px
}

.footer-search .input {
    height: 34px;
    border: none;
    border-radius: 16px;
    background-color: #f6f7f8;
    color: #a5aab5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.footer-search .input::-webkit-input-placeholder {
    color: #a5aab5
}

.footer-search .input::-moz-placeholder {
    color: #a5aab5
}

.footer-search .input:-ms-input-placeholder {
    color: #a5aab5
}

.footer-search .input::-ms-input-placeholder {
    color: #a5aab5
}

.footer-search .input::placeholder {
    color: #a5aab5
}

.footer-search input[type=submit] {
    width: 28px;
    height: 28px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    background-size: 16px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/icon-search-gray.png)
}

.categories {
    margin-top: 5px;
    border-bottom: 1px solid #ececec
}

.categories a {
    display: block;
    width: 14%;
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: center;
    color: #626262
}

.categories:nth-last-of-type(1) {
    border-bottom: none
}

.container {
    background-color: #fff
}

footer {
    padding: 0;
    background: #fff
}

footer .menu {
    margin: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

footer .menu a {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #666;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .menu a::after {
    content: "";
    width: 1px;
    height: 20px;
    top: 10px;
    right: -20%;
    background-color: rgba(102, 102, 102, .6)
}

footer .menu .register .icon-register {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(./images/icon-register.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px
}

footer .menu .login .icon-login {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(./images/icon-login.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px
}

footer .menu .feedback .icon-feedback {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(./images/icon-feedback.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px
}

footer .menu .collect .icon-collect {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(./images/icon-collect.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px
}

footer .menu .collect::after {
    width: 0px
}

footer .qrcode, footer .pc-version, footer .copyright {
    background-color: #f7f7f7
}

footer .qrcode {
    padding-top: 20px
}

footer .tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .tips .line {
    width: 40px;
    height: 1px;
    background-color: #cfcfcf;
    display: inline-block;
    margin: 12px
}

footer .tips .tip {
    color: #cfcfcf
}

.section {
    padding: 15px;
    overflow: hidden;
    background: #fff
}

.latest-question {
    padding: 0 15px
}

.latest-question .title {
    margin: 10px 0
}

.latest-question .title a {
    font-size: 20px;
    font-weight: bold;
    position: relative
}

.latest-question .title .on::after {
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #1fc389;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.latest-question .title .more {
    float: right;
    line-height: 36px;
    font-size: 12px
}

.latest-question .question-wrap a {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: .32rem 0
}

.latest-question .question-wrap a i {
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #000
}

.latest-question .show-link {
    display: block;
    text-align: center;
    color: #000
}

.latest-question .show-link em {
    display: inline-block;
    position: relative;
    padding-right: 15px
}

.latest-question .show-link em::after {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 12px;
    height: 10px;
    background: url(https://img.familydoctor.com.cn/component/ask/ask2020/mobile/styles/images/icon-down-light.png) center no-repeat;
    background-size: 100%
}

.latest-question .extra em:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg)
}

.page-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    font-size: 14px;
    background: #fff
}

.page-layer.show {
    display: block;
    z-index: 999;
    opacity: 1
}

.page-layer .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #1fc389;
    text-align: center
}

.page-layer .bar b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal
}

.page-layer .bar a {
    display: block;
    max-width: 11px;
    width: 11px;
    height: 100%;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(images/icon-back.png) center no-repeat;
    background-size: 100%
}

.page-layer .sec {
    overflow: hidden;
    padding: 0 10px
}

.page-layer .sec .tl {
    padding: 10px 0;
    color: gray
}

.search-layer .bar form {
    position: relative;
    display: block;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 6px 0;
    padding-right: 40px
}

.search-layer .bar form input[type=search] {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 20px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.search-layer .bar form input[type=search]::-webkit-input-placeholder {
    color: #fff;
    opacity: .8
}

.search-layer .bar form input[type=search]::-moz-placeholder {
    color: #fff;
    opacity: .8
}

.search-layer .bar form input[type=search]:-ms-input-placeholder {
    color: #fff;
    opacity: .8
}

.search-layer .bar form input[type=search]::-ms-input-placeholder {
    color: #fff;
    opacity: .8
}

.search-layer .bar form input[type=search]::placeholder {
    color: #fff;
    opacity: .8
}

.search-layer .bar form input[type=submit] {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 28px;
    color: #fff;
    font-size: 15px;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.search-layer .sec .tl .btn-clear {
    display: block;
    width: 30px;
    height: 25px;
    float: right;
    background: url(images/icon_clear_gray.png) right center no-repeat;
    background-size: 15px auto
}

.search-layer .sec .cont1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.search-layer .sec .cont1 a {
    width: 100%;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 5px 10px;
    margin: 5px 2px;
    border-radius: 20px;
    color: #666;
    background: #f7f7f7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-layer .sec .cont1 p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    padding: 5px 10px;
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7f7;
    text-align: center
}

.search-layer .sec .cont2 .cont-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.search-layer .sec .cont2 .cont-item a {
    width: 100%;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 5px 10px;
    margin: 5px 2px;
    border-radius: 20px;
    color: #666;
    background: #f7f7f7;
    overflow: hidden
}

.search-layer .sec .cont2 .cont-item p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 320px) {
    .search-input-cont {
        width: 150px
    }

    .search-input-cont p {
        width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    footer .menu a::after {
        right: -16px
    }
}

html, body {
    margin: 0
}

header {
    position: fixed;
    top: 0;
    height: 125px;
    width: 100%;
    background: #fff
}

main {
    margin-top: 128px
}

/*# sourceMappingURL=style2.css.map */