/*普通样式*/
.art-cont,.art-cont p{
    color: #262626;
    font-size: .38rem;
    font-weight: 300;
    line-height: .75rem;
    margin-bottom: .32rem;
    text-indent: 0!important;
    text-align: justify;
}
.art-cont 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: 8px;
}
.art-cont a{
    color: #4194e2;
    text-decoration: underline;
}

/*h2*/
.art-cont h2{
    margin: .3rem 0;
    line-height: .74rem;
    color: #262626;
    font-size: .49rem;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: .32rem;
    text-indent: 0!important;
}
.art-cont h2::after {
    content: "";
    position: absolute;
    top: .16rem;
    left: 0;
    width: .16rem;
    height: .46rem;
    background: #4194e2;
    border-radius: 3px;
}
/*h3*/
.art-h3,.art-cont 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: .33rem 0;
    background: #ebf6ff;
    padding:.12rem .22rem;
    border-radius: .3rem;
    border-left: 2px solid #a5d3ff;
}
.art-tips div{
    font-size:.45rem;
    color: #4194e2;
    font-weight: 700;
    text-transform:uppercase;
}
.art-tips p{
    padding-top:.1rem;
    /*color: #7f7f7f;*/
    line-height: .68rem;
    font-size:.37rem;
    font-weight: 400;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

/*有序列表ol*/
.art-cont ol{
    padding-left: .62rem;
    margin: .22rem 0;
    list-style: none!important;
}
.art-cont ol li,.art-cont ol li p{
    color: #7f7f7f;
    line-height: .72rem;
    font-size: .4rem;
    word-break: break-all;
    margin-bottom: .24rem;
}

/*无序列表ul*/
.art-cont ul{
    padding-left: .62rem;
    margin: .22rem 0;
    list-style: none!important;
}
.art-cont ul li,.art-cont ul li p{
    color: #7f7f7f;
    line-height: .72rem;
    font-size: .4rem;
    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(https://img.sg.myzx.cn/images/edit/my_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(https://img.sg.myzx.cn/images/edit/my_userImg.png) center/cover no-repeat;
}
.art-chat-l .art-chat-userImg {
    background: url(https://img.sg.myzx.cn/images/edit/my_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)!important;
    font-weight: 700!important;
}
.art-qa-q:before {
    content: '';
    display: inline-block;
    background-image: url(https://img.sg.myzx.cn/images/edit/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(https://img.sg.myzx.cn/images/edit/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: #ebf6ff;
    opacity: 1;
    border-radius: 15px;
    margin-bottom: .3rem;
    padding: .4rem 0;
    position: relative;
    /*border-left: 1px solid #e0f0ff;*/
    /*border-right: 1px solid #e0f0ff;*/
}
.art-preface-iconTop{
    position: relative;
    font-family: "f" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    font-size: 0;
}
.art-preface-iconTop::before{
    content: "\e63c";
    position: absolute;
    top:-.35rem;
    left: .1rem;
    font-size: .7rem;
    color: #6eb3f5;
}
.art-preface-text{
    font-size: .37rem!important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: .6rem!important;
    color: #7f7f7f!important;
    padding: 0 .8rem;
    text-align: justify;
    margin-bottom: 0!important;
} 
.art-preface-iconBottom{
    position: relative;
    font-family: "f" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    font-size: 0;
}
.art-preface-iconBottom::before{
    content: "\e63a";
    position: absolute;
    bottom:-.35rem;
    right: .1rem;
    font-size: .7rem;
    color: #6eb3f5;
}
/* tab */
.art-table{
    margin: 20px 0;
    width: 100%!important;
    color: #262626;
    font-size: 15px;
    line-height: .72rem;
}
.art-table thead,.art-table .firstRow {
    background:#ebf6ff;
    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: .52rem;
}
.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;
}

.yy-sub-info{
    font-size: .40rem;
    margin-top: -1.5rem;
    margin-left: 2.8rem;
}

.info-title{
    line-height: .5rem;
}

.ys-sub-info{
    font-size: .40rem;
    margin-top: -1.5rem;
    margin-left: 2.7rem;
}