html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select {
	margin: 0;
	padding: 0
}

* {
	/*-webkit-box-sizing: border-box;*/
	/*box-sizing: border-box*/
}

html,body {
	width: 100%;
	max-width: 100%;
	min-width: 1240px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto
}

body {
	font-family: "PingFangSC-Medium","Microsoft YaHei";
	font-size: 14px;
	color: #333
}

h1,h2,h3,h4,h5,h6,i,strong,em {
	font-weight: normal;
	font-style: normal
}

ul,ol,li {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	text-decoration: none
}

table {
	border-collapse: collapse;
	table-layout: fixed
}

input,textarea {
	outline: none;
	border: none
}

textarea {
	resize: none;
	overflow: auto
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: " ";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.w1240 {
	width: 1240px;
	margin: 0 auto
}

.no_right_margin {
	margin-right: 0 !important
}

.no_left_margin {
	margin-left: 0 !important
}

body {
	background: #FFF
}

.content {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-items: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content #top {
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 999999999999999 !important
}

.content #box {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	border: none
}

/*# sourceMappingURL=style.css.map */