@charset "utf-8";
@font-face{
	font-family: "SourceHanSansCN-Regular";
	src:url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Regular.tff") format("truetype"),
	url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Regular.svg") format("svg"),
	url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
	font-weight:normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* @font-face{
	font-family: 'myFont';
	src: url('../Font/SourceHanSansSC-Light.otf') format('truetype');
} */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family:"SourceHanSansCN-Regular", "Microsoft YaHei", arial;
}

img {
	border: 0;
	vertical-align: middle;
}



h1,
h2,
h3,
h4,
p {
	font-weight: normal;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;

}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

ul,
li,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 重置表单控件*/
input,
select,
textarea,
button {
	outline: none;
	border: none;
	-webkit-appearance: none;
}


/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*清除浮动*/
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}


/* 设置编辑内容默认样式 */
/* .show-editor{line-height: 24px; }
.show-editor h1{font-size: 24px;margin-bottom: 10px;}
.show-editor h2{font-size: 20px;margin-bottom: 10px;}
.show-editor h3{font-size: 16px;margin-bottom: 10px;}
.show-editor p{font-size: 14px;margin-bottom: 10px;}
.show-editor img{max-width: 100%!important; width: auto!important; height: auto!important;}

 */