@charset "UTF-8";
body{font-family: PingFang-SC-Regular;background: #F1F1F1;}
.container{
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    background: url("../img/login_bg.png") no-repeat;
    background-size: 100%;
    padding-top: 0.68rem;
}
.logo_box{
    width: 1.82rem;
    height: 1.82rem;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 0.3rem;
    text-align: center;
}
.logo_box img{
    width: 1.3rem;
    vertical-align: middle;
}
.login_ti{
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.login_box{
    width: 6.1rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(81, 81, 81, 0.47);
    border-radius: 0.18rem;
    margin: 0.5rem auto 0;
    padding-bottom: 0.7rem;
}
.login_p{
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.04rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.9rem;
    border-bottom: 0.02rem solid #b8b8b8;
}
.ipt_box{
    width: 5.1rem;
    height: 0.84rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.3rem;
}
.ipt_box img{
    width: 0.34rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ipt_box input{
    border: none;
    width: 100%;
    height: 0.84rem;
    padding-left: 0.68rem;
    float: left;
    border-bottom: 0.02rem solid #b8b8b8;
}
.forget{
    font-size: 0.26rem;
    color: #888888;
    text-align: right;
    margin-right: 0.5rem;
}
.login_btn{
    width: 5.1rem;
    height: 0.76rem;
    background-color: #712cc0;
    border-radius: 0.385rem;
    margin-left: 0.5rem;
    margin-top: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
    float: left;
}
.register{
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #5530bf;
    text-align: center;
}
.register a{
    color: #5530bf;
}
.rules{
    font-size: 0.26rem;
    font-weight: bold;
    color: #888888;
    margin-top: 0.1rem;
    text-align: center;
}
.rules a{
    color: #583ad8;
}
.ipt_box a{
    width: 2rem;
    height: 0.64rem;
    display: block;
    background-color: #712cc0;
    border-radius: 0.335rem;
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 0.64rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}