.wrap{
    background-color: #F7F7F7;
}
.common_title2{
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box;
}
.common_title2 .name{
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 54px;
}
.common_title2 .name i{
    position: relative;
    z-index: 9;
}
.common_title2 .name::before{
    position: absolute;
    left: 0;
    top: 31px;
    content: "";
    width: 100%;
    height: 6px;
    background: #FFEA54;
}
.common_title2 .more{
    float: right;
    position: relative;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    line-height: 54px;
}
.common_title2 .more::after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    width: 5px;
    height: 7px;
    background: url("//xin.18183.com/assets/images/more_2.png") no-repeat center;
    background-size: contain;
}


.main{
    position: relative;
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}
.main .part1{
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: url("//xin.18183.com/assets/images/bhxqtd_back_1.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.main .part1 .box{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    padding: 0 40px;
    background: rgba(0, 0, 0, .8);
    box-sizing: border-box;
}
.main .part1 .box a{
    position: relative;
    float: left;
    margin-right: 50px;
    height: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #E3E3E3;
    line-height: 54px;
}
.main .part1 .box a.active,
.main .part1 .box a:hover{
    color: #FCDD00;
}
.main .part1 .box a.active::after,
.main .part1 .box a:hover::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background: #FCDD00;
    border-radius: 2px;
    content: "";
}
.main .main_left{
    float: left;
    width: 260px;
    margin-right: 20px;
}
.main .main_left .down_box{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
}
.main .main_left .down_box .game_pic{
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    margin: 0 auto;
}
.main .main_left .down_box .game_name{
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #222222;
}
.main .main_left .down_box .game_type{
    display: none;
}
.main .main_left .down_box .game_btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main .main_left .down_box .game_btn .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104px;
    height: 48px;
    padding: 0 22px;
    background: #00B35D;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_left .down_box .game_btn .btn::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("//xin.18183.com/assets/images/and.png") no-repeat center center;
    background-size: 100% 100%;
}
.main .main_left .down_box .game_btn .btn::after{
    content: "安卓";
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.main .main_left .down_box .game_btn .btn.ios{
    padding: 0 22px;
    background: #3D3D3D;
}
.main .main_left .down_box .game_btn .btn.ios::before{
    width: 23px;
    height: 23px;
    background-image: url("//xin.18183.com/assets/images/ios.png");
}
.main .main_left .down_box .game_btn .btn.ios::after{
    content: "iOS";
    font-size: 18px;
    margin-top: 4px;
}
.main .main_left .left_1{
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_left .left_1 .list{
    width: 100%;
    padding: 14px 0 10px;
}
.main .main_left .left_1 .list .list_item{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.main .main_left .left_1 .list .list_item a{
    display: block;
}
.main .main_left .left_1 .list .list_item a i{
    float: left;
    width: 38px;
    height: 20px;
    line-height: 20px;
    background: #4C6BC3;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.main .main_left .left_1 .list .list_item a p{
    float: right;
    width: 172px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_left .left_2{
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_left .left_2 .list{
    width: 100%;
    padding: 14px 0 10px;
}
.main .main_left .left_2 .list .list_item{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.main .main_left .left_2 .list .list_item a{
    display: block;
}
.main .main_left .left_2 .list .list_item a i{
    float: left;
    width: 38px;
    height: 20px;
    line-height: 20px;
    background: #333;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.main .main_left .left_2 .list .list_item a p{
    float: left;
    width: 126px;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_left .left_2 .list .list_item a span{
    float: right;
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}
.main .main_left .left_3,
.main .main_left .left_4{
    margin-top: 20px;
}
.main .main_left .left_3 .list .list_item a i{
    background: #724A90;
}
.main .main_left .left_4 .list .list_item a i{
    background: #AB7E44;
}
.main .main_center{
    float: left;
    width: 640px;
    position: absolute;
    left: 280px;
    top: 314px;
}
.main .main_center .center_1{
    width: 640px;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
}
.main .main_center .center_1 .swiper-container{
    width: 100%;
    height: 100%;
}
.main .main_center .center_1 .swiper-slide{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.main .main_center .center_1 .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.main .main_center .center_1 .swiper-slide p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    padding-right: 200px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_center .center_1 .swiper-pagination{
    text-align: right;
}
.main .main_center .center_1 .swiper-pagination-bullets{
    right: 20px;
    left: auto;
    bottom: 14px;
}
.main .main_center .center_1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: .8;
}
.main .main_center .center_1 .swiper-pagination-bullet-active{
    background: #FCDD00;
}
.main .main_center .center_2{
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_center .center_2 .common_title2{
    border-bottom: 0;
}
.main .main_center .center_2 .tabs_1{
    width: 100%;
    overflow: hidden;
}
.main .main_center .center_2 .tabs_1 .tab{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ECECEC;
    border-radius: 0px 2px 2px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.main .main_center .center_2 .tabs_1 .tab.active{
    position: relative;
    color: #333333;
    border: 1px solid #000000;
}
.main .main_center .center_2 .tabs_1 .tab.active::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FCDD00;
    content: "";
}
.main .main_center .center_2 .tabs_2{
    display: none;
    margin-top: 16px;
    overflow: hidden;
}
.main .main_center .center_2 .tabs_2.active{
    display: block;
}
.main .main_center .center_2 .tabs_2 .tab{
    float: left;
    margin-top: 6px;
    padding: 0 12px;
    width: auto;
    height: 21px;
    line-height: 21px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    cursor: pointer;
}
.main .main_center .center_2 .tabs_2 .tab.active{
    background: #F0F0F0;
}
.main .main_center .center_2 .list{
    display: block;
    width: 100%;
    max-height: 320px;
    overflow-y: scroll;
}
.main .main_center .center_2 .list .list_item{
    float: left;
    height: 138px;
    width: 104px;
    margin-top: 20px;
    margin-right: 13px;
    background: #F7F7F7;
    border-radius: 8px;
}
.main .main_center .center_2  .list .list_item:nth-of-type(5n){
    margin-right: 0;
}
.main .main_center .center_2 .list .list_item img{
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 8px;
}
.main .main_center .center_2 .list .list_item span{
    display: block;
    font-size: 14px;
    margin-top: 7px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_center .center_3{
    width: 100%;
    padding: 0 20px 20px;
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.main .main_center .center_3 .tabs_1{
    width: 100%;
    height: 22px;
    margin: 13px 0;
}
.main .main_center .center_3 .tabs_1 .swiper-wrapper{
    width: 100%;
}
.main .main_center .center_3 .tabs_1 .tab{
    width: auto;
    height: 100%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    margin-right: 18px;
    cursor: pointer;
}
.main .main_center .center_3 .tabs_1 .tab.active{
    position: relative;
    font-weight: bold;
    color: #222222;
}
.main .main_center .center_3 .tabs_1 .tab.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FCDD00;
}

.main .main_center .center_3 .tabs_2{
    display: none;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}
.main .main_center .center_3 .tabs_2.active{
    display: block;
}
.main .main_center .center_3 .tabs_2 .tab_box{
    position: relative;
    float: left;
    width: 100px;
    margin-right: 10px;
}
.main .main_center .center_3 .tabs_2 .tab_box .cur_check{
    position: relative;
    width: 100%;
    height: 28px;
    margin-bottom: 6px;
    line-height: 28px;
    padding-left: 10px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    box-sizing: border-box;
    cursor: pointer;
}
.main .main_center .center_3 .tabs_2 .tab_box .cur_check i{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 5px;
    background: url("//xin.18183.com/assets/images/open.png") no-repeat center;
}
.main .main_center .center_3 .tabs_2 .tab_box ul{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    margin-top: 2px;
    padding: 10px 0 6px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 2px;
}
.main .main_center .center_3 .tabs_2 .tab_box ul li{
    width: 100%;
    height: 26px;
    padding-left: 16px;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    box-sizing: border-box;
    cursor: pointer;
}
.main .main_center .center_3 .tabs_2 .tab_box ul li:hover{
    color: #222222;
    background: #FFF9D0;
}
.main .main_center .center_3 .list{
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    margin-top: 60px;
}
.main .main_center .center_3 .list .list_item{
    float: left;
    display: block;
    width: 86px;
    height: 110px;
    margin-bottom: 16px;
    margin-right: 11px;
    padding: 3px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    box-sizing: border-box;
}
.main .main_center .center_3 .list .list_item:nth-of-type(6n){
    margin-right: 0;
}
.main .main_center .center_3 .list .list_item img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 2px;
}
.main .main_center .center_3 .list .list_item span{
    display: block;
    font-size: 12px;
    margin-top: 4px;
    padding: 0 6px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.main .main_center .center_4{
    width: 100%;
    padding: 0 20px 20px;
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.main .main_center .center_4 .list{
    overflow: hidden;
}
.main .main_center .center_4 .list .list_item{
    float: left;
    width: 135px;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 3px;
    background: #F7F7F7;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.main .main_center .center_4 .list .list_item:nth-of-type(4n){
    margin-right: 0;
}
.main .main_center .center_4 .list .list_item img{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.main .main_center .center_4 .list .list_item span{
    float: left;
    margin-left: 8px;
    height: 100%;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85px;
    display: inline-block;
}
.main .main_center .center_5{
    width: 100%;
    padding: 0 20px 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 20px;
}
.main .main_center .center_5 .list{
    width: 100%;
    overflow: hidden;
}
.main .main_center .center_5 .list .list_item{
    display: block;
    float: left;
    width: 138px;
    margin-right: 16px;
    margin-top: 20px;
}
.main .main_center .center_5 .list .list_item:nth-of-type(4n){
    margin-right: 0;
}
.main .main_center .center_5 .list .list_item img{
    display: block;
    width: 138px;
    height: 78px;
    border-radius: 4px;
}
.main .main_center .center_5 .list .list_item span{
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main .main_right{
    float: right;
    width: 260px;
}
.main .main_right .right_1{
    width: 100%;
    padding: 0 20px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_right .right_1 .list{
    overflow: hidden;
    margin-top: 20px;
}
.main .main_right .right_1 .list .tag_tit{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .main_right .right_1 .list .tag_tit.tag_tit_1:nth-of-type(2),
.main .main_right .right_1 .list .tag_tit.tag_tit_2:nth-of-type(1){
    display: none;
}

.main .main_right .right_1 .list .list_item{
    float: left;
    margin-right: 8px;
}
.main .main_right .right_1 .list .list_item:nth-of-type(4n){
    margin-right: 0;
}
.main .main_right .right_1 .list .list_item img{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 4px;
}
.main .main_right .right_2{
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.main .main_right .right_2 .list1{
    width: 100%;
}
.main .main_right .right_2 .list1 .list_item{
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #ECECEC;
}
.main .main_right .right_2 .list1 .list_item img{
    display: block;
    width: 220px;
    height: 120px;
    border-radius: 4px;
}
.main .main_right .right_2 .list1 .list_item .info .tit{
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 6px;
    padding-left: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.main .main_right .right_2 .list1 .list_item .info .tit::before{
    position: absolute;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: url("//xin.18183.com/assets/images/tophot.png") no-repeat center;
    background-size: contain;
}
.main .main_right .right_2 .list1 .list_item .info p{
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main .main_right .right_2 .list1 .list_item .other{
    display: flex;
    justify-content: space-between;
    margin: 12px 0 0;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}
.main .main_right .right_2 .list2 .list_item .info .tit{
    padding: 0;
    margin-top: 0;
}
.main .main_right .right_2 .list2 .list_item .info .tit::before{
    width: 0;
}
.main .main_right .right_2 .list2 .list_item:nth-last-of-type(1){
    border-bottom: 0;
}
.main .main_right .right_3{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_right .right_3 .list{
    width: 100%;
    padding: 14px 0 10px;
}
.main .main_right .right_3 .list .list_item{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.main .main_right .right_3 .list .list_item a{
    display: block;
}
.main .main_right .right_3 .list .list_item a i{
    float: left;
    width: 38px;
    height: 20px;
    line-height: 20px;
    background: #4C6BC3;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.main .main_right .right_3 .list .list_item a p{
    float: right;
    width: 172px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_right .right_4{
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
}
.main .main_right .right_4 .list{
    width: 100%;
    padding: 14px 0 10px;
}
.main .main_right .right_4 .list .list_item{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.main .main_right .right_4 .list .list_item a{
    display: block;
}
.main .main_right .right_4 .list .list_item a i{
    float: left;
    width: 38px;
    height: 20px;
    line-height: 20px;
    background: #333;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.main .main_right .right_4 .list .list_item a p{
    float: left;
    width: 126px;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .main_right .right_4 .list .list_item a span{
    float: right;
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}


/* 新增 */
.right_3,.right_4{
    display: none;
}