header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.abs_head {
  display: none; }

.header-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #292d3b;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  padding: 0 50px; }
  .header-top .logo-box a {
    color: #ffffff;
    font-size: 18px;
    padding-left: 17px; }
  .header-top .logo-box img {
    vertical-align: sub;
    margin-right: 6px;
    width: 30px; }
  .header-top .search-box-m {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
    .header-top .search-box-m .search-box {
      width: 160px;
      height: 40px;
      background-color: #363a50;
      border-radius: 2px;
      box-sizing: border-box;
      position: relative;
      text-align: left;
      padding-left: 10px;
      color: #8a8e99;
      cursor: pointer; }
      .header-top .search-box-m .search-box > input {
        border: none;
        outline: none;
        height: 40px;
        line-height: 40px;
        padding-left: 13px;
        color: #ffffff;
        font-size: 12px;
        background-color: #363a50;
        box-sizing: border-box; }
      .header-top .search-box-m .search-box > i {
        position: absolute;
        right: 12px;
        font-size: 20px;
        color: #ffffff; }
      .header-top .search-box-m .search-box .search-top {
        position: absolute;
        right: 0;
        top: 0;
        background: #383e4d;
        width: 380px;
        display: none;
        z-index: 999; }
        .header-top .search-box-m .search-box .search-top div:nth-of-type(1) {
          border-bottom: 1px solid #4c5361;
          padding: 0 20px;
          display: flex;
          align-items: center; }
          .header-top .search-box-m .search-box .search-top div:nth-of-type(1) input {
            background: none;
            border: none;
            outline: none;
            color: #FFF; }
          .header-top .search-box-m .search-box .search-top div:nth-of-type(1) span {
            display: flex;
            align-items: center;
            margin-left: auto;
            position: relative; }
            .header-top .search-box-m .search-box .search-top div:nth-of-type(1) span::after {
              position: absolute;
              height: 15px;
              width: 2px;
              background: #545a67;
              content: '';
              right: 27px; }
          .header-top .search-box-m .search-box .search-top div:nth-of-type(1) i {
            font-size: 20px;
            color: #ffffff;
            cursor: pointer; }
            .header-top .search-box-m .search-box .search-top div:nth-of-type(1) i:nth-of-type(1) {
              margin-right: 10px; }
            .header-top .search-box-m .search-box .search-top div:nth-of-type(1) i:nth-of-type(2) {
              font-size: 25px; }
        .header-top .search-box-m .search-box .search-top div:nth-of-type(2) {
          padding-left: 20px; }
          .header-top .search-box-m .search-box .search-top div:nth-of-type(2) h4 {
            color: #8c8e99; }
          .header-top .search-box-m .search-box .search-top div:nth-of-type(2) p a {
            color: #FFF; }
    .header-top .search-box-m > a {
      color: #ffffff;
      font-size: 12px;
      margin-left: 17px;
      margin-right: 15px; }
      .header-top .search-box-m > a:hover {
        color: #3c7fff; }

.header-nav-checked {
  background: #fff !important; }

.header {
  min-width: 1200px;
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 3px 21.6px 2.4px rgba(60, 127, 255, 0.05);
  padding: 0 50px; }
  .header.qs {
    background-color: white; }
  .header.qthd {
    background: rgba(46, 53, 56, 0.15);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid;
    border-color: rgba(94, 94, 94, 0.25);
    box-shadow: none; }
  .header .logo-box a {
    color: #ffffff;
    font-size: 18px;
    padding-left: 17px;
    font-size: 20px;
    color: black; }
  .header .logo-box img {
    vertical-align: sub;
    margin-right: 16px;
    width: 29px; }
  .header .nav {
    margin-left: 200px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    flex: 1;
    max-width: 800px;
    justify-content: space-between; }
    .header .nav.act12 > a {
      font-size: 16px;
      color: black; }
      .header .nav.act12 > a:hover {
        font-size: 16px;
        color: #3c7fff;
        font-weight: bold; }
    .header .nav.act12 .active {
      color: #3c7fff;
      font-weight: bold; }
    .header .nav .active {
      color: #3c7fff; }
    .header .nav .trait {
      display: block;
      width: 78px;
      height: 26px;
      background-image: linear-gradient(90deg, #feae29 0%, #ff802b 100%), linear-gradient(#feab28, #feab28);
      border-radius: 2px;
      box-sizing: border-box;
      color: #000000;
      font-size: 14px;
      line-height: 26px;
      margin-right: 30px; }
      .header .nav .trait:hover {
        color: #fff; }
    .header .nav .hover-div {
      position: absolute;
      background: #FFF;
      width: 470px;
      left: 40px;
      top: 58px;
      border-radius: 3px;
      cursor: default; }
      .header .nav .hover-div::after {
        position: absolute;
        top: -8px;
        left: 58px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #FFF; }
      .header .nav .hover-div ul {
        display: flex;
        padding: 30px 0;
        padding-left: 30px;
        box-sizing: border-box;
        background: #FFF;
        border-radius: 3px; }
        .header .nav .hover-div ul li {
          flex: 1.1;
          text-align: left;
          border-left: 1px solid #f1f2f7;
          padding-left: 15px;
          position: relative; }
          .header .nav .hover-div ul li::after {
            content: '';
            position: absolute;
            background: #3c7fff;
            height: 17px;
            width: 2px;
            left: 0;
            top: 0; }
          .header .nav .hover-div ul li:nth-of-type(1) {
            flex: .9; }
          .header .nav .hover-div ul li:last-of-type {
            flex: .7; }
          .header .nav .hover-div ul li p {
            display: flex;
            align-items: center;
            line-height: 16px; }
            .header .nav .hover-div ul li p:nth-of-type(1) {
              font-size: 16px;
              margin-bottom: 15px; }
              .header .nav .hover-div ul li p:nth-of-type(1) a {
                color: #000; }
            .header .nav .hover-div ul li p:nth-of-type(2), .header .nav .hover-div ul li p:nth-of-type(3), .header .nav .hover-div ul li p:nth-of-type(4) {
              font-size: 14px;
              cursor: pointer; }
              .header .nav .hover-div ul li p:nth-of-type(2) a, .header .nav .hover-div ul li p:nth-of-type(3) a, .header .nav .hover-div ul li p:nth-of-type(4) a {
                color: #5e5e5e; }
            .header .nav .hover-div ul li p:nth-of-type(3) {
              margin-top: 10px; }
            .header .nav .hover-div ul li p:nth-of-type(4) {
              margin-top: 10px; }
          .header .nav .hover-div ul li label {
            border-radius: 10px 0px 10px 0px;
            font-size: 12px;
            padding: 0px 7px;
            transform: scale(0.8);
            margin-left: 5px; }
          .header .nav .hover-div ul li .new {
            color: #3c7fff;
            background: #e1ebff; }
          .header .nav .hover-div ul li .hot {
            background: #ffe7cc;
            color: #ff9723; }
    .header .nav .pay-hover {
      display: none; }
    .header .nav .api-hover {
      display: none;
      left: 120px;
      top: 58px;
      z-index: 99; }
    .header .nav > a {
      color: #000;
      position: relative;
      transition: all .5s;
      height: 100%;
      line-height: 72px; }
      .header .nav > a.active {
        color: #3c7fff; }
      .header .nav > a:hover {
        color: #3c7fff; }
      .header .nav > a .hint {
        position: absolute;
        top: -5px;
        left: 14px;
        width: 78px;
        line-height: 21px;
        background: url("../img/nav_hint.png") no-repeat left center;
        color: #000000;
        font-size: 12px; }
      .header .nav > a .hints {
        position: absolute;
        top: -5px;
        left: 14px;
        width: 121px;
        line-height: 21px;
        background: url("../img/nav_hint.png") no-repeat left center;
        color: #000000;
        font-size: 12px; }
  .header .login-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 15px; }
    .header .login-box a {
      color: #000;
      font-size: 14px;
      position: relative; }
      .header .login-box a.login:hover {
        color: #3c7fff; }
      .header .login-box a.register {
        width: 80px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        box-sizing: border-box;
        margin-left: 20px;
        position: relative;
        border-radius: 2px;
        color: white;
        background-color: #3c7fff; }
        .header .login-box a.register .hits {
          position: absolute;
          top: 34px;
          left: -6px;
          color: #333;
          width: 90px;
          font-size: 13px;
          height: 40px;
          background: url("../img/s500.png") no-repeat center;
          animation: jumpTop 0.7s linear 2 alternate-reverse; }
        .header .login-box a.register:hover {
          background-color: #3c7fff;
          transition: all .2s;
          transform: scale(1.08); }
@keyframes jumpTop {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(10px); } }
  .header .login-boxs {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 15px; }
    .header .login-boxs a {
      color: #000;
      font-size: 14px;
      position: relative; }
      .header .login-boxs a.login {
        cursor: pointer; }
        .header .login-boxs a.login:hover {
          color: #3c7fff; }
      .header .login-boxs a.quit {
        margin-left: 20px;
        cursor: pointer; }
        .header .login-boxs a.quit:hover {
          color: #3c7fff; }

.header .nav.act12 .hover-div {
  position: absolute;
  z-index: 9;
  width: 302px;
  padding-top: 8px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 3px #f0f4fd;
  box-sizing: border-box;
  left: -13px;
  top: 58px; }
  .header .nav.act12 .hover-div::before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid #fff;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0; }
  .header .nav.act12 .hover-div .list.list2 .item:last-child::after {
    display: none; }
  .header .nav.act12 .hover-div .list .item {
    padding: 0 24px;
    display: flex;
    position: relative;
    align-items: flex-start;
    cursor: pointer;
    text-align: left; }
    .header .nav.act12 .hover-div .list .item:last-child:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      border-top: 1px solid #eaecf5; }
    .header .nav.act12 .hover-div .list .item:hover {
      background-color: #fafbfd; }
    .header .nav.act12 .hover-div .list .item .icon {
      padding-top: 14px;
      display: flex;
      margin-right: 12px; }
      .header .nav.act12 .hover-div .list .item .icon img {
        width: 21px; }
    .header .nav.act12 .hover-div .list .item .detail {
      flex: 1;
      padding: 14px 0; }
      .header .nav.act12 .hover-div .list .item .detail .title {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header .nav.act12 .hover-div .list .item .detail .title .txt {
          font-size: 16px;
          color: #000;
          font-weight: 500;
          line-height: 1; }
        .header .nav.act12 .hover-div .list .item .detail .title .label {
          background-color: #e1ebff;
          color: #3c7fff;
          border-radius: 10px 0px 10px 0px;
          font-size: 14px;
          padding: 0 7px;
          transform: scale(0.75); }
          .header .nav.act12 .hover-div .list .item .detail .title .label.api {
            background-color: #ffe7cc;
            color: #ff9723; }
      .header .nav.act12 .hover-div .list .item .detail .content {
        font-size: 12px;
        color: #a7aab0;
        margin-top: 5px;
        line-height: 1.5; }
    .header .nav.act12 .hover-div .list .item:active {
      background-color: #fafbfd; }

/*# sourceMappingURL=header.css.map */
