*{
}
ul{
	list-style: none;
	padding: 20px;
}
ul li{
	height: 70px;
}
.xhj_agree {
    font-size: .5rem;
}

.xhj_agreement {color: #169BD5;font-size: .5rem;}

input.xhj_verifycode {
    width: 60%!important;
}
button{
    border:none;
    outline:none;
    background-color:transparent;
}
a{
    
text-decoration: none;
}
.xhj_register {
    background-color: #3C8EFE;
    color: #fff;
    border-radius: .5rem;
    height: 3.3rem;
    width: 100%;
}
.xhj_verifycode_btn {
    display: inline-block;
    background-color: #3C8EFE;
    margin-left: 1rem;
    color: #fff;
    min-width: 7rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: .25rem;
    padding: 0;
}

.xhj_verifycode_btn.xhj_disabled {
    background-color: lightgray;
    color: black;
    font-size: 16px;
}


.xhj_field {
    margin: 1.5rem 2.5rem 1.5rem;
    white-space: nowrap;

}
#RegisterForm ul li input{
	margin-bottom: 0;
	font-size: 15px;
	text-indent: 1.12rem;
}
.xhj_field input[type='text']{
    border:1px solid #E1E1E1;
    border-radius: .5rem;
    height: 3rem;
    width: 100%;
    outline: none;
    font-size: 15px;
}
.xhj_space {
    text-align: center;
}
html, body {
    min-height: 100%;
	max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.n-icon {
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.n-msg {
    display: inline-block;
    line-height: 26px;
    margin-left: 1px;
    font-size: 12px;
}
#registerBtn{
	background: #5f9ef1;
	color: white;
	font-size: 16px;
	background-image: linear-gradient(90deg, 
		#34adff 0%, 
		#407eff 100%), 
	linear-gradient(
		#3924ff, 
		#3924ff);
	background-blend-mode: normal, 
		normal;
	border-radius: 8px;
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
}
#isRead{
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
#isRemember{
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
#login{
	background: #5f9ef1;
	color: white;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
#register{
	display: block;
	width: 50px;
	height: 30px;
	margin: 0 auto;
	/*background: #5f9ef1;*/
	text-align: center;
	line-height: 48px;
	color: #5f9ef1;
	border-radius: 4px;
	font-size: 16px;
	/*box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);*/
}

#imgCode{
	width: 100%;
}
#checkImg{
	width: 48%;
	height: 48px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
}

#checkCode{
	width: 100%;
}
#sendCheck{
	width: 48%;
	height: 40px;
	box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 4px 4px 0;
	background: white;
	border-left: 1px solid #c5c5c5;
	outline: none;
}
.determine,.determine-btn,.close-button{
	display: block;
	width: 100%;
	height: 48px;
	background: #5f9ef1;
	text-align: center;
	line-height: 48px;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
.close-btn{
	display: block;
	width: 100%;
	height: 48px;
	background: #5f9ef1;
	text-align: center;
	line-height: 48px;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
.loading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 999;	
}
.mask {
    width: 100%;
    height: 100%;
    opacity: 0.3;   /*半透明*/
    filter: alpha(opacity = 30);  /*ie 6半透明*/
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 666;
}


@media screen and (max-width:320px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:321px) and (max-width:750px ) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:751px ) {
    html {
        font-size: 16px;
    }
}
body {
    margin: 0;
}

.xhj_top {
    position: relative;
    color: #fff;
    font-size: 1.32rem;
    background-color: #3C8EFE;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
}
.xhj_back {
    position: absolute;
    left: 0;
    width: 3rem;
    height: 100%;
    border: none;
    outline: none;
    background: center center no-repeat url(../img/xhj_back.png);
    background-size: 1.3rem 1.3rem;
}
