body {
    margin: 0;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    /*color: var(--text-color);*/
    /*background-color: var(--bg-color);*/
    direction: ltr;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color var(--el-transition-duration-fast);
}

.main-header {
    /*background-color: #c98e0836;*/
    width: 100%;
    /*max-height: 80px;*/
    /*height: 80px;*/
    /*width: 1024px;*/
}

.main-header .el-menu-item.is-disabled {
    opacity: 1;
    cursor: auto;
}

.el-menu--horizonta .el-menu-item.is-active.header-login {
}

.main-header .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none;
}

.main-header .el-menu-item.is-active.header-login {
    color: #00f7de !important;
    border-bottom: none;
}

.flex-grow {
    flex-grow: 1;
    /*float: right;*/
}

.main-body {
    min-height: 300px;
}

.main-footer {
    padding-top: 15px;
    text-align: center;
    border-top: solid 1px var(--el-menu-border-color);
}

/* 下面的到时分开 */

/* main-slide */
.el-carousel__item h3 {
    color: #475669;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
    text-align: center;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
    background-color: #d3dce6;
}

/* main-content */
/*.card-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
}

/*.box-card {*/
/*    width: 480px;*/
/*}*/

/* login */
.login {
    width: 440px;
    margin: 0 auto;
}

.login-title, .game-title {
    text-align: center;
}

.game-title {
    font-weight: bold;
}

.login-box {
    margin: 40px;
}

.router-link {
    /*display: inline-flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    font-size: var(--el-link-font-size);
    font-weight: var(--el-link-font-weight);
    color: var(--el-link-text-color);
}

.game-item,.new-game-item {
    margin-bottom: 20px;
    border-radius: 8px;
}

.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--el-fill-color-light);
    color: var(--el-text-color-secondary);
    font-size: 30px;
}

.game-cell-item {
    width: 36px;
}

.game-cell {
    margin-left: 10px;
}

.game-icon {
    width: 144px;
    height: 144px;
    padding-top: 8px;
    margin-left: -6px;
}

.cell-unset .cell {
    text-overflow:unset;
    font-size: 13px;
}

.new-game-icon {
    /*width: 507px;*/
    height: 296px;
}

.new-game-cell {
    /*width: 340px;*/
}

.new-game-cell-item {
    width: 80px;
}


.servers-items {
    padding-top: 20px;
}

.servers-items-item {
    padding: 4px 0;
}