ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 8px 15px;
}

.border-radius {
    border-radius: 2px;
}

.border-radius5 {
    border-radius: 5px;
}

.border_right {
    border-right: 1px solid #ddd;
    margin: 10px 0;
    min-height: 400px;
}

.border-default {
    border: 1px solid #ddd;
}

.border-brand {
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #ddd;
    color: #6685df;
    padding: 0 5px;
    margin-top: 5px;
    cursor: pointer;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-no-bottom {
    border-bottom: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.list_tit {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}

.h1_line {
    width: 5px;
    height: 20px;
    background: #ED1D35;
    float: left;
    margin-right: 10px;
}

.add,
.set {
    float: right;
    margin-right: 6%;
    color: #0083e5;
    cursor: pointer;
}

.search_box {
    position: relative;
}

.search_input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    text-indent: 30px;
    line-height: 36px;
    height: 36px;
}

.search_img {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #888888;
}

.input-search-img {
    position: absolute;
    left: 10px;
    top: 7%;
    color: #888888;
}

.input-search-icon {
    position: absolute;
    right: 78px;
    top: 3%;
    color: #ED1D35 !important;
}

.input-search-result {
    position: absolute;
    right: 135px;
    top: 25%;
    color: #999999;
    font-size: 12px;
}

/*yerr start===========================================*/


/*organize list start==========*/

.tree-icon {
    width: 20px;
    height: 20px;
    margin-right: 1%;
    margin-left: 1%;
    color: #666;
}

.slide-active-bg {
    background: #eff3f6;
}

.slide-active {
    color: #0083e5;
}

.dishide {
    display: none;
}


/*organize list end==========*/


/*new organize start==========*/

.popup-box form {
    margin: 5%;
    height: 80%;
    width: 100%;
}

form label i {
    color: #FF4646;
    /*line-height: 30px;*/
}

.bg-color {
    background: #eff3f6;
}

.bg-grey {
    background: #f6f6f6;
}

.bg-deep-grey {
    background: #9f9f9f;
}

.bg-brand-color {
    background: #0083e5;
    color: #fff;
}

.bg-e4f2ff {
    background: #e4f2ff;
}

.bg-bcdeff {
    background: #bcdeff;
}

.brand-color,
.brand-color:hover {
    color: #0083e5;
}

.prom-color {
    color: #fcb03b;
}

.star-color {
    color: #ffe13e !important;
}

.blue-green-color,
.blue-green-color:hover {
    color: #219bf0;
}

.form-box {
    padding-top: 10px;
}

.new-organize .form-group {
    margin-bottom: 0;
}

.scroll-form-box {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*organize detail start======*/

#table-organize td {
    /*text-align: center;*/
}

#table-organize td input {
    margin: 0 5px;
    vertical-align: middle;
}

.list-title {
    margin: 10px 0;
}

.pagination-custom>li>a,
.pagination-custom>li>span {
    /*padding: 5px 15px;*/
    font-size: 13px;
    /*line-height: 1.4;*/
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    border-radius: 4px;
    color: #656565;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ED1D35 !important;
    border-color: #ED1D35 !important;
}

.admin-content {
    min-height: 400px;
}

.admin-content .tips {
    margin-right: 10px;
}

.modal-no-border {
    border: none;
    background: none;
    text-align: center;
}

.admin-content table {
    font-size: 13px;
}

#adresssTab .nav>li.active>a {
    border: none;
    background: none;
}

#adresssTab .nav>li>a {
    border: none;
    background: none;
}

#adresssTab .anv {
    border-bottom: 1px solid #ddd !important;
}

.admin-content table input[type=checkbox] {
    margin: 0 20px 0 12px;
}

.admin-content table input[type=checkbox]+.tree-icon {
    margin: 0 7px 0 0;
}

.admin-content table .icon-bianji,
.admin-content table .icon-iconfont19 {
    margin-right: 10px;
}


/*organize detail end=======*/


/*processing style start=======*/


/*ie8 下兼容写法*/

.table-striped-info>tbody tr:nth-child(odd) {
    background-color: #EBF8FC;
}

.homeMain .table-striped-info>tbody tr:nth-child(odd),
.panel-wrapper .table-striped-info>tbody tr:nth-child(odd) {
    background: #f4f4f4;
}

.table-striped-info>tbody tr:hover {
    background-color: #DDF4FA;
}

.homeMain .table-striped-info>tbody tr:hover,
.panel-wrapper .table-striped-info>tbody tr:hover {
    background: #f4f4f4;
}

.table-striped-info>tbody>tr>td,
.table-striped-info>thead>tr>th {
    border: none;
    vertical-align: middle;
    min-height: 40px;
    font-size: 12px;
}

.table-striped-info>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.homeMain .table-striped-info>thead:first-child>tr:first-child>th {
    border-top: none;
}

.input-group .icon-sousuo {
    color: #999;
}


/*processing style start=======*/


/*ie8 下兼容写法*/

.message-striped-info>.info:nth-child(even) {
    background-color: #EBF8FC;
}


/*processing style end=======*/


/*case style start=======*/

.avatar-box {
    width: 120px;
    height: 120px;
    padding: 20px;
    float: left;
}

.avatar-content {
    margin: 0 20px;
}

@media (max-width: 768px) {
    .avatar-content {
        margin-left: 20px;
    }
}

.avatar-info {
    margin: 10px 0;
    border-right: 1px solid #ddd;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background: #C7D2F3;
}

.avatar-icon-list>div {
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.error-box {
    border: 1px solid;
    color: #ff4646;
    font-weight: 600;
    padding: 0 5px;
}

.boder-left-pad {
    position: absolute;
    right: 0;
    height: 100%;
}

.back-box {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -20px;
}

.back-box .icon-fanhui {
    font-size: 35px;
    vertical-align: middle;
}

.boder-left-pad:hover {
    background: #F5F5F5;
}

.case-details-head {
    box-shadow: 4px 4px 5px #ddd;
    position: relative;
    /*min-height: 17px;*/
}

.case-details-head .iconfont:before {
    margin-right: 5px;
}

.case-process {
    margin: 10px 0;
    position: relative;
    box-shadow: 4px 4px 5px #ddd;
}

.nav-under {
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.nav-under span {
    padding: 0 15px;
    margin: 6px 0;
    display: inline-block;
    line-height: 40px;
}

.nav-under span.active {
    color: #0083e5;
    border-bottom: 2px solid #0083e5;
}

.nav-under h4 {
    color: #0083e5;
    padding: 0 15px;
    margin: -1px 0;
    display: inline-block;
    border-bottom: 3px solid #0083e5;
    font-weight: 600;
}

.med-log {
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 2;
}

.case-process-step {
    padding: 20px;
}

.case-process-step .step {
    border-right: 4px solid #ddd;
}

.case-process-step .step1 {
    border-right: 3px solid #ddd;
}

.case-process-step .step h5 {
    line-height: 30px;
}

.circle {
    position: absolute;
    top: 20px;
    right: -9px;
    width: 16px;
    height: 16px;
    /*防止浏览器版本过低*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*解决IE*/
    /*border-style: dotted\0;*/
    /*border-width: 20px\0;*/
    /*border-color: #3cb878\0;*/
}

.step-content {
    padding: 20px;
    position: relative;
    line-height: 2;
}

.shorted_step-content {
    padding: 14px;
    position: relative;
    line-height: 2;
}

.pop-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
}

.step-content>.pop-arrow {
    top: 30px;
    left: -10px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #fcf3d7;
}

.tips-box>.pop-arrow {
    top: 14px;
    left: -7px;
    margin-top: -14px;
    border-left-width: 0;
}

.tips-box>.pop-arrow-b {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff4646;
    position: absolute;
    top: 17px;
    left: 35%;
}

.tips-box.bg-blue>.pop-arrow-b {
    border-top: 10px solid #6c94fc;
    top: 25px;
}

.tips-box.bg-cuccess>.pop-arrow {
    border-right-color: #3cb878;
}

.tips-box.bg-error>.pop-arrow {
    border-right-color: #ff4646;
}

.tips-box.bg-prom>.pop-arrow {
    border-right-color: #fcb03b;
}

.bg-case {
    background: #fcf3d7;
}

.bg-case>.pop-arrow {
    border-right-color: #fcf3d7;
}

.bg-color>.pop-arrow {
    border-right-color: #eff3f6;
}

.tips-box {
    padding: 2px 5px;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
}

.btn-pull {
    width: 60px;
    height: 17px;
    background: url(../../views/images/btn_pull.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 2;
}

.btn-recv {
    width: 60px;
    height: 17px;
    background: url(../../views/images/btn_recv.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 2;
}

.hide-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visible-nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-fixed {
    table-layout: fixed;
}

/** 排期弹窗-案件列表：表头固定，表体滚动 */
.scheduling-modal {
    position: relative;
}
.scheduling-modal-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
}
.scheduling-modal-loading img {
    margin-top: 0;
}
.scheduling-modal-loading p {
    margin: 15px 0 0;
    color: #666;
    font-size: 14px;
}
.scheduling-progress-panel {
    width: 320px;
    max-width: 90%;
    padding: 0 15px;
}
.scheduling-progress-title {
    margin: 0 0 12px;
    font-size: 15px;
    color: #333;
}
.scheduling-progress-bar {
    height: 22px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}
.scheduling-progress-bar .progress-bar {
    line-height: 22px;
    font-size: 12px;
}
.scheduling-progress-current {
    margin: 12px 0 0;
    font-size: 13px;
    color: #ED1D35;
}
.scheduling-progress-tip {
    margin: 8px 0 0;
    font-size: 12px;
    color: #999;
}
.scheduling-serial-cell {
    white-space: nowrap;
}
/* 排期列表：状态图标前置列（感叹号 / 文书生成状态） */
.scheduling-col-prefix {
    width: 44px;
}
.scheduling-col-prefix-th,
.scheduling-col-prefix-td {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    padding-left: 8px !important;
    padding-right: 4px !important;
    text-align: left;
    vertical-align: middle;
}
.scheduling-col-prefix-td {
    white-space: nowrap;
}
.scheduling-col-serial {
    width: 18%;
}
.scheduling-col-case {
    width: 32%;
    min-width: 220px;
}
.scheduling-col-time {
    width: 16%;
}
.scheduling-col-party {
    width: 16%;
}
.scheduling-col-doc {
    width: 8%;
}
.scheduling-ineligible-tip {
    display: inline-block;
    margin-right: 2px;
    color: #ED1D35;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
}
.scheduling-ineligible-tip .glyphicon {
    top: 0;
    font-size: 12px;
}
.scheduling-doc-flag {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    border-radius: 50%;
    vertical-align: middle;
}
.scheduling-doc-flag-pending {
    background-color: #ccc;
}
.scheduling-doc-flag-processing {
    background-color: #ED1D35;
    animation: scheduling-doc-pulse 1s ease-in-out infinite;
}
.scheduling-doc-flag-success,
.scheduling-doc-flag-fail {
    width: auto;
    height: auto;
    margin-right: 4px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
}
.scheduling-doc-flag-success {
    color: #5cb85c;
}
.scheduling-doc-flag-fail {
    color: #d9534f;
}
.scheduling-row-processing {
    background-color: #fff8f8 !important;
}
@keyframes scheduling-doc-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.scheduling-modal-header {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.scheduling-modal-header:before,
.scheduling-modal-header:after {
    display: none;
}
.scheduling-modal-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #666;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}
.scheduling-modal-close:hover,
.scheduling-modal-close:focus {
    color: #333;
    outline: none;
}
.scheduling-modal-title {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.scheduling-modal-title .h1_line {
    float: none;
    flex-shrink: 0;
}
.scheduling-modal-body {
    padding: 20px;
}
.scheduling-modal-left {
    padding-right: 20px;
}
.scheduling-modal-right {
    padding-left: 20px;
}
.scheduling-form-label {
    font-weight: normal;
    margin-bottom: 8px;
}
/* 排期弹窗：必填星号、提示括号内容固定红色，不随主题变色 */
.scheduling-modal .scheduling-required-mark {
    color: #ED1D35 !important;
}
.scheduling-sms-label {
    line-height: 1.6;
}
.scheduling-sms-tip {
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}
.scheduling-sms-textarea {
    resize: none;
}
.scheduling-interval-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.scheduling-interval-label {
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}
.scheduling-interval-wrap {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
}
.scheduling-interval-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 32px;
    vertical-align: top;
    font-size: 16px;
    border-color: #ccc;
}
.scheduling-interval-input {
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}
.scheduling-interval-wrap .scheduling-interval-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.scheduling-interval-wrap .scheduling-interval-btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.scheduling-interval-unit {
    display: inline-block;
    line-height: 34px;
    margin-left: 8px;
    vertical-align: top;
    font-size: 14px;
}
.scheduling-upload-tip {
    font-size: 12px;
    line-height: 1.6;
}
.scheduling-upload-preview-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}
.scheduling-upload-preview-box img {
    display: block;
    max-width: 120px;
    max-height: 120px;
}
.scheduling-upload-delete {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.scheduling-upload-preview-box:hover .scheduling-upload-delete {
    opacity: 1;
}
.scheduling-upload-delete i {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 4px;
}
.scheduling-upload-delete span {
    font-size: 12px;
    line-height: 1;
}
.scheduling-table-tip {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
}
.scheduling-modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
    text-align: center;
}
.scheduling-footer-save,
.scheduling-footer-submit {
    min-width: 120px;
    margin: 0 8px;
}
.scheduling-case-table-head {
    margin-bottom: 0;
}
.scheduling-case-table-head th {
    background-color: #f2f4f8;
}
.scheduling-case-table-body {
    max-height: 420px;
    overflow-x: auto;
    overflow-y: auto;
}
.scheduling-case-table-body .table {
    margin-top: 0;
    border-top: 0;
}

/* 排期 / 排期记录弹窗（统一宽度） */
.scheduling-check-modal .modal-dialog,
.scheduling-record-modal-wrap .modal-dialog {
    width: 1100px;
    max-width: 98%;
}
.scheduling-record-body {
    min-height: 420px;
}
.scheduling-record-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.scheduling-record-search-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
}
.scheduling-record-search-item .control-label {
    margin: 0 8px 0 0;
    padding-top: 0;
    line-height: 34px;
    font-weight: normal;
    white-space: nowrap;
}
.scheduling-record-search-item .input-group {
    width: 170px;
}
.scheduling-record-search-item .form-control {
    height: 34px;
}
.scheduling-record-search-item .input-group-btn > .btn {
    height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.scheduling-record-search-btn {
    height: 34px;
    line-height: 20px;
    padding: 6px 20px;
    margin-bottom: 0;
}
.scheduling-record-quick-range-btns {
    display: inline-flex;
    align-items: center;
}
.scheduling-record-quick-btn {
    height: 34px;
    line-height: 20px;
    padding: 6px 16px;
    margin-right: 8px;
    margin-bottom: 0;
}
.scheduling-record-quick-btn:last-child {
    margin-right: 0;
}
.scheduling-record-quick-btn.active,
.scheduling-record-quick-btn.active:focus,
.scheduling-record-quick-btn.active:hover {
    color: #ED1D35;
    border-color: #ED1D35;
    background-color: #fff;
}
.scheduling-record-list {
    min-height: 380px;
}
.scheduling-record-table {
    table-layout: fixed;
    width: 100%;
}
.scheduling-record-table th,
.scheduling-record-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.scheduling-record-col-serial {
    width: 14%;
}
.scheduling-record-col-case {
    width: 20%;
}
.scheduling-record-col-time {
    width: 14%;
}
.scheduling-record-col-party {
    width: 36%;
}
.scheduling-record-col-doc {
    width: 8%;
}

/* 快递单打印弹窗 */
.express-print-modal-wrap .modal-dialog {
    width: 1200px;
    max-width: 98%;
}
.express-print-body {
    min-height: 420px;
}
.express-print-left {
    padding-right: 16px;
}
.express-print-right {
    padding-left: 16px;
    min-height: 380px;
}
.express-print-section-head {
    margin-bottom: 12px;
}
.express-print-section-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}
.express-print-required {
    color: #ED1D35;
    margin-right: 2px;
}
.express-print-sender-box {
    border: 1px solid #e5e5e5;
    padding: 16px 12px;
    margin-bottom: 16px;
    min-height: 120px;
}
.express-print-sender-row {
    line-height: 28px;
    color: #333;
}
.express-print-mail-item label {
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
}
.express-print-include-applicant {
    margin-bottom: 0;
}
.express-print-include-applicant input {
    margin-right: 6px;
}
.express-print-collect-date {
    margin-top: 16px;
    color: #ED1D35;
    font-size: 14px;
}
.express-print-table {
    table-layout: fixed;
    width: 100%;
}
.express-print-table th,
.express-print-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.express-print-col-case {
    width: 22%;
}
.express-print-col-name {
    width: 14%;
}
.express-print-col-phone {
    width: 16%;
}
.express-print-col-org {
    width: 22%;
}
.express-print-col-address {
    width: 26%;
}
.express-print-table-body {
    max-height: 360px;
    overflow-x: auto;
    overflow-y: auto;
}
.express-print-table-placeholder,
.express-print-empty {
    padding: 40px 0;
    color: #999;
}
.express-sender-edit-modal-wrap .modal-dialog {
    width: 520px;
    max-width: 96%;
}
.express-sender-edit-header {
    background: #f8ecec;
    border-bottom: 0;
}
.express-sender-edit-body {
    padding: 24px 16px 8px;
}
.express-sender-edit-footer {
    border-top: 0;
    padding-bottom: 24px;
}

.scheduling-case-cell {
    min-width: 220px;
}
.scheduling-record-table-body {
    max-height: 360px;
    overflow-x: auto;
    overflow-y: auto;
}
.scheduling-record-loading {
    padding-top: 80px;
}
.scheduling-record-loading img {
    width: 32px;
}
.scheduling-record-empty {
    padding-top: 80px;
    color: #999;
}
.scheduling-record-pagination {
    margin-top: 12px;
}


/*case style end=======*/


/*approval style start=======*/

.module-box {
    box-shadow: 4px 4px 5px #ddd;
    margin: 10px 0;
    position: relative;
    padding: 0 20px;
}

.module-box h4 {
    line-height: 40px;
}

.nav-line-left h4 {
    line-height: 48px;
}

.nav-line-left {
    height: 48px;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
}

.nav-line-left>h4>.h1_line {
    margin: 14px 10px 14px 0;
}

.module-content {
    padding: 20px;
}

.text-box-lg {
    width: 100%;
    border-color: #ddd;
    height: 80px;
    padding-top: 6px;
}

.text-box {
    width: 100%;
    border: 1px solid #ddd;
    height: 80px;
    padding-top: 6px;
}

.img-65 {
    width: 50px;
}

.file-type {
    line-height: 40px;
}

.file-type>span {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}


/*approval style end=======*/


/*yerr start===========================================*/


/*common style==============================================*/

h4 {
    font-size: 16px;
}

.no-padding {
    padding: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.no-padding-t {
    padding-top: 0;
}

.no-padding-b {
    padding-bottom: 0;
}

.no-padding-v {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-h {
    padding-left: 0;
    padding-right: 0;
}

.padding-v-10 {
    padding: 10px 0;
}

.padding-10 {
    padding: 10px;
}

.padding-h-5 {
    padding: 0 5px;
}

.padding-h-15 {
    padding: 0 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-l-50 {
    padding-left: 50px;
}

.date-wp {
    height: 34px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    background: #fff;
}

.date-wp input {
    background-color: #fff;
    border: none;
    padding: 0;
    height: 32px;
    outline: none;
}

.no-margin {
    margin: 0;
}

.no-margin-l {
    margin-left: 0;
}

.no-margin-v {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-h {
    margin-left: 0;
    margin-right: 0;
}

.margin-top-n10 {
    margin-top: -10px;
}

.mar-v-3 {
    margin: 3px 3px
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-le-10 {
    margin-left: 10px;
}

.mar-ri-15 {
    margin-right: 15px;
}

.mar-ri-8 {
    margin-right: 10px !important;
}

.mar-v-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-border {
    border: 0;
}

.no-radius {
    border-radius: 0 !important;
}

.cur-pointer {
    cursor: pointer;
}

.dis-in-block {
    display: inline-block;
}

.flo-r {
    float: right;
}

.flo-l {
    float: left;
}

.write-ver {
    writing-mode: vertical-lr;
    text-align: center;
    display: inline-block;
}

.line-height1 {
    line-height: 1;
}

.line-height {
    line-height: 1.42857143;
}

.line-height2 {
    line-height: 2.5;
}

.line-height2-0 {
    line-height: 2;
}

.line-height40 {
    line-height: 40px;
}

.bg-cuccess {
    background: #3cb878;
    color: #fff;
}

.bg-error {
    background: #ff4646;
    color: #fff;
}

.bg-prom {
    background: #fcb03b;
    color: #fff;
}

.bg-blue {
    background: #6c94fc;
    color: #fff;
}

.bg-blue-green {
    background: #219bf0;
    color: #fff;
}

.bg-border {
    background: #ddd;
}

.bg-window {
    background: #ecf0f3;
}

.blue-color {
    color: #6c94fc;
}

.bg-circle {
    display: inline-block;
    background: rgba(254, 242, 243, 1);
    border-radius: 50%;
    /*background: url("../views/images/circle_blue1.png") no-repeat 100%/100%;*/
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}


/*次要信息颜色*/

.second-color {
    color: #666;
}


/* 提示信息颜色 */

.tip-color {
    color: #999;
}


/*13号字*/

.font-size13 {
    font-size: 13px;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.no-underline:hover {
    text-decoration: none;
}

.table>tbody>tr:first-of-type>td {
    border-top: none;
}

.table>tbody>tr:last-of-type>td {
    border-bottom: 1px solid #ddd;
}

.homeMain .table>tbody>tr:last-of-type>td {
    border-bottom: none;
}

.btn-blue,
.btn-blue:link,
.btn-blue:visited,
.btn-blue:hover,
.btn-blue:active {
    background: #ebeffc;
    color: #0083e5;
}

.btn-blue {
    color: #0083e5;
    background-color: #ebeffc;
    border-color: #ebeffc;
}

.btn-blue:focus,
.btn-blue.focus {
    color: #0083e5;
    background-color: #ebeffc;
    border-color: #ebeffc;
}

.btn-blue:hover {
    color: #0083e5;
    background-color: #ebeffc;
    border-color: #ebeffc;
}

.btn-blue:active,
.btn-blue.active,
.open>.dropdown-toggle.btn-brand {
    color: #0083e5;
    background-color: #ebeffc;
    border-color: #ebeffc;
}

.btn-blue:active:hover,
.btn-blue.active:hover,
.open>.dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open>.dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open>.dropdown-toggle.btn-blue.focus {
    color: #0083e5;
    background-color: #ebeffc;
    border-color: #ebeffc;
}

.btn-brand,
.btn-brand:link,
.btn-brand:visited,
.btn-brand:hover,
.btn-brand:active {
    background: #0083e5;
    color: #fff;
}

.btn-brand {
    color: #fff;
    background-color: #0091FF;
    border-color: #0091FF;
}

.btn-brand:focus,
.btn-brand.focus {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.btn-brand:hover {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.btn-brand:active,
.btn-brand.active,
.open>.dropdown-toggle.btn-brand {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.btn-brand:active:hover,
.btn-brand.active:hover,
.open>.dropdown-toggle.btn-brand:hover,
.btn-brand:active:focus,
.btn-brand.active:focus,
.open>.dropdown-toggle.btn-brand:focus,
.btn-brand:active.focus,
.btn-brand.active.focus,
.open>.dropdown-toggle.btn-brand.focus {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.btn-brand:active,
.btn-brand.active,
.open>.dropdown-toggle.btn-brand {
    background-image: none;
}

.btn-brand.disabled:hover,
.btn-brand[disabled]:hover,
fieldset[disabled] .btn-brand:hover,
.btn-brand.disabled:focus,
.btn-brand[disabled]:focus,
fieldset[disabled] .btn-brand:focus,
.btn-brand.disabled.focus,
.btn-brand[disabled].focus,
fieldset[disabled] .btn-brand.focus {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.btn-brand .badge {
    color: #fff;
    background-color: #0083e5;
    border-color: #0083e5;
}

.icon-blue {
    color: #0083e5;
}

.tips {
    font-size: 13px;
}

.tips b {
    color: #FF4646;
    font-weight: normal;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.vertical-m {
    vertical-align: middle !important;
}

.radio-label>i {
    line-height: 1;
}

.separator:before {
    content: '\007C';
    /* / */
    margin: 0 5px;
}

.cross-bar:before {
    content: '\2013';
    /* - */
}

.cross-bar {
    position: absolute;
    left: -11px;
    line-height: 32px;
}

.overflow-hidden {
    overflow: hidden;
}

.form-bg-color {
    background: #eff3f6;
}

.panel-bg-color {
    background: #F3F7F9;
}

.panel-bg-color .panel-heading {
    background: #DCE8ED;
}


/*高度自适应*/

.hi-adapt {
    margin-bottom: -600px;
    padding-bottom: 600px;
    vertical-align: middle;
}

.height100 {
    height: 100%;
}


/*表单类*/

.control-label-inline {
    width: 70px;
    margin-right: 8px;
    text-align: right;
}

.form-row-bottom {
    margin-bottom: 14px;
}

.form-select-inline {
    padding-left: 0;
    padding-right: 0;
}

.input-s {
    width: 46% !important;
}

.bg-default {
    background: #fff;
}

.po-relative {
    position: relative;
}

.table-middle tr>td {
    vertical-align: middle !important;
}

.error-color {
    color: #ff4646;
}

.success-color {
    color: #3cb878;
}

.error-color-imp {
    color: #ff4646 !important;
}

.notice {
    font-size: 12px;
}

.notice1 {
    font-size: 12px;
    position: absolute;
    right: 0;
}

.double-input-group {
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 4px;
}

.double-input-group input:first-child {
    border-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.double-input {
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
}

.double-input-addon {
    border: 0;
    background: #eee;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #666;
}

.double-input-group .double-input-addon:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.double-input-bg {
    background: #eee;
    color: #666;
    /*border-right: 0;*/
}


/*common style==============================================*/


/* instrument list style */

.case-stage {
    width: 10%;
    float: left;
    text-align: center;
}

.instrument-title {
    width: 90%;
    float: left;
    padding: 0 8px;
}

.instrument-oper {
    float: left;
}

.instrument-list {}

.modal-list {
    max-height: 400px;
    overflow-y: auto;
}

.list-stage {
    border: 1px solid #ddd;
}

.list-stage-title {
    width: 10%;
    border-right: 1px solid #ddd;
    ;
    text-align: center;
}

.list-stage-li>div {
    line-height: 60px;
    border-bottom: 1px dashed #ddd;
    /*margin: 0 10px;*/
}

.list-stage-li>div a {
    color: #0083e5;
}

.list-stage-li>div a:hover {
    text-decoration: underline;
}

.list-stage-li>div .img-doc+a,
.list-stage-li>div .img-doc1+a,
.list-stage-li>div .img-pdf+a,
.list-stage-li>div .img-jpg+a,
.list-stage-li>div .img-zip+a {
    color: #333;
    text-decoration: none;
}

.list-stage-li>div a:hover {
    color: #0083e5;
    text-decoration: underline;
}

.list-stage>tr:last-of-type>td,
.list-stage-li>div:last-child {
    border-bottom: 0;
}

.img-doc,
.img-doc1,
.img-pdf,
.img-jpg,
.img-zip {
    display: inline-block;
    width: 40px;
    height: 60px;
    float: left;
    line-height: 60px;
}

.img-doc {
    background: url("../../views/images/doc.png") no-repeat left center;
}

.img-doc1 {
    background: url("../../views/images/doc1.png") no-repeat left center;
}

.img-pdf {
    background: url("../../views/images/pdf.png") no-repeat left center;
}

.img-jpg {
    background: url("../../views/images/jpg.png") no-repeat left center;
}

.img-zip {
    /*background: url("../../views/images/rar.png") no-repeat left center;*/
}

.progress-prom {
    height: 3px !important;
    margin: 28px 0;
    overflow: hidden;
    background-color: #eff3f6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}


/* instrument list style */

.dialog-box,
.dialog-box-r {
    position: relative;
    padding-top: 30px;
    margin-bottom: 5px;
}

.dialog-box-r img {
    float: right;
    margin-left: 5px;
}

.dialog-box-r span.tips-box-r {
    float: right;
    margin-left: 5px;
    margin-top: 12px;
}

.dialog-box-r div.po-person {
    position: absolute;
    right: 70px;
    top: 10px;
}

.dialog-box div.po-person {
    position: absolute;
    left: 70px;
    top: 10px;
}

.footer-applicant {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 999;
    box-shadow: 16px 10px 24px #000;
}

.footer-applicant .padding_top_bottom button {
    margin-right: 10px;
}


/*evidence */

.evidence-box {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.evidence-img {
    text-align: center;
    position: absolute;
    width: 260px;
    padding-right: 15px;
}

.evidence-img img {
    width: 100%;
}

.evidence-img i {
    position: absolute;
    left: 2px;
}

.evidence-content {
    height: 184px;
    float: left;
    padding: 18px;
}


/*prejudge*/

.prejudge-page {
    width: 100%;
}

.prejudge-box,
.help-box {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 30px;
    margin-top: 10px;
}

.pay_box {
    height: 95px;
    position: relative;
}

.pay_active {
    border: 1px solid #fcb03b !important;
}

.pay_box p {
    margin: 0px;
    line-height: 23px;
}

.pay_box .pay-img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 22px;
}

.pay_active .pay-img {
    display: block;
}


/*help center*/

.help-box {
    padding: 10px 40px;
}

.help-tab {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.help-tab span {
    display: inline-block;
    width: 136px;
    height: 50px;
    margin-right: 45px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.help-tab span.active {
    background: #fcb03b;
    color: #fff;
    border-color: #fcb03b;
    position: relative;
}

.help-tab span.active b {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    ;
    border-right: 10px solid transparent;
    border-top: 10px solid #fcb03b;
    position: absolute;
    top: 48px;
    left: 65px;
}

.help-tab span:last-child {
    margin-right: 0;
}

.help-box .page img {
    margin: 20px 0;
}

.step-box {
    padding-left: 20px;
}

.step-box p,
.step-box1 p {
    padding-left: 30px;
}

.step-box img {
    padding-left: 20px;
    width: 840px;
}

.help-box .step {
    color: #fcb03b;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
}

.help-box .step b {
    display: inline-block;
    border-radius: 50px;
    background: #fcb03b;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 10px;
}


/*原告*/

.plaintiff-box {
    padding-left: 120px;
    position: relative;
}

.plaintiff-box img {
    width: 780px;
}

.plaintiff-list {
    width: 90px;
    border-right: 1px solid #ccc;
    min-height: 400px;
    position: absolute;
    left: 0px;
    height: 100%;
}

.plaintiff-list span {
    display: block;
    line-height: 64px;
    position: relative;
    cursor: pointer;
}

.plaintiff-list b {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #ccc;
    position: absolute;
    right: -8px;
    margin: 24px 0;
    background: url("../../views/images/1xz_r1_c2.png") no-repeat;
}

.plaintiff-list span.active {
    color: #fcb03b
}

.plaintiff-list span.active b {
    width: 36px;
    height: 26px;
    right: -12px;
    margin: 19px 0;
    background: url("../../views/images/1xz_r3_c1.png") no-repeat;
}


/* online_trial */

.trail-border {
    border: 10px solid rgba(228, 219, 219, 0.45);
    width: 528px;
    height: 396px;
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


.trail-form {
    width: 100%;
    height: 168px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    margin: 35px 0 80px;
}

.trail-form label,
.trail-form input,
.trail-form button {
    height: 40px;
    line-height: 28px;
}

.trail-box p {
    margin: 0 -60px;
}

.trail-box .look-for {
    margin: 32px 172px 0;
}

.trail-title {
    font-size: 48px;
    display: inline-block;
    margin: 20px 105px;
    color: #067dd0
}

.btn-trail,
.btn-trail:link,
.btn-trail:visited,
.btn-trail:hover,
.btn-trail:active {
    background: #067dd0;
    color: #fff;
}

.btn-trail1,
.btn-trail1:link,
.btn-trail1:visited,
.btn-trail1:hover,
.btn-trail1:active {
    background: #0181D9;
    color: #fff;
}

.btn-trail,
.btn-trail1 {
    color: #fff;
    background-color: #0181D9;
    border-color: #0181D9;
}

.btn-trail:focus,
.btn-trail.focus,
.btn-trail1:focus,
.btn-trail1.focus {
    color: #fff;
    background-color: #0181D9;
    border-color: #0181D9;
}

.btn-trail:hover,
.btn-trail1:hover {
    color: #fff;
    background-color: #0181D9;
    border-color: #0181D9;
}

.btn-trail:active,
.btn-trail.active,
.btn-trail1:active,
.btn-trail1.active {
    color: #fff;
    background-color: #0181D9;
    border-color: #0181D9;
}

.btn-trail:active:hover,
.btn-trail.active:hover,
.btn-trail1:active:hover,
.btn-trail1.active:hover {
    color: #fff;
    background-color: #0181D9;
    border-color: #0181D9;
}


/*banner */

.carousel-indicators li {
    margin: 1px 5px;
}

.carousel-indicators .active {
    margin: 0 5px;
}

.carousel-control {
    width: 10%;
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}


/*home*/

.home-tool {
    width: 64px;
    height: 64px;
    display: inline-block;
}

.home-tool1 {
    background: url("../../views/images/r1_c1_2.png") no-repeat;
}

.home-tool1:hover {
    background: url("../../views/images/r1_c1_2_1.png") no-repeat;
}

.home-tool2 {
    background: url("../../views/images/r1_c3.png") no-repeat;
}

.home-tool2:hover {
    background: url("../../views/images/r1_c3_1.png") no-repeat;
}

.home-tool3 {
    background: url("../../views/images/r3_c1.png") no-repeat;
}

.home-tool3:hover {
    background: url("../../views/images/r3_c1_1.png") no-repeat;
}

.home-tool4 {
    background: url("../../views/images/r3_c3.png") no-repeat;
}

.home-tool4:hover {
    background: url("../../views/images/r3_c3_1.png") no-repeat;
}

.home-tool5 {
    background: url("../../views/images/r5_c1.png") no-repeat;
}

.home-tool5:hover {
    background: url("../../views/images/r5_c1_1.png") no-repeat;
}


/*panel color*/


/*青色*/

.panel-verdant {
    border-color: #f4f4f4;
}

.panel-verdant .panel-heading {
    border-color: #dddddd;
    color: #6c94fc;
    background-color: #f4f4f4;
}

.homeMain .panel-heading {
    border-bottom: none !important;
}

.panel-verdant:hover {
    border-color: #f4f4f4;
}

.panel-verdant:hover .panel-heading {
    border-color: #f4f4f4;
    color: #6c94fc;
    background-color: #f4f4f4;
}

.panel-pink {
    border-color: #f54e91;
}

.panel-pink .panel-heading {
    border-color: #f54e91;
    color: #fff;
    background-color: #f54e91;
}

.panel-pink:hover {
    border-color: #f4f4f4;
}

.panel-pink:hover .panel-heading {
    border-color: #f44289;
    color: #fff;
    background-color: #f44289;
}

.panel-blue {
    border-color: #498bfc;
}

.panel-blue .panel-heading {
    border-color: #498bfc;
    color: #fff;
    background-color: #498bfc;
}

.panel-blue:hover {
    border-color: #327dfc;
}

.panel-blue:hover .panel-heading {
    border-color: #327dfc;
    color: #fff;
    background-color: #327dfc;
}

.panel-color {
    margin-bottom: 10px;
}

.panel-color .huge {
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.panel-color .huge.under {
    /*border-bottom: 1px solid;*/
    text-decoration: underline;
}

.panel-color img {
    width: 140px;
}


/*幻灯片*/

.slider {
    width: 960px;
    height: 360px;
    overflow: hidden;
    position: relative;
    background: #e6e6e6;
    margin-top: 20px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
}

.slide-arrow {
    position: absolute;
    z-index: 1002;
    display: block;
    top: 50%;
    margin-top: -35px;
    width: 36px;
    height: 71px;
    outline: none;
    cursor: pointer;
}

.slide-arrow.prev {
    left: 20px;
    color: #fff;
}

.slide-arrow.next {
    right: 20px;
    color: #fff;
}

.slide-arrow.prev i,
.slide-arrow.next i {
    font-size: 50px;
}

.slide-nav {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1002;
    left: 0;
    bottom: -4px;
    right: 0;
    height: 48px;
}

.nonDraggableImage {
    -webkit-user-drag: none;
}

.slide-nav .wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 1em 0 .8em;
}

.slide-nav ul {
    margin: 0;
    width: 100%;
}

.slide-nav .dot,
.nav .dot span {
    display: inline-block;
    zoom: 1;
}

.slide-dots .dot {
    position: relative;
    margin: 0 8px;
    width: 12px;
    height: 12px;
}

.slide-dots .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #FFF;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

.slide-dots .dot a.active {
    border: 1px solid transparent;
    background: #FFF;
}

.z-index-img {
    z-index: 11111111\9;
}


/*右侧固定微信电话*/

.tel-mg-box {
    position: fixed;
    right: 5px;
    top: 45%;
    width: 75px;
    height: 300px;
    z-index: 6666
}

.tel-img {
    background: url("../../views/images/tel_r1_c2.png");
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    cursor: pointer
}

.tel-img:hover {
    background: url("../../views/images/tel_r1_c2.png");
}

.tel-img .tel-img-big {
    display: none;
    width: 239px;
    height: 348px;
    position: absolute;
    left: -247px;
    top: -145px;
    padding: 0 22px 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
}

.tel-img .tel-img-big b {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3cb878;
    position: absolute;
    right: -8px;
    top: 162px;
}

.tel-img:hover .tel-img-big {
    display: block;
    background: #3cb878;
}

.tel-img .ma-img-big {
    display: none;
    width: 200px;
    height: 200px;
    margin-top: 10px
}
.ma-img .ma-img-wx {
    display: none;
    width: 239px;
    height: 260px;
    position: absolute;
    left: -247px;
    top: -53px;
    background-color: #3CB878;
    padding: 10px 22px 0 20px
}

.ma-img .ma-img-wx p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.ma-img .ma-img-wx b {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3cb878;
    position: absolute;
    right: -8px;
    top: 126px;
}

.ma-img:hover .ma-img-wx {
    display: block;
}

.brand-border {
    border: solid 1px #0083e5;
    padding: 5px 20px;
    margin-right: 5px;
    cursor: pointer
}

.doc-download {
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
}

.doc-download .a-line {
    color: #333;
}

.doc-download .a-line:hover {
    color: #0083e5;
}

.vedio-mask {
    width: 100%;
    height: 150px;
    background-color: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    margin-top: -154px;
}

.vedio-play {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url("../../views/images/video_1.png");
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -100px;
}

.mask-title {
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 48px;
    position: absolute
}


/*树形结构*/

.node-level-1>div,
.node-level-2>div,
.node-level-3>div {
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    font-weight: normal;
    cursor: pointer;
}

.node-level-1>ol {
    background-position: -286px -4px;
    background-repeat: repeat-y;
    background-image: url(../views/images/32px.png);
    ;
}

.node-level-2>div,
.node-level-3>div,
.node-level-2>ol {
    background-position: -286px -4px;
    background-repeat: repeat-y;
    background-image: url(../views/images/32px.png);
    ;
}

.node-level-3>ol {
    background-position: -291px -4px;
    background-repeat: repeat-y;
    background-image: url(../views/images/32px.png);
    ;
}

.node-level-2>div,
.node-level-3>div {
    text-overflow: ellipsis;
    overflow: hidden;
}

.node-level-4>div {
    height: 24px;
    line-height: 24px;
    padding-left: 24px;
    cursor: pointer;
}

.node-level-1>div i,
.node-level-2>div i,
.node-level-3>div i,
.node-level-4>div i {
    background-image: url(../views/images/32px.png);
    ;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-left: -24px;
}

.node-level-1>div i,
.node-level-2>div i,
.node-level-3>div i,
.node-level-4>div i {
    background-position: -100px -4px;
}

.node-level-4>div i {
    background-position: -67px -4px;
    background-repeat: repeat-y;
}

.node-level-3 .node-level-4:last-child>div i {
    background-position: -67px -4px;
    background-repeat: no-repeat;
}

.node-opened {
    background-position: -132px -4px !important;
}

.node-close {
    background-position: -100px -4px !important;
}

.node-no-child {
    background-position: -68px -4px !important;
    background-repeat: repeat-y;
    ;
}

.btn-lipei {
    width: 111px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    background: url("../../views/images/1-nor.png");
}

.btn-lipei:hover {
    background: url("../../views/images/2-hover.png");
}

.modal-lg {
    width: 1100px;
}

.home_span {
    height: 22px;
    line-height: 22px;
}

.home_span .text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 1);
}

.panel_main_top {
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #ED1D35;
}

.mask-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
}

.mask-box img {
    margin-top: 250px
}

.evidence_tag {
    float: left;
    margin-top: 8px;
    padding: 2px 5px;
    margin-right: 5px;
    position: relative;
}

.evidence_classify1 {
    background: #e4eaec;
    border-radius: 2px;
}

.evidence_classify1 .icon-guanbi {
    position: absolute;
    right: -17px;
    top: 0;
}


/*日历*/

.table-calendar-tile {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(122, 147, 180, 0.45);
    font-size: 80px;
    margin-left: -23px;
    margin-top: -50px;
}

.table-calendar {
    height: 180px;
    width: 100%;
    font-size: 12px;
    color: #666666;
    position: relative;
}

.table-calendar th {
    background: #D0E3E8;
}

.table-calendar td {
    width: 30px;
    height: auto;
    cursor: pointer;
}

.table-calendar .bg-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    background: #e8d0d2;
    /*color: #b0b0b0;*/
}

.zoomImageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.zoomImageMask {
    position: absolute;
    top: 0;
    left: 5%;
    width: auto;
    height: auto;
    padding: 30px;
    display: none;
}

.zoomImageMask .imgMask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.zoomImage {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

#J_pg {
    z-index: 9999
}

.zoomImageMask span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #c90000;
}

.zoomImageMask span i {
    color: #fff;
}

.input-underline {
    border: none;
    /*border-bottom: 1px solid #000;*/
    min-height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    text-indent: 0;
    /*text-decoration: underline;*/
    vertical-align: bottom;
    max-width: 700px;
    background: url('../../views/images/black_line.png') repeat;
    /*line-height: 20px;*/
}
.input-underlineNew{
    border-bottom: 1px solid #000;
    min-height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0;
    /*text-decoration: underline;*/
    vertical-align: bottom;
    max-width: 700px;
    min-width: 80px;
}
.input-underline:focus,.input-underlineNew:focus {
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    outline: none;
    overflow: visible;
    cursor: auto;
}
.input-noline {
    border: none;
    width: 100%;
    min-height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    text-indent: 0;
    vertical-align: bottom;
    max-width: 154px;
}

.input-noline:focus {
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    overflow: visible;
    cursor: auto;
}

.under-input-text {
    font-size: 20px;
    width: 700px;
    margin: 0 auto;
    line-height: 30px;
}

.under-input-text .input-underline,.under-input-text .input-underlineNew {
    font-size: 20px !important;
    /*width: 180px;*/
    vertical-align: bottom;
}

.textarea-underline {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
}

.textarea-underline:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}

.angency-hover:hover {
    background: #e1e4ea;
}

.angency-disabled {
    background: #e7e7e7;
    color: #909090;
}

.people-box {
    margin: 0 10px;
    padding: 1px 5px;
    border-radius: 3px;
}

.people-hover {
    background: #ebeffc;
}

.people-hover-box .pop-arrow {
    border-left-color: #0083e5;
}

.tab-default {
    /*width: 280px;*/
    width: 25%;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    color: #000;
    text-align: center;
    position: relative;
    margin-right: 25px;
    float: left;
}

.tab-default .arrow {
    position: absolute;
    top: 0;
    right: -37px;
    height: 0px;
    width: 0px;
    border-top: 32px solid transparent;
    border-right: 18px solid transparent;
    /*border-bottom: 40px solid #0083e5;*/
    border-left: 22px solid #fff;
}

.tab-defaultMail {
    width: 80px;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    background: #cccccc;
    color: #000;
    text-align: center;
    position: relative;
    margin-right: 25px;
    float: left;
}

.tab-defaultMail .arrow {
    position: absolute;
    top: 0;
    right: -37px;
    height: 0px;
    width: 0px;
    border-top: 32px solid transparent;
    border-right: 18px solid transparent;
    /*border-bottom: 40px solid #0083e5;*/
    border-left: 22px solid #cccccc;
}

.tab-brand {
    background: #ED1D35;
    color: #fff;
}

.tab-brand .arrow {
    border-left: 22px solid #ED1D35;
}

.case-light {
    display: inline-block;
    width: 19px;
    height: 18px;
}

.case-light-green {
    background: url("../../views/images/deng1.png") no-repeat left center;
    background-size: 90%;
}

.case-light-red {
    background: url("../../views/images/deng2.png") no-repeat left center;
    background-size: 90%;
}

.case-light-yellow {
    background: url("../../views/images/deng3.png") no-repeat left center;
    background-size: 90%;
}

.case-search {
    display: inline-block;
    width: 171px;
    height: 171px;
}

.case-search-ing {
    background: url("../../views/images/searching.png") no-repeat;
}

.case-search-success {
    background: url("../../views/images/search_success.png") no-repeat;
}

.case-search-failed {
    background: url("../../views/images/search_failed.png") no-repeat;
}

.case-search-state {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-top: 50px;
}

.case-search-correct {
    background: url("../../views/images/search_correct.png") no-repeat;
}

.case-search-wrong {
    background: url("../../views/images/search_wrong.png") no-repeat;
}

.case-search-text {
    display: inline-block;
    color: #FFFFFF;
    margin-top: 60px;
}

.light-green {
    float: left;
    width: 30px;
    height: 30px;
    background: url("../../views/images/time-line.png");
}

.light-yellow {
    float: left;
    width: 30px;
    height: 30px;
    background: url("../../views/images/time-line-1.png");
}

.light-grey {
    float: left;
    width: 30px;
    height: 30px;
    background: url("../../views/images/time-line-2.png");
}

.light-blue {
    float: left;
    width: 30px;
    height: 30px;
    background: url("../../views/images/time-line-3.png");
}

.light-line {
    width: 56px;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.light-text {
    display: block;
    top: 35px;
    white-space: nowrap;
    color: #cccccc;
    margin-top: 34px;
    width: 80px;
    text-align: center;
    margin-left: -25px;
}

.light-odd-text {
    display: block;
    top: 35px;
    white-space: nowrap;
    color: #0f0f0f;
    margin-top: 34px;
    width: 80px;
    text-align: center;
    margin-left: -25px;
}

.w740 {
    width: 605px;
}

.w540 {
    width: 540px;
}

.btn_daoru {
    border: 1px solid transparent;
    border-radius: 10%;
    float: right;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    width: 55px;
}

.reg_search_span span {
    display: inline-block;
    width: 98px;
    height: 34px;
    background: rgba(245, 245, 245, 1);
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
    color: #000000;
}

/* 文字一行展示 */
.view-text {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* img标签设置剧中剪裁显示 */
.img-cover {
    object-fit: cover;
}

.img-position {
    object-position: center;
}

/* 材料证明模块 */
.evidence-material-box {
    padding: 20px;
}

.evidence-material-box .nav-tabs-swiper-box .iconfont {
    transform: rotate(-90deg);
    padding: 0 20px;
    font-size: 12px;
    color: #878787;
}

/* .evidence-material-box>.row {
    padding: 20px;
} */

.evidence-material-box .nav>li.active:before {
    display: none;
}

.evidence-material-box .icon-duihao {
    background-color: #fff;
    border-radius: 50%;
}

.evidence-material-box .nav-tabs {
    /* border: none; */
    /* padding-bottom: 1px; */
    border-bottom: 1px solid #EAEAEA;
}

.evidence-material-box .nav-tabs a {
    padding: 6px 12px;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.evidence-material-box .nav-tabs>li {
    position: relative;
}

.evidence-material-box .nav-tabs>li::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #EAEAEA;
    left: 0;
    right: 0;
    bottom: 0;
}

.evidence-material-box .nav-tabs .active::after {
    border: none;
}

.evidence-material-box .list-group-item {
    background-color: #F5F5F5;
    border: 1px solid #E9E9E9;
    color: #000000;
}

.evidence-material-box .list-group .active {
    background-color: #FFFFFF;
    border-right: none;
}

.evidence-material-box .flex-center {
    display: flex;
    align-items: center;
}

.evidence-material-box .switch-label-box {
    overflow: hidden;
    width: 200px;
}

.evidence-material-box .switch-label {
    border: 1px solid #D1D1D1;
    height: 24px;
    border-radius: 20px;
    float: left;
}

.evidence-material-box .switch-label-active {
    border: 1px solid #00BB7E;
}

.evidence-material-box .switch-label .switch-name {
    padding-left: 5px;
    padding-right: 10px;
    color: #000;
    font-weight: 500;
}

.evidence-material-box .switch-label-active .switch-name {
    color: #00BB7E;
}

.evidence-material-box .switch-label i {
    font-size: 23px;
}

.evidence-material-box .all-checkbox {
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
}

.evidence-material-box .checkbox {
    margin: 0;
}

.evidence-material-box .list-group a.list-group-item:hover,
.evidence-material-box .list-group a.list-group-item:focus {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #E9E9E9;
}
