.rember-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #00489d;
    border-color: #00489d;
}

.rember-checkbox .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #999;
}

.rember-checkbox .el-checkbox__inner::after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
}

section {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

body {
    background: url(../img/dl-bg.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100%;
}

.login {
    margin-top: 90PX;
    background-color: #fff;
}

.login-content {
    width: 485px;
    margin: 0 auto;
}

.active {
    width: 100px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #00489d;
    text-align: center;
    line-height: 38px;
    color: #00489d;
}

.index-title {
    /* margin: 0 auto; */
}

.el-tabs__nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
}

.index-title .el-tabs__nav-wrap::after {
    height: 0px;
}

.index-title .el-tabs__active-bar {
    height: 0px;
}

.index-title .el-tabs__item.is-active {
    border: 1px solid #00489d;
    border-radius: 50px;
    color: #00489d;
    text-align: center;
    /*padding-left: 20px;*/
}


/*.index-title .el-tabs--top .el-tabs__item.is-top:nth-child(2) {*/


/*    padding-left: 20px;*/


/*}*/


/*.index-title .el-tabs--top .el-tabs__item.is-top:last-child {*/


/*    padding-right: 20px;*/


/*}*/

.inputone {
    width: 484px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    padding-left: 20px;
}

.inputtwo {
    width: 310px;
    height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
}

.testimg {
    width: 126px;
    height: 36px;
    margin: 0px 18px 0px 10px;
}

.testimg img {
    width: 100%;
    height: 100%;
}

.code-loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #666;
}

.sign {
    width: 480px;
    height: 68px;
    background-color: #00489d;
    font-size: 28px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    box-shadow: 2px 3px 18px 0px rgba(0, 118, 255, 0.31);
    border-radius: 34px;
}

.fourem {
    letter-spacing: 2em;
}

.content-right {
    box-sizing: border-box;
    padding-top: 75px;
}

.winput-one {
    width: 484px;
    margin: 15px auto 0px;
}

.winput-two {
    width: 310px;
}


/* 登录按钮样式 */

.el-button.is-round {
    border-radius: 40px;
    padding: 12px 23px;
    width: 480px;
    height: 58px;
    font-size: 20px;
}

.el-button--primary {
    color: #FFF;
    background-color: #00489d;
    border-color: #00489d;
    box-shadow: 2px 3px 18px 0px rgba(0, 118, 255, 0.31);
}


/* .el-row {
    margin: 0 auto;
} */

.el-button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* 输入框样式 */

.el-input__inner {
    height: 50px;
    line-height: 50px;
}


/****************/

.rembermm {
    width: 484px;
    margin: 15px auto 20px;
}

.el-checkbox__label {
    font-size: 16px;
}

.el-tabs__item {
    width: 100px;
    text-align: center;
    padding: 0;
    font-size: 18px;
}

.el-tabs__item:not(:last-child) {
    margin-right: 20px;
}

.rember-checkbox .el-checkbox__inner {
    width: 24px;
    height: 24px;
}