<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    color: #333333;
    font-size: 14px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover, a:focus {
    color: #dd1215 !important;
    text-decoration: none;
}

ul,ol,li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}

.g-bg-white {
    background-color: #ffffff !important;
}

.g-bg-gray {
    background-color: #f5f5f5 !important;
}

.g-bg-darkgray {
    background-color: #f0f0f0 !important;
}

.red {
    color: #FF0033 !important;
}

.container-fluid {
    max-width: 1920px;
}

.wp {
    min-width: 1300px;
    width: 100%;
}

.s-container {
    width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.row &gt; [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
}

.s-gutter {
    margin-right: -4px !important;
    margin-left: -4px !important;
}

.s-gutter &gt; [class*='col-'] {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.no-gutters {
    margin-right: -8px !important;
    margin-left: -8px !important;
}

.no-gutters &gt; [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/**************
** 表单
***************/
.formMain {

}

.formItem {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.error-tip {
    font-size: 13px;
    color: red;
    margin-top: 5px;
}

.error-tip i.iconfont{
    margin-right: 3px;
    vertical-align: -1px;
}

.formItem i.icon-input{
    position: absolute;
    top: 10px;
    left: 5px;
    color: #999;
    font-size: 25px;
    z-index: 10;
}

.formItem .txtInput, .formItem .codeInput, .formItem .textareaInput, .formItem .selectItem {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 35px;
    line-height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    overflow: hidden;
}

.formItem .textareaInput {
    height: 100px !important;
}

.formItem .txtInput:hover , .formItem .codeInput:hover, .formItem .textareaInput:hover, .formItem .selectItem:hover{
    border-color: #282828;
}

.codeInput {
    width: 60% !important;
}

.codeBtn {
    height: 45px;
    width: 38% !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    overflow: hidden;
    float: right;
}
</pre></body></html>