.container {
    margin-top: 107px;
    width: 1920px;
    height: 3246px;
    position: relative;
    background: url('../assets/image/img-1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;

}

.container .container-logo {
    position: absolute;
    top: 38px;
    left: 50px;
    width: 374px;
    height: 129px;

    img {
        width: 100%;
    }
}

.container-logo {
    position: absolute;
    top: 38px;
    left: 50px;
    width: 374px;
    height: 129px;

    img {
        width: 100%;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 1920px;
    height: 107px;
    font-size: 17px;
    color: white;
    background: #60b3f1;
}

.header-nav {
    position: absolute;
    top: 32px;
    right: 93px;
    width: 528px;
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.header-introduce {
    width: 248px;
    height: 38px;
    background: url('../assets/image/img-11.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-home,
.header-introduce,
.header-feature {
    cursor: pointer;
}

.game-introduce {
    position: absolute;
    top: 1023px;
    left: 50%;
    transform: translateX(-50%);
    width: 1651px;
    height: 851px;
    background: url('../assets/image/img-22.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.game-introduce-content {
    width: 1003px;
    height: 539px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    p {
        font-size: 36px;
        color: #204762;
        line-height: 60px;
        text-align: center;
    }
}

.game-introduce-content p {
    font-size: 36px;
    color: #204762;
    line-height: 60px;
    text-align: center;
}

.game-feature {
    width: 1651px;
    height: 912px;
    position: absolute;
    top: 1974px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../assets/image/img-23.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: visible;
}

.game-feature-content {
    width: 1400px;
    height: 780px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.game-feature-content .swiper {
    margin-top: 50px;
    width: 100%;
    height: 696px;
    position: relative;
    overflow: visible;
}

.game-feature-content .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.game-feature-content .swiper-slide {
    width: 416px !important;
    height: 696px !important;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
}

.game-feature-content .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-feature-content .swiper-button-next,
.game-feature-content .swiper-button-prev {
    width: 125px;
    height: 109px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.game-feature-content .swiper-button-next:after,
.game-feature-content .swiper-button-prev:after {
    display: none;
}

.game-feature-content .swiper-button-prev {
    background-image: url('../assets/image/img-13.png');
    left: 190px;
}

.game-feature-content .swiper-button-next {
    background-image: url('../assets/image/img-12.png');
    right: 190px;
}

.game-feature-content .swiper-pagination {
    bottom: -10px !important;
    position: relative;
}

.game-feature-content .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-image: url('../assets/image/img-18.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
}

.game-feature-content .swiper-pagination-bullet-active {
    background-image: url('../assets/image/img-17.png');
    background-color: transparent;
    opacity: 1;
}

.footer {
    width: 1920px;
    height: 250px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.footer-content p {
    margin: 8px 0;
    max-width: 1200px;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer-content a:hover {
    color: #60b3f1;
    text-decoration: underline;
}