/* 登录/注册 css文件 author:zhanghanghang*/
.banner {
	width: 100%;
	height: 694px;
	margin-bottom: -40px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;

}

.wrap {
	position: absolute;
	width: 294px;
	height: 245px;
	top: 166px;
	left: 50%;
	margin-left: -122px;
	padding: 25px 22px 72px;
	background-color: #fff;
	border-radius: 6px;
}

.ipt_header {
	margin-bottom: 7px;
}

.ipt_header h3 {
	line-height: 28px;
	font-size: 18px;
	font-family: Source Han Sans CN Bold;
	color: #0099ff;
	margin: 0;
}

.text1 {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	font-family: Source Han Sans CN Regular;
	;

}

.ipt_main input {
	border: 1px solid #a0a0a0;
	width: 254px;
	height: 41px;
	line-height: 41px;
	outline: none;
	padding: 0;
	padding-left: 38px;
	border-radius: 6px;
}

.ipt_main .ipt_iphone {
	margin-bottom: 14px;
}

.ipt_main .ipt_iphone.yy input,.ipt_main .ipt_sms.yy input {
	border: 1px solid #0099FF;
	box-shadow: 0 0 6px 0px #0099FF inset, 0 0 6px 0px #0099FF;

}

.ipt_main .ipt_iphone,
.ipt_main .ipt_sms {
	position: relative;

}

.ipt_main .input_icon {
	width: 11px;
	height: 15px;
	position: absolute;
	top: 14px;
	left: 14px;
}

.ipt_main .ipt_sms {

	margin-bottom: 22px;
}

.sendsms {
	position: absolute;
	top: 0;
	right: 20px;

	height: 41px;
	line-height: 41px;
	cursor: pointer;
	color: #0099FF;
}

.ipt_login_btn {
	width: 100%;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN Medium;
	background-color: #0099FF;
	color: #fff;
	letter-spacing: 4px;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}

.accept_checked {
	position: relative;
	width: 14px;
	height: 14px;

	cursor: pointer;
}

.accept_checked img {
	width: 100%;
	height: 100%;
}

.text2 {
	width: 270px;
	height: 14px;
	line-height: 14px;
	margin-left: 8px;
	font-family: Source Han Sans CN Regular;
	font-size: 12px;
	white-space: nowrap;
	cursor: pointer;
}

.text2 a {
	color: #0099FF;

}

.ipt_accept {
	position: relative;
	width: 100%;
	height: 14px;
	margin-bottom: 20px;

}

.readding_tips {
	position: absolute;
	display: none;
	width: 132px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	top: 23px;
	left: 3px;
	text-align: center;
	border: 1px solid #f19149;
	color: #f19149;


}

.star_box {
	position: absolute;
	top: -10px;
	left: 10px;
	font-family: Source Han Sans CN Regular;

}

.star_box:before,
.star_box:after {
	position: absolute;
	content: '';
	border-top: 5px transparent dashed;
	border-left: 5px transparent dashed;
	border-right: 5px transparent dashed;
	border-bottom: 5px #fff solid;
}

.star_box:before {
	border-bottom: 5px #f19149 solid;
}

.star_box:after {
	top: 1px;	
	border-bottom: 5px #fff solid;
}
.wrap_tips{
	text-align: center;
	font-size: 12px;
}