.w {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.kingshiper-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2022;
  width: 100%;
  height: 60px;
  background: #1f1f24;
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-sizing: border-box;
}

.kingshiper-header-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 60px; 
}
.kingshiper-header-left a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; 
}
.kingshiper-header-left a img {
  width: 40px;
  margin-right: 8px;
}
.kingshiper-header-left .header-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 3px;
}
.kingshiper-header-left .header-title span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.kingshiper-header-center {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;  
}
.kingshiper-header-center-category {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;  
}
.kingshiper-header-center-category-item {
  margin-right: 32px;
  cursor: pointer; 
}

.kingshiper-header-center-category-name {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  user-select: none;  
}

.kingshiper-header-center-category-name h6 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255,255,255,.7); 
}

.kingshiper-header-center-category-item.active .kingshiper-header-center-category-name h6 {
  color: #fff;
}
.kingshiper-header-center-category-item:hover .kingshiper-header-center-category-name h6 {
  color: #fff;
}
.kingshiper-header-center-otherpage a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin-right: 29px;
}
.kingshiper-header-center-otherpage a:hover {
  color: #fff;
}
.kingshiper-header-center-otherpage a.active {
  color: #fff;
}
.kingshiper-header-center-otherpage a:last-child {
  margin-right: 0;
}