* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    overflow-y: auto;
    overflow: visible;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
        "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs__content {
    overflow: hidden;
    position: relative;
}
.el-tabs__nav-scroll {
    overflow: hidden;
}
.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    float: left;
    z-index: 2;
}
.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #3aafa9;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s
        cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    list-style: none;
}
.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}
.el-tabs__item.is-active {
    color: #3aafa9;
}
.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1;
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--primary {
    color: #fff;
    background-color: #3aafa9;
    border-color: #3aafa9;
}
.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
}
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: center no-repeat url("/static/wg-backbround.webp");
    background-size: cover;
}
.login .login-form {
    width: 900px;
    height: 620px;
    background-color: #fff;
    text-align: left;
    border-radius: 15px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    zoom: 1;
    display: block;
    padding: 20px;
    box-shadow: 0 0 8px rgba(228, 228, 228);
}
.login .login-form:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.login .login-left {
    width: 45%;
    float: right;
    height: 100%;
    padding: 30px;
}
.login .login-form .login-left .selectLang {
    margin-bottom: 15px;
}
.login .login-form .login-left .login-header {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.login .login-left .login-header p {
    /* color: #3aafa9; */
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.login .login-left .login-button {
    width: 100% !important;
    /* margin-bottom: 30px; */
    margin-top: 20px;
    height: 40px;
    background-color: #88cdc9;
    border-color: #88cdc9;
}
.login .login-left .el-input__inner {
    border-radius: 20px;
}
.login .login-left .el-input__inner:focus {
    border-color: #88cdc9;
}
.login .login-left .el-input__prefix {
    left: 9px;
}
.login .login-form .login-right {
    width: 55%;
    background: 50% no-repeat url("/static/wg-card-backbround.webp");
    background-size: cover;
    float: left;
    padding-left: 15px;
    height: 100%;
}
.login .login-form .login-left .login-header p {
    /* color: #3aafa9; */
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
}
