* {
    margin: 0;
    padding: 0
    
}

.swiper {
    width: 3.5rem;
    height: 2rem;
    max-width: 768px;
    max-height: 400px;
    overflow: hidden;
    margin: .1rem auto
}

.swiper img {
    width: 3.5rem
}

.main {
    padding: 0 .1rem;
    margin: 0 auto;
    max-width: 768px
}

h2 {
    font-size: .16rem;
    margin-bottom: .1rem
}

.main>div {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(180, 176, 176, .7)
}

.game_item5{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    
}
.game_item2,
.game_item {
    display: flex
}

.game_item3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.game_item {
    overflow-y: auto
}

.game_item>div {
    width: .5rem;
    max-width: 80px;
    padding-right: 10px
}

.game_item img {
    display: block;
    width: .5rem;
    height: .5rem;
    max-width: 60px;
    max-height: 60px;
    border-radius: .25rem;
    margin-bottom: .05rem
}

.game_item5 span,
.game_item3 span,
.game_item2 span,
.game_item4 .content>span,
.game_item span {
    text-align: center;
    width: .8rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px
}
.game_item3 span {
    text-align: center;
    width: .6rem;
    max-width: 80px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px
}


.game_item2 .card:nth-child(1) {
    background: linear-gradient(180deg, #e7dc5b 0%, #cd9e35 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7dc5b), to(#cd9e35))
}

.game_item2 .card:nth-child(2) {
    background: linear-gradient(180deg, #9de44c 0%, #557d27 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#9de44c), to(#557d27))
}

.game_item2 .card:nth-child(3) {
    background: linear-gradient(180deg, #7ce0f6 0%, #205091 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#7ce0f6), to(#205091))
}

.game_item2 .card:nth-child(4) {
    background: linear-gradient(180deg, #be62df 0%, #4841ca 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#be62df), to(#4841ca))
}

.game_item2>div {
    width: .7rem;
    height: .9rem;
    max-width: 100px;
    max-height: 120px;
    padding-right: .1rem;
    margin-top: 30px;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    margin-right: 10px
}

.game_item2 .game_box {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: center
}

.game_item2 img {
    display: block;
    width: .7rem;
    height: .7rem;
    max-width: 90px;
    max-height: 100px;
    border-radius: .1rem;
    margin-bottom: .05rem
}

.game_item2 span {
    font-weight: 600;
    box-sizing: border-box;
    text-align: center
}

.game_item2 button {
    border: none;
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bolder;
    margin-top: 10px
}

.game_item2 .card:nth-child(1) button {
    background: linear-gradient(180deg, #fff 0%, #fff7bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff7bd));
    color: #885100
}

.game_item2 .card:nth-child(2) button {
    background: linear-gradient(180deg, #fff 0%, #dfffbd 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfffbd));
    color: #276409
}

.game_item2 .card:nth-child(3) button {
    background: linear-gradient(180deg, #fff 0%, #b7e3ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b7e3ff));
    color: #284895
}

.game_item2 .card:nth-child(4) button {
    background: linear-gradient(180deg, #fff 0%, #dac9ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dac9ff));
    color: #450693
}

.game_item3>div {
    width: .6rem;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 80px;
    
}

.game_item3 img {
    display: block;
    width: .6rem;
    height: .6rem;
    max-height: 80px;
    max-width: 80px;
    border-radius: .1rem;
    margin-bottom: .05rem
}

.game_item4>div {
    display: flex;
    align-items: center;
    margin: .15rem 0
}

.game_item4 img {
    width: .6rem;
    height: .6rem;
    max-height: 80px;
    max-width: 80px;
    border-radius: 10px;
    margin-right: .1rem
}

.game_item4 .content {
    margin-top: -.06rem;
    max-width: 370px
}

.game_item4 .content>span {
    width: auto;
    word-break: break-all;
    font-size: 16px
}

.game_item4 .content>div {
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    color: #9e9e9e;
    min-width: 1.84rem;
    max-width: 2.4rem;
    margin-top: .05rem
}

.game_item4 button {
    border: none;
    padding: .05rem .3rem;
    border-radius: 30px;
    background: #3ac917;
    color: #fff;
    margin: 0 .1rem
}

.suggest {
    padding-bottom: .1rem!important
}

.game_item5>div {
    width: 24%; 
    margin-top: 15px;
}
.game_item5>div:not(:nth-child(4n)) {
    margin-right: calc(4% / 3);
}

.game_item5 img {
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: .1rem;
    margin-bottom: .05rem
}

.game_item span {
    width: 0.5rem;
    max-width: 60px;
}

.new_game {
    border: none!important;
    padding-bottom: 0!important
}

.posterBox {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    width: 100%
}

.posterBox span {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.poster>div {
    width: 100%;
    margin: 0 auto
}

.posterBanner {
    width: 100%;
    text-align: center;
    margin: 30px auto;
    margin-bottom: 0
}

.posterBanner>div {
    position: relative;
    bottom: 0%;
    width: 100%;
    margin: 0 auto
}

.bottom {
    background: #444;
    color: #fff;
    padding: .1rem
}

.bottom a {
    color: #fff
}

.bottom_nogame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94.6%
}