* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

body {
    /* background-color: rgb(119, 147, 224); */
    font: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.ad {
    width: 90%;
    height: auto;
    margin: 15px auto;
    /* border: 1px solid #fff; */

}

.gptslot {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
}

.ad-label {
    color: rgb(167, 167, 167);
    width: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

header {
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 15px rgba(11, 17, 31, .08);
}

.header-box {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.fav {
    width: 160px;
    height: 60px;
    margin-left: 10px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rootbg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-menu {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    color: #fff;
    font-weight: 600;

}

.play-online,
.bepic {
    position: relative;
}

.header-list,
.bepic-list {
    position: absolute;
    top: 40px;
    left: 0;
    height: auto;
    width: 200%;
    background-color: #fff;
    z-index: 100;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px;
    border-radius: 10px;
}

.bepic-list {
    width: auto;
}

.home:hover,
.play-online:hover,
.played-games:hover,
.bepic:hover {
    color: rgb(13, 112, 190);
    cursor: pointer;
}

.play-item,
.aside-bepic-list a {
    width: 50%;
    height: 50px;
    line-height: 30px;
    color: rgb(167, 169, 174);
    font-weight: normal;
    font-size: .8rem;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.play-item:hover {
    color: rgb(11, 17, 31);
}

.bepic-list .objprivacy,
.bepic-list .objterms,
.bepic-list .awebsite {
    width: 100%;
    height: 50px;
    line-height: 30px;
    color: rgb(167, 169, 174);
    font-weight: normal;
    font-size: .8rem;
    padding: 10px;
    cursor: pointer;
}

.objprivacy:hover,
.objterms:hover,
.awebsite:hover {
    color: rgb(11, 17, 31);
}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 25%;
    /* justify-content: space-around; */
    /* width: 100%; */
    height: 40px;
    padding: 5px;
    background-color: #fff;
    /* background-color: red; */
    border-radius: 15px;
}

.search-btn {
    background-color: rgba(255, 255, 255, 0);
    margin-right: 10px;
    width: 20px;
    aspect-ratio: 1;
    background-image: url(../../images/search-black.305f356.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.myInput {
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 85%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    /* color: #6a6f77; */
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;

}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    /* transform: translateX(-50%); */
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.7889495.png);
    background-position: center;
    background-size: 100%;
}

aside {
    width: 80%;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 200;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
}

.close {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.close-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/close.007b66b.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.aside-home,
.aside-play-online,
.aside-played-games,
.aside-bepic {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #0b111f;
    cursor: pointer;
}

.aside-list,
.aside-bepic-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.awebsite {
    cursor: pointer;
}

.bottom {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 0 30px;
    background-color: #fff;
}

.bottom a {

    text-decoration: none;
    margin: 5px 0;
}

.bottom a:hover {
    cursor: pointer;
}

.bottom .btxt {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;

}

.bottom .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;

}

.bottom .left-box {
    width: 50%;
    color: rgb(136, 132, 139);
    font-size: 14px;
    line-height: 24px;
}

.bottomfav {
    width: 30%;
    margin: 0 45% 0 0%;
    height: 70px;
}

.bottom .right-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.left-box .pre {
    width: 80%;
}

.latest-game {
    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;
    text-align: center;
}

.latest-title,
.btxt-title {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    color: rgb(115, 120, 133);
    text-align: center;
}

.latest-item {
    height: 40px;
    line-height: 40px;
    font-size: .9rem;

}

.latest-item:hover {
    color: rgb(0, 145, 209);
    cursor: pointer;
}

@media screen and (max-width:1200px) {

    .main {
        width: 100%;
    }

    .bottom {
        width: 100%;
    }

    .bottom .text-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .bottom .left-box,
    .bottom .right-box {
        width: 100%;
    }

    .bottom .pre {
        margin: 0 auto 10px;
    }

    header,
    .header-box,
    .main {
        width: 100%;
    }

    .header-box .header-menu {
        display: none;
    }

    .search-box {
        width: 60%;
    }

    .fav {
        width: 20%;
    }

    .bottomfav {
        margin: 0 35%;
        height: 60px;
    }

    .aside-menu {
        display: block;
    }



}
body {
    min-height: 100vh;
}

.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: 29%;
    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/皇冠.418cba6.png);
}

.right-icon {
    width: 60px;
    background-image: url(../../images/海浪.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-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;
    }

}
