*{
}

.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_forget {
    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: 6rem;
    height: 3.0rem;
    line-height: 3.0rem;
    text-align: center;
    border-radius: .25rem;
    padding: 0 10px;
}

.xhj_verifycode_btn.xhj_disabled {
    background-color: lightgray;
    color: black;
    font-size: 16px;
}

.xhj_field {
    margin: 2rem 2.5rem 0;
    white-space: nowrap;

}
.xhj_field input[type='text'],.xhj_field input[type='password']{
    border:1px solid #E1E1E1;
    border-radius: .5rem;
    height: 3rem;
    width: 100%;
    outline: none;
    font-size: 16px;
}
.xhj_space {
    text-align: center;
}
html, body {
   min-height: 100%;
	max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.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;
}
