*{
    margin: 0;
    padding: 0;
}

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

.article-content p {
    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: 0 auto;
    max-width: 70%;
}

.btnImg{
    position: absolute;
    width: 100px;
    height: 100px;
    display: none;
    overflow: hidden;
    z-index: 99;
}
.boBtn{
    position: relative;
}
.topBtn>button:hover .btnImg{
    display: block;
}

.btn-code {
    display: none;
    position: absolute;
    /* left: 28px; */
    bottom: -160px;
    width: 150px;
    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: 8px;
    margin-bottom: 7px;
}

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

.show-down>div {
    position: relative;
}

.show-down>div:hover>.btn-code {
    display: block;
}


.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;
}
.index .head{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}
.index .headline{
    width: 310px;
    height: 300px;
    padding: 5px;
    box-sizing: border-box;
}

.index .headimg{
    height: 300px;
    width: 480px;
}
.index .headmess{
    background-color: #f5fcf9;
    height: 300px;
    width: 360px;
    padding: 20px;
    box-sizing: border-box;
}
.index .leftBoo{
    width: 310px;
}
.index .bottomRight{
    width: 480px;
}
.index .round_txt{
    display: flex;
    width: 460px;
    justify-content: space-between;
}
.index .rtxt_one{
    width: 363px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333333;
}
.index .rtxt_two{
    width: 44px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #999999;
    text-align: right;
}

.download .round_txt{
    display: flex;
    width: 320px;
    justify-content: space-between;
}
.download .rtxt_one{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333333;
}
.download .rtxt_two{
    width: 44px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #34cd80;
    text-align: right;
}

.downloadTwo .round_txt{
    display: flex;
    width: 320px;
    justify-content: space-between;
}
.downloadTwo .rtxt_one{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333333;
}
.downloadTwo .rtxt_two{
    width: 44px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #34cd80;
    text-align: right;
}

.index a{
    text-decoration: none;
}
.index .line_one{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.index .tou_img>img{
    position: relative;
    top: 5px;
}
.index .line_two{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    line-height: 25px;
	color: #777777;
    margin-top: 10px;
}
.index .line_three{
	margin-top: 4px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}
.index .line_fg{
    margin: 10px 0 20px 0; 
	border-top: solid 1px #eeeeee;
}
.index .line_four{
    margin-top: 20px;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	color: #333333;
}
.index .line_img>img{
    width: 480px;
    height: 300px;
}
.index .bottom{
    width: 480px;
	height: 40px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    text-align: center;
	background-color: #000000;
	opacity: 0.7;
    color: #fff;
    position: relative;
    top: -44px;
}
.index .line_rightone{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #34CD80;
    line-height: 36px;
}
.index .line_righttwo{
    margin-top: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #888888;
}
.index .line_rightthree{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.index .laiyuan{
	height: 12px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #888888;     
}
.index .line_rightimg{
    position: relative;
    top: 2px;
}
.index .line_rightimg>img{
    width: 120px;
    height: 90px;
}
.index .news{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.index .newsLeft{
    width: 815px;
}

.index .leftTop{
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}
.index .topLeft{
    height: 40px;
    line-height: 40px;
}
.index .mark{
    display: inline-block;
    width: 6px;
	height: 22px;
    line-height: 22px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 15px;
    margin-top: 5px;
}
.index .markTxt{
	font-size: 20px;
	line-height: 48px;
	color: #333333;
    font-weight: bold;
}
.index .topRight a{
    font-size: 12px;
    color: #999999;
}
.index .leftTop_fg{
    margin-top: 8px;
	height: 1px;
	background-color: #f3f3f3;
}
.index .leftBottom{
    display: flex;
    justify-content: space-between;
}
.index .bottomLeft{
    width: 310px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.index .bottomLeft img{
    width: 120px;
    height: 90px;
} 
.index .bottomLeft_txt{
    margin-left: 12px;
    flex: 1;
}
.index .txtOne{   
    font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
    font-family: MicrosoftYaHei;
    font-weight: normal;
	font-stretch: normal;
    overflow: hidden;
    line-height: 30px;
    margin-top: -5px;
    text-overflow: ellipsis;
}
.index .txtTwo{
    margin-top: 18px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}
.index .bottomLeft_fg{
	border-top: solid 1px #eeeeee;
}

.index .bottomRight{
    /* width: 492px; */
    display: flex;
    /* justify-content: space-around; */
}
.index li{
    list-style-type: none;
}
.index .inforFlex{
    display: flex;
    width: 480px;
}
.index .round{
    width: 6px;
	height: 6px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 10px;
    margin-top: 20px;
}
.index .infor{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
}
.index .inforFlex a{
    color: #333333;
}
.index .time{
    width: 60px;
	height: 221px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #999999;
}



.index .newsRight{
    width: 360px;
}
.index .rightTop{
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}
.index .right_fg{
    margin-top: 8px;
    border: 1px solid #f3f3f3;
}
.index .bodyFlex{
    display: flex;
    margin: 22px 0;
}
.index .hot{
    width: 24px;
	height: 24px;
	background-color: #34cd80;
	border-radius: 3px;
    text-align: center;
    line-height: 24px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.index .mation{
    width: 325px;
    height: 70px;
    margin-left: 10px;
    border-bottom:dashed 1px #dcdcdc ;
}
.index .mationOne{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
}
.index .mationOne a{
    color: #333333;
}
.index .mationTwo{
    margin-top: 12px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
}
.index .right_fgT{
    border: dashed 1px #dcdcdc;
    margin-top: 17px;
}

.index .bodyLink{
    width: 1200px;
    margin: 30px auto;
}
.index .linkbot{
    display: flex;
    align-items: center;
}
.index .point{
    width: 6px;
	height: 22px;
	background-color: #34cd80;
	border-radius: 3px; 
}
.index .pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin-left: 15px;
}
.index .bot_xian{
    width: 1200px;
	height: 1px;
    margin-top: 8px;
	background-color: #f3f3f3;
}
.index .download{
    display: flex;
    margin-top: 5px;
}
.index .download li{
    display: inline-block;
    margin-right: 25px;
}
.index .download li a{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #999999;
} 




*{
    margin: 0;
    padding: 0;
}
.download .subject{
    background-color: #f7f7f7;
}
.download .mobile{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.download .link{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.download .link span a{
    text-decoration: none;
    width: 173px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}
.download .link span{
    font-size: 12px;
	color: #999999;
}
.download .mobile{
   display: flex; 
   justify-content: space-between;
}
.download .mobileGame{
    width: 794px;
    padding: 15px;
}
.download .linkbot{
    align-items: center;
    display: flex;
}
.download .point{
    width: 6px;
	height: 22px;
	background-color: #34cd80;
	border-radius: 3px; 
}
.download .pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin-left: 15px;
}
.download .linkbot_fg{
    border-top: 1px solid #f3f3f3;
    margin-top: 15px;
}
.download .directory{
    display: flex;
    justify-content: space-around;
	background-color: #fbfbfb;
    padding: 15px;
    margin-top: 20px;
}
.download .content{
    display: flex;
}
.download .contentImg img{
    width: 90px;
    height: 90px;
}
.download .contentTxt{
    margin-left: 15px;
    width: 510px;
}

.download .contentTxt .time{
    color: #666;
    font-size: 14px
}
.download .txtOne{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 5px;
}
.download .txtTwo{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 12px;
}
.download .txtThree{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
    margin-top: 12px;
}
.download .button{
    display:flex;
	align-items:center;
}
.download .button button{
    width: 111px;
	height: 47px;
    background-color: transparent;
    border: 1px solid #34cd80;
    border-radius: 6px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	letter-spacing: 1px;
	color: #34cd80;
}

.download .modApp{
    width: 340px;
    padding: 15px;
}
.download .line_img>img{
    width: 340px;
    height: 230px;
}
.download .inforD{
    display: flex;
    justify-content: space-between;
}
.download li{
    list-style-type: none;
}
.download .inforFlex{
    display: flex;
}
.download .round{
    width: 6px;
	height: 6px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 10px;
    margin-top: 16px;
}
.download .infor{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.download .inforFlex a{
    color: #333333;
    text-decoration: none;
}
.download .time{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
}
.download .time a{
    color: #34cd80;
}
.download .gameDom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.download .domImg img{
    width: 66px;
    height: 66px;
}
.download .domTxt{
    margin-left: 15px;
    line-height: 35px;
    height: 66px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
    letter-spacing: 1px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download .txtGone a{
    color: #333333;
}
.download .Popular{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.download .all{
	font-family: MicrosoftYaHei;
	font-size: 12px;
}
.download .all a{
    text-decoration: none;
    color: #999999;
}
.download .Popular_fg{
    border-bottom: 1px solid #f3f3f3;
    margin-top: 15px;
}

.index .Popular{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
}
.index .all{
	font-family: MicrosoftYaHei;
	font-size: 12px;
}
.index .all a{
    text-decoration: none;
    color: #999999;
}
.index .Popular_fg{
    border-bottom: 1px solid #f3f3f3;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.download .popGame{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 15px; */
}
.download .gameHot {
	width: 24px;
	height: 24px;
	background-color: #ffa031;
	border-radius: 4px;
    text-align: center;
    color: #fff;
    
}
.download .popTxt{
    display: flex; 
    height: 100px;
    align-items: center; 
    width: 300px; 
    justify-content: space-between;
    border-bottom: 1px dashed #dcdcdc;
    /* padding-bottom: 15px; */
}

.downloadTwo .popTxt{
    display: flex; 
    height: 100px;
    align-items: center; 
    width: 300px; 
    justify-content: space-between;
    border-bottom: 1px dashed #dcdcdc;
    /* padding-bottom: 15px; */
}
.download .gameImg{
    display: flex;
}
.download .gameImg img{
    width: 62px;
    height: 62px;
}
.download .gameTxt{
    margin-left: 10px;
}
.download .txtGone{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 8px;
    width: 150px;
}
.download .txtGtwo{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 8px;
}
.download .gameButton{
    width: 65px;
	height: 36px;
	border-radius: 6px;
	border: solid 1px #34cd80;
    background-color: #fff;
    color: #34cd80;
}
.download .gameButton a{
    text-decoration: none;
    color: #34cd80;
}






.downloadTwo .subject{
    background-color: #f7f7f7;
}
.downloadTwo .mobile{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}
.downloadTwo .link{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.downloadTwo .link a{
    text-decoration: none;
    width: 173px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}
.downloadTwo .link span{
    font-size: 12px;
	color: #999999;
}
.downloadTwo .gameDownload{
	background-color: #f3f7f5;
    padding: 20px;
}
.downloadTwo .gameName{
	height: 30px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.downloadTwo .gameBody{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.downloadTwo .gameLfet{
    display: flex;
    justify-content: space-between;
    width: 800px;
}
.downloadTwo .leftImg{
    width: 120px;
    height: 120px;
}
.downloadTwo .leftImg img{
    width: 120px;
    height: 120px;
}
.downloadTwo .leftMess{
    width: 650px;
}
.downloadTwo .topTxt{
    display: flex;
    justify-content: space-between;
}
.downloadTwo .txtOne{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #888888;
    width: 200px;
}
.downloadTwo .boTxt{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.downloadTwo .topBtn button{
    width: 150px;
	height: 47px;
	border-radius: 6px;
	border: solid 1px #34cd80;
    background-color: transparent;
    color: #34cd80;
}
.downloadTwo .boBtn button{
    width: 150px;
	height: 47px;
	background-color: #34cd80;
	border-radius: 6px;
	border: solid 1px #34cd80;
    color: #fff;
    margin-top: 25px;
}
.downloadTwo .gameRight{
    line-height: 60px;
}
.downloadTwo .gameIntro{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.downloadTwo .introLeft{
    width: 840px;
    margin-top: 20px;
}
.screenshot{
    margin-bottom: 15px;
    margin-top: 20px;
}
.downloadTwo .linkbot{
    align-items: center;
    display: flex;
}
.downloadTwo .recommend{
    margin-top: 20px;
}
.downloadTwo .point{
    width: 6px;
	height: 22px;
	background-color: #34cd80;
	border-radius: 3px; 
}
.downloadTwo .pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin-left: 15px;
}
.downloadTwo .linkbot_fg{
    border-top: 1px solid #f3f3f3;
    margin-top: 15px;
}
.downloadTwo .txtRegion{
    width: 800px;
	height: 400px;;
    margin-bottom: 15px;
}
.downloadTwo .txtRegion p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #444444
}
.downloadTwo .scrImg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.downloadTwo .imgD{
    width: 230px;
}
.downloadTwo .recomDom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.downloadTwo .recom{
    text-align: center;
}
.downloadTwo .recomImg{
    width: 98px;
    height: 98px;
}
.downloadTwo .recomImg img{
    width: 98px;
    height: 98px;
}
.downloadTwo .recomTxt{
    margin-top: 10px;
    width: 98px;
}
.downloadTwo .modApp{
    width: 340px;
    padding-top: 20px;
}
.downloadTwo .line_img>img{
    width: 340px;
    height: 230px;
}
.downloadTwo .inforD{
    display: flex;
    justify-content: space-between;
}
.downloadTwo li{
    list-style-type: none;
}
.downloadTwo .inforFlex{
    display: flex;
}
.downloadTwo .round{
    width: 6px;
	height: 6px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 10px;
    margin-top: 16px;
}
.downloadTwo .infor{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.downloadTwo .inforFlex a{
    color: #333333;
    text-decoration: none;
}
.downloadTwo .time{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #34cd80;
}
.downloadTwo .time a{
	color: #34cd80;
    text-decoration: none;
}
.downloadTwo .gameDom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.downloadTwo .domImg img{
    width: 66px;
    height: 66px;
}
.downloadTwo .domTxt{
    margin-left: 15px;
    line-height: 35px;
    height: 66px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
    letter-spacing: 1px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.downloadTwo .Popular{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.downloadTwo .all{
	font-family: MicrosoftYaHei;
	font-size: 12px;
}
.downloadTwo .all a{
    text-decoration: none;
    color: #999999;
}
.downloadTwo .Popular_fg{
    border-top: 1px solid #f3f3f3;
    margin-top: 15px;
}
.txtRegion{
    margin-top: 15px;
}
.txtGone a{
    color: #333333;
}
.downloadTwo .popGame{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 15px; */
}
.downloadTwo .gameHot {
	width: 24px;
	height: 24px;
	background-color: #ffa031;
	border-radius: 4px;
    text-align: center;
    color: #fff;
}
.downloadTwo .gameImg{
    display: flex;
}
.downloadTwo .gameImg img{
    width: 62px;
    height: 62px;
}
.downloadTwo .gameTxt{
    margin-left: 10px;
}
.downloadTwo .txtGone{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 8px;
}
.downloadTwo .txtGtwo{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 8px;
}
.downloadTwo .gameButton{
    width: 65px;
	height: 36px;
	border-radius: 6px;
	border: solid 1px #34cd80;
    background-color: #fff;
    color: #34cd80;
}
.downloadTwo .gameButton a{
    text-decoration: none;
    color: #34cd80;
}
.downloadTwo .recom a{
    text-decoration: none;
    color: #333333;
}
.downloadTwo .bodyEnd{
    margin-top: 20px;
}





.infolistOne .subject{
    background-color: #f7f7f7;
}
.infolistOne .mobile{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}
.infolistOne .link{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.infolistOne .link a{
    text-decoration: none;
    width: 173px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}
.infolistOne .link span{
    font-size: 12px;
	color: #999999;
}
.infolistOne .mobileGame{
    width: 800px;
}
.infolistOne .mobile{
    display: flex; 
    justify-content: space-between;
 }
.infolistOne .linkbot{
    align-items: center;
    display: flex;
}
.infolistOne .point{
    width: 6px;
	height: 22px;
	background-color: #34cd80;
	border-radius: 3px; 
}
.infolistOne .pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin-left: 15px;
}
.infolistOne .linkbot_fg{
    border-bottom: 1px solid #f3f3f3;
    margin-top: 15px;
}

.infolistOne .directory{
    display: flex;
    margin-top: 20px;
}
.infolistOne .content{
    display: flex;
    justify-content: space-between;
    width: 800px;
}
.infolistOne .contentImg img{
    width: 160px;
    height: 120px;
}
.infolistOne .contentTxt{
    width: 620px;
}
.infolistOne .txtOne{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
.linkbot_fgo{
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 15px;
}
.infolistOne .txtTwo{
    width: 620px;
    /* height: 40px; */
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
    line-height: 33px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
}
.infolistOne .txtThree{
    text-align: end;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    margin-top: 6px;
	color: #999999;
}

.infolistOne .modApp{
    width: 360px;
    padding: 5px;
}
.infolistOne .line_img>img{
    width: 360px;
    height: 230px;
}
.infolistOne .inforD{
    display: flex;
    justify-content: space-between;
}
.infolistOne li{
    list-style-type: none;
}
.infolistOne .inforFlex{
    display: flex;
}
.infolistOne .round{
    width: 6px;
	height: 6px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 10px;
    margin-top: 16px;
}


.infolistOne .round_txt{
    width: 344px;
    display: flex;
    justify-content: space-between;
}
.infolistOne .rtxt_one{
    width: 238px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333333;
}
.infolistOne .rtxt_two{
    width: 44px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #999999;
    text-align: right;
}

.infolistOne .Popular{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.infolistOne .all{
	font-family: MicrosoftYaHei;
	font-size: 12px;
}
.infolistOne .gameImg{
    width: 326px;
    border-bottom: 1px dashed #dcdcdc;
    height: 70px;
}
.infolistOne .all a{
    text-decoration: none;
    color: #999999;
}
.infolistOne .Popular_fg{
    border-bottom: 1px solid #f3f3f3;
    margin-top: 15px;
}


.infolistOne .popGame{
    display: flex;
    height: 340px;
    justify-content: space-between;
    height: 66px;
    margin-top: 20px;
}
.infolistOne .gameHot {
	width: 24px;
	height: 24px;
	background-color: #34cd80;
	border-radius: 4px;
    text-align: center;
    color: #fff;
}
.infolistOne .txtGone{
    width: 306px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infolistOne .txtGone a{
    text-decoration: none;
	color: #333333;
} 
.infolistOne .txtGtwo{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 15px;
}




.infodetaOne .subject{
    background-color: #f7f7f7;
}
.infodetaOne .mobile{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.infodetaOne .link{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.infodetaOne .link a{
    text-decoration: none;
    width: 173px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}
.infodetaOne .link span{
    font-size: 12px;
	color: #999999;
}
.infodetaOne .mobile{
   display: flex; 
   justify-content: space-between;
   padding: 20px;
}
.infodetaOne .mobileGame{
    width: 820px;
}
.infodetaOne .title{
    text-align: center;
}
.infodetaOne .title h1{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px; 
    margin-top: 20px; 
}
 
.infodetaOne .fuTit{
    display: flex;
    justify-content: space-around;
}   
.infodetaOne .fuTit div{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 15px;
}
.infodetaOne .details{
    width: 820px;
    margin-top: 10px;
}
.infodetaOne .detaTxt{
    text-indent: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #666666;
}
.infodetaOne .detaImg{
    width: 550px;
    height: 300px;
    margin: 10px auto;
}
.infodetaOne .detaImg img{
    width: 550px;
    height: 300px;
}
.infodetaOne .directory{
    display: flex;
    justify-content: space-around;
	background-color: #f3f7f5;
    padding: 15px;
    margin-top: 20px;
}
.infodetaOne .content{
    display: flex;
}
.infodetaOne .contentImg img{
    width: 100px;
    height: 100px;
}
.infodetaOne .contentTxt{
    margin-left: 15px;
    width: 510px;
}
.infodetaOne .txtOne{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 11px;
}
.txtOne a{
    color: #333333;
}
.infodetaOne .txtTwo{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
    margin-top: 11px;
}
.infodetaOne .txtThree{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
    margin-top: 11px;
}
.infodetaOne .button{
    display:flex;
	align-items:center;
}
.infodetaOne .button button{
    width: 111px;
	height: 47px;
    background-color: transparent   ;
    border: 1px solid #34cd80;
    border-radius: 6px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	letter-spacing: 1px;
	color: #34cd80;
}   
.infodetaOne .linkbot{
    align-items: center;
    display: flex;
}
.infodetaOne .correlation{
    margin-top: 20px;
}
.infodetaOne .point{
    width: 6px;
	height: 22px;
	background-color: #34cd80;
	border-radius: 3px; 
}
.infodetaOne .pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin-left: 15px;
}
.infodetaOne .linkbot_fg{
    border-bottom: 1px solid #f3f3f3;
    margin-top: 15px;
}
.infodetaOne .correla{
    display: flex;
    margin-top: 20px;
}
.infodetaOne .zhuti{
    display: flex;
    justify-content: space-between;
    width: 820px;
}
.linkbot_fgdata{
    border-bottom: 1px dashed #f3f3f3;
    margin-top: 15px;
}
.infodetaOne .zhutiImg img{
    width: 160px;
    height: 110px;
}
.infodetaOne .ztOne{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
}
.infodetaOne .ztOne a{
    text-decoration: none;
    color: #333333;

}
.infodetaOne .gameImg{
    border-bottom: 1px dashed #dcdcdc;
    width: 306px;
}
.zhutiTxt{
    width: 630px;
}
.infodetaOne .ztTwo{
    width: 630px;
    margin-top: 8px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infodetaOne .ztThree{
    text-align: end;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    margin-top: 6px;
	color: #999999;
}

.infodetaOne .modApp{
    width: 340px;
    padding: 5px;
}
.infodetaOne .line_img>img{
    width: 340px;
    height: 230px;
}
.infodetaOne .inforD{
    display: flex;
    justify-content: space-between;
}
.infodetaOne li{
    list-style-type: none;
}
.infodetaOne .inforFlex{
    display: flex;
}
.infodetaOne .round{
    width: 6px;
	height: 6px;
	background-color: #34cd80;
	border-radius: 3px;
    margin-right: 10px;
    margin-top: 16px;
}
.infodetaOne .infor{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.infodetaOne .inforFlex a{
    color: #333333;
    text-decoration: none;
}
.infodetaOne .time{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #34cd80;
}

.infodetaOne .Popular{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.infodetaOne .all{
	font-family: MicrosoftYaHei;
	font-size: 12px;
}
.infodetaOne .all a{
    text-decoration: none;
    color: #999999;
}
.infodetaOne .Popular_fg{
    border-top: 1px solid #f3f3f3;
    margin-top: 15px;
}


.infodetaOne .popGame{
    display: flex;
    justify-content: space-between;
    height: 66px;
    margin-top: 12px;
}
.subject{
    padding-bottom: 20px;
}
.infodetaOne .gameHot {
	width: 24px;
	height: 24px;
	background-color: #34cd80;
	border-radius: 4px;
    text-align: center;
    color: #fff;
}
.infodetaOne .txtGone{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infodetaOne .txtGone a{
    text-decoration: none;
	color: #333333;
} 
.infodetaOne .txtGtwo{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    margin-top: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #888888;
}

.infodetaOne .gameDom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.infodetaOne .domImg img{
    width: 66px;
    height: 66px;
}
.infodetaOne .domTxt{
    margin-left: 15px;
    line-height: 33px;
    height: 66px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
    letter-spacing: 1px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infodetaOne .domTxt a{
    text-decoration: none;
	color: #888888;
}



.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}
.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	border: 1px solid var(--br-c);
	color: #555;
}
.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}
.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}
.pagination .page-item .page-link {
	display: block;
	padding: 6px 12px;
	border: 1px solid transparent
}
.pagination li span {}
.pagination li a {
	display: inline-block;
	color: #666;
}
.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important
}
:root {
    --pm-c: #34cd80;
	--dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}
a{
    text-decoration: none;
}


.bodyEnd{
	height: 174px;
	background-color: #333333;
}
li{
    list-style-type: none;
}
.end{
    min-width: 1200px;
    margin-top: 50px;
    font-size: 14px;
    color: #999999;
}
.endLink{
    display: flex;
    width: 450px;
    justify-content: space-between;
    height: 40px;
    margin: 0 auto;
}
.endLink a{
    text-decoration: none;
    color: #999999;
}
.endMo{
    width: 762px;
    margin: 0 auto;
}
.endMo a{
    text-decoration: none;
    color: #999999;
}

.w-310{
    width: 310px;
}

.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
}
.new-one-ul li a{
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 17px;
}
.new-one-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #34cd80;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-one-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.w-480{
    width: 480px;
}
.title-one-box{
    padding: 20px 15px;
    box-sizing: border-box;
    background: #F7F7F7;
    margin-top: 20px;
}
.title-one-box .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-one-box .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-right: 30px;  
}
.title-one-box .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-one-box .two{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.title-one-box img{
    width: 143px;
    height: 95px;
    display: block; 
}
.title-one-box .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    flex: 1;
    margin-left: 20px;    
}
.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.new-two-ul li .game{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #34CD80;   
}
.new-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 20px;
    margin-right: 40px;
}
.new-two-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.w-360{
    width: 360px;
}
.m-t-30{
    margin-top: 30px;
}
.new-three-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px;
    padding-left: 0;
    padding-right: 17px;
    box-sizing: border-box;
    height: 100px;
}
.new-three-ul li:nth-of-type(even){
    background-image: linear-gradient(to right, #fff , #eafaf2);

}
.new-three-ul li .left{
    flex: 1;
    margin-right: 15px;
}
.new-three-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-three-ul li .date{
    margin-top: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.new-three-ul li img{
    width: 21px;
    height: 17px;   
    display: block;
}
.new-four-ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #EEEEEE;
}
.new-four-ul li .info{
    width: 90px;
    height: 80px;
    border: 1px solid #34CD80;
    box-sizing: border-box;
    text-align: center;
}
.new-four-ul li .date{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #34CD80;
}
.new-four-ul li .one{
    height: 40px;
    line-height: 40px;
    background: #34CD80;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;   
}
.new-four-ul li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 80px;
}
.new-four-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    width: 100%;  
}
.new-four-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;   
}

.img-one-box{
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 195px;
    display: block;
}
.img-one-box img{
    width: 100%;
    height: 195px;
    display: block;   
}
.img-one-box .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.kfb-body{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}
.info-title{
    margin-bottom: 40px;
}
.info-title .Ttop{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 40px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 19px 19px;
}   

table {
    margin-top: 20px;
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #34CD80;
    width: 1200px;  
}
table thead tr th{
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th:nth-child(1){
    width: 280px;
}
table thead tr th:nth-child(2){
    width: 170px;
}
table thead tr th:nth-child(3){
    width: 220px;
}
table thead tr th:nth-child(4){
    width: 140px;
}
table thead tr th:nth-child(5){
    width: 170px;
}
table thead tr th:nth-child(6){
    width: 220px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 70px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td:nth-child(2){
    color: #FF3B27;
}
table tbody tr td{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #34CD80; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #34CD80;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/pc/assets/images/xz1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a{
    background-color: #34CD80;
    color: #FFFFFF;
}
table tbody tr:hover td:last-child a::before{
    background: url("/themes/default/common_cms/pc/assets/images/xz2.png") no-repeat;
    background-size: 100%; 
}
table tbody tr:nth-child(-n+3){
    background-color: #FFF695;
}

.list-game {
	width: 100% !important
}

.list-game ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-game ul li {
    width: 48%
}
.list-game ul li .contentTxt {
    width: auto;
}

div.aq_right_warp .aq_item .aq_title a{
    color: #333;
}
div.aq_part .aq_left_warp .aq_item .aq_title a{
    color: #333;
}