﻿@charset "utf-8";
/* CSS by Brian*/

@font-face {
    font-family: bodyFront;
    /*src: url(../../fonts/malgun.ttf);*/
}

:root {
    --root-color-black: black;
    --root-color-white: white;
    --root-color-red: red;
    --root-color-blue: #4979e8;
    --root-color-deep-blue: #2e3f84;
    --root-color-gray: #a1a1a1;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

* {
    margin: 0;
    padding: 0;
    -webkit-user-drag: none;
}

body {
    font-size: 0.2rem;
    font-family: bodyFront;
}

/*loading*/
.load_mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--root-color-white);
    z-index: 2000;
    opacity: 0.8;
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
    transform: translate(-50%, -50%);
}

.loading span {
    mix-blend-mode: screen;
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: wave 3s infinite linear;
    animation: wave 3s infinite linear;
}

.loading span:nth-child(0) {
    left: -11%;
    right: -2%;
    top: -12%;
    bottom: -5%;
    -webkit-transform-origin: 46% 53%;
    transform-origin: 46% 53%;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    background-color: red;
}

.loading span:nth-child(1) {
    left: -4%;
    right: -4%;
    top: -9%;
    bottom: -2%;
    -webkit-transform-origin: 47% 50%;
    transform-origin: 47% 50%;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #ffd500;
}

.loading span:nth-child(2) {
    left: -11%;
    right: -4%;
    top: -10%;
    bottom: -11%;
    -webkit-transform-origin: 49% 53%;
    transform-origin: 49% 53%;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    background-color: #55ff00;
}

.loading span:nth-child(3) {
    left: -7%;
    right: -9%;
    top: -11%;
    bottom: -4%;
    -webkit-transform-origin: 47% 52%;
    transform-origin: 47% 52%;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    background-color: #00ff80;
}

.loading span:nth-child(4) {
    left: -8%;
    right: -3%;
    top: -5%;
    bottom: -11%;
    -webkit-transform-origin: 47% 52%;
    transform-origin: 47% 52%;
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
    background-color: #00aaff;
}

.loading span:nth-child(5) {
    left: -10%;
    right: -8%;
    top: -4%;
    bottom: -9%;
    -webkit-transform-origin: 48% 51%;
    transform-origin: 48% 51%;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    background-color: #2b00ff;
}

.loading span:nth-child(6) {
    left: -9%;
    right: -11%;
    top: -5%;
    bottom: -8%;
    -webkit-transform-origin: 47% 50%;
    transform-origin: 47% 50%;
    -webkit-animation-delay: -3.5s;
    animation-delay: -3.5s;
    background-color: magenta;
}

@-webkit-keyframes wave {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes wave {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/*loading*/

.cursor-ele {
    cursor: pointer;
}

#header {
    width: 100dvw;
    height: 1.5rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 2.97rem;
    height: 1.08rem;
    cursor: pointer;
}

.header-row {
    width: 70dvw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-row > div {
    font-size: 0.25rem;
    font-weight: bold;
}

.divider {
    width: 0.17rem;
    height: 0.5rem;
}

.user-desc {
    width: 4rem;
    font-size: 0.22rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-name {
    margin: 0 0.05rem;
}

.user {
    width: 0.29rem;
    height: 0.29rem;
    margin: 0 0.05rem;
}

.exit {
    width: 0.27rem;
    height: 0.24rem;
    margin: 0 0.05rem;
    cursor: pointer;
}

#section-1 {
    position: relative;
    background: url(../../imgs/pc/userInfo/section-1.jpg);
    background-size: cover;
    background-position: center;
}

.section-con {
    height: 80dvh;
    width: 100%;
    padding: 0 10dvw;
    box-sizing: border-box;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.row {
    position: relative;
    line-height: 0.6rem;
    margin-top: 0.5rem;
    display: flex;
}

.row-label {
    width: 3rem;
}

.row-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#serverRole {
    height: 0.4rem;
}

.charge-name {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.3rem;
    margin: 0.1rem;
    padding: 0.1rem;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
}

.charge-name-active {
    border: none;
    background: #d3d3d3;
}

.pay-btn {
    width: 2rem;
    height: 0.4rem;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
