<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 鎴戣鍜ㄨ
 * date:2021-08-03
 * author: wppei;
 */

body {
    background-color: #f7f7f7;
}

.com-header .header {
    margin-bottom: 0;
}

.error-main {
    margin: 20px 0 40px 0;
    min-height: 500px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
}

.error-tt {
    height: 84px;
    padding-left: 42px;
    border-bottom: 1px solid #ecedf2;
}

.error-tt&gt;h2 {
    position: relative;
    display: inline-block;
    height: 84px;
    line-height: 82px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
}

.error-tt&gt;h2:after {
    content: " ";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 4px;
    background-color: #47b368;
}

.msg-skip {
    margin: 30px 40px;
    padding: 20px 30px 15px;
    line-height: 24px;
    font-size: 16px;
    background-color: #f7f7f7;
}

.msg-skip-box {
    margin-bottom: 6px;
}

.error-box {
    padding: 14px 40px 0;
    color: #404742;
    font-size: 16px;
}

.error-list {
    position: relative;
    margin-bottom: 16px;
}

.error-select-infor {
    display: none;
}

.error-label {
    width: 150px;
    text-align: right;
    line-height: 37px;
}

.error-box .red {
    color: #f00;
}

.error-check {
    margin-top: 10px;
}

.error-check .error-checkbox {
    float: left;
    line-height: 19px;
    margin-right: 40px;
}

.error-check .checkbox {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 6px;
    background: url("../images/message/msg_icon.png") no-repeat left center;
    vertical-align: top;
    cursor: pointer;
}

.error-check .checkbox.active {
    background-image: url("../images/message/msg_iconh.png");
}

.error-input {
    width: calc(100% - 150px);
    height: 37px;
    padding: 0 10px;
    color: #999;
    border: 1px solid #a0a0a0;
}

.error-textarea {
    height: 210px;
    resize: none;
}

.error-infor {
    margin-bottom: 30px;
}

.error-infor .error-label {
    width: 116px;
    text-align: right;
    line-height: 37px;
    margin-bottom: 0;
}

.error-submit {
    width: 100%;
    margin-top: 20px;
}

.submit-con {
    width: 374px;
    padding-top: 10px;
    margin: 0 auto;
}

.btn-reset,
.btn-submit {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #404742;
    font-size: 24px;
    cursor: pointer;
}

.btn-reset {
    background-color: #f7f9fa;
}

.btn-submit {
    color: #fff;
    font-weight: bold;
    outline: none;
    background-color: #47b368;
    cursor: pointer;
}

.error {
    color: #f00;
    font-size: 14px;
}

label.error,
.error-select-infor {
    position: absolute;
    left: 150px;
    bottom: -18px;
}

.error-infor {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.error-infor .error-label {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.error.valid {
    display: none!important;
}

.input-img {
    display: inline-block;
    height: 37px;
    margin-left: 10px;
    vertical-align: top;
}

.input-img&gt;img {
    height: 37px;
}

.msg-chose {
    position: relative;
    height: 37px;
    width: calc(100% - 150px);
}

.msg-chose-select {
    display: block;
    height: 37px;
    line-height: 35px;
    padding: 0 10px;
    color: #999;
    border: 1px solid #a0a0a0;
    background: url("../images/chose_jiao.png") no-repeat right 20px center;
}

.msg-chose-select.active {
    background-image: url("../images/chose_jiaoh.png");
}

.msg-chose-select.active+.msg-chose-box {
    display: block;
}

.msg-chose-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    z-index: 9;
}

.msg-chose-list {
    max-height: 350px;
    padding: 5px 0;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-top: none;
}

.msg-chose-box li {
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.error-list {
    width: 100%;
}

.w50 {
    width: 50%;
}

.code-input {
    width: 200px;
}

@media (max-width: 768px) {
    .msg-skip {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .w50 {
        width: 100%;
    }
    .error-box {
        padding-left: 0;
        padding-right: 0;
    }
    .error-check .error-checkbox {
        display: block;
        margin-right: 20px;
    }
    .infor-input {
        margin-left: 0;
        width: 100%;
    }
    .error-submit,
    .submit-con {
        width: 100%;
    }
    .btn-reset,
    .btn-submit {
        width: 48%;
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }
    .input-img {
        margin: 10px 0 0 120px;
    }
    .error-label {
        width: 120px;
    }
    .error-input,
    .msg-chose {
        width: calc(100% - 120px);
    }
}

.btn-audio {
    /* width: 199px; */
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    background-color: #f7f9fa;
    vertical-align: top;
}</pre></body></html>