﻿body,html{
	font-family: "微软雅黑";
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #110022;
}

.pc{
	position: relative;
	width: 100%;
	height: 100%;
}

.loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/loading-bg.png) no-repeat center center #000000;
	background-size: auto 100%;
	z-index: 1000;
}
.loading .loading-con{
	position: absolute;
	margin-left: -265px;
	left: 50%;
	top: 8.4%;
}
.loading .loading-logo{
	position: absolute;
	left: 147px;
	width: 239px;
}
.loading .loading-logo img{
	width: 100%;
	height: auto;
}
.loading .loading-text{
	position: absolute;
	/*top: 395px;*/
	/*width: 530px;*/
	top: 345px;
	width: 820px;
	left: -145px;
	word-wrap:break-word;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #c9aee6;
}
.loading .loading-bg{
	position: absolute;
	width: 530px;
	height: 20px;
	border-radius: 20px;
	background: #340655;
	top: 540px;
	display: none;
}
.loading .loading-bar{
	position: absolute;
	width: 0px;
	height: 20px;
	border-radius: 20px;
	background: #c6aae5;
	top: 540px;
	display: none;
}
.loading .num{
	position: absolute;
	width: 95px;
	height: 95px;
	line-height: 95px;
	margin-left: -47.5px;
	margin-top: -47.5px;
	left: 50%;
	top: 50%;
	font-size: 40px;
	color: #FF00F0;
	text-align: center;
}
.loading .icon{
	position: absolute;
	width: 118px;
	height: 118px;
	margin-left: -59px;
	margin-top: -59px;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
	background: url(/img/loading.png) no-repeat center center;
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
.loading .yes-btn{
	position: absolute;
	left: 162px;
	top: 540px;
	display: none;
	cursor: pointer;
}

.bg{
	position: absolute;
	width: 100%;
}
.bg canvas{
	width: 100%;
	height: auto;
}

.logo{
	position: absolute;
	width: 14.8%;
	margin-left: -7.4%;
	left: 50%;
}
.logo img{
	width: 100%;
	height: auto;
}
.logo canvas{
	width: 100%;
	height: auto;
}

.menu{
	position: absolute;
	width: 51.3%;
	margin-left: -25.65%;
	left: 50%;
	top: 33.5%;
}
.menu .nav_bg{
	position: absolute;
	width: 100%;
}
.menu .show_nav{
	position: absolute;
	width: 100%;
	display: none;
}
.menu .nav_bg img{
	width: 100%;
	height: auto;
}
.menu .show_nav img{
	width: 100%;
	height: auto;
}
.menu svg#svg{
	position: relative;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.tab{
	position: absolute;
	width: 40.4%;
	left: 49.4%;
	top: 148px;
	display: none;
}
.tab img.tab-bg{
	position: absolute;
	width: 100%;
	height: auto;
}
.tab svg#lineSvgBg{
	position: absolute;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.tab-hot{
	display: none;
}


.warn{
	position: absolute;
	width: 36.9%;
	margin-left: -18.45%;
	left: 50%;
	top: 579px;
}
.warn .gonggao{
	position: absolute;
	width: 100%;
}
.warn .gonggao img{
	width: 100%;
	height: auto;
}
.warn marquee{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #ffde00;
	width: 77.6%;
	left: 19%;
}

.bottom-icon{
	position: absolute;
	width: 31.8%;
	margin-left: -15.9%;
	left: 50%;
	top: 667px;
}
.bottom-icon img{
	width: 100%;
	height: auto;
}

.copy{
	position: absolute;
	width: 23.9%;
	margin-left: -11.95%;
	left: 50%;
	top: 713px;
}
.copy img{
	width: 100%;
	height: auto;
}

.hello-code{
  position: absolute;
  top: 0;
  right: 32%;
  width: 8.3%;
  font-size: 16px;
  font-weight: bold;
  color: #ffe900;
  text-align: center;
}
.hello-code img{
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}

.app-code{
	position: absolute;
	top: 0;
	right: 9.3%;
	width: 8.3%;
	font-size: 22px;
	font-weight: bold;
	color: #ffe900;
	text-align: center;
}
.app-code img{
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}

.h5-code{
	position: absolute;
	top: 0;
	right: 20.7%;
	width: 8.3%;
	font-size: 22px;
	font-weight: bold;
	color: #ffe900;
	text-align: center;
}
.h5-code img{
	width: 120px;
  height: 120px;
	margin-bottom: 5px;
}

a.make{
	position: absolute;
	display: block;
	width: 11.1%;
	right: 9.3%;
	top: 210px;
}
a.make img{
	width: 100%;
	height: auto;
}

a.down-btn{
	position: absolute;
	right: 8%;
	top: 268px;
	width: 14.1%;
}
a.down-btn canvas{
	width: 100%;
	height: auto;
}

a.contact{
	position: absolute;
	right: 13.6%;
	top: 418px;
	width: 4.8%;
	-webkit-animation: contact 12s infinite linear;
	animation: contact 12s infinite linear;
}
@-webkit-keyframes contact{
	50%{
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes contact{
	50%{
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
a.contact img{
	width: 100%;
	height: auto;
}



.m{
	display: none;
	width: 100%;
	height: 100%;
	background: url(/img/m/bg.jpg) no-repeat center top #000000;
	background-size: 100% auto;
}
.m .m-logo{
	width: 2.88rem;
	margin: 0 auto;
	padding-top: 0.69rem;
}
.m .m-logo img{
	width: 100%;
	height: auto;
}
.m .ht-con{
	width: 4.62rem;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.m a.m-ht{
	display: block;
	width: 1.68rem;
	height: 0.58rem;
	line-height: 0.58rem;
	text-align: center;
	font-size: 0.26rem;
	color: #ecd8b2;
	background: url(/img/m/ht-btn.png) no-repeat center center;
	background-size: 100% 100%;
	float: right;
}
.m .inp1{
	display: block;
	width: 3.72rem;
	padding-left: 0.9rem;
	height: 0.76rem;
	line-height: 0.76rem;
	font-size: 0.26rem;
	color: #ecd8b2;
	background: url(/img/m/inp1.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 0.1rem;
}
.m .inp2{
	display: block;
	width: 3.72rem;
	padding-left: 0.9rem;
	height: 0.76rem;
	line-height: 0.76rem;
	font-size: 0.26rem;
	color: #ecd8b2;
	background: url(/img/m/inp2.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.m a.login{
	display: block;
	width: 4.63rem;
	margin: 0 auto;
	margin-top: 0.33rem;
}
.m a.login img{
	width: 100%;
	height: auto;
}
.m .remember{
	width: 4.64rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}
.m .remember .line{
	float: left;
	width: 1.34rem;
	height: 1px;
	background: #6f6146;
	margin-left: 0.05rem;
	margin-top: 0.12rem;
}
.m .remember .line.ts{
	float: right;
	margin-left: 0rem;
	margin-right: 0.05rem;
}
.m .remember .circle{
	float: left;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	border: solid 0.02rem #8c7b5a;
	margin-left: 0.28rem;
}
.m .remember .circle span{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #ecd8b2;
	margin-top: 0.05rem;
	margin-left: 0.05rem;
}
.m .remember .text{
	float: left;
	font-size: 0.24rem;
	color: #ecd8b2;
	margin-left: 0.13rem;
	line-height: 0.2rem;
	height: 0.2rem;
}
.m .btn-group{
	width: 4.64rem;
	margin: 0 auto;
	margin-top: 0.45rem;
}
.m .btn-group a{
	display: block;
	float: left;
	width: 2.16rem;
}
.m .btn-group a.btn2{
	float: right;
}
.m .btn-group a img{
	width: 100%;
	height: auto;
}
.m .version{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.2rem;
	color: #766d5a;
	bottom: 0.3rem;
}

.m .m-alert{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	display: none;
}
.m .m-alert a.back-btn{
	display: block;
	width: 0.66rem;
	margin-left: 0.19rem;
	margin-top: 0.18rem;
}
.m .m-alert a.back-btn img{
	width: 100%;
	height: auto;
}
.m .m-alert .alert-logo{
	width: 2.5rem;
	margin: 0 auto;
	margin-top: 0.33rem;
}
.m .m-alert .alert-logo img{
	width: 100%;
	height: auto;
}
.m .m-alert .txt{
	width: 3.06rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}
.m .m-alert .txt img{
	width: 100%;
	height: auto;
}
.m .m-alert .btn-group{
	width: 4.84rem;
	margin: 0 auto;
	margin-top: 0.75rem;
}
.m .m-alert .btn-group a{
	display: block;
	width: 2.36rem;
	float: left;
}
.m .m-alert .btn-group a.ios{
	float: right;
}
.m .m-alert .btn-group a img{
	width: 100%;
	height: auto;
}
.m .m-alert a.m-make{
	display: block;
	width: 4.86rem;
	margin: 0 auto;
	margin-top: 0.35rem;
}
.m .m-alert a.m-make img{
	width: 100%;
	height: auto;
}


.alert{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(91,91,91,0.9);
	display: none;
}
.alert .con{
	position: absolute;
	width: 12.6rem;
	margin-left: -6.3rem;
	left: 50%;
	top: 0.32rem;
}
.alert .bt{
	width: 100%;
	border-bottom: solid 0.02rem #ffffff;
}
.alert .bt .wz{
	float: left;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 0.18rem;
	margin-left: 0.32rem;
	color: #fff;
}
.alert .bt .close-alert{
	float: right;
	width: 0.23rem;
	margin-right: 0.37rem;
	margin-top: 0.11rem;
}
.alert .bt .close-alert img{
	width: 100%;
	height: auto;
}
.alert .l-con{
	float: left;
	margin-left: 0.32rem;
}
.alert .l-con .txt1{
	font-size: 0.24rem;
	color: #fff;
	margin-top: 1rem;
}
.alert .l-con .txt2{
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.3rem;
}
.alert .l-con .code{
	width: 2.8rem;
	margin-left: 1.65rem;
	margin-top: 0.75rem;
}
.alert .l-con .code img{
	width: 100%;
	height: auto;
}
.alert .l-con .txt3{
	font-size: 0.2rem;
	color: #fff;
	width: 2.8rem;
	margin-left: 1.65rem;
	margin-top: 0.35rem;
	text-align: center;
}
.alert .r-con{
	float: right;
	width: 5.35rem;
	background: #555555;
	margin-top: 0.4rem;
	padding-bottom: 0.11rem;
}
.alert .r-con ul li{
	float: left;
	width: 1.2rem;
	margin-left: 0.11rem;
	margin-top: 0.11rem;
	cursor: pointer;
}
.alert .r-con ul li img{
	width: 100%;
	height: auto;
}

.showPic{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.showPic .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(91,91,91,0.9);
}
.showPic .con{
	position: absolute;
	width: 4.7rem;
	height: 4.25rem;
	left: 50%;
	top: 50%;
	margin-left: -2.35rem;
	margin-top: -2.125rem;
}
.showPic .con .arrow-left{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0.52rem;
	height: 0.97rem;
	margin-top: -0.485rem;
}
.showPic .con .arrow-left img{
	width: 100%;
	height: auto;
}
.showPic .con .arrow-right{
	position: absolute;
	right: 0px;
	top: 50%;
	width: 0.52rem;
	height: 0.97rem;
	margin-top: -0.485rem;
}
.showPic .con .arrow-right img{
	width: 100%;
	height: auto;
}
.showPic .con .pic{
	position: absolute;
	width: 2.7rem;
	height: 4.25rem;
	left: 50%;
	margin-left: -1.35rem;
}
.showPic .con .pic img{
	width: 100%;
	height: auto;
}

.m-course{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	display: none;
}
.m-course .left{
	position: absolute;
	margin-top: -0.365rem;
	top: 50%;
	left: 0.2rem;
	width: 0.57rem;
}
.m-course .left img{
	width: 100%;
	height: auto;
}
.m-course .right{
	position: absolute;
	margin-top: -0.365rem;
	top: 50%;
	right: 0.2rem;
	width: 0.57rem;
}
.m-course .right img{
	width: 100%;
	height: auto;
}
.m-course .title{
	position: absolute;
	background: url(/images/color.png) no-repeat;
	height: 42px;
	line-height: 42px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #1b1a1f;
	padding-left: 20px;
	top: 40px;
}
.m-course .img{
	position: absolute;
	margin-top: -4.08rem;
	top: 50%;
	left: 50%;
	width: 4.59rem;
	margin-left: -2.295rem;
}
.m-course .img img{
	width: 100%;
	height: auto;
}
.m-course .close{
	position: absolute;
	top: 0.05rem;
	right: 0.05rem;
	width: 0.5rem;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	font-family: "微软雅黑";
	font-size: 0.3rem;
	color: #000000;
}



@media screen and (max-width: 1024px) {
	.pc{
		display: none;
	}
	html,body{
		background: #000000;
	}
	.m{
		display: block;
	}
}
