/* 浏览器 */
.browser-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999999;
    overflow: hidden;
}

.browser-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999999;
}

.browser-header {
    background-color: #656e73;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.browser-header i {
    display: inline-block;
    width: 41px;
    height: 61px;
    font-size: 40px;
    margin-bottom: 10px;
}

.browser-bs {
    width: 1000px;
    padding: 60px 0;
    text-align: center;
    margin: 0 auto;
}

.browser-bs-block {
    display: inline-block;
    width: 100px;
    margin: 0 40px;
}

.browser-bs-block .bsi-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
}

.browser-bs-block a {
    display: inline-block;
    width: 98px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #39b94e;
    color: #39b94e;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
}

.browser-bs-block a:hover {
    background-color: #39b94e;
    color: #fff;
}

.browser-bsi-chrome .browser-bsi-icon {
    width: 100px;
    height: 100px;
}

.browser-bsi-firefox .browser-bsi-icon {
    width: 100px;
    height: 100px;
}

.browser-bsi-name {
    font-size: 18px;
    display: inline-block;
    margin: 10px 0 20px;
}

/* 响应式适配 */
.container-width {
    min-width: 1200px;
}

.content {
    width: 1200px;
}

.content-left {
    flex: 1;
    margin-right: 18px;
}

.content-right {
    width: 330px;
}

.answer-left {
    flex: 1;
    margin-right: 20px;
}

.answer-right {
    width: 400px;
}

/* 富文本渲染 */
.article-article {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    word-break: break-word;
}
.article-article p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 500;
}

.article-article h1,
.article-article h2,
.article-article h3,
.article-article h4,
.article-article h5,
.article-article h6,
.article-article p {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    line-height: 32px;
}

.article-article img {
    max-width: 620px;
    margin: 0 auto;
}

/* tab */
.word-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.word-tab-item {
    margin: 0 26px 15px 0;
    width: 114px;
    height: 47px;
    background: rgba(243, 245, 253, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.word-tab-item.active {
    background: rgba(35, 89, 253, 1);
    color: #FFF;
}

.word-article-title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(20, 43, 83, 1);
    margin-bottom: 27px;
    text-align: center;
}

.word-nav {
    width: 260px;
}

.word-nav-active {
    color: #2459fd;
}

.word-nav a {
    display: flex;
    font-size: 18px;
    color: #626e83;
    margin-bottom: 43px;
    padding-left: 32px;
    cursor: pointer;
}

.word-nav a span {
    margin-right: 45px;
}

.word-banner img {
    width: 100%;
}

/* 面包屑盒子 */
.mbx-page-box {
    display: flex;
    justify-content: center;
}

.mbx-list {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(131, 149, 182, 1);
}

.mbx-item {
    margin-right: 10px;
    color: rgba(131, 149, 182, 1);
}

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

.mbx-for-box {
    display: flex;
}

/* 下载 */
.download-box {
    position: absolute;
    width: 163px;
    border-radius: 10px;
    background-color: #FFF;
    right: 70px;
    top: -10px;
    padding: 15px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 34px 1px rgba(113, 148, 250, 0.19);
}

.download-msg {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #2b3f63;
    margin-top: 12px;
}

.download-code {
    width: 120px;
    margin: 12px 0 0;
    background: #132547;
}

/* word页面盒子 */
.word-box {
    margin: 78px auto 150px;
    display: flex;
}

.word-content {
    flex: 1;
    padding-right: 58px;
}

/* 律师个人中心盒子 */
.lawyer-home-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lawyer-home {
    padding: 30px 0 50px;
    display: flex;
}

.lawyer-home-r {
    flex: 1;
}

/* 点赞 */
.article-right {
    display: flex;
}

.article-zan {
    padding: 0 12px;
    height: 30px;
    border-radius: 30px;
    background-color: red;
    border: 1px solid #e2e9ff;
    background: #e2e9ff;
    color: #225afc;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .container-width {
        min-width: 960px;
    }

    .content {
        width: 960px;
    }

    .content-right {
        width: 290px;
    }

    .answer-right {
        width: 340px;
    }

    .mbx-list {
        max-width: 960px;
    }
}

/* 公用顶部 */
/* 顶部导航 */
.header-nav {
    width: 100%;
    height: 38px;
    background: rgba(235, 240, 246, 1);
/*    position: fixed;*/
    top: 0;
    z-index: 666;
    box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
    display: flex;
    justify-content: center;
}

.header-nav-content {
    align-items: center;
    display: flex;
}

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

.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;
}

.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;
}

.city-now {
    /* padding: 20px 30px 30px; */
    display: flex;
    height: 53px;
    /* margin-bottom: 26px; */
    background: #f7faff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

/* 城市相关结束 */
.header-nav-list {
    flex: 1;
    display: flex;
}

.header-nav-item {
    display: flex;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(131, 149, 182, 1);
}

.header-nav-item h2 {
    font-size: 14px;
}

.header-nav-item:hover {
    color: #225AFC;
}

.header-nav-user {
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(131, 149, 182, 1);
}

.header-user-login {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgba(131, 149, 182, 1);
}

.header-user-tx {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-right: 5px;
    object-fit: cover;
}

.header-user-name {
    margin-right: 21px;
    display: flex;
    align-items: center;
}

.header-user-law {
    margin-right: 15px;
    cursor: pointer;
}

.header-user-law:hover {
    color: #225AfC;
}

.header-user-name i {
    margin-right: 5px;
}

.header-user-item {
    height: 38px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}

.header-user-item a {
    color: rgba(131, 149, 182, 1);
}

.header-user-item:hover {
    background-color: #FFF;
    color: #225AFC;
}

.header-user-item i {
    margin-right: 6px;
    font-size: 19px;
}

.header-user-item:hover i {
    color: #225AFC;
}

/* 城市选择 */
.city-menu-box {
    width: 250px;
    height: 300px;
    overflow-y: scroll;
}

.header-user-nav {
    color: rgba(131, 149, 182, 1);
}

.header-user-phone:hover .phone-qrcode {
    display: flex;
}

.header-user-nav:hover .nav-qrcode {
    display: flex;
}

/* 网站导航 */
.nav-qrcode {
    width: 680px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
}

/* 手机听律选择 */
.nav-qrcode,
.phone-qrcode {
    z-index:100;
    right: 0;
    top: 38px;
    position: absolute;
    background-color: #FFF;
    display: none;
    border-radius: 6px 0 6px 6px;
    box-shadow: 0px 20px 34px 1px rgba(113, 148, 250, 0.19);
}

.nav-site {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 36px;
    padding-right: 57px;
}

.nav-site-input {
    width: 430px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DBDEE4;
    border-radius: 20px;
    padding: 0 15px;
}

.phone-qrcode {
    width: 320px;
    padding: 15px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone-app-item {
    width: 320px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px 5px;
}

.phone-app-item.end {
    border-bottom: 0;
}

.phone-app-qrcode {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.phone-app-title {
    font-size: 15px;
    color: #15294e;
    font-weight: 700;
    margin-bottom: 3px;
}

.phone-app-info {
    font-size: 14px;
    color: rgba(131, 149, 182, 1);
}

.city-site {
    font-size: 13px;
    font-weight: 400;
    color: rgba(35, 90, 253, 1);
    margin-right: 15px;
}

/* 网站地图 */
.nav-qrcode-box {
    display: flex;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #F3F5F9FF;
}

.nav-qrcode-icon {
    font-size: 22px !important;
    color: #225AFCFF;
}

.nav-qrcode-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #15294E;
    margin-bottom: 10px;
}

.nav-qrcode-lists {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nav-qrcode-list {
    width: 100%;
}

.nav-qrcode-item {
    font-size: 14px;
    font-weight: 400;
    color: #55688D;
    margin: 0 14px 10px 0;
}

.user-icon-remind {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: red;
    position: absolute;
    right: -4px;
    top: 0;
}

.shade {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 665;
}

.login {
    cursor: pointer;
    font-size: 14px;
}

.top-kh {
    width: 100%;
    height: 118px;
}


.top-box {
    width: 100%;
/*    height: 80px;*/
    background: #fff;
/*    position: fixed;*/
    top: 38px;
    z-index: 666;
    box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
}

.top {
    margin: 0 auto;
    display: flex;
}

.top-logo {
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top-logo img {
    height: 54px;
}

.top-city {
    height: 80px;
    margin-left: 52px;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.top-city img {
    width: 12px;
    margin-left: 3px;
}

.nav {
    flex: 1;
    display: flex;
    margin-left: 36px;
}

.nav li {
    display: flex;
}

.nav-li-a {
    font-size: 16px;
    color: #59616f;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
}

.nav-li-a:hover .nav-dropdown {
    display: block;
}

.nav-dropdown {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 20px 34px 1px rgb(113 148 250 / 19%);
    background-color: #FFF;
}

.nav-dropdown-item {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #59616f;
}

.nav-dropdown-item.active{
    color: #FFF !important;
    background-color: #235afc !important;
}

.nav-dropdown-item:hover {
    color: #FFF !important;
    background-color: #235afc !important;
}

.nav-li-a h2 {
    font-size: 16px;
}

.nav-li-a i {
    margin-left: 10px;
}

.nav-li-a.active {
    color: #235afc;
    border: 1px solid #f0f2f9;
    border-top: 2px solid #fff;
    border-bottom: 4px solid #1650fd;
}

.nav-li-a:hover h2 {
    color: #235afc;
}

.top-user {
    display: flex;
    align-items: center;
}

.user-icon li {
    padding: 0 25px;
    position: relative;
    cursor: pointer;
    height: 80px;
    display: flex;
    align-items: center;
}

.user-icon-item {
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
}

.user-icon-item:hover .user-icon-img {
    color: #225AFC;
}

.user-icon-img {
    font-size: 24px;
    margin-right: 8px;
}

.user-icon {
    display: flex;
    height: 80px;
}

.user-tx {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
    margin-left: 30px;
    cursor: pointer;
}

.user-tx img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

/* 通知 */
.inform-box {
    position: absolute;
    width: 213px;
    padding: 22px 21px 17px;
    background-color: #FFF;
    border-radius: 10px;
    top: 70px;
    left: -90px;
    box-shadow: 0 0 10px rbga(133, 148, 250, .08);
}

.inform-item {
    margin-bottom: 15px;
}

.inform-orderno {
    font-size: 14px;
    color: #162a4d;
    margin-bottom: 5px;
}

.inform-info {
    display: flex;
    margin-bottom: 15px;
}

.inform-msg {
    flex: 1;
    font-size: 14px;
    color: #5b6f94;
}

.inform-num {
    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 15px;
    color: #FFF;
    background: red;
}

.inform-more {
    margin-top: 10px;
    text-align: center;
    color: #2b3f63;
    font-size: 14px;
}

/* 搜索 */
.search-box {
    width: 100%;
    background: #FFF;
    padding: 50px 0 63px;
    display: flex;
    justify-content: center;
}

.search {
    width: 743px;
}

.search-title {
    font-size: 18px;
    color: #14284d;
    margin-bottom: 27px;
}

.search-main {
    display: flex;
}

.search-input {
    flex: 1;
    height: 45px;
    border-radius: 45px 0 0 45px;
    border: 1px solid #b3bdd1;
    padding: 0 15px;
}

.search-btn {
    width: 91px;
    border-radius: 0 45px 45px 0;
    background: #225AFC;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
}

.search-btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.citylist {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(133, 148, 250, .08);
    right: -24px;
    top: 80px;
    width: 120px;
    height: 300px;
    text-align: center;
    overflow-y: scroll;
    border-radius: 10px;
}

.citylist-item {
    height: 35px;
    line-height: 35px;
}

.citylist::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0);
}

/*定义滚动条轨道*/
.citylist::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

/*定义滑块*/
.citylist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e0e3ea8f;
}

/* 热搜词 */
.search-word {
    display: flex;
    align-items: center;
    padding-top: 20px;
    font-size: 14px;
    color: #a1adc5;
}

.search-word-title {
    margin-right: 15px;
}

.search-list {
    display: flex;
    align-items: center;
}

.search-item {
    margin-right: 20px;
    color: #a1adc5;
}

@media (max-width: 1400px) {
    .nav {
        margin-left: 0;
    }
}


/* 右侧悬浮 */

.rmenu {
    position: fixed;
    width: 60px;
    height: 100vh;
    top: 0;
    right: 2%;
    padding-top: 80px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    z-index: 9999;
}

.rmenu-item {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 6px;
    margin-bottom: 18px;
    box-shadow: 0 0 10px rgba(151, 176, 249, .43);
    cursor: pointer;
    position: relative;
}

.rmenu-item:hover .rmenu-item-icon {
    color: #225AFC;
}

.rmenu-item-icon {
    /* width: 26px;
height: 26px; */
    color: #ABBAE6;
    font-size: 26px;
}

.rmenu-item span {
    font-size: 13px;
    color: #3e4f81;
    margin-top: 3px;
}

/* 咨询 */
.consult-box {
    width: 163px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(151, 176, 249, .43);
    position: absolute;
    right: 70px;
    top: -10px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 0 6px;
}

.consult-text {
    font-size: 14px;
    color: #9c9fb5;
    margin-bottom: 14px;
}

.consult-btn {
    width: 118px;
    height: 35px;
    border-radius: 35px;
    background-color: #507bf7;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}

.consult-btn:hover {
    color: #FFF;
}

/* 公用分页 */
.pagination {
    margin: 40px auto;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 6px;
}

.pagination li a:hover {
    color: #225AFC;
}

.pagination li a,
.pagination li.active {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination li a {
    background: #EDF0F2;
    color: #626262;
}

.pagination li.active {
    background: #15294E;
    color: #FFF;
}

/* 公共底部 */
.qrcode-img {
    width: 98px;
    height: 98px;
    background: #FFF;
    margin-bottom: 16px;
}

.qrcode-item span {
    color: #FFF;
    font-size: 14px;
}

.qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 26px;
}

.qrcode-title {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.qrcode {
    display: flex;
}

.footer-msg {
    font-size: 14px;
    color: #8a949c;
    margin-bottom: 5px;
    line-height: 1.5;
}

.footer-msg p {
    display: flex;
    align-items: center;
}

.footer-msg a {
    color: #8a949c;
    cursor: pointer;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav a {
    display: block;
    font-size: 16px;
    color: #FFF;
    padding-right: 13px;
    margin-right: 13px;
    margin-bottom: 10px;
    border-right: 1px solid #50575d;
}

.footer-nav a h2 {
    font-size: 16px;
}

.footer-link {
    font-size: 13px;
    margin-bottom: 7px;
    color: #8a949c;
}

.footer-link span {
    margin-right: 10px;
}

.footer-link a {
    color: #FFF;
}

.footer-info {
    flex: 1;
}

.footer-logo {
    width: 160px;
    height: 80px;
}

.footer {
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #2c2c2c;
}

.footer-box {
    width: 100%;
    background: #2c2c2c;
}

.footer-contont {
    display: flex;
    align-items: center;
}

.link-box {
    margin: 20px 0 0;
}

/* 承诺 */
.foot-approve {
    margin: 50px auto 0;
    display: flex;
    padding: 50px 0;
    border-top: 1px solid #ece7f0;
    justify-content: space-between;
}

.approve-item {
    display: flex;
    flex: 1;
}

.approve-img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.approve-info {
    flex: 1;
}

.approve-title {
    font-size: 16px;
    color: #15294e;
    margin-bottom: 10px;
    margin-top: 4px;
}

.approve-msg {
    font-size: 14px;
    color: #9ba3ba;
}

/* 友情链接 */
.link-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.link-tab {
    display: flex;
    color: #8a949c;
    border-bottom: 1px solid #50575d;
}

.link-tab-item {
    display: flex;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
}

.link-tab-item:hover {
    color: #fff;
}

.link-tab-item.active {
    color: #fff;
}

.link-list {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
}

.link-list a {
    color: #FFF;
    margin-right: 15px;
}

/* logo */
.footer-logo-link {
    display: flex;
    margin-right: 48px;
}

/* 版权声明 */
.article-copyright {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 70px;
}


/* 底部推荐律师 */
/* 标题 */
.btm-lawyerlist-box {
    width: 100%;
    display: flex;
    background-size: cover;
    /*	margin-bottom: 100px;*/
}

.btm-box-title {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 66px;
}

.btm-title {
    font-size: 30px;
    color: #fff;
    font-size: 600;
}

.btm-more {
    font-size: 20px;
    color: #cfd8e9;
}

.related {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 0px rgba(33, 89, 251, 0.11);
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.related-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(43, 62, 99, 1);
    margin-bottom: 26px;
}

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

.related-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 35px;
    background: rgba(107, 143, 251, 1);
    border-radius: 4px;
    margin: 0 15px 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.related-item:hover {
    color: #FFF !important;
}

.related-type {
    display: flex;
    position: relative;
}

.related-type-more {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: rgba(116, 133, 165, 1);
    cursor: pointer;
    padding: 0 15px;
    user-select: none;
}

.related-type-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(115, 133, 166, 1);
    margin-right: 20px;
}

.related-type-item {
    font-size: 14px;
    font-weight: 400;
    color: rgba(21, 41, 77, 1);
    display: flex;
    margin-bottom: 10px;
}

.related-type-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    padding-right: 58px;
    margin-bottom: 15px;
    overflow: hidden;
}

.related-type-item {
    margin-right: 30px;
}

.load {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load i {
    margin-right: 6px;
}


/* 占位 */
.nodata-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.nodata-box img {
    width: 100px;
    margin-bottom: 20px;
}

.nodata-box span {
    font-size: 16px;
    color: #666;
}

/* 分享 */
.share-shade {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-box {
    width: 400px;
    background-color: #FFF;
    border-radius: 5px;
}

.share-box-head {
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-box-title {
    font-weight: 700;
}

.share-box-iconfont {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.share-app {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
}

.share-app-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0 0;
}

.share-app-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.share-app-item i {
    font-size: 30px;
    margin-right: 10px;
}

.share-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code-img {
    width: 100px;
    height: 100px;
    background-color: #0066CC;
    margin-bottom: 5px;
}

.share-code-title {
    color: #666;
    font-size: 14px;
}

/* 下载APP宣传图 */

.publicity {
    width: 100%;
    height: 210px;
    background-color: #000066;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.publicity img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

@media (max-width: 1400px) {

    .publicity,
    .publicity img {
        height: 170px;
    }
}

/* 客服弹窗 */
.servewin-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 599;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.20);
    display: flex;
    justify-content: center;
    align-items: center;
}

.servewin{
    width: 262px;
    height: 278px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(146, 172, 244, .56);
    padding: 44px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servewin-title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}
.servewin-msg{
    font-size: 13px;
    color: #225afc;
    margin-bottom: 24px;
}
.servewin-code{
    width: 120px;
    height: 120px;
    background: #000000;
}
.servewin-code img{
    width: 120px;
    height: 120px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

.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-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;
}

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

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

.mbx-data{
    position: absolute;
    margin-top: -10px;
    z-index: 10;
    display: none;
    padding: 15px 18px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.mbx-data-item {
    margin-right: 10px;
    color: rgba(131, 149, 182, 1);
}

.mbx-data-item.active {
    color: #225AFC;
}

.article-article a {
    color: #297acc !important;
}


.ad_lawyer_card{
    height: 100px;
    position: relative;
    background-color: #f9f4ee;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ad_lawyer_card .lawyer {
    cursor: pointer;
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
    padding-left: 355px;

}

.ad_lawyer_card .lawyer .lr {
    left: 60px;
}
.ad_lawyer_card .lawyer .lr {
    position: absolute;
    top: 10px;
    /*    width: 230px;*/
}

.ad_lawyer_card .lawyer .lr .photo {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 30px;
}

.ad_lawyer_card .lawyer .lr .photo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.ad_lawyer_card  .lawyer .lr .name {
    font-size: 28px;
    color: #c79e5f;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
    height: 40px;
    overflow: hidden;
    padding-top: 6px;
    box-sizing: border-box;
}

.ad_lawyer_card  .lawyer .lr .tag {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
}

.ad_lawyer_card  .lawyer .front {
    padding: 20px 390px 0 0;
}
.ad_lawyer_card  .lawyer .front {
    height: 80px;
    position: relative;
}

.ad_lawyer_card  .lawyer .front .td {
    height: 30px;
    overflow: hidden;
    background-color: #d3bb97;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.ad_lawyer_card .lawyer .front .intro {
    font-size: 16px;
    color: #666;
    height: 20px;
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
}

.ad_lawyer_card .lawyer .back {
    padding: 0 330px 0 355px;
    position: absolute;
    left: 0;

    right: 0;
    height: 100px;
}


.ad_lawyer_card .lawyer .back .well {
    height: 100px;
}


.ad_lawyer_card .center-box {
    letter-spacing: -5px;
}

.ad_lawyer_card  .lawyer .back .well .intro {
    font-size: 22px;
    color: #333;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin-top: 36px;
}

.ad_lawyer_card  .btn {
    background-color: #0057ff;
    position: absolute;
    top: 32px;
    right: 40px;
    width: 144px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /* display: none; */
}
.ad_lawyer_card .btn:hover {
    color: #FFF !important;
}
.center-box .center-body {
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    word-wrap: break-word;
    font-size: 12px;
    vertical-align: middle;
}


.qrcode-pop-shade {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrocde-pop {
    background: white;
}
.qrocde-pop {

}
.qrocde-pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0px 10px 25px;
    width: 300px;
    border-radius: 10px;

    background-size: 100% auto;
    text-align: center;
}

.popup-order-exit-mp {
    display: flex;
    justify-content: flex-end;
    padding: 0rem 0rem 0rem;
    cursor: pointer;
    margin-top: 0px;
    padding-top: -40px;
    color: white;
}
.note {
    font-size: 13px;
    opacity: .65;
    margin-top: 15px;
}

.reclawyer-btn-sub {
    width: 260px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(270deg, #2468F2 0%, #4DB8FF 100%);
    border-radius: 40px 40px 40px 40px;
}


.consult-top-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 24px 0;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: none;
}
.consult-top-fixed .conts {
    width: 860px;
    margin: auto;
    overflow: hidden;
    clear: both;
    line-height: 40px;
}
.consult-top-fixed .c-left {
    float: left;
}
.consult-top-fixed .c-left .ico {
    float: left;
    margin: 14px 10px 10px 0;
    width: 9px;
    height: 16px;
}
.consult-top-fixed .c-left .tit {
    float: left;
    margin-right: 16px;
    font-size: 24px;
    font-weight: 600;
}
.consult-top-fixed .c-left .txt {
    padding-left: 16px;
    position: relative;
    float: left;
    font-size: 14px;
    color: #999;
}
.consult-top-fixed .c-left .txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0EB55D;
}
.consult-top-fixed .c-left .txt em {
    font-weight: normal;
    color: #EC3B3B;
    margin: 0 5px;
    font-style: normal;
}
.consult-top-fixed .c-right {
    float: right;
}
.consult-top-fixed .c-right .ask-l {
    float: left;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 20px;
    background-color: #225AFC;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}
.consult-top-fixed .c-right .ask-l .ico-jt {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.consult-top-fixed .c-right .ask-l:hover {
    opacity: .8;
    color:#fff;
}
.consult-top-fixed .c-right .ask-r {
    margin-left: 16px;
    float: left;
    font-size: 16px;
    color:#fff;
}
.consult-top-fixed .c-right .ask-r:hover {
    color:#fff;
}


.consult-bottom-fixed {
    display: none;
    top: auto;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
}
:root .consult-bottom-fixed {
    -webkit-filter: none;
}
.consult-bottom-fixed .conts {
    width: 700px;
}
.consult-bottom-fixed .c-left .tit {
    color: #fff;
}
.consult-bottom-fixed .c-left .txt {
    top: 2px;
    color: #ddd;
    font-weight: bold;
    font-size: 16px;
}
.consult-bottom-fixed .c-left .txt em {
    margin-left: 0;
    font-weight: bold;
}
.icon-vip {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../img/lawyer_vip.png) no-repeat;
}

.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;
    }
}


 .lawyer-content {
        margin: 0 auto 0;
        display: flex;
    }
    
    .swiper-container .pagination {
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, .15);
}
.swiper-container .pagination {
    position: absolute;
    z-index: 20;
}
.swiper-container .swiper-pagination-switch {
    float: left;
    width: 116px;
    height: 32px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.swiper-container .swiper-pagination-switch:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .25);
}
.swiper-container  .swiper-active-switch {
    background-color: rgba(0,0,0,.4);
}
.gray{
    color:gray;
}
  .profile-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 300px;
    margin: auto;
  }
  .profile-picture {
    width: 100%;
    height: auto;
    /*border-radius: 50%;*/
    display: block;
    margin-bottom: 10px;
  }