/*登录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;
}

.loginBtn.noclick {
    background: #bbb;
    pointer-events: none;
}

.hidden {
    display: none;
}

.left-code {
    margin-top: 160px;
    /*margin-bottom: 300px;*/
    float: left;
    height: 420px;
    width: 440px;
    background: url("../img/login/loginLeftBg.png")
}

.index-login-page, .index-register-page {
    background: url("../img/login/login-bg.jpg") no-repeat center;
}

.inner-code {
    background: rgba(256, 256, 256, 0.5);
    width: 160px;
    height: 160px;
    margin: 90px auto;
    box-sizing: border-box;
    padding: 10px;
}

.code-text {
    text-align: center;
    color: #fff;
    margin-top: -60px;
}

.codeImg {
    width: 140px;
    display: block;
}

.wrap {
    width: 1060px;
    margin: 0 auto;
}

/*红色的星星*/
.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%);
}



