.main {
    width: 1200px;
    margin: 50px auto;
    color: #fff;
}

.index-title {
    text-align: center;
    font-size: 3.125rem;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    text-shadow: 0 0 1px #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    will-change: transform;
    -webkit-transform: perspective(5000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
            transform: perspective(5000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}

.section-intro {
    text-align: center;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.allgame {
    width: 100%;
    margin: 50px 0;
}

.explore {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: rgb(62, 99, 189);
}

.explore:hover {
    color: rgb(115, 120, 133);
    cursor: pointer;
}

.game-main-list,
.game-new-list,
.game-recommend-list,
.game-exclusive-list {
    width: 100%;
    padding: 10px;
    margin: 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.game-main-item,
.game-new-item,
.game-recommend-item,
.game-exclusive-item {
    width: 9.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 5px 0;
}

.game-img {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.game-name {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: .9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.game-main-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.game-exclusive-list {
    margin-top: 10px;
}

.game-exclusive-item {
    width: 26%;
    margin: 40px 0 40px;
    border-radius: 10px;
    position: relative;
}

.game-exclusive-item .game-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0;
}

.game-exclusive-item .game-img-icon {
    width: 30%;
    aspect-ratio: 1;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 5px 40px rgba(17, 114, 255, .7);
    bottom: -10%;
    right: 10%;
}

.game-img-icon:hover {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateX(-25px) scale(0.95);
            transform: translateX(-25px) scale(0.95);
    cursor: pointer;
}

.game-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
}

.left-icon,
.right-icon {
    width: 40px;
    height: 60px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.left-icon {
    background-image: url(../../images/crown.418cba6.png);
}

.right-icon {
    width: 60px;
    background-image: url(../../images/wave.62423ce.png);
}

.game-new-title,
.game-recommend-title {
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.game-new-title-back {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
    left: 0;
    opacity: .4;
    font-size: 2rem;
    font-weight: 600;
}

.game-new-title:hover,
.game-recommend-title:hover {
    opacity: .4;
    cursor: pointer;
}

.catalog,
.more {
    width: 100%;
    margin: 50px 0;
}

.catalog-button,
.more-button {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    background-color: #fff;
    color: black;
    font-size: 1.2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(100%, #cbe0ff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #cbe0ff 100%, #fff);
    background-image: linear-gradient(180deg, #fff, #cbe0ff 100%, #fff);
    box-shadow: 0 5px 40px rgba(17, 114, 255, .8);
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.57, 0.36, 0.8);
            transition-timing-function: cubic-bezier(0.2, 0.57, 0.36, 0.8);
    -webkit-transition: all .3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all .3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.catalog-button:hover,
.more-button:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0, #cbe0ff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #cbe0ff 0, #fff);
    background-image: linear-gradient(180deg, #fff, #cbe0ff 0, #fff);
    color: rgb(128, 134, 147);
}

.exclusive {
    margin-top: 30px;

}

.exclusive-title {
    width: 65%;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    background-image: url(../../images/lines.0febfbf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}

@media screen and (max-width:1200px) {
    .section-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .main {
        width: 100%;
    }

    .main .index-title {
        font-size: 2rem;
    }

    .explore {
        width: 70%;
        background-color: rgba(255, 255, 255, .1);
    }

    .game-new-list,
    .game-recommend-list {
        margin: 0 auto 50px;
    }

    .game-exclusive-list {
        margin: 0 auto;
    }

    .game-main-item,
    .game-new-item,
    .game-recommend-item {
        width: 24%;

    }

    .game-main-item:nth-child(n+17) {
        display: none;
    }

    .game-name,
    .game-exclusive-item .game-name {
        font-size: .9rem;
    }

    .game-exclusive-item {
        width: 30%;
        margin: 10px 0;
    }

    .catalog-button,
    .more-button {
        width: 70%;
    }

    .exclusive-title {
        height: 80px;
        line-height: 80px;
        font-size: 2rem;
        width: 100%;
    }

    .exclusive .section-intro {
        display: none;
    }

    .game-new-title,
    .game-recommend-title,
    .game-new-title-back {
        font-size: 1.2rem;
    }

}
