/** reset **/
*{box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;font-size: 100%;}
body,button, input, select, textarea{font-size: 16px;line-height: 1.5;color: #333;font-family: "HYQiHei","SourceHanSansCN-Normal","PingFangSC-Regular",Arial,Microsoft YaHei,sans-serif;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
input,button,img{border: none;background: none;}
input[type="text"],
input[type="password"],button{outline: none;-webkit-appearance:none;}
em,i{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;
	color:#333;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline:none;
  text-decoration: none;
}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.clearfix{*zoom: 1;} 
.clearfix:before, .clearfix:after{display: table;line-height: 0;content: "";} 
.clearfix:after{content: ".";display: block;height: 0;visibility: hidden;clear: both;}/*清除浮动兼容*/

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

.text-center{text-align: center;}
.text-right{text-align: right;}

@font-face {
  font-family: "HYQiHei.TTF";
  src: url("../fonts/HYQiHei-60S Regular.eot");
  src: url("../fonts/HYQiHei-60S Regular.woff2") format("woff2"),
       url("../fonts/HYQiHei-60S Regular.woff") format("woff"),
       url("../fonts/HYQiHei-60S Regular.ttf") format("truetype"),
       url("../fonts/HYQiHei-60S Regular.eot") format("embedded-opentype"),
       url("../fonts/HYQiHei-60S Regular.svg") format("svg");
}
@font-face {
  font-family: "calibri.TTF";
  src: url("../other/calibri.eot");
  src: url("../other/calibri.woff2") format("woff2"),
       url("../other/calibri.woff") format("woff"),
       url("../other/calibri.ttf") format("truetype"),
       url("../other/calibri.eot") format("embedded-opentype"),
       url("../other/calibri.svg") format("svg");
}
@font-face {
  font-family: "FZLTZHK.TTF";
  src: url("../other/方正兰亭中黑_GBK.eot");
  src: url("../other/方正兰亭中黑_GBK.woff2") format("woff2"),
       url("../other/方正兰亭中黑_GBK.woff") format("woff"),
       url("../other/方正兰亭中黑_GBK.ttf") format("truetype"),
       url("../other/方正兰亭中黑_GBK.eot") format("embedded-opentype"),
       url("../other/方正兰亭中黑_GBK.svg") format("svg");
}
@font-face {
  font-family: "HarmoniaSans.ttf";
  src: url("../fonts/HarmoniaSans W02 Black.eot");
  src: url("../fonts/HarmoniaSans W02 Black.woff2") format("woff2"),
       url("../fonts/HarmoniaSans W02 Black.woff") format("woff"),
       url("../fonts/HarmoniaSans W02 Black.ttf") format("truetype"),
       url("../fonts/HarmoniaSans W02 Black.eot") format("embedded-opentype"),
       url("../fonts/HarmoniaSans W02 Black.svg") format("svg");
}

@font-face {
  font-family: "PingFangSC-Regular.TTF";
  src: url("../other/PingFangSC-Regular.eot");
  src: url("../other/PingFangSC-Regular.woff2") format("woff2"),
       /*url("../other/PingFangSC-Regular.woff") format("woff"),*/
       url("../other/PingFangSC-Regular.ttf") format("truetype"),
       url("../other/PingFangSC-Regular.eot") format("embedded-opentype"),
       url("../other/PingFangSC-Regular.svg") format("svg");
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../other/SourceHanSansCN-Normal.eot");
  src: /*url("../other/SourceHanSansCN-Normal.woff2") format("woff2"),*/
       /*url("../other/SourceHanSansCN-Normal.woff") format("woff"),*/
       url("../other/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("../other/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("../other/SourceHanSansCN-Normal.svg") format("svg");
}


/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}