*{
    margin: 0;
    padding: 0;
}
.appGames{
    width: 100vw;
    background-color: #f6f6f6;
    padding: .625rem;
    box-sizing: border-box;
}
.gameSubject{
    background-color: #fff;
    padding: .625rem;
}
.guide{
    display: flex;
    justify-content: space-between;
}
.topLeft{
    display: flex;
}
.mark{
    width: .5rem;
    height: 1.5625rem;
    background-color: #34cd80;
}
.markTxt{
    font-size: 1.125rem;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    letter-spacing: .125rem;
	color: #333333;
    margin-left: .9375rem;
}


.Popular{
    display: flex;
    justify-content: space-between;
    height: 1.875rem;
    line-height: 1.875rem;
}
.linkbot{
    display: flex;
}
.point{
    width: .375rem;
	height: 1.375rem;
	background-color: #34cd80;
}
.lk{
    margin-top: .3125rem;
}
.pointTxt{
	font-family: MicrosoftYaHei-Bold;
	font-size: 1.125rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: .125rem;
	color: #333333;
    margin-left: .9375rem;
}
.all{
	font-family: MicrosoftYaHei;
	font-size: .75rem;
}
.all a{
    text-decoration: none;
    color: #999999;
}
.xi_fg{
    margin: .9375rem 0;
    border: .0625rem solid #eeeeee;
}


.directory{
    display: flex;
    justify-content: space-around;
	background-color: #fbfbfb;
    padding: .625rem;
    margin-top: .625rem;
}
.content{
    display: flex;
    justify-content: space-between;
}
.contentImg img{
    width: 3.125rem;
    height: 3.125rem;
}
.contentTxt{
    margin-left: .625rem;
}

.contentTxt .time{
    color: #666;
   font-size: .6875rem
}

.txtOne{
	font-family: MicrosoftYaHei-Bold;
	font-size: .875rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: .0625rem;
	color: #333333;
}
.txtTwo{
    font-family: MicrosoftYaHei;
	font-size: .6875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .0625rem;
	color: #888888;
}
.txtThree{
	font-family: MicrosoftYaHei;
	font-size: .6875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .0625rem;
	color: #666666;
}
.button{
    display:flex;
	align-items:center;
}
.button button{
    width: 3.75rem;
	height: 1.875rem;
    background-color: transparent;
    border: .0625rem solid #34cd80;
    border-radius: .3125rem;
	font-family: MicrosoftYaHei;
	font-size: .75rem;
	letter-spacing: .0625rem;
	color: #34cd80;
}


.line_img>img{
    width: 100%;
    height: 11.0625rem;
}
.inforD{
    display: flex;
    justify-content: space-between;
}
li{
    list-style-type: none;
}
.inforFlex{
    display: flex;
}
.round{
    width: .375rem;
	height: .375rem;
	background-color: #34cd80;
	border-radius: .1875rem;
    margin-right: .625rem;
    margin-top: 1rem;
}
.infor{
	font-family: MicrosoftYaHei;
	font-size: .875rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.25rem;
	letter-spacing: .0625rem;
	color: #333333;
}
.inforFlex a{
    color: #333333;
    text-decoration: none;
}
.time{
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.25rem;
	letter-spacing: .0625rem;
	color: #34cd80;
}


.popGame{
    display: flex;
    height: 4.125rem;
    align-items: center;
    border-bottom: .0625rem dashed #dcdcdc;
    padding-bottom: .625rem;
    margin-top: .9375rem;
}
.gameHot {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #ffa031;
	border-radius: .25rem;
    text-align: center;
    color: #fff;
}
.gameImg{
    width: 100%;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gameImg img{
    width: 3.125rem;
    height: 3.125rem;
}
.gameAll{
    display: flex;
    margin-left: .9375rem;
}
.gameTxt{
    margin-left: .625rem;
}
.txtGone{
	font-family: MicrosoftYaHei;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .0625rem;
	color: #333333;
}
.txtGtwo{
	font-family: MicrosoftYaHei;
	font-size: .875rem;
	letter-spacing: .0625rem;
	color: #888888;
    margin-top: .5rem;
}
.gameButton{
    width: 3.125rem;
	height: 1.875rem;
	border-radius: .375rem;
	border: solid .0625rem #34cd80;
    background-color: #fff;
    color: #34cd80;
}
.gameButton a{
    text-decoration: none;
    color: #34cd80;
    font-size: .75rem;
}