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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #ffffff;
	background-size: cover;
	background-attachment: scroll;
	/* 顶层为高清背景，底层为浅色占位，避免黑闪 */
	background-image: url(https://img.alicdn.com/imgextra/i4/2962834860/O1CN01nwl3ug1llvyTWZgST_!!2962834860.jpg), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><rect fill='%23f5f5f5' width='100%' height='100%'/></svg>");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
}

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: 14%;
	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);
}
.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.70;
}

/* 标题动画 */
@-webkit-keyframes title {
	0% {opacity: 0;-webkit-transform: translateX(60px);}	
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@keyframes title {
	0% {opacity: 0;transform: translateX(60px);}	
	100% {opacity: 1;transform: translateX(0);}
} 
.nr {
	position: absolute;
	bottom: 12%;
	z-index: 100;
	left: 4%;
	overflow:hidden;
}
.nr dd.one {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 80px;
	color: #FFFFFF;
	padding-bottom: 15px;
	-webkit-animation:'title' 1.5s 1;
}
.nr dd.two {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 15px;
	-webkit-animation:'title' 3s 1;
}

.container {
	position: absolute;
	z-index: 50;
	bottom: 10%;
	right: 4%;
	width: 12%;
	text-align: center;
}
.container dd.one {
	padding-bottom: 20px;
}
.container dd.two {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #FFFFFF;
}


.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: 20px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
	-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: #FFFFFF;
}
.copyright_y a {
	text-decoration:none;
	color: #FFFFFF;
	-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-color: #ffffff;
background-attachment: scroll;
/* 顶层为移动端高清背景，底层为浅色占位 */
background-position: 40% center, 40% center;
background-image: url(https://img.alicdn.com/imgextra/i4/2962834860/O1CN01NAbqEn1llvyUtwX2O_!!2962834860.jpg), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><rect fill='%23f5f5f5' width='100%' height='100%'/></svg>");
background-repeat: no-repeat, no-repeat;
}
/* 移动端LOGO动画 */
@-webkit-keyframes wxk_logo {
	0% {opacity: 0;-webkit-transform: translateY(-20px);}	
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes wxk_logo {
	0% {opacity: 0;transform: translateY(-20px);}	
	100% {opacity: 1;transform: translateY(0);}
} 
@media screen and (max-width: 600px) {
    .wxk_logo {
        top: 7%;
        left: 25%;
        width: 45%;
        -webkit-animation: 'wxk_logo' 3s 1;
    }
}
.copyright_y {display: none;}
.nr {left: 6%;right: 6%;bottom: 7%;}
.nr dd.one {font-size: 54px;padding-bottom: 5px;font-family: PingFangSC-bold;}
.nr dd.two {font-size: 16px;line-height: 26px;font-family: PingFangSC-Light;}
.container {display: none;}
.copyright {left: 6%;bottom: 4%;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 10px;font-family: PingFangSC-Light;}
}

/* 固定 code.svg 尺寸 */
img[src$="images/code.svg"] {
	width: 230px;
	height: 230px;
	object-fit: contain;
	display: inline-block;
}