<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 瀛愬厓绱�-骞冲潎鍒嗘爮 */
.flex1 {
  flex: 1;
}
/* 鐖跺厓绱�-妯悜鎺掑垪锛堜富杞达級 */
.flex-h {
  display: flex;
  flex-direction: row;
}
/* 鐖跺厓绱�-妯悜鎹㈣ */
.flex-hw {
  flex-wrap: wrap;
}
/* 鐖跺厓绱�-姘村钩灞呬腑锛堜富杞存槸妯悜鎵嶇敓鏁堬級 */
.flex-hc {
  justify-content: center;
}
/* 鐖跺厓绱�-绾靛悜鎺掑垪锛堜富杞达級 */
.flex-v {
  display: flex;
  flex-direction: column;
}
/* 鐖跺厓绱�-绾靛悜鎹㈣ */
.flex-vw {
  flex-wrap: wrap;
}
/* 鐖跺厓绱�-绔栫洿灞呬腑锛堜富杞存槸妯悜鎵嶇敓鏁堬級 */
.flex-vc {
  align-items: center;
}
/* 瀛愬厓绱�-鏄剧ず鍦ㄤ粠宸﹀悜鍙筹紙浠庝笂鍚戜笅锛夌1涓綅缃紝鐢ㄤ簬鏀瑰彉婧愭枃妗ｉ『搴忔樉绀� */
.flex-1 {
  order: 1;
}
/* 瀛愬厓绱�-鏄剧ず鍦ㄤ粠宸﹀悜鍙筹紙浠庝笂鍚戜笅锛夌2涓綅缃紝鐢ㄤ簬鏀瑰彉婧愭枃妗ｉ『搴忔樉绀� */
.flex-2 {
  order: 2;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  html,
  body {
    font-size: 16px;
  }
}
a {
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  .bigger {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  .small {
    transform: scale(1);
    transition: all 0.5s;
  }
  .top-header {
    height: 30px;
    background: rgba(2, 20, 62, 0.7);
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .top-header .row {
    display: flex;
    justify-content: flex-end;
  }
  .top-header .row .text span {
    padding-right: 1.04vw;
  }
  .top-header .row .language-btns a {
    text-decoration: none !important;
    color: #ccc;
    margin-right: 10px;
  }
  .top-header .row .language-btns a:nth-child(3) {
    margin-right: 0;
  }
  .top-header .row .language-btns a.active {
    color: #52A3FF;
  }
  .top-header .row .normal {
    display: inline-block;
  }
  .top-header .row .hover {
    display: none;
  }
  .top-header .row &gt; div {
    position: relative;
    margin-left: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 20px;
    cursor: pointer;
  }
  .top-header .row &gt; div ul {
    position: absolute;
    top: 30px;
    overflow: hidden;
    background: #fff;
    width: 4vw;
    transition: all 0.2s ease;
    left: -1vw;
    text-align: center;
    height: 0;
  }
  .top-header .row &gt; div ul li {
    color: #666;
    opacity: 0.7;
  }
  .top-header .row &gt; div ul li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: none;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5vw;
  }
  .top-header .row &gt; div ul li a {
    color: #666;
  }
  .top-header .row &gt; div ul li a:hover {
    color: #193c96;
  }
  .top-header .row &gt; div ul li:hover {
    opacity: 1;
    color: #193c96;
  }
  .top-header .row &gt; div ul li:hover i {
    background: #193c96;
  }
  .top-header .row &gt; div .arrow {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    right: 0;
  }
  .top-header .row &gt; div:hover .normal {
    display: none;
  }
  .top-header .row &gt; div:hover .hover {
    display: inline-block;
  }
  .top-header .row &gt; div:hover ul {
    height: auto;
    padding: 0.5vw 0;
    border-top: 2px solid #fff;
  }
  .top-header .row &gt; div:hover .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
  }
  .menu-help {
    position: absolute;
    right: 80px;
    top: 30px;
  }
  .menu-help:before {
    content: '';
    position: absolute;
    background: #E9E8E8;
    width: 2px;
    height: 179px;
    left: -76px;
  }
  .menu-help a {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .menu-help a:hover {
    color: #193c96 !important;
  }
  .menu-help a:nth-of-type(1):before,
  .menu-help a:nth-of-type(2):before,
  .menu-help a:nth-of-type(3):before,
  .menu-help a:nth-of-type(4):before {
    content: '\70ED';
    position: absolute;
    background: #E60012;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    right: -25px;
  }
  .menu-help-hk a:nth-of-type(1):before,
  .menu-help-hk a:nth-of-type(2):before,
  .menu-help-hk a:nth-of-type(3):before,
  .menu-help-hk a:nth-of-type(4):before {
    content: '\71B1';
  }
  .menu-help-en a:nth-of-type(1):before,
  .menu-help-en a:nth-of-type(2):before,
  .menu-help-en a:nth-of-type(3):before,
  .menu-help-en a:nth-of-type(4):before {
    content: 'hot';
    width: 20px;
    right: -30px;
  }
  .arrow {
    content: "";
    position: absolute;
    top: -4px;
    right: 3px;
    bottom: 0;
    margin: auto 0;
    width: 7px;
    height: 7px;
    display: block;
    border: 1px solid rgba(0, 4, 26, 0.7);
    border-width: 1px 1px 0 0;
    transition: all 0.2s ease;
    transform: rotate(135deg);
    cursor: pointer;
  }
  .row {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
  }
  .header-flex {
    display: flex;
    align-items: center;
  }
  .header {
    position: fixed;
    top: 0;
    z-index: 110;
    width: 100%;
    height: 100px;
    background: none;
  }
  .header.slider {
    height: 100px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(5, 28, 86, 0.17);
    animation: fadeInDowns 1s ease-in-out;
  }
  .header.slider .top-header {
    background: #fff;
    color: #666;
  }
  .header.slider .top-header .row &gt; div {
    color: #666;
  }
  .header.slider .top-header .row &gt; div .arrow {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
  }
  .header.slider .top-header .row &gt; div:hover .arrow {
    border-right: 1px solid #193C96;
    border-top: 1px solid #193C96;
  }
  .header.slider nav {
    background: #fff !important;
  }
  .header.slider .menu:nth-of-type(1).current &gt; div {
    border-bottom: 3px solid #193C96;
  }
  .header.slider .menu:nth-of-type(1).current a {
    color: #193C96;
  }
  .header.slider .menu .arrow {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
  }
  .header.slider .menu:hover &gt; div a {
    color: #193c96;
  }
  .header.slider .menu:hover .arrow {
    border-right: 1px solid #193c96;
    border-top: 1px solid #193c96;
  }
  .header.slider .navbar .normalLog {
    display: none;
  }
  .header.slider .navbar .normal {
    display: block;
  }
  .header.slider .navbar .hover {
    display: none;
  }
  .header.slider .navbar .slider {
    display: block;
  }
  .header.slider .navbar .slider img {
    display: inline-block;
    width: 362px;
    height: 44px;
  }
  .header.slider .navbar .slider.slider_en {
    margin-top: 8px;
  }
  .header.slider .navbar .menu a {
    color: #666;
    font-weight: 400;
  }
  .header.slider .groups:hover .popover {
    background: #fff;
    border-top: 3px solid #193C96;
    box-shadow: 0px 3px 4px 0px rgba(5, 28, 86, 0.17);
  }
  .header.slider .groups li:hover a.hoverColor {
    color: #193C96 !important;
  }
  .header.slider .groups li:hover i {
    background: #193C96;
  }
  .header .groups {
    position: relative;
  }
  .header .groups:nth-of-type(2) .popover,
  .header .groups:nth-of-type(3) .popover {
    width: 500px;
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
  }
  .header .groups:nth-of-type(2) .popover.weixin,
  .header .groups:nth-of-type(3) .popover.weixin {
    width: 480px;
  }
  .header .groups:nth-of-type(5) .popover {
    width: 526px;
    left: -254px;
  }
  .header .groups:nth-of-type(5) .popover li {
    float: none;
  }
  .header .groups:nth-of-type(7) .popover.EN {
    left: -277px;
    width: 340px;
  }
  .header .groups .popover {
    list-style: none;
    z-index: 999;
    position: absolute;
    top: 55px;
    height: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(5, 28, 86, 0.2);
    width: 320px;
    transition: all 0.2s linear;
    overflow: hidden;
  }
  .header .groups .popover.EN:nth-child(6) {
    left: -80px;
  }
  .header .groups .popover li {
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 30px;
    float: left;
    width: 300px;
  }
  .header .groups .popover li a {
    color: #666;
    cursor: pointer;
  }
  .header .groups .popover li i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: none;
    vertical-align: middle;
    margin-right: 10px;
  }
  .header .groups .popover li:hover a.hoverColor {
    color: #193C96;
  }
  .header .groups:hover div .arrow {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .groups:hover:nth-of-type(5) .popover {
    height: 245px;
    /*&amp;:before {
              height: 3px;
              background: #193C96;
              content: '';
              position: absolute;
              width: 270px;
              top: 0;
              z-index: 1000;
            }*/
  }
  .header .groups:hover .popover {
    border-top: 3px solid #193C96;
    box-shadow: 0px 3px 4px 0px rgba(5, 28, 86, 0.17);
    height: auto;
    box-sizing: border-box;
    padding: 30px 0 10px ;
  }
  .header .groups:hover .popover li:hover i {
    background: #193C96;
  }
  .header.change {
    background: none;
  }
  .tran {
    width: 0;
    height: 0;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    border-top: 0.3rem solid rgba(255, 255, 255, 0.5);
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
  }
  .navbar .navbar-icon {
    display: flex;
    align-items: center;
  }
  .navbar .navbar-icon .normal {
    display: block;
  }
  .navbar .navbar-icon .slider {
    display: none;
  }
  .navbar .navbar-icon img {
    cursor: pointer;
    height: 44px;
  }
  .navbar .navbar-menu {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 4px;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(5) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(4) ul li:nth-of-type(2) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(6) li:nth-of-type(3) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(1),
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(3),
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(4) {
    display: none;
  }
  .navbar .menu {
    height: 44px;
    margin-left: 20px;
  }
  .navbar .menu:nth-of-type(1) {
    margin-right: 18px;
  }
  .navbar .menu &gt; div a {
    font-size: 16px;
  }
  .navbar .menu &gt; div p {
    width: 24px;
    height: 20px;
    position: relative;
  }
  .navbar .menu.current:nth-of-type(1) &gt; div {
    border-bottom: 2px solid #fff;
  }
  .navbar .menu.current &gt; div a {
    color: #fff;
  }
  .navbar .menu a {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar .menu a:hover {
    color: #fff;
  }
  .navbar .menu:hover &gt; a {
    color: #ffffff;
  }
  .navbar .menu &gt; div {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 42px;
    line-height: 24px;
    box-sizing: border-box;
    margin-top: 13px;
  }
  .navbar .menu &gt; div .arrow {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .navbar .menu &gt; div .normal {
    display: block;
  }
  .navbar .menu &gt; div .hover {
    display: none;
  }
  .navbar .menu &gt; div:hover .normal {
    display: none;
  }
  .navbar .menu &gt; div:hover .hover {
    display: block;
  }
  .navbar .lang {
    padding-left: 1.2vw;
    display: flex;
    align-items: center;
  }
  .navbar .lang a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
  }
  .navbar .lang a:hover {
    color: #fff !important;
  }
  .navbar .lang span {
    cursor: pointer;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0.6vw;
    transform: scale(0.9);
  }
  .navbar .nav-toggle {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .header .groups {
    position: relative;
  }
  .header .groups:nth-of-type(7) .popover.EN {
    left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .row {
    width: inherit;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .top-header {
    display: none;
  }
  nav {
    height: 100%;
  }
  .row {
    padding: 0 3.2vw;
  }
  .header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 13.3vw;
  }
  .header.slider {
    animation: all 0.8s ease-in-out 0s;
    background: #fff;
  }
  .header.change {
    background: #fff;
  }
  .header.change .groups .popover {
    background: none;
    border-radius: 0;
  }
  .header.change .groups .popover li:hover {
    background: none;
  }
  .header.change .groups .popover::before {
    display: none;
  }
  .header.change .groups .popover a {
    color: #000;
  }
  .header .normalLog {
    display: none;
  }
  .header .groups:hover .popover {
    line-height: normal;
  }
  .header .groups .popover {
    display: inherit;
    background: none;
    transition: all 0.3s ease-out;
  }
  .header .groups .popover::before {
    content: inherit;
    background: none;
    position: inherit;
    margin: 0;
  }
  .header .navbar-menu.En .groups .popover li {
    padding-left: 10vw;
  }
  .navbar {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .navbar .navbar-menu {
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
    transform: translateX(-120%);
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 0;
    animation: changeWidth 2s ease-in-out 0s;
    min-height: calc(100% - 13.33vw);
    box-shadow: 8px 5px 16px 0px rgba(25, 60, 150, 0.13);
    overflow-y: scroll;
    background: #fff;
    padding-top: 13.33vw;
    z-index: 10;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(5) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(4) ul li:nth-of-type(2) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(6) li:nth-of-type(3) {
    display: none;
  }
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(1),
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(3),
  .navbar .navbar-menu.EN .menu:nth-of-type(7) li:nth-of-type(4) {
    display: none;
  }
  .navbar .navbar-menu.En .menu div a {
    padding-left: 10vw;
  }
  .navbar .menu {
    border-bottom: 0.26vw solid #f6f6f6;
  }
  .navbar .menu.current div a {
    color: #193C96;
  }
  .navbar .menu.current a:before {
    background: #193C96;
  }
  .navbar .menu &gt; div {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 12.8vw;
    /* &amp;:hover {
         // background: #193C96;
         a {
           // color: #fff;
           &amp;:before {
             // background: #fff;
           }
         }
         .arrow {
          border: 1px solid #fff;
          border-width: 1px 1px 0 0;
        }
        } */
  }
  .navbar .menu &gt; div .hover {
    display: none;
  }
  .navbar .menu &gt; div .arrow {
    position: absolute;
    top: 0;
    right: 6.4vw;
  }
  .navbar .menu &gt; div a {
    padding: 4.3vw 0 4.3vw 5.33vw;
  }
  .navbar .menu &gt; div a.active {
    color: #193C96;
  }
  .navbar .menu &gt; div a:before {
    content: '';
    width: 1.1vw;
    height: 1.1vw;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5.3vw;
    visibility: hidden;
  }
  .navbar .menu:not(:last-child) {
    display: block;
    cursor: pointer;
    justify-content: center;
    height: auto;
    align-items: center;
  }
  .navbar .menu a {
    color: #000;
    font-size: 4.26vw;
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .navbar .menu a:hover {
    color: #193C96;
  }
  .navbar .menu.current &gt; a {
    color: #333;
  }
  .navbar .navbar-icon {
    position: relative;
    z-index: 1;
  }
  .navbar .navbar-icon img {
    height: 5.28vw;
  }
  .navbar .nav-toggle {
    display: block;
    width: 8vw;
    height: 100%;
    position: absolute;
    z-index: 12;
    left: 2vw;
    top: 0;
    transition: all 0.65s;
  }
  .navbar .nav-toggle .navbar-icon {
    position: relative;
    z-index: 1;
  }
  .navbar .nav-toggle:after,
  .navbar .nav-toggle span {
    position: absolute;
    content: "";
    background: #000;
    height: 2px;
    width: 5.3vw;
    top: 4.6vw;
    left: 1.35vw;
    transition: 0.2s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
  }
  .navbar .nav-toggle:after {
    top: 7.6vw;
  }
  .navbar .lang {
    display: block;
    padding-left: 0;
  }
  .navbar .lang a {
    color: #333;
    display: block;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .navbar .site-nav-menus {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
  }
  .navbar .site-nav-menus .button-close {
    display: none;
    position: absolute;
    top: 0;
    right: 2vw;
    width: 15vw;
    height: 15vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 2;
  }
  .navbar .site-nav-menus .button-close span {
    display: block;
  }
  .navbar .site-nav-menus .button-close .btn-top,
  .navbar .site-nav-menus .button-close .btn-btm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .navbar .site-nav-menus .button-close .btn-top .line,
  .navbar .site-nav-menus .button-close .btn-btm .line {
    position: absolute;
    left: 4.3vw;
    width: 25px;
    height: 3px;
    background: #000;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .site-nav-menus .button-close .btn-top {
    transform: rotate(45deg);
  }
  .navbar .site-nav-menus .button-close .btn-top .line {
    top: 7.5vw;
  }
  .navbar .site-nav-menus .button-close .btn-btm {
    transform: rotate(-45deg);
  }
  .navbar .site-nav-menus .button-close .btn-btm .line {
    bottom: 7.6vw;
  }
  .navbar.nav-open .site-nav-menus {
    width: 100%;
  }
  .navbar.nav-open .nav-toggle {
    z-index: 10000;
    left: 60vw;
  }
  .navbar.nav-open .nav-toggle span {
    transform: rotate(45deg);
    top: 6.2vw;
  }
  .navbar.nav-open .nav-toggle:before,
  .navbar.nav-open .nav-toggle:after {
    top: 6.1875vw;
  }
  .navbar.nav-open .nav-toggle:before {
    transform: rotate(45deg);
  }
  .navbar.nav-open .nav-toggle:after {
    transform: rotate(-45deg);
  }
  .navbar.nav-open .navbar-menu {
    transform: scale(1);
    transition: transform 0.55s, opacity 0.55s;
    width: 76.3vw;
  }
  .navbar.nav-open .btn-top,
  .navbar.nav-open .btn-btm {
    transition: transform 0.2s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .navbar.nav-open .btn-top line,
  .navbar.nav-open .btn-btm line {
    transition: transform 0.2s 0.2s, height 0.2s 0.2s;
  }
  .arrow {
    width: 2vw;
    height: 2vw;
    display: block;
    content: "";
    position: absolute;
    top: -11px;
    right: -23px;
    bottom: 0;
    margin: auto 0;
    border: 1px solid rgba(0, 4, 26, 0.7);
    border-width: 1px 1px 0 0;
    transition: all 0.2s ease;
    transform: rotate(135deg);
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    margin-right: 3.73vw;
  }
  .arrow.helpArrow {
    right: 6.4vw;
  }
  .hoverColor {
    position: relative;
  }
  .menu-help {
    padding-left: 5vw;
  }
  .menu-help a {
    position: relative;
  }
  .menu-help a:nth-of-type(1):after,
  .menu-help a:nth-of-type(2):after,
  .menu-help a:nth-of-type(3):after,
  .menu-help a:nth-of-type(4):after {
    content: '\70ED';
    position: absolute;
    background: #E60012;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    right: 25vw;
    top: 4vw;
  }
  .menu-help.menu-help-hk-mobile a:nth-of-type(1):after,
  .menu-help.menu-help-hk-mobile a:nth-of-type(2):after,
  .menu-help.menu-help-hk-mobile a:nth-of-type(3):after,
  .menu-help.menu-help-hk-mobile a:nth-of-type(4):after {
    content: '\71B1';
    width: 20px;
  }
  .menu-help.menu-help-en-mobile a:nth-of-type(1):after,
  .menu-help.menu-help-en-mobile a:nth-of-type(2):after,
  .menu-help.menu-help-en-mobile a:nth-of-type(3):after,
  .menu-help.menu-help-en-mobile a:nth-of-type(4):after {
    content: 'hot';
    width: 20px;
    right: 20px;
  }
  .header .groups {
    /* &amp;:nth-of-type(2) {
        &amp;.current {
          .popover {
            height: 60vw !important;
          }
        }
      }

      &amp;:nth-of-type(6) {
        &amp;.current {
          .popover {
            height: 49.5vw !important;
          }
        }
      }

      &amp;:nth-of-type(3) {
        &amp;.current {
          .popover {
            height: 30vw !important;
          }
        }
      }


      &amp;:nth-of-type(4),
      &amp;:nth-of-type(5),
      &amp;:nth-of-type(7) {
        &amp;.current {
          .popover {
            height: 20vw !important;
          }
        }
      }  */
  }
  .header .groups.current .arrow {
    transform: rotate(-45deg);
  }
  .header .groups:nth-of-type(5) .popover li {
    height: auto;
  }
  .header .groups .popover {
    position: initial;
    overflow: hidden;
    max-height: 0;
    padding: 0 !important;
    transition: max-height 0.3s ease-out;
  }
  .header .groups .popover li {
    text-align: left;
    height: 12.8vw;
    line-height: 12.8vw;
    background: #f6f6f6;
    padding-left: 11.73vw;
    border-bottom: 1px solid #e8e8e8;
  }
  .header .groups .popover li a {
    font-size: 4.26vw;
    line-height: normal;
    display: block;
    height: 12.8vw;
    line-height: 12.8vw;
    color: #666 !important;
  }
  .header .groups .popover li:hover {
    transform: scale(1);
  }
  .header .groups .popover li:hover a {
    opacity: 1;
  }
  .header .groups.current .popover {
    max-height: 120vw;
  }
  .header .groups.current .popover li {
    transform-origin: 0 50%;
    transform: scale(1);
    opacity: 1;
  }
  .header .groups.current .popover a {
    transition: padding-bottom 0.25s;
  }
  .header .groups.current .popover a:hover {
    color: #193c96;
  }
}

.footer {
  margin-top: 120px;
  background: #22262d;
  color: #999;
  font-size: 14px;
}
.footer .row {
  padding: 61px 0 30px;
}
.footer .footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.footer .footer-top.EN p {
  text-align: left;
  word-break: break-word;
}
.footer .footer-top strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  display: block;
  font-weight: normal;
}
.footer .footer-top p {
  line-height: 2vw;
}
.footer .footer-center {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footer .footer-center .friends {
  display: flex;
  padding-bottom: 15px;
  margin-top: 29px;
}
.footer .footer-center .friends .friends-link {
  display: flex;
  margin-left: 10px;
}
.footer .footer-center .friends .friends-link.EN li:nth-of-type(1) a:nth-of-type(2),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(1) a:nth-of-type(4),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(1) a:nth-of-type(5),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(1) a:nth-of-type(6) {
  display: none;
}
.footer .footer-center .friends .friends-link.EN li:nth-of-type(2) a:nth-of-type(2),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(2) a:nth-of-type(5),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(2) a:nth-of-type(6) {
  display: none;
}
.footer .footer-center .friends .friends-link.EN li:nth-of-type(3)  a:nth-of-type(1),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(3)  a:nth-of-type(3),
.footer .footer-center .friends .friends-link.EN li:nth-of-type(3)  a:nth-of-type(4) {
  display: none;
}
.footer .footer-center .friends ul {
  display: flex;
}
.footer .footer-center .friends li {
  margin-right: 43px;
}
.footer .footer-center .friends li:nth-of-type(3) {
  margin-right: 0;
}
.footer .footer-center .friends li h5 {
  color: #eee;
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 16px;
  width: 180px;
}
.footer .footer-center .friends li h5.EN {
  width: 200px;
}
.footer .footer-center .friends li p a {
  display: block;
  color: #999;
  margin-bottom: 16px;
  font-size: 13px;
}
.footer .footer-center .friends li p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-center .friends .qr {
  flex: 1;
  display: flex;
  margin-right: 8px;
  justify-content: flex-end;
}
.footer .footer-center .friends .qr div {
  text-align: center;
  padding-left: 80px;
}
.footer .footer-center .friends .qr div.EN {
  padding-left: 0;
  padding-right: 20px;
}
.footer .footer-center .friends .qr div.EN:nth-child(2) {
  padding-right: 0;
}
.footer .footer-center .friends .qr div img {
  width: 150px;
  height: 150px;
}
.footer .footer-center .friends .qr div .back_ground_erweimajiaoyi {
  display: block;
}
.footer .footer-center .friends .qr div .back_ground_erweimagongzonghao {
  display: block;
}
.footer .footer-center .friends .qr div span {
  padding-top: 1vw;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.footer .footer-center .friends .qr div span.EN {
  width: 172px;
}
.footer .footer-center .text {
  line-height: 2vw;
}
.footer .footer-center .text:nth-of-type(1) {
  margin-bottom: 15px;
}
.footer .footer-center .text a {
  color: #999;
}
.footer .footer-center .text:nth-of-type(2) a {
  margin-right: 30px;
}
.footer .footer-center .text:nth-of-type(2) a:nth-of-type(3) {
  margin-left: 70px;
}
.footer .footer-center .text:nth-of-type(2) a:nth-of-type(3).EN {
  margin-left: 90px;
}
.footer .footer-center .text:nth-of-type(2) a:nth-of-type(4).EN {
  margin-left: 4px;
}
.footer .footer-center .text:nth-of-type(2) a:nth-of-type(6).EN {
  margin-left: 90px;
}
.footer .footer-center .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-bottom .address,
.footer .footer-bottom .email,
.footer .footer-bottom .tel,
.footer .footer-bottom .account {
  margin-top: 20px;
}
.footer .footer-bottom p em {
  font-style: normal;
}
.footer .footer-bottom p span {
  margin-right: 2vw;
}
.footer .footer-bottom p.copyright {
  margin-top: 31px;
}
.footer .copyright {
  margin-top: 20px;
}
.footer .copyright a {
  color: #999;
}
@media screen and (min-width: 1800px) {
  .footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    margin-top: 9.6vw;
    padding: 6.4vw 3.2vw;
  }
  .footer .row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .footer-top strong {
    font-size: 4.26vw;
    color: #eee;
    display: block;
    margin-bottom: 3.2vw;
  }
  .footer .footer-top p {
    line-height: 4.8vw;
    font-size: 3.73vw;
    text-align: justify;
  }
  .footer .footer-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer-center {
    border-top: 1px solid rgba(102, 102, 102, 0.5);
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer .footer-center .friends {
    display: initial;
  }
  .footer .footer-center .friends .friends-link {
    display: initial;
  }
  .footer .footer-center .friends .friends-link.EN li:nth-of-type(1).current p {
    height: 16vw;
  }
  .footer .footer-center .friends .friends-link.EN li:nth-of-type(2).current p {
    height: 24vw;
  }
  .footer .footer-center .friends .friends-link.EN li:nth-of-type(3).current p {
    height: 10vw;
  }
  .footer .footer-center .friends ul {
    display: initial;
  }
  .footer .footer-center .friends li {
    border-bottom: 0.3vw solid #666666;
    font-size: 3.7vw;
    margin-right: 0;
  }
  .footer .footer-center .friends li h5 {
    height: 11.46vw;
    line-height: 11.46vw;
    color: #eeeeee;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .footer .footer-center .friends li h5 i {
    display: block;
    margin-left: auto;
    width: 2.67vw;
    height: 2.9vw;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
  }
  .footer .footer-center .friends li p {
    color: #eeeeee;
    padding-left: 3.73vw;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
  }
  .footer .footer-center .friends li p a {
    margin-bottom: 5vw;
  }
  .footer .footer-center .friends li.current i {
    transform: rotate(45deg);
  }
  .footer .footer-center .friends li.current p {
    padding-top: 2vw;
  }
  .footer .footer-center .friends li:nth-of-type(1).current p {
    height: 50vw;
  }
  .footer .footer-center .friends li:nth-of-type(2).current p {
    height: 16vw;
  }
  .footer .footer-center .friends li:nth-of-type(3).current p {
    height: 50vw;
  }
  .footer .footer-center .friends li:nth-of-type(4).current p {
    height: 35vw;
  }
  .footer .footer-center .friends li:nth-of-type(5).current p {
    height: 43vw;
  }
  .footer .footer-center .friends .qr {
    margin: 8.1vw 0;
    justify-content: space-between;
  }
  .footer .footer-center .friends .qr div {
    padding-left: 0;
  }
  .footer .footer-center .friends .qr div img {
    width: 37.33vw;
    height: 37.33vw;
  }
  .footer .footer-center .friends .qr div span {
    color: #eee;
    font-size: 12px;
    display: block;
    margin-top: 4.8vw;
  }
  .footer .footer-center .text {
    line-height: 4.8vw;
    font-size: 3.2vw;
  }
  .footer .footer-center .text:nth-of-type(2) {
    margin-top: 4.8vw;
  }
  .footer .footer-center .text:nth-of-type(2) span {
    display: block;
    margin-bottom: 1vw;
  }
  .footer .footer-center .text:nth-of-type(2) a {
    display: inline-block;
  }
  .footer .footer-center .text:nth-of-type(2) a:nth-of-type(3) {
    margin-left: 0;
  }
  .footer .footer-bottom .footer-bottom-h5 {
    margin-top: 4.8vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer-bottom .footer-bottom-h5 em {
    font-weight: normal;
    display: block;
    color: #999;
    margin-bottom: 4.8vw;
    font-size: 3.7vw;
  }
  .footer .footer-bottom .footer-bottom-h5 em.EN {
    margin-left: 0;
  }
  .footer .footer-bottom .footer-bottom-h5 .tel span {
    display: block;
    margin-bottom: 4.6vw;
  }
  .footer .footer-bottom .footer-bottom-h5 .tel span.EN {
    margin-left: 0;
  }
  .footer .footer-bottom .footer-bottom-h5 .tel span.mb0 {
    margin-bottom: 0;
  }
  .footer .footer-bottom .footer-bottom-h5 .address span {
    display: block;
    font-size: 3.7vw;
    margin-bottom: 3.7vw;
  }
  .footer .footer-bottom .footer-bottom-h5 .account {
    font-size: 3.7vw;
    line-height: 2;
  }
  .footer .copyright {
    margin-top: 4.6vw !important;
    text-align: center;
    font-size: 3.2vw;
    color: #888;
    background: none;
  }
  .footer .copyright.EN {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .content-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    line-height: 37px;
  }
  .content-title:before {
    content: '';
    background: #193c96;
    height: 24px;
    width: 6px;
    position: absolute;
    top: 15px;
  }
  .content-title.EN h4 {
    display: none;
  }
  .content-title.EN:before {
    top: 6px;
  }
  .content-title strong {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    font-weight: normal;
    display: inline-block;
    margin: 0 13px 0 16px;
  }
  .content-title em {
    font-size: 14px;
    color: #666;
    padding-right: 3px;
  }
  .content-title h4 {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .content-title {
    position: relative;
    color: #666;
    margin-bottom: 4vw;
    line-height: 1.3;
  }
  .content-title:before {
    content: '';
    background: #193c96;
    height: 4.3vw;
    width: 1.1vw;
    position: absolute;
    top: 1.6vw;
  }
  .content-title.EN h4 {
    display: none;
  }
  .content-title strong {
    font-size: 6.4vw;
    font-weight: normal;
    padding-left: 2vw;
    color: #000;
  }
  .content-title em {
    font-size: 0.8vw;
    padding-right: 0.2vw;
  }
  .content-title h4 {
    font-size: 3.2vw;
    font-weight: normal;
    display: inline-block;
    margin-left: 2vw;
  }
}

.bread {
  font-size: 14px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bread .notice-hide:nth-of-type(2) {
  display: none;
}
.bread.change {
  padding: 20px 0;
}
.bread.change div:not(:last-child) a {
  color: #52A3FF;
}
.bread.change div:not(:last-child):after {
  border-right: 1px solid #52A3FF;
}
.bread.change div:last-child a {
  color: #fff;
}
.bread div:not(:last-child) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bread div:not(:last-child) a {
  color: #28489B;
}
.bread div:not(:last-child):after {
  content: '';
  display: inline-block;
  padding-right: 1vw;
  margin-right: 1vw;
  height: 0.6vw;
  border-right: 1px solid #000;
}
.bread div:last-child {
  color: #000;
}
.p2-title {
  font-family: Microsoft YaHei, sans-serif;
  font-size: 1.8vw;
  color: #333333;
  letter-spacing: 0.3vw;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0.2vw 0.4vw rgba(0, 0, 0, 0.22);
  margin-top: 3vw;
  text-transform: uppercase;
}
.p2-title.En {
  letter-spacing: 0;
}
.p2-title-shadow {
  font-family: 'arial';
  opacity: 0.08;
  font-size: 2.5vw;
  color: #193C96;
  letter-spacing: 0;
  text-align: center;
  margin-top: -1vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .bread {
    display: none;
  }
  .p2-title {
    font-size: 4.8vw;
    margin-top: 5vw;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .p2-title.En {
    letter-spacing: 0;
  }
  .p2-title-shadow {
    font-size: 4.8vw;
    font-family: "arial";
    font-weight: bold;
    margin-top: -1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .bread {
    display: none;
  }
  .p2-title {
    font-size: 4.8vw;
    margin-top: 5vw;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .p2-title-shadow {
    font-size: 4.8vw;
    font-family: "arial";
    font-weight: bold;
    margin-top: -1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .banner {
    position: relative;
    height: calc(100vh - 30px);
    overflow: hidden;
    /* .wapBanner {
      display: none;
    }

    .pcBanner {
      display: block;
    } */
  }
  .banner.account_open {
    height: 100vh;
  }
  .banner.account_open .ban {
    height: 100vh;
  }
  .banner .ban {
    width: 100%;
    height: calc(100vh - 30px);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .banner .ban a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .banner .ban .download_content a {
    width: 50%;
    left: auto;
    right: 0;
  }
  .banner .ban .download_content .download_content_left {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .banner .row {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .banner .banner1 .row {
    padding: 0 6.5rem;
    margin-top: calc(50vh - 6.55rem);
    transform: translateY(-50%);
  }
  .banner .banner1 .row h4 {
    color: #fff;
    font-weight: bold;
    font-size: 3.375rem;
    margin-bottom: 2.5rem;
  }
  .banner .banner1 .row a {
    display: inline-block;
    background: linear-gradient(90deg, #2255d6 0%, #4c74db 100%);
    border-radius: 1.375rem;
    padding: 0 3.125rem;
    height: 2.75rem;
    line-height: 2.75rem;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }
  .banner .banner-btn {
    position: absolute;
    top: 43%;
    z-index: 2;
    width: 100%;
    display: none;
  }
  .banner .banner-btn .prev,
  .banner .banner-btn .next {
    position: absolute;
  }
  .banner .banner-btn .prev {
    left: 5px;
    width: 40px;
    height: 40px;
    background: url("https://cdn.gfzq.cn/hkstore/economy/sprites/home-910-778.png");
    background-repeat: no-repeat;
    background-size: 910px 778px;
    background-position: -515px -736px;
  }
  .banner .banner-btn .prev.nor {
    opacity: 0.6;
  }
  .banner .banner-btn .prev.sel {
    opacity: 1;
  }
  .banner .banner-btn .next {
    right: 5px;
    width: 40px;
    height: 40px;
    background: url("https://cdn.gfzq.cn/hkstore/economy/sprites/home-910-778.png");
    background-repeat: no-repeat;
    background-size: 910px 778px;
    background-position: -470px -736px;
  }
  .banner .banner-btn .next.nor {
    opacity: 0.6;
  }
  .banner .banner-btn .next.sel {
    opacity: 1;
  }
  .banner .banner-btn img {
    width: 40px;
  }
  .banner .swiper-pagination-bullet {
    opacity: 0.5;
    background: none;
    display: inline-block;
    width: auto;
  }
  .banner .swiper-pagination-bullet img:nth-of-type(1) {
    width: 20px;
  }
  .banner .swiper-pagination-bullet img:nth-of-type(2) {
    width: 58px;
    margin: 0 14px;
  }
  .banner .swiper-pagination-bullet:last-child img:nth-of-type(2) {
    display: none;
  }
  .banner .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .banner .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 35px;
    height: 20px;
  }
  .banner .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .banner .swiper-pagination-bullet-active {
    background: none;
  }
  .banner .swiper-page {
    position: absolute;
    top: calc((100vh - 380px) / 2);
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 320px;
  }
  .banner .swiper-page .desc {
    width: 320px;
    height: 420px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
  }
  .banner .swiper-page .desc.desc-en {
    width: 334px;
    height: 510px;
    font-size: 12px;
  }
  .banner .swiper-page .desc.account_open_des {
    padding-top: 42px;
    height: 408px;
    box-sizing: border-box;
  }
  .banner .swiper-page .desc.account_open_des.account_open_des_en {
    height: 408px;
  }
  .banner .swiper-page .desc.account_open_des .shadow {
    margin-top: 34px;
    margin-bottom: 24px;
  }
  .banner .swiper-page .desc.account_open_des .shadow.EN {
    margin-top: 0;
  }
  .banner .swiper-page .desc.account_open_des .ewm {
    margin-top: 0;
  }
  .banner .swiper-page .desc.account_open_des .text-shadow {
    padding: 0 16px;
    line-height: 1.5;
  }
  .banner .swiper-page .desc strong {
    padding-top: 21px;
    color: #000000;
    font-family: Microsoft YaHei, sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .banner .swiper-page .desc strong:nth-of-type(1) {
    padding-top: 26px;
  }
  .banner .swiper-page .desc strong:nth-of-type(1).EN {
    padding-top: 42px;
  }
  .banner .swiper-page .desc strong:nth-of-type(2).EN {
    padding-top: 20px;
  }
  .banner .swiper-page .desc p {
    width: 290px;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
  }
  .banner .swiper-page .desc p:nth-of-type(1).EN {
    line-height: 22px;
    font-size: 13px;
    width: 180px;
  }
  .banner .swiper-page .desc p:nth-of-type(2).EN {
    line-height: 22px;
    font-size: 12px;
    width: 274px;
    padding-right: 10px;
  }
  .banner .swiper-page .desc p:nth-of-type(3).EN {
    line-height: 22px;
    font-size: 13px;
    width: 239px;
    margin-bottom: 5px;
  }
  .banner .swiper-page .desc .ewm {
    height: 167px;
    position: relative;
    margin-top: -8px;
  }
  .banner .swiper-page .desc .ewm img {
    width: 167px;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .banner .swiper-page .desc .ewm img:hover {
    margin-top: -5px;
  }
  .banner .swiper-page .desc .shadow {
    margin-top: -10px;
  }
  .banner .swiper-page .desc a {
    width: 160px;
    height: 36px;
    background: #193c96;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-top: 5px;
  }
  .banner .swiper-page .desc a:hover {
    opacity: 0.8;
  }
  .banner .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
  }
  .banner .more .guide {
    width: 2.25rem;
    display: none;
    animation: guide 3s linear infinite;
  }
  @keyframes guide {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
      transform: scale3d(1.1);
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 1200px) {
  .h5-wrapper {
    margin-top: 13.3vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .banner {
    height: 101.8vw;
    /* .wapBanner {
      display: block;
    }

    .pcBanner {
      display: none;
    } */
  }
  .banner .ban {
    height: 101.8vw;
    padding-top: 0;
  }
  .banner .ban a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .banner .swiper-page,
  .banner .more {
    display: none;
  }
  .banner .banner-btn {
    display: none;
  }
  .banner .banner1 .row {
    margin-top: 37.33vw;
    padding: 0;
    text-align: center;
  }
  .banner .banner1 .row h4 {
    font-size: 1.875rem;
  }
  .banner .banner1 .row a {
    display: none;
  }
  .banner .swiper-pagination-bullet {
    opacity: 0.5;
    background: none;
    display: inline-block;
    width: auto;
  }
  .banner .swiper-pagination-bullet img:nth-of-type(1) {
    width: 4.8vw;
  }
  .banner .swiper-pagination-bullet img:nth-of-type(2) {
    width: 10.4vw;
    height: 10vw;
  }
  .banner .swiper-pagination-bullet:last-child img:nth-of-type(2) {
    display: none;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 35px;
    height: 20px;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: none;
  }
  .swiper-pagination {
    display: block;
    bottom: 2.5rem !important;
  }
}
.ReactModal__Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
}
.ReactModal__Content {
  padding: 0 20px !important;
  background: transparent !important;
  border: none !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
  border-radius: 0;
}
#main-video {
  width: 100%;
  height: 100%;
}
.close-video {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.close-video span {
  display: block;
  position: relative;
  padding: 35px 50px;
  transition: all 0.5s ease-out 0s;
}
.close-video span:hover {
  transform: scale(1.2);
}
.close-video em {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.close-video em:nth-of-type(1) {
  transform: rotate(45deg);
}
.close-video em:nth-of-type(2) {
  transform: rotate(-45deg);
}

.shape {
  background: rgba(0, 0, 0, 0.3);
  scroll-behavior: unset;
}
.modal-self {
  box-shadow: 0 0.2vw 0.5vw 0 rgba(0, 0, 0, 0.2);
  width: 52vw;
  margin: 0 auto;
  margin-top: 50vh;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 2px;
}
.modal-self.modal-kefu {
  width: 460px;
}
.modal-self.modal-kefu .modal-info {
  padding: 16px 24px;
}
.modal-self.modal-kefu .modal-info p {
  height: auto;
  line-height: initial;
  font-size: 18px;
  line-height: 22px;
  word-wrap: break-word;
  font-weight: bold;
}
.modal-self.modal-kefu .modal-info img {
  width: 19px;
  height: 19px;
  margin: 11px 20px;
}
.modal-self.modal-kefu .modal-article {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.modal-self.modal-kefu .share-main {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 29px 0 25px;
}
.modal-self.modal-kefu .share-main .iphone-scan {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 29px 0 25px;
  line-height: initial;
  color: rgba(0, 0, 0, 0.85);
}
.modal-self.modal-kefu .share-main .iphone-scan.EN {
  margin: 10px 0 10px 25px;
}
.modal-self.modal-kefu .share-main .ewms {
  display: block;
  width: 258px;
  margin: 0 auto 29px;
  padding: 20px;
  border: 1px solid #CED0D6;
}
.modal-self .webview {
  white-space: pre-wrap;
  word-break: break-all;
}
.modal-self .webview.website-news li {
  list-style-type: disc;
}
.modal-self .modal-info {
  border-radius: 2px 2px 0 0;
  background: #F5F5F5;
  position: relative;
}
.modal-self .modal-info p {
  text-align: center;
  height: 2.9vw;
  line-height: 2.9vw;
  color: #000000;
  font-weight: 500;
}
.modal-self .modal-info img {
  cursor: pointer;
  position: absolute;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.4vw;
  right: 0;
  top: 0.6vw;
}
.modal-self .modal-article {
  padding: 1.3vw 2.3vw 0;
  max-height: 70vh;
  overflow: auto;
}
.modal-self .modal-article h5 {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1em;
}
.modal-self .modal-article p {
  text-align: left;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1em;
  font-family: ArialMT;
  word-break: break-word;
}
.modal-self .modal-btns {
  padding: 2.1vw 0;
  text-align: center;
}
.modal-self .modal-btns a {
  cursor: pointer;
  display: inline-block;
  width: 6vw;
  height: 2.2vw;
  line-height: 2.2vw;
  border-radius: 1.1vw;
  font-size: 14px;
}
.modal-self .modal-btns .modal-btn-primary {
  background: #193C96;
  color: #FFFFFF;
}
.modal-self .modal-btns .modal-btn-default {
  margin-left: 1vw;
  color: #000000;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1200px) {
  .modal-self {
    width: 80vw;
  }
  .modal-self.modal-kefu {
    width: auto;
  }
  .modal-self .webview {
    white-space: pre-wrap;
    word-break: break-all;
  }
  .modal-self .webview p {
    word-break: break-all;
    white-space: break-spaces;
    word-break: break-word;
  }
  .modal-self .modal-info p {
    height: 10vw;
    line-height: 10vw;
  }
  .modal-self .modal-info img {
    width: 4vw;
    height: 4vw;
    top: 0;
    margin: 3vw;
  }
  .modal-self .modal-article {
    padding: 4vw;
    max-height: 50vh;
  }
  .modal-self .modal-article.modalIndex img {
    max-width: 100%;
    height: auto;
  }
  .modal-self .modal-article p {
    text-align: justify;
  }
  .modal-self .modal-article.EN {
    text-align: left;
  }
  .modal-self .modal-article.EN p {
    line-height: 5vw;
    text-align: left;
  }
  .modal-self .modal-btns {
    padding: 4vw 0 4vw;
  }
  .modal-self .modal-btns a {
    width: 6em;
    border-radius: 3vw;
    height: 6vw;
    line-height: 6vw;
  }
  .modal-self .modal-btns .modal-btn-default {
    margin-left: 4vw;
  }
}

.body-banner div {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body-banner div.p3-bg a {
  display: block;
  width: 100%;
  height: 100%;
}
.body-banner div h4 {
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  line-height: 3.3vw;
  text-shadow: 0 0.1vw 0.5vw rgba(6, 29, 91, 0.24);
  color: #fff;
}
.body-banner div h4.EN {
  letter-spacing: 0;
}
.body-banner div h5 {
  font-weight: 300;
  font-size: 1.3vw;
  letter-spacing: 0.2vw;
  line-height: 1.6vw;
  text-shadow: 0 0.1vw 0.5vw rgba(6, 29, 91, 0.24);
  color: #fff;
  margin-top: 1vw;
  text-align: center;
}
.full {
  height: 100vh !important;
}
.full h4 {
  font-size: 2.5vw !important;
}
.p3-bg {
  width: 100vw;
  height: 26vw;
}
@media screen and (max-width: 1200px) {
  .body-banner div {
    height: 26.1vw;
    margin-top: 13.3vw;
  }
}

.backtop {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  margin-top: 10px;
}
.backtop img {
  width: 1.4vw;
}
.backtop .icon-up {
  width: 20px;
  height: 10px;
  background: url("https://cdn.gfzq.cn/hkstore/economy/sprites/home-910-778.png");
  background-repeat: no-repeat;
  background-size: 413.6364px 389px;
  background-position: -245.9091px -343.5px;
  display: block;
}
.silder {
  width: 125px;
  position: fixed;
  right: 20px;
  top: 350px;
  z-index: 100;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.silder strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 20px;
  font-weight: normal;
}
.silder .silder-top {
  background-color: #fff;
}
.silder .silder-top.silder-top-en strong {
  font-size: 12px !important;
}
.silder .silder-top img {
  width: 99px;
  display: block;
  padding: 10px 10px 5px;
  background: #fff;
  margin: 0 auto;
}
.silder .silder-bottom {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.silder .silder-bottom p {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.silder .silder-bottom .zx {
  cursor: pointer;
  font-size: 11px;
  color: #666;
  height: 36px;
  display: flex;
  justify-self: center;
}
.silder .silder-bottom .zx:nth-of-type(1) img {
  margin-top: 5px;
  margin-bottom: 9px;
}
.silder .silder-bottom .zx img {
  width: 25px;
  display: block;
  margin: 0 auto 5px;
}
.silder .silder-bottom .zx:nth-of-type(2) img {
  height: 26px;
}
.silder .silder-bottom .zx a {
  color: #666;
}
@media screen and (max-width: 1200px) {
  .silder {
    display: none;
  }
  .backtop {
    display: none;
    right: 5.417vw;
    background: #fff;
    width: 10.67vw;
    height: 10.67vw;
    justify-content: center;
    align-items: center;
  }
  .backtop img {
    width: 7.6vw;
  }
}

.swiper-table {
  position: relative;
}
.swiper-table .swiper-wrapper {
  height: 14vw;
  line-height: 14vw;
  z-index: 10;
  position: relative;
}
.swiper-table .swiper-wrapper a {
  color: #888;
  position: relative;
  display: block;
  height: 12vw;
  text-align: center;
  font-size: 3.73vw;
}
.swiper-table .swiper-wrapper a.active {
  color: #193c96;
  font-size: 4vw;
}
.swiper-table .swiper-wrapper a.active:before {
  content: "";
  width: 80px;
  height: 1.3vw;
  background: #193c96;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
.swiper-table .swiper-button-next {
  right: -10px !important;
  width: 32px;
  height: 32px;
  background: url("https://cdn.gfzq.cn/hkstore/economy/sprites/home-910-778.png");
  background-repeat: no-repeat;
  background-size: 910px 778px;
  background-position: -769px -736px;
  top: 8.5vw;
  z-index: 1000;
}
.swiper-table .swiper-button-next.disable {
  opacity: 0.5;
}
.swiper-table .swiper-button-prev {
  left: -10px !important;
  width: 32px;
  height: 32px;
  background: url("https://cdn.gfzq.cn/hkstore/economy/sprites/home-910-778.png");
  background-repeat: no-repeat;
  background-size: 910px 778px;
  background-position: -732px -736px;
  top: 8.5vw;
  z-index: 1000;
}
.swiper-table .swiper-button-prev.disable {
  opacity: 0.5;
}

</pre></body></html>