*{
}
a{
    
text-decoration: none;
}
.xhj_register_link {
	display: block;
    width: 100%;
    text-align: center;
    color: #169BD5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.xhj_forget {
    float: right;
    color: #169BD5;
}

.xhj_logo {
    text-align: center;
    padding-top: 7rem;
}

img.xhj_logo_img {
    width: 80px;
    height: 80px;
}

.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;
}

button.xhj_login {
    background-color: #3C8EFE;
    color: #fff;
    border-radius: .5rem;
    height: 3.3rem;
    width: 100%;
}

.xhj_register {
    background-color: #3C8EFE;
    color: #fff;
    border-radius: .5rem;
    height: 3.3rem;
    width: 100%;
}
.xhj_verifycode_btn {
    background-color: #3C8EFE;
    margin: .4rem;
    margin-left: 1rem;
    color: #fff;
    height: 2.5rem;
    border-radius: .25rem;
}

.xhj_field {
    margin: 1.5rem 2.0rem 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;
    background-color: white;
}
@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;
}
