@charset "utf-8";
/* CSS Document */
/*公共部分*/
body {
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

html {
    -webkit-tap-hightlight-color: rgba(255, 255, 255, 0);
    -webkit-text-size-adjust: none;
    font-size: 20px;
    -line-height: 1.5;
    font-family: '微软雅黑';
}

ol, ul {
    list-style: none;
}

body, p, blockquote, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dd, input, textarea, button {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, em, i {
    font-weight: normal
}

em, i {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #252525;
    outline: none;
}
a:-webkit-any-link {
    cursor: auto;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
}

.img_top {
    background: url("../images/img_login.png") no-repeat;
    width: 7.2rem;
    height: 5.2rem;
    background-size: contain;
    margin-top: 0.3rem;
}

.form {
    margin-top: 0.33rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.username {
    height: 0.8rem;
    display: block;
    font-size: 0.28rem;
    color: #A9A8B9;
    width: 5.18rem;
    background: url(../images/icon_phone.png) no-repeat 0.2rem;
    padding-left: 0.82rem;
    background-size: 0.48rem;
    border: 0.01rem solid #A9A8B9;
    border-radius: 0.56rem;
}

.pwd {
    height: 0.8rem;
    display: block;
    font-size: 0.28rem;
    color: #A9A8B9;
    width: 5.18rem;
    background: url(../images/icon_signin_code.png) no-repeat 0.2rem;
    padding-left: 0.82rem;
    background-size: 0.48rem;
    border: 0.01rem solid #A9A8B9;
    border-radius: 0.56rem;
    margin-top: 0.2rem;
}

.f-identify {
    -margin-top: 0.2rem;
    overflow: hidden;
}

.tel-code {
    height: 0.8rem;
    display: block;
    font-size: 0.28rem;
    color: #A9A8B9;
    width: 2.7rem;
    background: url(../images/icon_yanzheng.png) no-repeat 0.2rem;
    padding-left: 0.82rem;
    background-size: 0.48rem;
    border: 0.01rem solid #A9A8B9;
    border-radius: 0.56rem;
    margin-top: 0.2rem;
    float: left;
}

.ident-txt {
    width: 2.1rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    border: 0.01rem solid #4A70D7;
    border-radius: 0.56rem;
    font-size: 0.28rem;
    color: #4A70D7;
    text-align: center;
    line-height: 0.8rem;
    float: left;
    margin-top: 0.2rem;
}

.error_txt {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #ED3C57;
}

.login {
    width: 6rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background: #4A70D7;
    box-shadow: 0 0.04rem 0.1rem 0 #4A70D7;
    border-radius: 0.56rem;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.32rem;
    display: block;
    margin-bottom: 0.5rem;
}

.ipt_yzm_tj {
  text-align: center;
    color: #4A70D7;
}

/*滑动验证码*/
#xs_verfication{
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}