.wrapper {
    overflow: hidden;
}
.header .wrapper {
    height: 100px;
}
.wrapper .main_left {
    width: 900px;
    padding: 10px 30px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    float: left;
}

.main_left .sort_links {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_left .sort_links a {
    float: left;
    display: block;
    width: 140px;
    height: 38px;
    background: #f3f3f3;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    margin-right: 10px;
}

.main_left .sort_links a:nth-child(6n) {
    margin-right: 0px;
}

.main_left .sort_links a.active {
    color: #ffffff;
    background: #fa612f;
}

.game_list {
    padding-bottom: 50px;
}

.game_list .item {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ececec;
}

.game_list .item:hover {
    background-color: #fafafa;
}

.game_list .item .left {
    width: 620px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.game_list .item .left .photo {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    float: left;
}

.game_list .item .left .photo img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.game_list .item .left .msg {
    width: 510px;
    float: left;
}

.game_list .item .left .msg h4 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_list .item:hover .left .msg h4 {
    color: #fa612f;
}

.game_list .item .left .msg .tip {
    color: #999;
    font-size: 12px;
}

.game_list .item .left .msg .tip i {
    color: #323232;
}

.game_list .item .right {
    float: right;
    display: flex;
    align-items: center;
}

.game_list .item .right .score {
    width: 75px;
    height: 100%;
    color: #999;
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.game_list .item .right .score:after {
    content: '';
    width: 75px;
    height: 12px;
    display: block;
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 0;
}

.game_list .item .right .score.star-0:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 -120px;
}

.game_list .item .right .score.star-1:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 -96px;
}

.game_list .item .right .score.star-2:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 -72px;
}

.game_list .item .right .score.star-3:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 -48px;
}

.game_list .item .right .score.star-4:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 -24px;
}

.game_list .item .right .score.star-5:after {
    background: url(//js.18183.com/hongpigdl/index/2018/img/score-star.png) 0 0;
}

.game_list .item .right .qrcode_btn {
    width: 100px;
    height: 40px;
    color: #fa612f;
    line-height: 40px;
    text-align: center;
    background-color: #f5f2f2;
    float: left;
    position: relative;
}

.game_list .item .right .qrcode_btn:hover {
    color: #fff;
    background-color: #fa612f;
}

.game_list .item .right .qrcode_btn .code {
    width: 100px;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fa612f;
    position: absolute;
    z-index: 1;
}

.game_list .item .right .qrcode_btn .code img {
    width: 100%;
    height: 100%;
}

.new_list .item {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ececec;
}

.new_list .item .msg {
    width: 685px;
    margin-right: 60px;
}

.new_list .item .msg .name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.new_list .item .msg .name h4 {
    width: 530px;
    color: #323232;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.new_list .item:hover .msg .name h4 {
    color: #fa612f;
}

.new_list .item .msg .name span {
    color: #323232;
    font-size: 14px;
    float: right;
}

.new_list .item .msg p {
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.new_list .item .qrcode_btn {
    width: 100px;
    height: 40px;
    color: #fa612f;
    line-height: 40px;
    text-align: center;
    background-color: #f5f2f2;
    float: left;
    position: relative;
}

.new_list .item .qrcode_btn:hover {
    color: #fff;
    background-color: #fa612f;
}

.new_list .item .qrcode_btn .code {
    width: 100px;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fa612f;
    position: absolute;
    z-index: 1;
}

.new_list .item .qrcode_btn .code img {
    width: 100%;
    height: 100%;
}

.la-pages {
    margin: 55px 0;
}

.la-pages ul {
    width: 100%;
    height: 35px;
    font-size: 0;
    text-align: center;
}

.la-pages li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 12px;
    height: 33px;
    font-size: 14px;
    color: #767676;
    line-height: 33px;
    text-align: center;
    border: 1px solid #d3d3d3;
}

.la-pages li a {
    color: #767676;
}

.la-pages li a:hover {
    text-decoration: underline;
}

.la-pages li.active {
    color: #fff;
    border-color: #fa612f;
    background: #fa612f;
}

.wrapper .main_right {
    width: 270px;
    border: 1px solid #e3e3e3;
    float: right;
    padding: 0 15px;
    box-sizing: border-box;
}

.sort_nav .list {
    margin-top: 15px;
    margin-right: -4px;
    box-sizing: border-box;
}

.sort_nav .list .item {
    width: 74px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background-color: #f7f7f7;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
}

.sort_nav .list .item:hover {
    color: #fa612f;
}

.hot_box .list {
    overflow: hidden;
    margin-top: 15px;
    margin-right: -20px;
}

.hot_box .list .item {
    width: 66px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}

/*.hot_box .list .item:nth-child(10n) {*/
/*    margin-right: 0;*/
/*}*/

.hot_box .list .item .photo {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
}

.hot_box .list .item .photo img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.hot_box .list .item span {
    width: 100%;
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hot_box .list .item:hover span {
    color: #fa612f;
}
 .fslGmRkBox {
        margin-top: 24px;
        background: #ffffff;
        border-radius: 8px;
    }

    .gmTitle,
    .inTitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gmTitle .titleL {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #0f1433;
        position: relative;
    }

    .gmTitle .titleL::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 96px;
        height: 4px;
        background: linear-gradient(90deg, #e10217 0%, rgba(246, 247, 255, 0) 80%);
    }

    .fslGmRkBox .tabsCont ul {
        font-size: 14px;
        line-height: 18px;
        color: #0f1433;
        margin-top: 10px;
    }

    .fslGmRkBox .tabsCont ul li a {
        display: flex;
        align-items: center;
        padding: 10px 0px;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(1) a,
    .fslGmRkBox .tabsCont ul li:nth-child(2) a,
    .fslGmRkBox .tabsCont ul li:nth-child(3) a {
        padding: 14px 0 13px 2px;
        border-bottom: 1px dashed #d2d2d2;
    }

    .fslGmRkBox .tabsCont ul li a>span {
        width: 20px;
        flex-shrink: 0;
        font-weight: bold;
        color: #b8bec4;
        text-align: center;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
    .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
    .fslGmRkBox .tabsCont ul li:nth-child(3) a>span {
        width: 32px;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
    .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
    .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after {
        content: '';
        display: block;
        background-image: url(../img/icon_game_list.png);
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        width: 18px;
        height: 24px;
        background-position: -8px -191px;
        text-indent: -9999px;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after {
        width: 18px;
        height: 22px;
        background-position: -36px -191px;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after {
        width: 18px;
        height: 22px;
        background-position: -63px -191px;
    }

    .fslGmRkBox .tabsCont ul li a .imgBox {
        display: none;
        width: 54px;
        height: 54px;
        border-radius: 14px;
        flex-shrink: 0;
    }

    .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
    .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
    .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox {
        display: block;
    }

    .imgBox>img {
        width: 100%;
        height: 100%;
        max-width: inherit;
        max-height: inherit;
        display: block;
        object-fit: cover;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .fslGmRkBox .tabsCont ul li a .textBox {
        flex: 1;
        width: 0;
        padding-left: 14px;
    }

    .fslGmRkBox .tabsCont ul li a .textBox p {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #0f1433;
    }

    .fslGmRkBox .tabsCont ul li a .textBox p.time {
        margin-top: 10px;
        color: #a1a5b2;
    }

    .fslGmTopicBox {
        margin-top: 24px;
        background: #ffffff;
        border-radius: 8px;
    }

    .multiColumnList {
        display: grid;
        grid-template-columns: repeat(10, 8.2%);
        justify-content: space-between;
    }

    .fslGmTopicBox .multiColumnList {
        margin-top: 6px;
        grid-template-columns: repeat(2, 48%);
        font-size: 14px;
        line-height: 18px;
        color: #0f1433;
        text-align: center;
        padding-bottom: 18px;
        border-bottom: 1px dashed #d2d2d2;
    }

    .fslGmTopicBox .multiColumnList li a {
        display: block;
        margin-top: 18px;
    }

    .fslGmTopicBox .multiColumnList li a .imgBox {
        width: 100%;
        height: 72px;
        border-radius: 4px;
    }

    .fslGmTopicBox .multiColumnList li a p {
        width: 99px;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #0f1433;
    }

    .fslGmTopicBox .multiColumnList:last-child li a {
        margin: 20px 0 0;
        display: flex;
        align-items: center;
    }

    .fslGmTopicBox .multiColumnList:last-child li a::before {
        content: '';
        display: block;
        background-image: url(../img/icon_game_list.png);
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        width: 12px;
        height: 12px;
        background-position: -175px -353px;
    }

    .fslGmTopicBox .multiColumnList:last-child li a>p {
        flex: 1;
        padding: 0 0 0 6px;
        margin: 0;
    }
@media screen and (max-width: 750px) {
    .wrapper .main_left {
        width: 100%;
        padding: 10px;
    }
    .new_list .item .msg {
        width: 100%;
        margin-right: 0;
    }
    .new_list .item .msg .name h4 {
        width: 100%;
    }
    .new_list .item .qrcode_btn {
        display: none;
    }
    .la-pages {
        margin: 10px 0;
    }
    .la-pages ul {
        height: auto;
    }
    .la-pages li {
        margin-bottom: 10px;
    }

    .wrapper .main_right {
        width: 100%;
    }
    .sort_nav .list .item {
        width: 24%;
        margin-right: 0;
    }
    .hot_box .list .item {
        width: 24%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
