/* 全局CSS定义 */
body {
    font-family: "-apple-system", "SF UI Display", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
    font-size: 12px;
    line-height: 1.25;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
    font-size: 12px;
    color: #333;
}

* {
    box-sizing: border-box;
}

div,
form,
ul,
ol,
li,
span,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img[src=""], img:not([src]) {
    opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none
}

table,
td,
input {
    font-size: 12px;
    padding: 0
}

/* 默认链接颜色 */
a {
    outline-style: none;
    color: #333;
    text-decoration: none
}

a:hover,
a:active {
    color: #ff3333;
}

img {
    display: block;
    border: 0
}

li {
    list-style: none
}

ol {
    padding: 0 0 0 2em
}

input,
label,
select,
option,
textarea,
button,
fieldset,
legend {
    font-size: 1em;
}

button:focus {
    outline: 0;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none
}

input.text {
    color: #444;
    border-color: #9f9f9f #dcdcdc #dcdcdc #9f9f9f;
    border-style: solid;
    border-width: 1px;
    padding: 3px 2px;
    height: 14px
}

input.radio,
input.checkbox {
    margin-right: 2px;
    vertical-align: -2px
}

input.radio,
input.checkbox {
    margin-left: -2px
}

label.radio,
label.checkbox {
    margin-right: 5px
}

textarea {
    border-color: #9f9f9f #dcdcdc #dcdcdc #9f9f9f;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    resize: none
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.ovh {
    overflow: hidden;
}

.none {
    display: none !important;
}

.clear-fix {
    *zoom: 1;
    /*overflow:hidden*/
}

.width1030 {
    width: 1030px;
    min-width: 1030px;
}

.width1170 {
    width: 1200px;
}

.width1200 {
    width: 1200px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.img-box {
    overflow: hidden;
    position: relative;
}

.img-box img {
    width: 100%;
    height: 100%;
}

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

.m-auto {
    margin: 0 auto;
}