.hopesgear-header {
  width: 100%;
  color: black;
  position: relative;
  z-index: 40; }

.hopesgear-header .header {
  background-color: #fff; }

.hopesgear-header .noScrollMove {
  background-position: 10% 0%;
  background-color: #232323;
  background-size: 200px;
  background-repeat: no-repeat; }

.hopesgear-header .head_bottom {
  background-color: inherit; }

.hopesgear-header a {
  color: #fff; }

.hopesgear-header .font-color a {
  color: var(--main-color); }

.hopesgear-header .container {
  padding: 0; }

.hopesgear-header .head_bottom .con {
  width: 98%;
  margin: auto;
  height: 74px;
  position: relative; }

.hopesgear-header .head_bottom .logo {
  float: left;
  height: 74px;
  line-height: 50px;
  width: 210px;
  padding: 10px 0; }

.hopesgear-header .head_bottom .logo a {
  display: block;
  height: 100%; }

.hopesgear-header .head_bottom .logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

.hopesgear-header .head_bottom .navigation {
  float: right;
  width: calc(100% - 300px);
  height: 74px; }

.hopesgear-header .head_bottom .icon ul {
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  color: #666;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.hopesgear-header .head_bottom .navigation nav {
  float: right;
  position: relative; }

.hopesgear-header .head_bottom .navigation nav .lr {
  display: none; }

@media (min-width: 993px) {
  .hopesgear-header {
    height: 74px; }
  .hopesgear-header .head_bottom .logo {
    position: absolute;
    top: -36px;
    left: 0;
    height: 110px;
    line-height: 90px;
    font-size: 0;
    z-index: 100;
    width: 210px;
    top: 0;
    height: 74px;
    line-height: 50px; }
  .hopesgear-header .head_bottom .navigation nav .nav {
    overflow: visible;
    white-space: nowrap;
    position: relative; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul {
    display: flex;
    line-height: 74px;
    margin-left: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text {
    position: relative;
    font-size: 16px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text.active {
    font-weight: bold; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text .bor_xia_color {
    padding-bottom: 2px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text.active .bor_xia_color {
    border-bottom: 3px solid; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul li:hover > .text {
    opacity: .6; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text a {
    padding: 0 15px;
    display: block;
    position: relative;
    transition: 0s; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:last-child > .text:after {
    border: none; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text.xia:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    display: block;
    top: 50%;
    right: 14px;
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    transition: .3s;
    border-right-width: 5px;
    border-left-width: 5px;
    color: #FFF; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text.xia a {
    padding-right: 34px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul li {
    position: relative; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul {
    background-color: #232323;
    position: absolute;
    top: 100%;
    left: 0;
    line-height: initial;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    pointer-events: none;
    padding: 10px 6px;
    border-radius: 6px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul > li {
    background-color: inherit; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul ul {
    left: 100%;
    top: 0;
    background-color: inherit; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:last-child ul,
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:nth-last-child(2) ul {
    left: auto;
    right: 0; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:last-child ul ul,
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:nth-last-child(2) ul ul {
    right: 100%; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: -10px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul li .text a {
    padding-top: 12px;
    padding-bottom: 12px; }
  .hopesgear-header .head_bottom .navigation nav.add {
    padding: 0 20px;
    height: 100%; }
  .hopesgear-header .head_bottom .navigation nav {
    background: none !important; }
  .hopesgear-header .head_bottom .navigation nav.add .lr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 8;
    display: block; }
  .hopesgear-header .head_bottom .navigation nav.add .lr .left,
  .hopesgear-header .head_bottom .navigation nav.add .lr .right {
    position: absolute;
    top: 22px;
    height: 30px;
    width: 20px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    opacity: .6;
    transition: .3s;
    background: none; }
  .hopesgear-header .head_bottom .navigation nav.add .lr .left:hover,
  .hopesgear-header .head_bottom .navigation nav.add .lr .right:hover {
    opacity: 1; }
  .hopesgear-header .head_bottom .navigation nav.add .lr .left {
    left: 0; }
  .hopesgear-header .head_bottom .navigation nav.add .lr .right {
    right: 0; }
  .hopesgear-header .head_bottom .navigation nav.add .nav {
    overflow: hidden;
    height: 100%; }
  .hopesgear-header .head_bottom .navigation nav.add .nav.hig {
    height: 650px; }
  .hopesgear-header .head_bottom {
    top: -90px;
    left: 0;
    width: 100%; }
  .hopesgear-header .head_bottom.fixeds {
    position: fixed;
    transition: .3s;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 99; }
  .hopesgear-header .head_bottom.fixeds .logo {
    top: 0;
    height: 74px;
    line-height: 54px; }
  .hopesgear-header .head_bottom.fixeds.top_show {
    top: 0; }
  body.cms_product .hopesgear-header .head_bottom.fixeds {
    position: relative;
    top: 0; } }

.hopesgear-header .nav_button {
  display: none; }

@media (max-width: 992px) {
  .hopesgear-header {
    height: 60px; }
  .hopesgear-header .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000; }
  .hopesgear-header .head_top {
    display: none; }
  .hopesgear-header .head_top .con .head_editor span {
    font-size: 12px !important; }
  .hopesgear-header .head_top .con {
    width: 94%; }
  .hopesgear-header .head_bottom .con {
    height: 60px;
    width: 94%; }
  .hopesgear-header .head_bottom .logo {
    width: auto;
    height: 50px;
    padding: 10px;
    line-height: 40px; }
  .hopesgear-header .head_bottom .navigation {
    width: auto;
    height: 60px;
    position: relative; }
  .hopesgear-header .head_bottom .navigation nav {
    position: fixed;
    width: 100% !important;
    max-width: 400px !important;
    top: 60px;
    left: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999; }
  .hopesgear-header .head_bottom .con.active .navigation nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text {
    position: relative;
    border-bottom: 1px solid rgba(122, 122, 122, 0.1); }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:last-child > .text {
    border-bottom: none; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li > .text:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    border-right: 1px solid;
    border-color: rgba(122, 122, 122, 0.1); }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text a {
    padding: 10px 20px;
    display: block;
    position: relative;
    transition: 0s; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li:last-child > .text:after {
    border: none; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text.xia:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    display: block;
    top: 50%;
    right: 18px;
    border: 4px solid transparent;
    border-top-color: inherit;
    margin-top: -2px;
    transition: .3s;
    color: #FFF; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text.xia {
    padding: 10px 20px;
    padding-right: 30px;
    position: relative; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul > li .text.xia a {
    padding: 0;
    display: inline; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul li {
    position: relative; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul {
    display: none;
    padding: 10px 0;
    background: none !important; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul .text.xia,
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul .text a {
    padding-left: 30px; }
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul ul .text.xia,
  .hopesgear-header .head_bottom .navigation nav .nav > ul ul ul .text a {
    padding-left: 40px; }
  .hopesgear-header .nav_button {
    outline: none;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    transition: all .45s;
    z-index: 99;
    display: block;
    background: 0;
    float: right;
    margin-top: 10px; }
  .hopesgear-header .nav_button .nav_button_icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: auto; }
  .hopesgear-header .nav_button .nav_button_icon span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 0px;
    transition: all .15s;
    border-bottom: 2px solid;
    color: #FFF; }
  .hopesgear-header .nav_button .nav_button_icon span:after {
    content: "";
    display: block;
    width: 2px;
    height: 0;
    border-bottom: 2px solid;
    position: absolute;
    left: -4px; }
  .hopesgear-header .nav_button .nav_button_icon span:nth-child(1) {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .hopesgear-header .nav_button .nav_button_icon span:nth-child(2) {
    top: 0;
    transform: translateZ(0) rotate(0) scaleX(1); }
  .hopesgear-header .nav_button .nav_button_icon span:nth-child(3) {
    bottom: 0;
    transform: translateZ(0) rotate(0) scaleX(1); }
  .hopesgear-header .head_bottom .con.active .nav_button .nav_button_icon span:nth-child(1) {
    opacity: 0; }
  .hopesgear-header .head_bottom .con.active .nav_button .nav_button_icon span:nth-child(2) {
    transform: rotate(45deg) translate3d(5px, 5px, 0); }
  .hopesgear-header .head_bottom .con.active .nav_button .nav_button_icon span:nth-child(3) {
    transform: rotate(-45deg) translate3d(5px, -5px, 0); }
  .hopesgear-header .head_bottom .con.active .nav_button .nav_button_icon span:after {
    display: none; } }
