* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f6f6f6;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.head-pad-top {
  padding-top: 94px;
}
.header-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  min-width: 1200px;
  background: rgba(255, 255, 255, 1);
}
.header-wrap.home {
  background: transparent;
}
.header-wrap.home.bg {
  background: #fff;
}
.header-wrap.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
@media screen and (max-width: 1200px) {
  .header-wrap.fixed {
    position: relative;
    position: sticky;
  }
}
.header-cont {
  width: 1200px;
  height: 94px;
  margin: auto;
  box-sizing: border-box;
}
.website-logo {
  float: left;
  margin-top: 24px;
}
.website-logo img {
  width: 428px;
  height: 46px;
}
/* 底部导航栏 */
.nav-wrap {
  float: right;  
}

.nav-bar-item {
  float: left;
  height: 100%;
  margin-left: 32px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 94px;
  cursor: pointer;
}
.nav-bar-item .search-wrap {
  margin-top: 31px;
  width: 76px;
  height: 32px;
  line-height: 31px;
  background-color: #ff4c00;
  border-radius: 16px;
}
.nav-bar-item .search-wrap:hover {
  background-color: #f05a23;
}
.nav-bar-item:first-child {
  margin-left: 0;
}
.nav-bar-item .search {
  margin-left: 24px;
}
.nav-bar-item .search-wrap .search-link {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.nav-bar-item .search-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  background: url(/app_inc/pingan/v40/futures/images/common/search-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.nav-bar-item > a {
  position: relative;
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
}

.nav-bar-item:hover > a,
.nav-bar-active > a {
  color: #f05a23;
  font-weight: 600;
}
.nav-bar-item:hover > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff4d00;
}
.nav-bar-active {
  cursor: default;
}

.nav-bar-active > a {
  cursor: default;
}

/* ----- 子菜单 ----- */
.nav-subpanel-sub-wrap {
  position: absolute;
  display: none;
  top: 98px;
  /* opacity: 0; */
  z-index: 9999;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(230, 231, 232, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.nav-subpanel-img {
  display: inline-block;
  width: 44px;
  background: url(/app_inc/pingan/v40/futures/images/common/header_subpanel.png) no-repeat;
  border-radius: 8px 0 0 8px;

}
.nav-subpanel-sub {
  padding: 20px 32px 32px;
  font-size: 0;
  cursor: default;
}

.nav-subpanel-sub dl {
  margin-right: 40px;
  float: left;
}
.nav-subpanel-sub dl:last-child {
  margin-right: 0;
}
.nav-subpanel-sub dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.21px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.44);
}
.nav-subpanel-sub a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 30px;
}

.nav-subpanel-sub a:hover {
  color: #ff4800;
  text-decoration: underline;
  cursor: pointer;
}

.nav-subpanel-item {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}

.nav-subpanel-item span,
.nav-subpanel-item .nav-subpanel-title {
  display: block;
  margin-bottom: 6px;
  color: #454545;
  font-weight: bold;
  font-size: 18px;
  line-height: 51px;
  letter-spacing: 0.24px;
}

.nav-subpanel-item-new {
  display: inline-block;
  width: 34px;
  height: 16px;
  vertical-align: middle;
}