input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="password"], textarea, select { font-family: inherit; font-size: 100%; margin: 0; border-radius: 0; }
button, input { line-height: normal;}
.clearfix{ zoom: 1; /* for IE6 IE7 */ }

.fl{
    float: left;
}

/*注册css*/
.loginDiv{
    margin:170px auto;
    background: #fff;
    border-radius: 4px;
    padding: 35px;
    width: 440px;
    box-sizing: border-box;
}

.loginTab{
    width: 100%;
    margin-bottom: 30px;

}

.loginTab-item{
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 4px solid #fff;
    cursor: pointer;
}

.loginInput{
    border: 1px solid #bfbdbd;
    height: 40px; width: 100%;
    box-sizing: border-box;
    padding-left:10px;
}

.loginRow{
    margin-bottom:20px;
    position: relative;
}

.loginRow .eyesIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    -background: url("../img/register/eyesIcon.png") no-repeat center;
    background-size: 30px;
}

.loginBtn{
    width: 100%;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background: #fc6102;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    margin:16px 0;
}

.hidden{
    display: none;
}

.index-login-page,.index-register-page{
    background-color: #dadae4;
}

.checkbox-label {
    display: inline-block;
    cursor: pointer;
}

.checkbox-input:checked+.checkbox-icon {
    background: url(../img/register/checkbox-choice.png) no-repeat center,#ff6600;
}

.row-error{
    font-size: 12px;
    color: red;
}

.loginRow .getCode{
    position: absolute;
    right: 0;
    top: 0;
    min-width: 130px;
    text-align: center;
    line-height: 40px;
    background: #fc6102;
    color: #fff;
}

a {
    text-decoration: none;
}

.checkbox-input:checked+.checkbox-icon {
    background: url(../img/register/checkbox-choice.png) no-repeat center,#ff6600;
}

.register-btn{
    width: 100%;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background: #fc6102;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    margin:16px 0;
}

.register-btn.no-submit{
    background: grey;
}

.required{background: #fff url('../img/common/input_bg.png') no-repeat right 2px;}

.row-error{
    font-size: 12px;
    color: red;
}

#box {
    touch-action: pan-y;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e8e8e8;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.bgColor {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: lightblue;
}

.txt {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    background: #fff;
    text-align: center;
    cursor: move;
}

.slider>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


