* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, input, button, span, a, img, ul, ol, li, dl, dt, dd, p, b, i, h1, h2, h3, h4, h5, h6, hr {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.container {
    margin: 0 auto;
    background-image: url("../imgs/index-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 5139px;
    width: 100%;
}

.top {
    background-image: url("../imgs/top-bg.png");
    background-repeat: no-repeat;
    position: fixed;
    height: 100px;
    width: 1920px;
    top: 0;
    z-index: 20;
}

.top-list-01, .top-list-02, .top-list-03, .top-list-04 {
    position: absolute;
    width: 1200px;
    height: 90px;
    left: 30%;
    top: 12%;

}

.top-list-01 img, .top-list-02 img, .top-list-03 img, .top-list-04 img {
    height: 70px;
    width: auto;
}

.top-list-01 {
    opacity: 1;
}

.top-list-02, .top-list-03, .top-list-04 {
    opacity: 0;
}

.age {
    height: 200px;
    width: 1600px;
    margin: 100px auto;
}

.age img {
    margin-top: 30px;
}

.age-reminder-container, .gift-popup {
    width: 1700px;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: none;
    z-index: 10;
}

.chacha, .chacha1 {
    position: absolute;
    right: 90px;
    top: 30px;
}

.chacha:hover, .chacha1:hover {
    transform: scale(1.2);
}

.download {
    background-image: url("../imgs/download-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    height: 234px;
    width: 1100px;
    top: 11.3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.download-middle {
    height: 160px;
    width: 230px;
    margin-left: 435px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.download-right {
    display: flex;
    height: 184px;
    width: 350px;
    margin-top: 15px;
    margin-left: 15px;
    gap: 8px;
}

.gift-popup {
    background-image: url("../imgs/git-popup-bg.png");
    height: 798px;
}

.gift-popup-list {
    height: 405px;
    width: 220px;
    position: absolute;
    right: 200px;
    top: 208px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.skin-container, .news-container, .features-container, .contact-container {
    position: relative;
    height: 900px;
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
}

.skin-container .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1900px;
    height: 150px;
}

.skin-container .title img {
    margin-top: 210px;
}

.news-container .title {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1900px;
    height: 150px;
}

.news-container .title img {
    position: absolute;
    top: 35%;
}

.features-container .title {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1900px;
    height: 150px;
}

.features-container .title img {
    position: absolute;
    top: 35%;
}

.contact-container .title {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1900px;
    height: 150px;
}

.contact-container .title img {
    position: absolute;
    top: 35%;
}

.latest-news, .super-strategy, .wonderful-activities {
    position: absolute;
    top: 25%;
    background-size: contain;
    height: 700px;
    width: 1400px;
    background-repeat: no-repeat;
    background-position: top center;
}

.latest-news {
    background-image: url("../imgs/new-bg-01.png");
    display: block;
}

.super-strategy {
    background-image: url("../imgs/new-bg-02.png");
    display: none;
}

.wonderful-activities {
    background-image: url("../imgs/new-bg-03.png");
    display: none;
}

.news-list {
    position: absolute;
    top: 28%;
    left: 38%;
    height: 400px;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.news-list a {
    color: #dcb484;
    font-size: 25px;
    text-overflow: ellipsis;

}

.skin-container {
    margin-top: 700px;
    /*background-color: #1e347b;*/
}

.fashion, .plant, .fashion-boy, .fashion-girl {
    /*background-color: #1b1b1b;*/
    position: absolute;
    height: 800px;
    width: 1900px;
    transition: opacity 0.8s ease-in-out;
}

.plant, .fashion-girl {
    opacity: 0;
}

.fashion-boy-list img, .fashion-girl-list img, .plant-list img {
    top: 17%;
    left: 15%;
    width: 68%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.fashion-boy-list .active, .fashion-girl-list .active, .plant-list .active {
    opacity: 1;
}

.news-container, .features-container {
    margin-top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container {

    margin-top: 220px;
    height: 840px;
    display: flex;
    flex-direction: column;
}

.fashion-plant {
    top: 3%;
    left: 13%;
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: 4;
}

.boy-girl {
    position: absolute;
    height: 220px;
    width: 120px;
    top: 33%;
    left: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 4;
}

.fashion-select, .plant-select {
    position: absolute;
    height: 520px;
    width: 250px;
    top: 24%;
    left: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.fashion-select img, .plant-select img {
    width: 33%;
}

.fashion-select .active, .plant-select .active {
    width: 36%;
}

.fashion-plant-plant {
    position: absolute;
    top: 20%;
    left: 50%;
}

.fashion-plant-fashion {
    position: absolute;
    top: 52%;
    left: 12%;
}

.boy01, .girl01, .plant01 {
    position: absolute;
    top: 10%;
    left: 25%;
}

.boy02, .girl02, .plant02 {
    position: absolute;
    top: 33%;
    left: 29%;
}

.boy03, .girl03, .plant03 {
    position: absolute;
    top: 55%;
    left: 23%;
}

.boy04, .girl04, .plant04 {
    position: absolute;
    top: 73%;
    left: -5%;
}


.new-title-list {
    position: absolute;
    height: 120px;
    width: 890px;
    top: 8%;
    left: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    gap: 10px;
}

.new-title-list img {
    width: 27%;
}

.game-features-swiper {
    height: 900px;
    width: 1000px;
    overflow: hidden;
}

.game-features-left, .game-features-right {
    height: 900px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    margin-left: 80px;
}

.game-features-right {
    width: 300px;
}

.swiper-slide img {
    z-index: 0;
    transform: scale(0.1);
    margin-top: 320px;
    width: 80%;
    height: auto;
    transition: transform 0.5s ease;
}

.swiper-slide-active img {
    transform: scale(1.3);
    z-index: 100;
}

.swiper-slide-prev img {
    transform: scale(1.1) rotate(-3deg);
}

.swiper-slide-next img {
    transform: scale(1.1) rotate(3deg);
}

.contact-top {
    margin-left: 50px;
    margin-top: 200px;
    width: 1800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}

.contact-top img {
    width: 12%;
}

.contact-b {
    width: 1800px;
    position: relative;
    margin-top: -55px;

}

.contact-b img {
    width: 10%;
}

.contact-b-01 {
    position: absolute;
    left: 18%;
}

.contact-b-02 {
    position: absolute;
    left: 33%;
}

.contact-b-03 {
    position: absolute;
    left: 48%;
}

.contact-b-04 {
    position: absolute;
    left: 62.5%;
}

.contact-b-05 {
    position: absolute;
    left: 77.5%;
}

.qualifications {
    display: flex;
    position: absolute;
    right: 25%;
    top: 97%;
    gap: 8px;
}

.qualifications a {
    margin-top: 1px;
}

.hidden {
    display: none;
}

.gift-popup .text {
    background-color: #4f4d4d;
    height: 45px;
    width: 350px;
    position: absolute;
    top: 48%;
    left: 40%;
    border: none;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    padding-top: 5px;
}
