html {

}
body{
}
.img_loging{
    position: absolute;
    top:0px;
    left:0px;
    background: url("../images/login5.jpg") center;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 300px;
    right: 0px;
    margin: 0 auto;


}
.img_loging .img-responsive{
    height: 100%;
    width:100%;
}
.login-today{
    padding: 0 1rem;
    color:#fff;
}
.phone{
    z-index: 100;
    position: absolute;
    top: 33%;
    padding: 0px 12px;
    left: 0px;
    right: 0px;
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
}
.phone .login_text{
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color:#fff;
    margin-bottom: 15px;
}
.phone>div{
    background: #fff;
    color:#666666;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 15px 5px;
    border-radius: 5px;
    padding-left: 8px;

}
.phone>div input{
    -webkit-user-modify: read-write-plaintext-only
}
.phone .phone_hao input{
    width: 70%;
    font-size: 1.4rem;
    padding-left: 10px;
    vertical-align: middle;
    -webkit-user-modify: read-write-plaintext-only
}
.yanzhengma input{
    width:50%;
    font-size: 1.4rem;
    padding-left: 10px;
    vertical-align: middle;
    -webkit-user-modify: read-write-plaintext-only
}
.yanzhengma .huode{
    color:#f65c67;
    margin-right: 10px;
}

/*判断填写信息*/
.phone_custrom{
    display: none;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 1000;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align: center;
}
.phone_box{
    background: #fff;
    width: 77%;
    height: 120px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 58%;
    padding: 10px;
}
.wenxin{
    border-bottom:1px solid #ddd;
    padding-bottom: 10px;
}
.wenxin p:nth-of-type(1){
    color:#333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2px;
}
.wenxin p:nth-of-type(2){
    font-size: 14px;
    margin-top: 3px;
    color:#333;
    padding-top: 5px;
}
.sure_warning{
    height:40px;
    line-height: 40px;
    font-size: 16px;
    color:#007aff;
    font-weight: bold;
}
/*验证码弹出框*/
.sure_yangzheng{
    position: fixed;
    background: rgba(0,0,0,0.3);
    z-index: 10001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;

}
.sure_yangzheng_box{
    background: #f3f0ec;
    width: 77%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ddd;
    margin-top: 58%;
    position: relative;
    font-size: 1.6rem;
    padding-top: 15px;
}
.sure_yangzheng_box .center{
    text-align: center;
    width:100%;
    color:#333;
    margin-bottom:5px ;
}
.sure_yangzheng_box .center:nth-of-type(1){
    font-weight: bold;
}
.sure_yangzheng_box .center_text{
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 6px;
}
.yangzheng_sure{
    width: 100%;
   padding-bottom: 10px;
    text-align: center
}
.yangzheng_sure span{
    display: inline-block;
    text-align: center;
    color:#007aff;
    font-size: 1.6rem;
    font-weight: bold;
}
/*验证码*/
.yanz_box{
    z-index: 1000;
    position: fixed;
    top: 43%;
    /* top: 0px; */
    left: 0px;
    right: 0px;
    margin: 0 auto;
    /* bottom: 0px; */
    width: 190px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
}
.ljdu{
    width:100%;
    font-size: 1.4rem;
    background: #f65c67;
    text-align: center;
  padding: 15px 0px;
    border-radius:5px;

}