/*--------------------------------- header -------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 10001;
  background: #ffffff;
  font-size: 14px; }

#mart-header {
  /* Transparent Header used in Index, About page */
  position: fixed;
  width: 100%;
  z-index: 10001; }
  #mart-header.transparent {
    z-index: 10002;
    background: transparent;
    top: 2rem;
    position: absolute; }
    #mart-header.transparent #top-menu {
      height: 5rem;
      background: transparent;
      border-bottom: 0;
      -webkit-transition: 0.1s;
      transition: 0.1s;
      box-shadow: none; }
      #mart-header.transparent #top-menu .logo img:nth-of-type(1) {
        display: none; }
      #mart-header.transparent #top-menu .logo img:nth-of-type(2) {
        display: block; }
      #mart-header.transparent #top-menu .nav-icon span {
        color: #fff; }
      #mart-header.transparent #top-menu ul.nav li a {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
      #mart-header.transparent #top-menu ul.nav li:hover a {
        color: #e0e6ed; }
      #mart-header.transparent #top-menu .right-zone .login-zone .btns a.user {
        color: #fff;
        height: 3rem;
        line-height: 3rem;
        text-align: center; }
        #mart-header.transparent #top-menu .right-zone .login-zone .btns a.user:hover {
          color: #e0e6ed;
          border: 1px solid #e0e6ed; }
      #mart-header.transparent #top-menu .right-zone .login-zone .user i {
        color: #fff; }
      #mart-header.transparent #top-menu .right-zone .menu-zone {
        border-radius: 4px; }
      #mart-header.transparent #top-menu .publish-reward {
        display: none;
        position: relative;
        float: right;
        text-align: center;
        cursor: pointer;
        height: 100%;
        line-height: 64px;
        padding-right: 14px; }
        #mart-header.transparent #top-menu .publish-reward a.button {
          box-sizing: border-box;
          border-radius: 5px;
          height: 3rem;
          line-height: 3rem;
          text-align: center;
          vertical-align: middle;
          -webkit-transition: .3s;
          transition: .3s;
          color: #4289db;
          border: 0;
          box-shadow: 0 2px 2px 0 rgba(46, 96, 153, 0.2);
          background: #fff;
          padding: 0 1.5rem;
          font-size: 1rem; }
          #mart-header.transparent #top-menu .publish-reward a.button:hover {
            background: rgba(255, 255, 255, 0.5); }
  #mart-header.fixed {
    position: fixed !important;
    top: 0; }

#top-menu {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  #top-menu .container {
    height: 100%;
    padding: 0 28px;
    position: relative; }
  #top-menu a {
    color: #323a45;
    text-decoration: none; }
  #top-menu .logo {
    float: left;
    height: 64px;
    background: transparent; }
    #top-menu .logo img {
      height: 30px;
      margin: 17px 0;
      padding-left: 10px;
      border: none; }
    #top-menu .logo img:nth-of-type(2) {
      display: none; }
  #top-menu .enterprise {
    float: left;
    height: 64px;
    margin-left: 1.4rem; }
    #top-menu .enterprise div {
      height: 34px;
      width: 5rem;
      border: 1px solid #4289DC;
      border-radius: 6px;
      line-height: 34px;
      font-size: 1.2rem;
      color: #4289DC;
      text-align: center;
      margin-top: 11px; }
  #top-menu ul {
    list-style: none; }
    #top-menu ul.nav {
      float: left;
      height: 64px;
      line-height: 64px;
      margin-left: 2rem; }
      #top-menu ul.nav #quote-menu {
        position: relative; }
      #top-menu ul.nav li.value-add-service-phone {
        display: none; }
      #top-menu ul.nav li.child-menu-phone {
        display: none; }
      #top-menu ul.nav li.value-add-service-web {
        display: inherit;
        padding: 0 0; }
        #top-menu ul.nav li.value-add-service-web > a {
          padding-right: 15px;
          padding-left: 15px; }
        #top-menu ul.nav li.value-add-service-web .child-menu {
          display: none;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          border-radius: .4rem;
          margin-top: -1rem;
          width: 6rem; }
          #top-menu ul.nav li.value-add-service-web .child-menu .menu-item {
            line-height: 3rem;
            height: 3rem;
            text-align: center; }
            #top-menu ul.nav li.value-add-service-web .child-menu .menu-item a {
              color: #ffffff; }
            #top-menu ul.nav li.value-add-service-web .child-menu .menu-item:nth-child(1) {
              border-bottom: 1px solid rgba(151, 159, 168, 0.2); }
        #top-menu ul.nav li.value-add-service-web:hover .child-menu {
          display: inherit;
          background-color: #2d3236; }
      #top-menu ul.nav > li {
        float: left;
        width: 6rem;
        text-align: center;
        margin-right: 0.5rem;
        color: #3c4858;
        position: relative; }
        #top-menu ul.nav > li.dropdown {
          position: relative; }
          #top-menu ul.nav > li.dropdown:hover ul.menu {
            display: inline-block;
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          #top-menu ul.nav > li.dropdown ul.menu {
            display: none;
            position: absolute;
            width: 105px;
            border: 1px solid #dddddd;
            line-height: normal;
            top: 50px;
            left: 50%;
            margin-left: -50px;
            background: #ffffff;
            border-radius: 3px; }
            #top-menu ul.nav > li.dropdown ul.menu:before {
              content: '';
              bottom: auto;
              right: auto;
              top: -5px;
              left: 43px;
              position: absolute;
              width: .6em;
              height: .6em;
              -webkit-transform: rotate(135deg);
                      transform: rotate(135deg);
              z-index: 2;
              -webkit-transition: background .1s linear;
              transition: background .1s linear;
              background-color: #ffffff;
              border-left: 1px solid #dddddd;
              border-bottom: 1px solid #dddddd; }
            #top-menu ul.nav > li.dropdown ul.menu > li {
              width: 100%;
              font-size: 14px;
              font-weight: normal;
              box-sizing: border-box;
              line-height: 25px; }
              #top-menu ul.nav > li.dropdown ul.menu > li:hover {
                background: rgba(0, 0, 0, 0.03); }
              #top-menu ul.nav > li.dropdown ul.menu > li:first-child {
                padding-top: 3px; }
              #top-menu ul.nav > li.dropdown ul.menu > li a {
                display: block;
                padding: 2px 12px; }
              #top-menu ul.nav > li.dropdown ul.menu > li .icon {
                font-size: 0.5rem;
                display: inline-block;
                width: 19px;
                text-align: center; }
        #top-menu ul.nav > li .new-tip {
          position: absolute;
          top: 1rem; }
        #top-menu ul.nav > li a {
          cursor: pointer;
          -webkit-transition: .3s;
          transition: .3s;
          color: #273444; }
        #top-menu ul.nav > li:hover a {
          color: #4289dc; }
      #top-menu ul.nav .login-zone {
        display: none; }
  #top-menu li {
    list-style: none; }
  #top-menu .right-zone {
    float: right;
    height: 64px;
    line-height: 64px;
    vertical-align: middle; }
    #top-menu .right-zone .project-recommend {
      float: left;
      margin-right: 10px;
      min-width: 80px;
      text-align: center; }
      #top-menu .right-zone .project-recommend .recommend-text {
        display: none;
        color: #C64698; }
      #top-menu .right-zone .project-recommend .recommend-img {
        display: inline-block;
        height: 40px;
        box-shadow: 0 0 2px rgba(198, 70, 152, 0.5);
        vertical-align: middle; }
      #top-menu .right-zone .project-recommend:hover .recommend-text {
        display: block; }
      #top-menu .right-zone .project-recommend:hover .recommend-img {
        display: none; }
    #top-menu .right-zone .login-zone {
      float: left; }
      #top-menu .right-zone .login-zone .btns {
        display: inline-block; }
        #top-menu .right-zone .login-zone .btns a.button {
          box-sizing: border-box;
          border-radius: 5px;
          height: 3rem;
          text-align: center;
          vertical-align: middle;
          -webkit-transition: .3s;
          transition: .3s;
          width: 5rem; }
        #top-menu .right-zone .login-zone .btns a.user {
          font-size: 1rem;
          color: #3c4858;
          margin-left: 0.5rem;
          border: none;
          height: 64px;
          line-height: 64px;
          padding: 0;
          text-align: right; }
          #top-menu .right-zone .login-zone .btns a.user:hover {
            color: #4289dc;
            border: none; }
        #top-menu .right-zone .login-zone .btns a.reward {
          display: none; }
      #top-menu .right-zone .login-zone .user {
        display: inline-block;
        padding: 0 14px; }
        #top-menu .right-zone .login-zone .user i {
          font-size: 1rem;
          color: #333;
          opacity: .5;
          -webkit-transition: .3s;
          transition: .3s; }
        #top-menu .right-zone .login-zone .user:hover i {
          opacity: 1; }
  #top-menu .publish-reward {
    display: none; }
  #top-menu .menu-zone {
    position: absolute;
    right: 0;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1;
    margin-top: 64px;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 180px;
    -webkit-transition: .3s;
    transition: .3s; }
    #top-menu .menu-zone .menu-ul {
      padding-bottom: 10px; }
    #top-menu .menu-zone .menu-gap {
      height: 1px;
      background-color: #F7F6F2;
      margin: 0 10px; }
    #top-menu .menu-zone .menu-header {
      padding: 15px 10px 10px 20px;
      color: #A9A9A9;
      line-height: 22px; }
      #top-menu .menu-zone .menu-header .menu-title {
        font-size: 12px;
        color: #333; }
      #top-menu .menu-zone .menu-header .menu-button {
        font-size: 12px;
        color: #848484;
        float: right;
        cursor: pointer; }
        #top-menu .menu-zone .menu-header .menu-button:hover {
          color: #333; }
    #top-menu .menu-zone .menu-section {
      padding: 6px 0; }
      #top-menu .menu-zone .menu-section .menu-li {
        cursor: pointer;
        padding: 7px 20px;
        display: block;
        line-height: 22px; }
        #top-menu .menu-zone .menu-section .menu-li i {
          margin-right: 10px; }
          #top-menu .menu-zone .menu-section .menu-li i.fa:before {
            display: inline-block;
            width: 16px; }
        #top-menu .menu-zone .menu-section .menu-li a {
          color: #333333;
          text-decoration: none;
          display: inline-block;
          width: 100%; }
        #top-menu .menu-zone .menu-section .menu-li:hover {
          color: #ffffff;
          background: #eb6133 !important; }
          #top-menu .menu-zone .menu-section .menu-li:hover a {
            color: #ffffff; }
      #top-menu .menu-zone .menu-section .svg-pack {
        position: relative;
        width: 20px;
        height: 16px;
        display: inline-block; }
        #top-menu .menu-zone .menu-section .svg-pack img {
          position: absolute;
          top: 4px; }
        #top-menu .menu-zone .menu-section .svg-pack .hovered {
          opacity: 0; }
  #top-menu .hide {
    display: none; }
  #top-menu .button {
    display: inline-block;
    padding: 0 2em;
    text-transform: none;
    line-height: 2em;
    height: 2em;
    background-image: none;
    border-radius: 2em;
    border: 1px solid #323a45;
    outline: 0;
    cursor: pointer; }
    #top-menu .button.dark {
      background: #323a45;
      color: #ffffff; }
  #top-menu .nav-icon {
    display: none;
    height: 100%; }
    #top-menu .nav-icon span {
      line-height: 4rem; }
    #top-menu .nav-icon i.fa {
      padding: 15px 10px;
      cursor: pointer; }
  #top-menu .avatar {
    display: inline-block;
    position: relative; }
    #top-menu .avatar img {
      width: 40px;
      height: 40px;
      margin-right: .5em;
      vertical-align: middle;
      border-radius: 20px; }
    #top-menu .avatar.red-dot:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #E84D60;
      position: absolute;
      right: 2px;
      top: 12px;
      border-radius: 50%; }
  #top-menu .fa.fa-sign-out {
    cursor: pointer; }
  #top-menu .new-tip {
    margin: 0 .5rem; }

@media only screen and (max-width: 767px) {
  #mart-header {
    top: 0;
    position: relative; }
    #mart-header.transparent {
      top: 0; }
      #mart-header.transparent #top-menu .publish-reward {
        display: none; }
    #mart-header #top-menu {
      background: #fff; }
      #mart-header #top-menu .container {
        height: 5rem; }
      #mart-header #top-menu.active {
        height: initial;
        background: #2d3237;
        box-shadow: none; }
        #mart-header #top-menu.active .logo {
          display: none; }
        #mart-header #top-menu.active .nav-icon span {
          color: #fff; }
        #mart-header #top-menu.active .publish-reward {
          display: inline-block;
          float: none;
          padding-right: 0;
          width: calc(100% - 70px);
          padding-left: 0.4rem;
          line-height: 5rem; }
          #mart-header #top-menu.active .publish-reward a.button {
            width: 100%;
            box-sizing: border-box;
            border-radius: 5px;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            vertical-align: middle;
            -webkit-transition: .3s;
            transition: .3s;
            color: #fff;
            border: 0;
            box-shadow: 0 2px 2px 0 rgba(46, 96, 153, 0.2);
            background: #eb6133;
            font-size: 1rem; }
          #mart-header #top-menu.active .publish-reward.notlogin {
            display: inline-block; }
      #mart-header #top-menu .right-zone {
        display: none; }
      #mart-header #top-menu .logo {
        height: 5rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1000; }
        #mart-header #top-menu .logo img {
          height: 40px;
          margin: 12px 0; }
        #mart-header #top-menu .logo img:nth-of-type(2) {
          display: none; }
        #mart-header #top-menu .logo img:nth-of-type(1) {
          display: block; }
      #mart-header #top-menu .enterprise div {
        margin-top: 17px; }
      #mart-header #top-menu .nav-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        float: right; }
        #mart-header #top-menu .nav-icon span {
          color: #2D3238;
          font-size: 2rem; }
      #mart-header #top-menu ul.nav {
        height: initial;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        float: left;
        line-height: initial;
        background: #2d3237;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        min-width: 120px;
        width: 100%;
        margin-top: -100%;
        z-index: 10001;
        overflow-y: hidden;
        -webkit-animation-duration: .25s;
        animation-duration: .25s; }
        #mart-header #top-menu ul.nav.active {
          margin-top: 0;
          z-index: 99; }
          #mart-header #top-menu ul.nav.active > li {
            margin: 0;
            text-align: left;
            float: initial;
            height: 3.5rem;
            padding: 0 1rem;
            display: block; }
            #mart-header #top-menu ul.nav.active > li a {
              display: inline-block;
              color: rgba(255, 255, 255, 0.5);
              width: 100%;
              line-height: 3.5rem;
              font-size: 1.2rem; }
            #mart-header #top-menu ul.nav.active > li.value-add-service-web {
              display: none; }
            #mart-header #top-menu ul.nav.active > li.value-add-service-phone {
              display: inherit;
              height: auto; }
            #mart-header #top-menu ul.nav.active > li .child-menu-phone {
              display: none;
              padding-left: 2rem; }
              #mart-header #top-menu ul.nav.active > li .child-menu-phone a {
                width: 7rem;
                display: inline-block;
                margin-left: .8rem; }
                #mart-header #top-menu ul.nav.active > li .child-menu-phone a span {
                  margin-left: .4rem; }
          #mart-header #top-menu ul.nav.active li:first-child {
            margin-top: 0.5rem; }
          #mart-header #top-menu ul.nav.active li:last-child {
            margin-bottom: 1rem; }
        #mart-header #top-menu ul.nav > li.copy {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
        #mart-header #top-menu ul.nav .login-zone {
          display: block; }
        #mart-header #top-menu ul.nav hr {
          color: rgba(151, 159, 168, 0.2);
          opacity: 0.2;
          margin-left: 0.5rem;
          margin-right: 0.5rem; }
      #mart-header #top-menu .fa.fa-sign-out {
        display: none; } }

@media only screen and (max-width: 500px) {
  #top-menu .logo img {
    height: 30px;
    margin: 12px 0; }
  #top-menu .button {
    padding: 0 .4em !important; }
  #top-menu .right-zone .login-zone .btns {
    padding: 0 .4em; }
  #top-menu .nav-icon i.fa {
    padding: 0 .4em; } }
