body {
    background: #f5f6f8;
}

.inner-page {
    padding-top: 20px
}

.orange {
    color: #1a7fee !important
}

.hide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.serve-card-list {
    height: 120px;
    display: flex;
    margin-bottom: 30px
}

.serve-card-list .serve-card {
    width: 280px;
    height: 120px;
    overflow: hidden;
    color: #fff;
    position: relative;
    border-radius: 6px
}

.serve-card-list .serve-card:not(:last-child) {
    margin-right: 20px
}

.serve-card-list .tel-card {
    background: url(/statics/lwx/images/inner/serve-tel-bg.png) center/cover no-repeat
}

.serve-card-list .online-card {
    background: url(/statics/lwx/images/inner/serve-online-bg.png) center/cover no-repeat
}

.serve-card-list .ht-card {
    background: url(/statics/lwx/images/inner/serve-ht-bg.png) center/cover no-repeat
}

.serve-card-list .location-card {
    background: url(/statics/lwx/images/inner/serve-location-bg.png) center/cover no-repeat
}

.serve-card-list .serve-card:not(.lawyer-card):hover {
    opacity: .8
}

.serve-card-list .serve-card:not(.lawyer-card) .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 30px 0 0 30px;
    font-size: 28px;
    font-weight: 700
}

.serve-card-list .serve-card:not(.lawyer-card) .desc {
    font-size: 18px;
    font-weight: 400;
    padding: 72px 0 0 30px
}

.serve-card-list .lawyer-card {
    color: #fff
}

.serve-card-list .lawyer-card:hover .card-content {
    padding-top: 16px
}

.serve-card-list .lawyer-card:hover .ask-btn {
    bottom: 16px
}

.serve-card-list .lawyer-card .lawyer-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.serve-card-list .lawyer-card .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0 0 30px;
    transition: all .2s
}

.serve-card-list .lawyer-card .lawyer-name {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px
}

.serve-card-list .lawyer-card .lawyer-name .nowrap {
    max-width: 111px
}

.serve-card-list .lawyer-card .lawyer-type {
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 10px
}

.serve-card-list .lawyer-card .phone {
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.serve-card-list .lawyer-card .phone:before {
    content: '';
    width: 12px;
    height: 15px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -113px -16.5px/127px no-repeat;
    margin-right: 2px
}

.serve-card-list .lawyer-card .ask-btn {
    width: 102px;
    height: 24px;
    border-radius: 4px;
    background: linear-gradient(180deg, #fffbf7 0%, #ffefdc 52.59%, #ffe8ca 100%);
    box-shadow: 0px 12px 36px 0px rgba(51, 51, 63, .03);
    position: absolute;
    left: 30px;
    bottom: -40px;
    transition: all .2s;
    font-size: 14px;
    font-weight: 400;
    color: #422c11;
    display: flex;
    align-items: center;
    justify-content: center
}

.serve-card-list .lawyer-card .ask-btn:hover {
    background: linear-gradient(0deg, #fffbf7 0%, #ffefdc 52.59%, #ffe8ca 100%)
}

.serve-card-list .lawyer-card .ask-btn:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -21.5px -83px/127px no-repeat;
    margin-left: 6px
}

.crumbs {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 10px 0 30px
}

.crumbs > a {
    color: #999
}

.crumbs > a:hover {
    color: #333;
    text-decoration: underline
}

.crumbs .arrow {
    padding-left: 26px;
    position: relative
}

.crumbs .arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -113px -34px/127px no-repeat
}

.main-left {
    float: left;
    width: 780px
}

.main-left .white-box {
    border-radius: 6px
}

.main-right {
    float: right;
    width: 380px
}

.main-right .white-box {
    border-radius: 4px
}

.white-box {
    background: #fff;
    margin-bottom: 20px
}

.question-box {
    padding: 40px 30px
}

.question-box .title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.5
}

.question-box .desc {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.question-box .watch-num {
    padding-left: 65px;
    position: relative
}

.question-box .watch-num:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 2px;
    width: 19px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") 0px -83px/127px no-repeat
}

.question-box .desc-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px
}

.question-box .desc-content {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
    margin-bottom: 30px
}

.question-box .tips {
    border-radius: 4px;
    background: #f5f6f8;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.question-box .ask-btn {
    float: right;
    width: 88px;
    height: 40px;
    border-radius: 4px;
    background: #1a7fee;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.wl-title {
    display: flex;
    justify-content: space-between;
    height: 108px;
    align-items: center;
    padding: 0 30px;
    font-size: 28px;
    font-weight: 700;
    color: #333
}

.page-ask-box {
    padding-bottom: 20px
}

.page-ask-box .no-data {
    background: url(/statics/lwx/images/common/no-data.png) center top 60px/120px no-repeat;
    padding: 200px 0 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.page-ask-box .ask-num {
    display: flex
}

.page-ask-box .more-ask-btn {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding: 20px 0 40px
}

.page-ask-box .more-ask-btn:after {
    transform: rotate(0deg);
    content: '';
    margin-left: 6px;
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -38px -83px/127px no-repeat;
    position: relative;
    top: -2px
}

.page-ask-box .more-ask-btn.isShow:after {
    top: 1px;
    transform: rotate(-180deg)
}

.page-ask-box .to-ask-btn {
    border-radius: 4px;
    border: 1px solid #1a7fee;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 30px;
    position: relative;
    color: #1a7fee;
    margin-left: 22px
}

.page-ask-box .to-ask-btn:hover {
    opacity: .8
}

.page-ask-box .to-ask-btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -113px 0px/127px no-repeat
}

.page-ask-box .alert {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    position: relative
}

.page-ask-box .alert:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -54.5px -83px/127px no-repeat;
    left: -20px;
    top: 0
}

.lawyer-ask-card {
    padding: 40px 0 40px 80px;
    position: relative;
    margin: 0 30px;
    min-height: 104px
}

.lawyer-ask-card .lawyer-img-box {
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 0;
    height: 60px;
    width: 60px;
    overflow: hidden
}

.lawyer-ask-card .lawyer-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lawyer-ask-card .ask-me-btn {
    position: absolute;
    left: 0;
    top: 116px;
    width: 60px;
    line-height: 28px;
    border-radius: 4px;
    background: rgba(23, 129, 255, .1);
    color: #1a7fee;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.lawyer-ask-card .ask-me-btn:hover {
    background: rgba(23, 129, 255, .2)
}

.lawyer-ask-card .lawyer-msg {
    display: flex;
    align-items: center;
    margin: 8px 0 12px
}

.lawyer-ask-card .lawyer-name {
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.lawyer-ask-card .lawyer-name:hover {
    color: #1a7fee;
    text-decoration: underline
}

.lawyer-ask-card .meng {
    height: 18px;
    padding: 0 2px;
    font-size: 14px;
    font-weight: 400;
    color: #1a7fee;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    background: rgba(23, 129, 255, .1);
    margin-left: 10px
}

.lawyer-ask-card .good-ask {
    width: 76px;
    margin-left: 10px;
    height: 18px;
    background: url(/statics/lwx/images/inner/good-ask.png) center/contain no-repeat
}

.lawyer-ask-card .dsec {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px
}

.lawyer-ask-card .dsec .point {
    padding: 0 10px
}

.lawyer-ask-card .ask-content {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
    margin-bottom: 14px
}

.lawyer-ask-card .ask-time {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lawyer-ask-card .dianzan-btn {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    height: 28px;
    border-radius: 14px;
    background: #f5f6f8;
    line-height: 28px;
    padding: 0 19px 0 38px;
    position: relative;
    cursor: pointer
}

.lawyer-ask-card .dianzan-btn:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -87.5px -83px/127px no-repeat
}

.lawyer-ask-card .dianzan-btn.active {
    background: #fdf0e7;
    color: #1a7fee
}

.lawyer-ask-card .dianzan-btn.active:before {
    width: 14px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -71px -83px/127px no-repeat;
    animation: ask-dianzan-icon .8s forwards
}

.lawyer-ask-card .dianzan-btn.active:after {
    content: '+1';
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: 0 100%;
    transform: translate(100%, -100%);
    animation: ask-dianzan-text .8s forwards
}

@keyframes ask-dianzan-icon {
    33% {
        transform: rotate(-30deg)
    }
    66% {
        transform: rotate(30deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@keyframes ask-dianzan-text {
    80% {
        opacity: .6
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(100%, -100%) scale(2)
    }
}

.lawyer-ask-card .reply-box {
    margin-top: 23px;
    border-radius: 4px;
    background: #f5f6f8
}

.lawyer-ask-card .reply-item {
    margin: 0 30px;
    padding: 30px 0
}

.lawyer-ask-card .reply-text {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 18px
}

.lawyer-ask-card .reply-desc {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.lawyer-ask-card .publicAsk-card {
    margin: 40px 0 0 -80px
}

.publicAsk-card {
    background: url(/statics/lwx/images/inner/public-ask-card-bg.png);
    width: 720px;
    height: 142px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    padding: 40px 30px 0;
    display: flex;
    justify-content: space-between
}

.publicAsk-card .card-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a7fee;
    margin-bottom: 14px
}

.publicAsk-card .publicAsk-now {
    display: flex;
    align-items: center
}

.publicAsk-card .swiper-title {
    font-size: 14px;
    font-weight: 400;
    color: #1a7fee;
    position: relative;
    flex-shrink: 0;
    padding-left: 26px
}

.publicAsk-card .swiper-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -71.5px -45.5px/127px no-repeat
}

.publicAsk-card .publicAsk-now-item {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 18px;
    color: rgba(238, 102, 17, .6)
}

.publicAsk-card .publicAsk-card-text {
    width: 310px
}

.publicAsk-card .publicAsk-card-btn {
    width: 328px;
    height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    line-height: 60px;
    padding-left: 18px;
    border: 1px solid #ff5c13;
    border-radius: 30px;
    position: relative
}

.publicAsk-card .ask-btn {
    float: right;
    width: 143px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.publicAsk-card .ask-btn:hover {
    background: linear-gradient(45deg, #ff5912 0%, #ff922e 100%)
}

.have_qus_cell {
    width: 380px;
    border-radius: 4px;
    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 {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #1a7fee;
    padding-top: 42px;
    margin-bottom: 49px
}

.have_qus_cell .tl:before {
    content: '';
    width: 50px;
    height: 44px;
    background: url(/statics/lwx/images/inner/ask.png) center/contain no-repeat;
    margin-right: 16px
}

.have_qus_cell .sub_cell {
    text-align: center;
    height: 53px;
    margin-bottom: 44px
}

.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
}

.side-tjLawyer-list .side-tjLawyer-item {
    margin: 0 30px;
    padding: 40px 0
}

.side-tjLawyer-list .side-tjLawyer-item.bdb1:last-child:before {
    display: none
}

.side-tjLawyer-list .box-content {
    height: 80px;
    display: flex
}

.side-tjLawyer-list .lawyer-img-box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px
}

.side-tjLawyer-list .lawyer-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.side-tjLawyer-list .lawyer-msg {
    padding-top: 4px;
    flex: 1;
    width: 0
}

.side-tjLawyer-list .lawyer-name {
    display: block;
    width: calc(100% - 74px);
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px
}

.side-tjLawyer-list .lawyer-name:hover {
    color: #1a7fee;
    text-decoration: underline
}

.side-tjLawyer-list .phone {
    text-indent: 16px;
    width: calc(100% - 74px);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 13px
}

.side-tjLawyer-list .phone:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    width: 12px;
    height: 14px;
    background: url(/statics/lwx/images/inner/tel-icon.png) center/contain no-repeat
}

.side-tjLawyer-list .num-msg {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.side-tjLawyer-list .num-msg .num {
    color: #333;
    padding: 0 4px
}

.side-tjLawyer-list .msg-item:not(:last-child) {
    padding-right: 14px;
    position: relative
}

.side-tjLawyer-list .msg-item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    width: 1px;
    background: #aaa
}

.side-tjLawyer-list .ask-btn {
    width: 74px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 4px;
    right: 0;
    transition: all .1s
}

.side-tjLawyer-list .ask-btn:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border: 1px solid #333
}

.side-tjLawyer-list .ask-btn:hover {
    background: linear-gradient(315deg, #ff5912, #ff922e);
    color: #fff
}

.side-tjLawyer-list .ask-btn:hover:before {
    display: none
}

.side-tjLawyer-list1 {
    padding: 0 30px 20px
}

.side-tjLawyer-list1 .side-tjLawyer-item {
    width: 150px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center
}

.side-tjLawyer-list1 .side-tjLawyer-item:nth-child(odd) {
    float: left
}

.side-tjLawyer-list1 .side-tjLawyer-item:nth-child(even) {
    float: right
}

.side-tjLawyer-list1 .side-tjLawyer-item:hover .ask-btn-dialog {
    top: 0
}

.side-tjLawyer-list1 .box-content {
    height: 120px;
    overflow: hidden;
    background: #f9f9fb;
    box-sizing: border-box;
    padding: 24px 10px 0
}

.side-tjLawyer-list1 .lawyer-img-box {
    width: 150px;
    height: 150px;
    overflow: hidden
}

.side-tjLawyer-list1 .lawyer-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.side-tjLawyer-list1 .lawyer-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.side-tjLawyer-list1 .phone {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px
}

.side-tjLawyer-list1 .desc {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.side-tjLawyer-list1 .ask-btn-dialog {
    position: absolute;
    box-sizing: border-box;
    top: 200px;
    padding-top: 50px;
    width: 100%;
    left: 0;
    height: 120px;
    transition: top .2s;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%)
}

.side-tjLawyer-list1 .ask-btn {
    position: relative;
    height: 40px;
    width: 90px;
    border-radius: 4px;
    background: #1a7fee;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    text-indent: 35px
}

.side-tjLawyer-list1 .ask-btn:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 13px;
    width: 16px;
    height: 17px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -92px -45.5px/127px no-repeat
}

.side-tjLawyer-list1 .ask-btn:hover {
    background: #fb731e
}

.page-zhishi > .bdb1:last-child:before {
    display: none
}

.know-media-card {
    margin: 0 30px;
    padding: 40px 0;
    display: flex
}

.know-media-card .media-card-img-box {
    position: relative;
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 20px
}

.know-media-card .media-card-tuwen-img {
    height: 100%;
    display: block
}

.know-media-card .media-card-img-box img {
    transition: all .2s
}

.know-media-card .media-card-img-box:hover img {
    transform: scale(1.1)
}

.know-media-card .media-card-img-box.is-video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 43px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") 0px 0px/127px no-repeat
}

.know-media-card .media-card-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.know-media-card .media-card-content {
    flex: 1;
    width: 0;
    height: 120px;
    position: relative
}

.know-media-card .msgs {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.know-media-card .title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 18px
}

.know-media-card .title:hover {
    color: #1a7fee;
    text-decoration: underline
}

.know-media-card .desc {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.know-media-card .watch-num {
    display: flex;
    align-items: center
}

.know-media-card .watch-num:before {
    content: '';
    position: relative;
    top: -1px;
    margin-right: 4px;
    width: 19px;
    height: 14px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") 0px -83px/127px no-repeat
}

.ask-media-card {
    margin: 0 30px;
    padding: 40px 0
}

.ask-media-card .title {
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 34px;
    position: relative
}

.ask-media-card .title:hover {
    color: #1a7fee;
    text-decoration: underline
}

.ask-media-card .title:before {
    content: '';
    width: 24px;
    height: 24px;
    top: -1px;
    left: 0;
    position: absolute;
    background: url(/statics/lwx/images/inner/wen-icon.png) center/contain no-repeat
}

.ask-media-card .title-link {
    display: block
}

.ask-media-card .desc {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #666;
    margin-bottom: 20px
}

.ask-media-card .desc:before {
    content: '';
    padding-left: 34px
}

.ask-media-card .desc:after {
    content: '';
    width: 24px;
    height: 24px;
    top: 7px;
    left: 0;
    position: absolute;
    background: url(/statics/lwx/images/inner/da-icon.png) center/contain no-repeat
}

.ask-media-card .card-content {
    padding: 20px 20px 30px;
    border-radius: 4px;
    background: #f5f6f8
}

.ask-media-card .other {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ask-media-card .all-link {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.ask-media-card .all-link:hover {
    text-decoration: underline
}

.ask-media-card .ask-num {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.ask-media-card .ask-btn {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #1a7fee;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.ask-media-card .lawyer-imgs {
    display: flex;
    margin-right: 14px
}

.ask-media-card .lawyer-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff
}

.ask-media-card .lawyer-img:not(:first-child) {
    margin-left: -9px
}

.public-ask-card-box {
    margin: 0 30px;
    padding-bottom: 40px
}

.people-ask-box {
    padding-bottom: 40px
}

.people-ask-box .ask-enter-box {
    margin: 0 30px
}

.people-ask-list {
    border-radius: 4px;
    background: #f5f6f8;
    padding: 0 20px;
    margin: 0 30px 40px
}

.people-ask-list > .bdb1:last-child:before {
    display: none
}

.people-ask-list .people-ask-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    height: 77px;
    align-items: center
}

.people-ask-list .item-link {
    color: #333
}

.people-ask-list .item-link:hover {
    text-decoration: underline
}

.public-ask-card {
    position: relative;
    box-sizing: border-box;
    height: 150px;
    width: 720px;
    display: block;
    background: url(/statics/lwx/images/inner/ask-box-bg.png) center/cover no-repeat;
    padding: 38px 0 0 187px;
    margin: 0 auto
}

.public-ask-card .card-title {
    font-size: 32px;
    font-weight: 700;
    color: #695134;
    margin-bottom: 18px
}

.public-ask-card .card-desc {
    font-size: 24px;
    font-weight: 400;
    color: #897965
}

.public-ask-card .card-point {
    padding: 0 20px
}

.public-ask-card .ask-btn {
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    height: 60px;
    width: 120px;
    border-radius: 30px;
    text-align: center;
    background: linear-gradient(270deg, #bf956d 0%, #d5aa70 100%)
}

.public-ask-card .ask-btn:hover {
    opacity: .8
}

.public-ask-card1 {
    position: relative;
    box-sizing: border-box;
    height: 142px;
    width: 720px;
    display: block;
    background: url(/statics/lwx/images/inner/public-ask-card-bg.png) center/cover no-repeat;
    padding: 40px 0 0 124px;
    margin: 0 auto
}

.public-ask-card1 .icon {
    position: absolute;
    left: 28px;
    top: 39px;
    width: 74px
}

.public-ask-card1:before {
    content: '';
    position: absolute
}

.public-ask-card1 .card-title {
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 600;
    color: #1a7fee
}

.public-ask-card1 .card-desc {
    font-size: 18px;
    font-weight: 400;
    color: #1a7fee
}

.public-ask-card1 .card-point {
    padding: 0 20px
}

.public-ask-card1 .ask-btn {
    position: absolute;
    top: 41px;
    right: 30px;
    border-radius: 30px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    width: 156px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.public-ask-card1 .ask-btn:hover {
    opacity: .8
}

.ask-enter-box {
    display: flex
}

.ask-enter-box:before {
    content: '';
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background: url(/statics/lwx/images/inner/helper.png) center/contain no-repeat
}

.ask-enter-box .ask-enter-content {
    flex: 1;
    width: 0;
    height: 60px
}

.ask-enter-box .ask-enter-title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center
}

.ask-enter-box .tag {
    height: 18px;
    border-radius: 2px;
    background: #f9e9d9;
    line-height: 18px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #422c11;
    padding: 0 2px
}

.ask-enter-box .online {
    border-radius: 2px;
    background: #2aa399;
    position: relative;
    padding: 0 6px 0 15px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 10px
}

.ask-enter-box .online:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 7px;
    left: 6px;
    border-radius: 50%;
    background: #fff
}

.ask-enter-box .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
    color: #999
}

.ask-enter-box .ask-btn {
    width: 156px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #fff
}

.ask-enter-box .ask-btn:hover {
    opacity: .8
}

.latest-ans-box .swiper-container {
    height: 476px
}

.latest-ans-box .swiper-slide-active .latest-ans-item:before, .latest-ans-box .swiper-slide-active + .swiper-slide .latest-ans-item:before, .latest-ans-box .swiper-slide-active + .swiper-slide + .swiper-slide .latest-ans-item:before {
    content: '';
    width: 1px;
    height: calc(100% - 14px);
    background: #eee;
    position: absolute;
    left: 44px;
    bottom: 0
}

.latest-ans-item {
    height: 119px;
    box-sizing: border-box;
    position: relative;
    padding: 7px 30px 0 72px
}

.latest-ans-item .lawyer-img-box {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    left: 30px
}

.latest-ans-item .lawyer-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-ans-item .lawyer-name {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 15px
}

.latest-ans-item .lawyer-name a:hover {
    text-decoration: underline
}

.latest-ans-item .lawyer-name > div {
    flex-shrink: 0;
    margin-left: 14px
}

.latest-ans-item .title {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.latest-ans-item .title:hover {
    color: #1a7fee
}

.page-wendaTip-box {
    padding: 40px 0
}

.page-wendaTip-box .ask-enter-box {
    margin: 0 30px 40px
}

.page-wendaTip-box .title {
    font-weight: 700;
    margin-bottom: 6px
}

.page-wendaTip-box .tips-content {
    color: #333;
    margin: 0 30px;
    background: #f5f6f8;
    border-radius: 4px;
    font-size: 18px;
    line-height: 36px;
    padding: 20px;
    font-weight: 400
}

.solve-problem-box {
    width: 720px;
    height: 150px;
    border-radius: 4px;
    background: linear-gradient(90deg, #fff6f1 0%, #fff5ef 100%);
    box-sizing: border-box;
    position: relative;
    padding: 36px 0 0 30px
}

.solve-problem-box .desc {
    display: flex;
    font-size: 24px;
    font-weight: 400;
    color: #666
}

.solve-problem-box .lawyer-imgs {
    display: flex;
    margin-right: 14px
}

.solve-problem-box .solve-problem-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 22px
}

.solve-problem-box .problem-name {
    color: #1a7fee;
    padding: 0 10px
}

.solve-problem-box .lawyer-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff
}

.solve-problem-box .lawyer-img:not(:first-child) {
    margin-left: -9px
}

.solve-problem-box .ask-btn {
    width: 156px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 45px;
    right: 30px
}

.solve-problem-box .ask-btn:hover {
    opacity: .8
}

.contract_cell {
    border-radius: 6px;
    background: #fff;
    margin-bottom: 20px
}

.contract_cell .contract_t {
    width: 380px;
    background: linear-gradient(121deg, #4daef9 0%, #7ac0ff 100%);
    border-radius: 4px 4px 0 0;
    padding: 40px 30px;
    box-sizing: border-box
}

.contract_cell .tl {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.contract_cell .sub {
    width: 118px;
    height: 28px;
    background: #fff;
    border-radius: 100px 100px 100px 0;
    font-size: 18px;
    color: #f44333;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-left: 16px
}

.contract_cell .sub:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/statics/lwx/images/inner/fire.png) center/contain no-repeat;
    margin-right: 4px;
    margin-left: 11px
}

.contract_cell .contract_tip {
    width: 319px;
    height: 28px;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    opacity: .7
}

.contract_cell .contract_list {
    padding: 0 30px
}

.contract_cell .contract_item {
    display: flex;
    padding: 30px 0
}

.contract_cell .contract_l {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: url(/statics/lwx/images/inner/wenshu.png) center/contain no-repeat;
    margin-right: 20px
}

.contract_cell .contract_tl {
    padding-top: 4px;
    display: block;
    width: 250px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px
}

.contract_cell .contract_tl:hover {
    color: #1a7fee
}

.contract_cell .contract_ask {
    font-size: 14px;
    color: #999;
    line-height: 14px
}

.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
}

.one-to-one-ask-box {
    height: 558px;
    border-radius: 4px;
    background: linear-gradient(180deg, #fef2e4 0%, #fff6ec 100%);
    box-shadow: 0px 12px 36px 0px rgba(51, 51, 63, .03);
    box-sizing: border-box;
    padding-top: 60px
}

.one-to-one-ask-box .title {
    font-size: 32px;
    font-weight: 700;
    color: #695134;
    text-align: center;
    margin-bottom: 40px
}

.one-to-one-ask-box .ask-process {
    display: flex;
    padding: 0 30px;
    margin-bottom: 40px
}

.one-to-one-ask-box .process-arrow {
    height: 0;
    width: 0;
    border-left: 18px solid #cda477;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    position: relative;
    top: 66px
}

.one-to-one-ask-box .process {
    flex: 1;
    height: 206px;
    border-radius: 4px;
    background: linear-gradient(135deg, #fff 0%, #fff6f1 100%);
    box-shadow: 11px 10px 18px 0px #f6efeb;
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    box-sizing: border-box;
    padding-top: 134px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #695134;
    position: relative
}

.one-to-one-ask-box .process:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

.one-to-one-ask-box .process.one:before {
    width: 74px;
    height: 74px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -75px 0px/254px no-repeat;
    top: 38px
}

.one-to-one-ask-box .process.two:before {
    width: 73px;
    height: 70px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") 0px -91px/254px no-repeat;
    top: 42px
}

.one-to-one-ask-box .process.three:before {
    width: 67px;
    height: 80px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -154px 0px/254px no-repeat;
    top: 32px
}

.one-to-one-ask-box .ask-btn-box {
    display: block;
    width: 660px;
    height: 80px;
    box-sizing: border-box;
    padding-left: 162px;
    line-height: 80px;
    border-radius: 40px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    margin: 0 auto 40px;
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.one-to-one-ask-box .ask-btn-box:hover {
    opacity: .9
}

.one-to-one-ask-box .now-num {
    text-align: center;
    font-size: 18px;
    color: #666
}

.one-to-one-ask-box .now-num .red {
    color: red
}

.one-to-one-ask-box .ask-btn-desc {
    font-size: 24px;
    font-weight: 400;
    padding-left: 10px
}

.info-lawyer-cb {
    border-radius: 4px;
    background: linear-gradient(180deg, #fffcf6 0%, #fff 100%);
    padding: 40px 30px;
    margin-bottom: 20px
}

.info-lawyer-cb .title {
    font-size: 28px;
    font-weight: 700;
    color: #422c11;
    line-height: 1.2;
    margin-bottom: 40px
}

.info-lawyer-cb .lawyer-img-box {
    width: 210px;
    height: 210px;
    opacity: 1;
    border-radius: 4px;
    display: block;
    margin: 0 auto 30px;
    overflow: hidden
}

.info-lawyer-cb .lawyer-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.info-lawyer-cb .lawyer-name {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #422c11;
    display: block;
    margin-bottom: 30px
}

.info-lawyer-cb .lawyer-name:hover {
    text-decoration: underline
}

.info-lawyer-cb .desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 44, 17, .5);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.info-lawyer-cb .phone {
    font-size: 24px;
    font-weight: 400;
    color: #422c11;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center
}

.info-lawyer-cb .phone:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url("/statics/lwx/images/icon/askinfo-sprite.png") -39px -45.5px/127px no-repeat;
    margin-right: 8px
}

.info-lawyer-cb .ask-btn {
    display: block;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(270deg, #bf956d 0%, #d5aa70 100%);
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #fff
}

.tousu {
    background: #f5f6f8;
    border-radius: 4px;
    margin: 20px 30px 0;
    padding: 7px 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.tousu .link {
    color: #333
}

.tousu .link:hover {
    text-decoration: underline
}

.side-lawyer-box {
    padding-bottom: 40px
}

.side-lawyer-box .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center
}

.side-lawyer-box .swiper-pagination-switch {
    width: 27px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    opacity: .1;
    transition: all .2s
}

.side-lawyer-box .swiper-pagination-switch:not(:last-child) {
    margin-right: 9px
}

.side-lawyer-box .swiper-pagination-switch.swiper-active-switch {
    opacity: 1;
    background: #1a7fee
}

.crumbs {
    color: #999
}


.lawyer_commomd .tl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee
}

.lawyer_commomd .lawyer_list {
    padding: 0 30px
}

.lawyer_commomd .lawyer_item {
    display: flex;
    padding: 40px 0;
    align-items: center
}

.lawyer_commomd .lawyer_item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.lawyer_commomd .img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-right: 20px;
    display: block
}

.lawyer_commomd .li_r {
    position: relative;
    height: 80px;
    padding-top: 4px;
    box-sizing: border-box;
    width: 220px
}

.lawyer_commomd .name {
    width: 140px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px
}

.lawyer_commomd .dian_hua {
    width: 91px;
    height: 14px;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 13px
}

.lawyer_commomd .dian_hua:before {
    content: "";
    width: 12px;
    height: 14px;
    width: 12px;
    height: 14px;
    background: url("/statics/lwx/images/icon/law_detail-sprite.png") -194px -65px/237px no-repeat;
    position: absolute;
    left: 0
}

.lawyer_commomd .num_cell {
    font-size: 14px;
    color: #999;
    line-height: 14px
}

.lawyer_commomd .num {
    color: #333;
    margin-left: 4px
}

.lawyer_commomd .num:first-child {
    margin-right: 18px;
    position: relative
}

.lawyer_commomd .num:first-child:after {
    content: "";
    width: 1px;
    height: 13px;
    border-right: 1px solid #aaa;
    position: absolute;
    right: -9px
}

.lawyer_commomd .to_ask_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
    line-height: 28px;
    box-sizing: border-box
}

.lawyer_commomd .to_ask_btn:hover {
    color: #fff;
    border: none;
    background: linear-gradient(315deg, #ff5912 0%, #ff922e 100%)
}


table {
    /* 合并相邻边框，使边框看起来是单线条 */
    border-collapse: collapse;
    width: 100%; /* 可选：让表格撑满父容器 */
    border: 1px solid #ccc; /* 给表格外侧加边框 */
  }
  
  table th,
  table td {
    /* 给所有单元格添加1px边框 */
    border: 1px solid #ccc;
    /* 增加内边距，使文字不贴边，看起来更美观 */
    padding: 10px 15px;
    text-align: center;
  }
  
  /* 可选：给表头添加背景色，使其与内容区分 */
  table thead th {
    background-color: #f4f4f4;
  }