* {
    margin: 0;
    padding: 0;
}

.swiper {
    width: 3.5rem;
    height: 2rem;
    /*max-width: 768px;*/
    max-height: 400px;
    overflow: hidden;
    margin: 0.1rem auto;
}

.swiper img {
    width: 3.5rem;
}

.main {
    padding: 0 .1rem;
    margin: 0 auto;
    max-width: 1680px;
}

h2 {
    /*font-size: 0.16rem;*/
    margin-bottom: 0.1rem;
}

.main > div {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(180, 176, 176, 0.7);
    margin:1rem .5rem;
}

.game_item5,
.game_item3,
.game_item2,
.game_item {
    display: flex;
    flex-wrap: wrap;
    margin-top:1rem;
}

.game_item {
    overflow-y: auto;
}

.game_item > div {
    width: 0.5rem;
    max-width: 80px;
    padding-right: 10px;
}

.game_item img {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    max-width: 60px;
    max-height: 60px;
    border-radius: 0.25rem;
    margin-bottom: 0.05rem;
}

.game_item5 span,
.game_item3 span,
.game_item2 span,
.game_item4 .content > span,
.game_item span {
    width: 100%;
    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: 15px;
    font-weight: bold;
    color: #000;
    font-family: 'Yuji Mai', serif;
    font-style: normal;
}

.game_item2 .card:nth-child(1) {
    background: linear-gradient(180deg, #e7dc5b 0%, #cd9e35 100%);
}

.game_item2 .card:nth-child(2) {
    background: linear-gradient(180deg, #9de44c 0%, #557d27 100%);
}

.game_item2 .card:nth-child(3) {
    background: linear-gradient(180deg, #7ce0f6 0%, #205091 100%);

}

.game_item2 .card:nth-child(4) {
    background: linear-gradient(180deg, #be62df 0%, #4841ca 100%);
}

.game_item2 .card:nth-child(5) {
    background: linear-gradient(180deg, #df6295 0%, #ca415a 100%);
}

.game_item2 .card:nth-child(6) {
    background: linear-gradient(180deg, #62df72 0%, #41aaca 100%);
}

.game_item2 .card:nth-child(7) {
    background: linear-gradient(180deg, #cbdf62 0%, #89ca41 100%);
}

.game_item2 .card:nth-child(8) {
    background: linear-gradient(180deg, #b8e13f 0%, #bf1d1d 100%);
}

.game_item2 > div {
    /*width: 0.7rem;*/
    /*height: 0.9rem;*/
    /*max-width: 100px;*/
    /*max-height: 120px;*/
    margin-top: 30px;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    margin-right: 5px;
    margin-left:5px;
    margin-bottom: 1rem;
}

.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: 65%;
    height: 80%;
    /* max-width: 90px; */
    max-height: 100px;
    border-radius: 1rem;
    margin-bottom: 0.05rem;
}

.game_item2 span {
    box-sizing: border-box;
    text-align: center;
    font-family: 'Yuji Mai', serif;
    font-weight: bold;
    font-style: normal;
}

.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: 0.6rem;*/
    padding-right: 5px;
    padding-left:5px;
    padding-bottom:2rem;
    /*max-width: 80px;*/
}

.game_item3 img {
    display: block;
    /*width: 0.6rem;*/
    /*height: 0.6rem;*/
    /*max-height: 80px;*/
    /*max-width: 80px;*/
    border-radius: 1rem;
    margin-bottom: 0.05rem;
    height: 100%;
    width: 100%;
}


.game_item4 > a > div {
    display: flex;
    align-items: center;
    margin: 1rem auto;
}

.game_item4 img {
    /*width: 0.6rem;*/
    /*height: 0.6rem;*/
    max-height: 80px;
    max-width: 80px;
    border-radius: 10px;
    margin-right: 0.5rem;
}

.game_item4 .content {
    margin-top: -0.06rem;
    /*max-width: 370px;*/
    max-width: 768px;
}

.game_item4 .content > span {
    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: 0.5rem;
}

.game_item4 button {
    border: none;
    padding: 0.8rem 2.3rem;
    border-radius: 30px;
    background: #3ac917;
    color: #fff;
    margin: 0 0 0 1rem;
}

.suggest {
    padding-bottom: .1rem !important;
}

.game_item5 > div {
    /*width: 0.8rem;*/
    /*max-width: 110px;*/
    /*margin-bottom:1rem;*/
    padding:5px;
}

@media screen and (max-width: 468px) {
    .game_item5 > div {
        width:22.3%;
    }

    .game_item2 > div{
        width:19.6%;
    }

    .game_item3 > div{
        width: 30.6%;
    }

    .game_item2 > div{
        height: 5rem;
    }

    .game_item5 img{
        height: 5.5rem;
    }
}

@media screen and (min-width: 468px) and (max-width: 968px) {
    .game_item5 > div {
        width:23.4%;
    }

    .game_item2 > div{
        width:21.4%;
    }

    .game_item3 > div{
        width: 31.8%;
    }

    .game_item2 > div{
        height: 6.5rem;
    }

    .game_item5 img{
        height: 8rem;
    }
}

@media screen and (min-width: 968px) {
    .game_item5 > div {
        width:11.58%;
    }

    .game_item2 > div{
        width:10.8%;
    }

    .game_item3 > div{
        width: 15.6%;
    }

    .game_item2 > div{
        height: 8rem;
    }

    .game_item5 img{
        height: 10rem;
    }
}

.game_item5 img {
    display: block;
    /* width: 0.8rem; */
    /* height: 0.8rem; */
    /* max-width: 110px; */
    width: 100%;
    /* max-height: 110px; */
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}

.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;
}

@media screen and (max-width: 468px) {
    .pc_card {
        display: none;
    }
}

.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    z-index: 1;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display:flex;
    background: #512fff;
    border-radius: 50%;
}

.back_to_top img{
    width:80%;
    height:80%;
}

.detail_img{
    height: 400px;
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: auto;
}

.game_detail_img{
    width: 100%;
    height: 100%;
    filter: blur(6px);
}

.play_bg{
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail_img .play_bg .top img {
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 6px;
    display: block;
    margin: 0 auto 10px;
}

.detail_img .play_bg .top p {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Yuji Mai', serif;
    font-style: normal;
}

.play_game {
    width: 40%;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    background-color: #1890ff;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    font-family: 'Yuji Mai', serif;
    font-style: normal;
}

.description {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgba(180, 176, 176, 0.7);*/
}

.description h2 {
    font-size: 16px;
}

.description p {
    font-size: 14.4px;
    color: #516375;
    line-height: 1.5em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: auto;
    max-height: 15rem;
}


.logo_title{
    font-family: 'Yuji Mai', serif;
    font-weight: bold;
    font-style: normal;
}

h2{
    font-family: 'Yuji Mai', serif;
    font-weight: bold;
    font-style: normal;
}

.adBox {
    width: calc(100% + 2rem - 20px);
    margin-left: calc(-1rem + 10px);
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #CCCCCC;
    color: #000;
}

.adBox0 {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 15px 0 15px 0;
}