.d-headgame{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.tab_box{
    margin-top: 7px;
}
.d-headgame-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.d-headgame-title span{
    margin-left: 5px;
    font-weight: 600;
    color: #919499;
}
.d-headgame .d-headgame-intro .d-headgame-desc{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.d-headgame-intro .gameinfo {
    width: 100%;
    overflow: hidden
}

.d-headgame-intro .gameinfo .item {
    float: left;
    width: 33%;
    height: 25px;
    line-height: 25px
}

.d-headgame-intro .gameinfo .item span {
    color: #ccc;
    font-size: 14px;
    display: inline-block;
    width: 80px
}

.d-headgame-intro .gameinfo .item em {
    color: #666;
    font-size: 14px;
    display: inline-block
}

.d-headgame-intro .gameinfo .item.kfslist {
    width: 470px
}


.maincontent {
    margin-top: 20px;
    width: 100%
}

.maincontent::after {
    content: '';
    display: block;
    clear: both
}

.main_l {
    float: left;
    width: 790px;
    margin-right: 20px
}
.commonbox {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.commonbox::after {
    content: '';
    display: block;
    clear: both
}


.odaytit {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1)
}

.odaytit span {
    height: 100%;
    line-height: 60px;
    float: left;
    padding: 0 20px;
    color: #666;
    font-size: 24px;
    font-weight: bold;
    position: relative
}

.odaytit span::after {
    content: '';
    display: block;
    width: 42px;
    height: 6px;
    background-color: #5b88ff;
    border-radius: 3px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -21px
}

.odaytit>a {
    height: 60px;
    float: right;
    line-height: 60px;
    margin-right: 20px;
    color: #ccc;
    font-size: 16px;
    font-weight: bold
}

.odaytit>a:hover {
    color: #f95d4d
}

.odaytit.special1 span::after {
    display: none
}

.tbtxbox {
    box-sizing: border-box;
    padding: 20px 23px
}

.tbtxbox .tbtxtit {
    position: relative;
    height: 25px;
    line-height: 25px;
    text-indent: 30px;
    color: #666;
    font-size: 18px;
    font-weight: bold
}

.tbtxbox .tbtxtit::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(https://m.ali213.net/images/v2/ico_warning.png)
}

.tbtxbox p {
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    display: block;
    margin-top: 10px
}

.yxjjbox .yxjjinfo {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 20px;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.yxjjbox .yxjjinfo p {
    text-indent: 32px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #444;
}

.yxjjbox .yxjjinfo h3 {
    background: url(../images/b1.png);
    background-size: 100%;
    height: 34px;
    margin-bottom: 15px;
    text-indent: 15px;
}

.yxjjbox .yxjjinfo h3 strong {
    color: #fff;
    line-height: 34px
}

.yxjjbox .yxjjinfo strong {
    font-weight: bold;
}

.yxjjbox .yxjjinfo .jwybox {
    font-size: 16px!important
}

.yxjtbox .yxjt {
    overflow: hidden;
    width: 700px;
    height: 420px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px
}

.yxjtbox .yxjt .yxjtswiper {
    width: 100%;
    height: 400px;
    padding: 10px 0
}

.yxjtbox .yxjt .yxjtswiper .swiper-slide {
    display: inline;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 6px 2px #dadada
}

.yxjtbox .yxjt .yxjtswiper img {
    cursor: pointer;
    height: 100%;
    display: block;
    margin: auto
}

.yxjtbox .yxjt .yxjtswiper_botton {
    position: absolute;
    width: 40px;
    height: 85px;
    top: 167px;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
    z-index: 2;
    cursor: pointer
}

.yxjtbox .yxjt .yxjtswiper_botton::after {
    content: '';
    display: block;
    margin: auto;
    width: 18px;
    height: 31px;
    margin-top: 27px
}

.yxjtbox .yxjt .yxjtswiper_botton.yxjtswiper-next {
    right: 0;
    border-radius: 20px 0 0 20px
}

.yxjtbox .yxjt .yxjtswiper_botton.yxjtswiper-prev {
    left: 0;
    border-radius: 0 20px 20px 0
}

.yxjtbox .yxjt .yxjtswiper_botton.yxjtswiper-next::after {
    background: url(https://m.ali213.net/images/v2/btn_8.png)
}

.yxjtbox .yxjt .yxjtswiper_botton.yxjtswiper-prev::after {
    background: url(https://m.ali213.net/images/v2/btn_6.png)
}

.qtbbbox .qtbb {
    box-sizing: border-box;
    padding: 10px 15px
}

.qtbbbox .qtbb .item {
    border-top: 1px solid #e8e8e8;
    height: 74px;
    width: 100%;
    overflow: hidden
}

.qtbbbox .qtbb .item:first-child {
    border-top: unset
}

.qtbbbox .qtbb .item span {
    float: left;
    color: #888;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 23px;
    text-align: left;
    overflow: hidden
}

.qtbbbox .qtbb .item:hover span {
    color: #333
}

.qtbbbox .qtbb .item span:first-child {
    width: 200px;
    text-indent: 6px
}

.qtbbbox .qtbb .item span:first-child+span {
    width: 150px;
    text-align: left
}

.qtbbbox .qtbb .item a {
    float: right;
    width: 94px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 40px;
    color: #464646;
    font-size: 14px;
    margin-top: 16px
}

.qtbbbox .qtbb .item a:hover {
    border: solid 1px #5b88ff;
    background-color: #5b88ff;
    color: #fff
}

.xghjbox .xghj {
    box-sizing: border-box;
    padding: 24px 20px
}

.xghjbox .xghj .hjtab {
    width: 100%;
    overflow: hidden;
    height: 45px;
    margin-bottom: 20px
}

.xghjbox .xghj .hjtab span {
    float: left;
    height: 43px;
    line-height: 43px;
    border: solid 1px #ccc;
    text-align: center;
    color: #464646;
    width: 133px;
    margin-left: 6px;
    border-radius: 10px;
    cursor: pointer
}

.xghjbox .xghj .hjtab span:first-child {
    margin-left: 0
}

.xghjbox .xghj .hjtab span:hover {
    border: solid 1px #5b88ff
}

.xghjbox .xghj .hjtab span.active {
    border: solid 1px #5b88ff;
    color: #fff;
    background: #5b88ff
}

.xghjbox .hjlist {
    display: none;
    overflow: hidden
}

.xghjbox .hjlist.active {
    display: block
}

.xghjbox .hjlist .infotop {
    width: 100%;
    overflow: hidden
}

.xghjbox .hjlist .infotop .limg {
    float: left;
    width: 248px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px
}

.xghjbox .hjlist .infotop .limg img {
    width: 100%;
    height: 100%
}

.xghjbox .hjlist .infotop .rcon {
    float: left;
    float: left;
    width: 432px;
    margin-left: 20px;
    height: 120px
}

.xghjbox .hjlist .infotop .rcon a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #333
}

.xghjbox .hjlist .infotop .rcon a:hover {
    color: #5b88ff
}

.xghjbox .hjlist .infotop .rcon p {
    color: #888;
    font-size: 14px;
    line-height: 25px
}

.xghjbox .itemlist {
    width: 100%;
    overflow: hidden
}

.xghjbox .itemlist .item {
    float: left;
    width: 232px;
    height: 70px;
    overflow: hidden;
    margin-top: 20px
}

.xghjbox .itemlist .item .limg {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px
}

.xghjbox .itemlist .item .limg img {
    width: 100%;
    height: 100%
}

.xghjbox .itemlist .item .hjr {
    float: left;
    width: 140px
}

.xghjbox .itemlist .item .hjr a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #434343;
    overflow: hidden
}

.xghjbox .itemlist .item .hjr a:hover {
    color: #5b88ff
}

.xghjbox .itemlist .item .hjr span {
    color: #9c9c9c;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    display: block
}

.xgglbox .xggl {
    box-sizing: border-box;
    padding: 20px;
    width: 100%
}

.xgglbox .xggl .item {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    height: 147px
}

.xgglbox .xggl .item:first-child {
    margin-top: 0
}

.xgglbox .xggl .item .limg {
    float: left;
    margin-right: 15px;
    width: 220px;
    height: 147px;
    border-radius: 10px;
    overflow: hidden
}

.xgglbox .xggl .item .limg img {
    width: 100%;
    height: 100%
}

.xgglbox .xggl .item .rinfo {
    float: left;
    width: 460px;
    overflow: hidden
}

.xgglbox .xggl .item .rinfo .rtit {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold
}

.xgglbox .xggl .item .rinfo .rtit:hover {
    color: #5b88ff
}

.xgglbox .xggl .item .rinfo .des {
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 6px
}

.xgglbox .xggl .item .rinfo .time {
    height: 30px;
    line-height: 30px;
    color: #ccc;
    font-size: 14px;
    text-indent: 25px;
    position: relative
}

.xgglbox .xggl .item .rinfo .time::before {
    position: absolute;
    width: 18px;
    content: '';
    display: block;
    height: 18px;
    background: url(https://m.ali213.net/images/v2/icon_3.png);
    top: 5px;
    left: 0
}


.main_r {
    float: right;
    width: 440px
}
/* 破解游戏排行 */
.RBox {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
}

.RBox .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
}

.RBox .title .bt {
    font-size: 16px;
}

.RBox .title .more {
    color: #969696;
}

.RBox .title .more span {
    font-family: Serif;
}

.title {
    height: 65px;
    line-height: 65px;
    padding: 0 11px;
}

.title .bt {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.title .bt:before {
    width: 4px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #14b9c8;
    margin: -3px 8px 0 0;
}

.title .more {
    float: right;
    color: #969696;
    font-size: 14px;
}

.title .more:hover {
    color: #14b9c8;
}

.title_bt {
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 11px;
}

.title_bt .bt {
    font-size: 16px;
    float: left;
    font-weight: bold;
}

.title_bt .bt:before {
    width: 4px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #14b9c8;
    margin: -3px 8px 0 0;
}

.title_bt .more {
    float: right;
    font-size: 14px;
    color: #969696;
}

.title_bt .more span {
    font-family: Serif;
}

.title_bt .more:hover {
    color: #14b9c8;
}

.rit_ranking {
    background: #fff;
    padding-bottom: 10px;
}

.rit_ranking ul li .num {
    border: 1px solid #ff8791;
    width: 18px;
    height: 18px;
    float: left;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #ff848e;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 12px;
    border-color: #ff8791;
    color: #ff8791;
}

.rit_ranking ul li .box_a {
    height: 46px;
    line-height: 46px;
    padding: 0 14px;
}

.rit_ranking ul li .box_a .num {
    margin-top: 11px;
}

.rit_ranking ul li .box_a a {
    font-size: 16px;
    color: #000;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 295px;
    height: 42px;
}

.rit_ranking ul li .box_b {
    display: none;
    padding: 16px 14px;
    height: 60px;
    position: relative;
}

.rit_ranking ul li .box_b .num {
    margin-top: 21px;
}

.rit_ranking ul li .box_b .img {
    float: left;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.rit_ranking ul li .box_b .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.rit_ranking ul li .box_b .infor {
    float: left;
    width: 225px;
}

.rit_ranking ul li .box_b .infor .name {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -8px;
    cursor: pointer;
}

.rit_ranking ul li .box_b .infor .name:hover {
    color: #14b9c8;
}

.rit_ranking ul li .box_b .infor p {
    height: 20px;
    line-height: 20px;
    width: 100%;
    color: #535353;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rit_ranking ul li .box_b .bj {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
    overflow: hidden;
}

.rit_ranking ul li .box_b .bj img {
    position: relative;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    display: block;
}

.rit_ranking ul li .box_b .nes {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.rit_ranking ul li + li .num {
    border-color: #f19149 !important;
    color: #f19149;
}

.rit_ranking ul li + li + li .num {
    border-color: #06b9ee !important;
    color: #06b9ee;
}

.rit_ranking ul li + li + li + li .num {
    border-color: #808080 !important;
    color: #000;
}

.rit_ranking ul li:last-child {
    border-bottom: none;
}

.rit_ranking ul .on .box_a {
    display: none;
}

.rit_ranking ul .on .box_b {
    display: block;
}
/* 同款游戏 */
.main_r .tkyxbox {
    width: 420px;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 10px;
    overflow: hidden
}

.main_r .tkyxbox .item {
    float: left;
    width: 80px;
    margin-left: 20px;
    height: 120px
}

.main_r .tkyxbox .item .topimg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 22%;
    display: block;
    margin-bottom: 5px
}

.main_r .tkyxbox .item .topimg img {
    width: 100%;
    height: 100%
}

.main_r .tkyxbox .item .btmtit {
    height: 30px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.main_r .tkyxbox .item:hover .btmtit {
    color: #5b88ff
}

/* 游戏排行榜 */
.Rbox3 {
    /* background: none; */
}
.Rbox3 ul{
    padding: 11px;
}
.Rbox3 ul li {
    width: 100%;
    height: 160px;
    position: relative;
    margin-bottom: 14px;
    border-radius: 6px;
    overflow: hidden;
}

.Rbox3 ul li a {
    display: block;
    width: 100%;
}

.Rbox3 ul li img {
    display: block;
    width: 100%;
    height: 160px;
}

.Rbox3 ul li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url("../images/line4.png") repeat-x left;
    width: 100%;
    height: 56px;
    padding-top: 14px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.Rbox3 ul li p span {
    padding: 0 10px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 热榜推荐 */
.Rbox4 .lunbox .hd {
    position: absolute;
    left: 0px;
    height: 20px;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.Rbox4 .lunbox .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 10px;
    background: #bfbfbf;
    border-radius: 20px;
    margin: 0 4px;
    text-indent: 100em;
    cursor: pointer;
    
}

.Rbox4 .lunbox .hd .on {
    border-radius: 50%;
    text-align: center;
    text-indent: 0em;
    color: #fff;
    background: #14b9c8;
    height: 20px;
}

.Rbox4 .list {
    padding-top: 15px;
}

.Rbox4 .list .list_a {
    width: 102px;
    float: left;
    margin-left: 14px;
}

.Rbox4 .list .list_a img {
    height: 102px;
    border-radius: 15px;
    width: 102px;
    display: block;
}

.Rbox4 .list .list_a p {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    width: 100%;
    overflow: hidden;
}
.Rbox4 .list ul li{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}