body,
html {
    background-color: #fdfdfd;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    vertical-align: top;
    transition: all .2s linear;
    user-select: none;
    margin: 0;
    padding: 0;
}

/* *:not(i) {
	font-family: "HarmonyOS_Sans_SC_Medium";
	font-style: unset;
} */

header.bar {
    text-align: center;
    z-index: 100;
    height: 4.8rem;
    width: 100%;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: saturate(180%) blur(25px);
    -webkit-backdrop-filter: saturate(180%) blur(25px);
    line-height: 3.6rem;
    /* padding: 0 4rem 0 4rem; */
    position: fixed;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

header.bar>* {
    text-align: center;
    display: inline-block;
}

header.bar>div.menu>a {
    margin: 1.5rem;
    font-size: 18px;
}

header.bar>div.menu {
    justify-content: center;
    width: 100%;
    transform: translateY(.6rem);
    text-align: center;
}

.small.logo {
    cursor: pointer;
    position: absolute;
    width: 9.6rem;
    /* margin: .3rem .2rem .3rem 2.2rem; */
    left: 2.2rem;
    top: .3rem;
}

.link a {
    color: #777;
    margin: 1rem;
    font-size: 14px;
    justify-content: center;
    width: 100%;
}

.link {
    display: block;
    margin-bottom: 2rem;
}

.sub {
    display: block;
}

.container.content {
    text-align: center;
    padding-top: 8rem;
    /* border: 2px solid #F00; */
    /* debug */
    justify-content: center;
    margin: auto;
    width: 86%;
}

.nectar_image_with_hotspots img {
    max-width: 100%;
}

.main.wrapper {
    background: #FFF;
}

.main.wrapper {
    padding: 1rem 1.6rem 0 1.6rem;
}

.main.wrapper>.info>h2 {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.main.wrapper>.info>span {
    font-size: 1.2rem;
    color: #888;
}

.main.wrapper>.info {
    margin: 1rem 2rem 0.8rem 2rem;
}

.black {
    background: #222;
}

.dragon {
    margin: .4rem;
    display: inline-block;
    background-image: linear-gradient(to right, #ff1053, #3452ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    text-shadow: 0 2px 6px rgba(120, 94, 206, .4);
}

footer {
    justify-content: center;
    margin: auto;
    width: 86%;
    margin-top: 4rem;
}

p.col {
    padding-bottom: 20px;
}

#copyright {
    text-align: center;
    margin-bottom: 1rem;
}

a {
    color: #676767;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

a:hover {
    transition: all ease-in-out .5s;
    color: #0e0e0e;
    cursor: pointer;
}

a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    /* background: #4285f4; */
    background: #0A0A0A;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 1rem;
}

a:hover:before {
    transform: scale(1);
}

footer {
    display: inline-flex;
    margin: 5rem;
    text-align: start;
}

footer .left.container {
    width: 40%;
}

footer .right.container {
    margin-top: .2rem;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: .8;
    flex-grow: 1.2;
}

footer .right.container>.item {
    width: 5rem;
}

footer .right.container>.item:not(:last-of-type) {
    margin: 0 3.6rem 0 0;
}

footer .right.container b {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
}

footer .right.container a,
b {
    display: block;
}

footer .right.container a {
    font-size: 15px;
    margin-bottom: 1.2rem;
}

.jb-pink {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}

.menu>.but {
    background: #000;
    color: #FFF !important;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 5.4rem;
    position: absolute;
    right: 2.2rem;
    top: .55rem;
    cursor: pointer;
    border-radius: 10rem;
    display: inline-block;
    font-size: 18px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
    outline: 0 !important;
}

.jb-green,
.order-type-5 .pay-tag {
    --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}

.jb-blue,
.order-type-7 .pay-tag {
    --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}

.jb-yellow,
.order-type-3 .pay-tag {
    --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}

.jb-pink,
.order-type-2 .pay-tag {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}

.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
    border: none;
}

.b-blue,
.b-blue-2,
.b-cyan,
.b-gray,
.b-green,
.b-purple,
.b-red,
.b-theme,
.b-yellow,
.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
    color: var(--this-color);
    background: var(--this-bg);
    --this-color: #fff;
}

.drop-newadd text,
.horizontal .share-btn text {
    font-size: 12px;
    color: var(--muted-color);
}


@media only screen and (max-width: 720px) {

    .nectar_image_with_hotspots>img {
        border-radius: .6rem !important;
    }

    .nectar_image_with_hotspots .nectar_hotspot {
        margin: 4px;
    }

    header .link,
    .nectar_hotspot_wrap {
        display: none;
    }

    header.bar>div.menu {
        z-index: 1000;
        background: rgba(0, 0, 0, .72);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        box-shadow: none;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }

    header.bar>div.menu>a {
        display: block;
        color: #F4F4F4;
        margin: calc(8vh - 1rem);
    }

    .container.content {
        padding-top: 4rem;
    }

    /* header.bar {
        height: 3.6rem !important;
    } */

    .small.logo {
        margin: 0 auto;
        position: relative;
        left: 0 !important;
    }

    footer>div.container.left {
        width: auto;
    }

    footer>div.container.left>p:first-of-type {
        text-align: center;
    }

    footer>div.container.right {
        display: block;
    }

    footer>div.container.right>.item {
        margin: auto;
        vertical-align: top;
    }

    footer .right.container>.item:not(:last-of-type) {
        margin: auto;
    }

    footer {
        display: block;
        margin: 2.4rem;
        width: calc(100% - 4.8rem);
    }
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (prefers-color-scheme: dark) {

    a:before {
        transition: all ease-in-out .5s;
        background: #4285f4;
        cursor: pointer;
    }

    body,
    html {
        background-color: #111;
        color: #e8e8e8;
    }

    .main.wrapper {
        background: #1a1a1b;
    }

    .small.logo {
        filter: invert(.9) hue-rotate(180deg) saturate(2);
        -webkit-filter: invert(.9) hue-rotate(180deg) saturate(2);
    }

    header.bar {
        background: rgba(14, 14, 14, .9);
    }

    a {
        color: #b8b8b8 !important;
        text-decoration: none;
    }

    .link a {
        color: #a8a8a8 !important;
    }

    a:hover {
        color: #e9e9e9 !important;
        cursor: pointer;
    }

    .menu>.but {
        filter: invert(1);
        -webkit-filter: invert(1);
    }
}

.gradient-color-1 {
    background-image: linear-gradient(to right, #3cff8c, #0c41ed);
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-2 {
    /* background-image: linear-gradient(90deg, #ffb6ff 0%, #8314bf 100%); */
    background-image: linear-gradient(90deg, #ffb6ff 30%, #8314bf 80%);
    /* background-size: 100%; */
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-3 {
    /* background-image: linear-gradient(50deg, #fdbd40, #d1ff55); */
    background-image: linear-gradient(50deg, #fd5d00 0%, #c1ff72 70%);
    text-shadow: 0 0 15px rgba(253, 183, 67, .4);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-4 {
    background-image: linear-gradient(45deg, #17ead9 0%, #6078ea 90%);
    /* text-shadow: 0 0 18px rgba(61, 151, 219, .6); */
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-5 {
    background-image: linear-gradient(75deg, #f02fc2 0%, #6094ea 90%);
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-6 {
    background-clip: text;
    background-image: linear-gradient(180deg, #ffe993, #eb831c);
    /* color: transparent; */
    will-change: transform;
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-color-main {
    /* background-image: linear-gradient(90deg, #ffb6ff 0%, #8314bf 100%); */
    background-image: linear-gradient(0deg, #ffb6ff, #b344ff);
    /* background-size: 100%; */
    -webkit-background-clip: text;
    color: transparent;
}

.nowrap {
    white-space: nowrap;
    display: inline;
    transition: none;
}

body>.document {
    z-index: 120;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, .85);
    backdrop-filter: saturate(180%) blur(32px);
    -webkit-backdrop-filter: saturate(180%) blur(32px);
}

body>.document>.page {
    z-index: 121;
    width: 70%;
    padding: 4rem;
    display: block;
    /* position: absolute; */
    margin: 8vh auto;
    background: rgba(72, 72, 72, .5);
    border-radius: 1.2rem;
}

body>.document>.page>h1 {
    font-size: 2.4rem;
}

body>.document>.page>p {
    font-size: 1.2rem;
    line-height: 2rem;
}

body>.document>a {
    font-size: 2rem;
    position: fixed;
    top: 1.2rem;
    left: 2rem;
}


::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}
