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

.game_detailBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
}
.detail_top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail_topLeft{
	/* width: 67%; */
	width: 77%;
	display: flex;
	align-items: center;
}
.detail_gameIcon{
	width: 63px;
	height: 63px;
	border-radius: 5px;
}
.topLeft_main{
	width: 75%;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 7px;
}
.detail_gameName{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.detail_game_subtitle {
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: normal;
}
.detail_gameSize,.detail_gameLanguage{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
}
.detail_gameLanguage{
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #999;
}
.detail_box{
	width: 100%;
	display: flex;
	align-items: center;
}
.detail_gameType{
	width: 100%;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.detail_gameType b{
	color: #666666;
	font-weight: 500;
}
.detail_gameLanguage{
	/* margin-top: 12px; */
}
.detail_bottom{
	width: 100%;

	margin: 17px 0 10px;
}
.detail_bottom a{
	width: 45%;
	float:left;margin-right:5%;margin-bottom:10px;
	
}

.go_gameZone,.click_download{
	width: 163px;
	height: 35px;
	line-height: 35px;
	background: rgba(238, 109, 70, 0.15);
	/*background: #7fcef4;*/
	border-radius: 5px;
	text-align: center;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	/*color: #ffffff;*/
	color: #EE6D46;
}
.click_download{
    background: rgba(26, 173, 25, 0.15);
	/*background: #34ac86;*/
}
.click_download span{
    color: #1AAD19;
}
.go_gameZone img,.click_download img{
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.detail_topRight{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.circle{
	width:50px;
	display:inline-block;
	height:50px;
	position: relative;
	background: #fff;
	border-radius: 50%;
}
.pie_left, .pie_right{
	width:40px;
	height:40px;
	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, .left{
	clip: rect(auto, 20px, auto, auto);
}
.pie_right, .right{
	clip:rect(0, auto, auto, 20px);
}
.mask{
	position: absolute;
	top:15px;
	left:12px;
	font-weight: 600;
	color: #FF8B1A;
	font-family: DOUYU;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask span{
	color: #FF8B1A;
	font-style: oblique;
	font-size: 15px;
}
.recommendation_span{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	/* margin-left: 7px; */
}
.bg_line{
	width: 100%;
	height: 5px;
	background: #e4e4e4;
	margin-top: 15px;
	opacity: 0.3;
}
/* 游戏图鉴 */
.game_atlas{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}
.recommed_header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.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;
}
.imgSilde{
	width: 100%;
	margin-top: 13px;
}
.imgSilde .swiper-container{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.imgSilde .swiper-container .swiper-wrapper .swiper-slide{
	width: 43% !important;
	height: 260px;
	margin-right: 11px !important;
}
.imgSilde .swiper-container .swiper-wrapper .swiper-slide img{
	width: 100% !important;
	height: 242px;
	border-radius: 5px;
}
.imgSilde .swiper-container .swiper-wrapper .swiper-slide img.jietu{
	width: auto !important;
	height: 242px;
	border-radius: 5px;
}
/* 游戏简介 */
.game_introduction{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.introduction_contentBox{
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
}
.introduction_content,.introduction_content2{
	width: 100%;
	font-size: 14px !important;
	line-height: 25px !important;
	text-indent: 2em !important;
	color: #666666;
	overflow: hidden;
	position: relative;
}
.introduction_content p,.introduction_content2 p{
	text-indent: 2em !important;
}
.introduction_content img,.introduction_content2 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.introduction_contentMore,.introduction_contentMore2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 5px;
}
.introduction_contentMore a,.introduction_contentMore2 a{
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ff6638 !important;
}
.introduction_contentMore img,.introduction_contentMore2 img{
	width: 13px;
	height: 13px;
	margin-left: 5px;
	margin-bottom: 2px;
}
/* 开服列表 */
.open_serviceList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.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:last-child{
	border-bottom:none;
}
.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;
}
/* 精品游戏推荐 */
.game_boutique{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.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;
}
.game_classContent{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.classContent_box{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.classContent_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.classContent_box img{
	width: 66px;
	height: 64px;
	border-radius: 8px;
}
.classContent_box span{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	margin-top: 7px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/* 热门游戏 */
.hot_game{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}
.game_listBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}
.game_listContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0 10px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.game_listContent a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listContent_left{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.game_cover{
	width: 58px;
	height: 56px;
	border-radius: 8px;
}
.game_mainContent{
	width: 75%;
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.game_name{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.game_subtitle{
    font-size: 12px;
    margin-left: 5px;
    font-weight: initial;
}
.game_type{
	width: 100%;
	height: 24px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.game_type span:nth-child(2){
	margin-left: 14px;
}
.game_updataTime{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
}
.game_download{
	width: 47px;
	height: 19px;
	border: 1px solid #ee6d46;
	border-radius: 4px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
	background-color: #FFFFFF;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 图片放大 */
.img_enlarge{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	z-index: 99;
	position: fixed;
	top: 0;
	display: none;
	align-items: center;
	justify-content: center;
}
.imgSilde_enlarge{
	max-width: 288px;
	max-height: 50%;
	/* width: 288px;
	height: 50%; */
	/* margin: 47% auto; */
}
.swiper-container3{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container3 .swiper-wrapper .swiper-slide{
	width: 100% !important;
	height: 100%;
}
.swiper-container3 .swiper-wrapper .swiper-slide img{
	width: 100% !important;
	height: 100%;
	margin: 0 auto;
}
.img_enlarge .custom_pagination{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	font-size: 18px;
	color: #FFFFFF;
}
.img_enlarge .custom_pagination span{
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 12px;
}
.close_button{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 65px;
	right: 5px;
}
.prohibitScroll{
	position: fixed;
}
