*{
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: PingFangSC-Regular;
}
body{
    background-color: var(--page-bgcolor);
    z-index: -9998;
    --loading-cover: #ffffff;
    --page-bgcolor: #dddddd;
    --loading-spinner: #EAD050;
    --scroller-grey:#c0c0c0c9;
    --buttongrey: #ffffff;
    --jianbiancolor: rgba(255, 255, 255, 0.7);
    --jianbianword: saturate(220%) blur(15px);
    --cardjianbiancolor: rgba(255, 255, 255, 0.8);
    --cardjianbianword: saturate(220%) blur(25px);
    --cardtext: #000000;
    --hovercolor: rgba(255, 255, 255, 0.3);
    --linkcolor: #b6b6b6;
    --mylove-text: #ffffff;
    --menu-text: #000000;
    --cover-jb: linear-gradient(180deg, rgba(0,0,0,0.24)0%, rgba(0,0,0,0.0)34%, rgba(0,0,0,0.0)76%, rgba(0,0,0,0.25));
    --searchword: #000000; 
    --input: #000000;
    --time: #ffffff;
    --wea: #ffffff;
}
body.dark{
    --loading-cover: #353535;
    --page-bgcolor: #353535;
    --loading-spinner: #EAD050;
    --scroller-grey:#585858c9;
    --buttongrey: #f5f5f5;
    --jianbiancolor: rgba(0, 0, 0, 0.459);
    --jianbianword: saturate(220%) blur(15px);
    --cardjianbiancolor: rgba(0, 0, 0, 0.63);
    --cardjianbianword: saturate(220%) blur(25px);
    --cardtext: #f8f8f8;
    --hovercolor: rgba(90, 90, 90, 0.3);
    --linkcolor: #b6b6b6;
    --mylove-text: #ffffff;
    --menu-text: #fafafa;
    /* --cover-jb: linear-gradient(180deg, rgba(0,0,0,0.1)0%, rgba(0,0,0,0.0)40%, rgba(0,0,0,0.0)76%, rgba(0,0,0,0.25)); */
    --searchword: #ffffff;
    --input: #ffffff;
}
:focus-visible{
    outline: 4px solid rgba(0,125,250,0.6);
    outline-offset: 1px;
}
#msgBoxCover{
    position: fixed;
	z-index: 88888;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    visibility: hidden;
    transition: all 0.2s;
}
#msgBoxCover.open{
    background-color: #000000a4;
    visibility: visible;
}
#msgBoxCover[smallMsg=true]{
    background-color: #000000a4;
    visibility: visible;
    z-index: 999998;
}
input,button{
    outline: none;
    border: none;
    font-size: 16px;
    padding: 8px;
    margin: 0;
    background: var(--hovercolor);
    color: var(--input);
    border-radius: 5px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
button{ 
    transition: transform 0.1s, opacity 0.1s;
}
button:hover{
    transform: scale(0.99);
    opacity: 0.6;
}
button:active{
    transform: scale(0.97);
}
input[readonly]{
    background: none;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
#bodybg{
	position: fixed;
	z-index: -666;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-image: url(https://websiteres.nmteam.xyz/background/street/time.php);
	background-position: center;
    background-size: 100%;
	background-size: cover;
}
.logBox{
    position: fixed;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: block;
    width: 30%;
    min-width: 300px;
    max-height: 80%;
    padding: 20px 20px;
    transform: translate(0, -50%);
    background: var(--cardjianbiancolor);
    backdrop-filter: var(--cardjianbianword);
    -webkit-backdrop-filter: var(--cardjianbianword);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 6px;
    transition: all 0.6s;
}
.logBox.full{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    min-width: auto;
    max-width: 460px;
}
.logBox h1{
    font-size: 22px;
    font-weight: bold;
    padding: 2px 0 10px 0;
}
.logBox h2{
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0 10px 0;
}
.logBox h1 img{
    width: 27px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
label{
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin: 5px 0;
}
label t{
    display: inline-block;
    min-width: 4em;
    padding-right: 0.5em;
}
label input{
    flex: 1;
}
.logBox but{
    display: block;
    margin: 8px 0;
    min-height: 21px;
}
.logBox but label{
    display: inline;
}
.logBox but button{
    float: right;
    padding: 8px 10px;
}
#useCurrentToLogBox{
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 0.3s, margin-top 0.3s;
}
#useCurrentToLogBox.open{
    max-height: 100vh;
    display: block;
    margin-top: 20px;
}
.logBox p{
    font-size: 14px;
    font-weight: 400;
    margin: 17px 0 6px 0;
    line-height: 1.6;
}
.logBox a{
    color: var(--linkcolor);
    text-decoration: none;
}
recap{
    position: relative;
    transform: translate(-50%, 0%);
    left: calc(50% - 152px);
}
but label{
    position: relative;
    padding-left: 1.28em;
}
but label input[type="checkbox"]{
    display: none;
}
but label input[type="checkbox"]+i{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/src/img/checkbox.svg);
    background-position: 0,0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
but label input[type="checkbox"]:checked+i{
    background-image: url(/src/img/checkbox_cked.svg);
}
.infoDiv{
    max-height: 0;
    overflow: hidden;
    line-height: 1.6;
}
.infoDiv:not([open=true]){
    display: none;
}
.infoDiv[open=true]{
    max-height: 100%;
    padding-top: 5px;
    overflow-y: auto;
    overflow: visible;
}
#userHead{
    position: relative;
    height: 70px;
    padding: 10px 70px 10px 60px;
}
#userHead i{
    position: absolute;
    top: 11px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: url(/src/img/loading.gif);
    background-position: 0px,0px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
#userHead p{
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    margin-bottom: -2px;
}
#userHead #nick{
    font-size: 22px;
    font-weight: bold;
}
#userHead button{
    position: absolute;
    right: 0;
    top: 23px;
}
h2 button{
    float: right;
    position: relative;
    top: -6px;
}
.full table{
    border: none;
    width: 100%;
}
.full table td.left{
    width: 5.5em;
}
.full table td.right input{
    display: block;
    width: calc(100% - 20px);
}
#avatarURL{
    display: block;
    width: calc(100% - 16px);
    margin: 8px 0 3px 0;
}
table{
    margin-bottom: 6px;
}
#cr{
    position: fixed;
    display: block;
    bottom: 7px;
    left: 10px;
    z-index: -2;
    font-size: 12px;
    color: var(--buttongrey);
    line-height: 1.8;
}
#avatar_imageInput{
    display: block;
    width: calc(100% - 16px);
    margin: 6px 0 8px 0;
}
#cropperImg{
    width: 100px;
    height: 26vh;
}
.cropper-container{
    margin: 10px 0;
}
.cropper-view-box{
    outline: 3px dashed #fff!important;
}
@media (max-width: 650px) {
    .logBox:not(full){
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        min-width: auto;
    }
}
::-webkit-scrollbar {
    width: 7px; 
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--scroller-grey);
}
::-webkit-scrollbar-track{
    border-radius: 10px;
    width: 0;
    opacity: 0;
}
.msgBox{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99888;
    margin: 0px auto;
    padding: 25px 28px;
    width: 80%;
    max-width: 600px;
    height: 80%;
    border-radius: 5px;
    background-color: var(--cardjianbiancolor);
    backdrop-filter: var(--cardjianbianword);
    -webkit-backdrop-filter: var(--cardjianbianword);
    line-height: 2;
    overflow: auto;
    transform: translate(-50%,-50%)scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.msgBox[open=true]{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}
.msgBox h1{
    font-weight: bold;
    font-size: 24px;
    color: var(--menu-text);
    overflow: hidden;
}
.msgBox .main{
    position: absolute;
    top: 66px;
    bottom: 60px;
    left: 30px;
    right: 30px;
    color: var(--input);
    overflow: auto;
}
.msgBox input{
    outline: none;
    border: none;
    font-size: 17px;
    padding: 10px;
    margin: 3px 0;
    background: var(--hovercolor);
    border-radius: 5px;
    width: calc(100% - 40px);
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.msgBox .buttonCon{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    height: 30px;
}
.msgBox button{
    border: none;
    font-size: 17px;
    padding: 10px;
    margin: 3px 0;
    background: var(--hovercolor);
    border-radius: 5px;
}
.smallMsg{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999;
    width: 60%;
    max-width: 400px;
    height: auto;
    color: var(--cardtext);
    padding: 20px 20px 14px 20px;
    max-height: 70%;
    text-align: center;
}
#activationSvgs svg{
    width: 50px;
    height: 50px;
    display: none;
}
#activationSvgs svg.show{
    display: block;
}
#loadingSvg{
    animation: run cubic-bezier(0.5, 0.5, 0.5, 0.5) 5s infinite;
}
@keyframes run{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}