@CHARSET "UTF-8";
html{
    min-height: 100%;
}
body
{
    padding:0;
    margin:0;
    
    background-size: 100%;
    position: relative;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container{
    margin: 160px auto 0 auto;
    width: 600px;
    height: 100px;
}
.container header{
    text-align: center;
}
.container .from{
    position: relative;
    width:470px;
    height:420px;
    box-shadow:0px 4px 24px 0px #f0f0f0;
    border-radius:20px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 30px 40px;
    overflow: hidden;
}
.container .from h2{
    width:72px;
    height:25px;
    font-size:18px;
    font-family:PingFangSC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
}
.container .from .password_login{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.container .from .cut_img{
    width: 45px;
    height: 70px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.container .from .cut_img1{
    width: 12px;
    height: 31px;
    position: absolute;
    right: 0px;
    bottom: 70px;
}
.container .from .cut_img2{
    width: 35px;
    height: 43px;
    position: absolute;
    right: 37px;
    bottom: 0px;
}
.container .from .cut_img3{
    width: 23px;
    height: 22px;
    position: absolute;
    right: 72px;
    bottom: 0px;
}
.container .from .cut_img4{
    width: 14px;
    height: 15px;
    position: absolute;
    right: 94px;
    bottom: 0px;
}
.container .from .cut_img5{
    width: 17px;
    height: 16px;
    position: absolute;
    right: 12px;
    bottom: 69px;
}
.container .from .cut_img6{
    width: 17px;
    height: 16px;
    position: absolute;
    right: 42px;
    bottom: 43px;
}

.container .from .cut_img7{
    width: 17px;
    height: 16px;
    position: absolute;
    right: 70px;
    bottom: 18px;
}

.container .from #qrcode{
    width: 174px;
    height: 173px;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 87px);
    left: calc(50% - 87px);
    z-index: -1;
}

.container .from #qrcode canvas{
    width: 100%;
    height: 100%;
}
.container .from #qrcode img{
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    border-radius: 5px;
}
.container .from .hint {
    text-align: center;
    margin-top: 260px;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:22px;
}

.login_footer{
    text-align: center;
    padding-top: 20px;
    color: #999;
}
.login_footer span{
    font-size: 14px;
    padding: 0px 4px;
    color: #999;
}
.login_footer p{
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 25px;
}
.container .from .login .touxiang {
    text-align: center;
    margin: 0 auto;
}
.container .from .login ul{
    width: 285px;
    margin: 0 auto;
}
.container .from .login ul li {
    border-bottom: 1px solid #DDDDDD;
    height: 50px;
    line-height: 50px;
}
.container .from .login ul li input{
    border: 0;
    height: 30px;
    font-size:14px;
    position: relative;
    top: 5px;
    width: 60%;
}
.container .from .login ul li input::-webkit-input-placeholder{
    color: #E8E8E8;
}

.container .from .login ul li:nth-child(3) span{
    float: right;
    position: relative;
    top: 5px;
    color:rgba(51,51,51,1);
    font-size: 14px;
    cursor:pointer;
}

.container .from .login .next {
    width: 280px;
    height: 45px;
    background: rgba(235, 97, 0, 1);
    border-radius: 23px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:16px;
    cursor:pointer;
}

.container .from .upPwd .flow {
    text-align: center;
    margin: 20px auto;
}
.container .from .upPwd ul{
    width: 285px;
    margin: 0 auto;
}
.container .from .upPwd ul li {
    border-bottom: 1px solid #DDDDDD;
    height: 50px;
    line-height: 50px;
}
.container .from .upPwd ul li .inp{
    border: 0;
    height: 30px;
    font-size:14px;
    position: relative;
    top: 5px;
    width: 60%;
}
.container .from .upPwd ul li .inp::-webkit-input-placeholder{
    color: #E8E8E8;
}

.container .from .upPwd ul li:nth-child(2) a{
    float: right;
    position: relative;
    top: 5px;
    color:rgba(51,51,51,1);
    font-size: 14px;
    cursor:pointer;
    height: 20px;
}
.container .from .upPwd ul li:nth-child(3) a input{
    background: #fff;
    border: 0;
}
.container .from .upPwd .next {
    width: 280px;
    height: 45px;
    background: rgba(235, 97, 0, 1);
    border-radius: 23px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:16px;
}





.container .from .SetPwd .flow{
    text-align: center;
    margin: 20px auto;
}
.container .from .SetPwd ul{
    width: 285px;
    margin: 0 auto;
}
.container .from .SetPwd ul li {
    border-bottom: 1px solid #DDDDDD;
    height: 50px;
    line-height: 50px;
}
.container .from .SetPwd ul li .inp{
    border: 0;
    height: 30px;
    font-size:14px;
    position: relative;
    top: 5px;
    width: 60%;
}

.container .from .SetPwd ul li .inp::-webkit-input-placeholder{
    color: #E8E8E8;
}

.container .from .SetPwd ul p{
    font-size: 12px;
    color: #666;
    font-weight:400;
}

.container .from .SetPwd ul li:nth-child(2) a{
    float: right;
    position: relative;
    top: 5px;
    color:rgba(51,51,51,1);
    font-size: 14px;
    cursor:pointer;
    height: 20px;
}
.container .from .SetPwd ul li:nth-child(2) a input{
    background: #fff;
    border: 0;
}
.container .from .SetPwd .next {
    width: 280px;
    height: 45px;
    background: rgba(235, 97, 0, 1);
    border-radius: 23px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:16px;
}
.container .from .okSetPwd .flow{
    text-align: center;
    margin: 20px auto;
}
.container .from .okSetPwd .next {
    width: 280px;
    height: 45px;
    background: rgba(235, 97, 0, 1);
    border-radius: 23px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:16px;
}

#downDiv{
    background: #fff;
    width: 400px;
}
#downDiv p{
    text-align: center;
    line-height: 38px;
    color: #666;
}
#downDiv p i{
    font-size: 80px;
    color: #ff6666;
    margin-bottom: 10px;
}
#downDiv ul{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#downDiv ul li{
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #666;
}
#downDiv ul li a{
    text-align: center;
    display: block;
    width: 100%;
}

#downDiv ul li img{
    width: 30px;
}

