@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

* {
    /* color: #edf0f3; */
    text-decoration: none;
    margin: 0;
}

body {
    /* background-color: #ce3635; */
    /* background-color: #11191f; */
    /* background-color: #131853; */
    /* background-color: #112378; */
    /* background-color: #10203f; */
    /* background-image: linear-gradient(to top, #13274b 0%, #10203f 50%, #1c396b 100%); */
    text-align: center;
    margin: 0;
    padding: 0;
    /* background-color: #1b2832; */
}


.logo {
    position: absolute;
    left: 50vw;
    right: 0;
    top: 60vh;
    margin: 0;
    /* letter-spacing: 1vw; */
    /* text-shadow: 0 0 1px rgba(202, 228, 225, 0.92), */
    /* 0 0 5px rgba(250, 239, 92, 0.92); */
    opacity: 1;
    font-family: 'Noto Serif SC', 'Noto Color Emoji', serif;
    z-index: 999;
    animation: up ease-in-out 0.75s;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 9px;
    text-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.10);
}

.gradient-1 {
    background-image: linear-gradient(30deg, #415462, #C78EA8);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.gradient-2 {
    background-image: linear-gradient(30deg, #fdc830, #f37335);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.gradient-3 {
    background-image: linear-gradient(30deg, #003d4d, #00c996);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.gradient-quzhou {
    background-image: linear-gradient(60deg, #00f260, #0575e6);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.gradient-nchu {
    background-image: linear-gradient(30deg, #e53935, #c13432);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

#nchu {
    height: 18px;
    display: inline-block;
    content: url(../image/nchu.png);
}


.fade-in {
    animation: fade-in .7s ease, slide-in .7s ease;
}

@keyframes fade-in {
    from {
        opacity: 0
    }
}

@keyframes slide-in {
    from {
        transform: translateY(10px)
    }
}


@media (max-width: 600px) {
    .logo {
        top: 58vh;
        left: 30vw;
    }

    .logo-text {
        font-size: 28px;
    }
}

@media (min-width: 1000px) {
    .logo {
        top: 61.8vh;
    }

    .logo-text {
        font-size: 35px;
    }
}

.welcome_text {
    font-size: 24px;
    margin-top: 16px;
}

.section-container {
    height: 100vh;
    overflow-y: scroll;
    /* 在父容器上面使用 scroll-snap-type 属性 */
    scroll-snap-type: y mandatory;
}

section {
    height: 100vh;
    /* 在需要滚动的容器上使用 scroll-snap-align 属性 */
    scroll-snap-align: start;
    position: relative;
}

.star-container {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}

.text {
    position: absolute;
    font-size: 20px;
    /* color: #edf0f3; */
    text-shadow: 0 0 1px rgba(202, 228, 225, 0.92),
        0 0 9px rgba(255, 240, 26, 0.92);
    width: auto;
    font-family: 'Noto Serif SC', 'Noto Color Emoji', serif;
    font-weight: 700;
    border-radius: 20px;
    left: 0;
    margin: 7px 10px;
    padding: 6px 10px;
    text-align: center;
    opacity: 0;
    white-space: nowrap;
}

@keyframes move {
    from {
        opacity: 1;
        transform: translateX(100vw) translateY(-80vh) rotate(-10deg);
    }

    to {
        opacity: 1;
        transform: translateX(calc(-100% - 2px)) rotate(-40deg);
    }
}

@keyframes up {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
    }
}

.menu-box {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    z-index: 999;
    position: relative;
}

.menu {
    padding: 10px 8.5px;
    display: flex;
    align-items: center;
}

a {
    position: relative;
    transition: ease 0.5s;
}

a:hover {
    cursor: pointer;
}

a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    inset: 0 0 0 0;
    transition: transform 0.3s ease;
    background-color: rgba(255, 255, 0, 0.603);
    border-radius: 5px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
}

a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-text {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Noto Serif SC', serif;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    font-family: 'Noto Serif SC', serif;
}

.footer p {
    margin: 10px;
}

hr {
    /* width: 666px; */
    margin: 24px 20vw;
    opacity: 0.3;
}

#nis::before {
    content: url('https://jgox-image-1316409677.cos.ap-guangzhou.myqcloud.com/blog/beian.png');
    vertical-align: middle;
    display: inline-block;
    line-height: var(--line-height);
    box-sizing: border-box;
}

.img-box {
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
}


.img-box img {
    border-radius: 999px;
    box-shadow: rgba(231, 231, 221, 0.884) 0px 13px 27px -5px, rgba(243, 238, 161, 0.932) 0px 8px 16px -8px;
}


.img-2 {
    transform: rotateY(180deg);
}

.type-effect {
    font-weight: 500;
    line-height: 29px;
    font-size: 17px;
    text-align: center;
    font-family: 'Noto Serif SC', 'Noto Color Emoji', serif;
}
