@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'pingFangSC-Medium';
	src: url('PingFang Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
html,body{
	background: #000;
	font-family: "pingFangSC-Medium",Arial,"Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #3E3E3E;
}
textarea,
input {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #3E3E3E;
}
a:hover {
	color: #3E3E3E;
}
img{
	display: block;
	border: none;
	width: 100%;
}
ul,li {
	list-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button {
	-webkit-appearance: none;
	font-size: 12px;
}

::selection {
	background: #0f0f22;
	color: #fff;
}
textarea {
	-webkit-appearance: none;
}
.animate {
	transition: all 0.5s cubic-bezier(0.25, 0, 0, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0, 0, 1);
}
.loading{
	width: 100%;
	height: 10px;
	position: fixed;
	left: 0px;
	top: calc(50% - 5px);
}
.loading:before{
	width: 100%;
	height: 1px;
	background: #3E3E3E;
	opacity: .5;
	position: absolute;
	left: 0px;
	top: 50%;
	content: '';
}
.loading span{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	background: #e5bf8e;
}
.loading b{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -30px;
	text-align: center;
	font-size: 24px;
	
}
.loading.active{
	opacity: 0;
	visibility: hidden;
}



.tipsMsg{
	width: 60%;
	height: auto;
	position: fixed;
	left: 20%;
	background: rgba(225, 0, 0, .8);
	line-height: 30px;
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
	bottom: -45px;
	border-radius: 30px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.tipsMsg.active{
	bottom: 10px;
}

.toast{
	width: 120px;
	height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	background: rgba(0,0,0,.7);
	margin-left: -60px;
	margin-top: -60px;
	z-index: 500;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
}
.toast.active{
	opacity: 1;
	visibility: visible;
}
.toast:after{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 20px;
	background: url(../../images/tips_icon.png) no-repeat;
	background-size: auto 50px;
	content: '';
}
.toast.warn:after{
	background-position: -50px 0px;
}
.toast span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	color: #FFFFFF;
	font-size: 1.2rem;
	top: 80px;
}
.backTop {
	position: fixed;
	z-index: 99;
	right: 50px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	background: #FFF url(../../../images/backTop.png) 0 0 no-repeat;
	box-shadow: 0 0 20px rgba(112, 61, 61, 0.2);
	cursor: pointer
}

.backTop:hover {
	background: #3eb45e url(../../../images/backTop.png) 0 -50px no-repeat
}

.backTop.active {
	bottom: 50px
}

#wavify {
    position: relative;
    display: block;
    height: 200px;
    margin-top: 100px;
}
  
.wavify {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    z-index: 1;
  }
  
  .wavify + .wavify {
    z-index: 2;
  }
  svg:not(:root) {
    overflow: hidden;
}
#site-background {
    position: fixed;
    width: 100vw;
	overflow: hidden;
	height: 100vh;
	left: 0px;
	top: 0px;
  }
  #site-background .layer-wrapper {
    position: fixed;
    height: 100vh;
    z-index: -999;
    top: 0;
    left: 0;
    width: 100vw;
  }
  #site-background .layer-wrapper > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
}
#site-background .layer-wrapper .element1 {
    top: -120px;
    left: 10%;
}
#site-background .layer-wrapper > div > div {
    position: absolute;
}
#site-background .layer-wrapper div img {
    animation: 25s ease 0s infinite alternate none running zoom;
    transition: all 0.4s ease 0s;
}
#site-background .layer-wrapper .layer1 img {
    animation-delay: 2s;
    animation-duration: 30s;
}
#site-background .layer-wrapper .element2 {
    top: -170px;
    left: 40%;
}
#site-background .layer-wrapper .element5 {
    right: -10%;
    top: 50vh;
}
#site-background .layer-wrapper .element3 {
    top: 200px;
    right: -5%;
}
#site-background .layer-wrapper div img {
    animation: 25s ease 0s infinite alternate none running zoom;
    transition: all 0.4s ease 0s;
}
#site-background .layer-wrapper .element4 {
    left: -35%;
    top: 10vh;
    transform: scale(0.9) rotate(50deg);
}
#site-background .layer-wrapper .element6 {
    top: 55vh;
    left: 25%;
    transform: scale(0.7) rotate(80deg);
}
@keyframes zoom {
    0% {
      transform: scale(.7) rotate(0deg);
    }
  
    30% {
      transform: scale(.95) rotate(40deg);
    }
  
    60% {
      transform: scale(.8) rotate(20deg);
    }
  
    100% {
      transform: scale(1) rotate(60deg);
    }
  }
