a,body,div,html,img,li,p,span,ul {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none
}

ul {
	list-style: none
}

.logo {
	float: left;
	display: block;
	height: 30px;
	width: 120px;
	margin: 10px 20px 0px 5px;
	background: url("/diwang1.png");
	background-size: cover;
}

#bg {
	height: 1000px;
	background-position: top center,center center;
	-webkit-text-size-adjust: 100%;
	background-attachment: fixed;
	-webkit-animation: scrollToup 5s linear infinite;
	animation: scrollToUp 20s linear infinite;
	background-color: #161616;
	background-image: url("/")
}
.announcement {border-radius: 2px;padding: 0 10px;height: 40px;}
.announcement .glyphicon {margin-right: 5px;top: -10px;}
.glyphicon {position: relative;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.announcement .glyphname {height: 36px;line-height: 36px;overflow: hidden;display: inline-block;}

@-webkit-keyframes scrollToUp {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 0 -250px
	}
}

@-webkit-keyframes scrollToUp {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 0 -250px
	}
}

.header {
	height: 60px;
	width: 1180px;
	margin: 0 auto;
	margin: 0px auto 13px auto;
	border-radius: 5px;
	background: #7c7a8b;
	box-shadow: 0 0 15px #d56eff;
	font: 11px Tahoma,'Microsoft Yahei',Simsun;
/*position:fixed;z-index:100;*/
}

.main {
	height: 100%;
	width: 1180px;
	margin: 0 auto;
	padding: 10px 0 0px 0
} /*原 padding:60px 0 0px 0;*/
.column {
	background-color: #131314;
	border-radius: 10px;
	margin: 10px 0 11px 0;
	border: 0px solid #535353;
	box-shadow: 0 0 10px #797979;
}

.bar {
	height: 20px;
}

.title {
	height: 22px;
	font-weight: 600;
	color: #ff3077;
	text-indent: 15px;
	float: left;

	font: 15px/26px Tahoma,'Microsoft Yahei',Simsun
}

.list {
	padding: 10px 0px 0px 0px
}

.list a {
	height: 27px;
	width: 132.2px;
	margin: 0px 0px 10px 15.3px;
	font: 13.3px/24px Tahoma,'Microsoft Yahei',Simsun;
	color: #fff;
	background: no-repeat 0px center;
	overflow: hidden;
	display: block;
	float: left;
	transition: all .35s;
	position: relative;
	z-index: 1
}

.list a:hover {
	color: #fff;
	background: none
}

.list a:before {
	visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(255,51,102,.7);
	z-index: -1;
	transform: skew(45deg,0);
	transition: all .35s;
}

.list a:hover:before {
	visibility: visible;
	width: 150%;
	left: -25%;
}

.list a img {
	height: 12px;
	width: 12px;
	margin: 6px 4px 0px 4px;
	border-radius: 3px;
	float: left;
	overflow: hidden
}

.app {
	margin: 0px 0px 10px 0px
}

.app ul li {
	width: 98.1px;
	margin: 14px 0px 5px 0px;
	text-align: center;
	float: left
}

.app ul li img {
	margin: 0 auto;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 6px
}

.app ul a {
	font: 11px/28px Tahoma,'Microsoft Yahei',Simsun;
	color: #dcdcdc;
	overflow: hidden;
	white-space: nowrap
}

.app ul a:hover img {
	transform: scale(1.5);
	transition: transform .3s ease-in-out 0s
}

.jp {
	font-weight: bold;
	background-image: -webkit-linear-gradient(left,#FFFFBD,#E7A138 16.66%,#EDB63C 33.33%,#FFFFBD 50%,#E7A138 66.66%,#EDB63C 83.33%,#FFFFBD);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: transparent;
	background-size: 200% 100%;
	animation: light 2s linear infinite
}

.lk:hover {
	background-image: -webkit-linear-gradient(left,#FFFFBD,#E7A138 16.66%,#EDB63C 33.33%,#FFFFBD 50%,#E7A138 66.66%,#EDB63C 83.33%,#FFFFBD);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: transparent;
	background-size: 200% 100%;
	animation: light 2s linear infinite
}

@-webkit-keyframes light {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0
	}
}

.xz {
	animation: mrlogo 8s linear infinite;
}

@-webkit-keyframes mrlogo {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@media only screen and (max-width:640px) {
.main,.header,.column,.list {
		width: 98%;
		margin: 10px 4px;
	}

	.list a img {
		margin: 6px 2px 0px 0px;
		display: block
	}
	.list a {
		margin: 0 0 10px 3.5px;
		width: 24%
	}
	.announcement{ display:none;}
	.app ul li {
		width: 20%
	}
}