* {
    margin: 0;
    padding: 0;
}

body {
    background: #efefef;
    color: #737373;
    margin-bottom: 50px;
    /*max-width: 500px;
    margin: auto;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    overflow: hidden;*/
}

input, textarea {
    font-family: Microsoft YaHei, serif;
}

input, select, option, button {
    color: #737373;
}

a {
    cursor: pointer;
}

span {
    vertical-align: top;
}

img {
    /*max-width: 500px;
    margin: auto;*/
    width: 100%;
    display: block;
}

:before, :after {
    z-index: 0;
}

/* 图片展示自适应手机 */
.ui-gallery {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 1000;
}

.ui-flex {
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
    box-sizing: border-box;
}

.ui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999999;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
    font-size: 14px;
}

.weui-msg__icon-area {
    margin-bottom: 15px;
}

.weui-msg__title {
    font-size: 18px;
}

.weui-uploader__file {
    position: relative;
    width: 72px;
    height: 72px;
}

.weui-uploader__file img {
    height: 100%;
}

.weui-uploader__input-box {
    width: 70px;
    height: 70px;
}

.weui-agree__text a {
    color: #e46c51;
}

.weui-cells {
    margin: 0;
}

.weui-cell {
    background: #ffffff;
    font-size: 14px;
}

.weui-cell__hd {
    border-bottom: 1px solid #ffffff;
}

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
    color: #23365e;
}

.weui-switch-cp__input:checked ~ .weui-switch-cp__box, .weui-switch:checked {
    border-color: #23365e;
    background-color: #23365e;
}

.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
    color: #23365e;
}

.weui-cell .date-icon {
    position: absolute;
    right: 15px;
}

.weui-cell__bd {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify;
}

.weui-label {
    width: 90px;
}

.weui-select {
    height: 41px;
    line-height: 41px;
}

.weui-input {
    height: 21px;
    line-height: 21px;
}

.weui-flex__item {
    color: #737373;
}

.weui-btn_blue {
    background: #23365e;
    color: #ffffff;
}

.weui-form_blue {
    color: #23365e;
    background: #ffffff;
}

.weui-dialog__btn_blue {
    color: #23365e;
    background: #ffffff;
}

.weui-dialog__btn {
    cursor: pointer;
    font-size: 15px;
}

.weui-tabbar {
    background: #ffffff;
    position: fixed;
}

.weui-tabbar .weui-tabbar__label {
    font-size: 14px;
}

.weui-tabbar .gain i {
    color: #23365e;
}

.weui-tabbar .gain p {
    color: #23365e;
}

.weui-tab .weui-navbar .active {
    background: #23365e;
    color: #FFFFFF;
}

.weui-form-preview {
    margin-bottom: 15px;
}

.weui-agree__checkbox:checked:before {
    color: #23365e;
}

.weui-form-preview .weui-form-preview__hd {
    text-align: center;
}

.weui-form-preview__ft .weui-form-preview__btn {
    font-size: 15px;
}

.weui-uploader__files img {
    object-fit: cover;
}

.weui-uploader__bd .loading {
    width: 72px;
    height: 72px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.weui-uploader__bd .loading .weui-loading {
    width: 72px;
    height: 72px;
}

.weui-uploader__files .ui-file {
    width: 72px;
    height: 72px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-right: 9px;
    margin-bottom: 9px;
    color: #737373;
}

.weui-uploader__files a {
    color: #737373;
}

.weui-uploader__files .ui-file .iconfont {
    font-size: 35px;
    text-align: center;
}

.weui-uploader__files .ui-file .ui-file_name {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.weui-toast .weui-icon-cancel {
    font-size: 56px;
    color: #ffffff;
}

.weui-actionsheet__cell {
    display: block;
    color: #737373;
    font-size: 15px;
}

.lawyers-form-justify .weui-input {
    text-align: right;
}

.lawyers-form-justify .weui-input[type="date"] {
    text-align: right;
    direction: rtl;
}

.lawyers-form-justify .weui-select {
    text-align: right;
    direction: rtl;
}

.lawyers-form-justify .weui-label {
    width: 120px;
    color: #23365e;
}

.lawyers-form-justify .weui-label span {
    color: #ff0000;
    display: block;
    width: 10px;
    float: left;
}

.lawyers-form-justify .weui-label i {
    color: #23365e;
    display: block;
    font-size: 14px;
    width: 16px;
    float: left;
}

.lawyers-form-justify .weui-cell__ft {
    font-size: 14px;
    padding-left: 5px;
    color: #23365e;
}