.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    box-sizing: border-box;
}


.list .item {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50%;
    height: 9rem;
    margin: 4px auto;
    /* height: 220px; */
}

.indexItem {
    width: 100% !important;
}

.list .item img {
    width: 100%;
    height: 100px;
    min-width: 0;
    max-width: none;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

/* .list .item p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff; 
margin-bottom: 10px;
}

*/
.indexItem .text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.indexItem .text-box span:nth-child(1) {
    width: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #171717;
    font-weight: 500;
    font-size: 0.8rem;
}

.indexItem .text-box span:nth-child(2) {
    width: 3rem;
    height: 1.6rem;
    background: linear-gradient(to left, #f5d733, #e92120);
    border-radius: 1.6rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
}

.about {

    background: #f0f0f0;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    text-align: center;
}

.about h2 {
    color: #4f4f4f;
    padding: 20px 0;
}

.about p {
    font-family: Roboto, sans-serif;
    line-height: 24px;
    color: #4f4f4f;
}

.slideshow-container {
    position: relative;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /*height: 12rem;*/
    filter: none !important;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.game-name {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 0.2rem;
    line-height: 2rem;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
}

.slide img {
    width: 100%;
    filter: blur(0);
    height: 100%;
    z-index: 1;
    object-fit: cover;
    filter: none !important;
}

@media screen and (min-width: 960px){
    .other-list{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media screen and (min-width: 960px){
    .box {
        height: 32rem;
    }

    .slideshow-container {
        height: 30rem;
    }

    .soft-list .item2 {
        width: 10%;
    }

    .soft-list .pic {
        width: 12rem;
        height: 12rem;
    }

    .index-desc{
        display: -webkit-box;
    }

    .game-box{
        height: 18rem;
    }
}


@media screen and (max-width: 960px) {
    .box {
        height: 16rem;
    }

    .slideshow-container {
        height: 12rem;
    }

    .soft-list .item2 {
        width:25%;
    }

    .soft-list .pic {
        width: 5rem;
        height: 5rem;
    }

    .index-desc{
        display: none;
    }

    .game-box{
        height: 16rem;
    }
}

.box {
    position: relative;
    width: 100%;
    /*height: 16rem;*/
}

.topWheelSeeding {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100% 100% !important;
    padding-bottom: 0.32rem;
    /* backdrop-filter: blur(10px); */
    filter: blur(10px);
    /* 模糊父盒子的背景图片 */
    -webkit-transition: background .3s ease-in .2s;
    transition: background .3s ease-in .2s;
}

.popular-game {
    width: 96%;
    height: 15.5rem;
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 0.8rem 0.2rem 0;
    border-radius: 2rem;
    box-sizing: border-box;
}

.popular-game .tp-title,
.game-box .tp-title {
    display: flex;
    align-items: center;
}

.tp-name {
    padding-left: 0.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 0.5rem;
}

.bt-content {
    width: 100%;
    height: 12rem;
    background-color: #fff;
    border-radius: 0.5rem;
}

.ranking-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.item {
    position: relative;
    width: 6.8rem;
    height: 12rem;
}

.item .top_icon::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}

.item:nth-child(1) .top_icon::before {
    background-image: url('../images/icon2.png');
}

.item:nth-child(2) .top_icon::before {
    top: -4.3rem;
    background-image: url('../images/icon1.png');
}

.top_icon {
    position: absolute;
    bottom: 0.8rem;
    width: 100%;
    height: 70%;
    z-index: 1;
    border-radius: 1.4rem;
}

.item:nth-child(3) .top_icon::before {
    background-image: url('../images/icon3.png');
}

.item:nth-child(1) .top_icon {
    background: linear-gradient(25deg, #00e1fd, #fc007a);
}

.item:nth-child(2) .top_icon {
    background: linear-gradient(125deg, #FF2CDF, #0014EF);
}

.item:nth-child(3) .top_icon {
    background: linear-gradient(175deg, #f5c5a4, #f5004f);
}

.game_img img {
    width: 55%;
    height: 50%;
}

.item:not(:nth-child(2)) .game_img img {
    margin-top: 1.5rem;
}

.item:nth-child(2) .game_img img {
    width: 70%;
    height: 50%;
}

.game-detail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: 9999;
}

.game-detail .game_name {
    color: #fff;
    margin-top: 1.1rem;
}

.item:not(:nth-child(2)) .game-detail .game_name {
    margin-top: 0.6rem !important;
}

.game-detail .game_btn {
    display: block;
    width: 5rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    margin: 0.8rem auto 0;
    border-radius: 2rem;
    line-height: 2rem;
}

.other-game,
.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-game {
    background-color: #fff;
    margin-top: 10px;
    padding: 1rem 0.8rem;
}

.other-list2 a,
.other-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 7rem;
    background-color: #fff;
    padding-right: 0.3rem;
    border-radius: 1rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

.other-list a {
    background-color: #f2f3f3;
}

.other-list2 .rt-content {
    background: none;
    color: #38CD7E;
    border: 1px solid #38CD7E;
}

.lf-content {
    display: flex;
}

.lf-content img {
    height: 4rem;
    width: 4rem;
    border-radius: 1rem;
    margin-right: 0.4rem;
}

.text-box p {
    /*width: 10.6rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}



@media screen and (max-width: 468px){
    .text-box p {
        width: 14.6rem;
    }
}

@media screen and (min-width: 468px) and (max-width: 600px){
    .text-box p {
        width: 24.6rem;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px){
    .text-box p {
        width: 41.6rem;
    }
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .text-box p {
        width: 8.6rem;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1560px) {
    .text-box p {
        width: 13.6rem;
    }
}

@media screen and (min-width: 1560px) {
    .text-box p {
        width: 17.6rem;
    }
}



.text-box p:nth-child(1) {
    color: #171717;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.text-box p:nth-child(2) {
    color: #969696;
    font-size: 0.7rem;
}

.rt-content {
    width: 3rem;
    height: 2rem;
    background: #38CD7E;
    border-radius: 2rem;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
}


.game-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 18rem;*/
    margin: 1rem auto 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
    box-sizing: border-box;
}

.game-box img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.6rem;
}

.category-list {
    display: flex;
    overflow-x: scroll;
}

.category-content {
    width: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: space-between;
    text-align: center;
    margin-right: 1rem;
}


.category-content:last-child {
    margin-right: 0;
}

.category-content span {
    font-size: 0.9rem;
    color: #2a2a2a;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-hd {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.3rem;
    position: relative;
    z-index: 100;
}

.section-hd .title {
    font-size: 20px;
    font-weight: bold;
    color: #3f4140;
}

.section-hd .title2 {
    font-size: 16px;
    color: #3f4140;
}

.section-hd .more {
    position: absolute;
    top: 0;
    right: 0.1rem;
    padding: 0 0.2rem;
    font-size: 18px;
    color: #38CD7E;
}

.soft-list {
    background: #FFF;
    padding: 0.4rem 0 0;
}

.soft-list .item2 {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 0.8rem;
}

.soft-list .pic {
    display: block;
    margin: 0 auto;
    /*width: 4rem;*/
    /*height: 4rem;*/
    border-radius: 0.2rem;
}

.soft-list .tit {
    font-size: 16px;
    color: #444;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.2rem;
    overflow: hidden;
    margin-top: 0.25rem;
}

.other-list a .num {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background: #879299;
    color: #fffefe;
    font-size: 14px;
    text-align: center;
    margin-right: 0.2rem;
    margin-top: 0.5rem;
}

.other-list a:nth-child(1) .num {
    background: #fa4e57;
}

.other-list a:nth-child(2) .num {
    background: #fa7a53;
}

.other-list a:nth-child(3) .num {
    background: #fbc258;
}

.page-index .section {
    margin-bottom: 0.2rem;
}

.section-bd,
.section-hd2 {
    background: #f4f5f5;
}



.section-hd2 .title2 {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #3f4140;
}

.reback-btn {
    width: 100%;
    position: relative;
    text-align: center;
}

.reback-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reback-btn .icon svg {
    color: #abaaaa;
}
