body {
    background: #f5f6f8;
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mb40 {
    margin-bottom: 40px
}

.block {
    border-radius: 6px;
    background: #fff
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nowrap2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.container-cell {
    background-color: #eee;
    padding-top: 50px
}

.cb_link:hover {
    color: #1a7fee
}

.inner-page {
    position: relative;
    min-height: 25vh
}

.hide {
    display: none
}

.container {
    width: 1180px;
    margin: 0 auto;
    min-height: 100vh;
    padding-bottom: 60px
}

.container-l {
    width: 780px
}

.container-r {
    width: 380px
}

.crumbs-w {
    line-height: 54px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    line-height: 74px;
    color: #999
}

.crumbs-w .link {
    margin-right: 8px
}

.crumbs-w .link:not(:first-child) {
    margin-left: 8px
}

.crumbs-w .link:hover {
    text-decoration: underline
}

.crumbs-w .link:not(:first-child):hover {
    color: #333
}

.crumbs-w .crumbs_last {
    color: #333;
    margin-left: 8px
}

.zhishi_tag {
    padding: 40px 30px 12px 16px;
    display: flex;
    flex-wrap: wrap
}

.zhishi_tag .tag_item {
    padding: 11px 14px;
    background: #f5f6f8;
    border-radius: 4px;
    font-size: 18px;
    color: #333;
    margin-right: 14px;
    margin-bottom: 28px
}

.zhishi_tag .active, .zhishi_tag .tag_item:hover {
    color: #1a7fee;
    background: rgba(23, 129, 255, .1);
}

.content_cell {
    padding: 0 30px
}

.content_cell .item {
    padding: 40px 0
}

.content_cell .item:not(:first-child):not(.cb_ask) {
    border-top: 1px solid #eee
}

.content_cell .tl {
    width: 720px;
    height: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    margin-bottom: 21px
}

.content_cell .tl a:hover {
    color: #1a7fee
}

.content_cell .sub {
    width: 720px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    margin-bottom: 21px
}

.content_cell .sub span:hover {
    color: #1a7fee
}

.content_cell .look_all {
    margin-left: 20px;
    color: #1a7fee
}

.content_cell .look_all:hover {
    text-decoration: underline
}

.content_cell .sub_bottom {
    height: 14px;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
}

.content_cell .li_tag {
    margin-right: 30px
}

.content_cell .cb_ask {
    padding-top: 0
}

.content_cell .cb_ask_cell {
    width: 720px;
    height: 150px;
    background: #f5f6f8;
    border-radius: 4px;
    padding: 36px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content_cell .cb_ask_tl {
    height: 32px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 32px;
    margin-bottom: 22px
}

.content_cell .cb_ask_span {
    color: #1a7fee;
    padding: 0 10px
}

.content_cell .cb_sk_sub {
    height: 24px;
    font-size: 24px;
    color: #666;
    line-height: 24px;
    display: flex;
    flex-shrink: 0;
    align-items: center
}

.content_cell .lawyer {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative
}

.content_cell .lawyer:nth-child(2) {
    margin-left: -6px
}

.content_cell .lawyer:nth-child(3) {
    margin-left: -6px
}

.content_cell .lawyer_txt {
    margin-left: 12px
}

.content_cell .cb_ask_btn {
    width: 156px;
    height: 60px;
    background: linear-gradient(315deg, #ff5912 0%, #ff922e 100%);
    border-radius: 31px;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center
}

.content_cell .cb_ask_btn:hover {
    background: linear-gradient(315deg, rgba(255, 89, 18, .9) 0%, rgba(255, 146, 46, .9) 100%)
}

.page {
    padding: 20px 0 60px;
    display: flex;
    justify-content: center
}

.page a {
    min-width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block
}

.page a:not(.ellipsis):hover {
    border-color: #1a7fee;
    color: #1a7fee
}

.page .on {
    border-color: #1a7fee;
    color: #1a7fee
}

.page .ellipsis {
    border: none
}

.page .disabled {
    cursor: no-drop
}

.have_qus_cell {
    width: 380px;
    padding-bottom: 40px;
    background: #fff url(/statics/lwx/images/inner/ask-box-bg1.png)no-repeat;
    background-size: 380px 402px;
    text-align: center
}

.have_qus_cell .tl {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: #1a7fee;
    text-align: center;
    padding-top: 38px;
    margin-bottom: 44px;
    padding-left: 66px;
    position: relative
}

.have_qus_cell .tl:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 44px;
    background: url(/statics/lwx/images/inner/ask.png) center/contain no-repeat;
    left:80px;
    top:45px;
}

.have_qus_cell .sub_cell {
    text-align: center;
    height: 53px;
    margin-bottom: 42px
}

.have_qus_cell .sub_item {
    width: 108px;
    text-align: center;
    display: inline-block;
    position: relative
}

.have_qus_cell .sub_item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 53px;
    background-color: rgba(0, 101, 201, .3);
    position: absolute;
    right: 0;
    top: 0
}

.have_qus_cell .sub_num {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #071f36;
    margin-bottom: 12px
}

.have_qus_cell .sub_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #649bdb
}

.have_qus_cell .step_cell {
    text-align: center;
    margin-bottom: 52px
}

.have_qus_cell .step_item {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 4.36px;
    background: rgba(255, 255, 255, .8);
    border: .87px solid #fff;
    box-shadow: 10px 8px 20px 0px rgba(227, 234, 242, .55);
    -webkit-backdrop-filter: blur(1.75px);
    backdrop-filter: blur(1.75px)
}

.have_qus_cell .step_item:not(:last-child) {
    position: relative;
    margin-right: 6px
}

.have_qus_cell .step_item:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid #81bdff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -5px;
    transform: rotateZ(45deg)
}

.have_qus_cell .ask_btn {
    display: inline-block;
    width: 320px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(270deg, #177fff 0%, #13c5ff 100%);
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.have_qus_cell .ask_btn:hover {
    background: linear-gradient(315deg, #177fff 0%, #177fff 100%);
}

.have_ques_swiper2 {
    height: 24px;
    margin-top: 17px
}

.have_ques_swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px
}

.have_ques_swiper2 .img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px
}

.latest_consult .tl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 40px 30px 37px;
    box-sizing: border-box
}

.latest_consult .list_ul {
    padding: 0 28px 43px
}

.latest_consult .item {
    height: 24px;
    display: flex;
    align-items: center
}

.latest_consult .item:not(:last-child) {
    margin-bottom: 30px
}

.latest_consult .item a {
    width: 283px;
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    display: inline-block
}

.latest_consult .item a:hover {
    color: #1a7fee;
    text-decoration: underline
}

.latest_consult .item .latest_consult_a {
    width: 319px
}

.latest_consult .txt_a {
    margin-right: 14px;
    display: inline-block
}

.latest_consult .icon-wen {
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/ask-sprite.png") 0px 0px/51.5px no-repeat;
    width: 26px
}

.latest_consult .txt_new {
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-right: 8px
}

.wl-recommon-box {
    background: #fff;
    padding-bottom: 22px;
    margin-bottom: 20px
}

.wl-recommon-box.is-right {
    border-radius: 4px;
    font-size: 16px
}

.wl-recommon-box.is-right .wl-recommon-link:before {
    background: #666
}

.wl-recommon-box.is-left {
    border-radius: 6px;
    font-size: 18px
}

.wl-recommon-box.is-left .wl-recommon-link:before {
    background: #eee
}

.wl-recommon-box .wl-recommon-box-title {
    line-height: 108px;
    padding-left: 30px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #333
}

.wl-recommon-box .wl-recommon-item-title {
    font-weight: 700;
    color: #333;
    padding-left: 30px;
    margin-bottom: 18px
}

.wl-recommon-box .wl-recommon-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    margin-bottom: 22px
}

.wl-recommon-box .wl-recommon-link {
    position: relative;
    font-weight: 400;
    color: #666;
    margin-bottom: 18px;
    padding-right: 28px;
    font-size: 14px;
}

.wl-recommon-box .wl-recommon-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    height: 100%;
    width: 1px
}

.wl-recommon-box .wl-recommon-link:hover {
    color: #1a7fee
}

.wenda_list {
    padding: 0px
}

.wenda_list .list_item {
    padding: 40px 0;
    box-sizing: border-box;
    flex-shrink: 0
}

.wenda_list .list_item:not(:first-child):not(.join_last) {
    border-top: 1px solid #eee
}

.wenda_list .consult_tl {
    width: 686px;
    height: 24px;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding-left: 30px;
    position: relative
}

.wenda_list .consult_tl:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/detail-sprite.png") 0px -83px/110.5px no-repeat;
    position: absolute;
    left: 0
}

.wenda_list .consult_tl:hover {
    color: #1a7fee
}

.wenda_list .cosult_sub {
    width: 720px;
    background: #f5f6f8;
    border-radius: 4px;
    padding: 21px 20px 30px;
    box-sizing: border-box;
    margin-top: 30px
}

.wenda_list .cosult_da {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    max-height: 108px;
    position: relative;
    margin-bottom: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.wenda_list .cosult_da:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/detail-sprite.png") -71.5px -45.5px/110.5px no-repeat;
    position: relative;
    top: 6px;
    margin-right: 5px;
    display: inline-block
}

.wenda_list .consult_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
    line-height: 18px
}

.wenda_list .consult_b ._link:hover {
    color: #1a7fee;
    text-decoration: underline
}

.wenda_list .consult_r {
    display: flex;
    align-items: center
}

.wenda_list .icon-lawyer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff
}

.wenda_list .icon-lawyer:not(:first-child) {
    position: relative;
    margin-left: -6px
}

.wenda_list .num_cell {
    height: 14px;
    line-height: 18px;
    color: #999;
    margin-left: 14px;
    margin-right: 16px
}

.wenda_list .num_cell span {
    color: #1a7fee
}

.wenda_list .to_ask {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #1a7fee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.wenda_list .to_ask:hover {
    background: rgba(238, 102, 17, .9)
}
