.mb-30 {
    margin-bottom: 30px;
}

.index_top {
    background-color: #ddd;
    height: 50px;
}

.index_top .container {
    padding-left: 580px;
}

.index_top a {
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    text-decoration: none;
}

.index_top a::after {
    content: "";
    width: 1px;
    height: 6px;
    background-color: #376D8F;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.index_top a:last-child:after {
    content: unset;
}

a.index_top_current {
    color: red;
    font-weight: bold;
}

.banner {
    margin-top: 30px;
    height: 300px;
    background-color: #f4f4f4;
    overflow: hidden;
    line-height: 300px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.home_02 {
    height: 728px;
}

.home_02_left {
    width: 950px;
}

.home_02_right {
    width: 300px;
    height: 100%;
    padding: 24px 22px;
}

.home_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    line-height: 19px;
}

.home_title > b {
    font-size: 18px;
    color: #008ECE;
    font-weight: bold;
}

.home_title > a {
    float: right;
    color: #999;
    font-size: 14px;
}

.home_02_article {
    width: 460px;
}

.home_02_article_list {
    height: 374px;
}
.home_02_article_list li {
    position: relative;
    padding-left: 18px;
    line-height: 16px;
    margin-bottom: 15px;
}

.home_02_article_list li:last-child {
    margin-bottom: 0;
}

.home_02_article_list li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ddd;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.home_02_article_list a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 340px;
}

.home_02_article_list .time {
    color: #999;
    font-size: 12px;
}

.home_recommend {
    margin-top: 42px;
}

.home_recommend_game {
    height: 200px;
    padding:20px 30px ;
    margin-top: 30px;
}

.home_recommend_game dl {
    width: 600px;
}

.home_recommend_game dt {
    width: 160px;
    height: 160px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    line-height: 158px;
    margin-right: 29px;
}

.home_recommend_game img {
    width: 130px;
    height: auto;
}

.home_recommend dd {
    margin-left: 189px;
}

.game_info h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.game_info_firm {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.gema_info_stars {
    color: #008ECE;
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 6px;
    width: 120px;
    height: 21px;
}

.gema_info_stars > div {
    width: 83px;
    height: 15px;
    position: relative;
    margin-top: 3px;
}

.gema_info_stars i {
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 2px;
}

.gema_info_stars i:last-child {
    margin-right: 0;
}

.stars_bg,
.stars_active {
    position: absolute;
}

.stars_active {
    overflow: hidden;
}

.stars_active > div {
    width: 83px;
    height: 15px;
}

.stars_bg i {
    background-image: url(/static/wmzhe/images/game_07.png);
}

.stars_active i {
    background-image: url(/static/wmzhe/images/game_06.png);
}

.game_info_decs {
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999;
}

.game_info_decs a {
    color: #999;
}

.game_info .tags {
    margin-top: 8px;
}

.game_info .tags a {
    color: #999;
    font-size: 12px;
}

.game_info .tags span {
    font-size: 12px;
    color: #999;
    padding: 3px 14px;
    background-color: #e3e3e3;
    border-radius: 5px;
    margin-right: 10px;
}

.game_info a.type {
    background: none;
    color: #008ECE;
    padding-right: 0;
    padding-left: 0;
}

.game_image {
    width: 250px;
    height: 160px;
    background-color: #f4f4f4;
    overflow: hidden;
    line-height: 160px;
}

.game_image img {
    width: 100%;
    height: auto;
}

.game_list {
    margin-top: 20px;
}

.game_list li {
    margin-bottom: 21px;
}

.game_list li:last-child {
    margin-bottom: 0;
}

.game_list dt {
    width: 59px;
    height: 59px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
    text-align: center;
}

.game_list dt img {
    width: 100% !important;
}

.game_list dd {
    width: 200px;
    padding-top: 5px;
}

.game_list h4 a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.game_list .star {
    color: #008ECE;
    font-size: 16px;
    font-weight: 500;
    margin-top: 14px;
}

.game_list .star i {
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(/static/wmzhe/images/game_06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 5px;
}

.game_list .game_info .tags a {
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.home_game_hot_list > div {
    width: 406px;
    height: 728px;
    margin-right: 30px;
    padding: 24px 22px;
}

.home_game_hot_list > div:last-child {
    margin-right: 0;
}

.home_game_hot_list .game_list dd {
    width: 300px;
}

.ads {
    height: 120px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.home_classify {
    margin-bottom: 110px;
}

.home_classify_list {
    width: 150px;
    margin-right: 34px;
    padding: 26px 17px;
}

.home_classify_list i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: bottom;
}

.home_classify_list a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
}

.home_classify_list li {
    margin-bottom: 50px;
}

.home_classify_list li:last-child {
    margin-bottom: 0;
}

.home_classify .game_list {
    width: 1096px;
    margin-top: 0;
}
.home_classify .game_list li {
    width: 330px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.home_classify .game_list dd {
    width: 280px;
}

.home_classify .game_list li:nth-child(3n) {
    margin-right: 0;
}

.home_02_left_mobile {
    padding: 15px;
    margin-bottom: 0;
}

.home_02_left_mobile .title {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.home_02_left_mobile .title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    float: left;
    margin-right: 20px;
}

.home_02_left_mobile .title .current {
    color: #333;
    position: relative;
}

.home_02_left_mobile .title .current::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1EA6E9;
    bottom: -10px;
    left: 0;
}

.home_02_left_mobile_list .home_02_article_list:last-child {
    display: none;
}

.home_game_hot_list_mobile .list {
    padding: 15px;
}

.home_game_hot_list_mobile .game_list {
    margin-top: 0;
}

.home_game_hot_list_mobile .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.home_game_hot_list_mobile .title h3 {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
}

.home_game_hot_list_mobile .title h3:last-child {
    border-right: none;
}

.home_game_hot_list_mobile .title .current {
    color: #1EA6E9;
    position: relative;
}

.home_game_hot_list_mobile .title .current::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    border-radius: 2px;
    background-color: #1EA6E9;
    bottom: -10px;
    left: 10%;
}

.home_game_hot_list_mobile .list .game_list {
    display: none;
}

.home_game_hot_list_mobile .list .game_list:first-child {
    display: block;
}


@media (max-width:576px) {
    
    .game_view {
        padding: 10px;
        margin-top: 0 !important;
    }

    .index_top {
        width: 100%;
        margin-top: 50px;
        height: auto;
        text-align: center;
    }

    .index_top .container {
        padding-left: 0;
    }

    .index_top .container a {
        line-height: 40px;
    }

    .banner {
        width: 100%;
        margin-top: 0;
        height: auto;
        line-height: unset;
        margin-bottom: 15px;
    }

    .home_02 {
        height: auto;
    }

    .home_02_left {
        width: 100%;
    }

    .home_02_article {
        width: 100%;
    }

    .home_02_article_list {
        height: auto;
    }

    .home_02_article_list a {
        width: 200px;
    }

    .home_02_right {
        /* float: unset; */
        width: 100%;
        padding: 15px;
    }

    .home_game_hot_list > div {
        width: 100%;
        margin-right: 0;
        padding: 15px;
    }

    .home_recommend {
        margin-top: 30px;
    }

    .home_recommend_game {
        height: auto;
        padding: 15px;
        margin-top: 15px;
    }

    .home_recommend_game dl {
        width: 100%;
    }

    .home_recommend_game dt {
        width: 80px;
        height: 80px;
        line-height: 76px;
        margin-right: 18px;
        margin-bottom: 10px;
    }

    .home_recommend_game dt img {
        width: 75px;
    }

    .home_recommend_game dd {
        margin-left: 0;
        padding-top: 5px;
    }

    .home_recommend_game dd h3 {
        margin-bottom: 8px !important;
    }

    .gema_info_stars {
        margin-left: 98px;
        margin-bottom: 0 !important;
    }

    .game_info_decs {
        width: 100%;
        line-height: 1.6;
        margin-bottom: 0 !important;
    }
    .game_image {
        width: 100%;
        margin-bottom: 15px;
    }

    .game_list dl {
        width: calc(100% - 60px);
    }

    .game_list dd {
        width: 90% !important;
    }

    .home_classify .game_list {
        width: 100%;
    }

    .home_classify_list {
        width: 100%;
        padding: 15px 15px 5px;
        margin-right: 0;
    }

    .home_classify_list li {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        text-align: center;
    }

    .home_classify_list li:last-child {
        margin-right: 0;
    }

    .home_classify_list a {
        font-size: 14px;
        height: auto;
        text-align: center;
    }

    .home_classify_list i {
        display: block;
        margin: 0 auto 5px;
    }

    .home_classify .game_list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .home_classify .game_list li:last-child {
        margin-bottom: 0;
    }

    .home_classify {
        margin-bottom: 30px;
    }

    .home_game_hot {
        /* margin-top: 30px; */
    }

}