/*问答*/
.qa-cont{
    
}

/*普通样式*/
/*.art-cont p:first-child{*/
/*    padding-top: 20px;*/
/*}*/
.art-cont{
    margin: 16px 0 16px;
    color: #262626;
    font-size: 15px;
    line-height: 26px;
}
.art-cont p{
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}
.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;
}

/*h2*/
.art-cont h2{
    margin-bottom: 10px;
    line-height: 28px;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.art-cont h2::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 18px;
    background: #4194e2;
    border-radius: 3px;
}
/*h3*/
.art-h3,.art-cont h3{
    margin: 20px 0;
    line-height: 22px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}

/*tips*/
.tips{
    background: #ebf6ff;
    color: #999999;
    font-size:12px;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 28px;
}
.tips a{
    color: #999999;
    font-size:12px;
}
/*总结性话术*/
.art-tips{
    margin: 20px 0;        
    background: #ebf6ff;
    padding:10px 20px;
    border-radius: 5px;
    border-left: 2px solid #4194e2;
}
.art-tips div{
    font-size:16px;
    color: #4194e2;
    font-weight: 700;
    text-transform:uppercase;
}
.art-tips p{
    color: #7f7f7f;
    line-height: 24px;
    font-size:14px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

/*有序列表ol*/
.art-cont ol{
    padding-left: 32px;
    margin: 16px 0;
    list-style: none!important;
}
.art-cont ol li,.art-cont ol li p{
    color: #7f7f7f;
    line-height: 26px;
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 10px;
}

/*无序列表ul*/
.art-cont ul{
    padding-left: 32px;
    margin: 16px 0;
    list-style: none!important;
}
.art-cont ul li,.art-cont ul li p{
    color: #7f7f7f;
    line-height: 26px;
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 10px;
}
.art-ul li{
    list-style-type: disc!important;
}

/*单边（右）聊天记录*/
.art-dialogue {
    margin: 20px 0;
}
.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: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.art-dialogue-text {
    color: #262626;
    font-size: 15px;
    line-height: 27px;
    padding: 12px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    max-width: 60%;
    word-break: break-all;
}
.art-dialogue-user {
    margin-left: 20px;
    width: 60px;
}
.art-dialogue-userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    background: url(../images/my_userimg.png) center/cover no-repeat;
}
.art-dialogue-userName {
    margin-top: 4px;
    font-size:12px!important;
    color: #999999!important;
    line-height: 22px;
    text-align: center;
}

/*多边聊天记录*/
.art-chat{
    margin: 20px 0;
}
.art-chat-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.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-l .art-chat-user{
    margin-right:20px;
}
.art-chat-r .art-chat-user{
    margin-left: 20px;
}
.art-chat-user {        
    width: 60px;
}
.art-chat-r .art-chat-text{
    background: #99eb6b;
    border-top-right-radius: 0;
}
.art-chat-l .art-chat-text{
    background: #f5f5f5;
    border-top-left-radius: 0;
}
.art-chat-text{
    color: #262626;
    font-size: 15px;
    line-height: 27px;
    padding: 12px 20px;
    border-radius: 6px;
    max-width: 60%;
    word-break: break-all;
}
.art-chat-userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}
.art-chat-userName{
    margin-top: 4px;
    font-size: 12px!important;
    color: #7f7f7f!important;
    line-height: 22px;
    text-align: center;
}
.art-chat-r .art-chat-userImg {
    background: url(../images/my_userimg.png) center/cover no-repeat;
}
.art-chat-l .art-chat-userImg {
    background: url(../images/my_doctorimg.png) center/cover no-repeat;
}
/*问答形式*/
.art-qa{
    margin-top: 10px;
}
.art-qa p{
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 25px;        
    font-size: 16px;
}
.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;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.art-qa-a:before {
    content: '';
    display: inline-block;
    background-image: url(../images/a_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}

/*资料*/
.art-card{
    margin: 20px 0;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 12px;
    border-radius: 4px;
}
.art-card-title{
    line-height: 28px;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}
.art-card-title::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 18px;
    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: 48%;
    border-top: 1px dashed #e5e5e5;
    padding: 10px 1%;
}
.art-card-item:nth-child(2),.art-card-item:first-child{
    border-top: none;
}
.art-card-item label{
    color: #262626;
    line-height: 24px;
    font-size: 14px;
    word-break: break-all;
    width: 80px;
}
.art-card-item p{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    color: #7f7f7f;
    line-height: 24px;
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 0;
}

/*内容介绍、前言*/
.art-preface{
    background: #ebf6ff;
    opacity: 1;
    border-radius: 5px;
    margin-top: 24px;
    padding: 12px 0;
    position: relative;
    margin-bottom: 20px;
    /*border-left: 1px solid #4194e2;*/
    /*border-right: 1px solid #4194e2;*/
}
.art-preface-iconTop{
    position: relative;
    font-family: "f" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.art-preface-iconTop::before{
    content: "\e63c";
    position: absolute;
    top:-5px;
    left: 5px;
    font-size: 28px;
    color: #4194e2;
}
.art-preface-text{
    font-size: 14px!important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: #7f7f7f!important;
    padding: 10px 36px;
    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;
}
.art-preface-iconBottom::before{
    content: "\e63a";
    position: absolute;
    bottom:-5px;
    right: 5px;
    font-size: 28px;
    color: #4194e2;
}
/* tab */
.art-table{
    margin: 20px 0;
    width: 100%!important;
    color: #262626;
    font-size: 15px;
    line-height: 27px;
}
.art-table thead,.art-table .firstRow {
    background:#ebf6ff;
}
.art-table tr td,.art-table tr th{
    padding: 10px 20px;
    word-break: break-all;
    border: 1px solid #e5e5e5;
}
.art-table2-row{
    min-width: 600px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.art-table-list{
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.art-table2-title{
    width: 18px;
    text-align: center;
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
    padding: 12px;
    vertical-align: middle;
}
.art-table2-cont{
    padding: 0 24px;
    text-align: left;
}
.art-table2-module{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-left: 0!important;
}    

/*信息栏dl+dt+dd*/
.art-basic{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;            
    background: url(../images/basicinfo-bg_ccaff81.png);
}
.art-basic .art-basic-cont{
    width: 50%;
}
.art-basic dt{
    width: 90px;
    padding: 0 5px 0 12px;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    display: block;
    float: left;
    color: #262626;
}
.art-basic dd{
    zoom: 1;
    width: 285px;
    float: left;
    position: relative;
    word-break: break-all;
    line-height: 26px;
    display: block;
    color: #7f7f7f;
}

/* pics */
.mask {
    background: rgba(0,0,0,.8);
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    /*display: none;*/
    justify-content: center;
    align-items: center;
    opacity: 0;
    
}
.mask .picSwiper {
    width: 100%;
    height: 100%;
}
.mask .picSwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask .swiper-container-android .swiper-slide,.mask .picSwiper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mask .picSwiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mask .swiper-container-horizontal>.swiper-pagination-bullets,.mask .swiper-pagination-custom,.mask .swiper-pagination-fraction {
    position: absolute;
    bottom: 40px;
    left: 92%;
    width: 120px;
    height: 60px;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: auto;
    background: rgba(0,0,0,0);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mask .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.mask .swiper-button-next,
.mask .swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    width: 80px;
    height: 80px;
    line-height:80px;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 24px 26px;
}
.mask .swiper-button-next:after,.mask .swiper-rtl .swiper-button-prev:after,.mask .swiper-button-prev:after,.mask .swiper-rtl .swiper-button-next:after{
    font-size: 25px!important;
    line-height: inherit!important;
}
.mask .swiper-button-next.swiper-button-disabled,
.mask .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: pointer;
}
.mask .swiper-button-prev {
    left: 80px !important;
}
.mask .swiper-button-next {
    right: 80px !important;
}
.mask .swiper-button-disabled {
    cursor: not-allowed !important;
    z-index: 10000 !important;
}