.bg-color-main{}
.txt-color-main{}
.border-focus-color-main{}
.border-hover-color-main{}
.border-color-main{}
.txt-hover-color-main{}
/*input border DDDEE2*/

@media screen and (max-width: 812px) {
    .verify-notice {
        width: 100%;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .verify-notice-panel {
        width: 100%;
        height: auto;
        background-color: #fff;
        color: #747578;
        line-height: 22px;
        padding: 9px 20px;
        font-size: 14px;
        border-left: 2px solid;
        box-shadow: 0 5px 10px rgba(113, 113, 118, 0.1);
    }

    .verify-notice-failed {
        border-color: #E4393C;
    }

    .btn-user-verify {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
        height: 22px;
        line-height: 22px;
        border-radius: 4px;
        text-align: center;
        font-size: 12px;
        vertical-align: text-top;
    }

    .btn-user-verify > i {
        font-size: 12px;
    }

    .page-header {
        position: relative;
        width: 100%;
        height: auto;
    }

    .page-header-left {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .list-header {
        padding-left: 55px;
    }

    .list-header-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 5px 10px rgba(113, 113, 118, 0.15);
    }

    .list-header-icon i {
        font-size: 20px;
    }

    .list-header-title {
        color: #20283B;
        font-size: 17px;
        line-height: 38px;
    }

    .list-header-subtitle {
        color: #9B9CA0;
        font-size: 13px;
        line-height: 18px;

    }

    .page-header-middle {
        position: relative;
        width: 60%;
        height: auto;
        vertical-align: middle;
        display: inline-block;
    }

    .detail-info {
        width: 100%;
        text-align: left;
        padding-left: 60px;

    }

    .detail-info-title {
        color: #20283B;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .detail-info-subtitle {
        color: #9B9CA0;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-header-right {
        position: relative;
        width: 36%;
        height: auto;
        line-height: 40px;
        color: #9BA3A8;
        text-align: right;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .btn-back {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        font-size: 13px;
        color: #959799;
        padding: 0 10px;

    }

    .btn-back > i {
        opacity: 0.6;
        font-size: 15px;
    }

    /*modal*/
    .modal {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
    }

    .modal-bg {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(55, 56, 57, 0.78);
        display: none;
    }

    .modal-section {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
        padding: 50px 15px;
    }

    .modal-panel {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;

    }

    .modal-panel.modal-lg {

    }

    .modal-header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        border-bottom: 1px solid #F1F2F6;
        background-color: #fff;
        overflow: auto;
        z-index: 999;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;

    }

    .modal-header-label {
        font-size: 18px;
        text-align: center;
    }

    .modal-header-label > i {
        color: #9fa0a4;
        opacity: 0.5;
        font-weight: bold;
        font-size: 17px;
    }

    .modal-close-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 55px;
        cursor: pointer;
        font-size: 30px;
        color: #E7E8EA;
    }

    .modal-close-btn:hover {
        color: #d1d2d4;
    }

    .modal-body {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height:  100%;
        overflow: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modal-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 40px;
        padding: 10px 15px;
        border-top: 1px solid #F1F2F6;
        text-align: right;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .modal-footer > .btn {
        display: inline-block;
        width: 100px;
        height: 40px;
        text-align: center;
        margin-left: 10px;
        border-radius: 3px;
    }

    .btn-modal-cancel {
        line-height: 38px;
        background-color: #fff;
        border: 1px solid #E0E2E5;
    }

    .btn-modal-cancel:hover {
        background-color: #f9fafe;
    }

    .btn-modal-submit {
        line-height: 40px;
        color: #fff;
    }

    /*form*/
    .form-section {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
    }

    .form-row {
        position: relative;
        width: 100%;
        padding-left: 100px;
        padding-right: 15px;
        height: auto;
        min-height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .form-row.disabled {
        pointer-events: none;
        opacity: 0.3;
    }

    .form-row-label {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 40px;
        text-align: right;
        font-size: 13px;
        color: #666;
        white-space: nowrap;

    }

    .form-row-content {
        position: relative;
        width: 100%;
        min-height: 40px;
    }

    .form-row-input {
        width: 100%;
        height: 40px !important;
        background-color: transparent !important;
        border: 1px solid #E0E2E5 !important;
        border-radius: 3px !important;
        line-height: 20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .form-row-select {
        border: 1px solid #E0E2E5;
        height: 40px;
        border-radius: 3px;
    }

    .form-row-select.disabled {
        pointer-events: none;
        opacity: 0.7;
    }

    .form-row-content.select > i {
        position: absolute;
        right: 5px;
        top: 1px;
        color: #9fa0a4;
        opacity: 0.5;
        font-size: 12px;
        pointer-events: none;
    }

    .form-row-select.select-group {
        display: inline-block;
        width: 148px;
    }

    .form-row-textarea {
        width: 100%;
        min-height: 60px;
        border: 1px solid #E0E2E5;
        border-radius: 3px;
    }

    .half-side .form-row {
        width: 100%;
    }

    .onethird-side .form-row {
        width: 100%;
    }

    .text-remark {
        color: #666;
        text-indent: 2em;
    }

    /*错误提示*/
    .error-notice {
        color: #f51b06;
        padding-left: 5px;
        display: none;
        font-size: 12px;
    }

    /*发送验证码*/
    .btn-send-code {
        position: absolute;
        right: 7px;
        top: 17px;
        width: 100px;
        height: 26px;
        text-align: center;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        border-radius: 2px;
    }

    .btn-send-code.disabled {
        background-color: #EEEEEE;
        color: #aaa;
        pointer-events: none;
    }

    /*验证码图片*/
    .verify-img {
        position: absolute;
        right: 120px;
        top: 10px;
        width: 77px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .main-panel {
        margin: 5px 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 4px;
        padding: 10px;
        box-shadow: 0 5px 10px rgba(113, 113, 118, 0.1);
    }

    .container.fixed-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 120px;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -2px 5px rgba(113, 113, 118, 0.1);
    }

    .container.fixed-footer .wraper {
        height: 70px;
        padding: 10px 0;
    }

    .remind {
        position: relative;
        margin: 10px auto;
        width: 90%;
        font-size: 15px;
        color: #777;
        text-align: left;
    }

    .overflow-ellipsis {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*上传图片input*/
    .img-upload-input {
        position: absolute;
        visibility: hidden;
    }

    .header-title {
        display: none;
    }
    .el-dialog{
        width: 95% !important;
    }
}