/* body {
    overflow: hidden;
}
body::-webkit-scrollbar {
    display: none;
} */
.main {
    width: 1300px;
    margin: 30px auto 100px;
}
.main .jump {
    width: 220px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.login-box {
    width: 1031px;
    height: 474px;
    /* background: url(../img/intro/intro-bg.png) no-repeat; */
    margin: 20px auto 0;
    border: 10px solid #E5C7B5;
    border-radius: 4px;
    background-color: #fff;
}
.login-box ul {
    padding: 20px 50px;
}
.login-box ul li {
    font-size: 24px;
    color: #B16C3F;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.login-box ul li:nth-child(2n) {
    margin-bottom: 30px;
}
.login-box ul li:nth-child(2n+1) {
    margin-bottom: 6px;
}
.login-box ul li input {
    width: 100%;
    background-color: #E8E1DC;
    border: none;
    text-indent: 1em;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #5E5E5E;
}
.login-box ul li i {
    font-size: 16px;
    color: #DD7979;
}
.login-box ul li span i {
    font-size: 18px;
    color: #5E5E5E;
}
.login-box ul li .login-box-btn {
    width: 100%;
    height: 50px;
    background-color: #CC8A5E;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.login-box ul li.switch {
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
}
.login-box ul li.switch i {
    color: #A1A1A1;
}
.login-box ul li.switch a {
    font-size: 16px;
    color: #DD7979; 
}
.login-box ul li.switch span {
    font-size: 16px;
    color: #5E5E5E;
}
.login-box ul li.forget {
    justify-content: flex-end;
    margin-top: -22px;
    margin-bottom: 20px;
}
.login-box ul li.forget a {
    color: #A1A1A1;
    font-size: 16px;
}


/* .login-box ul li .dis-btn {
    background-color: #959595;
    cursor: auto;
}  */