/*正文*/
.detail_article,.detail_article p{
    color: #262626;
    font-size: .4rem;
    font-weight: 400;
    line-height: .72rem;
    margin-bottom: .32rem;
    text-indent: 0!important;
}
.detail_article p a{
    color: #49c066;
}
.detail_article img{
    max-width: 100%;
    min-width: 50%;
    outline: none;
    -webkit-box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: .13rem;
}

/*h2*/
.detail_article h2{
    color: #333;
    font-size: .43rem;
    font-weight: 700;
    margin-bottom: .32rem;
    line-height: .74rem;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: .32rem;
}
.detail_article h2::after {
    background: #49c066;
	border-radius: .08rem;
	content: "";
	height: .48rem;
	left: 0;
	margin-right: .26rem;
	position: absolute;
	top: .14rem;
	width: .14rem;
}
/*h3*/
.art-h3,.detail_article h3{
    margin: 0 0 .22rem;
    line-height: .65rem;
    color: #262626;
    font-size: .42rem;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}    

/*提示*/
.art-tips{
    margin: .53rem 0 .33rem;
    background: rgba(73,192,102,.05);
    padding:.53rem .33rem;
    border-left: .06rem solid #49c066;
}
.art-tips div{
    font-size:.45rem;
    color: #49c066;
    font-weight: 700;
}
.art-tips p{
    padding-top:.1rem;
    color: #7f7f7f;
    line-height: .65rem;
    font-size:.37rem;
    font-weight: 400;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

/*ol*/
.detail_article ol{
    padding-left: .52rem;
    margin: .22rem 0;
    list-style: none!important;
}
.detail_article ol li,.detail_article ol li p{
    color: #7f7f7f;
    line-height: .65rem;
    font-size: .37rem;
    word-break: break-all;
    margin-bottom: .24rem;
}
.detail_article li a,.detail_article ol li p a{
    color: #49c066;
    font-size: .37rem;
}

/*ul*/
.detail_article ul{
    padding-left: .52rem;
    margin: .22rem 0;
    list-style: none!important;
}
.detail_article ul li,.detail_article ul li p{
    color: #7f7f7f;
    line-height: .65rem;
    font-size: .37rem;
    word-break: break-all;
    margin-bottom: .24rem;
}
.art-ul li{
    list-style-type: disc!important;
}

/*单边（右）聊天记录*/
.art-dialogue {
    margin-bottom: .3rem;
}
.art-dialogue-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: .4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.art-dialogue-text {
    color: #262626;
    font-size: .4rem;
    line-height: .7rem;
    padding: .2rem .3rem;
    background: #f5f5f5;
    border-radius: 5px;
    max-width: 76%;
    word-break: break-all;
}
.art-dialogue-user {
    margin-left: .3rem;
    width: 1.4rem;
}
.art-dialogue-userImg {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: 0 auto;
    background: url("../images/userImg.png") center/cover no-repeat;
}
.art-dialogue-userName {
    margin-top: .1rem;
    font-size: .32rem!important;
    color: #7f7f7f!important;
    line-height: .4rem;
    text-align: center;
    margin-bottom: 0!important;
}

/*多边聊天记录*/
.art-chat{
    margin: .55rem 0;
}
.art-chat-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .65rem;
}
.art-chat-r{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.art-chat-l{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
}
.art-chat-r .art-chat-user{
    margin-left: .2rem;
}
.art-chat-l .art-chat-user{
    margin-right: .2rem;
}
.art-chat-user {        
    width: 1.4rem;
}
.art-chat-r .art-chat-text{
    background: #99eb6b;
    border-top-right-radius: 0;
}
.art-chat-r .art-chat-userImg {
    background: url("../images/userImg.png") center/cover no-repeat;
}
.art-chat-l .art-chat-userImg {
    background: url("../images/doctorImg.png") center/cover no-repeat;
}
.art-chat-l .art-chat-text{
    background: #f5f5f5;
    border-top-left-radius: 0;
}
.art-chat-text{
    color: #262626;
    font-size: .4rem;
    line-height: .65rem;
    padding: .2rem .3rem;
    border-radius: 6px;
    max-width: 66%;
    word-break: break-all;
}
.art-chat-userImg {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    margin: 0 auto;
}
.art-chat-userName{
    margin-top: .2rem;
    font-size: .32rem!important;
    color: #7f7f7f;
    line-height: .42rem!important;
    text-align: center;
    color:#7f7f7f!important;
    padding: 0 .02rem;
    margin-bottom: 0!important;
}

/*问答形式*/
.art-qa{
    margin-top: .3rem;
}
.art-qa p{
    max-width: 100%;
    line-height: .66rem;        
    font-size: .43rem;
}
.art-qa-q{
    color: rgb(52, 167, 221);
}
.art-qa-q:before {
    content: '';
    display: inline-block;
    background-image: url("../images/q_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: .53rem;
    height: .53rem;
    line-height: .66rem;
    margin-right: .2rem;
    margin-bottom: -.13rem;
}
.art-qa-a:before {
    content: '';
    display: inline-block;
    background-image: url("../images/a_icon.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: .53rem;
    height: .53rem;
    line-height: .66rem;
    margin-right: .2rem;
    margin-bottom: -.13rem;
}
/*资料*/
.art-card{
    margin-bottom: .33rem;
    border: 1px solid #e5e5e5;
    padding: .53rem .32rem .23rem;
    border-radius: 5px;
}
.art-card-title{
    line-height: .6rem;
    color: #262626;
    font-size: .48rem;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: .3rem;
    margin-bottom: .2rem;
}
.art-card-title::after {
    content: "";
    position: absolute;
    top: .05rem;
    left: 0;
    margin-right: .2rem;
    width: .14rem;
    height: .5rem;
    background: #4194e2;
    border-radius: 3px;
}
.art-card-cont{        
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;            
}
.art-card-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px dashed #e5e5e5;
    padding: .3rem 0;
}
.art-card-item:first-child{
    border-top: none;
}
.art-card-item label{
    color: #262626;
    line-height: .6rem;
    font-size: .4rem;
    word-break: break-all;
    width: 1.7rem;
    font-weight: 700;
}
.art-card-item p{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .2rem;
    color: #7f7f7f;
    line-height: .6rem;
    font-size: .4rem;
    word-break: break-all;
    margin-bottom: 0!important;
}

/*内容介绍、前言*/
.art-preface{
    background: #f0faf3;
    opacity: 1;
    border-radius: .13rem;
    margin-bottom: .43rem;
    padding: .8rem 0;
    position: relative;
}
.art-preface-iconTop{
    position: relative;
    font-family: "if" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.art-preface-iconTop::before{
    content: "\e63c";
    position: absolute;
    top:-.53rem;
    left: .23rem;
    font-size: .43rem;
    color: #49c066;
}
.art-preface-text{
    font-size: .37rem!important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: .62rem!important;
    color: #7f7f7f!important;
    padding: 0 .52rem 0 .72rem;
    text-align: justify;
    margin-bottom: 0!important;
} 
.art-preface-iconBottom{
    position: relative;
    font-family: "if" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.art-preface-iconBottom::before{
    content: "\e63a";
    position: absolute;
    bottom:-.53rem;
    right: .23rem;
    font-size: .43rem;
    color: #49c066;
}
/* tab */
.art-table{
    margin-bottom: .43rem;
    width: 100%!important;
    color: #262626;
    font-size: .37rem;
    line-height: .72rem;
	border-collapse: collapse;
	border-spacing: 0;
}
.art-table thead,.art-table .firstRow {
    background:#f6f6f6;
    vertical-align: top;
}
.art-table tr td,.art-table tr th{
    padding: .18rem .26rem;
    word-break: break-all;
    border: 1px solid #e5e5e5;
    font-size:.37rem;
    line-height: .62rem;
}
.art-table tr td[colspan='8']{
    font-size: .34rem;
}
.art-table2-row{
    min-width: 600px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.art-table-list{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.art-table2-title{
    text-align: center;
    background: #f5f5f5;
    color: #999;
    font-size: .37rem;
    padding: .33rem;
    vertical-align: middle;
    width: .12rem;
}
.art-table2-cont{
    padding: 0 .6rem;
    text-align: left;
}
.art-table2-module{
    font-size: .37rem;
    color: #666;
    line-height: .6rem;
    padding-left:0!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.art-table2-module li{
    list-style: none!important;
}
.art-table2-module li:last-child{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

/*信息栏dl+dt+dd*/
.art-basic{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* background-position-y: .3rem; */
    margin-bottom: .3rem 0 .5rem;
}
.art-basic .art-basic-cont{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.art-basic dt{
    width: 19.8%;
    font-size:.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: .72rem;
    display: block;
    float: left;
    color: #262626;
    font-weight: 700;
    padding-top: .13rem;
    padding-bottom: .13rem;
    border-bottom: 1px dotted #7f7f7f;
}
.art-basic dd{
    width: 80%;
    zoom: 1;    
    float: left;
    position: relative;
    word-break: break-all;
    line-height: .72rem;
    display: block;
    color: #7f7f7f;
    font-size:.4rem;
    padding-top: .13rem;
    padding-bottom: .13rem;
    border-bottom: 1px dotted #7f7f7f;
}
/* pics */
.mask{
    background: #262626;
    z-index: -1000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.mask img {
    width: 100%;
    height: auto;
}
.mask .swiper-container {
    height: 100vh;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.mask .swiper-wrapper {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.mask .swiper-pagination {
    bottom: 1.70667rem;
    right: .53333rem;
    /* padding: 0 .37333rem; */
    height: .74667rem;
    width: 1.2565rem;
    background: rgba(0, 0, 0, .4);
    border-radius: .42667rem;
    font-size: .3rem;
    font-weight: 500;
    color: #fff;
    /* line-height: .53333rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask .swiper-pagination-fraction {
    left: auto;
}