body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0
}
.bottom ul {
    padding-right: 50%;
}
.bottom div {
    height: 90px;
    width: 350px;
    margin: 10px auto;
}
body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: microsoft yahei,Simsun,Tahoma
}

.github-corner {
	border-bottom: 0;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 0;
	z-index: 1
}

.github-corner:hover .octo-arm {
	-webkit-animation: octocat-wave .56s ease-in-out;
	animation: octocat-wave .56s ease-in-out
}

.github-corner svg {
	color: #fff;
	fill: var(--theme-color,#42b983);
	height: 80px;
	width: 80px
}

.github-corner svg {
	color: #fff;
	fill: var(--theme-color,#42b983);
	height: 80px;
	width: 80px
}

td,th,caption {
	font-size: 14px
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

img {
	border: 0
}

ol,ul,li {
	list-style: none
}

input,textarea,select,button {
	font-size: 14px
}

table {
	border-collapse: collapse
}

html {
	overflow-y: scroll
}

.header {
	height: 50px;
	width: 100%;
	background: #f1f1f1;
	box-shadow: 0 2px 5px #b0b0b0;
	position: relative
}

#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 0%
}

.cate {
    width: 100%;
    background: #875cde;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 12px #b5c40d;
}

.cate_name {
	height: 40px;
	width: 100%;
	background: #2cbafc;
	overflow: hidden
}

.cate_name p {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	margin-left: 20px
}

.cate li {
	float: left;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 119px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 16px;
	transition: color .5s,background-color .5s;
	overflow: hidden
}

.cate li:hover {
	color: #fff;
	background: #333
}

.cate li b {
	width: 16px;
	height: 16px;
	font-weight: 400;
	background: #2cbafc;
	color: #fff;
	padding: 1px 3px;
	margin-left: 4px;
	font-size: 14px;
	border-radius: 2px
}

.clear {
	clear: both;
	height: 0
}

.side {
	position: fixed;
	bottom: 45px;
	left: 50%;
	width: 70px;
	height: 130px;
	margin-left: 497px
}

.side_div {
	width: 95px;
	height: 32px;
	background: #000;
	margin-top: 5px
}

#topp {
	background: url(../images/top.jpg)
}

#guestbook {
	text-align: center;
	line-height: 32px;
	transition: background-color .3s
}

#guestbook:hover {
	background: #dfdfdf
}

@media screen and (max-width:1200px) {
	.side {
		display: none
	}
}

@media screen and (max-width:960px) {
	#container {
		width: 98%;
		margin-top: 0%
	}

	.cate li {
		width: 20%;
		margin-right: -1px;
		height: 35px;
		line-height: 35px
	}

	.cate_name {
		height: 35px
	}

	.cate_name p {
		font-size: 21px;
		line-height: 35px
	}
}

@media screen and (max-width:800px) {
	.cate li {
		font-size: 15px;
		height: 30px;
		line-height: 30px
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 20px;
		line-height: 30px
	}
}

@media screen and (max-width:640px) {
	.cate li {
		width: 25%;
		font-size: 13px;
		height: 30px;
		line-height: 30px
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 17px;
		line-height: 30px
	}

	.cate li b {
		width: 16px;
		height: 16px;
		font-weight: 400;
		background: #2cbafc;
		color: #fff;
		padding: 2px 3px;
		margin-left: 4px;
		font-size: 10px;
		border-radius: 2px
	}
}

.ad img {
	width: 100%;
	margin-bottom: -3px;
	transition: opacity .5s
}

.ad img:hover {
	opacity: .7
}

#container .footer {
	border-radius: 0;
	height: 80px;
	margin-bottom: 0;
	opacity: .7
}

.footer p {
	text-align: center;
	line-height: 40px;
	color: #fff
}

.footer p a {
	color: #fff
}

.nav {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden
}

.nav li {
	float: left;
	text-align: center;
	display: block;
	width: 118px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ca5c5c;
	background: #e47653;
	border-radius: 0;
	font-size: 15px;
	transition: color .5s,background-color .5s;
	overflow: hidden
}

.nav li:hover {
	color: #fff;
	background: #333
}

.banner img {
	width: 100%;
	transition: opacity .5s;
	border-radius: 5px
}

.banner img:hover {
	opacity: .9
}

.app {
	box-shadow: 0 0 15px rgba(100,100,100,.1);
	overflow: hidden;
	border-radius: 0;
	background-color: #fff
}

.navi {
	font-size: 0;
	padding: 1px;
	text-align: center
}

.appico {
	width: calc(10% - 3px);
	margin: 7px 1px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	position: relative
}

.appico p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 13px;
	margin: 0;
	color: #000;
	overflow: hidden
}

.naicon {
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
	margin: 2px 13px
}

.appico img {
	width: 100%
}

.appico:hover .btn-raised {
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.24),0 0 2px -2px rgba(0,0,0,.4),0 1px 12px 0 rgba(0,0,0,.22);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.24),0 0 2px -2px rgba(0,0,0,.4),0 1px 12px 0 rgba(0,0,0,.22)
}

@media screen and (max-width:1200px) {
	.side {
		display: none
	}

	.faq {
		display: none
	}

	.xm {
		display: none
	}
}

@media screen and (max-width:960px) {
	body {
		background-size: 150%
	}
	.nav li {
		width: 25%;
		margin-right: -2px;
		height: 30px;
		font-size: 12px;
		line-height: 30px
	}

	.toptips li {
		width: 100%;
		margin-right: -2px;
		height: 35px;
		line-height: 35px
	}

	.good li {
		width: 25%;
		height: 35px;
		line-height: 35px
	}

	.cate li {
		width: 25%;
		margin-right: -1px;
		height: 35px;
		line-height: 35px
	}

	.cate_name {
		height: 35px
	}

	.cate_name p {
		font-size: 18px;
		line-height: 35px
	}

	.appico {
		width: calc(20% - 3px)
	}
}
@media screen and (max-width:960px) {
    #container {
		width: 98%;
		margin-top: 0%
    }
}
@media screen and (max-width:640px) {
    #container {
		width: 98%;
		margin-top: 0%
    }
}
@media screen and (max-width:480px) {
    #container {
		width: 98%;
		margin-top: 0%
    }
}
#topp {
    background: url(../images/top.jpg);
}