

/*登录中心页*/
.dl_center{
	background: url("https://www.tmgouwu.com/Public/default/image/denglu_06.png") top no-repeat;
	height: 582px;
	width: 100%;
}
@media(max-width: 768px){
	.dl_center{
		width: 1200px;
	}
}

.denglu_bg{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.denglu_form{
	background: #fff;
	width: 365px;
	height: 387px;
	float: right;
	margin-top: 7%;
}
.denglu_form h3{
	font-size: 20px;
	line-height: 40px;
	margin: 20px 20px 0px 20px;
	color: #333;
}
.denglu_form font{
	border: 1px solid #F9E97A;
	background: url("https://www.tmgouwu.com/Public/default/image/dl_07.png") 10px no-repeat;
	background-color: #FCF8C8;
	padding-left: 8%;
	height: 30px;
	line-height: 30px;
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.form_div{
	/*border: 1px solid red;*/
	width: 91%;
	margin-left: 5%;
	height: auto;
	overflow: hidden;
}
.form_div p span{
	border: 1px solid #ccc;
	border-right: 0;
	display: block;
	background: #f5f5f5;
	color: #999;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.input_text{
	border: 1px solid #ccc;
	border-left: 0;
	width: 293px;
	height: 35px;
	line-height: 55px;
	padding-left: 5px;
	color: #999;
	margin-top: 1px;
	margin-bottom: 10px;
}
.input_text2{
	width:190px;
	border: 1px solid #ccc;
	float: left;
}
.yz_ico{
	/*border: 1px solid #ccc;*/
	float: right;
	height: 35px;
	width: 120px;
	margin-right: 4px;
}

.form_div p a{
	clear: both;
	display: block;
	float: right;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.msg_btn_area{
	/*border: 1px solid red;*/
	clear: both;
	width: 330px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #E28110;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	border-radius: 4px;
}
.msg_btn_area a{
	color: #fff;
}