@charset "utf-8";
/*CSS reset*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*body{margin:0 auto;padding:0;font:14px 'Hiragino Sans GB','Microsoft Yahei',arial,"宋体",sans-serif;background:#FFF;}*/

body {
    margin: 0 auto;
    padding: 0;
    font: 14px/1.5 Helvetica, Tahoma, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
    background: #FFF;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Muli', 'Microsoft JhengHei', "微軟正黑體", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Tahoma, Arial, 'Muli', 'STXihei', '华文细黑', 'SimSun', '宋体', 'Microsoft YaHei', '微软雅黑', 'Heiti', '黑体', sans-serif;
}

div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td {
    margin: 0;
    padding: 0;
}

/*h1,h2,h3,h4,h5,h6{font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }*/

/*h1,h2,h3,h4,h5,h6{font-size: 100%; font-weight: normal; font-family: inherit; }*/


table,
td,
input,
textarea,
button {
    font: inherit;
    outline: none;
    resize: none;
}

textarea {
    overflow-y: auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B2B2B2;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*去掉浏览器黄色背景*/

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

img {
    max-width: 100% !important;
    border: 0
}

/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

a {
    text-decoration: none;
    font-family: inherit;
    color: inherit;
}

a:active,
a:hover {
    outline: 0;
}

:focus {
    outline: 0;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

/*文字排版*/

.fz12 {
    font-size: 12px !important;
}

.f20 {
    font-size: 20px;
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.lh150 {
    line-height: 150%;
}

.tdl {
    text-decoration: underline;
}

.tdlt {
    text-decoration: line-through;
}

.tdn {
    text-decoration: none;
}

/*定位*/

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clearfix {
    *zoom: 1;
}

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

.cb {
    clear: both;
}

.oh {
    overflow: hidden;
}

.hide {
    display: none;
}

.ib {
    display: inline-block;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.cur {
    cursor: pointer;
}

.bsb {
    box-sizing: border-box;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}