@charset "UTF-8";
*{
    font-family: PingFangSC-Light, sans-serif;
}
/* 多弹窗 */
/*.bgAlert{*/
/*    z-index: 999;*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background: rgba(0,0,0,0);*/
/*    display: none;*/
/*}*/
.hideHtml{
    overflow: hidden;
}
.moreAlert{
    position: fixed;
    background: #151515;
    /*border: 1px solid #0d0d0d;*/
    border-radius: 12.5px;
    width: calc(100vw - 32px);
    height: 0;
    z-index: 99;
    overflow: hidden;
    left: calc(50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    top: 202px;
    transition: .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .1s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.moreAlertOpen{
    height: 457px!important;
    /*border: 1px solid #0d0d0d;*/
}

.moreAlert .head_more {
    padding: 0px 18px 0 18px!important;
    display: flex;
    justify-content: center;
    color: #4c95f7;
    font-size: 16.5px;
    font-weight: bold;
}
.moreAlert .body{
    margin-top: 18px;
    padding: 18px 20px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 8px;
    height: 392px;
    overflow-y: scroll;
}
.moreAlert .body li{
    background: #151515;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    box-shadow:none!important;
}
.moreAlert .body li:nth-child(1){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:nth-child(2){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:nth-child(3){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:nth-child(4){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}.moreAlert .body li:nth-child(5){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:nth-child(6){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:nth-child(7){
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}
.moreAlert .body li:last-child{
    padding: 0!important;
    margin: 0!important;
}
.moreAlertOpen .body li:not(:last-child):after{
    content: "";
    position: absolute;
    bottom: 0px;
    left:0px;
    width: calc(100% - 3px);
    height: 1px;
    transform: scaleY(0.1);
        background: #505050 !important;
}
.moreAlert .body p{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    color: #8d8d92 !important;
    
}
.position{
    color: #fff;
    font-style: normal;
    display: inline-block;
    animation: opacityTransform 1.5s ease-in-out forwards;
    animation-delay: 30s
}
.positionleft{
    transform:translate(4px,0.5px);
    font-size: 15.5px;
}
.positionright{
    transform:translate(-2px,-2px);
    font-size: 15px;
}

@keyframes opacityTransform{
     0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
body{
    background: #0b0b0b!important;
}
.hide{
    display: none;
}
.list-block{
    max-width: 1000px;
    margin: 0 auto;
}
#tabQh{
    background: var(--blackBoxBackground);
    border: 1px dotted #000;
}
#tabQh .act {
    background: #000;
    color: #fff;
}
.WnqGg, .wnqContainer {
    border: 1px solid #0d0d0d!important;
}
.udidHtml,#container_all,.udidWnqTopMenu,.list-block,#tabQh{
    background: #0b0b0b;
}
/* 2023-1-15 */
.qingtian{
    margin-right: -3px;
}

.uiall {
    border: 1px dotted #e5e5e5;
}
.tabImgB img{
    margin: 2px 0px 0px 0px!important;
    width: 17.5px!important;
    height: 17.5px!important;
    transition-duration: .3s;
    transform:rotate(0deg);
}
/* 2023-1-15 end*/

/* 2023-1-11 */
#tabQh :not(.act){
    /*border: 1px solid transparent;*/
}
/* 2023-1-11 end*/
/* 修改 2023-1-10 8：33*/
.list-block{
    margin: 35px auto!important;
    margin-top: -18px!important;
}
.WnqGg{
    margin-top: 14.5px!important;
    /*border: 1px solid #eeeeee;*/
}
.wnqContainer{
    border: 1px solid #eeeeee;
}
.beianxinxi{
    margin-top:14px;
}
.tabQ {
    padding-top: 20.5px!important;
    padding-bottom: 17px!important;
}
.tabQ .uiall{
    margin-top: 0px!important;
    margin-bottom: 12px!important;
}
.gfbSwiper #submitForm{
    margin-top: 24px!important;
    /*margin-top: 19px!important;*/
}
.update{
    margin-top: 25px;
}
.gfbSwiper .submitForm1 #certFile{
    margin-top: 26px!important;
}
#tabQh .act{
    /*background: #eaeaea!important;*/
    /*color: #000!important;*/
    /*box-shadow: 0 0px 4px 0 #44440d24;*/
    /*border: 1px solid  #ececec;*/
}
.Wnqalert .trans .null{
    opacity: 0;
}

/* 弹窗顶部 防止后悔*/

  .Wnqalert .title .titleS{
        padding-top: 8px!important;
        font-size: 17.5px!important;
        padding-left: 12px!important;
  }
  .Wnqalert .title{
    margin-bottom: 7px!important;
}
  .Wnqalert .title .title_a{
    font-size: 16.5px!important;
    text-align: center!important;
    text-decoration: none!important;
    padding-top: 9px!important;
    padding-right: 7px!important;
  }
  .Wnqalert .content .name{
      font-size: 14px!important;
  }
  /* 弹窗顶部end*/
  .Wnqalert .content .scroll{
      overflow: initial!important;
  }
  .swiper-pagination-bullet {
    background: rgba(0,0,0,.8)!important;
}
.swiper-pagination-bullet-active {
    color: #000!important;
    background: #000!important;
}
.gfbSwiper #submitForm .result .item{
    margin-bottom: 20px;
}
.gfbSwiper #submitForm .result .title{
    font-size: 13px!important;
    font-weight: bold;
    color: #378f56!important;
    padding-left: 35px!important;
}
.BoxImg{
    position: absolute;
    left: 12px;
    transform: translateY(50%);
    z-index: 9;
}
.padLeft{
    padding-left: 35px!important;
}
.gfbSwiper #submitForm .result .item:last-child {
    margin-bottom: 0px!important;
}
.WnqFileNameF,.WnqFileName{
    font-size: 10px!important;
}
/* 2023-1-10 8:33 end*/

#tabQh{
    /*background: #fff!important;*/
    /*border: 1px dotted  #e7e7e7!important;*/
}
.gfbSwiper #submitForm .result .item .start{
    margin: 0px!important;
}
#WnqMenuColor{
		background-color: #f6f6f6;
	}
	.WnqGo img{
	       width: 17px;
	       height: 17px;
	}

.Wnqfmall{
	display: block; 
	margin-left: 15px;
	margin-right: 15px;
}
.WnqGcontent{
    margin-top: 19px;
            /*text-indent: 1rem;*/
            display: block;
            height: 0px;
            overflow: hidden;
        }
.Wnqfmtwo{
	display: flex; 
	flex-direction: row;
	border-radius: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.Wnqfmimg{
	display: block;
	cursor: pointer;
}
.open{
    color: #4c95f7!important;
}
.WnqTopMenu{
	z-index:9;
	width: 100%;
	height: 40px;
	/*background-color: var(--whiteHtmlBackground);*/
	position: fixed;
	top:0;
	left: 0px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.WnqTopMenu .item_color .kefu{
    margin-top: 2px;
    margin-left: -3px;
}
.WnqTopMenu .item_color{
    padding-right: 20px!important;
}
.WnqTopMenu .item_color .kefu span{
    font-size: 26px!important;
}
.WnqTopMenu .caidan{
    /*margin-right: 17px!important;*/
}
.WnqTopMenu .caidan{
    margin: 1px 0px 1px 0px;
}
.WnqTopMenu .caidan span{
    font-size: 21px!important;
}
.WnqTopMenu .WnqLogo, .WnqTopMenuWhite .WnqLogo{
    margin-top: 1px;
    z-index: 1;
}
.WnqTopMenuWhite{
	z-index: 9;
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top:0;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.WnqImg{
	z-index:999;
	align-self: center;
	display: block;
	height: 28px;
	/*margin-left: 10px;*/
	border-radius: 20px;
	/*margin-top: 4px;*/
}

.WnqName{
	z-index:999;
	align-self: center;
	display: block;
	max-width: 100px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 17px;
}

.WnqUrl{
	align-self: center;
	text-align: right;
	/* width: 120px; */
	height: 28px;
	display: block;
	font-size: 14px;
	line-height: 28px;
	font-weight: lighter;
	color: #717171;
	display: flex;
}

.WnqNone{
	width: 1px;
	height: 1px;
	margin-top: 56px;
}
.WnqAppDes{
    position: relative;
}
.WnqGg .open,.WnqAppDes .opens{
    position: absolute;
    right: 18px;
    bottom: 18px;
    cursor: pointer;
}
.WnqAppDes .opens{
   bottom: 8px; 
}
.WnqGg{
    position: relative;
	height: auto;
	margin: 3px auto 0px;
	padding: 20px;
	border-radius: 10px;
	padding-left: 18px!important;
    padding-right: 18px!important;
}

.WnqGgGrad{
	background-color: #f6f6f6;
	height: auto;
	margin: 10px 15px 0px;
	padding: 20px;
	border-radius: 10px;
	
}

.WnqGgTitle{
	color: #3b3b3b;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.WnqGgTitle2{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.WnqGgNr{
	color: #7D7D7F;
	font-weight: lighter;
	line-height: 20px;
	font-size: 14px;
}

.WnqIndexNav{
	height: auto;
	padding: 10px 15px 0px;
	display: block;
}

.WnqIndexNavRow{
	height: 72px;
	display: flex;
	flex-direction: row;	
	justify-content: space-around;
	margin-bottom: 10px;
}

.WnqIndexNone{
	width: 20px;
}

.WnqIndexNavIn{
	width: 100%;
	height: 72px;
	border-radius: 10px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 72px;
	align-self: center;
	display: block;
	cursor:pointer;
}

.WnqIndexTitle{
	margin: 40px 15px 10px;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
}

.WnqBg{
	background-color: #fff;
	border-radius: 12px;
	margin:15px;
	padding: 17.5px 20px;
	/*padding:20px 20px 20px;*/
	width: auto;
	height: auto;
}

.WnqBgTg{
	background-color: #fff;
	border-radius: 10px;
	margin: 15px!important;
	padding:0px;
	width: auto;
	height: auto;
}

.WnqAppWxr{
	width: auto;
	height: 40px;
	background-color: #eef4ff;
	color: #3583ff;
	border-radius: 10px;
	margin: 0px auto 0px;
	padding: 0px 15px 0px;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	/*font-weight: bold;*/
	cursor:pointer;
}

.WnqAppRow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}

.WnqAppRowNull{
	display: none;
}

.WnqApp{
	margin-top: 25px;
	margin-right: 2px;
	cursor:pointer;
}

.WnqAppIcon{
    margin: 0px;
	display: block;
	width: 52px;
	height: 52px;
	max-width: 100%;
	box-shadow:inset 0 0 0 0 1px rgba(0,0,0,0,0.1);
	background-position: center;
	background-size: contain;
	border-radius: 10px;
	border:none;
}

.WnqAppName{
	max-width: 70px;
	max-width: 100%;
	display: block;
	font-size: 11px;
	text-align: center;
	font-weight: lighter;
	color: #565656;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.WnqtytBg{
    border-radius: 12px!important;
	margin: 0px 15px 1px;
	height: 85px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#WnqtytBg{
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.WnqtytLeft{
	height: 85px;
	margin-left: 11px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.WnqtytIcon{
	/* margin-top: 25px; */
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: block;
}

.WnqtytIconhorn{
	/* margin-top: 25px; */
	width: 66px;
	height: 66px;
	border-radius: 0px;
	display: block;
}


.WnqtytTxt{
	width: auto;
	/* height: 80px; */
	margin-left: 11px;
	margin-right: 20px;
}

.WnqtytTitle{
	display: block;
	color: #212121;
	font-weight: bold;
	font-size: 16px;
	/* margin-top: 25px; */
}

.WnqtytDes{
	display: block;
	color: #7D7D7F;
	font-weight: lighter;
	font-size: 13px;
}

.WnqtytRight{
	width: 100px;
	height: 30px;
	background-color: #eaeaea;
	border-radius: 30px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	margin-right: 19px;
	color: #666666;
	/* margin-top: 35px; */
	cursor:pointer;
}

.WnqContext{
	width: 20%;
	flex-grow: 1px;
	padding: 18px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fff;
	cursor:pointer;
}

.WnqContextIcon{
	width: 30px;
	height: 30px;
	margin: auto;
	display: block;
	border-radius: 10px;
}

.WnqContextPalt{
	text-align: center;
	width: 100%;
	font-weight: lighter;
	color: #636363;
	font-size:10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
}

.WnqContextName{
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #212121;
	font-size: 14px;
	display: block;
}

.line{
	width: 50px;
	height: 0.5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	margin-top: 20px;
	}

.shuoming{
		text-align: center;
		font-size: 12px;
		color:#717171;
		width: 100%;
		display: block;
		margin-top: 40px;
		line-height: 20px;
		padding-bottom: 50px;
	}


.WnqMenuBtn {
    display: block;
 /*   height: 56px;*/
 /*   width:56px;*/
	/*background-image:url('../images/menu_btn_black.png');*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	cursor: pointer;
}

.WnqMenuBtn img{
    width: 100%;
}

.WnqCloseBtn img{
    width: 23px;
    height: 23px;
        margin-right: 22px;
}
.WnqCloseBtn {
    display: flex;
    align-items: center;
 /*   height: 56px;*/
 /*   width:56px;*/
	/*background-image:url('../images/close.png');*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	cursor: pointer;
}

#fullscreen {
    opacity:0;
    background:#fff;
    bottom: 0;
    border-radius: 0px;
    color: #000;
    height:100%;
    left: 0;
    margin: auto;
    right: 0;
    top: -100%;
    position:fixed;
    width: 100%;
	margin-top:0px;
	z-index:-1;
	transition-duration: .3s;
}

.close {
	display: block;
    height: 56px;
    width:56px;
	background-image:url('../images/close_black.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: 400;
    height: 18px;
	margin-top:19px;
	margin-right:20px;
    text-transform: uppercase;
    width:18px;
    z-index: 0;
	background-image:url('../images/close_black.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	float:right;}

.left {
    display: block;
    margin:auto;
	width:100%;
}

.menu_txt{
    color: #0f0f0f;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
	width:280px;
	height:40px;
	margin-top:20px;
	background-color:#000;
	line-height:40px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	border-radius:10px;
	margin-bottom:0px;
}

#menu_txt_top{
	margin-top:70px;
}
	.ipasun4{
    border: 1px solid rgba(0,0,0,0)!important;
}
.menu_pic{
	background-image:url('https://sign.wnqapp.com/images/menu_pic.png');
	width:150px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;}
	
.menu_txt_bottom{
	text-align:center;
	font-size:14px;
	color:#717171;
	margin-top:10px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}
	
	
#txt{
	background:#fff;
    bottom: 0;
    border-radius: 0px;
    color: #000;
    display: block;
    height: 240px;
    left: 0;
    margin: auto;
    opacity: 0;
    right: 0;
    top: 0;
    position:fixed;
    width: 90%;
	max-width:360px;
	margin-top:20px;
	z-index:-1;
	border-radius:12px;
	box-shadow:0px 0px 0px 650px rgba(0,0,0,0.68);
	}
	
.close_pic{
	color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: 400;
    height: 18px;
	margin-top:19px;
	margin-right:20px;
    text-transform: uppercase;
    width:18px;
    z-index: -1;
	background-image:url('../images/close.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	float:right;}
	
.txt_pic{
	width:100%;
	background-color:#252525;
	height:58px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:12px 12px 0px 0px;
	margin-bottom:20px;
	}

.txt_ul{
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	}
	
.txt_nr{
	font-size:16px;
	line-height:22px;
	color:#97979a;
	margin-top:10px;
	list-style-type:none;
	margin-left:0px;
	text-decoration:none;
	text-align:center;
	}
	
#txt_left{
	text-align:left;}
	
#txt_btn{
	display:block;
	padding:5px;
	background-color:#FE5B5D;
	color:#FFFFFF;
	border-radius:30px;
	width:140px;
	margin-left:auto;
	margin-right:auto;
	}

.cnzz{
	width: 0px;
	height: 0px;
	opacity: 0;
	padding: 0px;
}

.WnqTg{
	width: 100%;
	display: block;
	height: auto;
	border-radius: 13px;
	cursor:pointer;
}

.logo_list{
    width: 50%;
    margin: 0 auto;
      margin-top: 70px;
}
.logo_list img{
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.logo_list .WnqAppCall{
        width: 100%;
    font-size: 18.5px;
    line-height: 26px;
    font-weight: bold;
    color: #efefef;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.logo_list .WnqAppV{
    width: 100%;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.tabQ{
    padding: 18px;
    padding-bottom: 23px;
}
.uiall{
    width: 100%;
    margin: 20px auto!important;
    padding: 0px;
    border-radius: 7px;
    /*background: #fff!important;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uiall li{
    /*background-color: #fff;*/
    /*background: rgba(0,0,0,0);*/
    color: #666;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    width: 32%;
        height: 31px;
    line-height: 31px;
    border-radius: 6px;
    box-shadow: none;
}
.uiall .act{
    background-color: #0c6be1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.WnqAppDesTxt{
    font-size: 13.5px;
    color: #8d8d92;
    /*margin-top: 0px;*/
}
.WnqAppDesTxtAhref{
    color: #4c95f7!important;
}

.gfbSwiper #submitForm .result .item{
    background: #000;
    padding:12px;
    min-height: 150px;
    border-radius: 10px;
    display: none;
}
.gfbSwiper #submitForm .result .item p{
    font-size: 13px;
    color: #666;
}

.gfbSwiper #submitForm .result {
    position: relative;
}

.gfbSwiper #submitForm .result .title{
    display: none;
    width: 100%;
    /*height: 30px;*/
    background: #000;
    font-size: 12px;
    color: #666;
    z-index: 999;
    height:35px;
    line-height: 35px;
    padding-left:12px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.gfbSwiper #submitForm .item,.gfbSwiper .submitForm1 .item {
    position: relative;
}
.gfbSwiper #submitForm .item span,.gfbSwiper .submitForm1 .item span{
    display: inline-block;
    width: 90px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background: #0c6be1;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 6px;

}
.gfbSwiper #submitForm .result .item:last-child p{
    margin: 0;
}
.gfbSwiper #submitForm .result .item:last-child p:not(:last-child){
    margin-bottom:13px;
    margin-top: 3px;
}
.gfbSwiper #submitForm .item .downloadzs{
    display: inline-block;
    text-align: center;
    color: #4c95f7;
    font-size: 13px;
    background: transparent;

}
/*.gfbSwiper #submitForm .item span,.gfbSwiper .submitForm1 .item span{*/
/*    display: inline-block;*/
/*    width: 90px;*/
/*    height: 29px;*/
/*    text-align: center;*/
/*    line-height: 29px;*/
/*    background: #0c6be1;*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*    position: absolute;*/
/*    left: 2px;*/
/*    top: 2px;*/
/*    border-radius: 5px;*/
/*}*/
.gfbSwiper .submitForm1 input{
    text-align: center;
}

.gfbSwiper .submitForm1 input{
    height:33px;
    width:100%;
    font-size: 12px;
    border-top: 20px; 
    border-radius: 5px;
    padding: 0 12px!important;
    border:0.2px solid #454545;
    color: #666;
    margin-bottom: 15px;
}
.gfbSwiper #submitForm input,.gfbSwiper .submitForm1 input{
    height:35px;
    width:100%;
    font-size: 12px;
    border-top: 1px; 
    border-radius: 7px;
    padding: 0 12px;
    border:1px dotted #252525;
    color: #666;
    margin-bottom: 20px;
    /*background: var(--whiteHtmlBackground)!important;*/
    padding-right: 100px;
}

.gfbSwiper #submitForm{
    margin-top: 15px;
}
.gfbSwiper #submitForm .btns,.gfbSwiper .submitForm1 .btns{
    width: 100%;
    margin: 20px auto;
}
.gfbSwiper #submitForm .btns .bg,.gfbSwiper .submitForm1 .btns .bg{
    padding: 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:35px;
    background: #000;
    border-radius: 7px;
    border: 1px dotted #0d0d0d!important;
}
.gfbSwiper .submitForm1 #certFile {
    margin: 40px auto;
    margin-bottom: 0px;
}
.gfbSwiper .submitForm1 #certFile .container-fluid{
    padding: 0px!important;
    display: flex;
}
.gfbSwiper .submitForm1 #certFile .container-fluid >div{
    width: 49%;
    margin-bottom: 20px;
    /*padding: 1px ;*/
}
.gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init img{
    width: 20px!important;
    height: 20px;
    margin: 0 10px;
}
.gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init{
    height: 89px;
    background: #000;
    margin: 0px;
    border: 1px dashed  #454545;
}


.gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init .text p , .gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init .text span{
        /*font-size: 14px!important;*/

}


.upload-img-init:hover {
    border: 1px dotted #0c6be1!important;
    color: #666;
}
.gfbSwiper .submitForm1 #certFile .container-fluid >div:first-child{
    
    margin-right: 20px;
    
}
.gfbSwiper #submitForm .btns button,.gfbSwiper .submitForm1 .btns button{
    width: 100%;
    height: 31px;
    font-size: 13.5px;
    background: #0c6be1;
    border: none;
    text-align: center;
    border-radius: 6px;
    border:none;
    padding-bottom: 0.5px;
}

.upload-img-init .file-name{
    margin: 0px;
}

/* 弹窗 */

.Wnqpopup{
    display: block!important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.Wnqpopup .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    background-color: var(--blackHtmlBackground);
    border-radius: 10px;
    padding: 19px;
    border: 1px solid #2b2b2e;
}
.Wnqpopup .txt .Name{
    font-size: 14px;
    color: var(--blackBoxHeaderTitleColor);
    text-align: left;
    margin: 0px;
    margin-bottom: 20px;
}
.Wnqpopup .txt .btns {
    display: flex;
    justify-content: space-between;
}
.Wnqpopup .txt .btns span:first-child{
    opacity: 0;
}
.Wnqpopup .txt .Name img{
    width: 100%;
}
.Wnqpopup .txt .btns span:last-child{
    font-size: 14px;
    cursor: pointer;
    color: #4c95f7;
    /*color: var(--whiteBoxBtnColor);*/
}
.Wnqpopup .txt .btns img{
    width: 17px;
    height: 17px;
}
    @media (min-width: 651px) {
        .page-content{
            max-width: 1000px;
            margin: 0 auto;
        }
        .WnqTopMenu{
            max-width: 1000px;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-50%);
        }
        .trans{
            max-width: 1000px!important;
            margin: 0 auto;
        }
    }
  @media (max-width: 650px) {
    .Wnqpopup .txt{
	    width: calc(100% - 30px);
	}
}
.group{
    display: flex;
    justify-content: space-between;
}
.group >div input{
    margin-bottom: 0px!important;
    
}
.group >div{
    width: 49%!important;
    margin: 0px!important;
}
.group .item{
    margin-right: 20px!important;
}
  
  
  /* 自定义从下往上 */

  .Wnqalert{
      z-index: -1; 
      opacity: 0;
      transition:all .25s;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
     border-radius: 10px 10px 0 0;
     background: #0b0b0b !important;
           transition-duration: .2s;
                 bottom: -100%; 


  }
  .Wnqalert .trans{
      border-radius: 10px 10px 0 0;
      position: relative;
      background: #151515;
      /*max-height: calc(100% - 50px);*/
      height: auto;
      /*bottom: -100%; */
      left: 0px;
      top: 16px;
      width: 100%;
  }
  
  .Wnqalert .title {
      width: 100%;
      left: 0px;
       top: 0px;
       border-radius: 10px 10px 0 0;
       overflow: hidden;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
  }
  .Wnqalert .title .title_a{
      font-weight: bold;
      color: #4c95f7;
      padding-right: 5px;
  }
  .Wnqalert .title_flex {
       background: #fff!important;
  }
  .Wnqalert .title .titleS{
    color: #fff;
    font-size: 19px;
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-weight: bold;
  }
.Wnqalert .content .nameF{
    color: #666;
}
  .Wnqalert .content .name{
          font-size: 14px;
        color: var(--blackBoxHeaderTitleColor);
        text-align: left;
        margin: 0px;
        margin-bottom: 15px;
  }
  .Wnqalert .content {
      height:100%;
      padding:0 18px;

  }
    .Wnqalert .content .scroll{
        overflow-y: scroll; 
        padding-bottom: 20px;
    }
  .Wnqalert .content .name img{
      border-radius: 10px;
        width: 100%;
  }
  
    .Wnqba .WnqLine:before{
        content: "";
      display: inline-block;
      width: 0.7px;
      height: 8px;
      background: #8d8d92;
      margin-left: 3px;
      margin-right: 3px;
      margin-top: 1px;
  }

/*备案*/
.Wnqba{
    font-size:10px;
    color:#aaaaaa
}


/*heise*/
@import url('./defaultColor.css');
html,body,.WnqTopMenu,.WnqTopMenuWhite,.jieshao,#app,.Wnqpopup .txt,.page-content{
    background-color: var(--blackHtmlBackground);
}
.udidHtml,#container_all,.udidWnqTopMenu{
    background: #0b0b0b;
}
.WnqGg,.WnqtytBg,.WnqBg,.WnqBgTg,.gonggao,.gamelie,.WnqDonateBorder,
.list,.WnqGgGrad,.swiper-pagination-bullet,.wnqContainer,#showmenu,#showmenu div{
    background-color: var(--blackBoxBackground);   
}
.WnqGgNr,.WnqtytDes,.WnqAppName,.ggnr,.WnqDonateTis,.menu_txt_bottom,
.btn,.WnqAppDesTxt,.gamenamedes{
    color: var(--blackBoxHeaderDesColor);
}

.btn{
    border-color: var(--blackBoxHeaderDesColor);
}
.WnqtytTitle,.WnqGgTitle,.WnqName,.WnqUrl,.WnqIndexTitle,.ggtile,.gametit,
.gamename,.gametit,.WnqDonateTitle,.Wnqtxt,.name,.WnqJjTitle,.WnqAppCall,
#app section .swiper .swiper-slide h3,#app .back h2 .Name,#app .back>a span,.Wnqalert .title_ts{
    color: var(--blackBoxHeaderTitleColor);
}
.Wnqpopup .txt .Name{
    color: var(--blackBoxHeaderTitleColor);
}
.Wnqpopup .txt{
    border: 1px solid #2b2b2e;
}
.WnqDonateBorder{
    border:dashed 1px var(--blackBoxHeaderDesColor)
}
.WnqtytRight,.WnqAppWxr,.WnqDonateBtn,.menu_txt,.WnqAppTeach,.WnqAppDown,.WnqIndexNavIn{
    background: var(--blackBoxBtnBackground);
    color: var(--blackBoxBtnColor);
}
#fullscreen {
    background: rgba(0,0,0,.96);
}
.gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init , .gfbSwiper .submitForm1 input{
    border:1px dotted  #0d0d0d;
}

.GetUdid{
    background: #4c95f7;
    color: #fff;
}
.upudid{
    background: #4c95f7;
    color: #fff;
}

.line{
    background: #000;    
}

/* 从下往上 弹窗。*/
.Wnqalert .trans{
    background: #151515;
}
.Wnqalert .trans .titleS{
    color: #fff;
}
.Wnqalert .content .name{
    color: var(--blackBoxHeaderTitleColor);
}
/*.borderColor,.gfbSwiper #submitForm input, .gfbSwiper .submitForm1 input,*/
/*.gfbSwiper .submitForm1 .btns button ,.gfbSwiper #submitForm .btns button{*/
    /*.gfbSwiper #submitForm .btns button*/
/*    border: 1px dotted  #0d0d0d;*/
/*}*/
.borderColor,.gfbSwiper #submitForm input, .gfbSwiper .submitForm1 input,.gfbSwiper #submitForm .btns .bg ,.gfbSwiper .submitForm1 .btns .bg,.gfbSwiper #submitForm .result .title,.gfbSwiper #submitForm .result .item{
    border: 1px dotted  #0d0d0d;
    color: #4c95f7;
}
.gfbSwiper #submitForm .btns .bg,.gfbSwiper .submitForm1 .btns .bg{
    border: 1px solid #0d0d0d;
}
.gfbSwiper #submitForm .btns .bg
,.gfbSwiper .submitForm1 .btns .bg{
    background: #000;
}
.WnqFileName{
    color: #e5e5e5;
}
.WnqFileNameF{
    color: #8d8d92;
}
.WnqAppDesTxtAhref1{
    color:#4c95f7;
    text-decoration: none;
}
.gfbSwiper #submitForm input , .gfbSwiper .submitForm1 #certFile .container-fluid .upload-img-init,.gfbSwiper .submitForm1 input{
    background: #000;
}
.Wnqstep{
    color:#8d8d92;
}
.Wnqstep .WnqGgTitle,.update .WnqGgTitle{
    color:#e5e5e5;
}
.update{
    color: #8d8d92;
}
/*.update .WnqGgTitle{*/
/*    color: #efefef;*/
/*}*/
.upload-img-init .file-name{
    color: #4c95f7;
}
.upload-img-init:hover {
    border: 1px dotted #4c95f7;
    color: #666;
}

/* 备案*/
.Wnqba{
    color:#333333;
}
/* 修改 2023-1-10 8：33*/
#tabQh {
    background: var(--blackBoxBackground);
    border: 1px dotted  #000
}
#tabQh :not(.act) {
    background: rgba(0,0,0,0);
}
#tabQh .act {
    background: #000;
    color: #fff;
}
#uiall{
    border: 1px dotted #000;
}
.uiall{
    border: 1px dotted  #000;
    background: #000;
}

.uiall :not(.act) {
    background: rgba(0,0,0,0);
    color: #e5e5e5;
}
.gfbSwiper #submitForm input::-webkit-input-placeholder, .gfbSwiper .submitForm1 input::-webkit-input-placeholder{
	color: #a9a9a9;
}
.gfbSwiper #submitForm input::-moz-placeholder, .gfbSwiper .submitForm1 input::-moz-placeholder{
	color: #a9a9a9;
}
.gfbSwiper #submitForm input:-moz-placeholder, .gfbSwiper .submitForm1 input:-moz-placeholder{
	color: #a9a9a9;
}
.gfbSwiper #submitForm input::-ms-input-placeholder, .gfbSwiper .submitForm1 input::-ms-input-placeholder{
	color: #a9a9a9;
}
.swiper-pagination-bullet {
    color: #999999;
    background-color: #999999;
}
.Wnqalert .content .name {
    color: #8d8d92;
}
.Wnqalert .title .title_a {
    color: #0c6be1;
}
/* 修改 2023-1-10 8：33 end*/
.WnqGg,.wnqContainer{
    border: 1px solid #0d0d0d;
}

.tabQhItem .WnqGgNr{
    margin-left: 1.5px!important;
}