body{
   background: url(../img/login_bg.png) no-repeat 0 0;
   background-size: 100% 100%;
	background-color: #F9F9F9;
}

.login_title{
	height: 70px;
	padding-left: 280px;
}

.login_title img{
	margin-top: 12px;
}

.login_wra{
	width: 660px;
	margin: 0 auto;
	text-align: center;
}

.wra_welcome{
	color: #A3A4A9;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 22px;
}

.wra_name{
	color: #A3A4A9;
	font-size: 26px;
	letter-spacing: 6px;
	margin-bottom: 50px;
}

.wra_box{
	width: 552px;
	height: 430px;
	border-radius: 10px;
	margin: 0 auto;
	padding-top: 54px;
	background: url(../img/bg_red.png) no-repeat center 0;
	background-color: #fff;
	-webkit-box-shadow: 0 -4px 26px #EEEEEE;
	-moz-box-shadow: 0 -4px 26px #EEEEEE;
	box-shadow: 0 -4px 26px #EEEEEE;
}

.wra_box .bdr{
	width: 420px;
	height: 52px;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	margin-bottom: 24px;
	font-size: 16px;
	padding-left: 14px;
}

.wra_box .bdr:focus{
	border: 1px solid #F75F56;
}

.wra_box .box_iphone{
	padding-left: 42px;
	background: url(../img/small_iphone.png) no-repeat 14px center;
}

.wra_box .box_pwd{
	padding-left: 42px;
	background: url(../img/z_pwd.png) no-repeat 14px center;
}

.box_verify{
	position: relative;
}

.box_code{
	width: 118px;
	height: 50px;
	position: absolute;
	top: 1px;
	right: 67px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.box_code img{
	width: 100%;
	height: 50px;
}

.box_next{
	width: 22px;
	height: 26px;
	position: absolute;
	top: 12px;
	right: 26px;
	cursor: pointer;
	background: url(../img/bg_load.png) no-repeat 0px 0px;
}

.box_operation {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 50px;
	padding: 0 66px;
}


/*****复选框样式*****/
.labels{
	display:inline-block;
	color:#999999;
	cursor: pointer;
}
.labels_ipt{
	display:none;
}
.labels_sp{
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:4px !important;
	display:inline-block;
	height:20px;
	margin-right:10px;
	margin-top:-1px;
	vertical-align:middle;
	width:20px;
	line-height:1;
}
.labels_ipt:checked + .labels_sp:after{
	/*background-color:#57ad68;*/
	border-radius:100%;
	content:url(../img/ok_select.png);
	display:inline-block;
	height:12px;
	margin: 2px;
	width:12px;
}
.labels_checkbox.labels_sp,.labels_ipt:checked + .labels_checkbox.labels_sp:after{
	border-radius:0;
}
/*****复选框样式 END*****/



.operation_forget{
	color: #F86860;
	cursor: pointer;
}

.operation_register{
	color: #999999;
	margin-left: 10px;
	padding-left: 10px;
	cursor: pointer;
	border-left: 1px solid #B0B1B6;
}

.box_btn{
	width: 100%;
	height: 68px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	background-color: #FAAFAA;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.box_btn:hover{
	background-color: #F75F56;
}

/*****第三方账号登录*****/
.wra_other{
	color: #A3A4A9;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 60px;
	margin-bottom: 34px;
	padding: 0 46px;
}

.other_left,
.other_right{
	width: 202px;
	height: 2px;
	margin-top: 12px;
}

.other_left{
	background: url(../img/line_left.png) no-repeat 0 0;
}

.other_right{
	background: url(../img/line_right.png) no-repeat 0 0;
}

.wra_ico{
	margin-bottom: 80px;
}

.wra_ico img{
	cursor: pointer;
}

.weChat{
	margin-right: 60px;
}

.wra_footer{
	color: #666666;
	font-size: 13px;
	padding-bottom: 24px;
}
