.main{
	width:100%;
	height:480px;
	min-width:1200px;
	background:url("../img/signIn_banner.jpg") no-repeat center;
}
.box{
	position: absolute;
	top: 30px;
	right: 0;
	padding: 0 22px;
	width: 308px;
	height: 422px;
	background: #fff;
}
.box .title{
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ddd;
	line-height: 32px;
}
.box .title span{
	width:50%;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#d0131a;
	display:block;
	font-size:16px;
	cursor:pointer;
}
.box .title em{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50%;
	height: 1px;
	background: #d0131a;
}
.box .form_row{
	width:306px;
	height:38px;
	border:1px solid #c4c4c4;
	margin-top:30px;
	display:flex;
	flex-direction: row;
}
.box .form_row .icon{
	width:38px;
	height:38px;
	border-right:1px solid #c4c4c4;
}
.box .form_row .form_input{
	width:250px;
	height:38px;
	margin-left:10px;
}
.box .form_row .form_input input{
	width:100%;
	height:38px;
	line-height:38px;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	color:#000;
	background:#FFF;
}
.box .login_btn{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	margin-top:30px;
	background:#d0131a;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}
.box .register_btn{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	margin-top:30px;
	color:#ce131c;
	font-size:16px;
	cursor:pointer;
	background:url("../img/icon_login_reg.png") 100px center no-repeat;
	background-color:#f7f7f7;
}

.register_top{
	width:100%;
	height:30px;
	background:#FFF;
}
.register_top .welcome{
	width:252px;
	height:30px;
	line-height:30px;
	font-size:26px;
	font-weight:bold;
	color:#333;
	text-align:right;
}
.register_top .gologin{
	width:200px;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:12px;
}
.register_top .gologin a{
	color:#d02626;
}
.main2{
	width:100%;
	height:855px;
	background:#FFF;
	border-bottom:1px solid #CCC;
}
.main2 .register_row{
	width:100%;
	height:35px;
	margin-top:35px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.main2 .register_row .register_row_left{
	width:252px;
	height:35px;
	line-height:35px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.main2 .register_row .register_row_left label{
	width:244px;
	height:35px;
	display:block;
	font-size:16px;
	color:#333;
	text-align:right;
}
.main2 .register_row .register_row_left i{
	width:8px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#FF0000;
	font-size:16px;
	display:block;
}
.main2 .register_row .register_row_left span{
	width:240px;
	height:35px;
	display:block;
}
.main2 .register_row .register_row_left input[type="checkbox"]{
	margin-top:12px;
}
.main2 .register_row .register_row_right{
	width:938px;
	height:35px;
	display: flex;
	flex-direction: row;
}
.main2 .register_row .register_row_right input{
	width:260px;
	height:33px;
	border:1px solid #CCC;
	color:#666;
	font-size:16px;
	text-indent:13px;
}
.main2 .register_row .register_row_right span{
	 width:250px;
	 height:35px;
	 line-height:35px;
	 margin-left:20px;
	 display:block;
	 color:#666;
	 font-size:16px;
}
.main2 .register_row .register_row_right span.err{
	color:#FF0000;
}
.main2 .register_row .register_row_right img{
	width:135px;
	height:50px;
	margin-left:20px;
}
.main2 .register_row .register_row_right span a{
	color:#0000ff;
}
.main2 .register_row .register_row_right .register_btn2{
	width:180px;
	height:35px;
	background:#d0131a;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
	line-height:35px;
	text-align:center;
}