<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    background: #f7f7f7;
    /* font: normal 14px/1.5 Helvetica, Arial, sans-serif, "Microsoft Yahei"; */
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
    color: #3e3e3e;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-user-select: none;
}

.clear {clear: both;padding:0;margin:0;}
.clear:after{display:block; visibility:hidden; clear:both; height:0; content:"."}
.clearfix {display: block;}
.clearfix:after{display:block; visibility:hidden; clear:both; height:0; content:"."}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;

}

ul, ol, li, dl, dt, dd, em, p, div, h1, h2, h3, h4, form, table, tr, td, label, i {
    margin: 0;
    padding: 0;
    list-style: none;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #2275d2;
    text-decoration: none;
}

:focus {
    outline: none
}

input, textarea, select {
    font-size: 0.875em;
    vertical-align: middle;
}

img {
    border: 0 none;
}

span {
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.none {
    display: none;
}

.block {
    display: block;
}

th {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*----------------------文本样式------------------------*/

input[disabled] {
    color: #848484;
    background-color: #EEE;
}

input[disabled]:hover {
    cursor: not-allowed;
}

select[disabled] {
    color: #848484;
    background-color: #EEE;
}

select[disabled]:hover {
    cursor: not-allowed;
}

input[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default
}

input[readonly]:focus {
    box-shadow: 0 0 0 2px rgba(150, 150, 150, 0.3);
    border-color: #AAA;
    background-color: #f9f9f9
}

select[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default
}

select[readonly]:focus {
    box-shadow: 0 0 0 2px rgba(150, 150, 150, 0.3);
    border-color: #AAA;
    background-color: #f9f9f9
}
.ml10{
    margin-left:10px;
}
.ml15{
    margin-left:15px;
}
.mt20{
    margin-top:20px;
}
.ml20{
    margin-left:20px;
}
.mr5{
    margin-right:5px;
}
.gary-warp{
    background: #f6f6f6;
}

.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

</pre></body></html>