@charset "utf-8";
/* 初始化CSS */
* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
html {
	overflow-x:hidden; 
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
fieldset, img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
li {
	list-style-type: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	margin: 0;
	font-size: 14px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
}
textarea {
	font-family: "Microsoft YaHei";
	resize: none;
	font-family: ""
}
body {
	color: #2e2e2e;
	font-size: 14px;
	background: url(../images/bg02.jpg) no-repeat;
	background-size: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	color: #2e2e2e;
}
i, em {
	font-style: normal;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flex_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items {
	align-items: center;
}
.main {
	width: 260px;
	height: 300px;
	position: absolute;
	top: 35%;
	right: 23%;
	z-index: 99;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 20px 0;
}
#form1 {
	width: 260px;
	
}
#form1 input {
	border: none;
	font-size: 14px;
}
.formin {
	width: 100%;
	margin: 30px auto;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	
}
.formin .tubiao {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	
}
.tijiao {
	width: 260px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	background: #33a1ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
