html,
body {
    background-color: #030E1D;
}

.bg {

    position: relative;
    font-size: 3.2vw;
    color: #FFFFFF;
    line-height: 1;
    font-family: PingFang SC;
}

.hide {
    display: none;
}

.bg .nav {
    position: absolute;
    top: 1.64rem;
    left: 0;
    font-size: 3.73vw;
    display: none;
}

.bg .nav a {
    color: #fff;
}

.bg .nav .tohome {
    margin: 0 .06rem 0 .4rem;
}

.bg .nav .togamelist {
    margin: 0 .06rem;
}

.bg .nav .this_href {
    color: #999999;
    margin-left: .06rem;
}

.bg .content {
    padding-top: 0.64rem;
    min-height: 7rem;
}

.bg .content .content_main {
    padding: 0 .4rem;
}

.bg .content .title {
    font-size: 4vw;
    font-weight: 500;
    color: #FAFAFA;

}

.bg .content .time {
    font-size: 2.67vw;
    margin: .32rem 0;
}

.bg .content .content_text {
    font-size: 3.47vw;
    line-height: .36rem;
    word-break: break-all;
    color: #fff !important;
}

.bg .content .content_text a,
.bg .content .content_text p {
    word-break: break-all;
}

.bg .content .content_text img {
    width: 100% !important;
    height: 100% !important;
}

.bg .content .game_article_ul .game_title {
    width: 100%;
    font-size: 4.27vw;
    color: #FAFAFA;
    text-align: center;
    margin: .88rem 0 .32rem;
}

.bg .content .game_article_ul .game_ul {
    padding: 0 .5rem .22rem .5rem;
    border-top: .02rem solid #043653;
    border-bottom: .02rem solid #043653;
}

.bg .content .game_article_ul .game_ul:after {
    display: block;
    content: "";
    clear: both;
}

.bg .game_ul li p {
    width: 1.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg .content .game_article_ul .game_ul li {
    float: left;
    text-align: center;
    margin-right: .4rem;
    margin-top: .4rem;
}

.bg .content .game_article_ul .game_ul li:nth-child(4),
.bg .content .game_article_ul .game_ul li:nth-child(8) {
    margin-right: 0;
}

.bg .content .game_article_ul .game_ul li img {
    width: 1.32rem;
    height: 1.32rem;
    border-radius: .4rem;
    margin-bottom: .16rem;
}