/** HLX-548 */
body { font-size: 14px; }
.borb0 { border-bottom: none !important; }
.img-block { position: relative; }
em, i { font-style: normal; }
.f16 { font-size: 16px !important; }
.ml40 { margin-left: 40px; }
.ml16 { margin-left: 16px; }
.cup { cursor: pointer; }

.s-primary { color: #0057ff; }
.s-warn { color: #ec3b3b; }
.s-c6 { color: #666; }
.s-cb { color: #bbb; }

.is-disabled { cursor: not-allowed!important; }
.u-btn { 
    display: inline-block; vertical-align: middle; 
    text-align: center; cursor: pointer; opacity: 1; transition: opacity .2s linear; 
}
.u-btn:hover { opacity: .8; }
.btn-primary { border-color: #0057ff; background-color: #0057ff; color: #fff !important; }
.u-btn.btn-primary-plain { border-color: #e0ebff; background-color: #e0ebff; color: #0057ff; }
.btn-warn { border-color: #ec3b3b; background-color: #ec3b3b; color: #fff !important; }
.u-btn.is-disabled { background-color: #e8e8e8; border-color: #e8e8e8; color: #bbb; }

.hr-line { position: relative; } 
.hr-line:after { position: absolute; left: 0; bottom: 0; right: 0; content: ''; border-bottom: 1px solid #e8e8e8; transform: scaleY(0.5); }
.line-vertical { position: relative; margin: 0 8px; }
.line-vertical:after { position: absolute; right: 0; top: 50%; content: ''; width: 1px; height: 1em; border-right: 1px solid #e8e8e8; margin-top: -0.5em; }

/* logo-bar */
.logo-bar .title { float: left; margin: 33px 0 0 -30px; font-size: 22px; line-height: 30px; }
.logo-bar .case-step { height: 30px; line-height: 30px; font-size: 14px; color: #999; margin-top: 30px; }
.logo-bar .case-step span { float: left; }
.logo-bar .case-step span i[class^="ico-"], .ico-entrusted { 
    float: left; width: 30px; height: 30px; margin-right: 4px;
    background: url('../images/ico_case.png') no-repeat; 
}
.logo-bar .case-step span i.ico-1 { background-position: -25px 0; }
.logo-bar .case-step span i.ico-2 { background-position: -57px 0; }
.logo-bar .case-step span i.ico-3 { background-position: -89px 0; }
.logo-bar .case-step span i.ico-4 { background-position: -121px 0; }
.logo-bar .case-step span i.ico-5 { background-position: -153px 0; }
.logo-bar .case-step .hr-line { width: 20px; margin: 0 10px; height: 15px; }

.content-box { 
    width: 1000px; margin: 40px auto 0; padding-bottom: 20px;
    font-size: 14px; line-height: 22px; 
}
.content-box * { box-sizing: border-box; }

.w760 { width: 760px; height: 780px; }
.w330 { width: 330px; }
.w220 { width: 220px; height: 780px; }
.bg-shadow { background-color: #fff; box-shadow: 0 3px 10px rgba(0,0,0, .05); border-radius: 4px; }
.p40 { padding: 40px; }
.p60 { padding: 60px; }
.mt5 { margin-top: 5px; }
.lawyer-show .w760,
.lawyer-show .w220 { height: 900px; }
.lawyer-show .lawyer-recommend { display: block; }

/* nav */
.nav-h32 { height: 32px; line-height: 32px; font-size: 22px; }
.nav-h32 .ico-entrusted { float: left; width: 20px; height: 22px; margin: 5px 8px 0 0; }

/* ask-bar */
.ask-bar { font-size: 14px; line-height: 22px; padding-top: 20px; }
.ask-bar .nav-tit { margin: 20px 0 5px; }
.ask-bar .u-textarea { height: 128px; padding: 15px 0 15px 20px; }
.ask-bar .u-textarea textarea { display: block; width: 100%; height: 100%; padding-right: 20px; font-size: 16px; }
.ask-bar .u-textarea textarea::placeholder { color: #bbb; }
.ask-bar .btn-group { margin-top: 40px; text-align: center; }
.ask-bar .btn-group .u-btn { padding: 0 40px; height: 48px; line-height: 48px; border-radius: 4px; font-size: 16px; }
.other-option { height: 50px; line-height: 34px; padding: 8px 0; border-top: 1px solid #e8e8e8; margin: 0 20px; }

/* u-dropdown */
/* .u-dropdown { position: relative; z-index: 1; cursor: pointer; }
.u-dropdown .dropdown-txt { padding: 0 8px 0 16px; overflow: hidden; }
.u-dropdown .dropdown-txt span { float: left; white-space: nowrap; }
.u-dropdown .dropdown-txt .iconfont { 
    float: right; font-size: 12px; color: #666; margin: 2px 0 0 8px; 
    transform: scale(.85) rotate(0deg); transition: .1s linear;
}
.u-dropdown .dropdown-popup {
    position: absolute; left: 0; top: 110%; z-index: 5;
    min-width: 100%; background: #fff; box-shadow: 0px 15px 32px rgba(0, 0, 0, 0.08);
    visibility: hidden; opacity: 0; transition: .2s ease-in-out;
}
.u-dropdown .dropdown-list { max-height: 160px; overflow-y: auto; }
.u-dropdown .dropdown-list p { padding: 0 16px; line-height: 32px; color: #666; white-space: nowrap; }
.u-dropdown .dropdown-list p.is-this,
.u-dropdown .dropdown-list p.is-this:hover { background-color: #f8f8f8; color: #0057ff; }
.u-dropdown .dropdown-list p:hover { color: #000; }
.u-dropdown.is-click { z-index: 10; }
.u-dropdown.is-click .dropdown-txt .iconfont { transform: scale(.85) rotate(180deg); margin-top: 0; }
.u-dropdown.is-click .dropdown-popup { visibility: visible; opacity: 1; top: 100%; } */
    /**/
/* .w330 .u-dropdown { height: 48px; line-height: 48px; }
.w330 .u-dropdown .dropdown-txt { padding: 0 20px; background-color: #f8f8f8; }
.w330 .u-dropdown .dropdown-list p { padding: 0 20px; line-height: 48px; text-align: center; }
.w330 .u-input { height: 48px; background-color: #f8f8f8; }
.w330 .u-input input { display: block; width: 100%; padding: 0 20px; line-height: 48px; } */

/* tip-box */
.tip-box { padding: 40px 30px; text-align: center; }
.tip-box dt { font-size: 16px; line-height: 22px; font-weight: 700; margin-bottom: 12px; }
.tip-box dt .iconfont { font-size: 18px; margin: -4px 6px 0 0; }
.tip-box dd { font-size: 14px; line-height: 20px; color: #999; }
.tip-box dd.bg-f8 { line-height: 32px; border-radius: 32px; }

/* superiority-list */
.superiority-list { margin: -45px 30px 0; }
.superiority-list li { 
    position: relative; height: 80px; padding-top: 36px; margin-top: 56px;
    background: url('../images/bg_superiority.png') no-repeat; 
    line-height: 20px; text-align: center; font-weight: 700s;
}
.superiority-list li img { position: absolute; left: 50%; top: -20px; margin-left: -24px; }

/* lawyer-recommend */
.lawyer-recommend { position: relative; height: 80px; padding: 0 120px 0 96px; margin-top: 45px; display: none; }
.lawyer-recommend .photo { position: absolute; left: 0; top: 0; width: 80px; height: 80px; }
.lawyer-recommend .photo img { border-radius: 50%; }
.lawyer-recommend .u-btn { 
    position: absolute; top: 50%; right: 0; z-index: 5; margin-top: -18px;
    padding: 0 20px; height: 36px; line-height: 36px; border-radius: 36px;
}
.lawyer-recommend .tit { height: 24px; line-height: 24px; margin-top: 3px; }
.lawyer-recommend .tit .name { font-size: 18px; font-weight: bold; }
.lawyer-recommend .skill { font-size: 14px; line-height: 20px; color: #666; margin-top: 8px; }
.lawyer-recommend .help { height: 16px; line-height: 16px; font-size: 12px; color: #999; margin-top: 8px; }
.lawyer-recommend .help span { margin-right: 20px; }

/* submit-state */
.submit-state {
    height: 170px; padding-top: 80px; margin-top: 10px;
    font-size: 24px; line-height: 32px; text-align: center;
    background: url('../images/bg_succeed.png') no-repeat center top; 
}

/* nav-h20 */
.line-blue { float: left; width: 4px; height: 14px; background-color: #0057ff; }
.nav-h20 { height: 20px; line-height: 20px; }
.nav-h20 .line-blue { margin: 3px 10px 0 0; }

/* lawyer-matching */
.lawyer-matching { margin-top: 16px; }
.lawyer-matching .match-item { 
    position: relative;
    width: 430px; height: 165px; padding: 20px 20px 20px 120px;
    background-color: #f8f8f8; border-radius: 8px; 
}
.lawyer-matching .photo {
    position: absolute; left: 20px; top: 20px;
    width: 80px; height: 80px;
}
.lawyer-matching .photo img { border-radius: 50%; }
.lawyer-matching .tit { height: 24px; line-height: 24px; }
.lawyer-matching .tit .name { font-size: 18px; font-weight: bold; }
.lawyer-matching .reason { height: 20px; line-height: 20px; color: #999; margin-top: 8px; }
.lawyer-matching .help { height: 16px; line-height: 16px; font-size: 12px; color: #999; margin-top: 8px; }
.lawyer-matching .help span { margin-right: 20px; }
.lawyer-matching .other { height: 28px; line-height: 28px; margin-top: 20px; }
.lawyer-matching .other .u-btn { float: left; width: 88px; height: 28px; line-height: 28px; border-radius: 28px; font-size: 12px; }
.lawyer-matching .other .tel { float: left; margin-left: 20px; }
.lawyer-matching .other .tel .iconfont { font-size: 12px; margin-right: 6px; }

/* other-operating */
.other-operating { overflow: hidden; margin-top: 16px; }
.other-operating dl { 
    width: 280px; height: 235px; padding: 40px 20px; text-align: center;
    background-color: #f8f8f8; border-radius: 8px; 
}
.other-operating dt { font-size: 14px; line-height: 20px; font-weight: 700; }
.other-operating dd { margin-top: 10px; }
.other-operating dd p { font-size: 12px; color: #999; line-height: 16px; }
.other-operating dd .u-btn { 
    display: block; width: 120px; margin: 20px auto 0;
    height: 40px; line-height: 40px; border-radius: 40px; 
    font-size: 14px;
}
.other-operating dd img {
    display: block; width: 90px; height: 90px; margin: 20px auto 0;
}

/* drop-down 线上旧版 */
.drop-down { position: relative; z-index: 1; cursor: pointer; }
.drop-down .drop-txt { padding: 0 8px 0 16px; overflow: hidden; color: #333; }
.drop-down .drop-txt span { float: left; white-space: nowrap; }
.drop-down .drop-txt .i-top3 { 
    position: static;
    float: right; margin: 15px 0 0 8px;
    transform: rotate(0deg); transition: .1s linear;
}
.drop-down .drop-all {
    position: absolute; left: 0; top: 110%; right: auto; z-index: 5;
    min-width: 100%; background: #fff; box-shadow: 0px 15px 32px rgba(0, 0, 0, 0.08);
    max-height: 160px; overflow-y: auto; 
}
.drop-down .drop-all p { padding: 0 16px; line-height: 32px; color: #666; white-space: nowrap; }
.drop-down .drop-all p.is-this,
.drop-down .drop-all p.is-this:hover { background-color: #f8f8f8; color: #0057ff; }
.drop-down .drop-all p:hover { color: #000; }
.drop-down.drop-down-show { z-index: 10; }
.drop-down.drop-down-show .drop-txt .i-top3 { transform: rotate(180deg); }
.drop-down.drop-down-show .drop-all { visibility: visible; opacity: 1; top: 100%; }
.drop-down.drop-down-disable { display: none; }
    /**/
.w330 .drop-down { height: 48px; line-height: 48px; }
.w330 .drop-down .drop-txt { padding: 0 20px; background-color: #f8f8f8; }
.w330 .drop-down .drop-txt .i-top3 { margin-top: 22px; }
.w330 .drop-down .drop-all p { padding: 0 20px; line-height: 48px; text-align: center; }
.w330 .u-input { height: 48px; background-color: #f8f8f8; }
.w330 .u-input input { display: block; width: 100%; padding: 0 20px; line-height: 48px; }

