.lwx-index-main {
    background-color: #f5f6f8;
    height: 500px;
}

.lwx-index-main .w {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    padding-top: 20px;
}

.lwx-index-main .cols1 {
    width: 280px;
    background-color: #ffffff;
    border-radius: 10px;
}

.lwx-index-main .cols2 {
    width: 580px;
}

.lwx-index-main .cols3 {
    width: 280px;
}

.lwx-index-main .cols1 .container {
    padding: 5px;
}

.lwx-index-main .layer1 {
    background-image: linear-gradient(#e1efff, #ffffff);
    border-radius: 8px;
}

.lwx-index-main .layer1 .p1 {
    color: #1a7fee;
    text-align: center;
    font-size: 18px;
    padding: 30px 0px;
}

.lwx-index-main .layer1 .p2 {
    text-align: center;
}

.lwx-index-main .layer1 .btn-register {
    display: inline-block;
    width: 235px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #13c5ff, #177fff);
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}

.lwx-index-main .layer1 .btn-register:hover {
    background: linear-gradient(315deg, #177fff 0%, #177fff 100%);
}

.lwx-index-main .layer1 .p3 {
    color: #333333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    padding: 20px 20px;
}

.lwx-index-main .layer1 .p3 a:hover {
    color: #1a7fee;
}

.lwx-index-main .layer1 .p3 a {
    display: block;
}

.lwx-index-main .line {
    border-bottom: 1px solid #eeeeee;
    margin: 7px 20px;
}

.lwx-index-main .layer2 {
    padding: 20px 20px 0px 20px;
}

.lwx-index-main .layer2 .h2 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

.lwx-index-main .layer2 .more {
}

.lwx-index-main .layer2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.lwx-index-main .layer2 .items div {
    width: 110px;
    margin-bottom: 10px;
}

.lwx-index-main .layer2 .items div a {
    display: inline-block;
    background-color: #f5f6f8;
    color: #333333;
    font-size: 15px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
}

.banner {
    width: 580px;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.banner .pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center
}

.banner .swiper-pagination-switch {
    width: 27px;
    height: 2px;
    opacity: .3;
    background: #fff;
    transition: opacity .2s;
    cursor: pointer
}

.banner .swiper-pagination-switch:not(:last-child) {
    margin-right: 9px
}

.banner .swiper-pagination-switch.swiper-active-switch {
    opacity: 1
}

.banner .banner-slide-btn {
    position: absolute;
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, .2);
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition: background-color .1s
}

.banner .banner-slide-btn:hover {
    background-color: rgba(0, 0, 0, .3)
}

.banner .banner-slide-btn:before {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 16px;
    background: url("/statics/lwx/images/icon/icon-sprite.png") -209px 0px/218px no-repeat;
    position: absolute
}

.banner .banner-slide-btn.prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg)
}

.banner .banner-slide-btn.next {
    right: 0;
    transform: translateY(-50%)
}

.lwx-index-main .cols2 .business1 {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 20px;
}

.lwx-index-main .bs-item {
    width: 280px;
    height: 130px;
    text-align: center;
}

.lwx-index-main .bs-item a {
    display: block;
    height: 130px;
}

.lwx-index-main .bs-item .title {
    color: #275573;
    font-size: 26px;
    font-weight: bold;
    padding: 38px 0px 11px 0px;
}

.lwx-index-main .bs-item .desc {
    color: #275573;
}

.lwx-index-main .layer3 {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 270px;
}

.lwx-index-main .layer3 .a1 {
    background: url("/statics/lwx/images/index/icon-services1.png") 20px center no-repeat;
    padding: 20px 0px;
}

.lwx-index-main .layer3 .a1 p {
    color: #1a7fee;
    font-size: 16px;
    text-align: center;
}

.lwx-index-main .layer3 .a2 {
    padding: 10px 0px;
}

.lwx-index-main .layer3 .a2 a {
    display: block;
    font-size: 24px;
    color: #1a7fee;
    border: 2px solid #1a7fee;
    border-radius: 25px;
    text-align: center;
    padding: 10px 0px;
}

.lwx-index-main .layer3 .a2 a:hover {
	color: #fff;
    background: linear-gradient(315deg, #177fff 0%, #177fff 100%);
}

.lwx-index-main .layer3 .a3 {
    color: #333333;
    font-size: 24px;
    text-align: center;
    padding: 35px 0px 15px 0px;
}

.lwx-index-main .layer3 .a4 {
    color: #333333;
    font-size: 16px;
    background: url("/statics/lwx/images/index/pro1.png") 0px 5px no-repeat;
    display: flex;
}

.lwx-index-main .layer3 .a4 div {
    width: 50%;
}

.lwx-index-main .layer3 .a4 div p {
    padding-left: 35px;
    line-height: 33px;
}

.lwx-index-main .a {
}

.lwx-index-main .a {
}

.lwx-index-video {
}

.lwx-index-video ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.lwx-index-video li {
    width: 280px;
    height: 250px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.lwx-index-video .img {
    height: 160px;
}

.lwx-index-video .img img {
    width: 280px;
    height: 160px;
    border-radius: 5px;
}

.lwx-index-video .info {
    height: 80px;
    margin-top: 10px;
}

.lwx-index-video .info .title {
    height: 50px;
}

.lwx-index-video .info .title a {
    color: #333333;
    font-size: 16px;
}

.lwx-index-video .info .title a:hover {
    color: #1a7fee;
}

.lwx-index-video .info .data {
    color: #b8b8b8;
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
}

.lwx-index-video .info .data span {
    display: block;
}

.page-item-box {
    background: #f5f6f8;
}

.pt20 {
    padding-top: 20px
}

.white-box {
    border-radius: 6px;
    background: #fff
}

.cover-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.white-bg {
    background: #fff
}

.white-bg > .w {
    background: #fff
}

.hide-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-sizing: border-box
}

.flex {
    display: flex
}

.flex-ac {
    display: flex;
    align-items: center
}

.flex-sb {
    display: flex;
}

.page-item-box > .w {
    background: inherit
}

.page-top {
    padding: 20px 0
}

.page-top-left-box {
    width: 280px
}

.zhishi-list-box {
    padding-bottom: 24px;
    padding-left: 30px;
    position: relative
}

.zhishi-list-box .tl {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
    margin-bottom: 16px
}

.zhishi-list-box .simple-links {
    display: flex;
    line-height: 19px
}

.zhishi-list-box .simple-links .link:not(:last-child) {
    margin-right: 18px
}

.zhishi-list-box .link {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.zhishi-list-box .link:hover {
    color: #1a7fee
}

.zhishi-list-box:hover {
    z-index: 5
}

.zhishi-list-box:hover .tl {
    color: #1a7fee
}

.zhishi-list-box:hover .zhishi-hide-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.zhishi-list-box:first-child {
    padding-top: 30px
}

.zhishi-list-box:last-child {
    padding-bottom: 30px
}

.zhishi-hide-box {
    position: absolute;
    left: 300px;
    width: 580px;
    top: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 16px;
    transition: all .2s;
    transform: translateX(15px);
    opacity: 0;
    visibility: hidden
}

.zhishi-hide-box .hide-box-tl {
    padding: 30px 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.zhishi-hide-box .hide-box-links {
    display: flex;
    flex-wrap: wrap
}

.zhishi-hide-box .hide-box-links .link {
    width: 106px;
    margin-bottom: 20px
}

.zhishi-hide-box:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px
}

.zhishi-hide-box:after {
    content: '';
    position: absolute;
    top: 29px;
    left: -10px;
    border-right: 10px solid #fff;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0)
}

.zhishi-tabs {
    margin-bottom: 40px;
}

.zhishi-tabs .tab-item {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-right: 30px;
}

.zhishi-tabs .tab-item.active {
    color: #1a7fee
}

.zhishi-tab-content {
    display: flex;
    justify-content: space-between
}

.zhishi-tab-content-left {
    width: 300px;
    height: 658px
}

.zhishi-tab-content-left .content-tl {
    margin: 40px 0 27px 30px;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    position: relative
}

.zhishi-tab-content-left .content-tl:before {
    content: '';
    width: 4px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a7fee
}

.hot-zhishi-list .hot-zhishi-list-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 54px
}

.hot-zhishi-list .link {
    flex: 1;
    width: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #333
}

.hot-zhishi-list .link:hover {
    color: #1a7fee
}

.hot-zhishi-list .rank-num {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    background: #f5f6f8;
    margin-right: 14px
}

.hot-zhishi-list .hot-zhishi-list-item:nth-child(1) .rank-num {
    width: 24px;
    height: 25px;
	background:url("/statics/lwx/images/icon/icon-sprite.png") -125px -103px/218px no-repeat
}

.hot-zhishi-list .hot-zhishi-list-item:nth-child(2) .rank-num {
    width: 24px;
    height: 25px;
	background:url("/statics/lwx/images/icon/icon-sprite.png") -125px -131px/218px no-repeat
}

.hot-zhishi-list .hot-zhishi-list-item:nth-child(3) .rank-num {
    width: 24px;
    height: 25px;
	background:url("/statics/lwx/images/icon/icon-sprite.png") -151.5px -103px/218px no-repeat
}

.zhishi-tab-content-center {
    width: 540px
}

.zhishi-tab-content-center .zhishi-top-card {
    height: 204px;
    background: url(/statics/lwx/images/index/zhishi-tab-card-bg1.png) center/100% no-repeat;
    padding-left: 90px;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    color: #1a7fee;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.zhishi-tab-content-center .zhishi-center-list .item {
    height: 145px;
    margin: 0 30px;
    box-sizing: border-box;
    padding-top: 30px
}

.zhishi-tab-content-center .zhishi-center-list .item:last-child:before {
    display: none
}

.zhishi-tab-content-center .zhishi-center-list .tl {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.zhishi-tab-content-center .zhishi-center-list .tl:hover {
    color: #1a7fee
}

.zhishi-tab-content-center .zhishi-center-list .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999
}

.zhishi-article {
    padding-bottom: 60px
}

.zhishi-tab-content-right {
    width: 300px
}

.zhishi-tab-content-right .zhishi-right-list {
    padding: 10px 0
}

.zhishi-tab-content-right .zhishi-right-list .bdb1:last-child:before {
    display: none
}

.zhishi-tab-content-right .zhishi-img-item {
    height: 112px;
    margin: 0 30px;
    display: flex;
    align-items: center
}

.zhishi-tab-content-right .zhishi-img-item .img {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 16px
}

.zhishi-tab-content-right .zhishi-img-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.zhishi-tab-content-right .zhishi-img-item .text {
    height: 112px;
    display: flex;
    align-items: center;
    flex: 1;
    width: 0
}

.zhishi-tab-content-right .zhishi-img-item .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.zhishi-tab-content-right .zhishi-img-item .link:hover {
    color: #1a7fee
}

.zhishi-tab-content-right .zhishi-text-item {
    height: 64px;
    display: flex;
    align-items: center;
    margin: 0 30px
}

.zhishi-tab-content-right .zhishi-text-item .time {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-right: 10px
}

.zhishi-tab-content-right .zhishi-text-item .link {
    flex: 1;
    width: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.zhishi-tab-content-right .zhishi-text-item .link:hover {
    color: #1a7fee
}

.zhishi-lawyer-card {
    height: 138px;
    border-radius: 6px;
    background: linear-gradient(135deg, #13d5ff, #177fff);
    position: relative;
    box-sizing: border-box;
    padding-top: 44px
}

.zhishi-lawyer-card .card-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(180deg, #fff 0%, #d4f6ff 100%);
    padding: 0 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #14c2ff;
    white-space: nowrap
}

.zhishi-lawyer-card .card-content {
    padding: 0 27px;
    display: flex
}

.zhishi-lawyer-card .lawyer-img-box {
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px
}

.zhishi-lawyer-card .lawyer-img-box .lawyer-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.zhishi-lawyer-card .lawyer-msg {
    flex: 1;
    width: 0;
    color: #fff;
    position: relative;
    height: 78px
}

.zhishi-lawyer-card .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: block;
    margin-bottom: 5px
}

.zhishi-lawyer-card .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 6px;
    transition: all .2s
}

.zhishi-lawyer-card .tel {
    transition: all .2s;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400
}

.zhishi-lawyer-card .tel:before {
    content: '';
    width: 12px;
    height: 14px;
    background: url("/statics/lwx/images/icon/icon-tel.png") -32px 0px/44px no-repeat;
    margin-right: 4px
}

.zhishi-lawyer-card .ask-btn {
    position: absolute;
    top: 40px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    color: #0065c9;
    left: 0;
    transition: all .2s;
    width: 74px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background: linear-gradient(225deg, #ffe13d 0%, #fff99b 100%)
}

.zhishi-lawyer-card:hover .tel, .zhishi-lawyer-card:hover .desc {
    opacity: 0;
    visibility: hidden
}

.zhishi-lawyer-card:hover .ask-btn {
    opacity: 1;
    visibility: visible
}

.page-top-center-box {
    width: 580px
}

.page-top-center-box .page-top-card {
    height: 222px;
    background: url(/statics/lwx/images/inner/top-card-bg.png) center/100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    color: #1a7fee;
    margin-bottom: 24px
}

.page-top-tl {
    line-height: 86px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-left: 30px
}

.wl-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    padding: 60px 0 40px
}

.latest-zhishi-list {
    padding-top: 15px;
    height: 352px
}

.latest-zhishi-list .item {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 30px
}

.latest-zhishi-list .type {
    font-size: 18px;
    color: #999;
    font-weight: 400
}

.latest-zhishi-list .type:after {
    content: '|';
    padding: 0 10px;
    color: #333
}

.latest-zhishi-list .link {
    flex: 1;
    width: 0;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-right: 20px
}

.latest-zhishi-list .link:hover {
    color: #1a7fee
}

.latest-zhishi-list .time {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.page-top-right-box {
    width: 280px
}

.top-lawyer-media-card {
    margin: 0 30px;
    padding: 36px 0;
    height: 80px;
    display: flex
}

.top-lawyer-media-card .lawyer-img-box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px
}

.top-lawyer-media-card .lawyer-img {
    width: 100%;
    display: block
}

.top-lawyer-media-card .lawyer-msg {
    flex: 1;
    width: 0;
    height: 80px;
    position: relative
}

.top-lawyer-media-card .name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
    line-height: 26px;
    margin-bottom: 8px
}

.top-lawyer-media-card .name:hover {
    color: #1a7fee
}

.top-lawyer-media-card .desc {
    transition: all .2s;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 13px
}

.top-lawyer-media-card .tel {
    transition: all .2s;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    white-space: nowrap
}

.top-lawyer-media-card .tel:before {
    content: '';
    width: 12px;
    height: 14px;
    background: url("/statics/lwx/images/icon/headerIcon-sprite.png") -17.5px 0px/44px no-repeat;
    margin-right: 4px;
    flex-shrink: 0
}

.top-lawyer-media-card .ask-btn {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    left: 0;
    transition: all .2s;
    width: 74px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%)
}

.top-lawyer-media-card:hover .desc, .top-lawyer-media-card:hover .tel {
    opacity: 0;
    visibility: hidden
}

.top-lawyer-media-card:hover .ask-btn {
    opacity: 1;
    visibility: visible
}

.top-lawyer-media-card:last-child:before {
    display: none
}

.jingxuan-lawyer-box {
    padding: 60px 0
}

.jingxuan-lawyer-box .box-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333;
    margin-bottom: 40px
}

.jingxuan-lawyer-box .box-title-desc {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-left: 20px
}

.lawyer-media-card {
    width: 220px;
    height: 251px;
    position: relative;
    margin-right: 20px
}

.lawyer-media-card:hover {
    z-index: 5
}

.lawyer-media-card:hover .card-float-box {
    top: calc(100% + 12px);
    opacity: 1;
    visibility: visible
}

.lawyer-media-card .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.lawyer-media-card .desc1 {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.lawyer-media-card .lawyer-img-box {
    height: 160px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    display: block
}

.lawyer-media-card .lawyer-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.lawyer-media-card .simple-msg-box {
    height: 91px;
    border-radius: 0 0 6px 6px;
    background: #f5f6f8;
    box-sizing: border-box;
    padding: 20px 5px 0 20px
}

.lawyer-media-card .mb16 {
    margin-bottom: 16px
}

.lawyer-media-card .name-box {
    display: flex;
    align-items: flex-end;
    white-space: nowrap
}

.lawyer-media-card .name {
    font-size: 18px;
    font-weight: 400;
    color: #111
}

.lawyer-media-card .name:hover {
    color: #1a7fee !important
}

.lawyer-media-card .lawyer-type {
    margin-left: 10px;
    flex-shrink: 0
}

.lawyer-media-card .tel {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #666
}

.lawyer-media-card .tel:before {
    content: '';
    width: 15px;
    height: 18px;
    background: url("/statics/lwx/images/icon/headerIcon-sprite.png") 0px 0px/44px no-repeat;
    margin-right: 2px;
    flex-shrink: 0
}

.lawyer-media-card .card-float-box {
    position: absolute;
    width: 460px;
    top: calc(100% + 27px);
    height: 251px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 35px 35px 0 104px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.lawyer-media-card .card-float-box:before {
    content: '';
    border-bottom: 12px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: -12px;
    left: 97px
}

.lawyer-media-card .card-float-box:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
    height: 12px
}

.lawyer-media-card .card-float-box .name {
    font-weight: 700;
    color: #333
}

.lawyer-media-card .card-float-box .tel {
    color: #1a7fee
}

.lawyer-media-card .nums {
    margin-bottom: 40px
}

.lawyer-media-card .nums .num {
    color: #444
}

.lawyer-media-card .ask-btn {
    width: 156px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #1a7fee;
    transition: all .1s
}

.lawyer-media-card .ask-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #1a7fee;
    border-radius: inherit
}

.lawyer-media-card .ask-btn:hover {
    background: linear-gradient(225deg, #ff5912 0%, #ff922e 100%);
    color: #fff
}

.lawyer-media-card .ask-btn:hover:after {
    display: none
}

.lawyer-media-card .float-img-box {
    position: absolute;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    overflow: hidden
}

.lawyer-media-card:last-child {
    margin-right: 0
}

.lawyer-media-card:last-child .card-float-box {
    left: auto;
    right: 0
}

.lawyer-media-card:last-child .card-float-box:before {
    left: auto;
    right: 97px
}

.wl-recommon-box {
    padding: 20px 0
}

.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 {
    font-size: 28px;
    font-weight: 700;
    line-height: 108px;
    color: #333;
    margin-bottom: 40px
}

.wl-recommon-box .wl-recommon-item-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 18px
}

.wl-recommon-box .wl-recommon-list {
    display: flex;
    flex-wrap: wrap;
    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
}

.lawyer-media-card .lawyer-img-box {
    height: 220px
}

.lawyer-media-card {
    height: 311px
}



.page-zhishi-box .zhishi-tabs .tab-btn {
    width: 124px;
    line-height: 60px;
    background: #fafafb;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    transition: all .1s
}

.page-zhishi-box .zhishi-tabs .tab-btn.active {
    background: #1a7fee;
    color: #fff
}
.page-zhishi-box .zhishi-tabs .tab-btn a{
    display: block;
}

.page-zhishi-box .zhishi-switch-box {
    width: 676px
}

.know-media-card {
    margin: 0 40px 0 44px
}

.know-media-card.bdb1:last-child:before {
    display: none
}

.know-media-card .time {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.know-media-card .simple-content {
    display: flex;
    line-height: 70px
}

.know-media-card .simple-content .nowrap {
    flex: 1
}

.know-media-card .simple-content .time {
    width: 135px;
    flex-shrink: 0;
    text-align: right
}

.know-media-card .hide-content {
    display: flex;
    padding: 25px 0
}

.know-media-card .img-box {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0
}

.know-media-card .card-content {
    flex: 1;
    width: 0
}

.know-media-card .card-content .time {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.know-media-card .title {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 6px 0 20px
}

.know-media-card .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #666
}

.know-media-card a.nowrap:hover {
    color: #1a7fee
}

.know-media-card .watch-num {
    display: flex;
    align-items: center
}

.know-media-card .watch-num:before {
    position: relative;
    top: -1px;
    content: '';
    width: 19px;
    height: 14px;
    background: url("/statics/lwx/images/icon/headerIcon-sprite.png") -182.5px -135px/218px no-repeat;
    margin-right: 4px
}

.law-wenda-box {
    margin-top: 25px;
    width: 380px;
    border-radius: 6px;
    background: #f5f6f8;
    height: 515px
}

.law-wenda-box .title {
    line-height: 108px;
    font-size: 24px;
    font-weight: 400;
    padding-left: 46px;
    color: #111;
    position: relative
}

.law-wenda-box .title:before {
    content: '';
    width: 4px;
    height: 22px;
    background: #1a7fee;
    position: absolute;
    top: 44px;
    left: 28px
}

.law-wenda-box .wenda-link {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 28px 38px
}

.law-wenda-box .wenda-link:hover {
    color: #1a7fee
}

.law-wenda-box .wenda-link:last-child {
    margin-bottom: 50px
}

.law-wenda-box .common-pagination {
    bottom: 23px
}
.page-zhishi-box .page-box-title {
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.page-online-lawyer-box {
    padding: 20px 0 40px 0px
}

.page-online-lawyer-box .page-box-title {
    line-height: 108px;
	margin-top:20px;
    font-size: 28px;
    font-weight: 700;
    color: #333
}

.page-online-lawyer-box .box-title-desc {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-left: 20px
}

.page-online-lawyer-box .online-lawyer-list {
    width: 870px;
    height: 830px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.lawyer-media-card2 {
    width: 276px;
    height: 405px;
    border-radius: 6px;
    background: #f5f9ff;
    overflow: hidden;
    position: relative;
    text-align: center
}

.lawyer-media-card2:hover .lawyer-msg {
    top: -80px
}

.lawyer-media-card2:hover .ask-btn {
    bottom: 30px
}

.lawyer-media-card2 .lawyer-img-box {
    display: block;
    width: 276px;
    height: 220px
}

.lawyer-media-card2 .lawyer-img-box .cover-img {
    height: auto
}

.lawyer-media-card2 .lawyer-msg {
    padding: 20px 10px 0;
    height: 245px;
    position: relative;
    top: 0;
    transition: all .2s;
    background: #f5f9ff
}

.lawyer-media-card2 .lawyer-name {
    font-size: 24px;
    font-weight: 400;
    color: #111;
    margin-bottom: 14px;
    display: block
}

.lawyer-media-card2 .lawyer-name:hover {
    color: #1a7fee
}

.lawyer-media-card2 .location {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #999
}

.lawyer-media-card2 .line {
    height: 42px;
    position: relative
}

.lawyer-media-card2 .line:before {
    content: '';
    width: 30px;
    height: 2px;
    opacity: 1;
    background: #1a7fee;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%)
}

.lawyer-media-card2 .phone {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 14px
}

.lawyer-media-card2 .phone:before {
    content: '';
    margin-right: 2px;
    width: 15px;
    height: 18px;
    background: url(/statics/lwx/images/icon/icon-sprite.png) -182.5px -94px/218px no-repeat
}

.lawyer-media-card2 .desc {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.lawyer-media-card2 .ask-btn {
    transition: all .2s;
    position: absolute;
    left: 34px;
    bottom: -100px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(to right, #13c5ff, #177fff);)
}

.why-select-card {
    width: 290px;
    height: 830px;
    border-radius: 6px;
    background: #f5f9ff;
    position: relative
}

.why-select-card .up-content {
    padding: 0 50px;
    height: 570px
}

.why-select-card .title {
    font-size: 30px;
    font-weight: 400;
    color: #422c11;
    padding: 49px 0 33px;
    position: relative;
    text-align: center;
    margin: 0 50px 54px
}

.why-select-card .title:before {
    content: '';
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #b3ecff 0%, #0068aa 50%, #b3ecff 100%)
}

.why-select-card .positive-item {
    display: flex;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 50px
}

.why-select-card .positive-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(137, 121, 101, .8)
}

.why-select-card .positive-title {
    margin: 6px 0 16px;
    font-size: 24px;
    font-weight: 400;
    color: #422c11
}

.why-select-card .icon {
    margin-right: 16px
}

.why-select-card .icon1 {
    width: 60px;
    height: 60px;
    background: url(/statics/lwx/images/icon/icon-sprite.png) -62.5px -68.5px/218px no-repeat
}

.why-select-card .icon2 {
    width: 60px;
    height: 60px;
    background: url(/statics/lwx/images/icon/icon-sprite.png) 0px -68.5px/218px no-repeat
}

.why-select-card .icon3 {
    width: 60px;
    height: 60px;
    background: url(/statics/lwx/images/icon/icon-sprite.png) -120px 0px/218px no-repeat
}

.why-select-card .icon4 {
    width: 60px;
    height: 60px;
    background: url(/statics/lwx/images/icon/icon-sprite.png) -57.5px 0px/218px no-repeat
}

.why-select-card .bottom-content {
    position: relative;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(315deg, #13a3ff 0%, #13c5ff 100%);
    box-sizing: border-box;
    height: 265px;
}


.why-select-card .bottom-content .lwx-best {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 170px;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    padding: 36px 0 0 62px;
    color: #fff
}

.why-select-card .bottom-content .lwx-best:before {
    content: '';
    width: 4px;
    height: 104px;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 43px
}

.why-select-card .bottom-content-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px
}

.why-select-card .bottom-content-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}
.why-select-card .bottom-content .lwx-btn-group{
    position: absolute;
    bottom: 30px;left: 40px;
}
.lwx-index-ad2{}
.lwx-index-ad2 img{width: 1180px;}
.lwx-btn-1{width: 215px; height: 57px; line-height: 57px;  background-color: #fff; color:#13a6ff; text-align: center; border-radius: 35px; display: block; font-size: 24px;}

.lwx-online-apply{width:1180px; height: 360px; margin:40px auto; background: linear-gradient(to right,#ebf6ff,#f5fbff,#d9f6ff,#ecf6ff,#d9e7ff); border-radius: 15px;}
.lwx-online-apply .lwx-title{text-align: center; color: #1780ff; font-size: 32px; padding:40px 0px 20px 0px;}
.lwx-online-apply .lwx-desc{text-align: center; color: #585858; font-size: 18px; line-height: 25px;}
.lwx-online-apply .lwx-list{background: linear-gradient(to right bottom,#0cabff,#1682ff); width:1050px; height: 150px; margin:30px auto 0 auto; border-radius: 10px;}
.lwx-online-apply .lwx-list ul{display: flex;flex-wrap: wrap; padding-top: 12px; padding-left: 10px;}
.lwx-online-apply .lwx-list li{width:127px; height: 43px; line-height: 43px; margin:10px 10px;}
.lwx-online-apply .lwx-list li a{display: block; background-color: #edf5ff; color: #838383; font-size: 22px; text-align: center; border-radius: 5px;}
.lwx-online-apply .lwx-list li a:hover{background-color: #fbad3b; color: #ffffff;}

.lwx-online-form{width:1180px; height: 305px; margin:0 auto; background: linear-gradient(to right,#ebf6ff,#f5fbff,#d9f6ff,#ecf6ff,#d9e7ff); border-radius: 15px;}
.lwx-online-form .lwx-title{text-align: center; color: #1780ff; font-size: 32px; padding:40px 0px 20px 0px;}
.lwx-online-form .lwx-desc{text-align: center; color: #585858; font-size: 17px; line-height: 25px;}
.lwx-online-form .lwx-container{background: linear-gradient(to right bottom,#0cabff,#1682ff); width:1050px; height: 100px; margin:30px auto 0 auto; border-radius: 10px;}
.lwx-online-form .lwx-container form{display: block; padding-top: 30px;}
.lwx-online-form .lwx-container .lwx-input{float:left; width: 400px; height: 43px; line-height: 43px; outline: none; background-color: #ffffff; border-radius: 10px; font-size: 20px; text-indent: 1em; margin-left: 30px;}
.lwx-online-form .lwx-container .lwx-submit{float:left; width: 127px; height: 43px; background-color: #faad3b; color: #ffffff; border-radius: 10px; font-size: 20px; text-align: center; margin-left: 30px; outline: none;}