*{
    padding:0;
    margin:0;
}
a{
    text-decoration:none;
}
html,body{
    max-width:750px;
    margin:0 auto;
    position: relative;
}
.login_title{
    margin-top:10px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:20px;
}
.login_title a{
    position: absolute;
    right:20px;
    font-size:12px;
    color:#000;
    text-decoration:none;
}
.login_title2{
    margin-top:10px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:20px;
}
.login_title2 a{
    position: absolute;
    left:20px;
    font-size:12px;
    color:#000;
    text-decoration:none;
}
.login_logo{
    margin:30px auto;
    text-align:center;
    font-size:12px;
}
.login_logo p{
    line-height:30px;
    height:30px;
}
.login{
    padding: 0 10%;
}
.phone_login{
    padding: 0 10%;
}
.reg{
    padding: 0 10%;
}
.retrieve{
    padding: 0 10%;
}
.login_username{
    margin-top:30px;
    font-size:14px;
}
.login_username p{
    height:30px;
    line-height:30px;
}
.login_shanchu{
    position: absolute;
    top: 205px;
    right:12%;
}
.login_passwd{
    font-size:14px;
    margin-top:10px;
}
.login_passwd p{
    height:30px;
    line-height:30px;
}
.login_chakan{
    position: absolute;
    top: 285px;
    right:12%;
}
input{
    border:0;
    border-bottom:1px solid #999;
    width:100%;
    height:40px;
    line-height:40px;
    background: #fff;
}
.login_sub{
    width:90%;
    height:40px;
    color:#fff;
    line-height:40px;
    background:linear-gradient(102deg,rgba(255,182,10,1) 0%,rgba(246,106,5,1) 100%);
    border-radius:6px;
    display:block;
    margin:0 auto;
    text-align:center;
    margin-top:30px;
}
.login_footer{
    background:linear-gradient(136deg,rgba(73,74,86,1) 0%,rgba(32,32,42,1) 100%);
    border-radius:16px 16px 0px 0px;
    height:105px;
    max-width:366px;
    width:80%;
    position: fixed;
    bottom:0;
}
ul{
    margin-top:20px;
}
li{
        list-style-type: none;
        float:left;
        width:25%;
        text-align:center;
}
li img{
    width:30px;
}
li p{
    font-size:12px;
    color:#fff;
}
.get_code{
    position: absolute;
    top: 270px;
    right: 38px;
    height: 50px;
    line-height:50px;
    z-index: 10;
    color:#F66A05FF;
    display:block;
    width:75px;
}
