.com_reg_bg {
	background: #f1f1f1;
}
.com_reg_box {
	width: 1000px;
	height: 1100px;
	background: #fff;
	margin: 50px auto;
	padding-top: 50px;
}
.reg_item {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 140px 0 45px;
	padding-bottom: 28px;
}
.reg_item_h1 {
	padding-left: 60px;
	background: url(img/mail.jpg) no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	margin-bottom: 2px;
}
.reg_item_h3 {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 3px;
	font-weight: 700;
}
.reg_item_p {
	color: #999;
	line-height: 35px;
}
.reg_input {padding: 13px 0;}
.reg_input input {
	height: 32px;
	border:1px solid #c5c5c5;
	width: 330px;
}
.reg_input select {
	width: 144px;border: 1px solid #c5c5c5;-webkit-appearance: normal !important;
}
.reg_input label {
	line-height: 32px;
	width: 140px;
	display: inline-block;
}
.reg_input_img{
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.reg_input_img label{
	display: block;
	height: 140px;
	width: 140px;
	float: left;
	line-height: 130px;
}
.reg_img_upload{
	display: block;
	float: left;
	width: 500px;
	padding-left: 4px;
}
.reg_exmp{

position: absolute;

top: 0;

right: 129px;
}
.reg_exmp_img{
	width: 132px;
	height: 95px;
	background: url(img/tongyi.jpg) no-repeat center center;
	*background: url(img/tongyi.png) no-repeat center center;
	background-size: 120px 85px;
	*background-size: 100%;
	padding: 10px;
	border: 1px solid #a5a5a5;
	margin-top: 10px;
	cursor: pointer;
}
.reg_button button{
	background: #d70506;
	border:1px solid #9c9c9c;
	width: 280px;
	height:44px;
	line-height:44px;
	color:#fff;
	text-align: center;
	display: block;
	margin: 50px 295px 0;
}