@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;user-select:none; -webkit-user-select:none;}
html{
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}

.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
    background: rgba(0,0,0,0.3);
}

.wxk_logo {
	position: absolute;
	top: 6%;
	left: 4%;
	width: 70px;
	z-index:100;
}
.wxk_logo img {
	width: 100%;
}
.wxk_logo a {
	display: block;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);opacity:0.60;}
.wxk_logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);opacity:0.90;}

.nr {
	position: absolute;
	bottom: 12%;
	z-index: 100;
	left: 4%;
	overflow:hidden;
}
.nr dd.button {display: none;}

.nr dd.one {
	font-family: BrandonText-Black;
	font-weight: bold;
	font-size: 120px;
	color: #888;
	letter-spacing: -3px;
	padding-bottom: 15px;
	-webkit-animation:'title' 1.5s 1;
}
.nr dd.two {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #888;
	padding-bottom: 15px;
	-webkit-animation:'title' 3s 1;
}
@font-face
{
font-family: BrandonText-Black;
src: url('../../css/font/BrandonText-Black.otf')
}

/* 标题动画 */
@-webkit-keyframes container {
	0% {opacity: 0;-webkit-transform: translateY(60px);}	
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes container {
	0% {opacity: 0;transform: translateY(60px);}	
	100% {opacity: 1;transform: translateY(0);}
} 

.container {
	position: absolute;
	z-index: 50;
	top: 24%;
    left: 42%;
    width: 16%;
	text-align: center;
	-webkit-animation:'container' 3s 1;
}
.container dd.one {
	padding-bottom: 20px;
}
.container dd.one img {
	width: 100%;
}
.container dd.two {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #888;
}


.copyright {
	position: absolute;
	bottom: 6%;
	z-index: 100;
	left: 4%;
}
.copyright dd.logo {
	float: left;
	padding-right: 20px;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 20px;
	width: 120px;
	background-image: url(../images/wkun_logo.svg);
	background-repeat: no-repeat;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:1;
}
.copyright dd.b {
	height: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #888;
}
.copyright dd.b a {
	text-decoration:none;
	color: #888;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.b a:hover {
	text-decoration: none;
	opacity:1;
}
.copyright_y {
	position: absolute;
	top: 6%;
	z-index: 100;
	right: 4%;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #888;
}
.copyright_y a {
	text-decoration:none;
	color: #888;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
}
.copyright_y a:hover {
	text-decoration: none;
	opacity:0.70;
}

@media screen and (max-width: 1200px) {
.nr dd.one {font-size: 60px;}
.nr dd.two {font-size: 18px;}
}
@media screen and (max-width: 600px) {
html{background-image: url(../images/m-bg.jpg);background-position: 50% bottom;}
	
/* 按钮动画 */
@-webkit-keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
} 
.wxk_logo {top: 3%;left: 6%;width: 8%;}
.copyright_y {display: none;}
.nr {left: 6%;right: 6%;bottom: 2%;}
.nr dd.button {font-family: PingFangSC-Light;display: block;height: 46px;width: 100%;margin-bottom: 10px;background: rgb(230 230 230 / 30%);-webkit-backdrop-filter: saturate(100%) blur(30px);backdrop-filter: saturate(100%) blur(30px);font-size: 14px;border-radius: 10px;-webkit-animation:'button' 3s 1;}
.nr dd.button a {text-decoration: none;color: #888;display: block;height: 46px;width: 100%;display: flex;justify-content: center;align-items: center;}
.nr dd.button a:hover {text-decoration: none;}
.wechat_icon {padding-right: 5px;}
.nr dd.one {font-size: 54px;padding-bottom: 5px;}
.nr dd.two {font-size: 16px;line-height: 26px;font-family: PingFangSC-Light;}
.container {
	top: 22%;
    left: 30%;
    width: 40%;
}

.copyright {display: none;left: 6%;right: 6%;bottom: 4%;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 10px;height: 20px;line-height: 20px;text-align: center;letter-spacing: -0.5px;}
}