/**
 * #15350  by LJ 2021-01-07      
 */
/* consult-top-fixed */
.consult-top-fixed {
    position: fixed; top: 0; right: 0; left: 0; z-index: 999;
    background-color: #fff; padding: 24px 0;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); display: none;
}
.consult-top-fixed .conts {
    width: 860px; margin: auto; overflow: hidden; clear: both;
    line-height: 40px;
}
.consult-top-fixed .c-left { float: left; }
.consult-top-fixed .c-left .ico {
    float: left; margin: 14px 10px 10px 0;
    width: 9px; height: 16px;
}
.consult-top-fixed .c-left .tit {
    float: left; margin-right: 16px;
    font-size: 24px; font-weight: 600;
}
.consult-top-fixed .c-left .txt {
    padding-left: 16px; position: relative; float: left;
    font-size: 14px; color: #999;
}
.consult-top-fixed .c-left .txt:before {
    content: ''; position: absolute; top: 50%; left: 0; margin-top: -4px;
    width: 8px; height: 8px; border-radius: 50%; background-color: #0EB55D;
}
.consult-top-fixed .c-left .txt em {
    font-weight: normal; color: #EC3B3B; margin: 0 5px; font-style: normal;
}
.consult-top-fixed .c-right { float: right; }
.consult-top-fixed .c-right .ask-l {
    float: left; width: 128px; height: 40px; line-height: 40px; border: 0;
    border-radius: 20px; background-color: #EC3B3B; color: #fff;
    font-size: 16px; font-weight: 600; text-align: center;
    -webkit-transition: all linear .3s; transition: all linear .3s;
}
.consult-top-fixed .c-right .ask-l:hover { opacity: .8; }
.consult-top-fixed .c-right .ask-r {
    margin-left: 16px;
    float: left; font-size: 16px; color: #333;
}
.consult-top-fixed .c-right .ask-r:hover {
    color: #0057FF; 
}

/** fix #15740 by LJ 2021-01-26 */
.consult-bottom-fixed {
    display: none; top: auto; bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
}
:root .consult-bottom-fixed { -webkit-filter: none; filter: none; }
.consult-bottom-fixed .conts { width: 700px; }
.consult-bottom-fixed .c-left .tit { color: #fff; }
.consult-bottom-fixed .c-left .txt { 
    top: 2px;
    color: #ddd; font-weight: bold; font-size: 16px; 
}
.consult-bottom-fixed .c-left .txt em {
    margin-left: 0; font-weight: bold;
}

/** fix YYK-207 by LJ 2021-06-03 */
.consult-bottom-fixed.lawyer { padding: 14px 0; }
.consult-bottom-fixed.lawyer .conts { width: 1000px; }
.consult-bottom-fixed.lawyer .f-num { font-size: 30px; color: #fff; margin-right: 40px; }
.consult-bottom-fixed.lawyer .ico-phone { float: left; width: 24px; height: 24px; background: url('../pic/ico-phone.png') no-repeat; margin: 9px 8px 0 0; }
.consult-bottom-fixed.lawyer .ask-l { font-weight: normal; }
.consult-bottom-fixed.lawyer .lawyer-info { overflow: hidden; width: 550px; }
.consult-bottom-fixed.lawyer .lawyer-info .photo { float: left; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-right: 24px; }
.consult-bottom-fixed.lawyer .lawyer-info .info { line-height: 30px; margin-top: 8px; }
.consult-bottom-fixed.lawyer .lawyer-info .name { color: #fff; font-size: 24px; }
.consult-bottom-fixed.lawyer .lawyer-info .post { font-size: 16px; color: #999; margin-left: 12px; }
.consult-bottom-fixed.lawyer .lawyer-info .disc { margin-top: 8px; line-height: 24px; font-size: 18px; color: #bbb; }
.consult-bottom-fixed.lawyer .c-right { margin-top: 20px; }

/* HLX-897 LQ 2021-07-17 */
.consult-top-fixed .conts.w1200 { width: 1200px;  text-align: center; }
.consult-top-fixed .quick-ask { display: inline-block; vertical-align: middle; width: 710px; overflow: hidden; }
.consult-top-fixed .community { 
    position: relative; padding-left: 60px; height: 70px; margin-left: 40px;
    display: inline-block; vertical-align: middle; text-align: left; 
}
.consult-top-fixed .community dt { position: absolute; left: 0; top: 0; width: 70px; height: 70px; }
.consult-top-fixed .community dd.f16 { 
    color: #fff; font-weight: 700; line-height: 20px; margin-top: 6px; 
    padding-left: 45px; background: url('../pic/icon/ico_wechat.png') no-repeat 20px 1px;
}
.consult-top-fixed .community dd.f12 { padding-left: 45px;  color: #999; line-height: 16px; margin-top: 10px; }
