@CHARSET "UTF-8";
body{
	font-family:"Microsoft YaHei",sans-serif;
}
.navbar-default{
	background-color: #fff;
	background-color: #ABCDEF;
	border:none;
	box-shadow:0px 0px 2px 0px rgba(50,50,50,3);
}
.navbar-default .navbar-brand{
	font-size:30px;
	font-weight: bold;
	color:#ABCDEF;
	height:60px;
	line-height: 35px;
}

.navbar-default .navbar-nav>li>a{
	font-size:16px;
	font-weight: bold;
	color:#666;
	height:60px;
	line-height: 35px;
}
.navbar-nav>li .icon{
	margin:10px 5px 0 0;
}

.navbar-toggle{
	margin-top:17px;
}
.navbar-default .navbar-toggle{
	border-color:#ABCDEF;
	background-color: pink;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #ABCDEF;
}
#download{
	height: 100%;
	width: 100%;
	text-align:center;
	padding:60px 0;
	margin-top: 60px;
	
}
#download h1{
	margin-top:0;
	margin-bottom:25px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
#download .form-control{
	width:500px;
	height:50px;
}
}
@media screen and (max-width: 767px) {
#download .form-control{
	width:320px;
	height:50px;
}
.input-group{
	display:inline-block;
}
}
#download .btn{
	width:80px;
	height:50px;
	font-size:18px;
}
#content{
	font-size:16px;
	padding:10px 0;
}

#list table{
	width:100%;
}
#list h2{
	text-align:center;
	padding:30px 0;
}
.btnlang{
	padding-right:10px;
}
#weixincode{
	height: 100%;
	width: 100%;
	text-align:center;
	padding:16px 0 0 0;
	margin-top: 70px;
	
}
#codeArea h2{
	text-align:center;
	padding-top:30px;
}
#codeArea .solution{
	font-size:16px;
	margin-top:30px;
	text-align: right;
}
#codeArea .solution .solutiontitle{float:left;padding:0;margin:0;}
#codeArea .solution .btn{
	padding:5px;
}
footer{
	padding:20px 0 10px 0;
	margin-top: 15px;
	text-align:center;
	font-size:14px;
	color:#555;
	line-height:14px;
	border-top:solid 1px #ccc;

}
.pagenotfound{
	text-align:center;
	padding:110px 0 10px 0;
}
.contactme{
	text-align:center;
}

a.backToTop 
{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 50px;   /*页边距*/
	right: 50px; /*页边距*/
	background: url(/images/top.gif) no-repeat -51px 0;
	display: none;
}
a.backToTop:hover {
	background-position: -113px 0;
}
.aboutMeHead{
	padding-top:30px;
	border-bottom:solid 1px #ccc;
}
.aboutMeContent{
	padding:10px 0;
	font-size:14px;
	color:#333;
	line-height:30px;
}
.contributeHeader{
	margin-top:50px;
	border-bottom:solid 1px #ccc;
}
.contributeHeader>h2{
	
	text-align: center;
}
.contributeTips{
	margin: 20px 0 5px 0;
	line-height:24px;
}
.contributeContent .control-label{
	text-align: left;
}
.contributeContent{
	margin: 10px 0;
	padding:20px 0;
	text-align: center;
}

#editor {
        position: absolute;
        width: 500px;
        height: 400px;
    }
#tongji a{display:none;}