.main{
	width: 92%;
	margin: 0 auto;
}

/* 推荐专区 */
.recommend_gameZone{
	width: 96%;
	height: 80px;
	padding: 5px 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 8px 0;
	background: url(../../img/about/recommend_zoneBg.png) no-repeat;
	background-size: cover;
	border-radius: 8px;
}
.recommend_gameZone a{
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_zoneContent{
	width: 76%;
	display: flex;
	align-items: center;
}
.zone_gameCover{
	width: 65px;
	height: 79px;
	border-radius: 4px;
}
.zone_infoBox{
	width: 78%;
	height: 79px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 12px;
}
.zone_gameName{
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.zone_gameType,.zone_gamePlatform{
	font-size: 11px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #2b2b2b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.right_score{
	width: 18%;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-right: 2%;
}
.right_score .circle{
	width:50px;
	display:inline-block;
	height:50px;
	position: relative;
	background: #fff;
	border-radius: 50%;
}
.right_score .pie_left,.right_score .pie_right{
	width:50px;
	height:50px;
	position: absolute;
	top:0px;
	left:0px;
}
.right_score .left,.right_score .right{
	position: absolute;
	left:0px;
	top:0px;
	border-radius:50%;
	background: #FF8B1A;
	transform:rotate(-180px);
	width:100%;
	height:100%;
	transform: rotate(-180deg);
}
.right_score .pie_left,.right_score .left{
	clip: rect(auto, 25px, auto, auto);
}
.right_score .pie_right,.right_score .right{
	clip:rect(0, auto, auto, 25px);
}
.right_score .mask{
	position: absolute;
	top:17px;
	left:12px;
	/* width:40px;
	height:40px; */
	font-weight: 600;
	/* border-radius: 50%; */
	/* background: #fff; */
	color: #FF8B1A;
	font-family: DOUYU;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_score .mask span{
	color: #FF8B1A;
	font-style: oblique;
	font-size: 13px;
}
.goZone_button{
	width: 70px;
	height: 20px;
	background: #ff6638;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
}
.goZone_button span{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 500;
	color: #ffffff;
}

.news_detailBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.news_titleBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_title{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #222222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 8px 0;
	/* text-indent: 2em; */
}
.news_titleContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.titleContent_left{
	/* width: 60%; */
	display: flex;
	align-items: center;
}
.releaseTime,.releaseSource,.news_browse{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #a5a5a5;
}
.releaseSource{
	margin-left: 18px;
}
.news_contentBox{
	width: 100%;
	margin: 0 auto;
}
.news_content{
	width: 100%;
	margin: 0 auto;
	margin-top: 12px;
	font-size: 14px !important;
	color: #3f3f3f;
	line-height: 25px !important;
	overflow: hidden;
	position: relative;
}
/*.news_content p{*/
/*	text-indent: 2em !important;*/
/*}*/
.news_contentBox img {
	display: block;
	max-width: 100%;
	margin: 12px auto;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
}
.news_content iframe,.news_content video,.news_content .ykplayer{
	width: 100% !important;
	min-height: 200px !important;
	max-height: 400px !important;
}
.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: 3px 0;
}
.introduction_contentMore a{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: bold;
	color: #fb560a !important;
	margin-right: 5px;
}
.introduction_contentMore img{
	width: 15px !important;
	height: 12px !important;
	display: inline-block !important;
	margin: 0 !important;
	overflow: unset !important;
}
/* 开服列表 */
.open_serviceList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.serviceList_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.serviceList_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.serviceList_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serviceList_leftContent{
	width: 51%;
	display: flex;
}
.serviceList_gameIcon{
	width: 23%;
	height: 39px;
	border-radius: 8px;
}
.leftContent_main{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 8px;
}
.serviceList_gameName{
	width: 95%;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2d2d2d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.serviceList_gameTime{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	margin-top: 5px;
}
.serviceList_rightContent{
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serviceList_gameArea{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #4c4c4c;
}
.serviceList_begin{
	width: 58px;
	height: 21px;
	line-height: 21px;
	background: #fd5451;
	border-radius: 11px;
	font-size: 11px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
/* 精品游戏推荐 */
.hotGame_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.hotGame_listBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.recommed_header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.recommed_headerTitle{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2d2d2d;
	position: relative;
	padding-left: 10px;
}
.recommed_headerTitle::before{
	content: '';
	width: 3px;
	height: 90%;
	background: #ee6d46;
	position: absolute;
	left: 0;
}
.right_more{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.right_more span{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2e2e2e;
}
.right_more img{
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
.hotGameContent_box{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.hotGameContent_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hotGame_icon{
	width: 64px;
	height: 64px;
	border-radius: 8px;
}
.hotGame_name{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/* .hotGame_download{
	width: 47px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #ee6d46;
	border-radius: 4px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
	text-align: center;
	margin-top: 5px;
} */
/* 背景线 */
.bg_line{
	width: 100%;
	height: 8px;
	background: #e4e4e4;
	margin-top: 12px;
	opacity: 0.3;
}
/* 相关资讯 */
.game_info{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.info-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info-content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.info-content:last-child{
	border-bottom: none;
}
.info-content a{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.info_cover{
	width: 108px;
	height: 70px;
	border-radius: 5px;
	margin-right: 5px;
	object-fit: cover;
}
.info_mainContent{
	width: 68%;
	/* width: 108px; */
	/* height: 69px; */
	/* margin-left: 5px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.info_title{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
	opacity: 0.97;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.info_bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info_type{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #9c9c9c;
}
.info_time{
	display: flex;
	align-items: center;
}
.info_time img{
	width: 12px;
	height: 12px;
}
.info_time span{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #9c9c9c;
	margin-left: 3px;
}
/* 图片放大 */
.img_enlarge{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	z-index: 99;
	position: fixed;
	top: 0;
	/* top: 57px; */
	display: none;
	align-items: center;
	justify-content: center;
}
.imgSilde_enlarge{
	max-width: 288px;
	max-height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 27% auto; */
}
.imgSilde_enlarge img{
	/* width: 100%;
	height: 100%; */
	margin: 0 auto;
	max-width: 100%;
}
.close_button{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 65px;
	right: 5px;
}
.prohibitScroll{
	position: fixed;
}
/* 广告 */
.adv_banner{
    width: 100%;
}
.adv_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.adv_box .adv_top{
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.adv_box .adv_top .d_flex{
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0,0,0,0.16);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv_box .adv_top .d_flex span{
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
}
.adv_box .adv_top .d_flex .time{
    margin-right: 2px;
}
.adv_box .adv_close{
    width: 25px;
    height: 25px;
}
.adv_box .adv_imgBox{
    width: 70%;
    height: 257px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv_box .adv_imgBox a{
    width: 100%;
    height: 100%;
    display: block;
}
.adv_box .adv_imgBox img{
    width: 100%;
    height: 100%;
}
.animate_box{
    background: none;
    transition: all 1s ease;
}
.animate_box .adv_top{
    display: none;
}
.animate_box{
    height: 60% !important;
    animation: scaleDraw 2s ease-in-out forwards;
    -webkit-animation: scaleDraw 2s ease-in-out forwards;
}
.animate_box .adv_imgBox{
    position: absolute;
}
@keyframes scaleDraw {
    0%{
        transform: translate(0px,0px) scale(1);
    }
    100%{
        transform: translate(130px,240px) scale(0.35);
    }
}
.main{
    width: 100%;
}
.news_detailBox,.player_comment,.hotGame_list,.game_info{
    box-sizing: border-box;
    padding: 0 4%;
}

/*全部评论*/
.player_comment{
    margin-top: 20px;
}
.player_comment .recommed_header{
    border-bottom: none;
}
.player_comment .send_comment{
    width: 3.7rem;
    height: 1.4rem;
    background: #ED6D47;
    border-radius: 0.15rem;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.7rem;
    color: #FFFFFF;
    font-weight: 500;
}
.comment_list{
    width: 100%;
    margin-bottom: 20px;
}
.comment_list .comment_list_item,.comment_list .reply_list_item{
    width: 100%;
    display: flex;
    margin-top: 0.8rem;
}
.comment_list .user_avatar{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    margin-right: 0.6rem;
}
.comment_list .user_avatar img{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}
.comment_list .list_item_right{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comment_list .list_item_right .item_right_index{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment_list .user_info{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comment_list .user_info .user_nickname,.comment_list .user_info .reply_nickname{
    font-size: 0.75rem;
    line-height:0.8rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.reply_nickname{
    color: #ED6D47 !important;
}
.comment_list .user_info .comment_time{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.comment_list .user_info .comment_time span{
    font-size: 0.55rem;
    line-height:0.55rem;
    color: #999;
    margin-right: 0.25rem;
}
.comment_list .user_operate{
    display: flex;
    align-items: end;
}
.comment_list .user_operate span{
    font-size: 0.7rem;
    line-height:0.7rem;
    color: #666;
    margin-right: 0.25rem;
    letter-spacing: 0.03rem;
}
.comment_list .user_operate img{
    width: 1rem;
    height: 1rem;
}
.comment_list .comment_content{
    font-size: 0.78rem;
    line-height:1rem;
    color: #666;
    margin-top: 0.6rem;
}
.comment_list .comment_reply{
    width: 100%;
    /*margin-top: 0.5rem;*/
}
.comment_list .comment_reply_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.8rem;
}
.comment_list .reply_list_item .user_avatar{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-right: 0.6rem;
}
.comment_list .reply_list_item .user_avatar img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}
.comment_list .reply_list_item{
    margin-top: 0;
    margin-bottom: 0.6rem;
}
.comment_list .comment_reply_more{
    margin: 0.3rem 0 0 1.8rem;
    display: flex;
    align-items: center;
}
.comment_list .comment_reply_more span{
    font-size: 0.7rem;
    line-height:0.7rem;
    color: #ED6D47;
    margin-right: 0.2rem;
}
.comment_list .comment_reply_more img{
    width: 0.6rem;
    height: 0.6rem;
}
.comment_list .none{
    display: none !important;
}
.comment_reply_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    animation: slideInFromRight 0.5s ease forwards;
}
.comment_reply_popup .reply_popup_header{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #F2F2F2;
}
.comment_reply_popup .reply_popup_header img{
    width: 20px;
    height: 20px;
}
.comment_reply_popup .reply_popup_header span{
    font-size: 16px;
    color: #333;
}
.comment_reply_popup .reply_popup_header button{
    width: 60px;
    height: 30px;
    line-height:30px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #ED6D47;
    border: none;
}
.comment_reply_popup .reply_input_textarea{
    flex: 1;
}
.comment_reply_popup .reply_input_textarea textarea{
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 10px 15px;
}
#comment_page{
    width: 100%;
    display: flex;
    justify-content: center;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%); /* 开始时，元素从右边界开始 */
    opacity: 0; /* 开始时不可见 */
  }
  to {
    transform: translateX(0); /* 动画结束时，元素到达原位置 */
    opacity: 1; /* 结束时完全可见 */
  }
}



