/*.register-reset{*/
/*    background-color:white !important;*/
/*}*/

/*.register-reset .box_title{*/
/*    color: black;*/
/*}*/

/*.register-reset .input_box input{*/
/*    color: #000;*/
/*}*/
/*.register-reset .input_box input::placeholder{*/
/*    color: #000 !important;*/
/*}*/

/*.register-reset .input_box input::-webkit-input-placeholder{*/
/*    color: rgba(0,0,0,0.6) !important;*/
    
/*}*/
/*.register-reset .input_box input::-moz-placeholder{*/
/*     color:rgba(0,0,0,0.6) !important;*/
/*}*/
/*.register-reset .input_box input::-ms-input-placeholder{*/
/*     color: rgba(0,0,0,0.6)!important;*/
/*}*/
/*.register-reset .check-tips{*/
/*    color: rgba(0,0,0,0.6) !important;*/
/*}*/

.passwordforca{
    height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.passwordforca .foce-des{
    margin-right: 10px !important;
    height: 25px;
    line-height: 25px;
}
.foce-item-box{
     display: flex;
    align-items: center;
}
.foce-item-box div{
    height: 10px;
    margin-left:4px;
    width: 40px;
    border-radius: 5px;
    background:rgba(0,0,0,0.6);
}

.leve1{
    background:#f76858 !important; 
}
.leve2{
    background:#fda909 !important; 
}
.leve3{
    background:#8ebd02 !important; 
}
.leve4{
    background:#04bd02 !important; 
}
.tel-select-box{
    width: 90px;
    height: 100%;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 5px;
    padding-right: 5px;
    box-sizing:border-box;
    
}
.tel-select-box-s{
    content:"";
    width: 1px;
    background: rgba(0,0,0,0.6);
    height: 15px;
    margin: 0 2px;
    position: absolute;
    right: 0px;
    

}
.tel-sel{
    height: 30px;
    line-height: 30px;
    border: none !important;
    width:100%;
    background: none !important;
    color:#ffffff;
    text-align: center;
    font-size:0.25rem;
}
.tel-sel .tel-option{
    width: 100%;
    display: flex;
    text-align: center;
}

.register-checkbox{
    position: absolute;
    z-index: 999;
    background:white;
    display: none;
    width: 4.8rem;
    border-radius: 8px;
    background: rgba(249, 249, 249, 0.96);
    height: 40px;
    display: none;
    align-items: center;
    padding: 0 5px;
    border: 1px solid red;
    color: red;
}
.register-checkbox img{
    display: inline-block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 10px;
    margin-right: 20px;
    
}
.show-checkbox-tips{
    display: flex;
    
}
