body{
    font-family: Source Han Sans CN;
}
.mobile-css {
    margin: 0 auto;
    padding: 0px 4%;
    max-width: 680px;
}

.mobile-menu-css {
    --bs-gutter-x: 0rem;
    margin: 0 auto;
    max-width: 680px;
}

.game-title {
    font-weight: bold;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.game-desc-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF !important;
    line-height: 1.5rem;
}

.menu-title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFF !important;
}

.game-desc {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF !important;
    line-height: 1.5rem;
}

.about-desc {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF !important;
    line-height: 1.5rem;
}

.about-h-desc {
    font-weight: 700;
}

.game-add {
    font-weight: 400;
    font-size: .8rem;
    color: #FFFFFF;
    line-height: .8rem;
}

.game-bottom-a {
    color: #999999;
    font-size: 1rem;
    text-decoration: none;
}

a:hover {
    color: #999999 !important;
    text-decoration: none;
}

#back-to-top {
    border-radius: 50px;
    bottom: 15%;
    margin-bottom: 1rem;
    position: fixed;
    right: 2%;
    padding: 1px;
    display: none;
    z-index: 1000;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

#show-mini-menu {
    border-radius: 50px;
    top: 0%;
    position: fixed;
    left: 1%;
    padding: 1px;
    display: none;
    z-index: 1000;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.hot-h-desc {
    font-size: .8rem;
    color: #FFFFFF !important;
    line-height: 1.2rem;
}

.his-h-title {
    font-size: 1rem;
    color: #FFFFFF !important;
}

.his-tip {
    font-size: .9rem;
    color: #FFFFFF !important;
    padding: 0 10%;
    text-align: left;
    font-weight: 500
}

.his-desc-title {
    font-size: .8rem;
    color: #FFFFFF !important;
    font-weight: 300;
}

.his-pop {
    font-size: 1rem;
    color: #FFFFFF !important;
    text-align: left;
    font-weight: bold;
}

.row-margin-0 {
    background-color: #333332 !important;
    margin-left: calc(-.0 * var(--bs-gutter-x));
    margin-right: calc(-.0 * var(--bs-gutter-x))
}

.game-his-title{
    font-weight: bold;
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1.2rem;
}

.game-title-his-time {
    font-size: .7rem;
    color: #999999;
    line-height: 1rem;
}

.container_ad {
    min-height: 250px;
    min-width: 300px
}
.btn-his{
    border: 1px solid red;
    color: #fff;
    font-weight: 600;
    border-radius: 4rem;
    width: 5rem;
    height: 2rem;
    max-width: 100%;
    padding-top: .2rem !important;
    padding-bottom: .3rem !important;
}

.btn-his:hover{
    background-color:red !important;
    border:1px solid red;
}

.btn-more {
    color: #fff;
    border:1px solid #00A2FF;
    height: 1.8rem;
    border-radius: 3rem;
    width: 7rem;
    padding-top: .1rem;
    font-weight: 600;
}

.btn-more:hover{
    background-color:#00A2FF !important;
    border:1px solid #00A2FF;
}

.btn-play-now {
    color: #fff;
    border:1px solid #00A2FF;
    height: 2.5rem;
    border-radius: 3rem;
    width: 10rem;
    padding-top: .2rem;
    background-color:#00A2FF !important;
    font-weight: 600;
}

.btn-play-now:hover{
    background-color:#00A2FF !important;
    border:1px solid #00A2FF;
    color: #fff;
}

.btn-play-now:active{
    background-color:#00A2FF !important;
    border:1px solid #00A2FF;
    color: #fff !important;
}

.btn-play-now1 {
    color: #000000;
    border:1px solid #00A2FF;
    height: 2.5rem;
    border-radius: 3rem;
    width: 10rem;
    padding-top: .2rem;
    background-color:#00A2FF !important;
    font-weight: 600;
}

.btn-play-now1:hover{
    background-color:#00A2FF !important;
    border:1px solid #00A2FF;
    color: #000000;
}

.btn-play-now1:active{
    background-color:#00A2FF !important;
    border:1px solid #00A2FF;
    color: #000000 !important;
}



@keyframes x_jitter {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(16px);
    }
}

.img-play-now {
    width: 15px;
    margin-right: 2rem;
    animation: x_jitter 0.3s infinite;
}

.pr-c-2 {
    padding-right: calc(var(--bs-gutter-x) * .2) !important
}

.pl-c-2 {
    padding-left: calc(var(--bs-gutter-x) * .2) !important;
}


.pr-c-3 {
    padding-right: calc(var(--bs-gutter-x) * .3) !important
}

.pl-c-3 {
    padding-left: calc(var(--bs-gutter-x) * .3) !important;
}

.pr-c-35 {
    padding-right: calc(var(--bs-gutter-x) * .35) !important
}

.pl-c-35 {
    padding-left: calc(var(--bs-gutter-x) * .35) !important;
}

.pr-c-4 {
    padding-right: calc(var(--bs-gutter-x) * .4) !important
}

.pl-c-4 {
    padding-left: calc(var(--bs-gutter-x) * .4) !important;
}

.my-hr {
    border: none;
    height: 2px;
    background-color: #fff;
    opacity:100% !important;
    width: 50%;
}

.game-badge {
    position: absolute;
    width: 30%;
    max-width: 5.4rem;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.game-z-title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-top: auto;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    height: 2.5rem;
    padding-top: .5rem;
}

.game-bg{
    width: 100%;
    /*background-image: url("/assets/img/tetris/512x512-blurred.jpg");*/
    /*background-position:bottom;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    opacity: 0.2;
    z-index: 1;

}

.menu-logo-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

a{
    text-decoration: none !important;
}

.game_index_div {
    aspect-ratio: 189 / 231;
}

.game_index_div_h {
    aspect-ratio: 390 / 300;
}


.game_index_div_sub {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.game_index_div_sub > video {
    position: absolute;
    width: 100%;
    aspect-ratio: 390 / 219;
    object-fit: cover;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.game_index_title{
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 0.5rem;
    overflow: hidden;
}

.game_index_title_h {
    width: 100%;
    margin-left: 1rem
}

.game_index_title_h_sub{
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin-top: 0
}

.in_img {
    max-width:100%;
    height:auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.in_img_h {
    max-width:100%;
    height:auto;
    object-fit: cover;
}

.game_index_blurred_div{
    position: absolute;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
}

.game_index_blurred_sub_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0c0d14;
}

.game_index_blurred_img {
    height: 100%;
    z-index: 0;
    border-radius: 16px;
    opacity: .2;
}

.game_index_h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1;
}

.game_index_h img {
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    height: 40px;
}

@media (max-width: 330px) {
    .img-play-now-300 {
        float: left;
        margin-top: 5px;
        margin-right: 1rem;
    }
}

