body {
    overflow-x: hidden
}

.baner {
    max-width: 1920px;
    height: 575px;
    position: relative;
    margin: 0 auto;
    margin-top: -76px;
}

.banner_pic {
    width: 100%;
    height: 575px;
    display: block;
    position: absolute;
}

@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: 95%;
    right: 50%;
}

.pic_dot {
    width: 10px;
    height: 10px;
    border-radius: 5%;
    margin-left: 14px;
    border: 1.5px solid white;
    box-sizing: border-box;
    background: white;
    cursor: pointer;
}

.dot_active {
    background: #ff9713;
}

.middle {
    width: 1200px;
    margin: 21px auto;
}

.middle_left {
    width: 323px;

}

.middle_right {
    width: 862px;
}

.title {
    width: 100%;
}

.title_text {
    width: 278px;
    height: 30px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 22px;
}

.news_content {
    background: white;
    padding: 17px 15px 3px 15px;
    margin: 15px 0 25px 0;
    height: 285px;
    position: relative;
}

.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%;
    margin: 14px 0;
    margin-bottom: 25px;
}

.game {
    width: 277px;
    height: 306px;
    background: white;
    position: relative;
    overflow: hidden;
    color: #9f9c98;
}

.game:nth-child(2) {
    margin: 0 15px;
}

.game img {
    width: 100%;
    height: 188px;
}

.game_bottom {
    width: 100%;
    height: 41px;
    line-height: 25px;
    padding: 0 15px;
}

.game_bottom_text {
    font-size: 14px;
    color: #9f9c98;
    margin-right: 50px;
}

.boxpos {
    position: absolute;
    bottom: 16px;
    right: 25px;
}

.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 {
    background: #fefcee;
    color: #ff9200;
    border-color: #ff9200;
}

.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: 105%;
    margin: 10px 0;
}

.allgame_list {
    width: 276px;
    height: 131px;
    background: white;
    padding: 20px 14px;
    box-sizing: border-box;
    position: relative;
    margin: 0 17px 17px 0;
}

.allgame_icon {
    width: 96px;
    height: 96px;
}

.allgame_text {
    margin-left: 15px;
}

.allgame_text p {
    margin-top: 10px;
    font-size: 10px;
    color: #7a7a7a;
}

.allgame_text p:first-of-type {
    font-size: 14px;
    color: #3a3a3a;
}

.allgame_text img {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.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: 5px;
    height: 25px;
    display: block;
}

.longtitle span {
    width: 5px;
    height: 25px;
}

.longtitle_text {
    height: 30px;
    font-size: 22px;
    line-height: 25px;
    background: none;
    width: 99%;
    font-weight: normal;
}

.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 {
    width: 100%;
    padding: 0 15px;
    height: 65px;
    line-height: 30px;
}

.gamesugg p {
    font-size: 12px;
}

.gamesugg h2 {
    color: #ffa642;
    font-size: 18px;
    margin-top: 7px;
}

.getgame {
    width: 63px;
    height: 25px;
    border: 1px solid #cecece;
    border-radius: 20px;
    background: white;
    font-size: 12px;
    color: #8e8e8e;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 80px;
}

.longtitle div span {
    background: none;
}

#formore {
    width: 50px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #ff9200;
    color: #ff9200;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    display: none;
}

.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 {
    width: 88%;
    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
    }
}
