:root {
    --primary-color: #001D4F;
    --secondary-foreground: #0057CE;
    --color: #0057CE;
    --bg-color: #F2F3F6;
    --text-color: #252525;
}

html,
body {
    height: 100%;
}

/* 公共 */
.max-1200 {
    width: 100%;
    max-width: 1200px;
}
.max-960 {
    width: 100%;
    max-width: 960px;
}
.icon {
    width: 22px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon img {
    max-width: 100%;
}

.el-row +.el-row {
    margin-top: 20px;
}

#app,
.app-content {
    height: 100%;
}

.function-box {
    margin-bottom: 10px;
}

.search-input {
    border-radius: var(--el-border-radius-round);
    overflow: hidden;
}
.search-input .el-input .el-input__wrapper {
    box-shadow: none;
}

.page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 0 0;
}
.page-footer {
    flex: 0 0 auto;
}

.function-btns {
    background-color: #fff;
    margin: 0 -20px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}
.function-btns .el-button {
    width: 100%;
    max-width: 160px;
}

.el-form-item__label_reset {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
.el-form-item__label_reset .tip {
    font-size: 12px;
    color: rgba(37, 37, 37, .5);
}

/* 登录页 */
.log-in {
    --el-component-size-large: 60px;

    min-height: 100%;
    position: relative;
    padding-top: 28vh;
    background-color: var(--bg-color);
}

.log-in .logo {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    background: url(/skin/assets/images/logo.png) no-repeat top right / 1920px 100%;
}

.log-in .log-in__content {
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.log-in .log-in__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: var(--primary-color);
}

.log-in .log-in__form {
    margin-top: 30px;
}

.log-in .el-input {
    --el-input-focus-border-color: var(--primary-color);
    font-size: 18px;
}

.log-in .el-button--primary {
    --el-button-bg-color: var(--primary-color);
    --el-button-border-color: var(--primary-color);
    --el-button-hover-bg-color: rgba(0, 29, 79, .8);
    --el-button-hover-border-color: rgba(0, 29, 79, .8);
    --el-button-active-bg-color: var(--primary-color);
    --el-button-active-border-color: var(--primary-color);
    --el-button-outline-color: none;
}

.log-in .el-button--large {
    --el-font-size-base: 18px;
    --el-button-size: var(--el-component-size-large)
}

.log-in .el-input__wrapper {
    box-shadow: none;
}

.log-in .el-input.is-disabled .el-input__wrapper,
.log-in .el-input .el-input-group__append {
    box-shadow: none;
}
.log-in .mobile.el-input .el-input__wrapper {
    background-color: #fff;
}
.log-in .mobile.el-input .el-input-group__append {
    padding-right: 15px 0;
    background-color: #fff;
}
.log-in .el-input .sms-btn {
    color: var(--primary-color);
    font-size: 16px;
    height: auto;
    background-color: #F2F3F6;
    padding: 10px 20px;
    margin: 0;
}

.log-in .captcha-img,
.log-in .captcha-img svg {
    height: 100%;
    display: block;
}

.log-in .log-in__btn {
    flex: 0 0 100%;
}

.log-in .back {
    width: 100%;
    text-align: center;
}

.log-in .back .el-link.el-link--primary {
    --el-link-text-color: var(--primary-color);
    --el-link-hover-text-color: rgba(0, 29, 79, .8);
}
/* layout */
.layout {
    height: 100%;
    background-color: #efefef;
}
#app-aslide {
    height: 100%;
    background-color: #fff;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
}
#app-aslide .app-aslide__top {
    height: 60px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
#app-aslide .app-aslide__top::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
#app-aslide .app-aslide__title {
    font-size: 18px;
    color: var(--primary-color);
}
#app-aslide .app-aslide__main {
    flex-grow: 1;
}
#app-aslide .app-aslide__footer {
    flex: 0 0 auto;
    padding: 0 20px 20px;
}
#app-aslide .btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#app-aslide .btns button {
    height: 40px;
    margin-left: 0;
}
#app-aslide .notif-btn {
    /* --color: #0057CE;
    color: var(--color);
    border-color: var(--color); */
}
#app-aslide .website-btn {
    /* color: #fff;
    background-color: var(--primary-color); */
}
#app-aslide .lang-btn {
    /* color: #fff;
    background-color: #0057CE; */
}
#app-aslide .el-menu {
    border-right: none;
}
#app-header {
    color: var(--text-color);
    height: 60px;
    position: relative;
}
#app-header .app-header__right {
    height: 100%;
    font-size: 14px;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}
#app-header .app-header__right li {
    padding: 0 14px;
    display: flex;
    align-items: center;
}
#app-header .logo{
    width: 100%;
    height: 40px;
    margin: 0 -20px;
    background: url(/skin/assets/images/logo.png) no-repeat right top / 1920px 100%;
    position: absolute;
    left: 20;
    top: 38px;
}
#app-main {
    padding-top: 40px;
    padding-bottom: 0;
}
/* 修改密码 */
