@charset "UTF-8";
*,
*:before,
*:after {
	box-sizing: inherit
}
html {
	font-size: 15px
}
body {
	font-size: 0.9rem;
	font-family: '微软雅黑', 'Helvetica Neue', sans-serif, SimHei;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	background: #fafafa
}
#git-footer {
	opacity: 1;
	background-color: #eeeeee;
	font-family: "Lato", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	width: 1050px;
	margin: 0 auto
}
#git-footer .mobile {
	font-size: 1.2em;
	margin-right: 0;
	padding-right: 9px;
	margin-bottom: 4px
}
#git-footer .item {
	width: 90px
}
#git-footer .item>a {
	font-size: 0.9em;
	color: #666 !important
}
#git-footer .item>a:hover {
	color: #4183c4 !important
}
#git-footer-main {
	background-color: #eeeeee;
	margin-top: 30px
}
#git-friend-link img {
	height: 23px;
	margin: 0 auto 2px
}
#git-header-nav .item {
	padding: 0.9em;
	font-size: 1.05rem
}
#gotop{
	display: none;
	width: 30px;
	height: 32px;
	position: fixed;
	right: 50px;
	cursor: pointer;
	bottom: 165px;
	border-radius: 10px;
	opacity: 3;
	background: url("/static/img/top.png") no-repeat 50% 50%;
	background-color: #bab3b2;
}
#sologan{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}
.col {
	color: #00b6ae;
}
.ui.android {
	width: 90px;
	height: 90px;
}
.clear {
	height: 60px;
	clear: both;
}
.function {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.brief {
	line-height: 22px;
	color: #6a6a6a;
}
.title {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 36px;
	font-weight: bold;
	color: white;
}
.i {
	margin: 50px 0px;
}
.left-i {
	float: left;
	margin-left: 95px;
	width: 390px;
}
.right-i {
	width: 390px;
	margin-right: 95px;
	float: right;
}
.content {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 24px;
	color: white;
	letter-spacing: 3px
}
.icon-i {
	float: left;
}
.ui.android.popup {
	width: 110px;
	height: 110px;
}
#git-footer {
	padding-left: 0;
	padding-right: 0;
}