body {
    overflow-x: hidden;
}

.baner {
    max-width: 1920px;
    height: 648px;
    position: relative;
    margin: 0 auto;
}

.banner_pic {
    position: absolute;
    width: 100%;
    height: 648px;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1800px) {
    .baner {
        margin-left: -100px;
        transition: all .1s;
    }
}

@media screen and (max-width: 1600px) {
    .baner {
        margin-left: -100px;
        transition: all .1s;
    }
    .pic_dot_content {
        right: 38% !important;
    }
}

@media screen and (max-width: 1200px) {
    .baner {
        margin-left: -500px;
        transition: all .1s;
    }
}

.pic_dot_content {
    position: absolute;
    z-index: 3;
    top: 296px;
    right: 50%;
}

.pic_dot {
    width: 38px;
    height: 8px;
    border-radius: 8px;
    margin-left: 8px;
    box-sizing: border-box;
    background: white;
    cursor: pointer;
}

.dot_active {
    background: #ff9713;
}

.middle_div {
    margin-top: -334px;
}

.middle {
    width: 1200px;
    margin: 0 auto 23px;
}

.middle_left {
    /* width: 323px; */
}

.middle_right {
    width: 905px;
}

.title {
    width: 100%;
}

.title_text {
    margin-top: -2px;
    line-height: normal;
    text-indent: 10px;
    font-size: 16px;
    color: #666;
}

.big_news {
    font-size: 20px;
    color: #00B6F8;
    font-weight: bold;
    padding: 3px 0;
}

.big_news_detail {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea;
    word-wrap: break-word;
    text-indent: 1em;
}

.news_ul {
    overflow: hidden;
}

.news {
    color: #EAEAEA;
    font-size: 20px;
    height: 29px;
    line-height: 29px;
}

.news a {
    width: 76%;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    color: #7b7b7b;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news a:first-child:before {
    height: 5px;
    width: 5px;
    background: #fff;
    border: 1px solid #c4c4c4;
    display: inline-block;
    content: '';
    margin-right: 10px;
    vertical-align: middle;
    transform: rotate(45deg);
    margin-left: 3px;
}

.news.on {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    transition: all .2s;
}

.news.on a {
    font-size: 20px;
    color: #00B5F7;
}

.news.on a:before {
    content: "";
    width: 0;
}

.news:first-child p {
    font-size: 14px;
    float: right;
    text-align: left;
    width: 94.8%;
}

.news.on:first-child p {
    color: #00B5F7;
    font-size: 20px;
    font-weight: bold;
}

.fast_track {
    width: 100%;
    background: white;
    margin: 10px 0;
    overflow: hidden;
}

.fast_track a {
    width: 139px;
    height: 100px;
    display: block;
    margin: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}

.fast_track a:first-of-type {
    background: #fdae61;
}

.fast_track a:nth-of-type(2) {
    background: #6ecde5;
}

.fast_track a:nth-of-type(3) {
    background: #77d094;
}

.fast_track a:nth-of-type(4) {
    background: #4cb5ff;
}

.fast_track a:nth-of-type(5) {
    background: #adc770;
}

.fast_track a:nth-of-type(6) {
    background: #e3a5c3;
}

.fast_track a span:first-of-type {
    height: 47px;
    width: 47px;
    background: url(../img/iconsbox.png) no-repeat -9px -5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: auto;
    transition: all, 0.5s;
}

.fast_track a:nth-child(2) span:first-of-type {
    background: url(../img/iconsbox.png) no-repeat -9px -67px;
}

.fast_track a:nth-child(3) span:first-of-type {
    background: url(../img/iconsbox.png) no-repeat -9px -130px;
}

.fast_track a:nth-child(4) span:first-of-type {
    background: url(../img/iconsbox.png) no-repeat -9px -192px;
}

.fast_track a:nth-child(5) span:first-of-type {
    background: url(../img/iconsbox.png) no-repeat -10px -256px;
}

.fast_track a:nth-child(6) span:first-of-type {
    background: url(../img/iconsbox.png) no-repeat -10.5px -320px
}

.fast_track a span:last-of-type {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 11px;
    color: #FFFDEC;
    font-size: 15px;
    transition: all, 0.8s;
    text-align: center;
}

.fast_track a:hover span:first-of-type {
    top: -50px;
}

.fast_track a:hover span:last-of-type {
    bottom: 34px;
    font-size: 20px;
}

.wechat-code {
    width: 322px;
    height: 208px;
    display: inline-block;
    margin: 10px 0;
    background: url(../img/icon2.png) -10px -10px;
}

.recond_game {
    width: 100%;
}

.game {
    width: 216px;
    height: 320px;
    margin: 0 13px 21px 0;
    background: white;
    position: relative;
    overflow: hidden;
    color: #9f9c98;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.game:nth-child(4n) {
    margin-right: 0;
}

.game .img-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    font-size: 0;
    cursor: pointer;
}

.game .img-wrap:hover .boxpos {
    display: block;
}

.game .img-wrap img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}

.game .img-wrap .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 69px;
    height: 65px;
    background: url("../img/tag-new.png") no-repeat center/cover;
}

.game .img-wrap .tag span {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #FFFACF;
    transform: rotate(-45deg) translate(-2px, -3px);
}

.game_bottom {
    width: 100%;
    height: 41px;
    line-height: 25px;
    padding: 0 15px;
}

.game_bottom_text {
    font-size: 14px;
    color: #9f9c98;
    margin-right: 50px;
}

.boxpos {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.6);
}

.boxpos .boxpos-bottom {
    margin-top: 23px;
    text-align: center;
}

.boxpos .boxpos-bottom a:first-child {
    position: relative;
    display: inline-block;
    padding-right: 9px;
    margin-right: 9px;
}

.boxpos .boxpos-bottom a:first-child::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.boxpos a input {
    font-size: 14px;
    color: #FFFFFF;
    background-color: transparent;
}

.boxpos a.enter-game {
    display: block;
    width: 129px;
    height: 29px;
    line-height: 29px;
    border-radius: 29px;
    margin: 90px auto 0;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff7900;
}

.game_bottom input {
    width: 70px;
    height: 33px;
    border: 1px solid #cecece;
    line-height: 33px;
    border-radius: 5px;
    background: white;
    font-size: 14px;
    color: #8e8e8e;
    cursor: pointer;
}

.game_bottom_input:hover {
    color: #ff9200;
    cursor: pointer;
}

.game_mask {
    width: 100%;
    height: 188px;
    background: rgba(134, 174, 245, 0.7);
    z-index: 88;
    padding: 57px 42px;
    box-sizing: border-box;
    position: absolute;
    top: -210px;
    transition: all 0.3s;
}

.game_mask img {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    position: absolute;
    z-index: 999;
}

.mask_right {
    width: 90px;
    padding: 20px 0 0 5px;
    box-sizing: border-box;
    line-height: 10px;
}

.mask_text {
    width: 150px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
}

.mask_text a {
    color: #fff;
}

.mask_text a:hover {
    color: #ff9200;
    cursor: pointer;
}

.game:hover .game_mask {
    top: 0;
}

.allgame {
    width: 100%;
    margin: 9px 0 0;
}

.allgame li:last-of-type {
    margin-bottom: 0;
}

.allgame_list {
    width: 216px;
    height: 254px;
    background: white;
    box-sizing: border-box;
    position: relative;
    margin: 0 13px 18px 0;
    cursor: pointer;
    overflow: hidden;
}

.allgame_list .game_status {
    position: absolute;
    left: 15px;
    bottom: 19px;
    width: 31px;
    height: 31px;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.allgame_list .game_status.new {
    background-color: #3BA100;
}

.allgame_list .game_status.hot {
    background-color: #e1405a;
}

.allgame_list:hover .allgame_icon {
    transform: scale(1.1);
}

.allgame_list:hover .hover {
    display: block;
}

.allgame_list:nth-of-type(4n) {
    margin-right: 0;
}

.allgame_list .hover {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
}

.allgame_list .hover .right {
    line-height: 31px;
}

.allgame_list .hover a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.allgame_list .hover .right a:hover {
    color: #ff7900;
}

.allgame_list .hover .enter-game {
    display: inline-block;
    width: 71px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    border-radius: 31px;
    color: #fff;
    background-color: #FF7900;
}

.allgame_list .hover .website {
    position: relative;
    padding-right: 6px;
}

.allgame_list .hover .website::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.7);
}

.allgame_icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.allgame_text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 17px 18px;
}

.allgame_text .name {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 6px;
    font-size: 17px;
    color: #595757;
}

.allgame_text .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 1px;
    background: #C0C0C0;
}

.allgame_text .type {
    font-size: 13px;
    color: #9C9C9C !important;
}

.allgame_text p:first-of-type {
    font-size: 14px;
    color: #3a3a3a;
}

.allgame_list_hover {
    width: 100%;
    height: 100%;
    outline: 1px solid #fdae61;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    display: none;
}

.allgame_list_hover_top {
    position: relative;
    padding: 14px 16px;
}

.allgame_list_hover_bottom {
    background: #fdae61;
    height: 24px;
}

.allgame_list_hover_bottom a {
    height: 24px;
    line-height: 24px;
    color: white;
    margin: 0 16px;
    font-size: 12px;
}

.top_code {
    width: 81px;
    height: 81px;
    float: left;
}

.allgame_list:hover .allgame_list_hover {
    display: block;
}

.allgame_list_hover_top .left:last-of-type {
    padding-left: 25px;
    padding-top: 10px;
}

.allgame_list_hover_top .left:last-of-type p:first-of-type {
    font-size: 14px;
    color: #333333;
}

.allgame_list_hover_top .left:last-of-type p:nth-of-type(2) {
    margin: 10px 0;
    font-weight: bold;
}

.allgame_list_hover_top .left:last-of-type p:nth-of-type(3),
.allgame_list_hover_top .left:last-of-type p:nth-of-type(2) {
    font-size: 12px;
    color: #787878;
}

.rock-icon,
.news-icon,
.wechact-icon,
.allgame-icon,
.reggame-icon,
.list-icon,
.hot-icon {
    background: #ff9200;
    width: 2px;
    height: 18px;
    display: block;
}

.longtitle span {
    width: 2px;
    height: 18px;
}

.longtitle_text {
    margin-top: -2px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    background: none;
}

.longtitle_text label {
    font-size: 14px;
    font-weight: normal;
}

.bot-iconbox {
    width: 100%;
    height: 115px;
    margin-bottom: 25px;
}

.fast_track {
    background: none;
}

.weixinimg {
    margin-top: 5px;
}

.hotgift_content {
    margin-top: 10px;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 30px;
}

.hot {
    position: relative;
}

.hotgift2 {
    width: 96%;
    padding: 17.5px 19px;
    background: white;
    border-bottom: 1px dashed #d8d8d8;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.hot:last-child .hotgift2 {
    border-bottom: none;
}

.hotgift2 img {
    margin-right: 18px;
}

.hotgift2 input {
    width: 60px;
    height: 32px;
    border-radius: 15px;
    border: 1px solid #f47e46;
    cursor: pointer;
    position: absolute;
    line-height: 32px;
    font-size: 16px;
    top: 35px;
    right: 0;
    background: #fefcee;
    color: #f47e46;
    float: right;
    margin-right: 15px;
}

.gift_text p:first-of-type {
    color: #636363;
    width: 120%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.gift_text {
    color: #888;
    margin-top: 10px;
}


/*游戏介绍*/

.gamesugg {
    padding: 16px 17px;
}

.gamesugg p {
    font-size: 12px;
}

.gamesugg h2 {
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #595757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gamesugg h2::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 33px;
    height: 1px;
    background-color: #f47e46;
}

.getgame {
    width: 63px;
    height: 25px;
    border: 1px solid #cecece;
    border-radius: 20px;
    background: white;
    font-size: 12px;
    color: #8e8e8e;
    cursor: pointer;
    position: absolute;
    top: 80px;
}

.longtitle div span {
    background: none;
}

#formore {
    position: relative;
    top: 2px;
    font-size: 13px;
    color: #595757;
}

#formore i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 2px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    text-indent: 0;
    color: #fff;
    background: #FF7900;
}

.news a:hover {
    color: #ff9200;
}

.news label {
    font-size: 12px;
    color: #7b7b7b;
}

.news:hover label {
    color: #ff9200;
}

.onenews {
    width: 100%;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.onenews h4 a {
    width: 100%;
    color: #ff9200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    display: inline-block;
}

.jiaicons {
    width: 37px;
    height: 37px;
    display: inline-block;
    background: url("../img/iconsbox.png") no-repeat -119px -327px;
    position: absolute;
    right: -5px;
    top: -5px;
    transform: scale(0.7);
    cursor: pointer;
}

.longtitle_text label {
    color: #7b7c82;
}

.longtitle_text label:first-child {
    margin-top: 3px;
    margin-left: 15px;
    cursor: pointer;
}

.longtitle_text label:first-child:hover {
    color: #ff9200;
}

.gamedes {
    color: #A8A8A8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuguang {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    height: 75px;
    width: 84%;
}


/* @media screen and (min-width: 1370px) {
    .middle {
        width: 1366px;
    }
    .tuguang {
        width: 320px;
    }
    .middle_left {
        width: 370px;
    }
    .middle_right {
        width: 955px;
    }
    .allgame_list {
        width: 310px;
        margin: 0 10px 10px 0;
    }
    .game {
        width: 310px;
    }
    .game:nth-child(2) {
        margin: 0 10px;
    }
    .fast_track a {
        width: 150px;
        margin-right: 21px;
    }
    .fast_track a span:first-of-type {
        height: 48px;
    }
    .hotgift2 {
        padding: 15.5px 19px
    }
} */


/*账号登录相关css*/

.login_left {
    position: relative;
    width: 279px;
    height: 320px;
    padding: 18px 19px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: white;
}

.login_content {
    width: 100%;
    height: 100%;
}

.login_dialog .login-title {
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
    color: #FF7900;
}


/* @media screen and (max-width: 1400px) {
    .login_dialog {
        right: 80px;
    }
} */

.login_dialog div {
    position: relative;
}

.account,
.psw,
.code {
    width: 100%;
    height: 37px;
    display: block;
    padding-left: 42px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.psw {
    margin-bottom: 13px;
}

.input-icon1,
.input-icon2,
.input-icon3 {
    width: 17px;
    height: 16px;
    display: inline-block;
    background: url(../img/account.png) no-repeat center/contain;
    position: absolute;
    top: 11px;
    left: 11px;
}

.input-icon2 {
    width: 17px;
    height: 21px;
    top: 8px;
    background: url(../img/password.png) no-repeat center/contain;
}

.login_btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: block;
    background: #a5a6a6;
    color: #FFFFFF;
    cursor: pointer;
    margin: 12px 0 10px;
}

.send_reply_active {
    background: url("../img/login-bg.png") no-repeat center/cover;
}

.reg_btn {
    position: relative;
    cursor: pointer;
    color: #FF7900;
    background-color: transparent;
}

.forget {
    margin-right: 5px;
    padding-right: 7px;
    position: relative;
}

.forget::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 10px;
    border-left: 1px dashed #ccc;
}

.login_dialog div select {
    color: #999999;
    vertical-align: middle;
}

.login_dialog div label {
    font-size: 13px;
    color: #999999;
}

.login_dialog div a {
    color: #989898;
}

.reg_page {
    width: 938px;
    margin: 68px auto;
    padding: 0 14px;
    background: #FFFFFF;
}

.word {
    position: relative;
    top: 5px;
}

.account {
    margin-bottom: 13px;
}

.assignment {
    color: #989898;
}

.assignment a:hover {
    color: #ff7900;
}


/*账号登录相关css*/


/*账号信息相关*/

.user_info_left {
    height: 280px;
    background: #FFFFFF;
    margin-bottom: 25px;
}

.user_info {
    /* padding: 10px; */
}

.user_play {
    margin-top: 10px;
}

.user_play_text {
    border-bottom: 1px solid #d3caca;
    line-height: 24px;
}

.slide_server_item {
    width: 100%;
    max-height: 200px;
    padding: 9px 0;
    float: left;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.slide_server_item li {
    margin-bottom: 6px;
}

.slide_server_item li:last-child {
    margin-bottom: 0;
}

.slide_server_item a:hover {
    color: #ff7900;
}

.slide_server_item1 {
    color: #595757;
    /* float: left; */
}

.slide_server_item2 {
    width: 75px;
    color: #999;
    float: right;
    text-align: right;
}

.info_detail {
    padding: 0 0 0 12px;
    width: 74%;
}

.user_info p:nth-of-type(1) input {
    color: #FF7900;
    font-size: 10px;
    cursor: pointer;
}

.user_info p:nth-of-type(1) input:hover {
    font-weight: bold;
}

.user_info p:nth-of-type(1) input:last-of-type {
    background-color: transparent;
}

.user_info .username {
    display: inline-block;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*账号信息相关*/


/* 热门区服列表 */

.hot_server_list {
    margin-top: 35px;
}

.hot_server_list .title {
    margin-bottom: 20px;
}

.hot_server_list .title .tab span {
    display: inline-block;
    width: 71px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 18px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    background-color: #9fa0a0;
}

.hot_server_list .title .tab span:first-child {
    margin-right: 3px;
}

.hot_server_list .title .tab span.active {
    background-color: #FF7900;
}

.hot_server_list .server_list {
    position: relative;
    padding: 35px 20px 16px 34px;
    height: 526px;
    box-sizing: border-box;
    background-color: #fff;
}

.hot_server_list .server_list a:hover {
    color: #ff7900;
}

.hot_server_list .server_list ul .no_data {
    padding: 30px 0;
    text-align: center;
    color: #999;
}

.hot_server_list .server_list li {
    margin-bottom: 20px;
}

.hot_server_list .server_list .icon_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 47px;
    font-size: 0;
}

.hot_server_list .server_list .icon_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hot_server_list .server_list .game_info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 67px);
    margin-left: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #595757;
}

.hot_server_list .server_list .game_info .game_name {
    display: block;
    margin-bottom: 10px;
}

.hot_server_list .server_list .game_info .tag {
    position: absolute;
    top: -8px;
    right: 0;
    width: 10px;
    height: 10px;
    color: #fff;
    font-style: normal;
}

.hot_server_list .server_list .game_info .tag.new {
    background: #3BA100;
}

.hot_server_list .server_list .game_info .tag.hot {
    background: #ff2f4f;
}

.hot_server_list .server_list .game_info .tag span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
}

.hot_server_list .server_list .game_info .server_name .time {
    float: right;
    color: #FF7900;
}

.hot_server_list .server_list .pagination {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.hot_server_list .server_list .pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 9px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: #9fa0a0;
}

.hot_server_list .server_list .pagination span.active {
    background-color: #FF7900;
}

.hot_server_list .server_list .pagination span:last-child {
    margin-right: 0;
}

.title_module {
    margin-bottom: 20px;
}

.title_module .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background: #ff9200;
}

.title_module .txt {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 16px;
    color: #666;
}

.title_module .tab {
    margin-left: 23px;
}

.title_module .tab span {
    display: inline-block;
    width: 71px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 18px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    background: #9fa0a0;
}

.title_module .tab span.active {
    background: #ff9200;
}


/* 热门活动 */

.activity_news {
    width: 1200px;
    margin: 0 auto 23px;
}

.activity_news .hot_activity {
    position: relative;
    float: left;
    width: 510px;
}

.activity_news .hot_activity .list {
    position: relative;
    height: 256px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.activity_news .hot_activity .list li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.activity_news .hot_activity .list li a {
    display: block;
    height: 100%;
}

.activity_news .hot_activity .list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity_news .hot_activity .list li:first-child {
    display: block;
}

.activity_news .hot_activity .slide_dot_wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.activity_news .hot_activity .slide_dot_wrap span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.activity_news .hot_activity .slide_dot_wrap span.active {
    background-color: #ff7900;
}

.activity_news .news_notice {
    float: right;
    width: 669px;
}

.activity_news .news_notice ul.list {
    padding: 20px 32px;
    height: 256px;
    box-sizing: border-box;
    background-color: #fff;
}

.activity_news .news_notice ul.list a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 23px);
    padding: 8px 0;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #888888;
    border-bottom: 1px dashed rgba(159, 160, 160, 0.75);
}

.activity_news .news_notice ul.list li:last-child a {
    border-bottom: 0;
}

.activity_news .news_notice ul.list a:hover {
    color: #ff7900;
}

.activity_news .news_notice ul.list li i {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 0;
    height: 0;
    margin-right: 9px;
    border: 5px solid transparent;
    border-bottom-color: #888888;
    transform: rotate(90deg);
}


/* 礼包和服务模块  */

.gift_service {
    width: 1200px;
    margin: 0 auto 23px;
}

.gift_service .game_gift {
    width: 675px;
    height: 100%;
}

.gift_service .game_gift ul.list {
    height: 200px;
}

.gift_service .game_gift ul.list li {
    float: left;
    width: 155px;
    height: 100%;
    padding: 16px 17px 0;
    margin-right: 17px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.gift_service .game_gift ul.list .no_data {
    width: 100%;
    height: 100%;
    line-height: 200px;
    font-size: 14px;
    text-align: center;
    color: #666;
    background-color: #fff;
}

.gift_service .game_gift ul.list li:last-child {
    margin-right: 0;
}

.gift_service .game_gift ul.list .img_wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 13px;
    border-radius: 19px;
}

.gift_service .game_gift ul.list .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px;
}

.gift_service .game_gift ul.list .img_wrap .gift_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url('../img/gift.png') no-repeat center/contain;
}

.gift_service .game_gift ul.list .game_name {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
}

.gift_service .game_gift ul.list .receive_btn {
    display: block;
    width: 40px;
    height: 22px;
    margin: 0 auto;
    border-radius: 22px;
    font-size: 12px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    background-color: #ff7900;
}

.gift_service .service_channel {
    width: 515px;
}

.gift_service .service_channel .content {
    padding: 15px 30px;
    height: 200px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFFFFF;
}

.gift_service .service_channel .content .l_side {
    width: 250px;
    font-size: 0;
}

.gift_service .service_channel .content .l_side a {
    display: inline-block;
    width: 120px;
    height: 34px;
    margin: 0 10px 10px 0;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #222;
    background-color: #f2f2f2;
}

.gift_service .service_channel .content .l_side a:nth-of-type(2n) {
    margin-right: 0;
}

.gift_service .service_channel .content .l_side a:last-of-type {
    margin-bottom: 0;
}

.gift_service .service_channel .content .l_side a:hover {
    color: #fff;
    background-color: #ff7900;
}

.gift_service .service_channel .content .r_side {
    margin-right: 32px;
    font-size: 12px;
    text-align: center;
    color: #A3A3A3;
}

.gift_service .service_channel .content .r_side .service_icon {
    display: block;
    width: 107px;
    height: 95px;
    margin-bottom: 16px;
    background: url('../img/service.png') no-repeat center/contain;
}

.gift_service .service_channel .content .r_side .telphone {
    margin-top: 8px;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #FF7900;
}