
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }

.password_content{
    width: 50%;
    height: auto;
    margin: auto
}
.clears {
    clear: both
}
.for-liucheng {
    /*width: 640px;*/
    margin: 30px auto 50px auto;
    height: 50px;
    padding: 20px 0 0 0;
    position: relative
}

.liulist {
    float: left;
    width: 33.33%;
    height: 7px;
    margin-top: 3px;
    background: #ccc
}

.liutextbox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px
}

.liutextbox .liutext {
    float: left;
    width: 33.33%;
    text-align: center
}

.liutextbox .liutext em {
    display: inline-block;
    width: 34px;
    height: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    background: #ccc;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-style: normal;
    font-weight: bold;
    color: #fff
}

.liutextbox .liutext strong {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-weight: 400
}

.liulist.for-cur {
    background: #77b852
}

.liutextbox .for-cur em {
    background: #77b852
}

.liutextbox .for-cur strong {
    color: #77b852
}

.hr0{ height:1px;border:none;border-top:1px solid #e8e8e8;}

.layui-form-label{
    width: 100px;
}
.content-wrapper, .main-footer{
    margin-left: 0;
    margin-top: 200px;
}