/*全局设置*/

body {
  background-color: #f0f0f0;
}
template, div.template, textarea.template {
  display: none;
}
a {
  color: #333;
}
a:hover {
  color: #E54D42;
}
header {
  background-color: #fff;
  height: 80px;
  padding-top: 10px;
}
header .am-container{ position: relative;}
.am-g-fixed {
  max-width: 1024px;
}
section {
  padding-top: 1rem;
}
section .inner {
  background-color: #f9f9f9;
  padding: 1rem;
}

/*logo*/
header .logo{ position: absolute;}

/*导航条*/

nav {
  left:220px;
  top:10px;
  position: absolute;
  z-index: 1;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  margin-right: 10px;
  float: left;
  clear: none;
}
nav ul li.active a {
  border-bottom: 2px solid #E54D42;
  color: #E54D42;
}
nav ul li a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
}
nav ul li ul {
  background: #fff;
  margin-bottom: 0;
  display: none;
}
nav ul li:hover a {
  border-bottom: 2px solid #E54D42;
  color: #E54D42;
}
nav ul li:hover ul {
  display: block;
}
nav ul li:hover ul li a {
  border-bottom: 2px solid transparent;
  color: #333;
}
nav ul li ul li {
  float: none;
  text-align: center;
  margin-right: 0;
}
nav ul li ul li a {
  padding: 5px 0;
}
nav ul li ul li:hover a {
  border-bottom: 2px solid transparent;
  color: #fff;
  background: #E54D42;
}

/*登录按钮*/
header .login{ position: absolute;right:0;top:15px;}

/*选项卡可选中文字*/

.am-tabs-bd {
  -moz-user-select: text !important;
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/*主要内容*/


/*尾部*/

footer {
  background-color: #2D3237;
  margin-top: 1rem;
}
footer .top {
  color: #e1e1e1;
  padding-top: 1rem;
  font-size: .9rem;
}
footer .bottom {
  background-color: #23282D;
  padding: 1rem 0;
  margin-top: 1rem;
  font-size: .8rem;
  color: #666;
}
