
@import url("//at.alicdn.com/t/c/font_3331891_08odor1s3i9e.css");
.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;
}
.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;
}
.art-cont a{
    color: #4194e2;
    text-decoration: underline;
}

/*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;
}
.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;
}
.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(https://img.sg.myzx.cn/images/edit/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(/static/images/my_userImg.png) center/cover no-repeat;
}
.art-chat-l .art-chat-userImg {
    background: url(/static/images/my_doctorImg.png) center/cover no-repeat;
}
.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;
}