[v-cloak] {
    display: none;
}

body {
    margin: 0;
    background-color: #f5f8ff !important;
}

#app .el-dialog {
    background: rgba(0, 0, 0, .5);
}

.nav-bar .el-menu.el-menu--horizontal {
    border-bottom: none;
}

.nav-bar .logo {
    width: 150px;
    height: 35px;
}

.el-menu .sub-menu-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.el-menu .lang {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.el-menu-item.is-active {
    color: #fff;
}

.el-submenu.is-active .el-submenu__title {
    color: #fff;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active {
    color: #fff;
}

.el-submenu__title:hover {
    background-color: rgb(24, 62, 185) !important /* 悬停时的背景颜色 */
}

.el-menu-item:hover {
    background-color: rgb(24, 62, 185) !important /* 悬停时的背景颜色 */
}

.login-item:hover {
    background-color: #1E4DE7 !important /* 悬停时的背景颜色 */
}

.logo-item:hover {
    background-color: #1E4DE7 !important /* 悬停时的背景颜色 */
}


.item .title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.footer {
    text-align: center;
    line-height: 200px;
    height: 200px;
    background: #242424;
    color: #5a636d;
}

.nav-bar .user-card {
    cursor: pointer
}

.nav-bar .info-box {
    width: 350px;
    padding: 20px;
    background-color: #1e4de7;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    line-height: 2
}

.nav-bar .info-box .info-top {
    width: 100%;
    display: flex;
    align-items: center
}

.nav-bar .info-box .info-top img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.nav-bar .info-box .info-top .top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px
}

.nav-bar .info-box .info-top .top-right .invite {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px
}

.nav-bar .info-box .info-top .top-right .invite .copy {
    width: 15px;
    height: 15px;
    margin-left: 5px
}

.nav-bar .info-box .credible {
    margin: 5px 0 15px 0;
    background-color: #745ddd;
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    border-radius: 6px
}

.nav-bar .info-box .money {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-bar .info-box .money .deposit, .nav-bar .info-box .money .interest {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    color: #000;
    width: 45%;
    border-radius: 6px;
    padding: 10px 0
}

.nav-bar .info-box .money .deposit span, .nav-bar .info-box .money .interest span {
    padding: 0 10px;
    font-size: 16px
}

.nav-bar .info-box .money .deposit .text, .nav-bar .info-box .money .interest .text {
    font-size: 12px;
    color: #999
}

.nav-bar .info-box .logout {
    width: 100%;
    border-radius: 6px;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    color: #000;
    margin-top: 15px
}

.nav-bar .info-box .logout img {
    width: 25px;
    height: 25px
}

.nav-bar .info-box .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.nav-bar .info-box .close-btn:hover {
    color: #000;
}

.fix-box {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 99;
}

.fix-box .ser {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 40px
}

.fix-box .ser img {
    width: 36px;
    height: 36px;
    margin-top: 7px
}


.fix-box .gif,.fix-box .gif img {
    width: 60px;
    height: 60px
}