*{
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top: 10px;
}
.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.main{
    background: url(./../images/bg.png);
    background-size: 100% 1073px;
    background-repeat: no-repeat;
}
.mgrMain{
    background: url(./../images/bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.bjOne{
    background-color: #f7f8fc;
    padding: 30px 0;
    margin-top: 20px;
}
.bjTwo{
    background-color: #fcfaf6;  
    padding: 30px 0;
    margin-top: 30px;
}
.bjThree{
    background-color: #f7f8fc;
    padding: 30px 0;
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.head-top {
	display: flex;
	align-items: center;
	width: 1200px;
    margin: 0 auto;
}
.head-recom {
	width: 450px;
	height: 119px;
	/*background: url(./../images/head-recom-bg.png);*/
}
.head-recom .recom-warp {
	display: flex;
	align-items: center;
	padding: 45px 15px;
	margin-left: 90px;
	overflow: hidden;
}

.head-recom .ss_form{
    /* background: url(./../images/ss.png); */
    background-size: 100%;
    background-color: #ff7b39;
    border-radius: 22px;
    width: 228px;
    height: 43px;
    margin-right: -35px;
    margin-top: -8px;
    z-index: 10;
    position: relative;
}
.head-recom .ss_form button{
    position: absolute;
    top: 11px;
    left: 18px;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    background-color: transparent;
    z-index: 5;
    color: #fff;
}
.head-recom .ss_form input{
    width: 228px;
    height: 43px;
    /* background-color: transparent; */
    background-color: #ff7b39;
    border-radius: 22px;
    border: 0;
    color: #fff;
    outline: none;
    margin-left: 45px;
    line-height: 42px;
}

.head-recom .recom-warp .item {
	text-align: center;
	width: 18%;
	margin-right: 10px;
}
.head-recom .recom-warp .item .icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.head-recom .recom-warp .item .icon img {
	width: 100%;
	height: 100%;
}
.head-recom .recom-warp .item .icon span {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 43px;
	display: none;
}
.head-recom .recom-warp .item:hover span {
    display: block;
}
.head-recom .recom-warp .item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #d2a48d;
	line-height: 15px;
}
.head-recom .recom-warp .item .title a {
	font-size: 11px;
	color: #d2a48d;
}




.navbar {
	background-color: #ff7b39;
	margin-bottom: 20px
}
.logo{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	flex: 1;
}
.nav{
    width: 1200px;
	margin:0 auto;
	padding: 8px 0
}
.nav li {
	display: inline-block;
    text-align: center;
}


.nav li a {
	color: #fff;
	padding: 10px 50px;
	display: block;
	font-size: 18px;
}
.nav li a:hover,
.nav .active {
    background-color: #fff;
	border-radius: 10px;
}
.nav li a:hover,
.nav .active a {
	color: #ff7b39;
	font-size: 18px;
}


.listBody{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.listTop{
    display: flex;
    justify-content: space-between;
}
.listTop .praise{
    display: flex;
}
.listTop .praise span{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.listTop .praise img{
    width: 19px;
    height: 18px;
    margin-right: 10px;
}

.listTop .ss_form{
    background: url(./../images/ss.png);
    background-size: 100%;
    width: 224px;
    height: 43px;
    margin-right: -35px;
    margin-top: -8px;
    z-index: 10;
    position: relative;
}
.listTop .ss_form button{
    position: absolute;
    top: 11px;
    left: 18px;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    background-color: transparent;
}
.listTop .ss_form input{
    width: 224px;
    height: 43px;
    background-color: transparent;
    border: 0;
    color: #fff;
    outline: none;
    margin-left: 45px;
    line-height: 42px;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffe8dc;
}
.mt20{
    margin-top: 20px;
}
.listGame{
    /* margin-top: 5px; */
    display: flex;
    align-items: center;
}

.listGame .game a{
    display: block;
    width: 50px;
	height: 25px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.listGame .game2 a{
    display: block;
    width: 52px;
	height: 27px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.listOne_ul{
    margin-left: 15px;
    display: flex;
    width: 1060px;
    justify-content: space-between ;
}
.listOne_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.listOne_ul li:hover a{
    color: #ff7b39;
}
.swiper-button-next img{
    width: 30px;
    height: 80px;
    margin-left: 20px;
}
.gameSwiper{
    display: flex;
    margin-top: 25px;
}
.swiperTxt{
    height: 80px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.swiperTxt .one{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.swiperTxt .two{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}

.infoGame{
    width: 1200px;
    /* height: 500px; */
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 10px auto 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.infoLeft{
    width: 390px;
}

.gameSwiper .swiper {
    width: 100%;
    height: 100%;
}

.gameSwiper .swiper-slide {
    width: 200px !important;
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.gameSwiper .swiper-slide a{
    display: flex;
}
.gameSwiper .swiper-slide img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.UpperLeft{
    position: relative;
    width: 390px;
    height: 274px;
}

.UpperLeft .swiper {
    width: 390px;
    height: 274px;
}

.UpperLeft .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.UpperLeft .swiper-slide img {
    display: block;
    width: 390px;
    height: 274px;
    object-fit: cover;
}

.inOneTxt {
    position: absolute;
    bottom: 0;
    width: 390px;
    height: 32px;
    line-height: 32px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.5);
}
.inOneTxt a {
    width: 320px;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 1rem;
}
.LowerLeft{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.LowerLeft li{
    margin-bottom: 15px;
}
.LowerLeft .liButtom{
    margin-bottom: 0;
}
.LowerLeft .img{
    width: 188px;
    height: 114px;
}
.LowerLeft img{
    width: 188px;
    height: 114px;
}
.LowerLeft .text{
    width: 188px;
    margin-top: 10px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.infoMiddle{
    width: 400px;
}
.middleOne{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.middleOne li{
    position: relative;
}

.index-info-box ul li .hollow {
    display: none;
}

.index-info-box  ul li.active .hollow {
    display: block;
}
.hollow{
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 61px;
    bottom: -20px;
}
.index-info-box .middleOne li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
    display: block;
    width: 125px;
	height: 52px;
    text-align: center;
    line-height: 52px;
    position: relative;
    z-index: 10;
}

.index-info-box .middleOne .active a{
    color: #fff;
}
.index-info-box .middleOne .active .img{
    position: absolute;
    display: block;
}
.index-info-box .middleOne li .img{
    position: absolute;
    display: none;
}

.index-info-box .middleOne li .hui{
    width: 120px;
	height: 40px;
	background-color: #f7f7f7;
	border-radius: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
}
.index-info-box .middleOne .active .hui{
    display: none;
}


.twoPublic{
    margin-top: 19px;
}
.twoPublic li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.twoPublic li a:hover .title{
    color: #ff7b39;
}
.mOneLeft{
    align-items: center;
    display: flex;
}
.mOneLeft .round{
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 6px;
}
.mOneLeft .date{
    margin-left: 15px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.mOneLeft .img{
    width: 26px;
	height: 26px;
    margin-left: 15px;
}
.mOneLeft .img img{
    width: 26px;
	height: 26px;
    border-radius: 4px;
}
.mOneLeft .title{
    width: 190px;
    margin-left: 15px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.twoPublic li .info{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.twoPublic li{
    margin: 14px 0;
}
.twoPublic li:last-child{
    margin-bottom: 0;
}
.infoRight{
    border: solid 1px #eeeeee;
    width: 330px;
    height: 555px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    margin-top: 40px;
}
.infoRightTop{
    display: flex;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 40px;
}
.infoRightTop img{
    margin-top: -20px;
}

.infoRight_ul .title{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.infoRightTxt{
    display: flex;
    margin-top: 16px;
}
.infoRightTxt .txtImg{
    width: 83px;
	height: 56px;
} 
.infoRightTxt img{
    width: 83px;
	height: 56px;
} 
.infoRightTxt .txtInfo{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #999999;
    margin-left: 15px;
}
.infoRight_ul li{
    padding: 20px 0 15px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.infoRight_ul li:first-child{
    padding-top: 0;
}
.infoRight_ul li:last-child{
    border-bottom: none;
}

.MobileGame{
    width: 1200px;
    padding: 15px 20px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
	background-color: #fff;
}

.MobileGame .title{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.MobileGameLeft{
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.MobileGameLeft li{
    margin-top: 15px;
    padding: 20px 25px;
    border: 1px solid #eeeeee;
}
.MobileGameLeft li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    /* height: 108px; */
    gap: 10px;
    position: relative;
}
.index-game-box .item ul .active {
    transition: all .5s ease 0s;
    box-shadow: 0px 0px 20px 0px 
		rgba(208, 208, 208, 0.75);
}
.MobileGameLeft .mglImg{
    width: 80px;
    height: 80px;
}
.MobileGameLeft .mglImg img{
    width: 80px;
    border-radius: 10px;
    height: 80px;
}
.MobileGameLeft .mglTxt{
    width: 80px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
    text-align: center;
	color: #666666;
    -webkit-line-clamp: 2;
}
.Download{
    width: 80px;
    height: 30px;
    background-color: #ff6619;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    position: absolute;
    bottom: -10px;
}
.index-game-box .item ul li .Download {
    display: none;
}
@keyframes dh{
    from{
        opacity: .3;
        transform: translateY(40%);
    }
    to{
        opacity: 1;
        transform: translateY(0%);
    }
}
.index-game-box .item ul .active .Download{
    display: block;
    align-items: center;
    margin-top: 17px;
    animation: dh .5s;
}

.MobileGame .Bottom{
    display: flex;
    justify-content: space-between;
}
.MobileGameRight{
    width: 250px;
    margin-right: 25px;
}
.catetitle{
    width: 100%;
	color: #91a7bb;
    text-align: center;
	font-size: 18px;
	margin-bottom:40px;
}
.MGRight{
    width: 250px;
    height: 500px;
    background-image: url(./../images/Fgame.png);
    background-size: 250px 500px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 10px;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
}
.MGRight_ul{
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MGRight_ul li{
    width: 90px;
	height: 36px;
    background-color: #f5f6f7;
	border-radius: 6px;

}
.MGRight_ul li a{
    display: block;
    width: 90px;
	height: 36px;
	border-radius: 6px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #869baf;
}
.MobileGameRight .more{
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.MobileGameRight .more a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #869baf;
}

.LoweRight{
    margin-top: 15px;
    width: 2549x;
    height: 133px;
    border: 1px solid #ff7b39;
}
.LoweRight li a{
  display: flex;
}
.LoweRightTxt{
    width: 16px;
    padding: 7px 15px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    background-color: #ff7b39;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.lrtRight{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.lrtRTop{
    display: flex;
}
.lrtRTop img{
    border-radius: 10px;
    width: 65px;
	height: 65px;
}
.lrtRTop .txt{
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.lrtRTop .name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.lrtRTop .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.lrtRBotton{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    margin-top: 12px;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.GreatestHits{
    width: 1200px;
    margin: 0 auto;
}
.topTitle{
    display: flex;
    justify-content: center;
    position: relative;
}
.GreatestHits .Item{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.GreatestHits .itemImg{
    width: 280px;
    height: 182px;
}
.GreatestHits .itemImg img{
    width: 280px;
    height: 182px;
}
.GreatestHits .itemTxt div{
    /* width: 280px; */
    text-align: center;
}
.GreatestHits .itemTxt{
    display: flex;
    width: 280px;
    height: 120px;
    flex-wrap: wrap;
    align-content: space-around;
}
.GreatestHits .itemInfo{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.GreatestHits .itemNum{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.GreatestHits .itemDate{
    width: 280px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.GreatestHits .charts{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.GreatestHits .charts li{
    margin-top: 20px;
    margin-right: 15px;
}
.GreatestHits .charts a{
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #d6dee4;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #869baf;
}
.GreatestHits .charts li:hover a{
    background-color: #ff7b39;
    transition: all .7s ease 0s;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 3px 2px 0px 
		rgba(255, 123, 57, 0.38);
}
.application{
    margin-top: 60px;
    width: 1200px;
    margin: 60px auto 0 auto; 
}
.applicationLeft{
    width: 250px;
}
.applicationLeft .more{
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.applicationLeft .more a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #869baf;
}
.application .Bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.applicationRight{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.applicationRight li{
    margin-top: 15px;
    padding: 20px 25px;
    border: 1px solid #eee;
}
.applicationRight li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    height: 108px;
    position: relative;
}
.applicationRight .mglImg{
    width: 80px;
    height: 80px;
}
.applicationRight .mglImg img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.applicationRight .mglTxt{
    width: 80px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
    text-align: center;
	color: #666666;
}

.MobileGpack{
    width: 1200px;
    margin: 0 auto;
}
.packUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 20px;*/
}
.packUl li{
    width: 290px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff ;
}
.packUl li .packTitle{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.packUl li .packTitle:hover{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.packUl li .packInfo{
    margin-top: 20px;
    display: flex;
    width: 250px;
    height: 80px;
}
.packUl li .packInfo .packImg{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.packUl li .packInfo img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.packUl li .packInfo .packTxt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    height: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
    margin-top: 6px;
	/*letter-spacing: 1px;*/
	color: #888888;
} 
.MobileGstrategy{
    width: 1200px;
    margin: 40px auto 0 auto; 
}
.mgsMainbody{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dae1e7; 
}
.mgsLeft{
    width: 411px;
}
.mgsLeftImg{
    display: flex;
    justify-content: space-between;
}
.mgsLeftImg img{
    width: 198px;
    height: 121px;
	object-fit: cover;
}
.mgsLeft ul li{
    margin-top: 19px;
}
.mgsLeft ul li a{
    justify-content: space-between;
    display: flex;
}

.mgsLeft ul li .title{
    width: 60px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.mgsLeft ul li .info{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    width: 327px;
}
.mgsBody{
    width: 420px;
}
.mgsBody_one li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.mgsBody_one li:last-child{
    margin-bottom: 0;
}
.mgsBody_one li .round{
    width: 6px;
    height: 6px;
    background-color: #ececec;
}
.mgsBody_one li .title{
    margin-left: 25px;
    flex: 1;
}
.mgsBody_one li .title a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.mgsBody_one li .title a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.mgsBody_one li .active a{
    font-weight: bold;
}
.mgsBody_one li .active a:hover{
    font-weight: bold;
}
.mgsBody_one li .date{
    width: 65px;
    text-align: right;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.mt30{
    margin-top: 50px;
}
.mgsRight{
    width: 296px;
    height: 626px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.mgsRight li a{
    position: relative;
    display: block;
    width: 296px;
    height: 195px;
}
.mgsRImg{
    width: 296px;
    height: 195px;
}
.mgsRImg img{
    width: 296px;
    height: 195px;
}
.mgsRinfo{
    position: absolute;
    width: 296px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}

.mgsRTxt{
    width: 81px;
	height: 30px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
	background-color: #ff7b39;
	border-radius: 0px 0px 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
}

.mgsBottom{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mgsBottom li .video{
    width: 225px;
	height: 150px;
    position: relative;
}
.mgsBottom li .videoIcon {
    display: block;
}

.mgsBottom li.active .videoIcon {
    display: none;
}
.videoImg{
    width: 225px;
	height: 150px;
}
.videoImg img{
    width: 225px;
	height: 150px;
}
.videoIcon{
    position: absolute;
    width: 225px;
	height: 150px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
} 
.videoIcon img{
    width: 35px;
	height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoTxt{
    margin-top: 20px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    width: 225px;
    text-align: center;
}
.mb50{
    margin-bottom: 60px;
}
.MobileGrank{
    width: 1200px;
    margin: 0 auto; 
}
.GrankInfo{
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
.GrankLeft{
    width: 380px;
	height: 730px;
    background-image: url(./../images/bj01.png);
    padding: 0 20px;
    box-sizing: border-box;
    background-size: 380px 730px;
}
.GrankTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px ;
}
.GrankImg{
    width: 44px;
	height: 14px;
}
.GrankTitle img{
    width: 44px;
	height: 14px;
}
.GrankTxt{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    margin: 0 20px;
}
.GrankImg{
    width: 340px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.GrankImg>div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.GrankImg .one {
    width: 120px;
    height: 144px;
}
.GrankImg>div img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.GrankImg>div .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
    text-align: center;
}
.GrankImg .one a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.GrankImg .one img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.GrankImg .one .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 120px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
}

.GrankCenter{
    width: 380px;
	height: 730px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj02.png);
    background-size: 380px 730px;
}
.GrankRight{
    width: 380px;
	height: 730px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj03.png);
    background-size: 380px 730px;
}


/* ------------------------------------- */
.itemUl{
    margin-top: 30px;
}
.index-rank-box .item {
    width: 380px;
    /* margin-top: 20px; */
}
.index-rank-box .item ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index-rank-box .item ul li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 13px;
    padding-top: 10px;
}

.index-rank-box .item ul li:last-child {
    border-bottom: none;
}

.index-rank-box .item ul li .type a{
    color: #999;
}
.index-rank-box .item ul li .type {
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item ul li.active .type a{
    display: block;
	background-color: #36cfcf;
	border-radius: 6px;
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}

.index-rank-box .item ul li .type1 a{
    color: #999;
}
.index-rank-box .item ul li .type1 {
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item ul li.active .type1 a{
    display: block;
	background-color: #e06e5b;
	border-radius: 6px;
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}

.index-rank-box .item ul li .type2 a{
    color: #999;
}
.index-rank-box .item ul li .type2 {
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item ul li.active .type2 a{
    display: block;
	background-color: #4078d9;
	border-radius: 6px;
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}
.index-rank-box .item ul li .bottom {
    display: none;
    padding-left: 5px;
}

.index-rank-box .item ul li.active .bottom {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item ul li .num {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    margin-right: 15px;
}

.index-rank-box .item ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    flex: 1;
}

/* 
.index-rank-box .item ul li.active .name {
    color: #1ec6c0;
} */

.index-rank-box .item ul li .type {
    font-size: 15px;
    color: #999;
}

.index-rank-box .item ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    margin-left: 20px;
}

.index-rank-box .item ul li .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.index-rank-box .item ul li .info {
    margin-left: 15px;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

.Appalbum{
    width: 1200px;
    margin: 40px auto 0 auto; 
    padding-bottom: 40px;
    border-bottom: 1px dashed #dae1e7;
}
.GreatItem{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 20px;
}
.GreatItem .itemImg{
    width: 280px;
    height: 182px;
}
.GreatItem .itemImg img{
    width: 280px;
    height: 182px;
}
.GreatItem .itemTxt div{
    /* width: 280px; */
    text-align: center;
}
.GreatItem .itemTxt{
    width: 280px;
    height: 120px;
}
.GreatItem .itemInfo{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    margin-top: 15px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.GreatItem .itemInfo:hover{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    margin-top: 15px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.GreatItem li{
   width: 280px; 
   height: 350px;
   background-color: #fff;
}
.GreatItem li:hover{
    box-shadow: 0px 0px 6px 0px 
		rgba(15, 15, 15, 0.14);
        transition: all .5s;
}
.GreatestHits .conter{
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.GreatestHits .xian{
    width: 70px;
	height: 1px;
	background-color: #e9e9e9;
}
.Appalbum .conter{
    width: 280px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.Appalbum .xian{
    width: 70px;
	height: 1px;
	background-color: #e9e9e9;
}
.Appalbum .itemNum{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.Appalbum .itemDate{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-top: 20px;
}
.Appalbum .charts{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.Appalbum .charts li{
    margin-top: 20px;
    margin-right: 15px;
}
.Appalbum .charts a{
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #d6dee4;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #869baf;
}
.Appalbum .charts li:hover a{
    background-color: #ff7b39;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 3px 2px 0px 
		rgba(255, 123, 57, 0.38);
}
.Appalbum .topTitle{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.topTitle .top{
    width: 1200px;
    text-align: center;
    height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #e4e4e4;
}
.topTitle .bottom{
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
}
.topTitle .bottom .one{
    color: #333333;
}
.topTitle .bottom .two{
    color: #ff661a;
}

.premium{
    width: 1200px;
    margin: 40px auto 0 auto;
}
.preBody{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.preOne{
    width: 651px;
    height: 348px;
    display: flex;
    justify-content: space-between;
}
.preLeft{
    width: 412px;
	height: 348px;
    overflow: hidden;
}
.preLeft img{
    width: 412px;
	height: 348px;
    transition: all .5s ease .1s;
}
.preLeft img:hover{
    transform: scale(1.3);
}
.preTwo{
    width: 529px;
    height: 348px;
    display: flex;
    justify-content: space-between;
}

.ptLeft{
    width: 297px;
	height: 348px;
    overflow: hidden;
}
.ptLeft img{
    width: 297px;
	height: 348px;
    transition: all .5s ease .1s;
}
.ptLeft img:hover{
    transform: scale(1.3);
}
.ptRight{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 219px;
    height: 348px;
}
.ptRight a{
    display: block;
    overflow: hidden;
    width: 219px;
    height: 165px;
}
.ptRight img{
    width: 219px;
    height: 165px;
    transition: all .5s ease .1s;
}
.ptRight img:hover{
    transform: scale(1.3);
}

.usTitle{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}

.usTitle_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 10px;
}
.usTitle_ul .active a{
    display: block;
    width: 280px;
	height: 48px;
	background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
	background-blend-mode: normal, normal;
	border-radius: 10px;
    line-height: 48px;
    text-align: center;
}
.usTitle_ul img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
    width: 21px;
    height: 21px;
}
.usTitle_ul .active a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.usTitle_ul li:hover{
    width: 280px;
	height: 48px;
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%);
    border-radius: 10px;
}
.usTitle_ul li:hover a{
    color: #fff;
}
.usTitle_ul li{
    width: 280px;
	height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
}
.usTitle_ul li  img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.usTitle_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}

.usBody{
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 10px auto 30px auto;
    background-color: #fff;
    /* height: 600px; */
}

.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    /* margin: 0 14px; */
}

.article-content p {
    /*margin: 5px 0 50px 0;*/
    line-height: 40px;
}

.article-content p a {
    display: inline;
    color: var(--public-color)
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: 20px auto;
    width: 490px;
    height: 260px;
}

.NotFound{
    width: 1200px;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    height: 900px;
}
.foundImg{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.foundImg img{
    width: 390px;
    height: 400px;
}
.foundTxt {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.foundTxt a{
    /*width: 130px;*/
	padding-left:16px;
	padding-right:16px;
	height: 48px;
	background-color: #ff7b39;
	border-radius: 10px;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    text-align: center;
}
.foundTxt a:hover{
    /*width: 130px;*/
	padding-left:16px;
	padding-right:16px;
	height: 48px;
	border: 1px solid #ff7b39;
	background-color: #fff;
	border-radius: 10px;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
    text-align: center;
}
.mgrOne{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.MobileGrank1{
    margin-top: 30px;
}
.GrankOne{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj01.png);
    background-size: 370px 780px;
}
.GrankTwo{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj02.png);
    background-size: 370px 780px;
}
.GrankThree{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj03.png);
    background-size: 370px 780px;
}
.GrankFour{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj04.png);
    background-size: 370px 780px;
}
.GrankFive{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj05.png);
    background-size: 370px 780px;
}
.GrankSix{
    width: 370px;
	height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj06.png);
    background-size: 370px 780px;
}
.itemUl{
    margin-top: 30px;
}
.index-rank-box .item1 {
    width: 370px;
    /* margin-top: 20px; */
}
.index-rank-box .item1 ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index-rank-box .item1 ul li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 13px;
    padding-top: 10px;
}

.index-rank-box .item1 ul li:last-child {
    border-bottom: none;
}

.index-rank-box .item1 ul li .type a{
    color: #999;
}
.index-rank-box .item1 ul li .type {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type a{
    display: block;
	background-color: #36cfcf;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}

.index-rank-box .item1 ul li .type1 a{
    color: #999;
}
.index-rank-box .item1 ul li .type1 {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type1 a{
    display: block;
	background-color: #e06e5b;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}

.index-rank-box .item1 ul li .type2 a{
    color: #999;
}
.index-rank-box .item1 ul li .type2 {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type2 a{
    display: block;
	background-color: #4078d9;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type3 a{
    color: #999;
}
.index-rank-box .item1 ul li .type3 {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type3 a{
    display: block;
	background-color: #e3c16c;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type4 a{
    color: #999;
}
.index-rank-box .item1 ul li .type4 {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type4 a{
    display: block;
	background-color: #56db8a;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type5 a{
    color: #999;
}
.index-rank-box .item1 ul li .type5 {
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
}
.index-rank-box .item1 ul li.active .type5 a{
    display: block;
	background-color: #4078d9;
	border-radius: 6px;
    width: 52px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .bottom {
    display: none;
    padding-left: 5px;
}

.index-rank-box .item1 ul li.active .bottom {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item1 ul li .num {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    margin-right: 15px;
}

.index-rank-box .item1 ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    flex: 1;
}

/* 
.index-rank-box .item ul li.active .name {
    color: #1ec6c0;
} */

.index-rank-box .item1 ul li .type {
    font-size: 15px;
    color: #999;
}

.index-rank-box .item1 ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    margin-left: 20px;
}

.index-rank-box .item1 ul li .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.index-rank-box .item1 ul li .info {
    margin-left: 15px;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

.GrankImg1{
    width: 44px;
	height: 14px;
}
.GrankTitle img{
    width: 44px;
	height: 14px;
}
.GrankTxt{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    margin: 0 20px;
}
.GrankImg1{
    width: 330px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.GrankImg1>div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.GrankImg1 .one {
    width: 120px;
    height: 144px;
}
.GrankImg1>div img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.GrankImg1>div .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
    text-align: center;
}
.GrankImg1 .one a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.GrankImg1 .one img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.GrankImg1 .one .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 120px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.GrankBottom{
    display: block;
    width: 323px;
	height: 40px;
    line-height: 40px;

	border: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	margin-top: 10px;
	/*letter-spacing: 1px;*/
	color: #999999;
    text-align: center;
}
.mt55{
    margin-top: 55px;
}

.mgrTwo{
    width: 1200px;
    margin: 20px auto 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.MobileGstrategy1{
    margin-top: 10px; 
}

.mgsMainbody1{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.mgrThree{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.mgrThreeLeft{
    background-color: #fff;
    width: 830px;
    box-sizing: border-box;
    padding: 20px;

}
.comTit {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titOne {
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.titOne span:last-child{
    color: #ff7b39;
}
.titTwo a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
}

.MobileGameLeft1{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between */
    column-gap: 20px;
}
.MobileGameLeft1 li{
    margin-top: 20px;
    padding: 20px 25px;
    border: 1px solid #eeeeee;
}
.MobileGameLeft1 li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    height: 108px;
    position: relative;
}
.MobileGameLeft1 .mglImg{
    width: 80px;
    height: 80px;
}
.MobileGameLeft1 .mglImg img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.MobileGameLeft1 .mglTxt{
    width: 80px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
    text-align: center;
	color: #666666;
}


.MobileGame1{
    width: 790px;
    padding: 15px 15px;
    /* margin: 15px auto 0 auto; */
    box-sizing: border-box;
    border-radius: 20px;
}

.mgrThreeRight{
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.mgrR_ul {
    margin-top: 10px;
}
.mgrR_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.mgrR_ul li:last-child{
    border-bottom: none;
}
.mgrR_ul li a{
    flex: 1;
    margin-left: 15px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.mgrR_ul li a:hover{
    flex: 1;
    margin-left: 15px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.mgrRound{
    width: 22px;
	height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
	background-color: #dcdcdc;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.mgrR_ul li .num{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
    width: 45px;
    text-align: right;
}
.mgrDetaTitle{
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
}
.mgrDetaTitle_ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mgrDetaTitle_ul li a{
    display: block;
    /* width: 200px; */
	height: 48px;
	background-blend-mode: normal, normal;
	border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.mgrDetaTitle_ul li.active .img{
    margin-top: -5px;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    display: block;
}
.mgrDetaTitle_ul li .img{
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.mgrDetaTitle_ul li.active a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
	color: #ffffff;
}
.mgrDetaTitle_ul li:hover{
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
}
.mgrDetaTitle_ul li:hover a{
    color: #fff;
}
.mgrDetaTitle_ul li:hover .img{
    background: url(./../images/bai.png);
}
.mgrDetaTitle_ul li{
    /* width: 200px; */
	height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 20px;
}
.mgrDetaTitle_ul li  img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.mgrDetaTitle_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.mtfu{
    /*margin-top: -30px;*/
}
.mgrDetaBody{
    width: 1200px;
    margin: 0 auto;
}
.mgrDetaBody li{
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 20px;
}
.mgrDetaBody li .rank{
    width: 69px;
	height: 63px;
    position: relative;
}
.mgrDetaBody li .rank .rankNum{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.mgrDetaBody li .rank img{
    width: 69px;
	height: 63px;
}
.mgrDetaBody li .img{
    width: 120px;
	height: 120px;
    margin-left: 20px;
}
.mgrDetaBody li .img img{
    width: 120px;
	height: 120px;
    border-radius: 10px;
}
.mgrDetaBody li .text{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 735px;
}
.mgrDetaBody li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.mgrDetaBody li .info{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.mgrDetaBody li .label{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.mgrDetaBody li .label span a{
    /* display: block; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #999999;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.mgrDetaBody li .label span a:hover{
    /* display: block; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #ff7b39;
    padding: 5px 10px;
    border: 1px solid #ff7b39;
    margin-right: 10px;
}
.flex{
    display: flex;
}
.aic{
    align-items: center;
}
.mgrDetaBody li .mgrWidth{
    width: 931px;
    margin-left: 23px;
    justify-content: space-between;
}
.mgrDetaBody li .click{
    width: 100px;
	height: 46px;
    line-height: 46px;
    text-align: center;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}

.mgrDetaBody .active  .click{
    width: 100px;
	height: 46px;
    line-height: 46px;
    text-align: center;
	border-radius: 6px;
    background-color: #ff7b39;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #fff;
}
.mgrDetaBody .active .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MgDownTitle{
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fff;
}

.MgDownTitle_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.MgDownTitle_ul li a{
    /* width: 150px; */
	height: 48px;
	background-blend-mode: normal, normal;
	border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.MgDownTitle_ul li.active .img{
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MgDownTitle_ul li .img{
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MgDownTitle_ul li.active a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
	color: #ffffff;
}
.MgDownTitle_ul li:hover{
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
}
.MgDownTitle_ul li:hover a{
    color: #fff;
}
.MgDownTitle_ul li:hover .img{
    background: url(./../images/bai.png);
}
.MgDownTitle_ul li{
    /* width: 150px; */
	height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 10px;
}
.MgDownTitle_ul li  img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.MgDownTitle_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MgDownBody{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MgDownBody li{
    padding: 20px;
    background-color: #fff;
    width: 240px;
    height: 137px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 20px 0;
    border-radius: 10px;
}
.MgDownBody li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MgDownBody li .content{
    display: flex;
    height: 100px;
}
.MgDownBody li .content img{
    width: 100px;
	height: 100px;
}
.MgDownBody li .content img .img{
    width: 100px;
	height: 100px;
}
.MgDownBody li .info{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.MgDownBody li .info div{
    width: 110px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.MgDownBody li .click{
    width: 78px;
	height: 33px;
    line-height: 33px;
    text-align: center;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MgDownBody li:hover .click{
    background-color: #ff7b39;
    color: #fff;
    border-radius: 6px;
}

.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 0;
}
.fenye1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 30px 0;
}
.fenye2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.fenye3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 20px 0;
}
.fenye4{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.fenyeTxt a{
    display: block;
    width: 100px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pagination {
    margin: 10px 0 10px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    border: 1px solid var(--br-c);
    color: #555;
    border: solid 1px #d2d2d2;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover a{
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.pagination li span {
    color: #999999;
}

.pagination li a {
    display: inline-block;
    color: #999999;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: 1px solid var(--pm-c) !important
}

:root {
    --pm-c: #ff7b39;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.GdetaOne{
    display: flex;
    margin-top: 30px;
}
.areaImg {
    width: 140px;
    height: 140px;
}
.areaImg img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
}

.arreaTXt {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.arreaTXt h1 a {
    display: block;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTxtOne {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}
.arreaTxtOne li{
    display: flex;
}
.arreaTxtOne li div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    padding-left: 20px;
    box-sizing: border-box;
}
.arreaBtn {
    display: flex;
    margin-top: 25px;
    margin-bottom: 10px;
}
.gameDetaOne {
	border-top: 1px solid #eee;
	margin-top: 15px;
	position: relative;
}
.show-game-head {
	display: flex;
}
.show-game-info {
	margin-top: 25px;
	max-width: 670px;
	display: flex;
	text-align: center;
	background-color: #fdfaf4;
	border-radius: 6px;
	padding: 13px;
}
.show-game-info li {
	flex: 1;
	font-size: 14px;
	display: block !important;
	border-right: 1px solid #eee;
}
.show-game-info li:last-child {
    border: 0;
}
.show-game-info li span {
	display: block;
	color: #999;
	margin-bottom: 20px
}
.show-version-info {
	margin-top: 25px;
	max-width: 670px;
	display: flex;
	text-align: center;
	border-radius: 6px;
	padding: 13px;
}
.show-version-info li {
	flex: 1;
	font-size: 14px;
	display: block !important;
	border-right: 1px solid #eee;
}
.show-version-info li:last-child {
    border: 0;
}
.show-version-info li span {
	display: block;
	color: #999;
	margin-bottom: 20px
}


.show-game-score {
	width: 300px;
	height: 180px;
	background-image: url(./../images/show-game-score.png);
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #aaa;
}

.show-game-data {
	width: auto !important;
	flex: 1 !important;
	overflow: hidden !important;
	display: block !important;
	position: unset !important
}

.MgDownCont{
    width: 1200px;
    margin: 20px auto; 
    display: flex;
    justify-content: space-between;
}
.MgDownLeft{
    width: 830px;
}
.MgDownOne{
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.MgDo_ul li{
    position: relative;
    margin-right: 30px;
}
.MgDo_ul{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
    display: flex;
}
.MgDo_ul .hollow{
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 38%;
    bottom: -20px;
}
.MgDo_ul li .title{
    margin-left: -10px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    /*width: 125px;*/
	max-width:777px;
	height: 39px;
    text-align: center;
    line-height: 39px;
	padding-left: 16px;
    padding-right: 16px;
    border-radius: 66px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.MgDo_ul .title{
    /*background-image: url(./../images/text.png);*/
	background-color:#ff7b39;
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}

.article-content1 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    /* text-indent: 2em; */
    margin-top: 30px;
    /* margin: 0 14px; */
}

.article-content1 p {
    margin: 10px 0;
    line-height: 40px;
}

.article-content1 p a {
    display: inline;
    color: var(--public-color)
}

.article-content1 p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content1 p img {
    display: block;
    margin: 20px auto;
    width: 490px;
    height: 260px;
}
.article-content1 .label {
    display: flex;
    align-items: center;
}
.article-content1 .block{
    width: 8px;
	height: 8px;
	background-color: #ff7b39;
}
.article-content1 h3{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
    margin-left: -10px;
}

.GdetaTwo_lb{
    width: 700px;
    margin: 30px auto 0 auto;
}
.MgdoGift{
    margin-top: 80px;
}
.MgdoGift_ul{
    width: 790px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.MgdoGift_ul li{
    width: 380px;
    padding: 20px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
}

.MgdoGift_ul li .GiftTitle{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MgdoGift_ul li .GiftInfo{
    margin-top: 20px;
    display: flex;
}
.MgdoGift_ul li .packInfo .GiftImg{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.MgdoGift_ul li .GiftImg img{
    border-radius: 10px;
    width: 80px;
    height: 80px;
}
.MgdoGift_ul li .GiftInfo .GiftTxt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    height: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
    margin-top: 6px;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-left: 20px;
} 
.MgdoGiftwo_ul{
    width: 790px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MgdoGiftwo_ul li{
    width: 380px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.MgdoGiftwo_ul li .one{
    display: flex;
    align-items: center;
}
.MgdoGiftwo_ul .block{
    width: 8px;
    height: 8px;
    background-color: #ff7b39;
    margin-right: 20px;
}
.MgdoGiftwo_ul .name{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    width: 200px;
}
.MgdoGiftwo_ul .two{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.MgDownTwo{
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownTwo_ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.MgDownTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.MgDownTwo_ul li .img{
    width: 220px;
	height: 150px;
    position: relative;
}
.MgDownTwo_ul li .img a{
    display: block;
    width: 220px;
	height: 150px;
}
.Imgtext{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 65px;
	height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.MgDownTwo_ul li .img img{
    width: 220px;
	height: 150px;
	object-fit: cover;
}
.MgDownTwo_ul li .info{
    width: 550px;
}
.pbbm{
    padding-bottom: 30px;
    border-bottom: 1px dashed #dcdcdc;
}
.GdetaTwo_lb .swiper-slide-active img{
    box-shadow: 0px 0px 35px 0px 
    rgba(15, 15, 15, 0.38);
}
.MgDownTwo_ul li .title{
    margin-top: 5px;
}
.MgDownTwo_ul li .title a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MgDownTwo_ul li .title a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MgDownTwo_ul li .count{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-top: 20px;
}
.MgDownTwo_ul li .bottom{
    width: 550px;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.MgDownTwo_ul li .bottom span{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MgDownTwo_ul li .bottom span:last-child{
    margin-left: 20px;
}
.MgDownTwo_ul li .bottom span a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MgDownTwo_ul li .bottom>a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MgDownThree{
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownRight{
    width: 350px;
}
.MgDownFour{
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.MgDownFour_ul{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MgDownFour_ul li{
    width: 85px;
    height: 120px;
    display: flex;
    padding: 15px 0;
}
.MgDownFour_ul li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.MgDownFour_ul li img{
    border-radius: 10px;
    width: 85px;
    height: 85px;
}
.MgDownFour_ul li div{
    width: 85px;
    font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
    text-align: center;
}
.MgDownFour_ul li div:hover{
    width: 85px;
    font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
    text-align: center;
}
.MgDownFive{
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownFive_ul{
    margin-top: 15px;
}
.MgDownFive_ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.MgDownFive_ul li:last-child{
    padding-bottom: 10px;
    border-bottom: none;
}
.MgDownFive_ul li a{
    display: flex;
    justify-content: space-between;
}

.MgDownFive_ul li .img{
    width: 102px;
	height: 68px;
}
.MgDownFive_ul li .img img{
    width: 102px;
	height: 68px;
}
.MgDownFive_ul li .info{
    width: 188px;
    height: 68px;
    position: relative;
}
.MgDownFive_ul li .title{
    height: 68px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MgDownFive_ul li .date{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	/*letter-spacing: 1px;*/
	color: #888888;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    background-color: #fff;
    text-align: right;
}
.MgDownSix{
    width: 350px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.Sixflash{
    width: 310px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.Sixflash li a{
    position: relative;
    display: block;
    width: 150px;
	height: 97px;
}
.Sixflash li .img{
    width: 150px;
	height: 97px;
}
.Sixflash li .img img{
    width: 150px;
	height: 97px;
}
.Sixflash li .txt{
    position: absolute;
    top: 0;
    left: 0;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    width: 81px;
	height: 30px;
    line-height: 30px;
    text-align: center;
	background-color: #ff7b39;
	border-radius: 0px 0px 20px 0px;
}
.MgDownSix_ul{
    margin-top: 10px;
}
.MgDownSix_ul li{
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.MgDownSix_ul li:last-child{
    padding-bottom: 10px;
    border-bottom: none;
}
.MgDownSix_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MgDownSix_ul li a:hover{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}

.MgDownSeven{
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px ;
}






.btn-code {
    display: none;
    position: absolute;
    left: 15px;
    bottom: -180px;
    width: 155px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.btn-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.blue{
    background-color: #488ff0;
}
.yellow{
    background-color: #ff9b19; 
}
.grey{
    background-color: #ced7ea;
}

.game-down-btn:hover .btn-code {
    display: block !important;
}


.game-down-btn {
    width: 200px;
    height: 54px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    margin-right: 20px;
    position: relative;
}
.game-down-btn>span {
    line-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .game-down-btn>span img {
    margin-right: 13px;
}

 .game-down-btn>a {
    line-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.game-down-btn>a img {
    margin-right: 13px;
}

.MGamesTitle{
    width: 1200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;;
}


.MGamesTitle_ul{
    display: flex;
    margin: 10px 0;
}
.MGamesTitle_ul li a{
    width: 150px;
	height: 48px;
	background-blend-mode: normal, normal;
	border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.MGamesTitle_ul li.active .img{
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MGamesTitle_ul li.active a{
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%), 
	linear-gradient(#d5d5d5,#d5d5d5);
}
.MGamesTitle_ul li .img{
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MGamesTitle_ul .active a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.MGamesTitle_ul li:hover{
    width: 150px;
	height: 48px;
    background-image: linear-gradient(90deg,#fc9f71 0%, #ff7530 100%);
    border-radius: 10px;
}
.MGamesTitle_ul li:hover a{
    color: #fff;
}
.MGamesTitle_ul li:hover .img{
    background: url(./../images/bai.png);
}
.MGamesTitle_ul li{
    width: 150px;
	height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 20px;
}
.MGamesTitle_ul li  img{
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.MGamesTitle_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MGamesBody{
    width: 1200px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MGamesBody li{
    width: 590px;
    /*height: 354px;*/
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.MGamesBody li .title{
    /* margin-top: 10px; */
}
.MGamesBody li .title a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MGamesBody li .title a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MGamesBody li .cont{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	/*letter-spacing: 1px;*/
	color: #666666;
    margin-top: 20px;
}
.MGamesBody li .img{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.MGamesBody li .img span{
    width: 85px;
	height: 85px;
    border-radius: 10px;
}
.MGamesBody li .img span img{
    width: 85px;
	height: 85px;
    border-radius: 10px;
}
.MGamesBody li .info{
    margin-top: 20px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.MGamesBody li .info span{
    background-color: #f6f6f6;
    padding: 5px;
}
.MGamesBody li .info span:last-child{
    margin-left: 5px;
}
.MGDetaTitle{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}

.MGDetaBody{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
}
.MGDetaLeft{
    width: 750px;
}
.MGDetaLeft h1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
    margin-left: 10px;
}
.MGDetaLeft .label{
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
}
.MGDetaLeft .label div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    padding: 8px 12px;
    margin-right: 5px;
}
.MGDetaLeft .label .one{
    background-color: #ffc45d;
}
.MGDetaLeft .label .two{
    background-color: #93d06a;
}
.MGDetaLeft .label .three{
    background-color: #f97d5c;
}
.MGDetaLeft .cont{
    margin-top: 20px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.MGDetaLeft .bottom{
    margin-top: 20px;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    width: 750px;
}
.MGDetaLeft .bottom .tuijian{
    width: 125px;
    text-align: center;
    background-color: #f6f6f6;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MGDetaLeft .bottom .click{
    display: flex;
    margin-left:20px;
    width: 600px;
}
.MGDetaLeft .bottom .click a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MGDetaLeft .bottom .click a:hover{
	color: #ff7b39;
}

.MGDetaRight{
    padding: 80px 25px 25px 25px;
    box-sizing: border-box;
    width: 343px;
	height: 229px;
    background-image: url(./../images/xbtj.png);
}
.MGDetaRight .top{
    display: flex;
}
.MGDetaRight .img{
    width: 85px;
	height: 85px;
    border-radius: 10px;
}
.MGDetaRight .img img{
    width: 85px;
	height: 85px;
    border-radius: 10px;
}
.MGDetaRight .info{
    height: 85px;
    line-height: 42px;
    margin-left: 20px;
}
.MGDetaRight .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MGDetaRight .cont{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.MGDetaRight .bottom{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-top: 20px;
}

.MGDetaOne{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill,390px);
}
.MGDetaOne li{
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 390px;
    height: 177px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 20px;
}
.MGDetaOne li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.MGDetaOne li .name a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MGDetaOne li .info{
    display: flex;
}
.MGDetaOne li .img{
    width: 100px;
	height: 100px;
    border-radius: 10px;
    margin-right: 20px;
}
.MGDetaOne li .img img{
    width: 100px;
	height: 100px;
    border-radius: 10px;
}
.MGDetaOne li .cont{
    width: 230px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.MGDetaOne li .cont .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.MGDetaOne li .cont .click{
    width: 78px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.MGDetaOne li:hover .click{
    background-color: #ff7b39;
    color: #fff;
}
.MGDetaOne li .topOne{
    width: 71px;
	height: 31px;
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 10px 0px 10px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.topTwo{
    width: 71px;
	height: 31px;
	background-image: linear-gradient(90deg, 
		#e5e5e5 0%, 
		#d2d2d2 100%), 
	linear-gradient(
		#d5d5d5, 
		#d5d5d5);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 10px 0px 10px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.MGDetaTwo{
    width: 1200px;
    margin: 20px auto 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.mt10{
    margin-top: 10px;
}

.searchTitle{
    width: 1200px;
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.StopTitle{
    width: 1160px;
    text-align: center;
    position: relative;
}
.StopTitle .xian{
	height: 1px;
    width: 1160px;
    top: 50px;
	border-bottom: solid 1px #f5f5f5;
    position: absolute;
}
.StopTitle .top{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #e4e4e4;
}
.StopTitle .body{
    /*width: 180px;*/
    margin: 0 auto;
    /*background-color: #fff;*/
	line-height: 58px;
}
.StopTitle .bottom{
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
    /*letter-spacing: 1px;*/
    margin-top: -10px;
}

.StopTitle .bottom span{
    color: #333333;
}
.StopTitle .bottom span:last-child{
    color: #ff6619;
}
.searchTitle .result{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
    /*margin-top: 50px;*/
}
.search_ul{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.search_ul li{
    width: 290px;
    height: 177px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: 35px;
}
.search_ul li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.search_ul li .info{
    display: flex;
}
.search_ul li .img{
    width: 100px;
	height: 100px;
	border-radius: 10px;
}
.search_ul li .img img{
    width: 100px;
	height: 100px;
	border-radius: 10px
}
.search_ul li .content{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.search_ul li div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.search_ul li .content a{
    width: 78px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}


.SearchOne{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    /*justify-content: space-between;*/
    grid-template-columns: repeat(auto-fill,390px);
}
.SearchOne li{
    position: relative;
    background-color: #fff;
    /*padding: 20px;*/
    box-sizing: border-box;
    /*border-radius: 20px;*/
    width: 390px;
    height: 177px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 20px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.SearchOne li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.SearchOne li .name a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.SearchOne li .info{
    display: flex;
}
.SearchOne li .img{
    width: 100px;
	height: 100px;
    border-radius: 10px;
    margin-right: 20px;
}
.SearchOne li .img img{
    width: 100px;
	height: 100px;
    border-radius: 10px;
}
.SearchOne li .cont{
    width: 230px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.SearchOne li .cont .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #666666;
	width: 100%;
}
.SearchOne li .cont .click{
    width: 78px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.SearchOne li:hover .click{
    background-color: #ff7b39;
    color: #fff;
}
.SearchOne li .topOne{
    width: 71px;
	height: 31px;
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 10px 0px 10px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.search_ul li:hover .content a{
    background-color: #ff7b39;
    color: #fff;
}
.searchTwo_ul{
    margin-top: 20px;
}
.searchTwo_ul li{
    display: flex;
    margin-top: 30px;
}
.searchTwo_ul li:last-child{
    border-bottom: none;
}
.searchTwo_ul li .top{
    width: 220px;
	height: 150px;
    position: relative;
}
.searchTwo_ul li .top .img{
    width: 220px;
	height: 150px;
}
.searchTwo_ul li .top .img img{
    width: 220px;
	height: 150px;
}
.searchTwo_ul li .top .label{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65px;
	height: 25px;
    line-height: 25px;
    text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.searchTwo_ul li .info{
    margin-left: 20px;
    width: 920px;
}
.searchTwo_ul li .title{
    margin-top: 5px;
}
.searchTwo_ul li .title a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.searchTwo_ul li .count{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-top: 20px;
}
.searchTwo_ul li .bottom{
    width: 920px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.searchTwo_ul li .bottom span a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #888888;
}
.searchTwo_ul li .bottom span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #888888;
}
.searchTwo_ul li .bottom span:last-child{
    margin-left: 20px;
}
.searchTwo_ul li .bottom>a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #ff7b39;
}

.webMapTitle{
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.webMapBody{
    width: 1200px;
    margin: 20px auto 40px auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.webMapBody_ul{
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}
.webMapBody_ul li{
    
    height: 55px;
    width: 145px;
    margin-right: 20px;
}
.webMapBody_ul li a{
    height: 15px;
    display: flex;
    align-items: center;
}
.webMapBody_ul li .block{
    width: 8px;
	height: 8px;
	background-color: #e7e7e7;
    margin-right: 18px;
}
.webMapBody_ul li .text{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.webMapBody_ul li:hover .block{
    background-color: #ff7b39;
}
.webMapBody_ul li:hover .text{
    color: #ff7b39;
}

.appSoftware{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.appSoftOne{
    width: 1200px;
    margin: 20px auto;
}

.appSoftOne_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.appSoftOne_ul li{
    width: 290px;
    height: 177px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.appSoftOne_ul li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.appSoftOne_ul li .name a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.appSoftOne_ul li .info{
    display: flex;
}
.appSoftOne_ul li .img{
    width: 100px;
	height: 100px;
	border-radius: 10px;
}
.appSoftOne_ul li .img img{
    width: 100px;
	height: 100px;
	border-radius: 10px
}
.appSoftOne_ul li .content{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.appSoftOne_ul li div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #666666;
	width: 100%;
}
.appSoftOne_ul li .content a{
    width: 78px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.appSoftOne_ul li:hover .content a{
    background-color: #ff7b39;
    color: #fff;
}

.grey{
    background-color: #d9d9d9;
}

.gameGift{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.gameGift_ul{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.gameGift_ul li{
    width: 364px;
    display: flex;
    justify-content: space-between;
}
.gameGift_ul li .img{
    width: 110px;
	height: 110px;
}
.gameGift_ul li .img img{
    width: 110px;
	height: 110px;
    border-radius: 20px;
}
.gameGift_ul li .info{
    width: 234px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.gameGift_ul li .name a{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.gameGift_ul li .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.gameGiftBody{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.gameGiftLeft{
    width: 830px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
}
.shuang{
    height: 1880px;
    position: relative;
}
.GiftOne_ul {
}
.GiftOne_ul:last-child {
    display: none;
}
.GiftLeft_ul{
    display: flex;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
}
.GiftLeft_ul li{
    position: relative;
    margin-right: 30px;
}

.GiftLeft_ul li .hollow {
    display: none;
}

.GiftLeft_ul li.active .hollow {
    display: block;
}
.GiftLeft_ul li .hollow{
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 62px;
    bottom: -20px;
}

.GiftLeft_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
    display: block;
    width: 125px;
	height: 52px;
    text-align: center;
    line-height: 52px;
	border-radius: 20px;
    z-index: 1;
}
.GiftLeft_ul .active a{
    width: 125px;
	height: 52px;
    background-image: url(./../images/text.png);
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}
.GiftLeft_ul li .huib{
    width: 115px;
    height: 40px;
    background-color: #f7f7f7;
	border-radius: 20px;
    position: absolute;
}
.GiftOne_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.GiftOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.GiftOne_ul li .left{
    display: flex;
    width: 655px;
}
.GiftOne_ul li .img{
    width: 110px;
	height: 110px;
}
.GiftOne_ul li .img img{
    width: 110px;
	height: 110px;
    border-radius: 20px;
}
.GiftOne_ul li .info{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.GiftOne_ul li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.GiftOne_ul li .name a:hover{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.GiftOne_ul li .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    margin-top: 15px;
	/*letter-spacing: 1px;*/
	color: #666666;
	width: 100%;
}
.GiftOne_ul li .date{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.GiftOne_ul li .click{
    width: 97px;
	height: 43px;
	border-radius: 10px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.GiftOne_ul li:hover .click{
    background-color: #ff7b39;
    color: #fff;
}
.gameGiftRight{
    width: 350px;
}

.gameGifOne{
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.gameGifTwo{
    width: 350px;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.arreaTxtOne1 {
    margin-top: 20px;
	max-width: 666px;
}
.arreaTxtOne1 li{
    display: flex;
    /* margin-right: 20px; */
    border: 1px solid #eee;
}
.arreaTxtOne1 li .one{
    background-color: #f6f6f6;
    width: 208px;
	height: 40px;
    line-height: 40px;
}
.arreaTxtOne1 li .two{
    background-color: #fff;
    width: 208px;
	height: 40px;
    line-height: 40px;
}
.arreaTxtOne1 li.hou {
    border-top: none;
}
.arreaTxtOne1 li div{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    padding-left: 20px;
}
.arreaTxtOne1 li div:last-child{
    width: 208px;
	height: 40px;
    line-height: 40px;
}


.info_other_game {
    font-size: 14px;
    color: #999;
	margin-bottom: 16px;
}

.info_other_game .info_game_item:nth-of-type(odd) {
    border: none;
    background-color: #F7F7F7;
	line-height: 28px;

}

.info_other_game .info_game_item {
    padding: 10px 20px 10px 15px;
	line-height: 28px;
}


/* 下载按钮 */
.downloada {
	position: relative;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    /*padding: 0px 0px 15px 0px;*/
    margin-top: 20px;
}

.downloada h2 {
    color: #999999;
    margin: 20px 0px 0px 20px;
    font-weight: normal;
	font-size: 22px;
}

.downloada a.download {
    display: block;
    width: 89%;
    height: 71px;
    background: #ff7b39;
    margin: 20px 0px 0px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloada a.download b {
    display: block;
    width: 18px;
    height: 21px;
    background: url(../images/bg2.png) no-repeat -155px -175px;
    background-size: 200px 200px;
    margin: 0px 5px 0px 0px;
}

.downloada span {
    display: block;
    margin: 20px 0px 0px 20px;
    margin-bottom: 16px;	
}

.downloada span a {
    color: #00BBEE;
    text-decoration: none;
}

.btn span {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-indent: 60px;
	line-height: 50px;
}


.info_other_game .info_game_item .item_img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.info_other_game .info_game_item .item_title a:last-child:hover {
    color: #00BBEE;
}

.info_other_game .info_game_item .item_title a:last-child {
    display: block;
    width: 130px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
text-wrap: nowrap;white-space: nowrap;
    text-overflow: ellipsis;
}

.arreaBtn {
    display: flex;
    margin-top: 25px;
}
.arreaTxtOne1 li .hou{
    border-top: none;
}
.arreaTXt {
    width: 1160px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.arreaTXt h1 a {
    display: block;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTXt .right{
    position: absolute;
    top: -70px;
    right: 20px;
}

.xggl{
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    background-color: #fff;
    border-radius: 20px;
}
.body{
   position: relative; 
   width: 100%;
   height: 100%;
}
.pop-up{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 15;
    display: none;
}
.pop-up .region{
    width: 456px;
	height: 389px;
	background-color: #ffffff;
	border-radius: 20px;
    margin: 300px auto;
}
.region .top{
    width: 456px;
	height: 60px;
    border-radius: 20px 20px 0 0;
	background-color: #ff7b39;
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.region .img{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.region .img img{
    width: 116px;
	height: 134px;
}
.region .activation{
    text-align: center;
    margin-top: 20px;
}
.region .click{
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.region .click a{
    display: block;
    width: 190px;
    padding: 7px 0;
    text-align: center;
	border-radius: 10px;
	border: solid 1px #dcdcdc;
    background-color: #fff;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.region .click a:last-child{
	border: solid 1px #ff7b39;
	color: #ff7b39;
}
.infoTitle{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.detatitle{
    padding: 40px 0;
    margin: 0 auto;
}
.infoTitle .xian{
    /* width: 1160px;  */
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
} 
.detatitle h1{
    margin-bottom: 35px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
    width: 530px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.infoBody{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.infoBLeft{
    width: 830px;
}
.infoOne{
    width: 830px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}


.info_p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
 
}

.info_p p img {
    display: block;
    margin: 5px auto;
    width: 500px;
	height: auto;
}
.infoOne_ul{
    width: 790px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #ff7b39;
    padding: 20px;
    margin-top: 15px;
}
.infoOne_ul .top{
    display: flex;
    justify-content: center;
}
.infoOne_ul li .bottom{ 
    display: flex;
    justify-content: space-between;
    width: 580px;
    height: 90px;
}
.infoOne_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoOne_ul li .img{
    width: 90px;
	height: 90px;
}
.infoOne_ul li .img img{
    width: 90px;
	height: 90px;
    border-radius: 20px;
}
.infoOne_ul li .info{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 470px;
}
.infoOne_ul li .name a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.infoOne_ul li .cont{
    width: 470px;
    display: flex;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.infoOne_ul li .text{
    width: 470px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.infoOne_ul li .click{
    width: 108px;
	height: 43px;
	background-color: #ff7b39;
	border-radius: 8px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.infoTwo{
    width: 830px;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.infoThree{
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px auto 0 auto;
}
.infoPRight{
    width: 350px;
}
.infoFour{
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.infoCenter{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.infoTwo_ul {
    width: 1160px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
.infoTwo_ul li{
    display: flex;
    justify-content: space-between;
    width: 565px;
}
.infoTwo_ul li .left{
    width: 145px;
	height: 110px;
    position: relative;
}
.infoTwo_ul li .left .img{
    width: 145px;
	height: 110px;
    display: block;
}
.infoTwo_ul li .left .img img{
    width: 145px;
	height: 110px;
}
.infoTwo_ul li .label{
    width: 57px;
	height: 23px;
    background: rgba(0, 0, 0, 0.5);
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
    text-align: center;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.infoTwo_ul li .right{
    width: 400px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.infoTwo_ul li .title{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.infoTwo_ul li .text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.infoMain{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.infoMainLeft{
    width: 830px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}


.listOne01 li{
    width: 60px;
}
.listOne02 li{
    width: 135px;
}
.topTitle .xian{
    width: 1179px;
	height: 1px;
	border-bottom: solid 1px #f5f5f5;
    position: absolute;
    top: 50px;
}
.topTitle img{
    z-index: 1;
}

.infoMiddle{
    position: relative;
}
.middleTwo{
    position: absolute;
    top: 55px;
}

.middleTwo a{
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.middleTwo01{
    position: absolute;
    top: 55px;
    display: none;
}
.middleTwo01 a{
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.Mbutton{
    cursor: pointer;
}
.recommend{
    display: flex;
    border: solid 1px #eeeeee;
    margin-top: 40px;
    margin-left: 10px;
}
.recommend .right span{
    color: #888888;
}
.recommend .left{
    width: 125px;
    text-align: center;
    line-height: 90px;
    background-color: #f6f6f6;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.recommend .right{
    width: 619px;
    height: 90px;
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.recommend .right p{
    line-height: 35px;
}
.recommend .right p a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.recommend .right p a:hover{
    color: #ff7b39;
}

.packImg{
    width: 320px;
    height: 90px;
}
.ranking{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.rankBody{
    width: 370px;
    height: 630px;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.rankTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
    padding-top: 30px;
}
.rankTitle img{
    width: 30px;
    height: 10px;
}
.rankDate{
    width: 155px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 16px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
    text-align: center;
    line-height: 32px;
    margin: 20px auto 0 auto;
}


.rankImg{
    width: 330px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.rankImg>div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.rankImg .one {
    width: 120px;
    height: 144px;
}
.rankImg>div img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.rankImg>div .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
    text-align: center;
}
.rankImg .one a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rankImg .one img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.rankImg .one .txt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    width: 120px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.rankOne_ul li{
    margin: 25px 0;
}
.rankOne_ul li .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}   
.rankOne_ul li .num{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.rankOne_ul li .name{
    flex: 1;
    margin-left: 15px;
}
.rankOne_ul li .name a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.rankOne_ul li .click{
    display: block;
    width: 52px;
	height: 28px;
	border-radius: 6px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
    text-align: center;
	/*letter-spacing: 1px;*/
}
.rankOne_ul li .info{
    display: flex;
    margin-top: 15px;
    margin-left: 25px;
}
.rankOne_ul li .img{
    width: 65px;
	height: 65px;
}
.rankOne_ul li .img img{
    width: 65px;
	height: 65px;
    border-radius: 10px;
}
.rankOne_ul li .cont{
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-left: 15px;
}
.rankOne_ul li .cont div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.rankBody .more{
    display: block;
    width: 330px;
	height: 42px;
	border: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	/*letter-spacing: 1px;*/
    text-align: center;
	color: #999999;
    margin-top: 35px;
}

.ys_one{
    color: #36cfcf;
}
.ys_two{
    color: #ff8888; 
}
.ys_three{
    color: #62a2f8; 
}
.ys_four{
    color: #eec148;
}
.border_one{
    color: #36cfcf;
    border: solid 1px #36cfcf;
}
.border_two{
    color: #ff8888; 
    border: solid 1px #ff8888; 
}
.border_three{
    color: #62a2f8; 
    border: solid 1px #62a2f8; 
}
.border_four{
    color: #eec148;
    border: solid 1px #eec148;
}
.rankTop{
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(auto-fill,370px);
}

.rankBgOne{
    background: url(./../images/rank01.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgTwo{
    background: url(./../images/rank02.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgThree{
    background: url(./../images/rank03.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgFour{
    background: url(./../images/rank04.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgBody{
    width: 1160px;
    height: 166px; 
    position: relative;
}
.rankBgBody .img{
    width: 1160px;
    height: 166px;
}
.rankBgBody .img img{
    width: 1160px;
    height: 166px;
}
.rankLabrl{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-90%);
}
.rankLabrl .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	/*letter-spacing: 1px;*/
	color: #333333;
    padding: 0 20px;
}
.rankLabrl img{
    width: 44px;
    height: 14px;
}
.rankBgBody .date{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,70%);
}
.rankingOne{
    width: 1200px;
    display: flex;
    margin: 20px auto 0 auto; 
    justify-content: space-between;
}
.rankingLeft{
    width: 830px;
}
.rankingOne_ul{
    width: 830px;
    background-color: #ffffff;
	border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.rankingOne_ul li a{
    display: flex;
    align-items: center;
}
.rankingOne_ul li{
    border-bottom: 1px dashed #dcdcdc;
    padding: 29px 0;
}
.rankingOne_ul li:last-child{
    border-bottom: none;
    padding: 29px 0;
}
.rankingOne_ul li .img{
    width: 120px;
	height: 120px;
    margin-left: 20px;
}
.rankingOne_ul li .img img{
    width: 120px;
	height: 120px;
    border-radius: 20px;
}
.rankingOne_ul li .text{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 20px;
    width: 400px;
}
.rankingOne_ul li .name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.rankingOne_ul li .info{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	color: #666666;
}
.rankWidth{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rankingOne_ul li .label{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	/*letter-spacing: 1px;*/
	color: #999999;
}
.rankingOne_ul li .label span{
    /* display: block; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*letter-spacing: 1px;*/
    color: #999999;
    padding: 1px 3px;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
}
.rankingOne_ul li .click{
    width: 100px;
	height: 46px;
    line-height: 46px;
    text-align: center;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ff7b39;
}
.rankingOne_ul li .rank{
    width: 69px;
    height: 63px;
    position: relative;
}
.rankingOne_ul li .rank .rankNum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%,-55%);
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
}
.rankingOne_ul li:hover .name{
    color: #ff7b39;
}
.rankingOne_ul li:hover .click{
    background-color: #ff7b39;
	border-radius: 6px;
	border: solid 1px #ff7b39;
    color: #ffffff;
}

.rankTwo_ul{
    margin-top: 50px;
}
.rankingTwo{
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.rankingRight{
    width: 350px;
}
.rankingThree{
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.rankingThree_ul{
    margin-top: 15px;
}
.rankingThree_ul li .rktTop{
    width: 310px;
	height: 44px;
	border-radius: 22px;
	border: solid 1px #aab9c6;
    text-align: center;
    line-height: 44px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #869baf;
}
.rankingThree_ul li {
    padding: 5px 0;
    cursor: pointer;
}
.rankingThree_ul li.active .rktBottom{
    margin-top: 15px;
    width: 310px;
    height: 130px;
    background: url(./../images/rbj.png);
    background-repeat: no-repeat;
    background-size: 310px 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rankingThree_ul li .rktBottom .img{
    width: 70px;
    height: 70px;
}
.rankingThree_ul li .rktBottom .img img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.rankingThree_ul li .rktBottom .one{
    margin-top: 40px;
}
.rankingThree_ul li .rktBottom .name{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
    margin-top: 8px;
	/*letter-spacing: 1px;*/
    text-align: center;
	color: #666666;
    width: 70px;
}
.rankingThree_ul li .rktBottom{
    display: none;
} 
.rankingThree_ul li.active .rktTop{
    background-color: #ff7b39;
	box-shadow: 0px 3px 2px 0px 
		rgba(255, 123, 57, 0.38);
	border-radius: 22px;
    color: #ffffff;
    border: 1px solid transparent;
}





.rankingFour_ul li{
    width: 310px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 10px;
    background-color: #f7f7f7;
}
.rankingFour_ul li .rkfTitle{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #333333;
}
.rankingFour_ul li .rkfInfo{
    margin-top: 20px;
    display: flex;
}
.rankingFour_ul li .rkfInfo img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 20px;
}
.rankingFour_ul li .rkfInfo .rkfTxt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    height: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
    margin-top: 6px;
	/*letter-spacing: 1px;*/
    margin-left: 15px;
	color: #888888;
} 
.rankingFour_ul .rkfImg{
    width: 80px;
	height: 80px;
}
.rankingFour_ul .rkfImg img{
    width: 80px;
	height: 80px;
    border-radius: 10px;
}
.hide {
    display: none !important;
}

.GreatItem .itemImg{
    width: 280px;
    height: 182px;
}
/* .GreatItem .itemImg1{
    background: url(./../images/jx01.png) no-repeat center center;
}
.GreatItem .itemImg2{
    background: url(./../images/jx02.png) no-repeat center center;
}
.GreatItem .itemImg3{
    background: url(./../images/jx03.png) no-repeat center center;
}
.GreatItem .itemImg4{
    background: url(./../images/jx04.png) no-repeat center center;
} */
.GreatItem .itemImg5{
    background: url(./../images/jx05.png) no-repeat center center;
}
.GreatItem .itemImg6{
    background: url(./../images/jx06.png) no-repeat center center;
}
.GreatItem .itemImg7{
    background: url(./../images/jx07.png) no-repeat center center;
}
.GreatItem .itemImg8{
    background: url(./../images/jx08.png) no-repeat center center;
}

.MGDetaOne li:nth-child(1) .topOne{
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient( #d5d5d5, #d5d5d5);
}
.MGDetaOne li:nth-child(2) .topOne{
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient( #d5d5d5, #d5d5d5);
}
.MGDetaOne li:nth-child(3) .topOne{
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient( #d5d5d5, #d5d5d5);
}
.mgrR_ul li:nth-child(1) .mgrRound{
    background-color: #ff7b39;
}
.mgrR_ul li:nth-child(2) .mgrRound{
    background-color: #ff7b39;
}
.mgrR_ul li:nth-child(3) .mgrRound{
    background-color: #ff7b39;
}
.GiftLeft1_ul{
    display: flex;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
}
.GiftLeft1_ul li{
    position: relative;
    margin-right: 30px;
}

.GiftLeft1_ul li .hollow {
    display: none;
}

.GiftLeft1_ul li.active .hollow {
    display: block;
}
.GiftLeft1_ul li .hollow{
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 58px;
    bottom: -20px;
}
.GiftLeft1_ul li a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #666666;
    display: block;
    width: 125px;
	height: 52px;
    text-align: center;
    line-height: 52px;
	border-radius: 20px;
    z-index: 1;
    position: relative;
}
.GiftLeft1_ul .active a{
    width: 125px;
	height: 52px;
    background-image: url(./../images/text.png);
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}
.GiftLeft1_ul li .huib{
    width: 115px;
    height: 40px;
    background-color: #f7f7f7;
	border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* boy */
@media screen and (max-width:768px){
    *{
        box-sizing: border-box;
    }
    #top{
        display: none;
    }
    .head-top{
       
        width: 100%;
    }
    .head-recom{
      display: none;
    }
    .nav{
        width: 100%;
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        /*gap: 20px;*/
    }
    .nav li{
        width: auto;
		margin-left:6px;
    }
    .nav li a{
        /*width: 100px;*/
        padding: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .listBody{
        width: 100%;
        padding: 10px;
    }
    .listOne_ul{
        flex-wrap: wrap;
        justify-content: left;
        gap: 10px;
    }
    .listOne01 li{
        width: auto;
    }
    .infoGame{
        width: 100%;
        padding: 10px;
        flex-direction: column;
        gap: 10px;
    }
    .infoLeft{
        width: 100%;
    }
    .UpperLeft{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .UpperLeft .swiper{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
        margin: 0;
        padding: 0;
    }
   
    .UpperLeft .swiper-slide img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .inOneTxt{
        width: 100%;
    }
    .LowerLeft{
        width: 100%;

        padding: 0;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .LowerLeft li{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .LowerLeft li a{
        display: block;
        width: 100%;
    }
    .LowerLeft li a .img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
        margin: 0;
        padding: 0;
    }
    .LowerLeft li a .img img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
        margin: 0;
        padding: 0;
    }
    .LowerLeft .text,
    .middleTwo01 a{
        width: 100%;
    }
    .twoPublic{
        position: static;
        width: 100%;
    }
    .twoPublic li{
        width: 100%;
    }
    .infoMiddle{
        width: 100%;
        overflow: hidden;
    }
    .middleTwo a{
        width: 100%;
    }
    .mOneLeft{
        width: 80%;
    }
    .mOneLeft .date{
        /* min-width: 80px; */
        width: 20%;
    }
    .middleOne li{
        width: 30%;
    }
    .index-info-box .middleOne li a{
        width: 100%;
    }
    .index-info-box .middleOne .active .img{
        width: 100%;
        height: 100%;
        display: none;
    }
    .index-info-box .middleOne .active .img img{
        width: 100%;
 
    }
    .index-info-box .middleOne .active .hui{
        display: block;
        background-color: #ff7b39;
    }
    .index-info-box .middleOne li .hui{
        width: 100%;
        left: 0;
    }
    .twoPublic li .info{
        width: 20%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .infoRight{
        width: 100%;
    }
    .infoRightTop{
        left: 50%;
        transform: translateX(-50%); 
    }
    .MobileGame{
        width: 100%;
        padding: 10px;
    }
    .MobileGame .Bottom{
        flex-direction: column;
        gap: 10px;
    }
    .MobileGameLeft{
        order: 2;
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .MobileGameLeft li{
        width: 100%;
        /* height: 120px; */

        padding: 9px;
        margin: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MobileGameLeft li a{
 
    }
    .MobileGameRight{
        order: 1;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .MGRight{
        width: 100%;
        background: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .MGRight_ul{
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .MGRight_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .MGRight_ul li a{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .bjOne{
        width: 100%;
        padding: 10px;
    }
    .GreatestHits{
        width: 100%;
    }
    .GreatItem{
        flex-direction: column;
        gap: 10px;
    }
    .GreatItem li{
        width: 100%;
        height: auto;
        padding-bottom: 16px;
    }

    .GreatItem li a{
        display: block;
        width: 100%;
    }
    .GreatItem .itemImg{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
        background-size: 100%;
    }
    .GreatItem .itemTxt{
        width: 100%;
    }
    .GreatItem .itemTxt div{
        width: 100%;
    }

    .application{
        width: 100%;
        padding: 10px;
    }
    .application .Bottom{
        flex-direction: column;
        gap: 10px;
    }
    .applicationLeft{
        width: 100%;
    }
    .applicationRight{
        width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    }
    .applicationRight li{
        width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .MobileGpack{
        width: 100%;
    }
    .bjTwo{
        width: 100%;
        padding: 10px;
    }
    .packUl li{
        width: 100%;
    }
    .packUl li .packInfo{
        width: 100%;
    }
    .MobileGstrategy{
        width: 100%;
        padding: 10px;
    }
    .mgsMainbody{
        flex-direction: column;
        gap: 10px;
    }
    .mgsLeft{
        width: 100%;
    }
    .mgsLeftImg div{
        width: 49%;
    }

    .mgsLeftImg div a{
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .mgsLeftImg img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .mgsLeft ul li .info{
        display: block;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mgsBody{
        width: 100%;
        margin-top: 10px;
    }
    .mgsRight {
        width: 100%;
        height: auto;
        gap: 10px;
    }
    .mgsRight li{
        width: 100%;
    }
    .mgsRight li a{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .mgsRImg{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .mgsRImg img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .mgsRinfo{
        width: 100%;
   
    }
    .MobileGrank{
        width: 100%;

    }
    .GrankInfo{
        flex-direction: column;
        gap: 10px;
    }
    .bjThree{
        padding: 10px;
    }
    .index-rank-box .item{
        width: 100%;
    }
    .GiftOne_ul li .click{
        display: none;
    }
    .mgsBottom{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .mgsBottom li{
        width: 100%;
    }
    .mgsBottom li a{
        display: block;
        width: 100%;
    }
    .mgsBottom li .video{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .videoImg{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .videoImg img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .videoIcon{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .videoTxt{
        width: 100%;
    }
    .GrankImg{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .GrankTxt{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .GrankImg > div{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .Appalbum{
        width: 100%;
        padding: 10px;
    }
    .premium{
        width: 100%;
        padding: 10px;
    }
    .preBody{
        flex-direction: column;
    }
    .preOne{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .preTwo{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .preLeft,
    .ptRight,
    .ptLeft{
        width: 100%;
        height: auto;
    }
    .preLeft a,.ptRight a,.ptLeft a{
        width: 100%;
        height: auto;
        display: block;
    }
    .preLeft img,
    .ptRight img,
    .ptLeft img{
        width: 100%;
        height: auto;
    }
    .footer{
        padding: 10px;
    }
    .footTop{
        width: 100% !important;
    }
    .footBottom{
        width: 100% !important;
        flex-direction: column;
        gap: 10px;
    }
    .footBottom .below{
        width: 100% !important;
    }
    .footBottom .info{
        justify-content: center !important;
    }
    .index-rank-box .item{
        background-size: 100% 100%;
    }
    body{
        overflow-x: hidden;
    }
    .NotFound{
        width: 100%;
    }
    .Fortherecord{
        width: 100% !important;
    }
    .MgDownTitle{width: 100%;padding: 10px;}
    .listTop .body_position{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .arreaTXt .right{
        display: none;
    }
    .GdetaOne{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .arreaTXt{
        width: 100% !important;
        margin: 0;
    }
    .arreaTXt .left{
        width: 100%;
    }
    .arreaTXt h1 a{
        text-align: center;
    }
    .game-down-btn{
        width: 100%;
        margin: 0;
    }
    .arreaBtn{
        flex-wrap:wrap ;
        gap: 10px;
    }
    .MgDownCont{
        width: 100%;
        padding: 0;
        flex-direction: column;
        gap: 10px;
    }
    .MgDownLeft{
        width: 100%;

    }
    .MgDownOne{
        width: 100%;
        padding: 10px;
    }
    .xggl{
        width: 100%;
        padding: 10px;
    }
    .MgdoGift_ul{
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
    .MgdoGift_ul li{
        width: 100%;
        padding: 10px;
    }
    .MgdoGiftwo_ul{
        width: 100%;
    }
    .MgdoGiftwo_ul li{
        width: 100%;
    }
    .MgdoGiftwo_ul li .one{
        width: 80%;
    }
    .MgdoGiftwo_ul li .one a{
        width: 90%;
    }
    .MgdoGiftwo_ul .name{
        width: 100%;
    }
    .MgdoGiftwo_ul .two{
        width:auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .infoTwo{
        width: 100%;
        padding: 10px;
    }
    .MgDownTwo_ul li .img{
        min-width: 160px;
        width: 160px;
        height: 90px;
    }
    .MgDownTwo_ul li .img a{
        min-width: 160px;
        width: 160px;
        height: 90px;
    }
    .MgDownTwo_ul li .img img{
        min-width: 160px;
        width: 160px;
        height: 90px;
    }
    .MgDownTwo_ul li{
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }
    .MgDownTwo_ul li .title{
        white-space: wrap;
        -webkit-line-clamp: 2;
    }
    .MgDownTwo_ul li .info{
        /* width: calc(100% - 160px); */
        width: 100%;
    }
    .MgDownTwo_ul li .count{
        margin-top: 10px;
    }
    .MgDownTwo_ul li .bottom{
        width: 100%;
    }
    .MgDownTwo_ul li .bottom .name{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .MgDownTwo_ul li .bottom > a{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .infoThree{
        width: 100%;
        padding: 10px;
    }
    .MobileGame1{
        width: 100%;
        padding: 0;
    }
    .MobileGameLeft1{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .MobileGameLeft1 li{
        width: 100%;
        height: 120px;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .MobileGameLeft1 li a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .MobileGameLeft1 .mglImg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index-game-box .item ul .active .Download{
     bottom: 0;
    }
    .MgDownRight{
        width: 100%;
    }
    .MgDownSeven{
        width: 100%;
        padding: 10px;
    }
    .titOne{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .MgDownFour{
        width: 100%;
        padding: 10px;
    }
    .MgDownFour_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .MgDownFour_ul li{
        width: 100%;

        padding: 0;
        margin: 0;
        overflow: hidden;
        justify-content: center;
    }
    .MgDownFour_ul li a{
        flex-direction: column;
        gap: 10px;
        display: flex;
      align-items: center;
      justify-content: center;
    }
    .MgDownSix{
        width: 100%;
        padding: 10px;
    }
    .Sixflash{
        width: 100%;
    }
    .Sixflash li{
        width: 49%;
    }
    .Sixflash li a{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .Sixflash li .img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .Sixflash li .img img{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .usTitle{
        width: 100%;
        padding: 10px
    }
    .usTitle_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .arreaTxtOne1 li{
        flex-direction: column;
    }
    .arreaTxtOne1 li div{
        width: 100% !important;
        padding: 0;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .usTitle_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .usTitle_ul .active a{
        width: 100%;
    }
    .usBody{
        width: 100%;
    }
    .gameGift{
        width: 100%;
        padding: 10px;
    }
    .gameGift_ul{
        width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .gameGift_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        gap: 10px;
    }
    .gameGift_ul li .info{
        width: auto;
    }
    .gameGift_ul li .info .name{
        width: 100%;
    }
    .gameGiftBody{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .gameGiftLeft{
        width: 100%;
    }
    .GiftOne_ul li .date{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .gameGiftRight{
        width: 100%;
    }
    .listTop{
        margin-bottom: 30px;
    }
    .topTitle .xian{
        width: 100%;
    }
    .listTop .ss_form input{
        margin: 0 !important;
        padding-left: 45px;
    }
    .listTop .ss_form{
        margin: 0;
    }
    .mgrDetaTitle{
        width: 100%;
        padding: 10px;
    }
    .mgrDetaTitle_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .mgrDetaTitle_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .mgrDetaTitle_ul li a{
        width: 100%;
    }

    .mgrDetaTitle_ul li a div{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mgrDetaBody{
        width: 100%;
        padding: 10px;
    }
    .mgrDetaBody li{
        padding: 10px;
    }
    .mgrDetaBody li .rank{
        width: 40px;
        height: 40px;
    }
    .mgrDetaBody li .rank img{
        width: 40px;
        height: 40px;
    }
    .mgrDetaBody li .img{
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }
    .mgrDetaBody li .img img{
        width: 60px;
        height: 60px;
    }
    .mgrDetaBody li .mgrWidth{
        width: calc(100% - 120px);
        margin-left: 10px;
    }
    .mgrDetaBody .active .click,
    .mgrDetaBody li .click{
        width: 60px;
        display: none;
    }
    .SearchOne{
        grid-template-columns: repeat(1,1fr);
    }
    .mgrDetaBody li .text{
        width: calc(100% - 60px);
    }
    .mgrDetaBody li .label{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mgrDetaBody li .text .name{
        width: 100%;
    }
    .mgrDetaBody li .text{
        height: 100px;
    }
    .searchTitle{
        width: 100%;
        padding: 10px;
    }
    .StopTitle{
        width: 100%;
    }
    .searchTitle .result{
        margin-top: 10px;
    }
    .MgDo_ul{
        margin-top: 10px;
    }
    .searchTwo_ul li{
        align-items: center;
    }
    .searchTwo_ul li .top{
        width: 160px;
        height: 90px;
    }
    .searchTwo_ul li .top .img{
        width: 160px;
        height: 90px;
    }
    .searchTwo_ul li .top .img img{
        width: 160px;
        height: 90px;
    }
    .searchTwo_ul li .info{
        width: calc(100% - 180px);
        margin-left: 10px;
    }
    .searchTwo_ul li .bottom{
        width: 100%;

    }
    .searchTwo_ul li .bottom .name{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .searchTwo_ul li .bottom > a{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .StopTitle .xian{
        width: 100%;
    }
    .webMapTitle{
        width: 100%;
        padding: 10px;
    }
    .webMapBody{
        width: 100%;
        padding: 10px;
    }
    .infoCenter{
        width: 100%;
        padding: 10px;
    }
    .infoTwo_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .infoTwo_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .infoTwo_ul li .right{
        width: auto;
        margin-left: 10px;
    }
    .infoTwo_ul li .title{
        width: 100%;
    }
    .infoMain{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .infoMainLeft{
        width: 100%;
        padding: 10px;
    }
    .infoPRight{
        width: 100%;
   
    }
    .infoFour{
        width: 100%;
        padding: 10px;
    }
    .MgDownFive_ul li .info{
        width: calc(100% - 110px);
    }
    .MgDownFive_ul li .title{
       width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .infoTitle{
        width: 100%;
        padding: 10px;
    }
    .detatitle h1{
        font-size: 18px;
    }
    .detatitle{
        padding: 10px 0;
    }
    .detainfo{
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .detainfo div{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .infoBody{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .infoBLeft{
        width: 100%;
    }
    .infoOne{
        width: 100%;
        padding: 10px;
    }
    .info_p p img{
        max-width: 100%;
    }
    .info_p p iframe{
        width: 100%;
        aspect-ratio: 16/9;
		height: auto;
    }
    .MgDownTitle_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .MgDownTitle_ul li a div{
        font-size: 14px;
    }
    .MgDownTitle_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .MgDownTitle_ul li a{
        width: 100%;
    }
    .appSoftOne{
        width: 100%;
    }
    .mgrDetaBody li .label span:nth-child(1),
    .mgrDetaBody li .label span:nth-child(4),
    .mgrDetaBody li .label span:nth-child(5){
        display: none;
    }
    .mgrDetaBody li .text{
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }
    .MGDetaRight{
        margin: 10px 0;
    }
    .mgrDetaBody li .info{
        display: none;
    }
    .recommend .left{
        line-height: 40px;
    }
    .MGDetaLeft h1{
        white-space: wrap;
        -webkit-line-clamp: 3;
    }
    .MGDetaTitle{
        margin-bottom: 10px;
    }

    .appSoftOne_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .appSoftOne_ul li{
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .appSoftOne_ul li div{
        width: 100%;
    }
    .appSoftOne_ul li .name a{
        display: block;
        width: 100%;
    }
    .appSoftOne_ul li .content div{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .show-game-score{
        display: none;
    }
    .arreaTXt h1 a{
        font-size: 18px;
    }
    .show-game-info{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }
    .show-game-info li span{
        margin-bottom: 10px;
    }
    .mgsBottom li:nth-child(5){
        display: none;
    }
    .titTwo a{
        white-space: nowrap;
    }
    .footTop ul li{
        margin: 0 !important;
    }
    .footTop ul{
        justify-content: center;
        gap: 10px;
    }
    .MobileGameLeft1 li:last-child{
        display: none;
    }
    .GdetaTwo_lb{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .MGamesTitle{
        width: 100%;
    }
    .MGamesTitle_ul{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .MGamesTitle_ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .MGamesTitle_ul li a{
        width: 100%;
    }
    .MGamesTitle_ul li a div{
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .MGamesBody{
        width: 100%;
    }
    .MGamesBody li .title a{
        font-size: 18px;
    }
    .MGamesBody li{
        width: 100%;
    }
    .MGamesBody li .img{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .MGamesBody li .img span{
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .MGamesBody li .img span{
        display: none;
    }
    .MGamesBody li .img span:nth-child(1),
    .MGamesBody li .img span:nth-child(2),
    .MGamesBody li .img span:nth-child(3){
        display: block !important;
    }
    .MGamesBody li .img span a{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .MGDetaTitle{
        width: 100%;
        padding: 10px;
    }
    .MGDetaBody{
        flex-direction: column;
        align-items: center;
    }
    .MGDetaLeft{
        width: 100%;
    }
    .MGDetaLeft h1{
        margin: 0;
        text-align: center;
        font-size: 18px;
    }
    .MGDetaLeft .label{
        margin: 0;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .recommend .right{
        width: auto;
        height: auto;
    }
    .recommend{
        width: 100%;
        margin: 0;
     margin-top: 10px;
        padding: 0;
        flex-direction: column;
    }
    .recommend .left{
        width: 100%;
    }
    .MGDetaOne{
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .MGDetaOne li{
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .MGDetaOne li .name{
        width: 100%;
    }
    .MGDetaOne li .info{
        width: 100%;
    }
    .MGDetaOne li .cont{
        width: calc(100% - 110px);
        flex-direction: column;
    }
    .MGDetaTwo{
        width: 100%;
        padding: 10px;
    }
    .mgsMainbody1{
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .mgrThree{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .layui-layer{
        width: 100% !important;
    }
    .GreatItem .itemImg img{
        width: 100%;
        height: 100%;
    }
    #head-recom1{
        display: block !important;
        width: 100%;
        height: auto !important;
    }
    #head-recom1 .recom-warp{
        padding: 10px !important;
        margin: 0;
      
    }
    #head-recom1 .ss_form{
        width: 100%;
        height: auto;
        margin: 0;
        background: none;
        border-radius: 22px;
        background-color: #ff7b39;
        
    }
}
#head-recom1{
    display: none;
}
/* yema */
.mngfPage{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.mngfPage a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 30px;
	border: 1px solid #eeeeee;
	color: #555555;
}
.currentPage,
.mngfPage a:hover{
	background-color: #ff7b39;
	color: #fff !important;
}
.phzb{
	width: 100%;
	display: flex;
	gap: 20px;
    margin: 10px 0;
}
.phzbs{
	width: 33%;
	height: 70px;
	border: 1px solid #ff7b39;
	border-radius: 10px;
	font-size: 18px;
	overflow: hidden;
}
.phzbsa{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #ff7b39;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.phzbs.on,
.phzbs:hover{
	background-color: #ff7b39;
}
.phzbs.on .phzbsa,
.phzbs:hover .phzbsa{
	color: #fff;
}
/* 页码end */
/* 语言 */
.headerlan{
    border: none !important;
  }
  .headerlan i{
  color: #666;
  }
  .lanneed{
    padding: 0px;
  }
  .languagechoose{
    display: flex;
    flex-direction: column;
  }
  .languagechoosea{
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 35px;
  }
  .languagechoosea.on{
    background-color: #ff7b39;
    color: #fff;
  }
  .languagechoosea:hover{
    background-color: #ff7b39;
    color: #fff;
   
  }
  .footer a{
    color: #999;
  }
  /* 语言end. */
    /* view all */
.viewAll{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vall_btn{
	width: 100%;
	height: 40px;
	background-color: #ff7b39;
	border: none;
	border-radius: 5px;
	color: #fff;
    box-sizing: border-box;
}
.vall_btna{
    box-sizing: border-box;
    color: #fff;
    display:block;
    width:100%;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
}
.vall_btna:hover{
	color: #000;
}

/* 标签 */
.xztag{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.xatags{
    display: block;
    width: auto;
    padding:0 10px;
    border: 1px solid #ff7b39;
    border-radius: 5px;
    color: #ff7b39;
}
.xatags:hover{
	background-color: #ff7b39;
	color: #fff !important;
}


.xzoFangList{ width: 100%;}
.xzoFangList li{ margin-top:20px; border-bottom: 1px solid #eeeeee; padding-bottom: 20px;}
.xzoFangList li span{ display: block; float: left; width: 64px; height: 64px;}
.xzoFangList li span img{  width: 100%; height: 100%; object-fit: cover; border-radius: 100px;}
.xzoFangList li dl{ float: left; width: calc(100% - 84px); margin: 0px 0px 0px 20px;}
.xzoFangList li dl dt{ color: #5f727e;}
.xzoFangList li dl dd.cont1{ margin-top:10px; color: #999999;}
.xzoFangList li dl dd.cont1 i.red{ color: #ffbe14;}
.xzoFangList li dl dd.cont1 i.xingxing{ margin-right: 3px;}
.xzoFangList li dl dd.cont2{ margin-top:10px;}
.xzoFangList li dl dd.cont2 p{ padding-top:10px;}
.xzoFangList li dl dd.cont3{ margin-top:15px;}
.xzoFangList li dl dd.cont3 img{ max-width: 100%;}
.xzoFangList li dl dd.cont4{ margin-top:15px; color: #999999;}
.xzoRateList{ width: 100%;}
.xzoRateList li{display: block !important; margin-top:20px;width: 100% !important;}
.xzoRateTitle{ width: 100%;}
.xzoRatexingxing{ width: 100%; margin-top:15px; color: #999999;}
.xzoRatexingxing i{ margin-right: 3px; cursor: pointer;}
.xzoRatexingxing i.red{ color: #ffbe14;}
.xzoRateTextarea{ width: 100%; margin-top:15px;}
.xzoRateTextarea textarea{ width: 100%; height: 100px; border: 1px solid #eeeeee; padding: 10px 0px 0px 10px; box-sizing: border-box;}
.xzoRateText{ width: 100%; margin-top:15px;}
.xzoRateText input.text1{ width: 100%; height: 35px; border: 1px solid #eeeeee; padding: 0px 0px 0px 10px; box-sizing: border-box;}
.xzoRateSubmit{ width: 200px; margin-top:15px;}
.xzoRateSubmit input.submit1{ width: 100%; height: 35px; border: none; background: none;
	 background: #fd494d; border-radius: 5px; color: #ffffff; cursor: pointer;} 
.xzoTanBg3{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position:absolute; left: 0px; top: 0px; position:fixed; z-index:102;}
.xzoPingBox{z-index: 999999;width: 500px; height:530px;
	 background: #FFFFFF; position:absolute; left: 50%; top: 50%; margin-left:-250px; margin-top:-265px; border-radius: 5px;}
.xzoPingTitle{ width: 90%; margin: auto; margin-top:20px;}
.xzoPingTitle h2{ font-size: 20px; color: #333333; float: left;}
.xzoPingTitle span{ display: block; width: 17px; height: 17px; background:url(../picture/bg5.png) no-repeat 0px 0px; background-size: 200px 200px; position:absolute; right:5%; top: 25px; cursor: pointer;}
.xzoPingIn{ width: 90%; margin:auto;     margin-top: 60px;}
.xzoPingIn .xzoRateSubmit{ margin: auto;}
.xzoKingsTitle3 h2{ font-size: 24px; font-weight: bold; color: #333333; float:left;}
.xzoKingsTitle3 a{ display: block; float: right; margin-top:5px; font-size: 16px; font-weight: bold; color: #0081d5;}
.xzoRateList2{ display: none;}
@media screen and (max-width:768px){
  .xzoPingBox{ width: 94%; margin-left:0px; left: 3%;}
  .xzoRateList{ display: block;}
  .xzoTanBg3{ display: none;}
  .xzoKingsTitle3 a{ display: none;}

}
.GamedetailL12{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .GamedetailL12s{
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 10px;
  
  }
  .GamedetailL12s_1{
    display: flex;
    gap: 20px;
    overflow: hidden;
    align-items: center;
    color: #888888;
  }
  .GamedetailL12s_11{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .GamedetailL12s_12{
    font-size: 16px;
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .GamedetailL12s_2{
    font-size: 14px;
    line-height: 26px;
  
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }