.game-square-item .image-box img {
    width: 118px;
    height: 118px;
}


.detail-adv {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 901px) {
    .game-group {
        height: 225px !important;
    }

    .game-square-item .image-box img {
        width: 65px;
        height: 65px;
    }

    .game-item-row.min .tag-box .tag {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        display: -webkit-box;
        overflow: hidden;
        line-height: 16px;
    }
}

@media screen and (min-width: 902px) {
    .detail-adv {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
}


header nav {
    box-shadow: 0px 8px 18px 0px rgba(227, 227, 227, 0.3);
}

.game-square-item .image-box {
    border-radius: 16px;
}

.rate-box span.layui-inline {
    margin-left: 5px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.pagination li, .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 400;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    transition: all .3s;
    margin: 0 5px;
    border: 1px solid #eee;
}

.pagination .active {
    background-color: #7f54f6;
    color: #fff;
}


.detail-page .content .information .title {
    margin-bottom: 20px !important;
}


.content p {
    /*font-family: bestforandroid;*/
    line-height: 2.0em;
}

.contentp img {
    width: 100%;
}

.nosearch {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 20px;
}

.nosearch > h4 {
    margin: 20px 0;
    font-size: 16px;
}

.nosearch > p {
    font-size: 14px;
    color: #999;
}

.detail_l {
    width: calc(100% - 350px) !important;
}

.detail_r {
    width: 340px;
    margin-left: 10px;
}

.swiper_con {
    margin-top: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.swiper_con .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 320px;
    border-radius: 10px;
    overflow: hidden
}

.swiper_con .preview .swiper-wrapper .swiper-slide > img {
    height: 100%
}

.swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99
}

.swiper_con .sw_btn .swiper-button-p1, .swiper_con .sw_btn .swiper-button-n1 {
    width: 28px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
    cursor: pointer
}

.swiper_con .sw_btn .swiper-button-p1 > .iconfont, .swiper_con .sw_btn .swiper-button-n1 > .iconfont {
    color: #fff
}

@media (any-hover: hover) {
    .swiper_con .sw_btn .swiper-button-p1:hover > .iconfont, .swiper_con .sw_btn .swiper-button-n1:hover > .iconfont {
        color: #fff
    }
}

.swiper_con .sw_btn .swiper-button-p1:focus, .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none
}

.swiper_con .swiper-scrollbar {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(158, 100, 199, 0.2);
    overflow: hidden;
    top: auto
}

.swiper_con .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #8f84e7;
    overflow: hidden
}

.swiper_con .maskB {
    z-index: 9999999999;
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9)
}


.swiper_con .maskB .swiper-slide {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper_con .maskB .swiper-slide > img {
    height: 100%
}

.bg-light-5 {
    background-color: #e6e4f9;
}

.bg-light-6 {
    background-color: #ffcfe7;
}

.bg-light-7 {
    background-color: #c8afe9;
}

.bg-light-8 {
    background-color: #faeae2;
}

.bg-light-9 {
    background-color: #e6e4f9;
}

.bg-l {
    background-color: #F1E9FC;
}

.title-black {
    color: #333333 !important;
}


.not_found {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 60px);
    padding-bottom: 100px;
}

.not_found h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.not_found p {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center;
}

.not_found .more-btn {
    width: 110px;
    height: 38px;
    background: #7f54f6;
    border-radius: 12px;
    color: white;
    font-size: 14px;
    line-height: 38px;
}

footer .message {
    color: #DFDFDF
}

footer .pty {
    color: #7C7C7D;
}

.game-square-item {
    padding: 4px;
    border-radius: 20px;
}

.detail-page .content .information {
    padding-top: 15px;
}

.detail-page .content .information-item {
    margin-bottom: 12px;
}

.detail-page .content .left .search-input .search-btn, .detail-page .content .left .download-box .download .btn {
    background: #7f54f6;
}

.game-group {
    border-radius: 24px;
}

.game-group .game-img-max {
    border-radius: 24px 24px 0px 0px;
}

.advertisement-block, .advertisement, .advertisement-row {
    background: none !important;
    border: 0 !important;
}

.block-title-box {
    margin-bottom: 10px;
    margin-top: 15px;
}

.index-page .block-1 .apps {
    padding: 17px 49px 14px 50px;
    height: 530px
}

.index-page .block-1 .search-box {
    margin-top: 130px;
}

.index-page .block-1 .search-box .search {
    margin-top: 15px;
}

body {
    padding: 10px 35px;
}

header {
    top: 40px
}

.margin-top-120 {
    margin-top: 115px
}

.navigation {
    margin-top: 5px;
    margin-bottom: 10px;
}

.detail-page .content .left .block .content.bg-white {
    padding: 10px 20px;
}

#apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center
}

#apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0
}

#apkBox .dBox > h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none
}

#apkBox .dBox > h2 > span {
    font-size: 20px;
    color: #333;
    font-weight: 600
}

#apkBox .dBox .Btn > a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #7f54f6;
    border-radius: 10px;
    border: 1px solid #7f54f6;
    transition: all .3s
}

#apkBox .dBox .Btn > a:hover {
    background: #7f54f6;
    color: #fff;
    box-shadow: 0 2px 10px 2px #7f54f6
}

#apkBox .dBox .Btn > a + a {
    background: #7f54f6;
    color: #fff;
    margin-left: 15px
}

#apkBox.active {
    display: flex
}





