.middle {
    width: 1200px;
    margin: -155px auto 19px;
    margin-bottom: 50px;
}

.banner {
    width: 100%;
    max-width: 1920px;
    height: 1028px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.1s;
}

.banner .banner_content {
    /* position: relative; */
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner .slide_wrap {
    /* position: absolute;
    width: 80%;
    bottom: 240px;
    left: 0; */
    float: left;
    margin-top: 709px;
    padding-left: 27px;
}

.banner .slide_wrap .slide_list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
}

.banner .slide_wrap .slide_item {
    display: inline-block;
    vertical-align: middle;
    width: 69px;
    height: 69px;
    margin-right: 23px;
    cursor: pointer;
}

.banner .slide_wrap .slide_item.active {
    transform: scale(1.2);
}

.banner .slide_wrap .slide_item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.banner .slide_wrap .slide_item:last-child {
    margin-right: 0;
}

.banner .slide_wrap .slide_btn {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    user-select: none;
    cursor: pointer;
}

.banner .slide_wrap .slide_btn.pre_btn {
    transform: rotate(180deg);
}

.banner .game_info {
    float: right;
    margin: 255px -100px 0 0;
}

.banner .game_info li {
    display: none;
}

.banner .game_info li:first-child {
    display: block;
}

.banner .game_info .game_icon {
    display: block;
    width: 107px;
    height: 106px;
    margin-bottom: 15px;
}

.banner .game_info .game_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.banner .game_info .name {
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
}

.banner .game_info .gap_line {
    display: block;
    width: 352px;
    height: 2px;
    padding: 12px 0 9px;
    background: url('../img/gap-line.png') no-repeat center/contain;
}

.banner .game_info .desc {
    width: 460px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    word-break: break-all;
}

.banner .game_info .website_btn {
    display: block;
    width: 197px;
    height: 46px;
    margin-bottom: 12px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    color: #FFE00D;
    border-radius: 46px;
    border: 1px solid #FFE00D;
}

.banner .game_info .detail_btn {
    display: block;
    width: 197px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #ff7a0e;
    border-radius: 46px;
}

.banner .parting_line {
    float: left;
    width: 100%;
    height: 12px;
    margin: 53px auto 0;
    background: url('../img/light-parting-line.png') no-repeat center/contain;
}

.banner_left {
    position: relative;
}

.banner_img {
    position: absolute;
}

.banner_img img {
    height: 326px;
    z-index: -1;
}

.banner_left .baner_link {
    display: none;
}

.baner_link {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 99;
    top: 290px;
    padding: 5px 29px;
    box-sizing: border-box;
}

.baner_link span {
    position: relative;
    top: -2px;
    left: -5px;
}

.baner_link_bg {
    width: 100%;
    height: 36px;
    position: absolute;
    background: #696969;
    top: 290px;
    opacity: 0.5;
}

.baner_link a {
    color: white;
    opacity: 1;
    margin-right: 23px;
}

.baner_link img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.banner_right {
    width: 200px;
    position: absolute;
    bottom: 200px;
    left: 0;
}

.banner_btn {
    width: 100%;
    /* height: 81.5px; */
    /* padding: 16px 0 16px 25px; */
    box-sizing: border-box;
    /* background: white; */
    /* border-bottom: 1px dashed #EAEAEA; */
    position: relative;
    cursor: pointer;
}

.banner_btn:last-of-type {
    border-bottom: 1px solid transparent;
}

.banner_btn p {
    margin-top: 5px;
}

.banner_btn p:first-of-type {
    font-size: 16px;
    color: #6d6d6d;
}

.banner_btn p:last-of-type {
    font-size: 11px;
    color: #b3b3b3;
}

.banner_btn img {
    margin-right: 10px;
    border-radius: 8px;
}

.banner_btn_active {
    background: rgba(255, 146, 0, 0.55);
    border: none;
}

.banner_btn_active:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 146, 0, 0.55);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 30px;
    left: -20px;
}

.banner_btn_active p:first-of-type {
    color: white;
}

.banner_btn_active p:last-of-type {
    color: white;
}

.middle_left {
    width: 866px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
}

.title_module {
    margin-bottom: 28px;
}

.title_module .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 19px;
    background: #ff9200;
}

.title_module .txt {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #4E4E4E;
}

.middle_right {
    width: 313px;
    padding: 40px 24px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
}

.middle_right ul.top5_game li {
    position: relative;
    padding: 15px 0;
}

.middle_right ul.top5_game li::after,
.middle_right ul.top5_game li:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url('../img/parting-line.png') no-repeat center/contain;
}

.middle_right ul.top5_game li:first-child::before {
    top: 0;
    bottom: auto;
}

.middle_right ul.top5_game .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-right: 7px;
}

.middle_right ul.top5_game .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.middle_right ul.top5_game .info {
    display: inline-block;
    vertical-align: middle;
    max-width: 114px;
}

.middle_right ul.top5_game .info .name {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #4E4E4E;
}

.middle_right ul.top5_game .info .type {
    font-size: 13px;
    color: rgba(117, 117, 117, 0.4);
}

.middle_right ul.top5_game .start_btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 68px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #757575;
    border: 1px solid #A8A8A8;
    border-radius: 13px;
    transform: translateY(-50%);
}

.middle_right ul.top5_game .start_btn:hover {
    color: #ff9200;
    border-color: #ff9200;
}

.game_type {
    padding-bottom: 18px;
    margin-bottom: 32px;
    border-bottom: 1px solid #eee;
}

.game_type span {
    margin-right: 18px;
    font-size: 14px;
    line-height: 24px;
    color: #4E4E4E;
}

.game_list_btn {
    margin-right: 16px;
    padding: 3px 10px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    color: #888888;
    cursor: pointer;
}

.gameactive {
    background: #ff9200;
    color: white;
}

.allgame_searchbar {
    width: 100%;
    margin-top: -25px;
}

.allgame_searchbar input:first-of-type {
    width: 202px;
    height: 29px;
    line-height: 29px;
    background: #ffffff;
    color: #c7c6c6;
    border: 1px solid #EAEAEA;
    text-indent: 10px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #EAEAEA;
}

.allgame_searchbar input:last-of-type {
    width: 32px;
    height: 29px;
    background: url(../img/icon-t.png) -587px -447px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
    border: 1px solid #EAEAEA;
}

.allgame_searchbar div:first-of-type {
    font-size: 15px;
    color: #666666;
    position: relative;
    top: 9px;
}

.allgame_searchbar div:last-of-type {
    position: relative;
    top: -4px;
}

.allgame {
    /* width: 105%;
    margin: 10px 0; */
}

.allgame_list {
    position: relative;
    width: 255px;
    height: 160px;
    background: white;
    box-sizing: border-box;
    margin: 0 20px 31px 0;
    border-radius: 3px;
}

.allgame_list:nth-of-type(3n) {
    margin-right: 0;
}

.allgame_list .allgame_top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background: rgba(0, 0, 0, 0.65);
}

.allgame_list .allgame_top a {
    display: block;
    font-size: 15px;
}

.allgame_list .allgame_top a.start {
    width: 137px;
    height: 33px;
    margin: 36px auto 10px;
    line-height: 33px;
    text-align: center;
    color: #ffff;
    border-radius: 33px;
    background-color: #ff7a0e;
}

.allgame_list .allgame_top a.more_server {
    color: #868686;
}

.allgame_list:hover .allgame_top {
    display: block;
}

.allgame_list .game_icon {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.downloadgame {
    position: relative;
    display: block;
}

.top_code {
    float: left;
}

.top_code img {
    width: 98px;
    height: 98px;
}

.allgame_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
    background: rgba(0, 0, 0, 0.65);
}

.allgame_bottom .name {
    max-width: 154px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFFFFF;
}

.allgame_bottom .link a {
    display: inline-block;
    font-size: 15px;
    color: #888888;
}

.allgame_bottom .link a:first-child {
    position: relative;
    padding-right: 7px;
}

.allgame_bottom .link a:first-child::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 2px;
    height: 14px;
    background: #DDDDDD;
}

.allgamebtn2 {
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: block;
    float: left;
    color: #666666;
    box-sizing: border-box;
}

.pagenum_content {
    width: 100%;
    display: table;
    margin: auto;
    background: #fff;
    text-align: center;
}

.pagebtn {
    width: 52px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #EAEAEA;
    color: #8c8c8c;
    font-size: 10px;
    background: white;
    cursor: pointer;
    margin: 0 4px;
}

.pagenum {
    width: 33px;
}

.input_pagenum {
    width: 33px;
}

.gopage {}

.pagenum_content span {
    color: #666666;
}

.pageon {
    background: #00B6F8;
    color: white;
}

.pagebtn:hover {
    background: #00B6F8;
    color: white;
}

#longtitle1 {
    width: 86.5%;
}

.longtitle.clear {
    height: 30px;
    border-bottom: 1px solid #b4b4b4;
}

.longtitle span {
    background: none;
    width: 85px;
    border-bottom: 2px solid #ff9200;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #ff9200;
}

.conductimg {
    width: 100%;
    height: 170px;
}

.conductimg img {
    width: 100%;
}

.page span.current {
    background: #ff9200;
}

.num_bot {
    position: relative;
    top: 14px;
}

.hotgift1 span:last-of-type {
    height: 29px;
    line-height: 29px;
    color: #999;
}

.game_not_data {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 15px;
    color: #888;
}