a:link {
	text-decoration: none;
	color:white;
}
a:visited {
	text-decoration: none;
	color:white;
}
a:hover {
	text-decoration: none;
	color:white;
}
* {
	margin:0;
	padding:0;
	font-family: 微软雅黑;
}
.top {
	float:top;
	height:100px;
	width:100%;
	background:#484743;
}
.top_1 {
	height:100px;
	width:1200px;
	margin:0 auto;
}
.top_1_img {
	position:absolute;
	width:64px;
	height:64px;
	margin-top:18px;
}
.top_2 {
	position:absolute;
	margin-left:70px;
	margin-top:18px;
	font-size:25px;
	color:white;
}
.top_3 {
	position:absolute;
	margin-left:70px;
	margin-top:55px;
	font-size:14px;
	color:white;
}
.middle {
	float:top;
	margin-top:50px;
	height:800px;
	width:100%;
}
.content {
	width:1200px;
	height:800px;
	margin-top:150px;
	border-bottom:1px solid #DEDEDE;
	margin:0 auto;
}
.content_1 {
	position:absolute;
	width:300px;
	height:300px;
	margin-left:100px;
	margin-top:40px;
}
.content_2 {
	/*
    border-style: solid;
    border-width: 2px;
    float: right;
    margin-right: 150px;
    padding: 20px 30px 30px;
    width: 250px;
	*/
 position:absolute;
	margin-left:700px;
	width:400px;
	height:320px;
	border:2px solid #DEDEDE;
	border-top:2px solid red;
}
.content_2_1 {
	width:380px;
	margin-left:10px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #DEDEDE;
}
.content_2_2 {
	width:380px;
	margin-left:10px;
	height:40px;
	margin-top:20px;/* border:1px solid #DEDEDE; */
}
.text {
	position:absolute;
	height:40px;
	width:80px;
	line-height:40px;
	margin-left:0px;
	margin-top:0px;
	padding-left:10px;
}
.input {
	position:absolute;
	height:40px;
	line-height:40px;
	width:290px;
	margin-left:80px;
	margin-top:0px;
}
.input input {
	position:absolute;
	height:40px;
	line-height:40px;
	margin-left:0px;
	margin-top:0px;
	height:40px;
	width:290px;
}
#validatecode {
	width:120px;
}
#yzm {
	position:absolute;
	margin-left:220px;
	margin-top:2px;
	border:1px solid #DEDEDE;
}
.button {
	margin-top:20px;
	height:40px;
	width:290px;
	line-height:40px;
	background:#FF7A00;
	margin-left:90px;
	text-align:center;
    cursor:pointer;
	border:1px solid #FF7A00;
}