.weui-media-box__bd a {
    color: #737373;
}

.lawyers-header {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #23365e;
    font-size: 15px;
}

.lawyers-header-logo {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    min-height: 33px;
}

.lawyers-header-logo img {
    width: 150px;
    margin: auto;
}

.lawyers-background {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.lawyers-header-title {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #49597D;
    font-size: 15px;
    /*color: #23365e;
    border-top: 1px solid #23365e;
    border-bottom: 1px solid #23365e;*/
}

/* 表格 */
.lawyers-table-show, .lawyers-table-list {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 14px;
}

.lawyers-table-show td, .lawyers-table-show th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
    padding: 2px 5px;
}

.lawyers-table-show thead th {
    background-color: #CCE8EB;
    width: 100px;
}

.lawyers-table-show tr:nth-child(odd) {
    background: #ffffff;
}

.lawyers-table-show tr:nth-child(even) {
    background: #F5FAFA;
}

.lawyers-table-list th {
    border: 1px solid #49597d;
    color: #666;
    height: 30px;
    text-align: center;
}

.lawyers-table-list td {
    position: relative;
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
    padding: 2px 5px;
}

.lawyers-table-list thead th {
    background-color: #49597d;
    color: #ffffff;
    width: 100px;
}

.lawyers-table-list tr:nth-child(odd) {
    background: #ffffff;
}

.lawyers-table-list tr:nth-child(even) {
    background: #F5FAFA;
}

.lawyers-table-list td a {
    display: block;
    max-width: 60px;
    padding: 2px 5px;
    background: #49597D;
    color: #efefef;
    border-radius: 4px;
    margin: 5px auto;
}

.lawyers-badge {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    padding: 0 3px;
    min-width: 8px;
    border-radius: 18px;
    background-color: #F43530;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.lawyers-file-badge {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: #F43530;
    color: #FFFFFF;
    text-align: center;
}

.lawyers-file-badge .iconfont {
    line-height: 20px;
}

/* div多行文本输入框 */
.lawyers-textarea {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    outline: 0;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
    border-radius: 4px;
    text-align: justify;
}

.lawyers-textarea:empty::before {
    color: #737373;
    content: attr(placeholder);
}

.lawyers-text .lawyers-text-title {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 20px;
}

.lawyers-text .lawyers-text-content {
    min-height: 80px;
    margin: 0 10px 10px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

.lawyers-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.lawyers-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.lawyers-flex a.left, .lawyers-flex a.right {
    color: #23365e;
}

.lawyers-flex__item.left {
    text-align: right;
    padding-right: 11px;
}

.lawyers-flex__item.right {
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
}

.lawyers-float {
    cursor: pointer;
    z-index: 2000;
    position: fixed;
    top: 15px;
    right: 15px;
}

.lawyers-float .lawyers-float-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #efefef;
    background: #000000;
    opacity: 0.7;
    float: right;
    text-align: center;
}

.lawyers-float .lawyers-float-close .iconfont {
    display: block;
    width: 50px;
    height: 50px;
    color: #efefef;
    font-size: 40px;
}

.lawyers-base-box {
    display: block;
    background: #ffffff;
    color: #23365e;
    margin-bottom: 5px;
    padding: 0 5px;
}

.lawyers-btn {
    width: 100%;
    border: 0;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 36px;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.lawyers-red {
    color: #e46c51;
}

.lawyers-blue {
    color: #23365e;
}

.lawyers-surface {
    color: #6FA1D6;
}

.lawyers-tip-btn {
    background: #efefef;
    color: #23365e;
}

.lawyers-btn_red {
    background: #e46c51;
    color: #ffffff;
}

.lawyers-btn_blue {
    background: #23365e;
    color: #ffffff;
}

.lawyers-btn_white {
    background: #ffffff;
    color: #49597D;
}

.lawyers-btn_surface {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AADAE6), to(#6FA1D6));
    color: #ffffff;
}

.lawyers-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.lawyers-words {
    background: #FFFFFF;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
}

.lawyers-words .lawyers-words-title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}

.lawyers-words .lawyers-words-content {
    text-align: justify;
    overflow: hidden;
}

.lawyers-words .content-middle {
    color: #23365e;
    text-align: center;
}

.lawyers-words .lawyers-words-content .words-tip-icon {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #e46c51;
    float: left;
}

.lawyers-words .lawyers-words-content .words-tip-title {
    display: block;
    margin-left: 20px;
}

.lawyers-words .lawyers-words-content p {
    text-indent: 2em;
}

.lawyers-words .lawyers-words-content .lawyers-title {
    width: 75px;
    float: left;
}

.lawyers-words .lawyers-words-content .lawyers-content {
    width: calc(100% - 75px);
    float: left;
}

.lawyers-icon {
    cursor: pointer;
    display: block;
    color: #23365e;
    float: right;
}

.lawyers-nav-title {
    cursor: pointer;
    background: #ffffff;
    margin-top: 5px;
    color: #23365e;
}

.nav_blue .lawyers-nav-title {
    background: #23365e;
    color: #ffffff;
}

.lawyers-nav-title .weui-panel__hd {
    padding: 0 10px;
    line-height: 45px;
    color: #23365e;
    font-size: 15px;
}

.nav_blue .lawyers-nav-title .weui-panel__hd, .nav_blue .lawyers-nav-title .iconfont {
    color: #ffffff;
}

.lawyers-nav-title .weui-panel__hd i.iconfont {
    font-size: 21px;
}

.lawyers-pl-index {
    /*margin: 0 10px;*/
    line-height: 40px;
    font-size: 14px;
    border-top: 1px solid #23365e;
    border-bottom: 1px solid #23365e;
}

.lawyers-pl-index a {
    color: #23365e;
}

.lawyers-pl-index a.gain {
    background: #49597D;
    color: #ffffff;
}

.lawyers-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
}

.lawyers-info-hd {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.lawyers-info-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15px;
}

.lawyers-line-btm {
    border-bottom: 1px solid #dddddd;
}

.lawyers-top {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
}

.lawyers-show {
    width: 100%;
    background: #FFFFFF;
    height: 45px;
}

.lawyers-show .lawyers-back {
    cursor: pointer;
    width: 20%;
    float: left;
    line-height: 44px;
    padding-left: 15px;
}

.lawyers-show .lawyers-title {
    width: 80%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #23365e;
    margin-left: -10px;
    font-size: 15px;
}

.lawyers-show .lawyers-back .iconfont {
    color: #23365e;
    margin: auto;
    font-size: 22px;
}

.lawyers-search {
    clear: both;
}

.lawyers-middle-top {
    width: 100%;
    margin-top: 90px;
}

.lawyers-middle-btm {
    width: 100%;
    margin-bottom: 55px;
}

.lawyers-search-logo {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.lawyers-null {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lawyers-model-center {
    position: fixed;
    z-index: 1999;
    width: 96%;
    max-height: 86%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: auto;
}

.lawyers-model-agree {
    position: fixed;
    z-index: 1999;
    width: 96%;
    height: 90%;
    top: 5%;
    left: 2%;
    right: 2%;
    bottom: 5%;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: auto;
}

.model-agree-header {
    width: 96%;
    position: fixed;
    top: 5%;
    left: 2%;
    right: 2%;
    border-bottom: 1px solid #49597D;
}

.model-agree-content {
    margin-top: 54px;
    overflow: scroll;
}

.lawyers-model-agree::-webkit-scrollbar {
    display: none
}

.lawyers-card-format {
    margin: auto;
    max-width: 500px;
}

.lawyers-card,
.lawyers-card:hover,
.lawyers-card:active,
.lawyers-card:visited,
.lawyers-card:link,
.lawyers-card:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

.lawyers-card {
    cursor: pointer;
    background: url("../img/person-service/base/card-background.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    position: relative;
    border-radius: 10px;
    border: 2px solid #dddddd;
    padding: 10px;
    margin: 10px 10px;
    color: #737373;
}

.lawyers-card .card-delete {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}

.lawyers-card .card-delete i {
    font-size: 23px;
    font-weight: bold;
    color: #969696;
}

.lawyers-card .lawyers-card-tip {
    position: absolute;
    top: 60px;
    right: 15px;
    font-size: 14px;
}

.lawyers-card-header {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lawyers-card-content {
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lawyers-card-header .card-header-logo {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.lawyers-card .lawyers-card-info {
    text-align: left;
    width: 100%;
    padding: 20px 5px 10px 5px;
}

.lawyers-card-info .card-info {
    overflow: hidden;
    font-size: 14px;
}

.lawyers-card-info .card-info .card-info-title {
    float: left;
    min-width: 70px;
    color: #808080;
    text-align: justify;
    text-align-last: justify;
}

.lawyers-card-info .card-info .card-info-content {
    display: block;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word;
}

.lawyers-card-footer {
    overflow: hidden;
    padding: 0 3px;
}

.lawyers-card-footer span {
    font-size: 14px;
}

.lawyers-card-footer span.tip {
    color: red;
}

.lawyers-card-footer span.tips {
    color: #23365e;
}

.lawyers-card-footer .card-footer-btn {
    width: 90px;
    float: right;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    line-height: 23px;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    border: 1px solid #969696;
    background: #efefef;
}

.lawyers-menu {
    background: #ffffff;
    margin-top: 0;
    color: #23365e;
}

.lawyers-menu .weui-panel__hd {
    display: block;
    cursor: pointer;
    padding: 0 14px;
    line-height: 51px;
    color: #23365e;
    font-size: 15px;
}

.lawyers-menu .weui-panel__hd i.iconfont {
    font-size: 21px;
}

.lawyers-rank {
    margin-top: -2px;
}

.lawyers-rank .iconfont {
    font-size: 20px;
}

.lawyers-rank .icon-collect_surface {
    color: #FFBE00;
}

.lawyers-rank .icon-collect_line {
    color: #ADADAD;
}

.lawyers-user-background {
    overflow: hidden;
    width: 100%;
    background: url('../img/person-service/base/online-background.jpg') no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.lawyers-user-background .lawyers-info-headImg {
    width: 90px;
    height: 90px;
    margin: auto;
    border: 2px solid #efefef;
    border-radius: 50%;
}

.lawyers-clip .clip-header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    text-align: right;
}

.lawyers-clip .clip-header .clip-handle {
    display: block;
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    line-height: 50px;
}

.lawyers-clip .clip-header .clip-handle a {
    color: #eeeeee;
}

.lawyers-clip .clip-content {
    background: #000000;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
