*{
    margin: 0px;
    padding: 0px;
}

html{
    width: 100%;
    height: 100%;
    background: url('../img/back.png');
    background-repeat: no-repeat;
    background-size:cover;
    font-family: Microsoft YaHei;
}

input{
    border:none;
}
input:focus {
    outline:none;
}
a{
    text-decoration: none;
}
/* a:link {color: blue; text-decoration:none;} /*未访问：蓝色、无下划线 
a:active{color: red; }/* 激活：红色  
a:visited {color:purple;text-decoration:none;} /*已访问：紫色、无下划线
 */

.content{
    width: 480px;
    /* height: 400px; */
    padding-bottom: 30px;
    margin:10% auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 9px #777;

}
.logo{
    width: 100%;
    height: 70px;
    text-align: center;
    background: #15a7fc;
    border-radius: 10px 10px 0px 0px/10px 10px 0px 0px;
}

.logo img{
    width: 40%;
    /* height: 35px; */
    margin-top:15px;
}
.line{
    width: 295px;
    margin:30px auto 0px;
    border-bottom: 2px solid #e1e6ea;
}
.step{
    width: 350px;
    display: flex;
    margin: -10px auto 20px;
    flex-direction: row;
    font-size: 14px;
    justify-content: space-between;
}
.step1{
    text-align: center;
    color: #15a7fc;  
}
.one{
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    margin: 3px auto;
    border-radius: 50%;
    background: #15a7fc;
}
.step2{
    text-align: center;
    color: #e1e6ea;
}
.two{
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #e1e6ea;
    margin: 3px auto;
    border: 1px solid #e1e6ea;
    border-radius: 50%;
    background: #fff;
}
.step3{
    text-align: center;
    color: #e1e6ea;
}
.three{
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color:#e1e6ea;
    margin: 3px auto;
    border:1px solid #e1e6ea;
    border-radius: 50%;
    background: #fff;
}
.title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #555;
}
.phoneNUmber{
    width: 60%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 20px;
    border-bottom:1px solid #d6dbde;

}
.phoneNUmber img{
    width: 15px;
    height: 17px;
}
.phoneNUmber input{
    width: 85%;
    height: 20px;
    color: #999;
    margin-left: 5px;
    border:none;
}
.verifyCode{
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 20px auto;
}
.verify{
    width: 60%;
    height: 30px;
    line-height: 30px;
    border-bottom:1px solid #d6dbde;
}
.verify img{
    width: 15px;
    height: 17px;
}
.verify input{
    width: 65%;
    height: 20px;
    color: #999;
    margin-left: 5px;
    border:none;
}
.verifyBut{
    width: 37%;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    color: #009bdb;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    border:1px solid #009bdb;
    margin-left: 15px;
}

.nextStep{
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
}
.loginBut{
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background:#15a7fc;
    border-radius: 5px;
    margin: 10px auto;
    border:none;
}
.loginBut a{
    color:#fff !important;
}
.bottom{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    justify-content: space-around;
    margin-top: 20px;
}
 .bottom a{
    color:#1a73e8 !important;
}
/* .bottom a:visited{
    color: #551a8b !important;
} */ 