html,body{
    height: 100%;
    width: 100%;
    background: #f5f5f5;
}
.forget-page{
    font-size: 0;
}
.forget-container{
    width: 960px;
    margin: auto;
}

.forget-header{
    margin-top: 80px;
    height: 58px;
    margin-bottom: 10px;
}


.forget-header .left-logo{
    float: left;
    width: 170px;
    height: 36px;
    background: url("../img/logo_blue@2x.png") no-repeat center  center;
    background-size: 100% 100%;
}
.forget-header p{
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 14px;
    height: 100%;
}
.forget-header p span{
    color: #0B346E;
    cursor: pointer;
}
.forget-header p .v-line{
    padding: 0 40px;
}
.forget-page .form-header{
    height: 72px;
    background: #0B346E;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    margin-bottom: 60px;
}



/*.forget-form ul{*/
/*    text-align: center;*/
/*    margin-top: 42px;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.forget-form ul li{*/
/*    display: inline-block;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    color: #000000;*/
/*    line-height: 16px;*/
/*    cursor: pointer;*/
/*}*/
/*.forget-form ul li:first-child{*/
/*    margin-right: 44px;*/
/*}*/
/*.forget-form ul li .line{*/
/*    display: none;*/
/*    width: 12px;*/
/*    height: 3px;*/
/*    background: #0B346E;*/
/*    border-radius: 100px;*/
/*    margin: 8px auto 0 auto;*/
/*    transition: all 0.33s linear;*/
/*}*/
/*.forget-form ul li.active{*/
/*    font-weight: 700;*/
/*    color: #0B346E;*/
/*}*/
/*.forget-form ul li.active  .line{*/
/*    display: block;*/
/*}*/
.forget-form {
    background: #fff;
    padding-bottom: 100px;
}

.forget-form  .input-group{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 368px;
    height: 48px;
    border: 1px solid rgba(5,75,165,0.25);
    border-radius: 4px;
    margin: 0 auto 24px auto;
    font-size: 18px;
}
.forget-form .input-group  .input-group-addo{
    width: 60px;
    margin-bottom: 0;
    text-align: center;
}
.forget-form .input-group  .input-group-addo img{
    width: 20px;
    height: 20px;
}
.forget-form .input-group .form-controler{
    border: 0;
    width: 263px;
    height: 100%;
    color: #000000;
}
.forget-form .input-group .form-controler:focus{
    border: 0;
    box-shadow: none;
    outline: 0;
}
.form-controler::-moz-placeholder{
    font-size: 16px;
    font-weight: 400;
    color: rgba(61, 61, 61, 0.25);
}
.form-controler:-ms-input-placeholder{
     font-size: 16px;
     font-weight: 400;
     color: rgba(61, 61, 61, 0.25);
 }
.form-controler::-webkit-input-placeholder{
      font-size: 16px;
      font-weight: 400;
      color: rgba(61, 61, 61, 0.25);
    font-family: "Noto Sans","Microsoft Yahei",sans-serif;
  }




.forget-btn{
    height: 48px;
    background: #0B346E;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 368px;
    margin: 52px auto;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
}
.forget-form  .input-mobile{
    display: none;
}
.forget-header .agreement-p i span{
    font-style: normal;
    color: #000000;
}
i{
    font-style: normal;
}
.forget-header .agreement-p a,.forget-header .agreement-p .exit{
    color: #0B346E;
    cursor: pointer;
}
.forget-header p .exit:hover{
    text-decoration: underline;
}


.forget-header .agreement-p i img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

/*注册*/
.forget-form .input-code{
    border: 0;
    justify-content: space-between;
}
.forget-form .input-code p{
    width: 62.2%;
    border: 1px solid rgba(5,75,165,0.25);
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 4px;
    font-size: 13px;

}
.forget-form .input-code .form-controler{
    width: 130px;

}
.forget-form .input-code button{
    width: 35.3%;
    display: block;
    height:48px;
    background: #0B346E;
    color: #fff;
    border-radius:4px;
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}


button[disabled]{
    cursor: not-allowed;
    opacity: 0.6;
}

.forget-page-success{

}
.forget-page-success .forget-container{
    background: #fff;
    padding-bottom: 192px;
    padding-top: 72px;
}
.forget-page-success .forget-container .icon-success{
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 48px auto;
}
.forget-page-success .forget-container p{
    height: 36px;
    font-size:16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 28px;
}
.forget-page-success{

}
.forget-page-success .forget-header{
    background: #f5f5f5;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.forget-page-success .forget-header .wlimit{
    width: 960px;
    margin:0 auto;
    height: 100%;
}
.forget-page-success .form-header{
    background: #f5f5f5;
    margin-bottom: 0;
}
.forget-page-success .form-header .wlayout{
    width: 960px;
    margin:0 auto;
    background: #0B346E;
}
.forget-page-success .forget-btn{
    margin-bottom: 0;
}
.forget-page-success .forget-btn:hover{
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.forget-page-success .forget-footer {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 20px;
    padding: 48px 0 63px 0;
}

/*toast*/

.modal-content{
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 4px;
    color: #515a6e;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.modal-alert-success {
    border: 1px solid #8ce6b0;
    background-color: #edfff3;
}
.modal-alert-info {
    border: 1px solid #abdcff;
    background-color: #f0faff;
}

.modal-alert-warning {
    border: 1px solid #ffd77a;
    background-color: #fff9e6;
}
.modal-alert-error {
    border: 1px solid #ffb08f;
    background-color: #ffefe6;
}



.
