.filtrate-box {
    display: flex;
    flex-direction: column;
}

.banner {
    width: 100%;
    height: 218px;
    margin-top: 20px;
    background: #333;
}

.banner-img {
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.lawyer-content {
    margin: 0 auto 0;
    display: flex;
}

.banner {
    width: 100%;
    height: 218px;
    margin-top: 38px;
    background: #333;
}

/* 筛选 */

.filtrate-item {
    display: flex;
    border-bottom: 1px solid #eff2fb;
    margin-bottom: 28px;
}

.filtrate-more {
    top: 0;
    right: 0;
    color: #1650fd;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.filtrate-more span {
    display: flex;
    align-items: center;
}

.filtrate-more i {
    margin-left: 7px;
}

.filtrate-item.city {
    max-height: 40px;
    overflow: hidden;
}

.filtrate-title {
    padding-top: 5px;
    font-size: 16px;
    color: #8796b1;
    margin-right: 25px;
    margin-bottom: 15px;
    user-select: none;
}

.filtrate-title.active {
    color: #225AFC;
}

.filtrate-title span {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.filtrate-tag {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.filtrate-tag a {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 24px;
    font-size: 14px;
    color: #4f5c74;
}

.filtrate-tag a.active {
    padding: 5px 10px;
    background: #e2e9ff;
    color: #225afc;
    border-radius: 12px;
}

.filtrate-tag span:hover {
    padding: 5px 10px;
    background: #e2e9ff;
    color: #225afc;
    border-radius: 12px;
}

/* 搜索 */
.search-icon {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    cursor: pointer;
}

.classify-search {
    width: 337px;
    height: 39px;
    position: relative;
}

.classify-input {
    width: 100%;
    height: 39px;
    border-radius: 39px;
    background: #edf0f2;
    border: 1px solid #edf0f2;
    padding: 0 50px 0 34px;
}

.classify-input:focus {
    outline-offset: 2px;
    border-radius: 39px;
    outline: -webkit-focus-ring-color auto 0;
    border: 1px solid #225afc;
    transition: all 0.2s ease;
}

.classify-nav li {
    margin-right: 15px;
    cursor: pointer;
}

.classify-nav {
    display: flex;
}

.classify {
    margin-top: 20px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ced7de;
}

.classify-item {
    height: 41px;
    border-radius: 10px;
    padding: 0 10px;
    background: #edf0f2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classify-item i {
    font-size: 10px;
    margin-left: 12px;
}

.classify-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

</style><style scoped="scoped">.lawyerlist-page {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* 配图 */
.lawyer-pic {
    width: 100%;
    margin-bottom: 20px;
}

.lawyer-pic img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* 律师推荐 */
.lawyer-show {
    width: 100%;
    margin-top: 36px;
    padding: 36px 20px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(34, 90, 252, 0.34);
}

.lawyershow-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #2b3f63;
}

/* 活跃律师 */
.lawyer-active {
    margin-top: 68px;
    padding: 0 45px;
}

.active-title {
    font-size: 24px;
    color: #15294e;
    margin-bottom: 6px;
}

/* 文章 */
.btm-lawyerlist-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.btm-lawyerlist-item {
    width: 559px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 42px 56px;
    margin-right: 80px;
    margin-bottom: 30px;
    cursor: pointer;
}

.btm-lawyerlist-item.end {
    margin-right: 0;
}

.btm-lawyerlist-tx {
    width: 75px;
    height: 75px;
    border-radius: 60px;
    margin-right: 26px;
    object-fit: cover;
}

.btm-lawyerlist-info {
    flex: 1;
}

.btm-lawyerlist-title {
    font-size: 20px;
    color: #15294e;
    margin-bottom: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.btm-lawyerlist-digest {
    font-size: 16px;
    color: #707c9c;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

/* tab切换 */
.ranking-tab {
    width: 100%;
    display: flex;
}

.ranking-tab-item {
    margin-right: 30px;
    font-size: 16px;
    color: #4c5d7c;
    cursor: pointer;
    margin-bottom: 12px;
}

.ranking-tab-hr {
    width: 100%;
    margin-bottom: 30px;
}

.ranking-tab-hr span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #1735e6;
    transition: all 0.1s ease-in;
}

/* 律师排行 */

.ranking-lawyer-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.ranking-lawyer-tx {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 33px;
    cursor: pointer;
    object-fit: cover;
}

.ranking-lawyer-name {
    flex: 1;
    font-size: 14px;
    color: #546687;
}

.ranking-lawyer-info {
    font-size: 16px;
    color: #546687;
}



/* 城市相关开始 */
.header-nav-city {
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 13px;
    color: rgba(35, 90, 253, 1);
    cursor: pointer;
    position: relative;
}

.lawyer-city-box {
    position: absolute;
    top: 27px;
    width: 819px;
    background-color: #FFF;
    box-shadow: 0px 5px 12px 1px rgba(34, 90, 252, 0.09);
    cursor: initial;
    z-index: 2;
}

.lawyer-city-shade {
    position: fixed;
    left: 0;
    top: 38px;
    width: 100%;
    height: calc(100vh - 38px);
    background-color: rgba(0, 0, 0, .56);
    z-index: 1;
}

.header-nav-city i {
    margin-left: 5px;
}

.lawyer-city-now {
    /* padding: 20px 30px 30px; */
    display: flex;
    height: 53px;
    /* margin-bottom: 26px; */
    /* background:rgba(240,242,247,1); */
}

.lawyer-city-now-item {
    line-height: 53px;
    padding: 0 27px;
    color: rgba(156, 165, 184, 1);
    cursor: pointer;
}

.lawyer-city-now-item.active {
    background-color: #FFF;
    color: rgba(34, 90, 252, 1);
}

.lawyer-city-title {
    padding: 0 30px 10px;
    color: #9CA5B8FF;
}

.lawyer-city-letter {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
    color: rgba(58, 78, 113, 1);
    line-height: 43px;
}

.lawyer-city-letter-item {
    padding-right: 10px;
}

.lawyer-city-select {
    background: rgba(238, 243, 250, 1);
    padding: 20px 30px;
    max-height: 400px;
    overflow-y: scroll;
}

.lawyer-city-select::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #acb2c0;
}

/*定义滚动条轨道*/
.lawyer-city-select::-webkit-scrollbar-track {
    background-color: #e6eaf0;
}

/*定义滑块*/
.lawyer-city-select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #acb2c0;
}

.lawyer-city-select-item {
    display: flex;
    align-items: center;
}

.lawyer-city-select-letter {
    width: 20px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    padding-bottom: 12px;
    margin-right: 17px;
}

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

.lawyer-city-select-province {
    padding: 12px 15px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin: 0 12px 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(43, 63, 99, 1);
    position: relative;
    cursor: pointer;
}

/* 城市相关结束 */

.lawyerlist-item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 21px 30px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(34, 90, 252, .08);
    position: relative;
}

.lawyerlist-item a {
    flex: 1;
    display: flex;
}

.lawyerlist-img {
    width: 104px;
    height: 104px;
    background: #e4e4e4;
    margin-right: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.lawyerlist-img img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    transition: all 0.1s ease-in;
}

.lawyerlist-content {
    flex: 1;
}

.lawyer-title {
    font-size: 18px;
    color: #15294e;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
}

.lawyer-title-serve {
    color: #225afc;
    font-size: 14px;
    margin-left: 22px;
}

.lawyer-title-age {
    color: #4f5a74;
    font-size: 14px;
    margin-left: 32px;
    font-weight: 500;
}

.lawyerlist-digest {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #4f5c74;
}

.lawyerlist-digest h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.lawyerlist-digest span {
    width: 83px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid #adb9cf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 21px;
    margin-bottom: 10px;
}

.lawyerlist-msg {
    display: flex;
}

.msg-item {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4f5c74;
}

.msg-item img {
    margin-right: 5px;
}

.lawyerlist-page {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.chat-btn {
    display: flex;
    position: absolute;
    top: 18px;
    right: 26px;
}

.chat-btn a {
    width: 100px;
    height: 35px;
    border-radius: 35px;
    background: #225afc;
    color: #fff;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.chat-btn a:hover {
    color: #FFF !important;
}

/* 动画 */
.lawyerlist-item:hover .lawyerlist-img img {
    transform: scale(1.1);
    transition: all 0.1s ease-in;
}

@media (max-width: 1400px) {
    /* .lawyerlist-img,
.lawyerlist-img img{
  width: 106px;
  height: 136px;
} */

    .lawyerlist-digest span {
        width: 83px;
        height: 26px;
        margin-right: 5px;
    }
}


.answer-article-msg {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.answer-article-left {
    display: flex;
    flex: 1;
}

.article-msg-item {
    font-size: 14px;
    font-weight: 400;
    color: #8092B2;
    margin-right: 27px;
    display: flex;
}

.article-msg-item i {
    margin-right: 8px;
}

.article-msg-type {
    display: flex;
    align-items: center;
    color: #225AFC;
}

.article-msg-type img {
    margin-right: 8px;
}

.answer-article-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 19px;
}

.answer-article-title i {
    font-size: 23px;
    color: #225AFC;
    margin-right: 14px;
    font-weight: 400;
}

.answer-article-article {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height:36px;
    position: relative;
}
.answer-article {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
    border-radius: 20px;
    padding: 23px 34px 23px 50px;

}
.ask_data_contentst{
    padding: 30px;

    background: rgba(255, 255, 255, 1);
    background-size: 100% auto;
}