.home-find-box {
    background-color: #FFF;
}

/* 导航 */
.son-nav {
    width: 100%;
    min-width: 1200px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
/*    position: fixed;*/
    height: 56px;
    top: 118px;
    left: 0;
    z-index: 665;
    padding-top: 26px;
    box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
}

.son-nav-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.son-nav-item {
    position: relative;
    bottom: 10px;
    left: 0;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

.son-nav-item h2 {
    font-size: 16px;
}

.son-nav-item.active {
    color: #225AFC;
}

.son-nav-hr {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background: rgba(34, 90, 252, 1);
    border-radius: 2px;
}

@media (max-width: 1400px) {
    .son-nav-box {
        width: 960px;
    }
}

.focusing {
    display: flex;
    justify-content: space-between;
}

/* 左侧 */
.focusing-box {
    padding-top: 26px;
    display: flex;
    justify-content: center;
}

.left-nav {
    position: relative;
    font-size: 14px;
    width: 230px;
    height: 580px;
    padding: 31px 24px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 76px 0px rgba(146, 172, 244, 0.22);
    border-radius: 10px;
}

/* 中间部分 */
.banner {
    width: 700px;
}

.banner-swiper {
    width: 700px;
    height: 300px;
    overflow: hidden;
    background: #fff;
}

.swiper-img {
    width: 700px;
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .banner-swiper {
        width: 470px;
    }

    .swiper-img {
        width: 470px;
    }
}



.focusing-info {
    width: 22.2%;
    /*    height: 340px;*/
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 右侧 */

/* 优质服务 */
.quality-box {
    border-radius: 20px;
    height: 148px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 9px 0px rgba(34, 90, 252, 0.11);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.quality-btn-box {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 6px;
}

.quality-btn-box span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(103, 116, 140, 1);
    line-height: 20px;
}

.quality-title,
.quality-title img {
    width: 100%;
    height: 88px;
    object-fit: cover;
}

.quality-btn {
    position: absolute;
    width: 80%;
    top: -38px;
    left: 10%;
    height: 66px;
    border-radius: 66px;
    background: linear-gradient(-90deg, rgba(254, 205, 104, 1), rgba(243, 174, 31, 1));
    box-shadow: 0px 0px 21px 3px rgba(244, 177, 38, 0.32);
    font-size: 20px;
    font-weight: bold;
    color: rgba(30, 41, 58, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 法条推荐 */
.find-statute-box {
    height: 110px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(34, 90, 252, 0.13);
    border-radius: 6px;
    padding: 10px 10px 5px;
}

.find-statute-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 6px;
}

.find-statute-item {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    color: rgba(103, 116, 140, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.find-homejoin-img {
    width: 100%;
    border-radius: 6px;
}

/* 按分类找律师 */
.find-type {
}

.find-type-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 77, 1);
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.find-type-title span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
}

.find-type-title span:hover {
    color: #225AFC;
}

.find-type-msg {
    font-size: 14px;
    font-weight: 400;
    color: rgba(180, 189, 208, 1);
    padding-bottom: 12px;
}

.find-type-list {
    display: flex;
    flex-wrap: wrap;
}
.find-area-item {
    width: 33%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.find-type-item {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}


/* 展开导航 */
.sontype-box {
    position: absolute;
    z-index: 665;
    left: 220px;
    top: 0;
    width: 720px;
    background-color: #FFF;
    height: 340px;
}

.sontype-msg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(248, 249, 255, 1);
    ;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    height: 120px;
}

.sontype-scroll {
    width: 100%;
    display: flex;
    height: 340px;
    padding: 30px 25px;
    overflow-y: scroll;
    display: flex;
    box-shadow: 20px 3px 18px 0px rgb(103 137 234 / 8%);
}

.sontype-msg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sontype-msg-item h2 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(21, 41, 77, 1);
}

.sontype-icon {
    padding-top: 5px;
}

.sontype-type {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sontype-list {
    color: #15294e;
    padding-left: 10px;
}

.sontype-list-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 77, 1);
    margin-bottom: 30px;
}

.sontype-list-box {
    display: flex;
    flex-wrap: wrap;
}

.sontype-list-item {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #E2E4E9FF;
    margin-bottom: 20px;
    color: #15294E;
}

@media (max-width: 1400px) {
    .sontype-box {
        position: absolute;
        z-index: 665;
        left: 250px;
        top: 0;
        width: 720px;
        background-color: #FFF;
        height: 340px;
    }
}

.lawyer-list {
    display: flex;
    flex-wrap: wrap;
}

.lawyer-item {
    width: 260px;
    height: 270px;
    border-radius: 14px;
    margin-right: 53px;
    overflow: hidden;
    position: relative;
    margin-top: 44px;
    cursor: pointer;
}

.lawyer-item.end {
    margin-right: 0;
}

.lawyer-tx {
    width: 285px;
    height: 335px;
    object-fit: cover;
    transition: all 0.2s ease-in;
}

.lawyer-info {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.3) 26%, rgba(0, 0, 0, 1));
    z-index: 1;
    bottom: 0;
    padding: 10px;
    transition: all 0.1s ease-in;
}

.lawyer-name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.lawyer-intro {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #919399;
    transition: all 0.3s ease-in;
}

/* 标题 */
.lawyer-title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 24px 0 30px;
}

.lawyer-title-title {
    color: #15294e;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.lawyer-title-hr {
    width: 100%;
    height: 6px;
    bottom: 0;
    position: absolute;
}

.lawyer-title-hr span {
    display: flex;
    width: 46px;
    height: 6px;
    border-radius: 6px;
    margin-left: 25px;
    background: #225afc;
    transition: all 0.1s ease-in;
}

.lawyer-box {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.home-law-tx {
    width: 115px;
    height: 115px;
    border-radius: 115px;
    margin-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.home-law-tx img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    transition: all 0.2s ease-in;
}

.home-law-item:hover .home-law-tx img {
    transform: scale(1.2);
}

/* 新版律师主页 */
.home-law {
}

.home-law-list {
    display: flex;
    flex-wrap: wrap;
}

.home-law-item {
    width: 24%;
    margin-right: calc(4% / 3);
    /*    height: 335px;*/
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.home-law-item .lawyer-item-a{
    min-height: 280px;
}

.home-law-item.end {
    margin-right: 0;
}

.home-law-name {
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 16px;
    margin-top: 8px;
    text-align: center;
}

.home-law-address {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
    margin-bottom: 9px;
    text-align: center;
}

.home-law-office {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
    padding-bottom: 14px;
    border-bottom: 1px solid #EEF1F9;
    margin-bottom: 16px;
    min-width: 221px;
    text-align: center;
}

.home-law-good {
    display: flex;
    width: 100%;
    padding: 0 17px;
}

.home-law-goodt {
    margin-right: 17px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(139, 150, 179, 1);
    display: flex;
    align-items: center;
}

.law-goodt-item {
    width: 48%;
    height: 30px;
    border: 1px solid rgba(226, 230, 233, 1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.lawyer-more {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.lawyer-more-title {
    font-size: 28px;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 50px 0 28px;
}

.lawyer-more-icon {
    width: 40px;
    height: 40px;
}

.law-goodt-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 认证 */
.applawyer {
    width: 100%;
    height: 68px;
    background: #fff;
    border-radius: 10px;
    background: rgba(30, 41, 58, 1);
    box-shadow: 0px 0px 3px 0px rgba(61, 83, 125, 0.57);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.applawyer-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #8E96A8;
}

.applawyer-enter {
    flex: 1;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(236, 186, 82, 1);
    background: rgba(236, 186, 82, 1);
    color: #ecba52;
    font-weight: bold;
    color: rgba(30, 41, 58, 1);
}

.applawyer-enter:hover {
    color: rgba(30, 41, 58, 1) !important;
}

.applawyer-enter:hover.applawyer-enter img {
    transform: scale(1.2);
    transition: all 0.2s ease-in;
}

.applawyer-item.end {
    border-right: 0;
}

.applawyer-enter img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.applawyer-item img {
    width: 42px;
    margin-right: 5px;
}

.applawyer-item span {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.home-more {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.home-more span {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}


.find-wd-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    padding: 30px 0 20px;
}

.find-wd-tab {
    display: flex;
    padding: 0 24px 35px;
}

.find-tab-item {
    margin-right: 90px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    color: rgba(86, 104, 135, 1);
    cursor: pointer;
}

.find-tab-item.active {
    color: #2159FBFF;
    border-bottom: 3px solid #225AFCFF;
}

/* 列表页 */
.find-wd-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.find-wd-item {
    width: calc((100% - 52px) / 2);
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #15294e;
}

.find-wd-icon {
    color: #2159FBFF;
    padding-right: 12px;
}

.find-wd-icon i {
    font-size: 27px;
}

/* 内容 */
.find-info-info {
    font-size: 16px;
    font-weight: 500;
    color: rgba(21, 41, 78, 1);
    margin-left: 10px;
}

.find-wd-info {
    flex: 1;
}

.find-info-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 18px;
    font-size: 16px;
    color: #15294e;
}

.find-info-title:hover {
    color: #2259FC;
}

.find-info-msg {
    font-size: 14px;
    font-weight: 400;
    color: rgba(83, 100, 131, 1);
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.find-info-msg:hover {
    color: #2259FC;
}

.find-info-law {
    display: flex;
    align-items: center;
}

.find-info-txs {
    display: flex;
}

.find-info-tx {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

/* 标题开始 */
.home {
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
}

.home-title {
    display: flex;
    align-items: center;
}

.home-title h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.home-more {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.home-more span {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

/* 标题结束 */
/* 标题 */
.hot-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    background: #FFF;
}

/* 列表 */
.hot-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-item {
    width: calc((100% - 50px) / 2);
    display: flex;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.hot-item:hover {
    /* box-shadow: 1px 0px 30px 0px rgba(186, 195, 255, 0.56); */
}

.hot-item-media {
    background-color: #FFF;
}

.hot-item.end {
    margin-right: 0;
}

.hot-article-thumb {
    width: 124px;
    height: 103px;
    border-radius: 6px;
    background: #b8bfc3;
    object-fit: cover;
    margin-right: 26px;
    cursor: pointer;
}

.hot-article-info {
    flex: 1;
}

.hot-article-lawyer {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.hot-article-tx {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-right: 10px;
    object-fit: cover;
}

.hot-article-name {
    flex: 1;
    font-size: 14px;
    color: #15294e;
}

.hot-article-title {
    color: #15294e;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: rgba(21, 41, 78, 1);
}

.hot-article-content {
    max-height: 44px;
    color: #707c9c;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(112, 124, 156, 1);
}

.hot-article-lawyer:hover .hot-article-name,
.hot-article-content:hover,
.hot-article-title:hover {
    color: #225AFC;
}

.hot-article-msg {
    font-size: 14px;
    color: #8f9bb9;
}

.hot-article-msg span {
    margin-right: 30px;
}

.find-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 14px;
    background-color: #FFF;
}

.find-zs-title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.find-zs-title span {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

.find-zs-title span a {
    color: rgba(21, 41, 78, 1);
}

.find-zs-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.find-zs-item {
    width: calc((100% - 50px) / 2);
    display: flex;
}

.zs-item-img {
    width: 160px;
    height: 164px;
    border-radius: 6px;
    margin-right: 15px;
}

.find-zs-box {
    flex: 1;
}

.zs-list-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.zs-item-item {
    display: flex;
    align-items: center;
    line-height: 22px;
    cursor: pointer;
}

.zs-item-item:hover .zs-item-icon,
.zs-item-item:hover .zs-item-title,
.zs-item-item:hover .zs-item-time {
    color: #2259FC !important;
}

.find-zs-item {
    margin-bottom: 18px;
}

.zs-item-icon {
    color: #A2ABC1FF;
}

.zs-item-title {
    flex: 1;
    font-size: 14px;
    height: 22px;
    color: rgba(21, 41, 78, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.zs-item-time {
    font-size: 13px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

.home-more {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.home-more span {
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

/* 盒子 */
.ranking {
    display: flex;
}

.ranking-box {
    width: 100%;
    padding: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(223, 230, 235);
}

.ranking-list-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 20px;
}

/* 三列 */
.ranking-item {
    width: 384px;
    margin-right: 28px;
}

.ranking-item.ranking-end {
    margin-right: 0;
}

/* 每一列 */
.ranking-title {
    text-align: center;
    font-size: 24px;
    color: #15294e;
    font-weight: 600;
    margin-bottom: 44px;
}

.ranking-lawyer-list {
    background: #fff;
    box-shadow: 0px 6px 14px 2px rgba(105, 115, 145, 0.17);
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.ranking-lawyer-item {
    flex: 1;
    display: flex;
    align-items: center;
}


.ranking-lawyer-num {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(134, 144, 168, 1);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(134, 144, 168, 1);
    line-height: 32px;
    text-align: center;
    margin-right: 33px;
    margin-left: 15px;
}

.ranking-lawyer-num.top1 {
    background: rgba(255, 150, 0, 1);
    color: #FFF;
    border: 1px solid rgba(255, 150, 0, 1);
}

.ranking-lawyer-num.top2 {
    background: rgba(196, 196, 196, 1);
    color: #FFF;
    border: 1px solid rgba(196, 196, 196, 1);
}

.ranking-lawyer-num.top3 {
    background: rgba(210, 180, 156, 1);
    color: #FFF;
    border: 1px solid rgba(210, 180, 156, 1);
}

.ranking-lawyer-tx {
    width: 58px;
    height: 58px;
    border-radius: 58px;
    margin-right: 22px;
    object-fit: cover;
}

.ranking-lawyer-top {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    margin-right: 22px;
    object-fit: cover;
}

.ranking-lawyer-top.top-1 {
    border: 2px solid #ffbe0a;
}

.ranking-lawyer-top.top-2 {
    border: 2px solid #cbcbcb;
}

.ranking-lawyer-top.top-3 {
    border: 2px solid #d4a681;
}

.ranking-lawyer-name {
    flex: 1;
    font-size: 18px;
    color: #15294e;
}

.ranking-lawyer-info {
    font-size: 14px;
    color: #7f8eaa;
}

.ranking-lawyer-box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ranking-lawyer-btn {
    width: 88px;
    height: 36px;
    border: 1px solid rgba(34, 90, 252, 1);
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ranking-hover-name {
    margin-bottom: 7px;
}

.ranking-hover-box {
    font-size: 16px;
    color: rgba(21, 41, 78, 1);
}

.ranking-hover-num {
    font-size: 13px;
    color: rgba(127, 142, 170, 1);
}

.home-title-msg {
    display: block;
    height: 37px;
    margin-left: 28px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid #5780F7;
    font-size: 14px;
    font-weight: 400;
    color: rgba(87, 128, 247, 1);
}

.lawyer-list-ask {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 140px;

    border-radius: 43px;
    margin-bottom: 10px;
    border: 0;
    background: #225afc;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.lawyer-list-ask:hover {
    color: #FFF !important;
}

.site-ask-tab-item {
    margin-right: 60px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    color: rgba(86, 104, 135, 1);
    cursor: pointer;
}

.site-ask-tab-item.active {
    color: #2159FBFF;
    border-bottom: 3px solid #225AFCFF;
}

.find-zs-new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.find-zs-new-left {
    background: #F5F7FA;

}

.find-zs-new-left  .active {
    background: #1861F2 !important;
    color: #fff !important;
    font-weight: 500;
}

.find-zs-new-left .active a {
    color: #fff !important;
    font-weight: 500;
}

.find-zs-new-left .item {
    width: 124px;
    height: 54px;
    opacity: 1;
    background: #fafafb;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}


.zs-item-item-new {
    display: flex;
    align-items: center;
    line-height: 49px;
    cursor: pointer;
}

.zs-item-item-new:hover .zs-item-icon,
.zs-item-item-new:hover .zs-item-title,
.zs-item-item-new:hover .zs-item-time {
    color: #2259FC !important;
}

.media-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.media-article-title {
    font-size: 16px;
    color: rgba(21, 41, 78, 1);
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    cursor: pointer;
}
.media-article-lawyer {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.media-article-tx {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-right: 10px;
    object-fit: cover;
}
.media-article-name {
    font-size: 14px;
    color: #979EAD;
    margin-right: 10px;
}
.media-item {
    width: calc((100% - 35px) / 2);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 42px 1px rgb(34 90 252 / 8%);
    display: flex;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    transition: all .1s ease;
}



.top_lawyer-item {
    position: relative;
    float: left;
    width: 142px;
    height: 135px;
    margin: 0 1px 1px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 0 0 12px
}

.top_lawyer-item .img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s
}

.top_lawyer-item .tl {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px
}

.top_lawyer-item .desc {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.top_lawyer-item:first-child {
    padding-left: 20px;
    width: 128px;
    height: 271px;
}

.top_lawyer-item:first-child .tl {
    font-size: 16px
}

.top_lawyer-item:hover {
    z-index: 5
}

.top_lawyer-item:hover .lawyer-float-card {
    opacity: 1;
    visibility: visible;
    top: calc(100%)
}

.top_lawyer-item:nth-child(-n+5) .lawyer-float-card {
    top: auto;
    bottom: calc(100% + 15px)
}

.top_lawyer-item:nth-child(-n+5):hover .lawyer-float-card {
    bottom: calc(100%)
}

.top_lawyer-item:nth-child(5) .lawyer-float-card,.top_lawyer-item:nth-child(9) .lawyer-float-card {
    right: 0;
    left: auto
}
.rel {
    position: relative;
}

.top_lawyer-item .hide-link, .lawyer-item4 .hide-link, .lawyer-item12 .hide-link {
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
}
.top_lawyer-item:hover .hide-link,.lawyer-item4:hover .hide-link,.lawyer-item12:hover .hide-link {
    opacity: .3
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mb22 {
    margin-bottom: 22px;
}
ol, ul {
    padding: 0;
    list-style: none;
}

.jx-lawyer-item{
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*    padding: 40px 0 0 30px;*/
}
.jx-lawyer-item-div{
    height: 204px;
    padding: 40px 0 0 30px;
}
.jx-lawyer-item {
    width: 388px;
    height: 204px;
    background: url(https://statics.falvcdn.com/statics/common/img/ad/tg-lawyer-card-bg1.png) center / cover no-repeat;
    margin: 0 12px 18px 0;
}
.jx-lawyer-item:nth-child(2),.jx-lawyer-item:nth-child(6),.lawyer-item8:nth-child(2){
    background: url(https://statics.falvcdn.com/statics/common/img/ad/tg-lawyer-card-bg2.png) center/cover no-repeat
}

.jx-lawyer-item:nth-child(3),.jx-lawyer-item:nth-child(4),.lawyer-item8:nth-child(3) {
    background: url(https://statics.falvcdn.com/statics/common/img/ad/tg-lawyer-card-bg3.png) center/cover no-repeat
}

/*.jx-lawyer-item .lawyer-img {
    width: 188px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 115px;
    height: 115px;
    border-radius: 115px;
    margin-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}*/

.jx-lawyer-item .lawyer-img {
    width: 188px;
    position: absolute;
    /*    top: 5px;*/
    right: 5px;
    width: 135px;
    /*    width: 155px;*/
    height: 175px;
    top: 15px;

    margin-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jx-lawyer-item .tl, .tl {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #333;
}

.jx-lawyer-item .lawyer-honor {
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-left: 12px;
    margin-top: 6px;
}

.jx-lawyer-item .tag-lists {
    font-size: 14px;
    color: #666;
    margin-left: -4px;
    margin-top: 10px;
    margin-right: 120px;
}

.jx-lawyer-item .tel:before, .tel:before {
    margin-right: 8px;
    content: '';
    width: 15px;
    height: 18px;

    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: -125px -30px;
}
.jx-lawyer-item .tag-lists .tag {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background: rgba(255, 255, 255, .24);
    border-radius: 2px;
    margin-left: 4px;
    margin-top: 2px;
}
.jx-lawyer-item .tag-lists {
    font-size: 14px;
    color: #666;
    margin-left: -4px;
    margin-top: 10px;
    margin-right: 120px;
}

.jx-lawyer-item .tel, .tel {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 46px;

    font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 27px;
}


.lawyer-item2 {
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 10px 10px 0;
}

.lawyer-item2 .law-img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    height:130px;
}
.lawyer-item2 .content {
    position: absolute;
    bottom: 0;
    height: 112px;
    background: #f5f6f8;
    border-radius: 0 0 4px 4px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.lawyer-item2 .tl {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 20px 0 10px;
}
.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lawyer-item2 .type {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 16px;
    text-align: center;
}
.lawyer-item2 .tel {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
}
.inner-page [class^=lawyer-item] .hold-show {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
.lawyer-item2 .pop {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lawyer-item2 p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-size: 12px;
    color: #fff;
    color: rgba(255, 255, 255, .75);
    text-align: center;
}



.lawyer-item2:hover .lawyer-float-card {
    opacity: 1;
    visibility: visible;
    top: calc(100%)
}

.lawyer-item2:nth-child(-n+5) .lawyer-float-card {
    top: auto;
    bottom: calc(100% + 15px);
}

.lawyer-item2:nth-child(-n+5):hover .lawyer-float-card {
    bottom: calc(100%)
}

.lawyer-item2:nth-child(5) .lawyer-float-card,.lawyer-item2:nth-child(9) .lawyer-float-card {
    right: 0;
    left: auto
}



.lawyer-float-card {
    z-index:999;
    position: absolute;
    width: 460px;
    height: 180px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    left: 0;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.lawyer-float-card .name-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap
}

.lawyer-float-card .lawyer-label {
    display: block;
    width: 54px;
    height: 18px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 0 -106px
}

.lawyer-float-card .float-img-box {
    position: absolute;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    top: 30px;
    right: 30px;
    overflow: hidden
}

.lawyer-float-card .online {
    position: absolute;
    top: 100px;
    right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #2aa399;
    border-radius: 2px
}

.lawyer-float-card .online:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 4px;
    background: #fff
}

.lawyer-float-card .float-img-box .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lawyer-float-card:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
    height: 12px
}

.lawyer-float-card .name {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.lawyer-float-card .name:hover {
    color: #e61
}

.lawyer-float-card .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 16px;
    margin-right: 100px
}

.lawyer-float-card .desc1 {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.lawyer-float-card .desc1.mr {
    margin-right: 160px
}

.lawyer-float-card .desc1 .num {
    font-weight: 700
}

.lawyer-float-card .desc1 .line {
    color: #eee
}

.lawyer-float-card .tel {
    color: #e61;
    display: -webkit-box;
    display: -ms-flexbox;
    /*    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700
}

.lawyer-float-card .tel:before {
    content: '';
    width: 15px;
    height: 18px;
    margin-right: 6px;

    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: -108px -30px
}

.lawyer-float-card .ask-btn {
    width: 136px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #e61;
    -webkit-transition: all .1s;
    transition: all .1s
}

.lawyer-float-card .ask-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #e61;
    border-radius: inherit
}

.lawyer-float-card .ask-btn:hover {
    background: linear-gradient(225deg,#ff5912 0%,#ff922e 100%);
    color: #fff
}

.lawyer-float-card .ask-btn:hover:after {
    display: none
}



.answer-screen {
    margin: 30px auto 0;
    padding: 53px 40px 33px;
    background: rgba(234, 238, 244, 1);
    border-radius: 14px;
}

.answer-screen-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(43, 63, 99, 1);
    margin-bottom: 32px;
}

.answer-screen-list-title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(116, 133, 166, 1);
    margin-bottom: 30px;
}

.answer-screen-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.answer-screen-item {
    width: 130px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin: 0 9px 9px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #15294E;
}

/* åˆ—è¡¨è¯¦æƒ… */
.answer-info-list {
    display: flex;
    align-items: center;
    margin: 22px 0 14px;
}

.answer-info-item {
    font-size: 14px;
    font-weight: 400;
    color: rgba(116, 133, 166, 1);
    margin-right: 38px;
}



.district_lawyer {
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center
}

.district_lawyer .lawyer_img {
    width: 168px;
    height: 168px;
    border-radius: 4px;
    display: block;
    position: relative
}

.district_lawyer .lawyer_img .img {
    width: 168px;
    height: 168px;
    border-radius: 4px
}

.district_lawyer .lawyer_img .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 71px;
    height: 28px
}

.district_lawyer .lawyer_main {
    margin: 0 20px;
    width: 450px;
    height: 168px;
    position: relative
}

.district_lawyer .lawyer_main:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 168px;
    background-color: #eee
}

.district_lawyer .lawyer_main .lawyer_tlt {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.district_lawyer .lawyer_main .lawyer_tlt .icon {
    width: 22px;
    height: 22px;
    border-radius: 2px;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px
}

.district_lawyer .lawyer_main .name {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    display: block;
    max-width: 418px
}

.district_lawyer .lawyer_main .name:hover {
    color: #e61
}

.district_lawyer .lawyer_main .site {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    margin-bottom: 30px
}

.district_lawyer .lawyer_main .tag_list {
    display: flex;
    position: relative
}

.district_lawyer .lawyer_main .tag_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg,rgba(238,102,17,.1) 0%,rgba(238,102,17,0) 100%)
}

.district_lawyer .lawyer_main .tag_list .item {
    text-align: center;
    width: 33.33%
}

.district_lawyer .lawyer_main .tag_list .item:not(:last-child) {
    border-right: 1px solid #eee
}

.district_lawyer .lawyer_main .tag_list .item .num {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

.district_lawyer .lawyer_main .tag_list .item .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #333
}

.district_lawyer .lawyer_note {
    margin-left: 30px;
    flex: 1
}

.district_lawyer .lawyer_note .note_item {
    display: flex
}

.district_lawyer .lawyer_note .note_item:not(:last-child) {
    margin-bottom: 16px
}

.district_lawyer .lawyer_note .note_item .note_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    width: 90px
}

.district_lawyer .lawyer_note .note_item .note_txt {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    text-align: justify
}
.lawyer_tlt .iphone{
        font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 27px;
    margin-left: 15px;
}



.list-lawyer-card {
    height: 254px;

    margin: 0 30px
}

.list-lawyer-card .tl {
    font-size: 28px;
    font-weight: 700;
    line-height: 98px;
    color: #422c11
}

.list-lawyer-card .lawyer-img {
    width: 116px;
    height: 116px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px
}

.list-lawyer-card .card-content {
    padding-top: 6px
}

.list-lawyer-card .lawyer-name {
    font-size: 24px;
    font-weight: 400;
    color: #422c11;
    margin-right: 10px
}

.list-lawyer-card .lawyer-name:hover {
    color: #e61
}

.list-lawyer-card .type {
    font-size: 14px;
    font-weight: 400;
    color: #422c11;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #422c11
}

.list-lawyer-card .phone {
    font-size: 18px;
    font-weight: 400;
    color: #422c11
}

.list-lawyer-card .phone:before {
    content: '';
    margin-right: 4px;
    width: 14px;
    height: 17px;

}

.list-lawyer-card .ask-time {
    font-size: 18px;
    font-weight: 400;
    color: #422c11;
    opacity: .5
}

.list-lawyer-card .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #897965;
    width: 324px
}

.list-lawyer-card .ask-content {
    margin-right: 24px;
    margin-top: 10px
}

.list-lawyer-card .ask-btn {
    margin: 0 auto 17px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: 156px;
    height: 40px;
    display: block;
    border-radius: 30px;
    background: linear-gradient(225deg,#ff5912 0%,#ff922e 100%)
}

.list-lawyer-card .ask-tips {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    color: #897965
}
.cover-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.flex {
    display: flex;
}
.lld-card{
       background-color: azure;
}
.mb15 {
    margin-bottom: 15px;
}

.district_consult {
/*    padding: 30px 30px 20px;*/
    border-radius: 6px;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 25px
}

.district_consult .consult_main {
    box-sizing: unset;
    padding: 20px;
    height: 80px;
    border-radius: 4px;
    background: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.district_consult .input_box {
    margin-right: 20px;
    width: calc(100% - 140px);
    background: 0 0;
    border: none;
    outline: none;
    display: block;
    box-sizing: border-box;
    resize: none;
    caret-color: #e61
}

.district_consult .ask_btn {
    width: 80px;
    border-radius: 4px;
    background: linear-gradient(225deg,#ff5912 0%,#ff922e 100%);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.district_consult .consult_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.district_consult .consult_tag {
    margin-left: 2px;
    margin-top: 20px
}

.district_consult .consult_tag .item:not(:last-child) {
    margin-right: 20px
}

.district_consult .consult_tag .item .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.district_consult .consult_tag .item .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333
}

.district_consult .note {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin-left: 36px
}

.ask_btn a{
    color:#fff;
}
.ask_btn a:hover{
    color:#fff!important;
}