
.register{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 10px 20px;
	background: #F5F5F5 url(../img/0_0_1_zc_feiji.png) no-repeat right top;
	background-size: auto 76px;
}
.register .header .div1{
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.register .header .div1 img{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.register .header .div2{
	font-size: 16px;
	line-height: 16px;
	margin-top: 12px;
	font-weight: bold;
	color: #000;
	padding-left: 26px;
}
.register .main{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px 25px;
	border-radius: 6px;
	margin-top: 26px;
}
.register .main .xinxi{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F1F1F1;
}
.register .main .arrow{
	background: url(../img/0_0_1_zc_jiantou.png) no-repeat right center;
	background-size: auto 12px;
}
.register .main .xinxi .div1{
	font-size: 14px;
	color: #616161;
	margin-left: 15px;
}
.register .main .xinxi .inp1{
	width: 66%;
	height: 100%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #616161;
}
.register .main .xinxi .inp1::-webkit-input-placeholder{
	color: #C9C9C9;
}
.register .main .xinxi .img1{
	width: 36px;
	height: 36px;
	float: right;
	margin-right: 12px;
	margin-top: 7px;
}
.register .main .xinxi .img1:hover{
	cursor: pointer;
}
.register .main .xinxi .div2{
	height: 26px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 13px;
	line-height: 24px;
	font-size: 13px;
	padding: 0 8px;
	margin-top: 12px;
}
.register .main .xinxi .div2:hover{
	cursor: pointer;
}
.register .main .xinxi .inp2{
	width: 28%;
	height: 30px;
	font-size: 14px;
	border-radius: 6px;
	margin: 10px 15px 0 0;
	color: #616161;
	background: #e1e1e1;
	text-align: center;
}
/*免责声明*/
.register .mzsm{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 7px;
	line-height: 50px;
}
.register .mzsm .box1{
	margin-left: 15px;
	font-size: 14px;
	color: #717171;
}
.register .mzsm .box1 .radio1{
	width: 18px;
	height: 18px;
	margin: 16px 4px 0 0;
}
.register .mzsm .box2{
	font-size: 14px;
	text-decoration: underline;
}
/*注意事项*/
.register .zysx{
	width: 100%;
	box-sizing: border-box;
	padding-left: 36px;
	margin-top: 8px;
	background: url(../img/0_0_1_zc_tanhao.png) no-repeat 17px 4px;
	background-size: 14px 14px;
}
.register .zysx .box{
	font-size: 13px;
	color: #919191;
	line-height: 22px;
	display: flex;
}

/*注册按钮*/
.register .btn_zc{
	width: 100%;
	height: 40px;
	display: block;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	margin-top: 33px;
}
/*返回登录*/
.register .fhdl{
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: 15px;
	line-height: 20px;
	margin-top: 25px;
}


/*弹出窗口*/
.tcck{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,0.4);
	/*display: none;*/
}
.tcck .main{
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
}
.tcck .main1{
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px 10px 70px;
	box-shadow: 0 0 5px #d1d1d1;
	overflow: hidden;
	transform: translateY(-50%);
}
.tcck .main .box{
	width: 100%;
	font-size: 16px;
	color: #616161;
	line-height: 30px;
}
.tcck .btn_qd{
	width: 280px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 6px;
	font-size: 16px;
	color: #fff;
	margin-left: -140px;
	line-height: 40px;
}
.tcck .btn_qd:hover{
	cursor: pointer;
}
@media only screen and (min-width: 1024px) {
	.tcck .main{
		width: 677px;
		margin: auto;
	}
}