/*
* @description: 
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
 html{
	 overflow:hidden;
 }
 *{ touch-action: manipulation;}
 body{
	 padding-bottom:0;
	 height:100%;
 }
 #game_ifr{
	 width: 100%;
    height: 100vh;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
 }
 .gamestartbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 25;
    background: #FFF;
	
}
.suspensionbtn{
	position:absolute;
	left:-1.5rem;
	top: 30%;
	width:5rem;
	height:5rem;
	border-radius: 50%;
	z-index:999999999999999999999999;
	
}
.suspensionbtn img{
	width:80%;
}
.pop,.giftpop,.giftdetailspop,.servicepop,.couponpop,.newspop,.newsdetailpop,.paypop,.payscanpop,.realnamepop2{
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
    left: 0;
	background-color: rgba(0, 0, 0,0.3);
	display:none;
	z-index:99;
}
.pop {
	width:auto;
}
.giftpop{
	z-index:100;
}
.giftdetailspop{
	z-index:101;
}
.servicepop{
	z-index:102;
	
}
.couponpop{
	z-index:103;
	
	
}
.newspop{
	
	z-index:100;
}
.paypop{
	
}
.payscanpop{
	z-index:101;
	
}
.newsdetailpop{
	z-index:101;
	
}
.realnamepop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
	display:none;
}
.popinfo-con,.giftpop-con,.giftdetailspop-con,.servicepop-con,.couponpop-con,.newspop-con,.newsdetailpop-con,.paypop-con,.realnamepop-con{
	background:#fff;
    box-shadow:0px 0px 12px 0px rgba(86,157,236,0.2);
    border-radius:0.6rem;
	padding:0.65rem 0.85rem;
	width:27rem;
	position:absolute;
	left:50%;
	top:50%;
	height:50%;
	margin:0 0 0 -14.5rem;
	transform: translateY(-50%);
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch;
	min-height:60%;
}
.newsdetailpop-con{
	overflow-y:hidden;
}
.popinfo-con{
	height:auto;
	width: 26rem;
	top:45%;
	min-height:20%;
	padding:0.55rem 0.85rem;
}
.popinfo-top{
	width:100%;
	border-bottom:1px solid #DEE2E5;
	padding-bottom:1.2rem;
	margin-bottom:1rem;
	height: auto;
    overflow: hidden;
    margin-top: 0.55rem;
	
}
.newsdetailpop-con img{
	max-width:100%!important;
	display: block;
	margin:0 auto;
}
.my-pic{
	width: 4.2rem;
    height: 4.2rem;
	border-radius: 50%;
    position: relative;
	display:block;
	margin-right:1.1rem;
}
.my-pic img{
	width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
   display: block;
}
.vip{
	color: #fff;
    display: block;
    position: absolute;
    right: -0.3rem;
    top: 2.8rem;
    width: 2rem;
    height: 1.6rem;
    background: url(../images/vip_icon.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    line-height: 1.4rem;
    text-align: center;
    font-size: 12px;
}
.vip-disabled{
	filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.user-nickname{
	color:#222;
	font-size:1.2rem;
	font-weight:bold;
	line-height: 2.4rem;
}
.btn-change,.btn-waprenturn{
	font-size:1rem;
	color:#999;
	line-height: 2.4rem;
	margin:0 0 0 0.5rem;
}
.btn-waprenturn{
	display:none;
	margin: 0 0 0 1.5rem;
}
.currency{
	font-size:1rem;
	color:#999;
	margin-right:1.683rem;
}
.currency:last-child{
	margin-right:0;
}
.popinfo-menu{
	width:25%;
	text-align:center;
	margin-bottom: 0.5rem;
}
.popinfo-menu-img{
	width:2.1rem;
	height:2.1rem;
}
.popinfo-menu-text{
	color:#222;
	font-size:1rem;
	margin-top: 0.4rem;
}
.btn-close{
	width: 13px;
    height: 12px;
	position:absolute;
	right: 1rem;
    top: 1.1rem;
    z-index: 999;
	cursor:pointer;
	}
.arrow-code{
	width:24px;
	height:57px;
	background:#018FFF;
	text-align:center;
	position:absolute;
	right:0;
	top: 48%;
    margin-top: 3px;
	display:none;
    border-radius:5px 0px 0px 5px;

	
}
.arrow-code img,.develop-arrow-code img{
	margin-top: 19px;
	
}
.develop{
	position:absolute;
	right:0;
	top:40%;
	display:none;
}
.develop-arrow-code{
	width:24px;
	height:57px;
	background:#018FFF;
	text-align:center;
	margin-top:78px;
	border-radius: 5px 0px 0px 5px;
	
}
.develop-code{
	width:146px;
    height:214px;
    background:#018FFF;
    border-radius:5px;
	text-align:center;
	color:#fff;

}
.develop-code-title{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	margin:5px 0;
	
}
.develop-code-img{
	width:113px;
	height:113px;
}
.develop-code-text{
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 0;
}
/* 礼包弹窗 */


.giftpop-title,.newspop-title{
	color:#222;
	border-bottom:1px solid #E4E4E4;
	text-align:center;
	font-size: 1.4rem;
    padding-bottom: 0.65rem;
	height: auto;
    overflow: hidden;
}
.no-coupon{
	text-align:center;
	 margin:9rem 0 2rem;
}
.no-coupon .no-giftdata{
	 margin:0;
}
.no-giftdata{
	text-align:center;
    color: #999;
    margin:10rem 0 2rem;
}
.pop-icon-return{
	width:13px;
	height:15px;
	position:absolute;
	left: 0.5rem;
    top: 1.1rem;
    z-index: 999;
    cursor: pointer;
}
.game-bag-con-item{
	width:100%;
	height:4.6rem;
	overflow:hidden;
	margin:0 auto;
	border-bottom:1px solid #E4E4E4;
	display: flex;
    align-items: center;
}
.game-bag-con-item:last-child{
	border-bottom:none;
}
/* 礼包详情弹窗 */
.js_detail{
	display:block;
	width:85%;
}
.game-bag-detail {
    width: 100%;
}
.game-bag-detail-title{
	color:#222;
	font-weight:bold;
	font-size:1.2rem;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin:0.55rem 0 0 0;
}
.game-bag-lingqu-btn{
	background-color: #018FFF;
    color: #ffffff;
    width: 3.8rem;
    height: 2rem;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
    font-size: 1.2rem;
    position: relative;
	
}
.game-bag-con-item .disabled{
	 background-color: #ccc;
}
.game-bag-lingqu-btn .disabled {
	width: 5.5rem;
    height: 2.5rem;
    display: block;
    margin: -1px;
    line-height: 2.5rem;
    background-color: #ccc;
    color: #ffffff;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    padding: 0;
	position: absolute;
    top: 0;
    left: 0;
    margin: -1px;
}
.game-bag-detail-con{
	color:#999;
	font-size:1.1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.gift-name{
	font-size:1.2rem;
	color:#222;
	font-weight:bold;
	margin:0.55rem 0 0.5rem 3%;

}
.gift-detail{
	color:#999;
	font-size:1.1rem;
	font-weight:500;
	font-size:1.1rem;
	width:94%;
	margin:0.5rem 0 0.5rem 3%;
	line-height:1.7rem;
	
}
.giftbox{
	position: relative;
	background:#f2f2f2;
	border-radius:4px;
	width:94%;
	margin:0 auto 1rem;
	line-height:2.5rem;
	height:2.5rem;
}
.giftbox——receive{
	background:#fff;
}

.giftbox-prefix{
	margin:0 0 0 0.5rem;
	color:#999;
	font-size: 13px;
}
.giftbox-input{
	width:60%;
	background:#f2f2f2;
	color:#666;
	margin:0 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border:none;
}
.giftbox-modals-btn{
	background:#018FFF;
	color:#fff;
	border-radius:0px 4px 4px 0px;
	line-height:2.5rem;
	height:2.5rem;
	float: right;
	padding:0 0.5rem;
}
.giftbox——receive{
	background:#fff;
}
.giftbox——receive-btn{
    display: block;
    background: #018FFF;
    padding: 0 2rem;
    height: 2.5rem;
    margin: 1rem auto 0.5rem;
    color: #fff;
    border-radius: 4px;
}
.giftbox—receive .disabled{
	background:#ccc;
}
.gift-item-title{
	color:#222;
	font-size:1.2rem;
	margin:0.55rem 0 0 3%;
	
	
}
.gift-item-time{
	color:#949494;
	margin:0.5rem 0 0 3%;
}
/* 客服弹窗 */
.service-box{
	height:auto;
	overflow:hidden;
	margin:0.85rem auto 0; 
}
.service-icon{
	width:2rem;
	height:2rem;
	margin-right:0.5rem;
}
.service-text{
	color:#222;
	font-size:1.2rem;
	line-height:2rem;
	
}
.service-btn{
	width:4.1rem;
    height:2rem;
	line-height:2rem;
    background:rgba(1,143,255,1);
    border-radius:4px;
	text-align:center;
	color:#fff;
	margin-right:0px;
	

}
.service-btn:hover{
	color:#fff;
}
.service-code-img{
	display:block;
	width:7.5rem;
	height:7.5rem;
	margin:1rem auto 0;
}
.service-code-text{
	color:#222;
	text-align:center;
	font-size:1.2rem;
}
.service-code-subtext{
	color:#999;
	font-size:1rem;
	text-align:center;
}
/* 代金券弹窗 */
.couponpop-title{
	color: #222;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 0.65rem;
    height:auto;
	overflow:hidden;
}
.couponpop-menu{
	width:50%;
	text-align:center;
	position:relative;
}
.coupon-game-list{
	width:100%;
	margin:0 auto;
	display:none;
}
.coupon-game-item{
	width:49%;
	height:9rem;
	background:url(../images/bg_yhq.png) no-repeat;
	background-size:100% 100%;
	text-align:center;
	margin-top:1rem;
	position:relative;
	box-shadow: 0px 0px 5px 0px rgba(86,157,236,0.2);
}
.coupon-game-item:nth-child(2n){
	margin-left:2%;
}
.coupon-date{
	color:#fff;
	line-height: 2rem;
	font-size: 1.1rem;
	
}
.coupon-box{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.coupon-num{
	color:#FFF;
	margin-left: 15%;
    text-align: left;
	margin:0.8rem 10% 0;
}
.coupon-money{
	margin:0;
	font-size:2rem;
	font-weight:bold;
	line-height:1.8rem
	
}
.coupon-money span{
	font-size:1rem;
}
.coupon-use-condition{
	font-size:12px;
	margin:0;
}
.coupon-btn{
	display: block;
	width:5rem;
    height:2rem;
    background:#fff;
    border-radius:1rem;
	color:#FF7734;
	font-size:1rem;
	line-height: 2rem;
    position: absolute;
    right: 0.5rem;
    top: 0.8rem;
}
.coupon-scope{
	width:90%;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin:0.5rem 0 0 6%;
	font-size: 1rem;
    text-align: left;
}
.coupon-select{
	width:3rem;
	position:absolute;
	right:0;
    bottom: 2rem;
}
.couponpop-active{
	font-weight:bold;
}
.couponpop-active:after{     
  position: absolute;
    bottom: -0.65rem;
    left: 30%;
    width: 40%;
    height: 2px;
    background: #018FFF;
    content: '';
}
.coupon-number{
    color: #fff;
    position: absolute;
    right: 0.5rem;
    bottom: 0.1rem;
    font-size: 12px;
    width: 5rem;
    text-align: center;
}
}


.no-coupon{
	display:none;
	text-align:center;
	color:#999;
	font-weight:bold;
	margin:5rem 0 0 0;
	font-size:1.1rem;
}
.no-coupon img{
	width:5rem;
	margin-bottom:1rem;
}
/* 新闻资讯弹窗 */
.newspop-title-con{
	width:75%;
	margin:0 auto;
}
.newspop-menu{
	width:33.3%;
	text-align:center;
	color:#222;
	font-size:1.4rem;
	position:relative;
	cursor:pointer;
}
.newspop-active{
	font-weight:bold;
}
.newspop-active:after{
	position: absolute;
    bottom: -0.65rem;
    left: 28%;
    width: 50%;
    height: 2px;
    background: #018FFF;
    content: '';
}
.news-arc-list{
	display:none;
}
.news-list{
	display:block;
	width:96%;
	margin:0 auto;
	border-bottom:1px solid #E4E4E4;
	height: auto;
    overflow: hidden;
	color:#222;
	font-size:1.2rem;
	line-height:3rem;
}
.news-list  .newspop-arctitle{
	width:80%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
   
}
.newspop-time{
	color:#999;
}
.coupon-game-show,.news-arc-show{
	display:block;
}
/* 支付弹窗 */
.paypop-title{
	color:#999;
	text-align:center;
	font-size:1.2rem;
	padding-bottom:0.3rem;
	height: auto;
    overflow: hidden;
}
.paypop-money{
	color:#018FFF;
	font-weight:bold;
	text-align:center;
	font-size:2.2rem;
	margin:0 0 0.5rem;
}
.paypop-money span{
	font-weight:normal;
	font-size:1.4rem;
	
}
.paypop-box{
	width:96%;
	margin:0 auto;
	background:#F5F5F5;
	border-radius:0.8rem;
	height:auto;
	overflow:hidden;
}
.paypop-infobox{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0.5rem 1.1rem ;
	color:#666;
	font-size:1.1rem;
}
.paypop-name{
	width:30%;
	
}
.paypop-orgcolor{
	color:#FF3300;
}
.paypop-coupon{
	margin-left:2rem;
}
.paypop-way-title{
	color:#999;
	font-size:1.2rem;
	text-align:center;
	margin:0.68rem 0;
}
.paypop-way-box{
   width:20%;
   border:1px solid rgba(217,217,217,1);
   border-radius:8px;
   text-align:center;
   padding-bottom:0.3rem;
   margin: 0 4% 0 1%;
   position:relative;
}

.paypop-way-box-select {
    position: absolute;
    width: 40%;
    right: -15%;
    bottom: -10%;
	display:none;
}
.paypop-way-box .paypop-way-box-select {
	display:none;
}
.paypop-way-box-show .paypop-way-box-select {
	display:block;
}
.paypop-way-box:last-child{
	margin-right:0;
}
.paypop-way-box-icon{
	width:60%;
	margin:0.3rem 0;
	
}
.paypop-way-box-title{
	font-size:1rem;
	color:#333;
	
}
.paypop-way-btn{
	text-align: center;
    width: 90%;
    margin: 1rem auto 0;
    background: #18B1EA;
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 0.5rem;
}
/* pc扫一扫支付 */
.payscanpop-con{
	background:#fff;
    box-shadow:0px 0px 12px 0px rgba(86,157,236,0.2);
    border-radius:0.6rem;
	padding:1.1rem;
	width:18rem;
	position:absolute;
	left:50%;
	top:50%;
	margin:0 0 0 -10.1rem;
	transform: translateY(-50%);
}
.payscanpop-title{
	color:#999;
	font-weight:bold;
	font-size:1.2rem;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	text-align: center;
}
.paypop-code{
	border-radius:5px;
	width: 10.8rem;
    height: 10.8rem;
    margin: 0 auto;
    display: block;
}
.scan-icon{
    display: block;
    float: left;
    margin: 1.2rem 0.5rem 0 3.2rem;
}
.scan-text{
	color:#9A9A9A;
	font-size: 1rem;
	margin-top:0.8rem;
}
/* 文章详情弹窗 */
.news-title{
	color:#222;
	text-align:center;
	font-weight:bold;
	margin:1rem 0;
	font-size:1.35rem!important;
	line-height:1.75rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-time{
	color:#666;
	font-size:1.2rem;
	text-align:center;
}
.newsdetail-con img{
	max-width:100%;
	margin:0 auto;
	display:block;
}
.news-main{
	max-height:20rem;
	overflow-y:auto;
	font-size:1.35rem!important;
	padding-bottom:1rem;
}
.news-main> *{
	font-size:1.35rem!important;
}
/* 实名认证弹窗 */
.realnamepop-title{
	color: #222;
  
    height: 2rem;
}


.game_bag_down_hx{
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
}
 .realnamepop input, .realnamepop input:focus{
    border: none !important;
    box-shadow: none !important;
}
.ready_name_con input{
    width: 72%!important;
    height: 3rem!important;
    background-color: #F2F2F2!important;
    border-radius: 5px!important;
    margin-left: 8%;
    margin-top:1.78rem;
    margin-bottom: 0rem!important;
    text-indent: 0.5rem;
    padding-right: 10%;
}
.realnamepop input::placeholder{
    font-size: 14px;
}
.tj_btn{
    width: 93%;
    border-radius: 3.5px;
    color: #ffffff;
    text-align: center;
    height: 3.45rem;
    margin-left: 3.5%;
    background-color: #018FFF;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 3rem;
	cursor:pointer;
}
.tj_btn.can_click {
    background-color: #018FFF;
}

.tj_btn2{
	width: 93%;
	border-radius: 3.5px;
	color: #ffffff;
	text-align: center;
	height: 3.45rem;
	margin-left: 3.5%;
	background-color: #018FFF;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
	cursor:pointer;
}
.tj_btn2.can_click {
	background-color: #018FFF;
}
.realname_page_tap{
    width: 93%;
    margin-left: 3.5%;
    margin-top: 1.18rem;
    line-height: 1.8rem;
    color: #212121;
	font-weight:500;
	font-size:1.2rem;
	padding-bottom: 1.1rem;
    
}


.into_userset{
    margin-top: 2.53rem;
    border-radius: 6px;
    width: 83%;
    height: 3.2rem;
    background-color: #018FFF;
    color: #ffffff;
    margin-left: 8%;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}
.into_userset p{
    line-height: 3.2rem;
}
.realnamepop input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #C1C0C4;
    font-size: 12px;
}
.realnamepop input::-moz-input-placeholder{ /*Mozilla Firefox*/
    color: #C1C0C4;
    font-size: 12px;
}
.realnamepop input::-ms-input-placeholder{ /*Internet Explorer*/
    color: #C1C0C4;
    font-size: 12px;
}
.pr{
	width:93%;
	position:relative;
	margin:0 auto;
}
.pr input{
	width:98%;
	background:#F7F7F7;
	border-radius:3px;
	color:#000;
	height: 3.45rem;
	padding-left:2%;
	font-size:1.2rem;
}
.pr input ::-webkit-input-placeholder{
	color:#000;
}
.pr input:-moz-placeholder{
	color:#000;
}
.pr input::-moz-placeholder{
	color:#000;
}
input:-ms-input-placeholder{
	color:#000;
}
.clear_texts{
	position:absolute;
	left:83%;
	top:2.4rem;
}
.fristclear_texts{
	top:1.3rem;
}
.btn-return{
	display:none;
	width:62px; 
	height:32px;
	line-height:32px;
	background:url(../images/btn-fanhui.png);
	position:absolute;
	left:0;
	top:10%;
	color:#fff;
	font-size:16px;
}
.btn-return:hover{
	color:#fff;
}
.poplayer,.poplayermsg{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
     width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none;
    line-height: 66px;
	text-align: center;
	border-radius: 2px;
	visibility:visible;
	z-index:9999;
	background:#fff;	
	margin-left:-90px;
	margin-top:-33px;
}

.poplayer .layui-layer-ico1 {
   position: absolute;
    top: 16px;
    left: 15px;
    width: 30px;
    height: 30px;
}
.poplayermsg{
	background-color: rgba(0,0,0,.6);
	color:#fff;
}

/* .layui-layer-hui,.layui-layer-msg,.layui-layer { */
  
   
    /* display: none; */
/* } */
/* .x-copylayer { */
	/* transform: rotate(90deg); */
   
    /* display: blcok; */
/* } */
@media screen and (max-width:320px) and (orientation:portrait){
 .popinfo-con{
	padding:1.1rem;
	width:24rem;
	position:absolute;
	left:50%;
	top:50%;
	margin:0 0 0 -13.1rem;
	transform: translateY(-50%);
}

}
@media all and (orientation : landscape) {
	.paypop-con {
		min-height: 82%!important;
		top: 52%!important;
	}
}

@media screen and (min-width:1200px){
html{
     background:linear-gradient(0deg,rgba(35,37,40,1) 0%,rgba(54,57,62,1) 100%);
	 width: 100%;
     height: 100%;
	}
#game_ifr{
	width:640px;
	margin:0 auto;
}
.suspensionbtn{
	width: 6%;
    height:6%;
   max-width: 50px;
}

.popinfo-con, .giftpop-con, .giftdetailspop-con, .servicepop-con, .couponpop-con, .newspop-con, .newsdetailpop-con, .paypop-con, .realnamepop-con{
	height:305px;
	min-height: 310px;

}
.paypop-con{
	min-height: 370px;
}
.popinfo-con{
	height:auto;
	min-height:10%;
}
.popinfo-top{
	margin-top:15px;
}
.currency{
	margin-top:7px;
}
.giftpop-title, .newspop-title,.newspop-menu {
   
   font-size: 16px;
}
.pop-icon-return, .btn-close {
	top:13px;
}
.news-list{
	font-size:14px;
	padding: 6px 0;
}
.couponpop-menu{
	font-size:16px;
}
.coupon-btn{
	font-size:12px;
}
.coupon-game-item{
	height:8rem;
	margin-top:10px;
}
.newspop-active::after {
    bottom: -0.5rem;
}
.coupon-scope {
    margin: 8px 0 0 6%;
}
.coupon-money {
    font-size: 25px;
    line-height: 20px;
}
.service-icon {
    width: 25px;
    height: 25px;
}
.service-text{
	font-size: 14px;
   line-height: 25px;
}
 .service-btn {
    width: 56px;
    height: 25px;
    line-height: 25px;
}
.service-code-text{
	font-size: 16px;
}
.service-code-subtext{
	font-size: 14px;
}
}
