@charset "utf-8";
/* CSS Document */



body{
	
	font: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

*{
	
	font-size:12px;
}

			.main{display: none;}
			.Copyright{display: none;}
			.foot{display: none;}
			.m-main{ display: block;}
			body {background:#fff;}

/*全部初始化*/
* {
	margin:0px;
	padding:0px;
	transition:.2s;

}


img {
	border:0px;
}


html,body {
	height:100%;
}
body {
	margin:0 auto;
}

a {
	text-decoration:none;
}

div {
	margin:auto;
}

.m-main .top{
    z-index: 10;
}

.m-main .top img {
    display: inline-block;
    height:auto;
    width:50%;
	margin-left: 3%;
	
}
.m-main .top .nav{
	display: inline-block;
	float: right;
    margin-top: 4.5%;

}
.m-main .top ul{
	
	
}


/*上导航条*/
.m-main .top li{
	display: inline-block;
	list-style: none;
	margin-left: 10px;  
	color: #30333c;
}

.m-main .top li a{
	line-height: 20px;
	color: #0D0C0C;
	display: block;
	padding: 0px 5px;
	height:20px;
	border:1px solid rgba(0,0,0,0);
	opacity:0.8;
	font-size: 50px;

	border-radius:6px;
}

.m-main .top li  .new{
	background: url(../img/n.png) no-repeat right top;
	
}



/*slogan*/
.m-main .slogan{
	width: auto;
	margin-top: 10px;
	background:url(../img/slogan.png) no-repeat top ;
	
}

/*全部下载*/
.m-main .slogan .big{
	font-size: 90px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 20px;
	padding-top: 80px;
}
.m-main .slogan .little{
	font-size: 40px;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 20px;

	color: #616161;
	
}
.m-main .slogan a{
	display: block;
	margin:0 auto;
	margin-top: 120px;
    width: 75%;
    height: 120px;
	line-height: 120px;
	border-radius:80px;
	background: #0066FF;
	text-align: center;
	font-size: 45px;
	color: white;
}



.gd {
	width:100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.ts {
	background:#F7F8F9;
	height: 120px;
	width: 90%;
	font-size: 35px;
	color: #585F67;
	line-height: 120px;
	text-align: center;
	margin-top: 80px;
	border-radius:20px;
	 -webkit-backdrop-filter: blur(15px); 
    /* Google Chrome */
    backdrop-filter: blur(15px); 
 
    background-color: rgba(236,236,236,0.50);
}
.appdown{
    background: url(../img/appdownbg.png) no-repeat;
    background-size:contain;
    width: 90%;
    height: 50rem;
    display: block;
    margin: 0 auto;
}
.text{
    background: url(../img/text.png) no-repeat;
    background-size:contain;
    width: 90%;
    height: 24rem;
    display: block;
    margin: 0 auto;
}

.m-main .m-foot{
	background:  rgba(236,236,236);
	color: #424242;
	line-height: 55px;
	font-size: 35px;
	padding: 30px;
	text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
}


/* 二维码*/
.qr{
	position:fixed; 
	width:100%;
	height: 100%;
	    -webkit-backdrop-filter: blur(20px); 
    /* Google Chrome */
    backdrop-filter: blur(20px); 

    background-color: rgba(0,0,0,0.80);
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	transition:.2s;
}

.qr{
	display:none;
}
.qr .m-pop {
	margin: 0 auto;
	display: block;
	height: 600px;
	width: 50%;
	background: #FFFFFF;
	border-radius:20px;
	padding-top: 50px;
	margin-top: 350px;
	

}
.qr .m-pop img{
	margin: 0 auto;
	display: block;
	
	
}
.qr .m-pop a{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 80px;
	background: #0066FF;
	text-align:center;
	font-size: 40px;
	line-height: 76px;
	color: white;
	border-radius:20px;
	margin-top: 15PX;
}
.qr .m-pop p{
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}
.qr .m-pop p font{
    font-size: 26px;
    color: #0066FF;
}
