.footers p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.footers a {
    display: block;
    width: 100%;
    height: 20px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.container {
    border-radius: 7px;
    width: 95%;
    padding: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.title {
    width: 100%;
}

.ft-txt {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .moregame {
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px
    }

    .moregame-tite {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #7524F9
    }

    .list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 230px));
        width: 100%;
        gap: 20px;
        justify-content: center
    }

    .list-item {
        position: relative;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgb(0 0 0/30%)
    }

    .list-item-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        border: 5px solid #fff
    }

    .list-item-wrapper:hover .wrapper-img {
        transform: translate(-50%, -50%) scale(1.1)
    }

    .wrapper-img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        transition: transform 200ms linear
    }

    .list-item-name {
        display: flex;
        align-items: center;
        height: 30px;
        padding: 0 5px
    }

    .list-item-name__text {
        width: 100%;
        text-align: center;
        font-weight: bold;
        max-width: 230px;
        min-width: 160px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000
    }
}

@media screen and (max-width: 767px) {
    .moregame {
        width: 6.2rem;
        margin: .1rem auto
    }

    .moregame-tite {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: .1rem;
        color: #7524F9
    }

    .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .2rem;
        justify-content: center
    }

    .list-item {
        position: relative;
        border-radius: .3rem;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 2px 4px rgb(0 0 0/30%);


    }

    .list-item-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        border-radius: .1rem;
        overflow: hidden;
        box-sizing: border-box;
        border: .05rem solid #fff
    }

    .list-item-wrapper:hover .wrapper-img {
        transform: translate(-50%, -50%) scale(1.1)
    }

    .wrapper-img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: .3rem;
        transition: transform 200ms linear
    }

    .list-item-name {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: #000;
        border-bottom-left-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        height: 0.5rem;
    }

    .list-item-name__text {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size:12px;
    }
}


@media screen and (max-width: 767px) {
    .categories {
        margin-top: .3rem;
        padding: 0 .1rem
    }

    .categories .label-panel>.label-container {
        display: flex;
        align-items: center;
        color: #333;
        height: .8rem;
        border-radius: .2rem;
        margin-bottom: .2rem;
        background-color: #fff;
        box-shadow: 0 3px 25px 0 rgb(0 0 0/10%)
    }

    .categories .label-panel>.label-container .label_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .8rem;
        height: .8rem;
        margin-right: .15rem;
        border-radius: .2rem
        
    }

    .categories .label-panel>.label-container .label_icon img {
        width: 28px;
        height: 28px
    }

    .categories .label-panel>.label-container:first-child .label_icon {
        background-color: #50d146
    }

    .categories .label-panel>.label-container:nth-child(2) .label_icon {
        background-color: #FA5151
    }

    .categories .label-panel>.label-container:nth-child(3) .label_icon {
        background-color: #8A38F5
    }

    .categories .label-panel>.label-container:nth-child(4) .label_icon {
        background-color: #EB2F96
    }

    .categories .label-panel>.label-container:nth-child(5) .label_icon {
        background-color: #FF8F1F
    }

    .categories .label-panel>.label-container:nth-child(6) .label_icon {
        background-color: #FA5151
    }
    .categories .label-panel>.label-container:nth-child(7) .label_icon {
        background-color: #FFC300
    }
    .categories .label-panel>.label-container .label-name {
        font-size: .22rem;
        font-weight: bold;
    }

    .footer .about-us {
        padding: 0 10px
    }

    .footer .about-us .about-warp {
        background-color: #fff;
        border-radius: 12px;
        padding: 48px 24px 28px;
        box-shadow: 0 .01rem .04rem 0 rgba(0, 0, 0, .5);
    }

    .footer .about-us .about-warp .title {
        color: #000;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }

    .footer .about-us .about-warp .para {
        margin-top: 26px
    }

    .footer .about-us .about-warp .para .para-title {
        color: #000;
        font-size: 18px
    }

    .footer .about-us .about-warp .para .para-text {
        color: #000;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px
    }

    .footer .bottom-logo {
        margin: 24px auto 0;
        width: 150px
    }

    .footer {
        padding-top: 36px;
    }

    .container {
        width: 85% !important;
        margin: 20px auto 0 !important;
    }

}

@media screen and (min-width: 767px) {
    .categories {
        display: none
    }

    .footer .about-us {
        padding: 0 32px
    }

    .footer .about-us .about-warp {
        background-color: #fff;
        border-radius: 12px;
        padding: 48px 24px 28px;
        box-shadow: 0 .01rem .04rem 0 rgba(0, 0, 0, .5);
    }

    .footer .about-us .about-warp .title {
        color: #000;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    .footer .about-us .about-warp .para {
        margin-top: 26px
    }

    .footer .about-us .about-warp .para .para-title {
        color: #000;
        font-size: 18px
    }

    .footer .about-us .about-warp .para .para-text {
        color: #000;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px
    }

    .footer .bottom-logo {
        margin: 24px auto 0;
        width: 150px
    }

    .footer {
        padding-top: 36px;
        width: 88% !important;
        margin: 0 auto;
    }

    .container {
        width: 80% !important;
        margin: 20px auto 0 !important;
    }
}

.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;

    display: flex;
}

.adv p {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .icon-search {
        position: absolute;
        top: 0.3rem;
        right: 0.15rem;
        width: 32px;
        z-index: 9;
    }

    .header-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 0 0.2rem;
    }

    .header .header-box>.home-icon {
        position: relative;
        left: 0;
    }

    .form-search {
        width: 100%;
        height: 0.7rem;
        position: relative;
        margin: 0 auto;
        left: 0.1rem;
        border-radius: 0.2rem;
        overflow: hidden;
    }

    .form-search .ipt-search {
        width: 100%;
        height: 0.7rem;
        border-radius: 0.2rem;
        padding: 0 0.4rem 0 0.2rem;
        background-color: #fff;
        color: #000;
        font-size: 0.32rem;
    }

    .form-search .btn-search {
        width: 0.75rem;
        height: 0.75rem;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D526F;
    }

    .form-search .icon-search {
        width: 0.32rem;
        height: 0.32rem;
        background: url("../images/search.png") center center no-repeat;
        background-size: 100%;
        display: block;
        position: static;
    }

    .header-pc-search {
        display: none;
    }

}

@media screen and (min-width:768px) {

    .header-box,
    .icon-search {
        display: none;
    }

    .header-pc-search {
        position: absolute;
        right: 40px;
        top: 10px;
        z-index: 11;
    }

    .form-search {
        width: 350px;
        height: 50px;
        position: relative;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
    }

    .form-search .ipt-search {
        width: 296px;
        height: 50px;
        border-radius: 15px;
        padding: 0 20px 0 10px;
        background-color: #fff;
        color: #000;
        font-size: 14px;
    }

    .form-search .btn-search {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D526F;
        cursor: pointer;
    }

    .form-search .icon-search {
        width: 16px;
        height: 16px;
        background: url("../images/search.png") center center no-repeat;
        background-size: 100%;
        display: block;
    }
}

@media screen and (min-width:768px) {
    .share_wap {
        display: none
    }

    .share—box {
        position: fixed;
        right: 20px;
        top: 300px;
        z-index: 100;
        background: #fff;
        border-radius: 10px;
        cursor: pointer;
        padding: 5px 0
    }

    .share—box a {
        display: flex!important;
        align-items: center;
        background: #4267b2;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        margin: 5px
    }

    .share—box a:nth-child(2) {
        background: #55acee
    }

    .share—box a:nth-child(3) {
        background: #ffc107;
        color: #000
    }

    .share—box a:nth-child(4) {
        background: #95d03a
    }

    .share—box a:hover {
        transform: scale(1.05)
    }

    .share—box img {
        width: 40px;
        height: 40px
    }

    .more_share_bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        z-index: 100
    }

    .share_box {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 900px;
        top: 20%;
        left: 50%;
        z-index: 101;
        transform: translate(-50%, -50%);
    }

    .share_box a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 200px;
        height: 50px;
        box-sizing: border-box;
        padding: 5px;
        border-radius: 5px;
        margin: 5px;
        font-size: 14px;
    }

    .share_box img {
        margin-right: 10px;
        width: 20px;
        height: 20px
    }

    .closeShare {
        position: fixed;
        bottom: 200px;
        right: 50%;
        z-index: 101;
        cursor: pointer
    }

    .closeShare img {
        width: 50px
    }

}

@media screen and (max-width:767px) {
    .share—box {
        display: none
    }

    .share_wap {
        position: fixed;
        bottom: 290px;
        right: 0;
        z-index: 100;
        background: #fff;
        border-radius: 5px;
        opacity: .8;
        border:1px solid #e6d9ff;
    }

    .share_wap a {
        display: flex;
        align-items: center;
        padding: 5px;
    }

    .share_wap img {
        width: 35px;
        height: 35px
    }

    .more_share_bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        z-index: 100
    }
}

.share_box a:nth-child(1) {
    background: #4267b2
}

.share_box a:nth-child(2) {
    background: #55acee
}

.share_box a:nth-child(3) {
    background: #FFC107;
}

.share_box a:nth-child(4) {
    background: #ff8000
}

.share_box a:nth-child(5) {
    background: #03A9F4
}

.share_box a:nth-child(6) {
    background: #00aff0
}

.share_box a:nth-child(7) {
    background: #ff4500
}

.share_box a:nth-child(8) {
    background: #32506d
}