body{
    padding: 0;
    margin: 0;
}
.logo_bg{
    background: url(../images/login-bg.png)  #f6fcff no-repeat ;
    background-size: 100%;
}
.check_top{
    display: flex;
    width: 60%;
    margin: 100px auto 78px;
}
.check_top img{
    display: block;
    border-radius: 0.3rem;
    width: 67px;
    height: 67px;
}
.check_top h2{
    font-size: 18px;
    line-height: 2;
    padding: 15px 5px 0 15px;
}
.check_top h2 p{
    font-size: 0.28rem;
    color: #909090;
}
.check_but{
    width: 70%;
    margin: 0 auto;
}
.check_but .login_wx,.check_but .login_phone{
    display: block;
    width: 100%;
    background: none;
}
.check_but .login_wx a{
    background: #48d5bb;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 2.8;
    border-radius: 25px;
}
.check_but .login_phone{
    margin: 25px 0 0.4rem;
    border-radius: 25px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
}
.check_but .login_phone a{
    background: #ffffff;
    color: #8e8e8e;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 2.8;
}
.button-xieyi{
    text-align: center;
    color: #888888;
    font-size: 0.26rem;
    line-height:2;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
}

.login-form-box{
    background: #fff;
    border-radius: 0.4rem;
    width: 92%;
    margin: -0.4rem auto 0;
    z-index: 100000;
    position: relative;
    padding: 0 4%;

}
.login-box-pd{
    padding:0.5rem 0.4rem 0.1rem ;
}
.login-share-area {
    margin: 0 0 0rem;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    position: relative;
    padding: 0;
    display: flex;
    overflow: hidden;
    padding: 0.15rem 0;
}
.login-share-area .input-sr {
    border: 0;
    font-size: 0.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #444;
    padding: 0.2rem 0 0.2rem 0.04rem;
    width: 80%;
    border-radius: 0.6rem;
}
.login-share-area .verify {
    width: 2rem;
    height:0.7rem;
    margin:0.1rem 0.2rem 0.1rem 0;
}
.login-share-yzm{
    width: 2rem;
    height: auto;
    margin: 0 0.2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #fff;
    color: #1bb1fe;
}
.login-submit{
    background: #ff5e00;
    color: #fff;
    font-size: 0.3rem;
    width: 90%;
    display: block;
    line-height: 0.8rem;
    border-radius: 0.8rem;
    margin: 0.6rem auto 0.4rem;
}
.banner-top{
    display: flex;
    position: absolute;
    top: 0.8rem;
    left: 0.3rem;
}
.banner-top img{
    display: block;
    border-radius: 0.3rem;
    width: 1rem;
    height: 1rem;
}
.banner-top h2{
    font-size: 0.36rem;
    line-height: 0.4rem;
    padding: 0.1rem 0 0 0.2rem;
    color: #fff;
    font-weight: bold;
}
.banner-top h2 p{
    font-size: 0.28rem;
    font-weight: normal;
}
.tip-ts{
    width: 80%;
    margin: 0.8rem auto 0;
}
.tip-ts h2{
    font-size: 0.32rem;
    line-height: 0.8rem;
}
.tip-ts p{
    font-size: 0.26rem;
    color: #999;
    line-height: 0.35rem;
}
