#header {
  position: fixed;
  z-index: 99;
  top: 0;

  width: 100%;
  height: 82px;

  transition: .5s;

  border-top: 2px solid #E70014;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
#header-box {
  display: table;

  width: 1250px;
  height: 100%;
  margin: 0 auto;
}
#logo-wrap {
  display: table-cell;

  width: 340px;

  vertical-align: middle;
}
#logo-wrap img {
  display: block;
  width: 100%;
}

#app #header #logo-wrap{
  padding: 14px 0 15px;
}
#header-nav {
  display: table-cell;

  vertical-align: middle;
  letter-spacing: 2px;
}
#header-nav-list {
  position: relative;

  display: table;

  width: 455px;
  height: 100%;
  margin-left: 15px;

  text-align: center;

  font-size: 18px;
}
.red-dot{
  position: absolute;
  top: 27px;
  right: 23px;

  width: 9px;
  height: 9px;

  border: none;
  border-radius: 50%;
  background: #e60013;
}
.link-desc{
  position: absolute;
  top: 0;
  right: -93px;

  text-align: center;

  color: #e60013;
  background-color: #F5F5F5;
}
#header-nav-list > li {
  position: relative;

  display: table-cell;

  cursor: pointer;
  vertical-align: middle;

  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#header-nav-list > li.home {
  color: #333333 !important;
  border-color: #ffffff !important;
}
#header-nav-list > li:after {
  position: absolute;
  bottom: 14px;
  left: 50%;

  display: block;

  width: 0;
  height: 0;
  margin-left: -5px;

  content: ' ';
  transition: .3s;

  border: 5px solid transparent;
  border-top-color: #A8A8A8;
}
#header-nav-list > li:first-child:after {
  display: none;
}
#header-nav-list > li:last-child {
  border-color: #ffffff !important;
}
#header-nav-list > li:last-child:after {
  display: none;
}
#header-nav-list > li:hover {
  color: #E60013;
  border-right: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
#header-nav-list > li:hover:after {
  transform: rotateX(180deg);

  border-top-color: #E60013;
}
#header-nav-list > li:hover .next-level {
  display: block;
  visibility: visible;

  transition: .5s;

  opacity: 1;
}
#header-nav-list > li:hover .next-level .next-new{
  color: #e60013;

  font-weight: bolder;
}
#header-nav-list > li ul.next-level {
  position: absolute;
  z-index: 999;
  top: 79px;
  left: -1px;

  visibility: hidden;

  box-sizing: content-box;
  width: 100%;

  transition: .2s;
  text-align: center;
  letter-spacing: 0;

  opacity: 0;
  border: 1px solid #EDEDED;
  border-top: none;
  background-color: #ffffff;

  font-size: 14px;
}
#header-nav-list > li ul.next-level > li {
  position: relative;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  line-height: 40px;

  -o-text-overflow: ellipsis;
  /*overflow: hidden;*/
}
#header-nav-list > li ul.next-level > li:hover {
  background-color: #F5F5F5;
}
#header-nav-list > li ul.next-level > li:hover a {
  color: #e60013;
}
#header-search-wrap {
  display: table-cell;

  padding-right: 12px;

  vertical-align: middle;
}
#header-search-box {
  display: table;
}
#header-search-wrap .search-type {
  position: relative;

  display: none;

  width: 23px;
  height: 30px;

  cursor: pointer;
  vertical-align: middle;

  border-radius: 4px;
  background-color: #F0F0F0;
}
#header-search-wrap .search-type:after {
  position: absolute;
  left: 50%;

  display: block;

  width: 0;
  height: 0;
  margin-left: -5px;

  content: ' ';

  border: 5px solid transparent;
  border-top-color: #A8A8A8;
}
#header-search-wrap .search-type:hover {
  width: 35px;

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#header-search-wrap .search-type:hover ul.search-type-list {
  display: block;
}
#header-search-wrap .search-type:hover ul.search-type-list > li:hover a {
  color: #e60013;
}
#header-search-wrap .search-type ul.search-type-list {
  position: absolute;
  top: 30px;
  left: 0;

  display: none;

  width: 100%;
  padding-top: 20px;

  text-align: center;

  border-radius: 0 0 4px 4px;
  background-color: inherit;

  font-size: 14px;
  line-height: 40px;
}
#header-search-box .input-wrap {
  display: table-cell;

  width: 185px;
  height: 30px;

  vertical-align: middle;

  border-radius: 4px;
  background-color: #F0F0F0;
}
#header-search-box .input-wrap input {
  width: 156px;
  height: 100%;
}
#header-search-box .input-wrap .icon-search {
  width: 12px;
  height: 12px;

  cursor: pointer;

  color: #999;
  background: url("/web/img/icon_header-search.png") no-repeat center;
  background-size: contain;
}
#header-search-box .input-wrap .icon-search:hover {
  color: #3563d5;
}
header .mobile-qrcode {
  display: table-cell;

  height: 100%;

  vertical-align: middle;
}
header .mobile-qrcode ul.qrcode-list {
  display: table;

  height: 100%;
}
header .mobile-qrcode ul.qrcode-list > li {
  position: relative;

  display: table-cell;

  width: 32px;
  height: 20px;

  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
header .mobile-qrcode ul.qrcode-list > li:hover .iconfont.icon-weixin {
  color: #00c951;
}
header .mobile-qrcode ul.qrcode-list > li:hover .iconfont.icon-shouji-fuben {
  color: #3563d5;
}
header .mobile-qrcode ul.qrcode-list > li:hover .qr-code {
  /* //display: block; */
  /* //top: 62px; */
  transform: rotateX(0);
}
header .mobile-qrcode ul.qrcode-list > li .qr-code {
  position: absolute;
  z-index: 999;
  top: 62px;
  left: -90px;
  /* //display: none; */

  width: 202px;
  height: 228px;
  padding-top: 37px;

  transition: .2s;
  transform: rotateX(90deg);
  transform-origin: top;
  text-align: center;

  background: url("/web/img/qr-code-wrap.png") no-repeat center;

  font-size: 18px;
}
header .mobile-qrcode ul.qrcode-list > li .qr-code img {
  width: 150px;
  height: 150px;
}
header .mobile-qrcode ul.qrcode-list > li .qr-code p {
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  -o-text-overflow: ellipsis;
}
ul.qrcode-list > li.weixin {
  background-size: auto;
}
ul.qrcode-list > li.weixin .iconfont {
  font-size: 18px;
}
ul.qrcode-list > li.mobile {
  background-size: auto;
}
#header-btn {
  display: table-cell;

  padding-left: 10px;

  text-align: right;
  vertical-align: middle;
}
header .header-right {
  height: 30px;
  padding: 5px 14px;

  letter-spacing: 2px;

  border-radius: 15px;
  background-color: #F0F0F0;

  font-size: 14px;
}
header .header-right.active {
  display: none;

  color: #3c76f5;
}
header .header-right.active:after {
  display: inline-block;

  width: 8px;
  height: 8px;
  margin-left: 3px;

  content: ' ';

  border-radius: 4px;
  background-color: #bf0707;
}
header .header-right.contribution {
  margin-left: 5px;

  color: #3563d5;
}
