.login-reset {
    width: 100%;
    height: 700px;
    background: #F6F6F6;
}

.form-reset {
    margin: 0 auto 0px;
    background: #fff;
    padding: 25px 54px 54px;
    border: 1px solid #E4E4E4;
}

.form-reset-h2 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.form-reset-box {
    width: 455px;
    margin: 60px auto 0;
}

.form-phone {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-bottom: 65px;
    overflow: inherit;
}

.form-phone li {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    border-radius: 50%;
    position: relative;
    color: #999;
}

.form-phone li div:nth-child(2) {
    width: 80px;
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    left: -15px;
}

.form-phone li:nth-child(1) {
    /* color: #fff;
    background: #08A4EE; */
    color: #08A4EE;
    background: #CCEFFF;
}

.form-phone li:nth-child(3) {
    color: #999;
    background: #EEEEEE;
}

.form-phone li:nth-child(5) {
    color: #999;
    background: #EEEEEE;
}

.form-phone li:nth-child(2) {
    background: #CCEFFF;
}

.form-phone li:nth-child(2),
.form-phone li:nth-child(4) {
    width: 126px;
    height: 2px;
    margin: 24px 10px 0;
    border-radius: 0;
}

.form-phone li:nth-child(4) {
    background: #E7E7E7;
}

.input-style {
    width: 100%;
    margin-top: 40px;
}

.input-style .input-box-style {
    width: 453px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #E4E4E4;
    margin-bottom: 45px;
    position: relative;
}

.input-box-style input {
    width: 360px;
    height: 53px;
    border: none;
    padding-left: 20px;
    outline: none;
}

.input-box-style label {
    padding-left: 20px;
    text-align: center;
}

.send-out {
    width: 109px;
    height: 55px;
    text-align: center;
    border: 1px solid #4AB0E1;
    color: #4AB0E1;
    cursor: pointer;
}

.btn-login {
    height: 55px;
    background: #08A4EE;
    color: #fafafa;
    text-align: center;
    padding: 15px 20px;
}
.tips-name{
    position: absolute;
    bottom: -40px;
    left: 20px;
    color: red;
    font-size: 14px;
    text-align: left;
}
.activeColor {
    background: #CCEFFF !important;
    color: #08A4EE !important;
}
.activeColor2 {
    background: #08A4EE !important;
    color: #fff !important;
}
.color08A4EE {
    color: #08A4EE !important;
}

.tips-name {
    bottom: -50px;
}

.tips {
    width: 180px;
    padding: 40px 0 40px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.tips-button {
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: auto;
    background: #4AB0E1;

}

.tips p:nth-child(2) {
    font-size: 22px;
    color: #333;
    padding-top: 10px
}

.tips p:nth-child(3) {
    color: #999;
    font-size: 14px;
    padding-bottom: 30px;
}

.tips img {
    width: 46px;
    height: 46px;
}

.tips-button-go{
    width:170px;height: 55px;line-height: 55px;border-radius: 100px;
    text-align: center;
    color: #fff;
    margin:20px auto 0;
    /* background: #4AB0E1; */
    color: #333;
    border: 1px solid #e4e4e4;
    
}

.tips-button-go:hover{
    background-color: #4AB0E1 ;
    border: 1px solid #4AB0E1 ;
    color: #fff;
}
