* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

:root {
    --white: #fff;
    --black: #000;
    user-select: none;
}

[v-cloak] {
    display: none;
}


a {
    text-decoration: none;
    color: #fff;
}


body {
    color: #fff;
    background: #000;
    font-family: "Microsoft YaHei";

}

header {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

header .left, header .right, header .right .icons {
    display: flex;
    align-items: center;
}

header .left {
    padding-left: 30px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1;
}


header .logo {
    width: 184px;
    display: flex;
    flex-shrink: 0;
}

header .logo i {
    padding-bottom: 43.381180223285%;
    position: relative;
    width: 100%;
}

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

header #menu {
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 100%;
}

header #menu li {
    padding: 0 30px;
    height: 100%;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header #menu li a {
    font-size: 18px;
    font-weight: bold;
}

header #menu li.active {
    background: #C2A584;
}

header .right {
    flex-shrink: 0;
}

header .right .icons {
    padding-right: 15px;
    gap: 10px;
}

header .right .icons li {
    width: 6vw;
    max-width: 45px;
    display: flex;
}

header .right .icons li a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

header .right .icons li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}


header .right .join {
    width: 252px;
    display: flex;
}

header .right .join i {
    width: 100%;
    padding-bottom: 31.746031746032%;
    position: relative;
    background: url(img/join-btn.jpg) no-repeat center;
    background-size: cover;
}


.moveDown {
    position: fixed;
    left: 50%;
    bottom: 30px;
    animation: flash 2.2s infinite;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
}

.moveDown img {
    padding-right: 5px;
}

.moveDown.fadeIn {
    animation: flash 2.2s infinite, fadeIn .5s both;
}

.moveDown.fadeOut {
    animation: flash 2.2s infinite, fadeOut .5s both;
}


@keyframes fadeIn {

    0% {
        opacity: 0;
        display: none;
    }
    100% {
        opacity: 1;
    }

}

@keyframes fadeOut {

    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }

}

@keyframes flash {

    25% {
        transform: translateY(-30%) translateX(-50%);
    }
    50% {
        filter: brightness(100%);
        transform: translateY(0%) translateX(-50%);
    }
    75% {
        transform: translateY(30%) translateX(-50%);
    }


}

.section {
    background-size: cover;
    background-position: center;
    position: relative;
}


.section:before {
    position: absolute;
    content: '';
    background: radial-gradient(circle closest-corner, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, 1));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section1 {
    background-image: url("img/bg1.jpg");
}

.section1 .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.section1 .container .logo {
    width: 80%;
    max-width: 435px;
    display: flex;
    position: relative;
}

.section1 .container .logo i {
    padding-bottom: 43.381180223285%;
    position: relative;
    width: 100%;
}

.section1 .container .logo i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.section1 .container .slog {
    width: 100%;
    max-width: 1024px;
    display: flex;
}

.section1 .container .slog img {
    width: 100%;
}

.section1 .vplay {
    cursor: pointer;
    position: absolute;
    width: 20%;
    display: flex;
    right: 0;
    top: 0;
    transform: translate(50%,0%);
}
.section1 .vplay img{
    width: 100%;
}


.section1 .others {
    width: 96%;
    max-width: 610px;
}

.section1 .othersN {
    width: 100%;
    padding-bottom: 47.704918032787%;
    background-image: url("img/s1_kbg.png");
    background-size: cover;
    position: relative;
}
.section1 .othersI {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;gap: 1ch;
}
.section1 .othersI .time{
    font-weight: bold;
    font-size: clamp(18px, 2.9508196721vw, 30px);
    padding: 0 15px;
    text-align: center;
}
.section1 .othersI .title{
    max-width: 362px;
    width: 50%;
    display: flex;
}
.section1 .othersI .title img{
    width: 100%;
}


.section1 .others .btns {
    display: flex;
    gap: 20px;
    width: 80%;
    align-items: center;
    justify-content: center;
}


.section1 .others .btns a {
    width: 45%;
    max-width: 209px;
    display: flex;
}

.section1 .others .btns a i {
    width: 100%;
    padding-bottom: 33.971291866029%;
    position: relative;
}

.section1 .others .btns a i img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section2 {
    background-image: url("img/bg2.jpg");
}

.section2 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap:2vw;
}
.section2 .container .title,.section3 .container .title{
    width: 90%;
    max-width: 485px;
}
.section2 .container .title img,.section3 .container .title img{
    width: 100%;
}
.section2 .container .title {
    padding-top: 3vw;
}

.section2 .container .tab {
    width: 80%;
    gap:1vw;
    display: flex;
    flex-wrap: wrap;
}
.section2 .container .tab li{
    width:calc(20% - .8vw);
    max-width: 267px;
    display: flex;
    cursor: pointer;
    position: relative;
}
.section2 .container .tab li.cur:before{
    content: '';
    position: absolute;
    background-image: url("img/s2_cur.png");
    width: 90.2621722846%;
    height: 136.9565217391%;
    background-size: cover;
    left: -2%;
    top: -27%;
    /*background-position: center;*/
    background-repeat: no-repeat;
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/

}


.section2 .container .tab li i{
    width: 100%;
    padding-bottom: 34.456928838951%;background-size: cover;
}
.section2 .container .tab li:nth-child(1) i{
    background-image: url("img/s2_tab1.png");
}
.section2 .container .tab li:nth-child(1).cur i{
    background-image: url("img/s2_tab1_cur.png");
}

.section2 .container .tab li:nth-child(2) i{
    background-image: url("img/s2_tab2.png");
}
.section2 .container .tab li:nth-child(2).cur i{
    background-image: url("img/s2_tab2_cur.png");
}
.section2 .container .tab li:nth-child(3) i{
    background-image: url("img/s2_tab3.png");
}
.section2 .container .tab li:nth-child(3).cur i{
    background-image: url("img/s2_tab3_cur.png");
}
.section2 .container .tab li:nth-child(4) i{
    background-image: url("img/s2_tab4.png");
}
.section2 .container .tab li:nth-child(4).cur i{
    background-image: url("img/s2_tab4_cur.png");
}
.section2 .container .tab li:nth-child(5) i{
    background-image: url("img/s2_tab5.png");
}
.section2 .container .tab li:nth-child(5).cur i{
    background-image: url("img/s2_tab5_cur.png");
}
.section2 .container .con{
    width: 94%;
    max-width: 940px;

}

.section2 .container .conKid{
    min-height: 460px;
    padding: clamp(15px,6.382978723404vw,60px);
    border-radius: clamp(8px,2.127659574468vw,20px);
    background: rgba(48, 43, 58, 0.9);
    color: #fff;
    line-height: 1.8;
    font-size: clamp(12px,1.702127659574vw,16px);
    border: clamp(1px,0.425531914894vw,4px) solid #7f4d1e;
    box-shadow: 0 0 0 4px #160e0b, 0 0 13px 3px #ecb9ff;
}
.section2 .container .conKid .subtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.section2 .container .conKid .subtitle img{
    max-width: 600px;
    width: 100%;
}





.section3 {
    background-image: url("img/bg3.jpg");
}
.section3 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap:5vw;
}
.section3 .container .con {
    background: rgba(29, 21, 53, 0.6);
    backdrop-filter: blur(10px);
    border: clamp(1px,0.408163265306vw,3px) solid #f083fa;
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.5);
    padding: clamp(15px,6.8027210884vw,50px);
    border-radius: clamp(3px,1.360544217687vw,10px);
    font-size: clamp(12px,2.176870748299vw,16px);
    width: 90%;
    max-width: 735px;
    color: #d8cde1;
    line-height: 1.8;
}





.fp-tooltip {
    color: #000;
    position: inherit;
    display: none;
}

#fp-nav {
    display: none
}

#fp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#fp-nav li {
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    position: inherit;
    gap: 8px;
}

#fp-nav li a {
    display: flex;
    position: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
}

#fp-nav span {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: inherit;
}

#fp-nav li .active span {
    background: var(--blue);
    border-color: var(--blue);
}


.mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
}



.videoplay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
}
.videoplay .kuang {
    width: 1000px;
    position: relative;
    border: solid 2px #ffe0ae;
    background: #000;
}
.videoplay .closewin {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: -68px;
    top: -12px;
    transform: rotate(45deg);
    transition: all .4s;
    z-index: 2;
}

.videoplay .closewin span {
    display: block;
    background: #fff;
    position: absolute;
}

.videoplay .closewin span:nth-child(1) {
    height: 2px;
    width: 100%;
    top: 50%;
    margin-left: -50%;
    left: 50%;
    margin-top: -1px;
}

.videoplay .closewin span:nth-child(2) {
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    margin-top: -50%;
    top: 50%;
}

.videoplay .closewin:hover {
    transform: rotate(135deg);
}

.videoplay .kuang .video {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
}
.videoplay .kuang .video video{
    width: 100%;
    height: 100%;
    position: absolute;
}


.flashText {
    animation: color .4s infinite;
}

@keyframes color {
    0% {
        color: #fff
    }
    50% {
        color: #ffcc00
    }
    100% {
        color: #f00
    }

}
