@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
@import url("basic.css");
a{
	text-decoration: none;
}
.ahover:hover{
	opacity: .75;
}
.ahover:active{
	opacity: .88;
}
	
input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder{
	color: #888;
}
img{
	border: 0;
	max-width: 100%;
}
body{
	background: #fff;
}
#header{
	background: #fff;
}

.header_nav{
	height: 100%;
}
.nav_right_copy span{
	color: #333;
}

.form_title{
	width: 48px;
	height: 32px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 0 6px;
	position: relative;
}
.form_title span{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	font-weight: bold;
}
.form_title::after{
	display: block;
	content: '';
	position: absolute;
	bottom: 3px;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 50px;
	background: var(--domColor);
	
}
.form_subhead{
	font-size: 15px;
	color: #666;
	margin-bottom: 30px;
	margin-top: 2px;
}
.rg_topbg{
	width: 100%;
}
.rg_ipbox{
	z-index: 5;
	width: 335px;
	height: 406px;
	margin: 0 auto;
	/* padding: 0 8%; */
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.rg_ipbox .rg_ipul{
	/*padding-top: 20px;*/
}
.rg_ipul .rg_ipli{
	height: 40px;
	padding: 0px 0;
	padding-bottom: 8px;
	/* border-radius: 50px; */
	width: 100%;
	box-sizing: border-box;
	/* background: #f7f5f3; */
	border-bottom: 1px  solid #ddd;
	margin-top: 16px;
}
.rg_ipli span{
	height: 30px;
	line-height: 22px;
	padding-right: 8px;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
}
.rg_ipli span img{
	width: 20px;
	margin-top: 4px;
	vertical-align: middle;
}
.rg_ipli input{
	width: 82%;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #111;
	border: none;
	background: none;
	outline: none;
}
.rg_ipul .rg_ipyan{
}
.rg_ipyan input{
	width: 50%;
}
.ipyan_huo{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 36%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FF9B28;
	color: #fff;
	border-radius:0 50px 50px 0;
	margin-top: -5px;
}
.ipyan_huo span{
	line-height: 40px;
	margin-left: 0;
}

.rg_ipbtn{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.rg_ipbtn button span{
	position: relative;
	top: -4px;
}
.rg_ipbtn button{
	width: 335px;
	height: 57px;
	
	/* border-radius: 50px; */
	/* background:linear-gradient(180deg,#ffcc75,#ff9b28); */
	background-image:url(../images/login_btn.png) ;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: inherit;
	border: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.rg_linka{
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.rg_linka a{
	font-size: 14px;
	color: #999;
}
.rg_linka em{
	font-style: normal;
	color: #FF9B28;
}
.ipyan_huo{
	float: right;
}
.rg_ipul .rg_ipyan:after{
	content: '';
	display: block;
	clear: both;
}
/*立即登录*/
.login_sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 12px;
}
.mima_right a{
	color: var(--domHighColor);
	font-size: 14px;
	text-align: right;
}
.protocol{
	text-align: center;
	margin-top: 15px;
}
.layui-form-checkbox{
	padding-right: 0;
	margin-right: 0;
}
.layui-form-checkbox:after{
	content: '';
	display: block;
	clear: both;
}
.layui-form-checkbox span{
	font-size: 14px;
	float: right;
	background: none;
	color: #666;
	padding-right: 0;
	padding-left: 7px;
}
.layui-form-checked span{
	background: none;
	color: var(--domColor);
}
.layui-form-checked:hover span,.layui-form-checkbox:hover span{
	background: none;
}
.layui-form-checkbox i{
	float: left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border:1px solid #ddd ;
	border-radius: 3px;
	position: inherit;
	font-size: 12px;
	margin-top: 6px;
	color: #fff;
}
.layui-form-checked i,.layui-form-checked:hover i{
	background: var(--domColor);
	border-color: var(--domColor);
	color: #fff !important;
}
.layui-form-checkbox:hover i{
	color: #fff;
}
.contact{
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 70px;
}
.contact a{
	font-size: 15px;
	color: #Ff9b28;
}
/* 04-23 */
	
.rg_ipli{
	position: relative;
}
.ipli_rgimg{
	width: 18px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.ipli_rgyz{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid var(--domColor);
}
/* 0520 */
body{
	height: 100%;
	background-size:cover;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
}
#header{
	background: none;
}

.rg_box2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 3px 10px #a89cfe;
	z-index: 7;
}
.rg_ipbtn button{
	height: 48px;
	line-height: 48px;
	border-radius: 10px;
	width: 100%;
	background: linear-gradient(180deg,#9f90f8,#7f66fa);
	box-shadow: 0 3px 10px #a89cfe;
}
.rg_ipbtn button span{
	position: initial;
}


.go_register{
	width: 280px;
	background-color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 0 0 12px 12px;
	margin-top: -20px;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	z-index: 1;
}
.go_register a{
	font-size: 15px;
}
.go_register a span{
	color: var(--domColor);
}