* {
    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;
    background: radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), -webkit-gradient(linear, left top, left bottom, from(#3f007e), color-stop(25vw, #502cba), color-stop(50vw, #05122b));
    background: -webkit-radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), -webkit-radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), -webkit-linear-gradient(top, #3f007e, #502cba 25vw, #05122b 50vw);
    background: radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), linear-gradient(180deg, #3f007e, #502cba 25vw, #05122b 50vw);
}

.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;
    width: 100%;
}

.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 {
    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: 50%;
    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 {
    background-color: #05122b;
    background-repeat: no-repeat;
    background: radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), -webkit-gradient(linear, left top, left bottom, from(#3f007e), color-stop(25vw, #502cba), color-stop(50vw, #05122b));
    background: -webkit-radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), -webkit-radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), -webkit-linear-gradient(top, #3f007e, #502cba 25vw, #05122b 50vw);
    background: radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), radial-gradient(circle 50vw at 20% 25vw, #008acc, transparent), linear-gradient(180deg, #3f007e, #502cba 25vw, #05122b 50vw);
}

.main {
    width: 100%;
    padding: 20px;
    min-height: 90vh;
}

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.menu-item {
    width: 90px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 15px;
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.game-main-item:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.item-shadow {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .55);
    -webkit-filter: blur(10px);
            filter: blur(10px);
}

.item-name {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px;
}

.nav div {
    color: #fc0;
    margin: 0 10px;
}

.nav span {
    color: #737885;
}

.nav-home:hover,
.nav-games:hover {
    cursor: pointer;
    text-decoration: underline;
}

.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.show-second {
    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;
}

.left,
.right {
    width: 25%;
    background-color: rgb(3, 27, 49);
}

.middle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.title {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-image: -webkit-radial-gradient(circle 15vw at 100% 0, #00fefe, transparent), -webkit-radial-gradient(circle 41vw at 20% 25vw, #008acc, transparent), -webkit-linear-gradient(275deg, #3f007e, #502cba 23vw, #05122b 40vw);
    background-image: radial-gradient(circle 15vw at 100% 0, #00fefe, transparent), radial-gradient(circle 41vw at 20% 25vw, #008acc, transparent), linear-gradient(175deg, #3f007e, #502cba 23vw, #05122b 40vw);
}

.game-left-list,
.game-right-list,
.game-second-list,
.game-third-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;

}

.game-left-item,
.game-right-item,
.game-exclusive-item,
.game-second-item,
.game-third-item {
    width: 30%;
    aspect-ratio: 1;
    margin: 20px 0;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.game-second-item,
.game-third-item {
    width: 45%;
    margin: 10px 0;
}

.game-left-item:hover,
.game-right-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);

}

.game-img {
    width: 100%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.middle-container,
.first-container {
    aspect-ratio: 1.5;
    /* background-color: #fff; */
    position: relative;
    overflow: hidden;
}

.middle-mask,
.first-mask {
    aspect-ratio: 1.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(14px);
            filter: blur(14px);
}

.middle-box,
.first-box {
    position: absolute;
    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-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;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    aspect-ratio: 1.8;
    background-color: rgba(225, 225, 225, .4);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .4);
    border-radius: 20px;
}

.middle-name,
.first-name {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
}

.middle-img,
.first-img {
    width: 100px;
    aspect-ratio: 1;
    border: 3px solid #fff;
    border-radius: 15px;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.middle-container .pbutton,
.first-container .pbutton {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7640), to(#ff7640));
    background-image: -webkit-linear-gradient(top, #ff7640, #ff7640);
    background-image: linear-gradient(180deg, #ff7640, #ff7640);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
}

.middle-bar,
.first-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 5px;
    height: 60px;
    background-color: rgb(3, 27, 49);
}

.bar-img {
    height: 50px;
    aspect-ratio: 1;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bar-name {
    line-height: 50px;
    height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #fff;
    font-size: 1.1rem;
}

.middle-bar .pbutton,
.first-bar .pbutton {
    height: 40px;
    line-height: 40px;
    background-color: rgb(53, 61, 75);
    color: #fff;
    border-radius: 15px;
    font-size: .8rem;
    padding: 0 20px;
    overflow: hidden;
}

.pbutton:hover {
    cursor: pointer;
}

.first-box {
    width: 80%;
    aspect-ratio: 1.8;
    background-color: rgba(225, 225, 225, .4);
}

.first-box .first-name,
.first-box .pbutton {
    font-size: 1.2rem;
}

.description {
    padding: 20px;
    color: #fff;
    font-size: 1.2rem;
}

.exclusive {
    padding: 20px;
    background-color: rgb(3, 13, 30);
}

.ex-title {
    color: #737885;
}

.game-exclusive-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.game-exclusive-item {
    aspect-ratio: 1;
    width: 6.5%;
    margin: 5px 0;
}

.game-exclusive-item .game-img {
    aspect-ratio: 1;
}

.form {
    background-color: #fff;
    width: 100%;
    padding: 25px;
    color: rgb(115, 120, 137);
}

.form-title {
    font-size: 1.3rem;
    margin: 20px 0;


}

.comment-input {
    width: 100%;
    margin: 10px 0;
    resize: none;
    padding: 10px;
    border-radius: 15px;
    color: #526171;
    border: 1px solid #dcdfe3;
}

textarea:hover {
    color: #737885;
    text-decoration: none;
    outline: none;

}

textarea:focus {
    color: #737885;
    text-decoration: none;
    outline: none;
    border: 1px solid #00bceb;
}

.union-block {
    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;
}

.form-group {
    width: 47%;
}

.form-group input {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    margin: 10px 0;
    resize: none;
    padding: 10px;
    border-radius: 15px;
    color: #526171;
    border: 1px solid #dcdfe3;
}

.submit {
    margin-top: 10px;
    background: #3b5998 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 6px 18px;
    cursor: pointer;
    font-size: 14px;

}

@media screen and (max-width:1200px) {
    .main {
        width: 100%;
    }

    .main-menu {
        height: 90px;
        overflow: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-scrollbar: none;
    }

    .menu-item {
        width: 100px;
        margin: 5px;
    }

    .game-main-item {
        width: 22%;
    }

    .show {
        display: none;
    }

    .show-second {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .game-exclusive-item {
        aspect-ratio: 1.5;
        width: 47%;
        margin: 5px 0;
    }

    .second,
    .third {
        margin: 20px 0;
    }

    .decs-text {
        font-size: 1rem;

    }


    .game-second-item,
    .game-third-item {
        width: 23%;
        margin: 10px 0;
    }

    .game-exclusive-item {
        aspect-ratio: 1.5;
        width: 23%;
        margin: 5px 0;
    }


}

@media screen and (max-width:1000px) {
    .main {
        width: 100%;
    }

    .game-second-item,
    .game-third-item {
        width: 30%;
        aspect-ratio: 1.2;
        margin: 10px 0;
    }

    .game-exclusive-item {
        aspect-ratio: 1.2;
        width: 30%;
        margin: 5px 0;
    }


}

@media screen and (max-width:480px) {
    
    .first-bar .pbutton {
        padding: 0 10px;
    }

}
