.nav dd.on i {
	width: 60px;
}
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}
.main{
    width: 1200px;
    /*height: 100%;*/
    position: relative;
    left: 0;
    right: 0;
    top: 20px;
   
    margin: auto;
    /*border: 1px solid red;*/
}
.box_left{
    width: 886px;
    /*border: 1px solid black;*/
}
.box_right{
    width: 294px;
    margin-left: 20px;
    /*border: 1px solid blue;*/
}

.game_main{
    width: 886px;
    height: 190px;
    background:url("/static/newpc/shouyou20220516/gamebk.png") no-repeat 100%;
    background-size: 100% 100%;
    position: relative;
}
.game_main_logo{
    width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33px;
    margin: auto;
    overflow: hidden;
    border-radius: 25px;
}
.game_main_info{
    width: 400px;
    height: 116px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    margin: auto;
    /*border: 1px solid white;*/
}

.game_main_info .game_main_info_name{
    width: 300px;
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #EEEEEE;
    line-height: 33px;
    overflow: hidden;
}
.game_main_info .game_biaoqian{
    margin-top: 10px;
    width: 400px;
    height: 26px;
    /*border: 1px solid red;*/
}
.game_main_info .game_biaoqian li{
    /*width: 84px;*/
    height: 26px;
    background: rgba(255, 249, 244, 0.04);
    border-radius: 13px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 26px;
    text-align: center;
    /*overflow: hidden;*/
    padding: 0px 10px;
    /*margin-left: 5px;*/
}
.game_main_miaoshu{
    margin-top: 10px;
}
.game_main_miaoshu div{
    width: 150px;
    /*border: 1px solid red;*/
    float: left;
}
.game_main_miaoshu p{

    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    line-height: 17px;
    overflow: hidden;
}
.game_main_download{
    width: 122px;
    height: 130px;
    /*border: 1px solid red;*/
    position: absolute;
    right: 93px;
    top: 0;
    bottom: 0;
    margin:auto;
}
.game_main_download:hover{
    cursor: pointer;
}
.game_main_download a{
    display: block;
    width: 122px;
    height: 36px;
}
.game_main_download img{
    width: 122px;
    height: 36px;
}
.game_info{
    width: 886px;
    /*height: 406px;*/
    position: relative;
    background: #FFFFFF;
}
.game_info_title{
    width: 846px;
    padding: 20px;

}
.game_info_title div{
    width: 846px;
    height: 25px;
    position: relative;


}
.game_info_title div p{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    width: 100px;
    position: absolute;
    top: 0;
    left: 10px;
}
.game_info_title div span{
    display: inline-block;
    width: 4px;
    height: 25px;
    background: #F87606;
    margin-top: 0;
}
.game_info_title .game_info_word{
    /*height: 62px;*/
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing:1px;
      text-align: justify;

    /*border: 1px solid red;*/
}
.game_info_word{
	padding: 0 25px 25px 25px;
}
.game_info_word h3 {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}
.game_info_img{
    width: 846px;
    /*height: 500px;*/
    /*border: 1px solid red;*/
    position: relative;
    left: 0;
    right: 0;
    /*top: 135px;*/
    margin: auto;
}

.moreTab{
    width: 846px;
    /*height: 1000px;*/
    background: #FFFFFF;
    margin-top: 20px;
    padding: 20px;
}
.moreTab .chooseMenu li{
    width: 88px;
    height: 34px;
    font-size: 18px;
    /*color: #333333;*/
    line-height: 30px;
    text-align: center;
}
.moreTab .chooseMenu li:hover{
    cursor: pointer;
}
.chooseThis{
    background: url("/static/newpc/shouyou20220516/chooseThis.png") no-repeat 100%;
    background-size: 100% 100%;
    color: #FFFFFF;
    /*font-weight: 600;*/
}
.tabXiazai{
    width:  846px;
    height: 88px;
    background: url("/static/newpc/shouyou20220516/moretabbk.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    position: relative;
}
.tabXiazai a {
    width: 122px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    right:70px;
    margin: auto;
}
.tabXiazai img{
    width: 122px;
    height: 36px;
}

.chooseMain{
    margin-top: 20px;
    width: 846px;
    /*height: 400px;*/
    /*border: 1px solid black;*/
}
.chooseMain_2,.chooseMain_3,.chooseMain_4,.chooseMain_5{
    display: none;
}
.right_down{
    width: 294px;
    height: 346px;
    background: url("/static/newpc/shouyou20220516/right_down.png") no-repeat 100%;
    background-size: 100% 100%;
    position: relative;
}
.right_down_code{
    width: 100px;
    height: 100px;
    /*border: 1px solid black;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.right_remen{
    width: 254px;
    height: 700px;
    background: #FFFFFF;
    margin-top: 20px;
    padding: 20px;
}
.right_remen_title{
    width: 100%;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #333333;
    border-left: 4px solid #F87606;
    text-indent: 10px;
}
.right_remen ul {
    width: 100%;
}
.right_remen ul li {
    width: 100%;
    height: 54px;
    margin-top: 10px;
    /*border: 1px solid red;*/
    position: relative;
}
.right_remen ul li .right_remen_num{
    width: 16px;
    height: 27px;
    /*border: 1px solid black;*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #888888;
}
.right_remen ul li:nth-child(1) .right_remen_num{
    background: url("/static/newpc/shouyou20220516/num1.png") no-repeat 100%;
    background-size:100% 100% ;
}
.right_remen ul li:nth-child(2) .right_remen_num{
    background: url("/static/newpc/shouyou20220516/num2.png") no-repeat 100%;
    background-size:100% 100% ;
}
.right_remen ul li:nth-child(3) .right_remen_num{
    background: url("/static/newpc/shouyou20220516/num3.png") no-repeat 100%;
    background-size:100% 100% ;
}

.right_remen ul li img{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    margin: auto;
}
.right_remen ul li .right_remen_name{
    width: 82px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 87px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    /*font-weight: 600;*/
 
}


.right_remen ul li .right_remen_down:hover{
    cursor: pointer;
    background: linear-gradient(180deg, #FCAE0E 0%, #F87606 100%);
    font-weight: 600;

    color: #FFFFFF;
    border: 0px solid #CCCCCC;
}
.right_remen ul li .right_remen_down{
    width: 76px;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 249, 244, 0.04);
    border-radius: 18px;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #888888;
    text-align: center;
}

.renQi ul,.renQi li{
    display: inline-block;
}
.renQi{
    width: 846px;
    height: 163px;
    padding: 20px;
    background: #FFFFFF;
    margin-top: 20px;
    position: relative;
}
.renQi .renQi_title{
    /*width: 75px;*/
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    border-left: 4px solid #F87606;
    text-indent: 10px;
}

.renQi ul{
    height: 98px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.renQi ul li{
    width: 66px;
    height: 98px;
    margin-top: 10px;
    /*border: 1px solid black;*/
    margin-left: 5.5px;
    position: relative;
}
.renQi ul li img{
    width: 66px;
    height: 66px;
}
.renQi ul li p{
    width: 66px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.chooseMain_1 ul {
    width:846px;
    /*height: 100%;*/
    /*border: 1px solid red;*/
}
.chooseMain_1 ul li{
    width:100%;
    position: relative;
    /*border: 1px solid yellow;*/
    
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}
.chooseMain_1 ul li .userInfo img {
    width:44px;
    height: 44px;
    border-radius: 44px;
}
.chooseMain_1 ul li .userInfo {
    height: 44px;
    position: relative;
    
}
.chooseMain_1 ul li .userInfo  p{
    display: block;
    width: 300px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 55px;
    font-size: 18px;
    
}
.chooseMain_1 ul li span{
    width: 133px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    line-height: 17px;
    position: absolute;
    top: 10px;
    right: 0;
}
.chooseMain_1 ul li .userPingLun{
    width: 740px;
    /*min-height: 50px;*/
    font-size: 14px;
    /*border: 1px solid black;*/
    margin: 0 auto;
    
}
.chooseMain_1 ul li .userPingLun img{
    width: 100px;
    height: 100px;
}
.chooseMain_2 ul{
    width: 846px;
}
.chooseMain_2 ul li{
    width: 370px;
    height: 110px;

    background: #F7F7F7;
    float: left;
    margin: 6px;
    padding: 20px;
    position: relative;
}
.chooseMain_2 ul li div:nth-child(1) {
    width: 100%;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;  
}
.chooseMain_2 ul li div:nth-child(2) {
    width: 100%;
    /*height: 20px;*/
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    /*line-height: 20px;*/
}
.chooseMain_2 ul li div:nth-child(3) {
    position: absolute;
    bottom: 20px;
    width: 200px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
}
.chooseMain_2 ul li div:nth-child(4) {
    width: 122px;
    height: 36px;
    background: linear-gradient(180deg, #FCAE0E 0%, #F87606 100%);
    border-radius: 18px;
    border: 0px solid #F87606;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.chooseMain_3 table{
    width:846px;
    border-collapse:collapse;
}

.chooseMain_3 table tr th{
    background: #F7F7F7;

    border: 1px solid #EDEDED;
     width: 205px;
    height: 47px;

    font-size: 14px;
    text-indent: 10px;
}
.chooseMain_3 table tr td{
 
    border: 1px solid #EDEDED;
    width: 205px;
    height: 47px;
    font-size: 14px;
    text-indent: 10px;
}
.chooseMain_3 table tr td span{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block; 
    margin-right: 5px;
}
.chooseMain_5 ul{
    width: 100%;
}
.chooseMain_5 ul li{
    width: 806px;
    height: 115px;
    padding: 20px;
    /* border: 1px solid yellow; */
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}
.chooseMain_5 ul li img{
    width:200px;
    height: 114px;
    
}
.chooseMain_5 ul li .gong_title{
    position: absolute;
    top: 20px;
    left: 240px;
    width: 300px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
}
.chooseMain_5 ul li .gong_main{
    position: absolute;
    top: 50px;
    left: 240px;

    width: 550px;
    height: 62px;
    font-size: 14px;
    overflow: hidden;
    
}
.chooseMain_5 ul li .gong_type{
    width: 50px;
    height: 22px;
    background: #FF5151;
    border-radius: 13px;
    color: white;
    line-height: 22px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 240px;
    
}
.chooseMain_5 ul li .gong_time{
   width: 133px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    line-height: 17px;
    position: absolute;
    bottom: 20px;
    right: 43px;
}


.game_wrap{
    margin-top: 0;
    border: none;
}
.chooseMain_4{
    width:846px;
    position: relative;
}
                       
.chooseMain_4 .main4_chooseType li{
    width: 88px;
    height: 38px;
    font-size: 14px;
    border-radius: 19px;
    /*border: 1px solid black;*/
    line-height: 38px;
    text-align: center;
}
.chooseMain_4 .main4_chooseType li:nth-child(5){
    position: absolute;
    right: 0;
    width: 88px;
    height: 38px;
    background: linear-gradient(180deg, #FCAE0E 0%, #F87606 100%);
    border-radius: 19px;
    color: white;
    border: 0px solid #F87606;
}
.chooseMain_4 .main4_chooseType li:hover{
    cursor: pointer;
}
.m4_choose{
    background: #F87606;
    color: white;
}
.chooseMain_4 .main4_list li{
    width:806px;
    /*height: 1568px;*/
    background: #EEEEEE;
    padding: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(1){
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}
.chooseMain_4 .main4_list li div:nth-child(2){
    height:20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.chooseMain_4 .main4_list li div:nth-child(3){
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #F87606;
    line-height: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(4){
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
}
.chooseMain_4 .main4_list li div:nth-child(5){
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}
.chooseMain_4 .main4_list li div:nth-child(6){
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(7){
     height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(8){
     height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(9){
     height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.chooseMain_4 .main4_list li div:nth-child(10){
    width: 100%;
    /*border: 1px solid black;*/
    margin-top: 10px;

}
.chooseMain_4 .main4_list li div:nth-child(10) span{
    width: 70px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;

}
.chooseMain_4 .main4_list li div:nth-child(10) div{
    width:700px;
    /*border: 1px solid red;*/
    height: 100%;
    position: relative;
    top: -20px;
    left: 80px;
}
.chooseMain_4 .main4_list li div:nth-child(10) div img{
width:100px;
margin-left: 5px;
}           
.showDwon{
width:120px;
height: 120px;
position: absolute;
left: -135px;
top: -18px;
display: none;
}
.showDwon img{
width:120px;
height: 120px;
}
.LQ_lb:hover{cursor:pointer}
.dengji{
/*border: 1px solid red;*/
position: absolute;
top: 80px;
left: 208px;
}
.dengji span{
display: block;
width:14px;
height: 14px;
/*border: 1px solid black;*/
float: left;
margin-right: 2px;
background: url("/static/newpc/shouyou20220516/star_no.png") no-repeat 100%;
background-size: 100% 100%;
}

.no_main{
width:846px;
height: 350px;
/*border: 1px solid black;*/
position: relative;
}
.no_main img{
height: 166px;
height: 144px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.no_main p{
width: 58px;
height: 20px;
font-size: 14px;
font-weight: 400;
color: #999999;
line-height: 20px;
position: absolute;
bottom: 75px;
left: 0;
right: 0;
margin: auto;
}


.logo-container {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #ff0000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top-left-radius: 25px;
    display: flex;
    line-height: 45px;
    text-indent: 5px;
}
.discount-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    transform: rotate(-45deg);
    transform-origin: center;
}