@charset "UTF-8";
p {
  margin: 0; }

a:focus-visible, a:active, a:focus {
  outline: unset; }

.dropdown-toggle:focus {
  outline: 0; }

[v-cloak] {
  display: none !important; }

.header_box .nav-item.dropdown .dropdown-toggle .iconfont {
  transition: 0.6s; }
  .header_box .nav-item.dropdown .dropdown-toggle .iconfont.rote {
    transform: rotate(180deg); }

.header_box {
  width: 100%;
  background-color: #1e1e1e;
  /*x导航下拉icon*/
  /*mobile-navbar*/
  /*mobile-second-menu*/
  /*中英切换*/
  /*nav icon*/ }
  .header_box.active {
    background-color: black; }
  .header_box header.container {
    padding: 0; }
  .header_box .drop_box.container {
    justify-content: center; }
  .header_box .dropdown-item {
    display: flex;
    align-items: center;
    width: auto; }
    .header_box .dropdown-item img.icon {
      width: 5rem; }
      .header_box .dropdown-item img.icon.pc {
        display: none; }
  .header_box .logo_img {
    width: 6rem;
    height: 3rem; }
  .header_box .navbar {
    padding: .15rem 0; }
  .header_box .navbar-collapse {
    flex-grow: 0;
    height: 0; }
  .header_box .navbar-brand.active {
    position: absolute;
    left: 0;
    top: 0;
    /* bottom: 0;
     height: 100%;
     z-index: 1;*/
    padding-left: 1rem;
    background-color: #000; }
  .header_box .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: 0.5em solid transparent;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 30px;
    top: 16px; }
  .header_box .btn-dark:not(:disabled):not(.disabled).active, .header_box .btn-dark:not(:disabled):not(.disabled):active, .header_box .show > .btn-dark.dropdown-toggle {
    background-color: transparent;
    border: none;
    box-shadow: unset; }
  .header_box button:focus {
    outline: none !important;
    box-shadow: unset; }
  .header_box .button_group {
    display: flex; }
    .header_box .button_group .btn-lan {
      margin-left: 10px;
      display: none;
      background-color: transparent;
      border: none;
      border: 2px solid #333;
      padding: 0.2rem 1rem;
      border-radius: 10px; }
    .header_box .button_group .navbar-toggler {
      background-color: transparent;
      color: #fff;
      padding: .25rem 0 .25rem 1rem; }
    .header_box .button_group.active {
      position: absolute;
      right: 15px;
      top: 13px; }
      .header_box .button_group.active .btn-lan {
        display: none; }
      .header_box .button_group.active .navbar-toggler {
        color: #000; }
      .header_box .button_group.active .icon-close::before {
        color: #c2c2c2;
        font-size: 22px; }
    .header_box .button_group .menu_img {
      width: 20px; }
  .header_box .hide {
    display: none; }
    .header_box .hide a {
      background-color: black;
      color: #fff !important; }
  .header_box .navbar-toggler {
    border: none; }
  .header_box .iconfont.close_menu {
    display: none;
    color: #fff; }
  .header_box .our_navbar {
    position: relative; }
    .header_box .our_navbar.active {
      height: 100vh;
      align-items: flex-start;
      padding-top: 55px; }
  .header_box .dropdown-menu {
    background-color: #000; }
  .header_box .dropdown-toggle.active::after {
    /*    display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid #fff;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;*/ }
  .header_box .nav_icon {
    width: 80px;
    height: 80px; }
  .header_box .nav_proTitle {
    font-size: 16px;
    color: #2f2d2d; }
  .header_box .nav_proSubTitle {
    color: #6c6c6c;
    font-size: 15px; }
  .header_box .nav-item.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header_box .nav-item.dropdown .dropdown-toggle .iconfont {
      display: none; }

@media screen and (max-width: 768px) {
  /*mobile*/
  .header_box {
    padding: 0 1rem; }
    .header_box.active {
      padding: 0; }
    .header_box .nav_proTitle {
      color: #fff; }
    .header_box header {
      padding: 0; }
    .header_box .navbar {
      padding: .15rem 0; }
    .header_box .button_group .btn-lan {
      display: block; }
    .header_box .navbar-brand {
      padding-left: 0; }
    .header_box .nav-item.dropdown .dropdown-toggle:after {
      display: none; }
    .header_box .nav-item.dropdown .dropdown-toggle .iconfont {
      display: inline-block; }

  .navbar-nav .nav-link {
    color: #9f9f9f;
    border-bottom: 1px solid rgba(187, 187, 187, 0.1);
    margin: 0 1rem;
    padding: 1rem 0; }
  .navbar-nav.active {
    display: block; }

  .navbar-nav .dropdown-menu.nav_dropdown {
    max-height: 24rem;
    overflow-y: scroll;
    border: none;
    padding-left: 28px;
    font-size: 15px; }
    .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item {
      display: flex;
      align-items: center;
      padding: .25rem .3rem;
      color: #9f9f9f;
      background: transparent; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item:focus {
        background: transparent; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item .icon {
        width: 60px;
        margin-right: 10px; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item .iconfont {
        font-size: 60px;
        color: #000;
        margin-right: 10px; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item.mobile {
        display: block; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item.pc {
        display: none; }

  .en {
    display: none; } }
@media screen and (min-width: 769px) {
  /*pc*/
  .navbar {
    padding: 0;
    height: 64px; }
    .navbar.navbar-expand-lg.our_navbar {
      justify-content: space-between; }
    .navbar .dropdown-menu.technical {
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.13); }

  .dropdown {
    position: unset; }

  .bg-light {
    background-color: #d8d8d8 !important; }

  /*点击导航箭头跑了*/
  .header_box .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0.35em solid transparent;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    position: unset; }

  /*隐藏语言切换按钮*/
  .navbar-nav.noChangeLan .nav-item:last-child {
    margin-right: 0;
    padding-right: 0; }
    .navbar-nav.noChangeLan .nav-item:last-child .nav-link {
      padding-right: 0 !important; }

  /*导航下拉框*/
  .navbar-nav .dropdown-menu {
    width: 100%;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13); }
    .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item:hover {
      background-color: transparent; }
      .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item:hover .nav_proTitle {
        color: #96dc00; }
    .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item .iconfont {
      font-size: 80px;
      color: #fff; }
    .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item.mobile {
      display: none; }
    .navbar-nav .dropdown-menu.nav_dropdown .dropdown-item.pc {
      display: block; }
    .navbar-nav .dropdown-menu.show {
      display: flex; }

  .nav-item {
    padding: 20px 0;
    margin: 0 0.9rem; }
    .nav-item.active .nav-link {
      color: #fff; }
    .nav-item.hide {
      display: block;
      margin-right: 0; }
    .nav-item .nav-link {
      color: #bbb;
      padding: .5rem 1rem !important;
      font-size: 15px; }
      .nav-item .nav-link.active {
        color: #fff;
        transition: color .2s ease-in; }

  .header_box .button_group {
    display: none; }
  .header_box .dropdown-item {
    flex-flow: column;
    margin-bottom: 15px;
    padding: 10px 25px 5px; }
    .header_box .dropdown-item img.icon.pc {
      display: block;
      margin-bottom: 0; }
    .header_box .dropdown-item img.icon.mobile {
      display: none; }

  .en {
    display: block; }
    .en .nav-link {
      font-size: 14px;
      padding: 0 1rem;
      background-color: black;
      color: #fff;
      border: 2px solid #333;
      border-radius: 10px;
      line-height: 32px; }
      .en .nav-link:hover {
        color: #fff;
        background-color: #333;
        transition: all .2s; }

  /*导航下拉分割线*/
  .dropdown-divider {
    margin: 0;
    padding: 28px 0; }
    .dropdown-divider::after {
      content: "";
      height: 94px;
      position: absolute;
      width: 2px;
      background-color: #2a2a2a; }

  /*导航下拉项*/
  .dropdown-item {
    padding: 15px;
    text-align: center; }

  .dropright:hover > .dropdown-menu {
    display: block; }

  /*pc端导航点击*/
  .header_box .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: 0.3em solid transparent;
    border-top-color: transparent;
    border-bottom-color: #bbb;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
    right: 0;
    top: -2px; } }
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none; }

  .header_box .navbar-collapse {
    display: flex;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }

  .navbar-nav .dropdown-menu {
    position: absolute; }

  /*pc端适配产品*/
  .nav_dropdown .dropdown-item.col-md-2 {
    flex: 25%;
    max-width: 25%; } }
* {
  margin: 0;
  padding: 0; }

.siteGuides.fixed_bottom {
  position: fixed;
  width: 100%; }
.siteGuides .site_top {
  display: flex;
  justify-content: space-between;
  padding: 0; }
.siteGuides.pc {
  display: block;
  background-color: #1e1e1e;
  padding: 3.75rem 1rem 3.75rem; }
.siteGuides.mobile {
  display: none;
  padding: 0;
  background-color: #1e1e1e; }
  .siteGuides.mobile .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    border: none;
    background: transparent;
    will-change: unset !important;
    z-index: 0;
    font-size: 14px;
    padding-left: 28px; }
    .siteGuides.mobile .navbar-nav .dropdown-menu .dropdown-item {
      padding: .7rem 0;
      color: #9a9b9c;
      background: transparent; }
      .siteGuides.mobile .navbar-nav .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #fff; }
  .siteGuides.mobile .nav-item.dropdown .dropdown-toggle:after {
    display: none; }
  .siteGuides.mobile .nav-item.dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .siteGuides.mobile .nav-item .nav-link {
    color: #9f9f9f;
    padding: 1rem; }
  .siteGuides.mobile .nav-item.show .nav-link {
    border-color: transparent; }
  .siteGuides.mobile .site_icon {
    transition: 0.6s; }
    .siteGuides.mobile .site_icon.rote {
      transform: rotate(180deg); }
    .siteGuides.mobile .site_icon.active {
      display: none; }
.siteGuides .site_box_left {
  flex: 1; }
.siteGuides .site_box {
  flex: 1;
  min-width: 0;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between; }
  .siteGuides .site_box.container {
    padding: 1.5rem 0; }
  .siteGuides .site_box .site_item_group {
    display: flex;
    flex-flow: column; }
    .siteGuides .site_box .site_item_group a {
      color: #868686;
      font-size: 15px;
      padding-bottom: 5px; }
      .siteGuides .site_box .site_item_group a:last-child {
        padding-bottom: 0; }
      .siteGuides .site_box .site_item_group a.item_head {
        font-size: 15px;
        color: #fff;
        padding-bottom: 15px; }
        .siteGuides .site_box .site_item_group a.item_head:hover {
          color: #fff; }
      .siteGuides .site_box .site_item_group a:hover {
        color: #96dc00; }
    .siteGuides .site_box .site_item_group .site_item {
      display: flex;
      flex-flow: column; }
.siteGuides .concat_left .title {
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px; }
.siteGuides .concat_left .concat_item {
  color: #9f9f9f;
  font-size: 15px;
  padding-bottom: 10px; }
  .siteGuides .concat_left .concat_item:last-child {
    padding-bottom: 0; }
  .siteGuides .concat_left .concat_item a {
    color: #96dc00; }
    .siteGuides .concat_left .concat_item a:hover {
      color: #85c300; }
.siteGuides .site_right {
  width: 27rem;
  color: #d2d2d2; }
  .siteGuides .site_right .iconfont {
    font-size: 1.5rem;
    margin-right: 12px; }
  .siteGuides .site_right .footer_icon {
    height: 34px; }
  .siteGuides .site_right p {
    padding-left: 6rem;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem; }
    .siteGuides .site_right p:nth-child(2) {
      padding-bottom: 0; }
    .siteGuides .site_right p.telNumber {
      font-size: 1.875rem;
      color: #96dc00;
      text-align: right;
      padding-bottom: 0.5rem;
      word-break: break-all;
      white-space: pre; }
    .siteGuides .site_right p.focus {
      padding-bottom: 5px; }
  .siteGuides .site_right .platform_group {
    display: flex;
    align-items: center;
    padding-left: 6rem; }
    .siteGuides .site_right .platform_group .item {
      transition: height 2s;
      height: 3rem;
      width: 60px; }
      .siteGuides .site_right .platform_group .item.wechat {
        width: 60px; }
      .siteGuides .site_right .platform_group .item:hover {
        cursor: pointer; }
        .siteGuides .site_right .platform_group .item:hover img#app {
          filter: brightness(7.5); }
      .siteGuides .site_right .platform_group .item.weibo {
        display: flex;
        align-items: center; }
      .siteGuides .site_right .platform_group .item .role {
        transition: all 0.5s ease;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff; }
      .siteGuides .site_right .platform_group .item .icon_img {
        opacity: 0;
        transition: opacity 0.5s ease;
        position: relative; }
        .siteGuides .site_right .platform_group .item .icon_img.active {
          opacity: 1; }
      .siteGuides .site_right .platform_group .item img.code {
        background-color: #fff;
        border-radius: 15px;
        width: 158px;
        height: 158px;
        position: relative;
        left: -64px;
        top: 7px;
        padding: 10px; }
      .siteGuides .site_right .platform_group .item .iconfont {
        margin-right: 1rem;
        font-size: 2rem;
        color: #d2d2d2; }
        .siteGuides .site_right .platform_group .item .iconfont:hover {
          color: #96dc00;
          cursor: pointer; }

@media screen and (max-width: 768px) {
  .siteGuides.pc {
    display: none; }
  .siteGuides.mobile {
    display: block;
    z-index: 0;
    background-color: #1e1e1e; }
    .siteGuides.mobile .nav-item .nav-link {
      padding: 1rem 0;
      font-size: 16px; }
  .siteGuides .site_box {
    padding: 1rem; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .siteGuides .site_right {
    width: 17rem; }
    .siteGuides .site_right p {
      padding-left: 3.4rem; }
    .siteGuides .site_right .platform_group {
      padding-left: 4.5rem; } }
* {
  padding: 0;
  margin: 0; }

a, a:hover {
  text-decoration: none; }

.concat {
  background-color: #1e1e1e; }
  .concat .concat_box .concat_mobile {
    display: none;
    text-align: left;
    padding: 2rem 0; }
    .concat .concat_box .concat_mobile .logo {
      margin-bottom: 15px; }
      .concat .concat_box .concat_mobile .logo img {
        width: 6rem;
        margin-bottom: 10px; }
    .concat .concat_box .concat_mobile .context p {
      display: flex;
      align-items: center;
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      margin-bottom: 6px; }
      .concat .concat_box .concat_mobile .context p:nth-child(3) {
        margin-bottom: 15px; }
      .concat .concat_box .concat_mobile .context p.light_text {
        color: #96dc00;
        font-size: 2rem;
        margin-bottom: 20px; }
      .concat .concat_box .concat_mobile .context p img {
        width: 16px;
        margin-right: 12px; }
    .concat .concat_box .concat_mobile .context .platform_group .item {
      width: 10rem;
      background-color: #fff;
      border-radius: 15px;
      padding: 10px; }
  .concat .concat_box .concat_pc {
    padding: 1.5rem 0 3.75rem;
    display: none; }
  .concat .concat_box.container {
    padding: 0; }
  .concat .concat_box .concat_left .title {
    font-size: 1rem;
    color: #c2c2c2;
    padding-bottom: 10px; }
  .concat .concat_box .concat_left .concat_item {
    color: #9f9f9f;
    font-size: .875rem;
    padding-bottom: 10px; }
    .concat .concat_box .concat_left .concat_item:last-child {
      padding-bottom: 0; }
    .concat .concat_box .concat_left .concat_item a {
      color: #96dc00; }
      .concat .concat_box .concat_left .concat_item a:hover {
        color: #85c300; }
  .concat .concat_box .concat_first {
    display: none;
    text-align: left; }
    .concat .concat_box .concat_first .logo {
      margin-bottom: .8rem; }
    .concat .concat_box .concat_first .context p {
      padding-bottom: .8rem; }
      .concat .concat_box .concat_first .context p.light_text {
        font-size: 1.875rem;
        color: #91d700; }
    .concat .concat_box .concat_first .context .platform_group {
      display: flex;
      align-items: center; }
      .concat .concat_box .concat_first .context .platform_group .item {
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all 0.8s ease-in 0s;
        width: 97px; }
        .concat .concat_box .concat_first .context .platform_group .item img {
          display: none; }
        .concat .concat_box .concat_first .context .platform_group .item .iconfont {
          margin-right: 1rem;
          font-size: 2rem;
          color: #515155; }
          .concat .concat_box .concat_first .context .platform_group .item .iconfont:hover {
            color: #91d700;
            cursor: pointer; }
  .concat.fixed_bottom {
    position: fixed;
    width: 100%; }
  .concat .concat_right {
    padding: 0;
    margin: 0 auto; }
    .concat .concat_right .concat_flex {
      display: flex;
      flex-flow: column;
      align-items: center;
      padding: 0;
      justify-content: center; }
      .concat .concat_right .concat_flex span {
        font-size: .85rem; }

@media screen and (max-width: 768px) {
  .concat {
    padding: 0;
    position: unset; }
    .concat .concat_box .concat_mobile {
      display: block;
      padding: 2rem 0; }
      .concat .concat_box .concat_mobile .logo {
        margin-bottom: 0; }
        .concat .concat_box .concat_mobile .logo img {
          margin-bottom: 0; }
    .concat .concat_box .concat_pc {
      display: none; }
    .concat .concat_box.container {
      padding: 0 1rem;
      margin: 0; }
    .concat .concat_box .concat_first {
      display: block; }
    .concat .concat_right {
      padding: 0 1rem; }
      .concat .concat_right .concat_flex {
        max-width: 31.33%;
        width: auto; }
        .concat .concat_right .concat_flex:nth-child(even) {
          margin: 0 .7rem; } }
@media screen and (max-width: 366px) {
  .concat {
    padding: 1rem; }
    .concat .concat_right {
      padding: 0 1rem; }
      .concat .concat_right .concat_flex {
        max-width: 50%;
        width: 50%;
        margin-bottom: 1.5rem; }
        .concat .concat_right .concat_flex:nth-child(even) {
          margin: 0 0 1.5rem; }
        .concat .concat_right .concat_flex:last-child {
          max-width: 100%;
          width: 100%; } }
.records {
  padding: 1rem;
  color: #bbb;
  font-size: 13px;
  background-color: #000; }
  .records.fixed_bottom {
    position: fixed;
    width: 100%;
    bottom: 0; }
  .records .records_content {
    text-align: center; }
    .records .records_content a {
      color: #bbb; }
      .records .records_content a:hover {
        color: #85c300; }
    .records .records_content.container {
      padding: 0; }

@media screen and (max-width: 768px) {
  .records {
    padding: 1rem .8rem;
    position: unset; }
    .records .records_content {
      display: block; } }
.container {
  max-width: 1660px;
  padding: 0; }

.index_page {
  position: relative;
  width: 100%; }

button:focus {
  outline: none; }

.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus {
  box-shadow: unset; }

a:active, a:focus, a::focus-visible {
  outline: none;
  box-shadow: unset;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px; } }
[v-cloak] {
  display: none; }

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