:root {
    --hover-color: #fff8c6;
}

* {
    padding: 0;
    margin: 0;
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #2e2e2e;
}

a,
img,
div,
input,
textarea {
    -webkit-tap-highlight-color: #00000000;
    outline: none;
    text-decoration: none;
}

/*-webkit-scrollbar*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #00000000;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #00000000;
    -webkit-box-shadow: inset 0 0 6px #00000000;
    background-color: #2e2e2e;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #00000000;
    -webkit-box-shadow: inset 0 0 6px #00000000;
    background-color: #ffffff;
}

/*fusion*/
.fusion {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

/*nav*/
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 50px;
    background-color: #00000030;
    backdrop-filter: blur(10px);
    z-index: 100;
}

.active-nav {
    color: var(--hover-color) !important;
}

.nav-left {
    float: left;
    height: 30px;
    margin-top: 10px;
}

.nav-left-logo {
    float: left;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.nav-left-name {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

.nav-center {
    float: left;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.nav-center a {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
}

.nav-center a:hover {
    color: var(--hover-color);
}

.nav-right {
    float: right;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.nav-right i {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #00000030;
}

.nav-right i.nav-user {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*nav-user-dropdown*/
.nav-user-dropdown {
    display: none;
    position: fixed;
    top: 50px;
    right: 0px;
    max-height: calc(100% - 70px);
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    width: 110px;
    height: auto;
    background-color: #00000030;
    backdrop-filter: blur(10px);
    border-radius: 3px;
    z-index: 101;
    color: #ffffff;
}

.nav-user-dropdown div {
    width: 100%;
    float: left;
    cursor: pointer;
}

.nav-user-dropdown i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.nav-user-dropdown div:hover {
    color: var(--hover-color);
}

.nav-user-dropdown p,
.nav-user-dropdown i {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

/*nav-user-menu*/
.nav-user-menu {
    display: none;
    position: fixed;
    top: 50px;
    right: 0px;
    max-height: calc(100% - 70px);
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    width: 170px;
    height: auto;
    background-color: #00000030;
    backdrop-filter: blur(10px);
    border-radius: 3px;
    z-index: 101;
    color: #ffffff;
}

.nav-user-menu .nav-user-menu-center {
    width: 100%;
    float: left;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.nav-user-menu p {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #00000030;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.nav-user-menu p:hover {
    background-color: coral;
}

/*login*/
.gb-fusion {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff0000;
    position: absolute;
    top: 0px;
    font-size: 20px;
    right: 0px;
    cursor: pointer;
    overflow: hidden;
}

.gb-fusion i.fa.fa-times-circle {
    font-size: 20px;
}

.login {
    display: none;
    width: 300px;
    height: auto;
    background-color: #ffffff;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.login h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.login-wechat {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.login-wechat p {
    overflow: hidden;
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    color: #ff0000;
}

.login-wechat-qrcode {
    width: 160px;
    height: 160px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: 0 auto;
}

.login-code {
    width: 260px;
    height: 30px;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 3px;
}

.login-code input {
    float: left;
    width: calc(100% - 80px);
    height: 26px;
    padding: 0 10px;
    border: 0;
    border: 2px solid #40514e;
}

.login-code button {
    float: left;
    cursor: pointer;
    width: 50px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    background-color: #40514e;
    color: #ffffff;
    border: 0;
}

.login .divider {
    display: flex;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    align-items: center;
    margin: 15px 0;
    color: #999;
}

.login .divider::before,
.login .divider::after {
    content: "";
    flex: 1;
    margin-top: 2px;
    border-bottom: 1px solid #ddd;
}

.login .divider::before {
    margin-right: 10px;
}

.login .divider::after {
    margin-left: 10px;
}

.login-menu {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.login-menu a {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #40514e;
}

.login-menu a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

/*load-menu*/
.load-menu {
    width: 100%;
    height: 50px;
    background-color: #00000080;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
}

.load-menu:hover {
    background-color: #000000a0;
}