.container {
  width: 141rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#wrap {width:100%;overflow-x:hidden}
#header {
  width: 100vw;
  z-index: 100;
  position: fixed;
  background: rgba(27, 27, 27, 0.8);
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  top:0;left:0;
}
#header .menu {
  text-align: center;
}
#header .menu a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2rem;
  margin: 0 3rem;
}
#header .menu a.point {
  color: #ec6941;
}
#header .top_btn {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width:80px;
}

#footer {
  background: #1b1b1b;
  padding: 11.5rem 0;
  color: #fff;
}
#footer .container:after {
  display: block;
  clear: both;
  content: "";
}
#footer .container > * {
  float: left;
}
#footer .logo {
  margin-right: 10rem;
  width: 13.9rem;
}
#footer #fnb {
  width: calc(100% - 23.9rem);
}
#footer strong {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5rem;
}
#footer ul {
  margin: 0 0 0 -1rem;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 1.5rem;
  position: relative;
}
#footer ul li:after {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 0;
  content: "/";
}
#footer ul li:last-child:after {
  display: none;
}
#footer p {
  font-size: 2rem;
  font-weight: 500;
}
#footer a {color:#fff;}
#footer a:hover,#footer a:focus {text-decoration:underline}


@media(max-width:1070px){
	#header .menu {text-align:left;}
}
@media(max-width:928px){
	#header {padding-right:90px;}
	#footer {padding:6rem 0}
	#footer .logo {margin:0 auto 3rem;float:none;display:block}
	#footer .desc {float:none;padding:0 1.5rem}
}
@media(max-width:600px){
	#header {height:50px;line-height:50px}
	#header .top_btn {width:50px}
	#header {padding-right:60px}
	#header .menu a {padding:0 1rem;margin:0;text-align:center;}
}