.main{
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #f5f7f8;
}
.news_detailBox{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* background-color: #f5f7f8; */
	position: relative;
	z-index: 100;
	border-radius: 8px;
}
.left_content{
    width: 860px;
    /* background-color: #FFFFFF; */
    border-radius: 5px;
    margin-right: 15px;
	/* width: 70.5%;
	background-color: #f5f7f8;
	border-radius: 8px; */
}
.news_leftContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 0px 11px 15px 11px;
	border-radius: 8px;
    box-sizing: border-box;
}
.news_leftContent .adsense{
    width: 100%;
    height: 82px;
    border-radius: 4px;
    margin-top: 15px;
}
.news_leftContent .adsense a{
    width: 100%;
    display: block;
}
.news_leftContent .adsense a img{
    width: 100%;
    height: 82px;
    border-radius: 4px;
}
.header_title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(59,59,59,0.10);
}
.header_title p{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
.header_bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_content{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.release_time{
	width: 18px;
	height: 20px;
	margin-right: 5px;
}
.browse_icon{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.browse_icon2{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top:-3px;
}

.header_content span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.news_contentBox{
	width: 100%;
	margin: 0 auto;
}
.main_content{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 16px !important;
	line-height: 30px !important;
	/* text-indent: 2em !important; */
	color: #434343;
	overflow: hidden;
	position: relative;
}
.main_content img{
	display: block;
	max-width: 750px;
	/* max-width: 100%; */
	margin: 15px auto;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
}
.main_content p{
	/* text-indent: 2em !important; */
	margin: 0;
	padding: 0;
}
.main_content iframe{
	width: 95% !important;
	min-height: 300px !important;
	max-height: 500px !important;
	margin: 15px 0;
}
.divArtContentAlink{
	font-weight: bold;
}
.introduction_contentMore{
	width: 100%;
	height: 33px;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px #f2efef;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	display: none;
}
.introduction_contentMore a{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: bold;
	color: #fb560a !important;
	margin-right: 5px;
}
.introduction_contentMore img{
	width: 17px !important;
	height: 15px !important;
	display: inline-block !important;
	margin: 0 !important;
	overflow: unset !important;
}

.bottom_page{
	width: 97%;
	height: 50px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	justify-content: space-around;
	background: url(../images/newsInfo_pageBg.png) no-repeat;
	background-size: cover;
	border-radius: 8px;
	padding: 0 1.5%;
}
.bottom_page span{
	width: 47%;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* color: #1D2127; */
}
.bottom_page span a:hover{
	color: #FF4934;
}
.right_content{
    width: 325px;
	/* width: 336px; */
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.right_topContent{
	width: 325px !important;
}
.right_topContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.right_content .adv{
    width: 100%;
    height: 262px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.right_content .adv img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s ease;
}
.right_content .adv img:hover{
    transform: scale(1.2);
}
.right_content .adv span{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 29px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    /* background: rgba(236,240,241,0.58); */
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
}
.right_content .hot_news{
    width: 100%;
    
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px 11px;
    margin-bottom: 15px;
}
.right_content .hot_news .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 7px;
}
.hot_news .content ul,.hot_news .content ul li{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hot_news .content ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.hot_news .content ul li span:first-child{
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: #D1D1D1;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.hot_news .content ul li:nth-child(-n+3) span:first-child{
    background: #FF881E;
}
.hot_news .content ul li span:last-child{
    width: 251px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 专区介绍 */
.zone_introduce{
	height: 173px;
	background: url(../../../images/newsInfo_zoneBg.png) no-repeat;
}
.zone_infoBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zone_gameCover{
	width: 147px;
	height: 79px;
	border-radius: 6px;
}
.zone_rightInfo{
	width: 168px;
	height: 76px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.zone_gameName{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zone_gameType{
	width: 100%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zone_gameInfo{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #919191;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.goDetail_button{
	width: 161px;
	height: 35px;
	background: linear-gradient(73deg, #FF4800 0%, #FF7800 100%);
	opacity: 0.78;
	border-radius: 10px;
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zone_introduce{
	position: relative;
}
.zone_introduce:hover .zone_qrcodeRightBox{
	display: flex;
}
.goDetail_button a{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goDetail_button span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.zone_introduce,.open_serviceBox,.new_info,.about_info,.hot_game,.comprehensive_hotspot,.comment_box,.player_comment{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 11px;
	border-radius: 8px;
    box-sizing: border-box;
}
.zone_qrcodeRightBox{
	position: absolute;
	right: -165px;
	top: 0px;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
}
.zone_qrcodeRightBox img{
	width: 100%;
	height: 100%;
}
.zone_qrcodeRightBox:after{
	content:'';
	position:absolute;
	right:100%;
	bottom:0px;
	width:16px;
	height:16px;
	border-width:0;
	border-style:solid;
	border-color:transparent;
	border-top-width:10px;
	border-top-color:currentColor;
	border-radius:32px 0 0 0;
	color:#FFFFFF;
}
/* 开服列表 */
.open_serviceBox{

}
.more_box {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
}
.more_box a {
	display: flex;
}
.more_box span {
	font-size: 13px;
	margin-right: 5px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #7D7D7D;
}
.more_box span:hover{
	color: #FF4934;
}
.open_serviceList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.service_content {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6px 0;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.service_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service_content:last-child{
	border-bottom: none;
}
.service_contentLeft {
	width: 50%;
	display: flex;
	align-items: center;
}
.service_gameIcon {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-right: 10px;
}
.service_gameBox {
	width: 65%;
	height: 40px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service_gameBox::before,.service_gameBox::after{
	content: '';
	display: block;
}
.service_gameName {
	font-size: 14px;
	color: #2B2B2B;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.service_gameIntroduce {
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.service_contentRight {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.service_area {
	width: 60%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.begin_game{
	width: 60px;
	height: 20px;
	border: 1px solid #EA4852;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #EA4852;
	line-height: 20px;
	text-align: center;
}
.service_content:hover .begin_game{
	background: #EA4852;
	color: #FFFFFF;
}
.service_content:hover .openServicQrCode_box{
	display: flex;
}
.openServicQrCode_box{
	position: absolute;
	top: 52px;
	left: 0;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.openServicQrCode_box img{
	width: 100%;
	height: 100%;
}

.open_serviceBox,.new_info,.about_info,.hot_game,.comprehensive_hotspot,.comment_box,.player_comment{
	margin-bottom: 15px;
}
.about_info{
	padding-bottom: 15px;
}
.newsInfo_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.newsInfo_title p{
	width: auto;
	height: 30px;
	display: inline-block;
	/* line-height: 50px; */
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -2px;
	position: relative;
	margin-top: 10px;
}
.newsInfo_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 18px;
	top: 12%;
	left: 0;
	background-color: #ED6D47;
}
.hot_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 15px;
}
.content_box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.content_box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content_box img{
    width: 114px;
    height: 68px;
    background: #D1D1D1;
    border-radius: 4px;
    object-fit: cover;
}
.content_box span{
    width: 185px;
    height: 45px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #2B2B2B;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_hotCover{
	width: 100%;
	height: 95px;
	border-radius: 5px;
	object-fit: cover;
}
.news_hotTitle{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	/* color: rgba(51,51,51,0.82); */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_hotTitle:hover{
	color: #FF4934;
}
/* 相关专区 */
.about_gameZone{
	width: 100%;
	height: 242px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	justify-content: center;
	background: url(../../../images/newsInfo_zoneBg2.png);
	border-radius: 8px;
	padding: 15px 20px;
	background-size: cover;
    box-sizing: border-box;
}
.information_title{
	width: 100%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #2B2B2B;
    margin: 0;
    padding: 0;
}
.information_title:hover span{
	color: #FF4934;
}
.zone_info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.zone_info span{
    width: 180px;
    margin: 15px 40px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}
.zone_tag{
    width: 100%;
    height: 30px;
    background: rgba(209,209,209,0.4);
    border-radius: 6px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 17px;
    margin-top: 18px;
}
.zone_tag a{
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-right: 30px;
}
.zone_tag a:hover{
    color: #FF4934;
}
.information_main{
	width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
}
.game_cover{
	width: 158px;
	height: 210px;
	margin-right: 25px;
	border-radius: 7px;
}
.zone_mainContent{
    width: 456px;
    margin-right: 50px;
}
.aboutZone_content,.game_recommendation{
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 15px;
}
.aboutZone_content span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
}
/* .game_recommendation{
	height: 90px;
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	position: relative;
} */
.game_size,.game_updateTime,.game_downloadCount{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
}
.recommendation_index{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;about_gameZone
    margin-bottom: 25px;
	position: relative;
}
.circle {
	width: 95px;
	display: inline-block;
	height: 95px;
	position: relative;
	background: #FFFFFF;
	border-radius: 50%;
}
.pie_left,
.pie_right {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*.left,*/
/*.right {*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	top: 0px;*/
/*	border-radius: 50%;*/
/*	background: #FF8B1A;*/
/*	transform: rotate(-180px);*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	transform: rotate(-180deg);*/
/*}*/
.pie_left{
    clip: rect(auto, 35px, auto, auto);
}
.pie_right{
    clip: rect(0, auto, auto, 35px);
}
/*.pie_left,*/
/*.left {*/
/*	clip: rect(auto, 35px, auto, auto);*/
/*}*/
/*.pie_right,*/
/*.right {*/
/*	clip: rect(0, auto, auto, 35px);*/
/*}*/
.mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50%;
	color: #FF4900;
	text-align: center;
	font-family: DOUYU;
}
.mask span {
	color: #FF4900;
	font-size: 25px;
}
.go_zoneButton{
	width: 90px;
	height: 22px;
	background: linear-gradient(74deg, #FF4800 0%, #FF7800 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.go_zoneButton a{
	width: 100%;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.go_zoneButton span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.recommendation_index:hover .zone_qrcodeBox{
	/* display: flex; */
}
.zone_qrcodeBox{
	position: absolute;
	left: -25px;
	top: 102px;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
}
.zone_qrcodeBox img{
	width: 100%;
	height: 100%;
}
/*发表评论*/
.comment_box .post_comment{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    align-items: flex-end;
}
.comment_box .post_comment .comment_input_textarea{
    width: 100%;
    display: block;
    padding: 10px;
    background: #F6F5F5;
    border-radius: 6px;
    box-sizing: border-box;
}
.comment_box .post_comment .comment_input_textarea textarea{
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 1.8;
}
.comment_box .post_comment .send_comment{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(237, 109, 71, 0.8);
    border-radius: 6px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #FFFFFF;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
/*玩家评论*/
.player_comment .comment_list,.player_comment .comment_list .comment_list_item{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.comment_list_item{
    padding: 20px 15px;
    box-sizing: border-box;
}
.comment_list_item .list_item_flex{
    width: 100%;
    display: flex;
}
.comment_list_item .list_item_left .user_avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.comment_list_item .list_item_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.list_item_right .user_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.user_info .user_info_left{
    display: flex;
    flex-direction: column;
}
.user_info .user_info_left .user_name{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #3D3D3D;
    font-weight: bold;
}
.user_info .user_info_left .comment_time{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #909090;
    margin-top: 10px;
}
.user_info .user_report{
    width: 17px;
    height: 20px;
    background: url('../images/comment_operate_icon.png?v=1.1') no-repeat;
    display: inline-block;
    vertical-align: top;
    background-position: -11px -80px;
    cursor: pointer;
}
.user_info .user_report:hover{
    background-position: -30px -80px;
}
.list_item_right .user_info .report_popup{
    position: absolute;
    right: -20px;
    top: 40px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: none;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.20);
    cursor: pointer;
}
.list_item_right .user_info .report_popup span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
}
.list_item_right .user_info .report_popup:hover{
    background-color: rgba(237,109,71,0.2);
}
.list_item_right .user_info .report_popup:hover span{
    color: #ED6D47;
}
.comment_list_item .list_item_right .comment_content{
    max-height: 300px;
    overflow: hidden;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #3D3D3D;
    margin-top: 12px;
}
.comment_list_item .list_item_right .more_comment{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #ED6D47;
    text-align: right;
    margin-top: 15px;
}
.comment_list_item .list_item_right .comment_operate{
    width: 100%;
    /*justify-content: end;*/
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.comment_operate img{
    width: 16px;
    height: auto;
}
.comment_operate span{
    /*margin-left: -3px;*/
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: rgba(61, 61, 61, 0.7);
}
.comment_operate_icon_box,.comment_operate_icon_box2,.comment_operate_icon_box3{
    display:flex;
    align-items: center;
    margin-left:20px;
    cursor: pointer;
}
.comment_operate .comment_operate_icon,.comment_operate_icon2,.comment_operate_icon3{
    background: url('../images/comment_operate_icon.png?v=1.1') no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-position: -11px -35px;
}
.comment_operate_icon2{
    background-position: -11px -11px;
}
.comment_operate_icon3{
    background-position: -11px -56px;
}
.comment_operate_icon_box:hover span,.comment_operate_icon_box2:hover span,.comment_operate_icon_box3:hover span{
    color: #ED6D47;
}
.comment_operate_icon_box:hover .comment_operate_icon{
    background-position: -30px -35px;
}
.comment_operate_icon_box2:hover .comment_operate_icon2{
    background-position: -30px -11px;
}
.comment_operate_icon_box3:hover .comment_operate_icon3{
    background-position: -30px -56px;
}
.comment_reply{
    width: 100%;
    margin: 15px 0;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.comment_reply .comment_reply_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /*padding: 20px 10px;*/
    /*background-color: #f9f9f9;*/
    /*border-radius: 5px;*/
}
.comment_reply .comment_reply_list .reply_list_item{
    width: 100%;
    display: flex;
    margin-bottom: 12px;
}
.reply_list_item .reply_avatar{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ededed;
}
.reply_list_item .reply_item_right{
    margin-left: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.reply_list_item .reply_userInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.reply_list_item .reply_userInfo .reply_nickname{
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 14px;
    color: #ED6D47;
    font-weight: bold;
}
.reply_list_item .reply_userInfo .reply_time{
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 12px;
    color: #909090;
    margin-top: 8px;
}
.reply_list_item .reply_content{
    width: 100%;
    display: -webkit-box;
    text-align: justify;
    word-break: break-all;
    line-height: 22px;
    /*margin-top: 10px;*/
}
.reply_list_item .reply_content span{
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 14px;
    color: #5f5c5c;
}
.reply_list_item .reply_content .reply_nickname{
    color: #ED6D47;
}
.reply_list_item .reply_content .received_reply{
    color: #000;
}
.comment_reply .comment_reply_more{
    font-size: 14px;
    line-height:14px;
    color: #ED6D47;
    padding: 0 0 0 35px;
    /*cursor: pointer;*/
}
.comment_list .none{
    display: none !important;
}
.comment_list .reply_input_box{
    width: 100%;
}
.comment_list .reply_input_box .reply_input_boxChilren{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    align-items: flex-end;
}
.comment_list .reply_input_box .reply_input_textarea{
    width: 100%;
    display: block;
    padding: 10px;
    background: #F6F5F5;
    border-radius: 6px;
    box-sizing: border-box;
}
.comment_list .reply_input_box .textareaColor{
    background: #FFFFFF;
}
.comment_list .reply_input_box .reply_input_textarea textarea{
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 1.8;
}
.comment_list .reply_input_box .reply_commentBtn{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(237, 109, 71, 0.8);
    border-radius: 6px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #FFFFFF;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
/* 综合热点 */
.news_hotContentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_hotContentBox a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_hotContentBox a:last-child .news_hotContent{
	border-bottom: none;
}
.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_hotContent img{
	width: 30%;
	height: 80px;
	border-radius: 5px;
}
.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: #2B2B2B;
	/* 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);
}
/* 综合热点 */
.hotspot_contentList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hotspot_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.hotspot_content:last-child{
	border-bottom: none;
}
.hotspot_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.hotspot_cover{
	width: 160px;
	height: 98px;
	overflow: hidden;
}
.hotspot_cover img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
	object-fit: cover;
}
.hotspot_cover img:hover{
	transform: scale(1.2);
}
.information_rightContent{
	width: 623px;
	height: 98px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.zone_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(209,209,209,0.3);
}
.zone_title a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.zone_title p{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin: 13px 0;
    padding: 0;
}
.zone_title span{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #909090;
}
.information_detail{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.information_time{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #A8A8A8;
}

.recommed_cover{
	width: 100%;
	height: 200px;
	margin-top: 20px;
}
.recommed_cover img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.breadNarber{
	width: 100%;
	/* width: 1180px; */
	height: 35px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.breadNarber img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.breadNarber span, .breadNarber span a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-right: 5px;
}
.main-para{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.para-line{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #CCCCCC;
}
.para-line:hover .para-lineLeft img{
	background: url(../../images/6.png) no-repeat;
	width: 25px;
	height: 25px;
}
.para-line:hover .para-lineLeft span,.para-line:hover .para-time{
	color: #ED6D47;
}
.para-lineLeft{
	width: 85%;
	display: flex;
	align-items: center;
}
.para-lineLeft img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.para-lineLeft span{
	width: 100%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.para-time{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
}
/* 热门游戏推荐 */
.game_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
/* .game_content a{
	text-align: center;
} */
.game_detailBox{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.game_detailBox a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.game_icon{
	width: 75%;
	/* height: 80px; */
	border-radius: 10px;
}
.game_name{
	width: 70px;
	/* width: 90%; */
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	white-space:nowrap;
	overflow:hidden;
	/* text-overflow:ellipsis; */
	margin-top: 10px;
	text-align: center;
}
.game_name:hover{
	color: #FF4934;
}
.img_enlarge{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0%;
	background-color: rgba(0,0,0,0.3);
}
.img_enlarge span{
	font-size: 35px;
	color: rgba(0,0,0,0.8);
	font-family: PingFang SC;
	display: flex;
	justify-content: flex-end;
}
.img_enlarge img{
	width: 50%;
	height: 50%;
	margin: 0 auto;
}
.strategy_contentBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.strategy_box{
	width: 47%;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.strategy_title a{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(18,18,18,0.8);
}
.strategy_title a:hover{
	color: #ED6D47;
}
.strategy_title::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ED6D47;
	border-radius: 50%;
	margin-right: 8px;
}
.app_downloadBox{
    width: 100%;
    height: 180px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: url(../../../images/about/app_downloadBg.png) center bottom no-repeat;
}
.app_downloadBox a{
    width: 100%;
    height: 100%;
    display: block;
}
.app_downloadBox .d_flex{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
}
.app_downloadBox .time{
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
}
.app_downloadBox .time span{
    color: #FFFFFF;
    font-size: 14px;
}
.app_downloadBox .close_button{
    cursor: pointer;
}
.adv_l,.adv_r{
    position: fixed;
    top: 30%;
    left: 3%;
    width: 260px;
    z-index: 999;
}
.adv_l a,.adv_r a{
    width: 100%;
    height: 100%;
    display: block;
}
.adv_r{
    left: initial;
    right: 2%;
    top: 34%;
}
.adv_l img,.adv_r img{
    width: 100%;
}
.close_adv_l,.close_adv_r{
    position: absolute;
    top: 0px;
    right: 0;
    width: 21px !important;
    height: 21px;
    cursor: pointer;
}
.close_adv_r{
    top: -35px;
}
.close_adv{
    cursor: pointer;
}


.home-header-content{
    position: relative;
    padding-bottom: 20px;
    background-color: #ffffff;
    height: auto;
}
.user-photo-box{
    margin: 0 auto;
    max-width: 300px;
    min-width: 300px;
    position: relative;
    margin-bottom: 20px; text-align:center;
}
.user-photo-box .user-img{
   margin-left:90px;
    width: 100px;
    height: 100px;
	margin-top:30px;
    text-align:center;
    border: 4px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}
.user-photo-box .user-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}
.user-photo-box .user-info-m{
    padding-top: 10px;
    text-align: center;
}
.user-photo-box .user-info-m .nickname{
    font-size: 22px;
}
.user-photo-box .user-info-m .desc{
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.user-photo-box .user-info-b{
    margin-top: 20px;
    text-align: center;
}
.user-photo-box .user-info-b li{
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.user-photo-box .user-info-b .name{
    color: #999;
}
.user-photo-box .user-info-b .number{
    font-size: 22px;
    font-weight: bold;
}
.user-photo-box .user-info-b li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 24px;
    width: 1px;
    background: #e8e8ed;
}
.user-photo-box .user-info-b li:last-child:after{
    width: 0;
}
