/* 初始化原有样式 start */
a {
	text-decoration: none;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none
}

b {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

html,
body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

html,body{
	height: auto;
}

body{
	font-family: "Microsoft YaHei" ;
	/* overflow-x: hidden; */
}

/* input,button,select{outline: none;background:none;border:none;} */
button {
	cursor: pointer;
}

img {
	border: none;
}

input {
	background: none;
	outline: none;
	border: none;
}

.lf {
	float: left
}

.rf {
	float: right
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

/* 初始化原有样式 end */


/* 安全区域 start*/
.public-container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
	text-align: center;
}

/* 安全区域 end*/
