/*黑色*/
/* 土色 */
/* 红色 */
/* 蓝色 */
.header-container {
  background-color: #F3F3F3;
}
.header {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
.header .logo {
  vertical-align: middle;
}
.header .name {
  display: inline-block;
  font-weight: bold;
  color: #cea775;
  font-size: 22px;
  vertical-align: middle;
}
.header .switch_area {
  margin-left: 20px;
  width: 88px;
  height: 28px;
  background: #dbba79;
  border-radius: 14px;
  font-size: 12px;
  padding: 6px;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header .switch_area img{
  position: relative;
  top: 2px;
  width: 13px;
}
.header .contact {
  float: right;
  height: 60px;
  line-height: 60px;
}
.header .contact span {
  font-size: 14px;
  color: rgba(16, 29, 55, 0.3);
  vertical-align: middle;
}
.header .contact a {
  font-size: 14px;
  color: #0066a8;
  /*text-decoration: underline;*/
  vertical-align: middle;
}
.header .contact a:hover {
  cursor: pointer;
}
.marks {
  margin-top: 5px;
}
.marks .item {
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 2px;
  background-color: #f5efe2;
  color: #cea775;
  font-size: 12px;
}
.pager {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.pager .item {
  display: inline-block;
  min-width: 20px;
  margin: 0 3px;
  padding: 5px 8px;
  background-color: #f5f5f5;
  text-align: center;
}
.pager .selected {
  background-color: #39404D;
  color: #fff;
}
.horizontal-line {
  height: 1px;
  background-color: #f5efe2;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.no-padding {
  padding: 0;
}
.padLeft0 {
  padding-left: 0;
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  background-color: #f8f8f8;
}
.footer .layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  margin-right: 18px;
}
.footer p a:hover {
  color: #666;
}
