#app {
    flex-wrap: nowrap;
}

.el-button {
    font-size: 14px !important;
}

.el-tag {
    font-size: 14px;
}

@media screen and (max-width: 900px) {
    #app .menu {
        width: 140px;
    }

    #app .menu .trip {
        display: none;
    }

    #app .menu .list .item {
        padding: 10px 8px 10px 12px;
        margin: 0 5px;
    }

    #app .menu .list {
        margin-top: 10px;
    }

    #app .menu .logo img {
        width: 122px;
        margin-right: 11px;
    }
}

.menu {
    width: 240px;
    min-height: 100vh;
    border-right: 1px solid #eeeeee;
    background-color: #fff;
}

.menu .logo {
    padding-top: 20px;
}

.menu .logo img {
    width: 182px;
    margin-right: 11px;
}

.slogen-title {
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
}

.slogen-text {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    transform: scale(0.8);
    margin-left: -12px;
}

.menu .list {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    overflow-y: scroll;
    max-height: calc(100vh - 90px);
}

/* 隐藏垂直滚动条 */
.menu .list::-webkit-scrollbar {
    width: 5px;
}

/* 自定义滚动条背景 */
.menu .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 自定义滚动条滑块 */
.menu .list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

/* 自定义滚动条滑块悬停样式 */
.menu .list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.menu .list .item {
    padding: 10px 8px 10px 12px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}

.menu .list .itemn {
    padding: 10px 8px 10px 36px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;

}

.menu .list .icon {
    width: 16px;
    height: 16px;
}

.menu .list .item:hover, .menu .list .itemn:hover {
    background: #fbfbfc;
}

.menu .list .item.active, .menu .list .itemn.active {
    background: #eaeef6;
}

.menu .list .item .text {
    margin-left: 10px;
    white-space: nowrap;
}

.main {
    flex: 1;
    background-color: #fff;
    min-height: 100vh;
}

.nav-back-btn {
    color: #000 !important;
    font-size: 14px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

input[aria-hidden="true"]{
    display: none !important;
}

.nav-divider {
    color: #eee;
    height: 16px;
    margin: 0 14px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 28px;
}

header.has-back-btn {
    padding-left: 20px;
}

.header-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-title img {
    padding-right: 10px;
    width: 24px;
}

.header-user {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-user img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.header-user .nickname {
    padding: 0 10px;
}

.logout {
    cursor: pointer;
}

.header-user img.fill {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 0%;
}

.header-user .line {
    width: 1px;
    height: 16px;
    background-color: #ddd;
    margin: 0 20px;
}

.init-code {
    text-align: center;
    position: relative;
}

.init-code img {
    width: 180px;
    height: 180px;
}

.init-code .text {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.init-code .make {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    color: #ffffff;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.init-code .qrcode {
    width: 100%;
    height: 100%;
    text-align: center;
}

.init-wechat {
    text-align: center;
}

.init-wechat .text {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 38px;
}

.init-wechat .clear,
.init-wechat .success {
    width: 180px;
    height: 46px;
    font-size: 14px;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
}

.init-wechat .clear {
    background: #2164fa;
    margin-right: 20px;
    color: #fff;
}

.init-wechat .success {
    color: #3b3b3b;
    border: 1px solid #eeeeee;
}

.pagination {
    margin-top: 20px;
    text-align: right;
}

.el-dialog__title {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.el-tabs__nav-wrap {
    line-height: 50px;
}

.el-button--text {
    color: #2164fa;
}

.el-button {
    font-weight: normal;
}

