.games_banner{width: 100%;display: block;}
.text_content_bosx{width: 100%;}
.text_content{width: 1200px;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}
.text_title{width: 100%;height: 25px;font-size: 25px;text-align: center;line-height: 25px;margin-top: 55px;margin-bottom: 25px;}
.text_little_p{width: 100%;height: 45px;display: flex;flex-direction: row;align-items: center;background: #eef1f8;}
.text_little_p p{font-size: 16px;}
.text_little_p p:first-child{margin-left: 15px;;}
.text_little_p p:last-child{margin-left: 35px;}
.text_wenzhang{box-sizing: border-box;padding-bottom: 80px;border-bottom: 1px dashed #01a1ed;width: 100%;margin-top: 20px;padding-top: 15px;padding-left: 15px;padding-right: 15px;}
.up_down_yeshu{width: 100%;height: 80px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.up_down_yeshu a{font-size: 16px;cursor: pointer;color: black;font-size: 14px;}
.up_down_yeshu a:hover{color: #474a4b;}

/* 1024 */
@media (max-width: 1201px){
	.text_content{width: 1024px;}
}
/* 800 */
@media (max-width: 999px){
	.text_content{width: 800px;}

}

/*ipad mobile*/
/* 768 */
@media (max-width: 779px){
	.text_content{width: 750px;}
}
/* iphone6s mobile */
/* 375 */
@media (max-width: 414px){
	.text_content{width: 360px;}
}
/*iphone5 mobile*/
/* 320 */
@media(max-width:320px) {
	.text_content{width: 300px;}
	.text_little_p{flex-direction: column;justify-content: flex-start;padding-top: 15px;box-sizing: border-box;height: 60px;}

}