body,
html {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/bg_img.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment:fixed;
}

header {
	width: 100%;
	height: 85px;
	background: url(img/header_img.png);
	background-size: cover;
}
a{
	text-decoration: none;
}
.d_flex {
	width: 1200px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.logo {
}
.logo img,
.right_gameDetail img,
.game_icon img {
	width: 100%;
	height: 100%;
}
.right_gameDetail {
	position: relative;
	top: 5px;
}
.main {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.personal_info{
	display: flex;
	justify-content: space-between;
	padding: 25px 30px;
	background-color: #FFFFFF;
	border-radius: 2px;
}
.personal_info .left_content{
	width: 50%;
	position: relative;
	margin-top: -17px;
}
.info_icon{
	width: 102px;
	height: 102px;
	line-height: 102px;
	position: absolute;
	top: -25px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-radius: 50%;
}
.info_icon img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.info_main{
	margin-left: 115px;
	display: flex;
	flex-direction: column;
}
.info_name{
	font-size: 20px;
	color: #2B2B2B;
	margin: 0;
	font-weight: bold;
}
.info_label{
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(51,51,51,.05);
	border-radius: 5px;
	color: #666;
	padding: 3px 10px;
	margin-top: 10px;
}
.info_label span{
	font-size: 12px;
	color: #666;
}
.info_brief{
	width: 100%;
	font-size: 14px;
	color: #565656;
	margin-top: 10px;
}
.right_content{
	display: flex;
	flex-direction: column;
}
.praised_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.praised_content{
	width: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.praised_content .title{
	font-size: 14px;
	color: #666;
}
.praised_content .num{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}
.follow_box{
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
.follow_content{
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ED6D47;
	border-radius: 10px;
}
.follow_content span{
	font-size: 15px;
	color: #FFFFFF;
}
.news_box{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.news_box .left_content{
	width: 58%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 0 1%;
}
.title_tab{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.title_tab ul,.title_tab li{
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.title_tab li span{
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	margin-right: 35px;
}
.title_tab .active span{
	border-bottom: 1px solid #000000;
}
.news_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newsInfo_row{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.newsInfo_row a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_infoLeft{
	width: 38%;
	height: 150px;
}
.news_infoLeft img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
.news_infoRight{
	width: 60%;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_infoRight p:nth-child(1){
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
	margin: 0;
}
.news_infoRight p:nth-child(2){
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323235;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
	margin: 0;
}
.infoRight_bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.infoRight_bottom span{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #A4A4A4;
}
.right_content{
	width: 38%;
	display: flex;
	flex-direction: column;
}
.hot_recommend{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 10px;
}
.hot_recommendTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot_recommendTitle p{
	width: auto;
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	line-height: 25px;
	margin: 10px 0;
}
.hot_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.content_box{
	width: 47%;
	height: 165px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.content_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.news_hotCover{
	width: 100%;
	height: 120px;
	border-radius: 5px;
}
.news_hotTitle{
	width: 100%;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.82);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_hotTitle:hover{
	color: #ED6D47;
}
.news_hot{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	margin-top: 15px;
	border-radius: 10px;
}
.news_hotContentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_hotContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.news_hotContentBox .news_hotContent:last-child{
	border-bottom: none;
}
.news_hotContent a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_hotContent img{
	width: 30%;
	height: 80px;
	border-radius: 5px;
	object-fit: cover;
}
.hotContent_main{
	width: 68%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_title{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.82);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_title:hover{
	color: #ED6D47;
}
.news_time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.recommed_cover{
	width: 100%;
	height: 200px;
	margin-top: 15px;
}
.recommed_cover img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

footer {
	height: 100px;
	background: url(img/footer_bg.png) no-repeat;
	background-size: cover;
	padding: 15px 0;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer p {
	font-size: 13px;
	color: #B0B0B0;
	margin: 8px 0;
	display: flex;
	justify-content: center;
}

.footer p a {
	font-size: 13px;
	color: #B0B0B0;
	text-decoration: none;
}