body{ color:#000000; font-family: 'Open Sans', sans-serif;}
 * {}
a{text-decoration:none;color: #FFFFFF;} /*a:hover{ text-decoration:underline;}*/
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:block;}
.clear{ clear:both;}/* 清除浮动*/
 .right-qq{
	 background: rgb(1, 147, 207);
	 width: 0.5rem;
	 height: 0.5rem;
	 padding: 0.1rem;
	 position: fixed;
	 right: 0.2rem;
	 top: 5rem;
 }
  .right-qq img{
	  width: 100%;
	  height: 100%;
  }
  .topbar{
  	background: #2e2e2e;
  	position: fixed;
  	top: 0;
  	width: 100vw;
  	height: 1rem;
	z-index: 999;
  }
  .topbar .navbar-brand img{
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	height: 0.8rem;
  	margin-top: 0.1rem;
  }
  .topbar span{
  	color: #fff;
  }
  #navBtn{
	  height: 0.6rem;
	  margin-top: 0.2rem;
	  margin-left: 0.2rem;
  }
    #side-navbar {
  	background-color: rgba(0,0,0,0.8);
	padding-left: 0.6rem;
	padding-right: 0.6rem;
  	position: fixed;
	z-index: 999;
  	padding-top: 1rem;
	height: 100%;
	left: 0;
	display: none;
  }
  #side-navbar li{
	  text-align: left;
	  margin-top: 0.3rem;
	  font-size: 0.32rem;
  }
  #side-navbar a{
	  color: #FFFFFF;
  }
    #side-navbar .active a{
		color: #069BF0;
	}
	
#footer{
	background: #2E2E2E;
	color: #fff;
	font-size: 0.28rem;
	padding: 0.2rem 0;
}
#footer p{
	text-align: center;
}
#footer img{
	display: inline;
	vertical-align: middle
}
#footer div {
	text-align: center;
	color: #fff;
}
#footer .num{
	padding-bottom: 10px;
}

 