@-webkit-keyframes loading-spinner___1Shyt {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading-spinner___1Shyt {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.epHd___1jpu_ {
  width: 100%;
  min-width: 1230px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #031525;
  height: 70px;
  padding: 0 30px; }
  .epHd___1jpu_ .logo___1Xjy8 {
    float: left;
    width: 335px;
    height: 36px;
    cursor: pointer; }
  .epHd___1jpu_ .hdLeft___1EtRz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0;
      padding: 0;
      list-style: none; }
      .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY li {
        padding-left: 35px; }
        .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY li a {
          font-weight: 300; }
      .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY li .navLink___2LN7l {
        color: #fff;
        font-size: 16px; }
        .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY li .navLink___2LN7l:hover {
          color: #fbd79d;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .epHd___1jpu_ .hdLeft___1EtRz .menu___h9MaY li .navLink___2LN7l.active___2bO1h {
        color: #f5a623;
        font-weight: 500; }
    .epHd___1jpu_ .hdLeft___1EtRz .menuLogout___3QEfD {
      padding-right: 159px; }
    .epHd___1jpu_ .hdLeft___1EtRz .menuLogin___1S6nB {
      padding-right: 40px; }
    .epHd___1jpu_ .hdLeft___1EtRz .lang___33F64,
    .epHd___1jpu_ .hdLeft___1EtRz .login___sAAaN,
    .epHd___1jpu_ .hdLeft___1EtRz .register___37l7Y,
    .epHd___1jpu_ .hdLeft___1EtRz .logout___3t1-E {
      font-size: 14px;
      color: #fff;
      cursor: pointer;
      font-weight: 300; }
      .epHd___1jpu_ .hdLeft___1EtRz .lang___33F64:hover,
      .epHd___1jpu_ .hdLeft___1EtRz .login___sAAaN:hover,
      .epHd___1jpu_ .hdLeft___1EtRz .register___37l7Y:hover,
      .epHd___1jpu_ .hdLeft___1EtRz .logout___3t1-E:hover {
        color: #fbd79d;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .epHd___1jpu_ .hdLeft___1EtRz .goPortal___1e7_g {
      display: inline-block;
      border-radius: 14px;
      height: 28px;
      line-height: 28px;
      padding: 0 10px;
      background: -webkit-linear-gradient(181deg, #d64413 1%, #f29600 100%);
      background: linear-gradient(269deg, #d64413 1%, #f29600 100%);
      color: #fff;
      margin-right: 10px;
      cursor: pointer; }
      .epHd___1jpu_ .hdLeft___1EtRz .goPortal___1e7_g:hover {
        -webkit-transform: translate(0, -1px);
                transform: translate(0, -1px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .epHd___1jpu_ .hdLeft___1EtRz .lang___33F64 {
      padding-right: 26px; }
    .epHd___1jpu_ .hdLeft___1EtRz .divider___25Ot7 {
      display: inline-block;
      width: 1px;
      height: 12px;
      background: #fff;
      margin: 0 8px; }

@-webkit-keyframes loading-spinner___cqQfG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading-spinner___cqQfG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.footer___HLJCV {
  width: 100%;
  min-width: 1230px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 240px;
  background: #031525;
  padding-top: 45px;
  padding-bottom: 20px; }
  .footer___HLJCV .telIco___2aQ8Z {
    width: 30px;
    height: 30px;
    margin-top: 5px; }
  .footer___HLJCV .content___1MiVI {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer___HLJCV .footerL___XoTuV h3 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 16px;
    margin: 0;
    line-height: 1;
    font-weight: normal; }
  .footer___HLJCV .footerL___XoTuV .zsLink___2b4b_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer___HLJCV .footerL___XoTuV .zsLinkCol___1R0rG {
    padding-right: 65px; }
  .footer___HLJCV .footerL___XoTuV .zsLinkCol___1R0rG:last-child {
    padding-right: 0; }
  .footer___HLJCV .footerL___XoTuV .zsLinkCol___1R0rG > a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-bottom: 16px;
    line-height: 1; }
    .footer___HLJCV .footerL___XoTuV .zsLinkCol___1R0rG > a:last-child {
      padding-bottom: 0; }
    .footer___HLJCV .footerL___XoTuV .zsLinkCol___1R0rG > a:hover {
      color: #f5a623;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .footer___HLJCV .footerR___2LcMK {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer___HLJCV .footerR___2LcMK::before {
      content: '';
      border-right: 1px solid #fff;
      width: 0;
      height: 112px; }
    .footer___HLJCV .footerR___2LcMK .contactWrap___3bm6g {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 36px; }
      .footer___HLJCV .footerR___2LcMK .contactWrap___3bm6g .contact___266Jl {
        padding-left: 18px; }
        .footer___HLJCV .footerR___2LcMK .contactWrap___3bm6g .contact___266Jl .tel___1O5gr {
          font-size: 33px;
          color: #f5a623;
          line-height: 1.2;
          font-weight: 700; }
        .footer___HLJCV .footerR___2LcMK .contactWrap___3bm6g .contact___266Jl > a {
          padding-top: 12px;
          font-size: 24px;
          color: #f5a623;
          line-height: 1.2; }
          .footer___HLJCV .footerR___2LcMK .contactWrap___3bm6g .contact___266Jl > a:hover {
            color: #f7ba54;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
    .footer___HLJCV .footerR___2LcMK .ftLogo___3Zo4C {
      margin-left: 72px;
      margin-right: 33px;
      width: 185px;
      height: 61px; }
    .footer___HLJCV .footerR___2LcMK .qrCode___1hNkK {
      width: 82px;
      height: 82px;
      background: url("/imgs/qr_code.png") no-repeat, center;
      border: 0; }
  .footer___HLJCV .footerCopyright___OUJDL {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px; }

.menuWrap___3H3oG {
  position: fixed;
  right: 24px;
  width: 104px;
  top: 94px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .menuWrap___3H3oG .arrow___3UegF {
    position: absolute;
    top: 0;
    left: -28px;
    width: 24px;
    height: 40px;
    background: rgba(3, 21, 37, 0.79);
    cursor: pointer; }
    .menuWrap___3H3oG .arrow___3UegF > svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .menuWrap___3H3oG .menuList___15ntu {
    position: relative;
    width: 80px;
    margin-left: 28px; }
    .menuWrap___3H3oG .menuList___15ntu > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 80px;
      margin-bottom: 8px;
      background: rgba(3, 21, 37, 0.79);
      text-align: center;
      overflow: hidden;
      padding: 2px; }
      .menuWrap___3H3oG .menuList___15ntu > a > span {
        right: 8px;
        display: inline-block;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        font-weight: normal;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        margin-top: 6px;
        line-height: 1; }
      .menuWrap___3H3oG .menuList___15ntu > a > svg path {
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .menuWrap___3H3oG .menuList___15ntu > a:hover > span {
        color: #f5a623; }
      .menuWrap___3H3oG .menuList___15ntu > a:hover svg path {
        fill: #f5a623; }

.menuWrapHide___1s_-I {
  width: 24px; }

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

