#register .el-main {
    overflow-x: hidden;
}

#register .title {
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    height: 100px;
    text-align: left;
}

#register .adesc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
}

#register .adesc a {
    color: #266DF5;
    cursor: pointer;
    font-size: 16px;
    background: transparent;
    display: inline;
}

/* tabs */
.tabs .el-tabs--card>.el-tabs__header {
    border: none;
}

.tabs .el-tabs--card>.el-tabs__header .el-tabs__item {
    border: none;
}

.tabs .el-tabs__nav-scroll {
    background: #F3F7FB;
    border-radius: 10px;
    padding: 4px;
}

#register .tabs .el-tabs__nav {
    border: none;
    width: 100%;
}

#register .tabs .el-tabs__nav .is-top {
    width: 50%;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

#register .tabs .el-tabs__nav .is-active {
    border: none;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.3);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

#register .el-form .el-input {
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    /* border: 1px solid #DFE7EF; */
}

.el-tabs__content {
    padding: 0 1px;
}

.el-form .el-form-item__content {
    padding: 1px;
}

.el-form .el-input .el-input__inner {
    height: 56px;
    line-height: 56px;
    border-radius: 10px 0 0 10px;
    border-right: none;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #DFE7EF;
    border-right: none;
}

.el-form .fillet .el-input .el-input__inner {
    border-radius: 10px;
    border: 1px solid #DFE7EF;
}

.el-form .el-input .el-input-group__append {
    padding: 0;
    min-width: 100px;
    text-align: center;
    border: none;
    border: 1px solid #DFE7EF;
    border-left: none;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    width: 140px;
}

.el-form .el-input .el-input-group__append .el-button {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.el-form .el-input-group__append .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #1D4DD8;
}

.el-form .verification .el-button span {
    font-weight: bold;
    font-size: 24px;
    color: #4596FF;
    font-style: italic;
}

.el-form .verification .el-input-group__append {
    border: none;
    background: #DAECFF;
    width: 120px;
}

.el-form .verification .el-button img {
    max-width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.el-form .login-btn .el-button {
    padding: 0;
    border-radius: 10px;
    border: none;
    line-height: 56px;
}

.el-form .login-btn .el-button span {
    display: block;
    width: 350px;
    height: 56px;
    background: linear-gradient(270deg, #1C49D4 0%, #2875FD 100%);
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.el-form .login-btn .el-button.is-disabled span {
    background: linear-gradient(270deg, rgba(28, 73, 212, .5) 0%, rgba(40, 117, 253, .5) 100%);
}

#pane-second .verification {
    margin-bottom: 0;
}

#pane-second .forgot {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}

.el-input .el-input__inner:focus {
    outline: 1px solid #1E4FD9;
    /* border: none; */
}

.el-form-item .el-input .el-input__inner:hover {
    border: 1px solid #8C96A0;
    border-right: none;
}

/* 服务条款 */
#register .clause {
    font-weight: 400;
    font-size: 16px;
    color: #79838D;
    text-align: center;
}

#register .clause a {
    color: #1D4DD8;
    cursor: pointer;
    font-size: 16px;
    background: transparent;
    display: inline;
}