/**
 *  通用属性 2018/8/20 0001.
 */
html {
-webkit-text-size-adjust: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
p { margin: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑", Arial;
    letter-spacing: 1px;
}
ul,ol,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    background: 0 0;
    text-decoration: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button { border: 0;}
input, textarea {
border: 0;
-webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}
@font-face {
    font-family: simkai;
    src: url("../fonts/simkai.ttf");
}
@font-face {
    font-family: corbel;
    src: url("../fonts/corbel.ttf");
}
.clearfix { zoom:1; }
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}
.text-center { text-align: center;}
.fL { float: left;}
.fR { float: right;}
.width-25 { width: 25%;}
.width-33 { width: 33.33333333%;}
.width-50 { width: 50%;}
.width-75 { width: 75%;}