﻿
html {
    font-size : 100px;
}
.commentEmbed-foot{
	display:none;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 639px){
    html {
        font-size: 64px !important;
    }
}
@media only screen and (min-width: 640px) and (max-width: 749px){
    html {
        font-size: 85.34px !important;
    }
}

@media only screen and (min-width: 750px) and (max-width: 959px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1241px){
    html {
        font-size: 128px !important;
    }
}

@media only screen and (min-width: 1242px){
    html {
        font-size: 165.6px !important;
    }
}


body {
    line-height: 0;
    text-align: left;
    -webkit-text-size-adjust: none;
    max-width: 100%;
    overflow-x: hidden;
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
}
u{
padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: rgb(64, 91, 149);
    text-decoration: none;
}
/*资质*/
.qualification {
    background: #f5f5f5;
    border-top: .08rem solid #f5f5f5;
    margin-bottom: 70px;
}
.bor_top_0 {
    border-top: 0;
}
.qualification>p {
    line-height: 0.35rem;
    text-indent: 1.5em;
    color: #000;
    font-size: .16rem;
    text-align: center;
}
/*banner图*/
/*广告位*/
.banr {
    position: relative;
    overflow: hidden;
    height: 1rem;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
    box-shadow: 0px 2px 2px #d2d2d2;
    -webkit-box-shadow: 0px 2px 2px #d2d2d2;
    -moz-box-shadow: 0px 2px 2px #d2d2d2;
}
.banr.hiden {
    z-index: -2;
    margin-top: -1rem;
}
.banr span {
    position: absolute;
    right: 0.10rem;
    top: 0.10rem;
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.5rem;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}
.banr span:hover {
    cursor: pointer;
}
.banr span::before {
    content: '';
    width: 0.1rem;
    height: 0.01rem;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0.03rem;
    top: 0.07rem;
}
.banr span::after {
    content: '';
    width: 0.1rem;
    height: 0.01rem;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.03rem;
    top: 0.07rem;
}
.banr img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.wrap {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}
.wrap p {
    color: #000;
    font-size: .16rem;

}
.lm tr{
background:#fff;
}
.lm td a {
    display: block;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    /* position: relative; */
}
.mod {
    padding: 0 0 10px;
    max-width: 740px;
    margin: 0 auto;
    background: #fff;
    border-bottom: .08rem solid #f5f5f5;
}
nav {
    overflow: hidden;
    padding: .1rem 0;
    border-bottom: 0.01rem solid #ddd;
}
nav ul li {
    width: 25%;
    text-align: center;
    float: left;
}
nav ul li a {
    display: block;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    position: relative;
}
nav ul li a::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: .18rem;
    background: #bec9ce;

}
nav ul li:last-child a::after {
    width: 0px;
}
.landingHead {
    padding: .13rem 17px;
    padding-bottom: .12rem;
    position: relative;
    overflow: hidden;
}
.landingHead .titleSize {
    font-size: .24rem;
    line-height: .35rem;
}
.landingHead h1 {
    color: #000;
    font-weight: 700;
    line-height: .36rem;
}
.titleSize {
    -webkit-text-size-adjust: 100%;
}
.titleLogo {
    display: inline-block;
    vertical-align: top;
    height: .17rem;
    width: .33rem;
    font-size: 0.12rem;
    color: #333;
    line-height: .17rem;
    margin-top: .08rem;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 4px;
}
.landingHead section {
    margin: 24px 0 0;
}
.rowBetween {
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.columnCenter {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.layHorizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}
.layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.layFlex {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.landingHead .avatarLink {
    position: relative;
    margin: 0 .08rem 0 0;
}
.landingHead .avatarLink img {
    display: block;
    height: .35rem;
    width: .35rem;
    background-size: cover;
    border-radius: 50%;
}
.landingHead .extraInfo .authorName {
    display: block;
    padding: .01rem 0 .05rem;
    color: #333;
    font-size: .16rem;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.landingHead .extraInfo .infoSet {
    display: block;
    padding: 0 0 .01rem;
    color: #999;
    font-weight: 400;
    font-size: .12rem;
}
.followSuper {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    width: .57rem;
    border: 0;
    height: .28rem;
    line-height: .29rem;
    color: #fff;
    font-size: .13rem;
    text-align: center;
    background-color: #3897f0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    user-select: none;
}
/*内容*/
.contentPadding {
    padding-left: 17px;
    padding-right: 17px;
  font-size: .16rem;
    line-height: .3rem;
}
.mainContent p {
    font-size: .19rem;
    line-height: .3rem;
    letter-spacing: .2px;
    margin-top: .25rem;
}
.mainContent img{
    width: 90% !important;
  height: 90% !important;
}
.mainContent>:first-child {
    margin-top: 0.12rem;
}
.mainContent .case_img {
    height: 4.25rem;
}
.mainContent .case_img img {
    width: 100%;
    height: 100%;
}
.contentMedia {
    margin-top: .14rem;
}

/*声明*/
.commonPadding {
    padding: 0 17px;
}
.foots {
    position: relative;
    margin-bottom: .2rem;
    padding-top: .25rem;
}
.foots p {
    font-size: .12rem;
    line-height: .15rem;
    color: #999;
    -webkit-tap-highlight-color: transparent;
}

.horizontal {
    position: relative;
    display: block;
    height: .13rem;
    line-height: .13rem;
    background-color: #fff;
}
.right {
    /*text-align: center;*/
    position: absolute;
    right: 17px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.horizontal .hor_img {
    display: inline-block;
    width: .12rem;
    height: .13rem;
    background-image: url("../images/base1.png");
    background-repeat: no-repeat;
    background-size: .12rem .12rem;
    position: relative;
    right: 6px;
    top: -0.08rem;
    vertical-align: middle;
}
.horizontal .hor_txt {
    font-size: .13rem;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
/*相关推荐*/
.outmargin {
    border-bottom: .08rem solid #f5f5f5;
}
.outmargin .related-news {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 35px;
}
.related_title span {
    font-size: .16rem;
    margin: .18rem 0 0;
    display: inline-block;
}
.contentFont .related_cont {
    display: -webkit-flex;
    display: flex;
    line-height: 0;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: .1rem 0 .18rem;
}
.contentFont .related_cont::before {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
}
.related_cont h2 {
    white-space: nowrap;
    height: .3rem;
    line-height: .3rem;
    font-size: .19rem;
    font-weight: 400;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .06rem 0 .09rem;
}
.related_info .related_info_img {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
}
.related_info .related_info_img:nth-child(2) {
    margin: 0 .04rem;
}
.related_info .related_info_img img {
    display: block;
    width: 100%;
    height: 100%;
    /*height: auto;*/
}
.if_name {
    height: .12rem;
    line-height: .12rem;
    font-size: 0;
}
.if_name span {
    display: inline-block;
    font-size: .12rem;
    color: #999;
}
.if_name .diseases {
    text-align: center;
    padding: .03rem 0.08rem;
    border-radius: .1rem;
    color: #fff;
    /*border: 1px solid #3c76ff;*/
    background-color: #3897f0;
    margin-right: .1rem;
}
.contentFont li:last-child .related_cont::before {
    height: 0px;
}
/*热门评论*/
.commentTitle {
    padding-left: .17rem;
    background-color: #fff;
    font-size: 0;
}
.commentTitle span {
    display: inline-block;
    font-size: .17rem;
    margin: .2rem 0 .05rem;
}
.commentEmbed-votetemplate {
    padding: .17rem .17rem .2rem;
    border-bottom: .08rem solid #f5f5f5;
}
.commentEmbed-votetemplate .template-title p {
    font-size: .17rem;
    height: .18rem;
    line-height: .18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.commentEmbed-votetemplate .template-content {
    overflow: hidden;
}
.commentEmbed-votetemplate .content-title {
    font-size: .19rem;
    font-weight: 600;
    line-height: .19rem;
    margin: .24rem 0 .12rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.commentEmbed-votetemplate .content-desc {
    font-size: .14rem;
    color: #666;
    text-align: center;
}
.commentEmbed-votetemplate .button-wrap {
    margin-top: .2rem;
    display: -webkit-flex;
    display: flex;
}
.commentEmbed-votetemplate .button-wrap button {
    height: .37rem;
    line-height: .37rem;
    font-size: .14rem;
    color: #fff;
    text-align: center;
    border-radius: .3rem;
    flex: 1;
    padding: .06rem .1rem;
    overflow: hidden;
    outline: 0;
}
.button-wrap .box-cmt-vote-btn:nth-child(1) {
    background-color: #EF4041;
}
.button-wrap .box-cmt-vote-btn:nth-child(2) {
    background-color: #FCA90D;
}
.button-wrap .box-cmt-vote-btn:nth-child(3) {
    background-color: #3897F0;
}
.commentEmbed-votetemplate .button-wrap button span {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.commentEmbed-votetemplate .button-wrap .box-cmt-vote-btn {
    margin-right: .05rem;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.button-wrap .box-cmt-vote-btn.active {
    background: rgba(0,0,0,0.4);
}
.box-cmt-vote-btn.active span {
    animation: lineHeight .6s;
    -webkit-animation: lineHeight .6s; /* Safari 与 Chrome */
}
@keyframes lineHeight
{
    from {
        opacity: 0;
        line-height: .05rem;
    }
    to {
        opacity: 1;
        line-height: .25rem;
    }
}

@-webkit-keyframes lineHeight /* Safari 与 Chrome */
{
    from {
        line-height: .05rem;
        opacity: 0;
    }
    to {
        line-height: .25rem;
        opacity: 1;
    }
}

/*评论*/
.commentEmbed .commentEmbed-title {
    padding: .2rem 0 .05rem .17rem;
    font-size: .16rem;
    line-height: .16rem;

}
.newVersion {
    border-bottom: .08rem solid #f5f5f5;
}

/*评论回复*/
.commentEmbed-body {
    padding: 0 .17rem;
    border-bottom: 1px solid #eee;
}
.unicmt-item {
    position: relative;
}
.unicmt-item .unicmt-avatar {
    position: absolute;
    z-index: 10;
    top: .16rem;
    left: 0;
    width: .35rem;
    height: .35rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.unicmt-item .unicmt-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.unicmt-item .unicmt-name {
    position: absolute;
    z-index: 10;
    left: .44rem;
    /*height: .16rem;*/
    max-width: 60%;
    margin: .07rem 0 .03rem;
    padding: .1rem 0;
    color: #405b95;
    font-size: .16rem;
    line-height: .16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.unicmt-item .unicmt-fav {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding-top: .07rem;
    height: .35rem;
}
.unicmt-fav .like-component .like-icon {
    display: inline-block;
    height: .23rem;
    width: .23rem;
    position: relative;
}
.like-component {
    position: relative;
    bottom: 0;
    font-size: 0;
    height: .23rem;
    
}
.like-num-container {
    display: inline-block;
    position: relative;
    font-size: .14rem;
    line-height: .14rem;
}
.unicmt-item .unicmt-text {
    position: relative;
    padding-top: .42rem;
    padding-left: .43rem;
    color: #000;
    font-size: .18rem;
}
.iconfont.icon-zan {
    display: inline-block;
    font-size: .14rem;
    color: #393939;
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    top: 45%;
}
.unicmt-clamp {
    position: relative;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-align: left;
    -webkit-line-clamp: 10;
    line-height: 1.5;
    word-break: break-all;
}
.unicmt-txt {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    word-break: break-all;
    text-align: justify;
}
.unicmt-item .unicmt-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    padding-left: .43rem;
}
.unicmt-item .unicmt-bar .unicmt-reply {
    font-size: .13rem;
    line-height: .13rem;
    padding: .09rem .06rem .14rem;
    padding-left: 0;
    white-space: nowrap;
}
.unicmt-item .unicmt-bar .unicmt-reply a {
    color: #999;
}

/*评论回复*/
.unicmt-sublist-box {
    margin: 0 0 .14rem .43rem;
    padding: .05rem 0;
    background-color: #f8f8f8;
}
.unicmt-sublist-box .unicmt-sublist {
    font-size: .16rem;
    padding: .03rem .12rem;
}
.unicmt-sublist .unicmt-clamp {
    -webkit-line-clamp: initial;
}
.unicmt-sublist .unicmt-relname {
    color: #405b95;
    margin-left: 0;
}
.unicmt-sublist span {
   
}
.commentEmbed {
    /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: .5rem;*/
    /*padding-bottom: .7rem;*/
    position: relative;
}
/*微信*/
.commentEmbed-foot {
   /* padding: .1rem 0;*/
    max-width: 750px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.commentEmbed-foot .wx-foot {
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*justify-content: right;*/
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wx-foot .wx-img.active {
    justify-content: flex-start;
    align-items: center;
    padding-left: .15rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wx-img.active .txt {
    display: none;
}
.wx-img .info-doc {
    display: none;
}
.wx-img.active .info-doc {
    display: block;
    margin-left: .15rem;
}
.wx-img.active .info-doc p {
    font-size: .16rem;
    line-height: .25rem;
}
.commentEmbed-foot .wx-img {
    /*padding-right: .15rem;*/
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
  	background: #ffffff;
  	border-top :1px solid #e4e4e4;

}
.commentEmbed-foot .wx-img span {
    /*font-size: .16rem;*/
    /*padding-right: .1rem;*/
    /*color: #405b95;*/
    /*margin-bottom: .1rem;*/
}
.commentEmbed-foot .wx-img img {
    display: block;
    width: .4rem;
    height: .4rem;
}
.wx-cont.active {
    display: block;
}
.wx-cont {
    display: none;
    margin-top: .1rem;
    padding-left: .8rem;
    padding-right: .15rem;
    padding-bottom: .1rem;
}
.wx-cont p {
    font-size: .16rem;
    line-height: .2rem;
}
.commentEmbed-foot {
    /*position: relative;*/
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #fff;
   /* border-top: .06rem solid #f5f5f5;*/
}
.commentEmbed-foot .wx-foot {
    height: auto;
    background: #fff;
}
.commentEmbed-foot .wx-foot.active {
    position: absolute;
    bottom: 0px;
    padding-top: .1rem;
}
.mask.active {
    display: block;
}
.mask {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    display: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.mask .mask-txt {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.mask span {
    display: inline-block;
    font-size: .21rem;
    color: #e3e3e3;
    letter-spacing: .1rem;
}
body.active {
    overflow: hidden;
}
.wx-img p {
    font-size: .16rem;
}
.wx-img .left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.padding_b_1 {
    padding-top: .05rem;
}
.padding_b_2{
	padding-top: .03rem;
    padding-bottom: .03rem;
}
.red_b {
    color: #ff0000;
    font-weight: bolder;
}
.mar_l_d {
   display: inline-block;
    padding: .02rem .05rem;
    font-size: .13rem;
    background: #67bd68;
    color: #fff;
    border-radius: 3px;
}
.gowx {
    padding: .12rem .1rem;
    background: #67bd68;
    border-radius: .07rem;
}
.gowx a {
    color: #fff;
}
.wx-img.active .left {
    display: none;
}
.wx-img.active .gowxs {
    display: none;
}

/*我的评论*/
.commentReply .commentReply-title {
    padding-left: .17rem;
    background-color: #fff;
    font-size: 0;
}
.commentReply-title span {
    display: inline-block;
    font-size: .17rem;
    margin: .2rem 0 .05rem;
}
#textare {
    width: 80%;
    font-size: .15rem;
    border: 1px solid #aaa;
    margin-top: 0px;
    padding: .1rem .1rem;
    border-radius: 5px;
    line-height: .25rem;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
#textare:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.commentReply-body {
    padding: .2rem .17rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.commentReply-body button {
    padding: .1rem;
    font-size: .17rem;
    margin-left: .1rem;
    background: #66afe9;
    border-radius: 10px;
    color: #fff;
}
.unicmt-avatar .people {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 0.35rem;
    height: 0.35rem;
}
.icon-ren {
    display: block;
    overflow: hidden;
    font-size: 0.3rem;
    color: #777;
    line-height: 0.35rem;
}
.unicmt-name.read {
    color: #ff4f4f;
}
.cd-color {
    color: #7c7c7c;
}

/*弹窗*/
.showWx {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    font-size: .16rem;
}
.showWx .s_mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.showWx .s_conts {
    position: fixed;
    top: 40%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0.05rem;
    border: 1px solid #ff8368;
    padding-top: 0.1rem;
    background: #f6fbf6;
}
.showWx .s_conts p {
    /*line-height: 0.35rem;*/
    text-align: center;
    width: 80%;
    margin: 0.1rem auto;
}
.showWx .s_conts p .circle {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    border: 3px solid #009800;
}
.s_conts p .circle .icon-gou {
    line-height: 0.45rem;
    font-size: 0.25rem;
    color: #009800;
}
.s_conts p .rectangle {
    display: inline-block;
    background: #009800;
    border-radius: 0.04rem;
}
.s_conts p .rectangle:last-child {
    margin-left: 0.1rem;
}
.s_conts p .rectangle a {
    display: inline-block;
    padding: 0.05rem 0.12rem;
    text-align: center;
    color: #fff;
    font-size: 0.15rem;
}
#num_wxs2 {
    color: #ff0000;
    font-weight: bolder;
}
.s_conts p .circle .icon-gou-copy {
    line-height: 0.45rem;
    font-size: 0.25rem;
    color: #009800;
}


