/*global css*/
*{-webkit-text-size-adjust:none; /*_behavior:url(/iepng/iepngfix.htc);*/}
*{font-family: font-family: "PingFang SC", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;}
td,th,div,input,select,textarea,li,ol,dt,dd,h1,h2,h3,h4,h5,h6{font-size:12px;}
/*font,span{font-size:12px;}*/
*{margin: 0;padding: 0;
-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing:content-box;}
body{margin:0;padding:0;/* font-family:'Times New Roman','pingfang sc','microsoft yahei',Arial,'宋体'; */text-align:center;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
/*去掉自带样式*/

li{list-style-type:none;}
img{border:none;width: 100%;height: 100%;/* margin-top: 50%; *//* transform: translateY(50%); *//* margin-top: 45px; */}

.display-none{display: none;}
.display-block{display: block;}
/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/

.fl{float: left;}
.fr{float: right;}

/* padding */
.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}

.clean:after,.clean:before{display: table; content:''; }
.clean:after{clear: both;}
.clean{zoom:1;}

/*a*/
a{text-decoration:none;}
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}
a:link    {color:#333;}
a:visited {color:#333;}
a:active  {color:yellow;}
