.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 10px 0 30px 0;
}
.game_box{
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f7f8;
	position: relative;
	z-index: 100;
}
.bg_cover{
	width: 100%;
	height: 90px;
	margin: 10px auto 15px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.bg_cover .swiper-container3{
	width: 100%;
	height: 90px;
}
.bg_cover img{
	width: 100%;
}
/* 面包屑 */
.breadNarber{
	width: 1180px;
	height: 35px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.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;
}
.game_detailBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #FFFFFF;
	padding: 10px 0;
	border-radius: 10px;
}
.left_content {
	width: 81%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_leftContent{
	width: 140px;
	height: 140px;
	margin-right: 15px;
	border-radius: 20%;
}
.main_leftContent2{
	width: 140px;
	height: 160px;

}
.main_content{
	width: 83%;
	display: flex;
	flex-direction: column;
	
	justify-content: space-between;
}
.main_topContent{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.main_topContentTitle{
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	border-right: 1px dashed rgba(0,0,0,0.15);
	padding: 15px 20px 15px 0;
	max-width: 50%;
	font-weight: bold;
}
.main_topContentTitle span{
	display: block;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main_topContentSubtitle{
    font-size: 13px;
    font-weight: 500;
    max-width: 200px;
    margin-top: 10px;
}
.game_jianjie{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.game_typeBox{
	display: flex;
	align-items: center;
}
.game_typeBox span{
	font-size: 15px;
	color: rgba(0,0,0,0.5);
	margin: 0 25px 10px 0;
}
.game_typeBox em{
	color: #343635;
	font-style: normal;
}
.main_bottomContent{
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	margin-top: 15px;
}
.download_game,.download_gameIos{
	width: 151px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #19BFFF;
	border-radius: 6px;
	margin-right: 20px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.download_game a,.download_gameIos a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.download_game a span,.download_gameIos a span{
	font-size: 16px;
	color: #fff;
	font-family: PingFang SC;
	font-weight: 500;
}
.download_game{
	background-color: #1FD801 !important;
}
.download_game img{
	width: 20px;
	
	margin-right: 7px;
}
.download_gameIos img{
	width: 20px;
	height: 30px;
	margin-right: 10px;
}
.download_game:hover .game_qrcodeBox,.download_gameIos:hover .game_qrcodeIosBox{
	display: flex;
}
.game_qrcodeBox,.game_qrcodeIosBox{
	position: absolute;
	left: 18px;
	top: 55px;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
}
.game_qrcodeBox img,.game_qrcodeIosBox img{
	width: 100%;
	height: 100%;
}
.game_type{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.game_type::after{
	content: '';
	width: 30%;
}
.type_box1,.type_box2,.type_box3,.type_box4,.type_box5,.type_box6,.type_box7,
.type_box8,.type_box9,.type_box10,.type_box11,.type_box12,.type_box13,.type_box14
.type_box15,.type_box16,.type_box17,.type_box18,.type_box19,.type_box20
{
	height: 30px;
	padding: 0 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(75deg, #F85336 0%, #FE9A7B 100%);
	font-size: 13px;
	color: #FFFFFF;
	/* margin-bottom: 5px; */
	font-weight: bold;
    margin-right: 15px;
}
/* .type_box1{
	background-color: #80CFF4 !important;
} */
.type_box2{
	background-color: rgba(128,207,244,0.5) !important;
}
.type_box3{
	background-color: rgba(237,109,71,0.5) !important;
}
.type_box4{
	background-color: rgba(250,196,96,0.5) !important;
}
.type_box5{
	background-color: rgba(85,255,127,0.5) !important;
}
.type_box6{
	background-color: rgba(170, 85, 0, 0.5) !important;
}
.position-left{
	width: 65%;
	display: flex;
	flex-direction: column;
}
.position-right{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.right_content{
	width: 15%;
	position: relative;
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between; */
}
.rank_stamp{
	width: 130px;
	height: 170px;
}
.mask{
	position: absolute;
	top:41px;
	left:38px;
	width: 63px;
	height: 34px;
	font-size: 38px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #DE040B;
}
.circle{
	width:100px;
	display:inline-block;
	height:100px;
	margin:20px;
	position: relative;
	background: #fff;
	border-radius: 50%;
}
.pie_left, .pie_right{
	width:100px;
	height:100px;
	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, 50px, auto, auto);
}
.pie_right, .right{
	clip:rect(0, auto, auto, 50px);
}
/* .mask{
	position: absolute;
	top:11px;
	left:10px;
	width:80px;
	height:80px;
	line-height: 80px;
	font-size:18px;
	font-weight: 600;
	border-radius: 50%;
	background: #fff;
	color: #FF8B1A;
	text-align: center;
	font-family: DOUYU;
}
.mask span{
	color: #FF8B1A;
	font-style: oblique;
	font-size: 30px;
	margin-right: 5px;
} */
.recommendation_span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #EA9518;
}
.game_bottomBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.bottomBox_left{
	width: 71.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 游戏介绍 */
.game_introduce,.game_introduce2{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.game_introduce2{
	margin-top: 15px;
}
.introduce_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.introduce_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: 5px;
}
.introduce_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.introduce_content,.introduce_content2{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	opacity: 0.8;
	margin-top: 10px;
}
.introduction_contentBox{
	width: 100%;
	margin: 0 auto;
}
.introduce_content2{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.introduce_content p,.introduce_content2 p{
	/* text-indent: 2em !important; */
	margin: 0 !important;
	padding: 0 !important;
}
.introduce_content img,.introduce_content2 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.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;
	cursor: pointer;
	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;
}
/* 游戏截图 */
.game_screenshot{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 10px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
#banner{
	width: 100%;
	position: relative;
	margin-top: 20px;
}
/* .swiper-slide{
	width:30%;
	height: 350px;
} */
#banner .swiper-slide{
    width: 265px;
    height: 420px;
    border-radius: 8px;
}
#banner .swiper-slide a{
	width: 100%;
	height: 420px;
}
#banner .swiper-slide img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
/* 最新攻略 */
.new_strategy{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 0 1% 15px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.more_box{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 8px;
}
.more_box span {
	font-size: 14px;
	margin-right: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(34,34,34,0.8);
}
.more_icon{
	position:relative;
	right:3px;
	width:20px;
	height:20px;
	margin:auto;
	background-color: #e74c11;
}
.more_icon::before{
	content:"";
	position:absolute;
	left:89%;
	top:41%;
	width:14px;
	height:10%;
	margin-left:-15px;
	background-color:#fff;
}
.more_icon::after{
	content:"";
	position:absolute;
	left:45%;
	top:88%;
	width:10%;
	height:13px;
	margin-top:-15px;
	background-color:#fff;
}
.strategy_contentBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* margin-top: 20px; */
}
.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;
}
/* 右边内容 */
.bottomBox_right{
	width: 27%;
	height: 100%;
	/* width: 30%; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right_topContent {
	width: 324px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* 热门推荐 */
.hot_recommend{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.hot_recommendTitle{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.1);
}
.hot_recommendTitle p{
	width: auto;
	height: 30px;
	display: inline-block;
	/* line-height: 50px; */
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #2B2B2B;
	/* color: #ED6D47; */
	font-weight: bold;
	margin-bottom: -2px;
	font-family: PingFang SC;
	padding-left: 10px;
	margin-top: 12px;
	position: relative;
}
.hot_recommendTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.hot_recommendList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hot_recommendList a{
	width: 100%;
}
.hot_recommendList a:last-child .hot_content{
	border-bottom: none;
}
.hot_content{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.hot_gameIcon{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 10px;
}
.hot_contentRight{
	width: 80%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.hot_gameName{
	font-size: 14px;
	/* font-size: 16px; */
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	/* color: #FF6602; */
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_contentRight:hover .hot_gameName{
	color: #FF4934;
}
.hot_game_subtitle{
    font-size: 12px;
    margin-left: 5px;
    font-weight: initial;
}
.hot_gameIntroduce{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666;
	/* color: rgba(51,51,51,0.82); */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 游戏资讯 */
.game_info{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.info-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top_infoContent{
	width: 95%;
	position: relative;
	margin-top: 20px;
	height: 130px;
}
.top_infoContent a{
	width: 100%;
	height: 130px;
}
.top_infoContent a:hover .top_title span{
	color: #FF4934;
	/* color: rgba(237,109,71,0.8); */
}
.top_cover{
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 4px;
}
.top_title{
	width: 97%;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.59);
	position: absolute;
	bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_title span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.info_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info_box{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.info_list .info_box:last-child{
	border-bottom: none;
}
.info_title a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	/* color: rgba(18,18,18,0.8); */
}
.info_title a:hover{
	color: #FF4934;
	/* color: #ED6D47; */
}
.info_title::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ED6D47;
	border-radius: 50%;
	margin-right: 8px;
}
.game_recommendCover{
  width: 100%;
  height: 182px;
  margin-top: 15px;
  position: relative;
}
.game_recommendCover img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.game_recommendCover:hover .recommendGame_info{
	display: flex;
}
.recommendGame_info{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border-radius: 8px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.recommendGame_infoName{
	width: 90%;
	font-size: 16px;
	color: #FFFFFF;
	font-family: PingFang SC;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.recommendGame_infoType{
	width: 90%;
	font-size: 14px;
	color: #FFFFFF;
	font-family: PingFang SC;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/* 专区介绍 */
.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: 140px;
	/* width: 147px; */
	height: 79px;
	border-radius: 6px;
}
.zone_rightInfo{
	width: 163px;
	/* width: 188px; */
	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;
}
.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{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 8px;
}
.zone_introduce{
	position: relative;
}
.zone_introduce:hover .zone_qrcodeRightBox{
	display: flex;
}
.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: 49%;
	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: 52px;
	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;
}
.open_serviceBox,.hot_recommend{
	margin-top: 15px;
}
.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%;
}

.main_bottomContent .download_1:hover .openDownloadQrCode_box,
.main_bottomContent .download_2:hover .openDownloadQrCode_box,
.main_bottomContent .download_3:hover .openDownloadQrCode_box{
	display: flex;
}
.openDownloadQrCode_box{
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.openDownloadQrCode_box img{
	width: 100%;
	height: 100%;
}