/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,body{
	padding: 0;
	margin: 0;
	font-family:SH-Regular;
	color: #4C4C4C;
	overflow-x: hidden;
}
*{
	padding: 0;
	margin: 0;
}
p,div{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: default;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	font-style: normal;
}
a{
	text-decoration: none !important;
	color:#444;
}
ul,li,ol,dl,dt,dd{
	margin: 0;padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear:after{
	display: table;
	content: "";
	clear: both;
}
.clear{
	zoom:1;
}
img{
	vertical-align: bottom;
	border: none;
}
input,textarea,select{
	font-family:SH-Regular;
	outline: none;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #4C4C4C;
	background-color: transparent;
}
button{
	-webkit-appearance:none ;
	-moz-appearance: none;
}
i{font-style: normal;}
.containerBox{
	width: 1200px;
	margin: 0 auto;
}
:-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999999;
}
:-moz-placeholder  { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999999;
}
:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/
    color: #999999;
}
.f{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.f-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.f-c-c{
	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;
}
.f-c-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.f-c-c-column{
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.f-c{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.f-b-c{
	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;
}
.f-a-c{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/* widthbg */
.whitebg{background-color:#FFFFFF;}
.greybg{background-color:#F8F8F8;}
.headerBg{background: rgba(0,0,0,0.7);}

/* @font-face {
	font-family:"PingFangSC-Ultralight";
	src: url(PingFangHeiTi-JiXi-Jian-1.ttf);
}
@font-face {
	font-family:"PingFangSC-Light";
	src: url(PingFang-Light.ttf);
}
@font-face {
	font-family:"PingFangSC-Regular";
	src: url(PingFang-Regular.otf);
}
@font-face {
	font-family:"PingFang-Medium";
	src: url(PingFang-Medium.otf);
}
@font-face {
	font-family:"PingFangSC-Semibold";
	src: url(PingFang-SC-Semibold-2.ttf);
} */
@font-face {
	font-family:"Avenir-Heavy";
	src: url(Avenir-Heavy.ttf);
}
/* @font-face {
	font-family:"minijianyb";
	src: url(minijianyingbi.TTF);
}

 */
@font-face {
	font-family:"SH-Extra";
	src: url(https://leancloud-web.oss-cn-shanghai.aliyuncs.com/font/SourceHanSansCN-ExtraLight.otf);
}
@font-face {
	font-family:"SH-Light";
	src: url(https://leancloud-web.oss-cn-shanghai.aliyuncs.com/font/SourceHanSansCN-Light.otf);
}
@font-face {
	font-family:"SH-Regular";
	src: url(https://leancloud-web.oss-cn-shanghai.aliyuncs.com/font/SourceHanSansCN-Regular.otf);
}
@font-face {
	font-family:"SH-Medium";
	src: url(SourceHanSansCN-Medium.otf);
}
@font-face {
	font-family:"SH-Bold";
	src: url(https://leancloud-web.oss-cn-shanghai.aliyuncs.com/font/SourceHanSansCN-Bold.otf);
}
@font-face {
	font-family:"yingzxs";
	src: url(youranxk.ttf);
}









