@charset "UTF-8";
body, html {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
  background: #000;
  font-family: "微软雅黑";
  overflow-x: hidden; }

@keyframes bg_fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes text_up {
  from {
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes plane_anni {
  from {
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.anni_plane {
  animation: plane_anni 0.4s ease forwards; }

.info_up {
  opacity: 0;
  width: 100%;
  animation: text_up  0.8s  ease 2.3s forwards; }

[v-cloak] {
  display: none; }

#HBS_H123D {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  min-width: 1200px; }
  #HBS_H123D .pc_container {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    background: #000;
    padding-bottom: 60px; }
    #HBS_H123D .pc_container .language_btn_ {
      position: fixed;
      height: 0.5rem;
      z-index: 210;
      right: 0.2rem;
      top: 0.2rem; }
      #HBS_H123D .pc_container .language_btn_ img {
        width: 0.38rem;
        margin: 0 auto;
        vertical-align: top;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        cursor: pointer;
        border-radius: 0.03rem; }
        #HBS_H123D .pc_container .language_btn_ img:hover {
          box-shadow: 0 0 8px #fff; }
    #HBS_H123D .pc_container .language_wrapper {
      position: fixed;
      display: none;
      z-index: 200;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10rem;
      height: auto;
      box-sizing: border-box;
      padding: 0.1rem;
      border-radius: 8px;
      background: rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 15px #ccc; }
      #HBS_H123D .pc_container .language_wrapper ul {
        width: 100%;
        height: 100%;
        list-style: none; }
        #HBS_H123D .pc_container .language_wrapper ul li {
          display: inline-block;
          box-sizing: border-box;
          width: 19.5%;
          padding: 0.30rem;
          cursor: pointer; }
          #HBS_H123D .pc_container .language_wrapper ul li span {
            display: block;
            text-align: center;
            font-size: 0.14rem;
            padding: 0.05rem;
            color: #eee; }
            #HBS_H123D .pc_container .language_wrapper ul li span img {
              width: 0.50rem; }
    #HBS_H123D .pc_container .video_wrapper {
      position: fixed;
      z-index: 200;
      width: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      box-shadow: 0 0 15px #eee; }
    #HBS_H123D .pc_container .backTop {
      position: fixed;
      z-index: 210;
      right: 0.2rem;
      bottom: 1.5rem;
      display: none; }
      #HBS_H123D .pc_container .backTop img {
        display: block;
        width: 0.35rem;
        height: 0.35rem;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0.05rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.7);
        border: 1px solid #ccc;
        cursor: pointer; }
        #HBS_H123D .pc_container .backTop img:hover {
          transition: all ease 0.3s;
          background: rgba(255, 255, 255, 0.3); }
    #HBS_H123D .pc_container .header {
      position: fixed;
      z-index: 100;
      bottom: 0;
      width: 100%;
      min-width: 1200px;
      height: 0.60rem;
      box-sizing: border-box;
      padding: 0 0.5rem;
      display: table;
      table-layout: fixed;
      background: rgba(45, 48, 55, 0.9);
      font-size: 0.14rem; }
      #HBS_H123D .pc_container .header .header_item {
        display: table-cell;
        vertical-align: middle;
        width: 1.2rem; }
      #HBS_H123D .pc_container .header a.logo {
        display: inline-block;
        width: 1.0rem;
        text-align: center;
        box-sizing: border-box;
        padding-right: 0.15rem; }
        #HBS_H123D .pc_container .header a.logo img {
          width: 100%; }
      #HBS_H123D .pc_container .header .center_part_wrapper {
        width: 12.46rem; }
        #HBS_H123D .pc_container .header .center_part_wrapper .center_part {
          width: 100%;
          box-sizing: border-box;
          height: 100%;
          display: table;
          table-layout: fixed;
          margin: 0 auto;
          color: #fff; }
          #HBS_H123D .pc_container .header .center_part_wrapper .center_part .product_info {
            display: table-cell;
            vertical-align: middle; }
            #HBS_H123D .pc_container .header .center_part_wrapper .center_part .product_info a {
              color: #fff; }
              #HBS_H123D .pc_container .header .center_part_wrapper .center_part .product_info a span {
                padding-right: 0.3rem;
                font-weight: bold;
                letter-spacing: 0.01rem; }
          #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper {
            display: table-cell;
            vertical-align: middle; }
            #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list {
              width: 80%;
              height: 100%;
              min-width: 350px;
              box-sizing: border-box;
              display: table;
              position: relative;
              float: right; }
              #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list li {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                box-sizing: border-box;
                padding: 0 0.10rem 0 0.10rem; }
                #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list li a {
                  display: inline-block;
                  height: 100%;
                  line-height: 0.60rem;
                  box-sizing: border-box;
                  text-align: center;
                  border-bottom: 0.03rem solid transparent;
                  color: #fff;
                  text-decoration: none;
                  font-size: 0.13rem;
                  letter-spacing: 0.01rem; }
                  #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list li a:hover {
                    transition: 0.3s ease all;
                    color: #1fd1d5; }
                #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list li a.nav_ac {
                  transition: all ease-out .3s;
                  border-bottom: 0.03rem solid rgba(255, 255, 255, 0);
                  color: #1fd1d5; }
                #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list li:first-child {
                  display: none; }
              #HBS_H123D .pc_container .header .center_part_wrapper .center_part .nav_wrapper ul.nav_list .slide_border {
                transition: all ease-in-out .4s;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                box-sizing: border-box;
                border-bottom: 0.03rem solid #1fd1d5;
                animation: slide_anni ease .3s; }
@keyframes slide_anni {
  from {
    opacity: 0;
    left: 50px; } }
          #HBS_H123D .pc_container .header .center_part_wrapper .center_part .buy_btn {
            display: table-cell;
            vertical-align: middle;
            width: 1.3rem;
            padding-left: 0.2rem;
            text-align: center; }
            #HBS_H123D .pc_container .header .center_part_wrapper .center_part .buy_btn a {
              display: inline-block;
              vertical-align: middle;
              width: 100%;
              line-height: 0.45rem;
              background: #ff5358;
              color: #fff;
              border-radius: 5px;
              font-size: 0.13rem;
              letter-spacing: 0.01rem;
              font-weight: bold;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
      #HBS_H123D .pc_container .header .language_btn {
        width: 0.3rem;
        float: right; }
        #HBS_H123D .pc_container .header .language_btn img {
          width: 100%;
          background: rgba(0, 0, 0, 0.7);
          cursor: pointer;
          border-radius: 0.03rem; }
          #HBS_H123D .pc_container .header .language_btn img:hover {
            box-shadow: 0 0 8px #fff; }
    #HBS_H123D .pc_container .bottom {
      position: fixed;
      z-index: 100;
      bottom: 0;
      width: 100%;
      min-width: 1200px;
      height: 0.6rem;
      box-sizing: border-box;
      display: table;
      table-layout: fixed;
      background: #fff; }
      #HBS_H123D .pc_container .bottom .info, #HBS_H123D .pc_container .bottom .price, #HBS_H123D .pc_container .bottom .buyNow, #HBS_H123D .pc_container .bottom .logo {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #535f75;
        font-size: 0.24rem; }
      #HBS_H123D .pc_container .bottom .logo {
        width: 120px;
        text-align: right; }
        #HBS_H123D .pc_container .bottom .logo img {
          width: 0.85rem; }
      #HBS_H123D .pc_container .bottom .buyNow {
        background: #535f75;
        font-size: 0.18rem;
        color: #fff;
        cursor: pointer; }
        #HBS_H123D .pc_container .bottom .buyNow a {
          display: block;
          width: 100%;
          line-height: 0.6rem;
          font-size: 0.25rem;
          color: #fff;
          text-decoration: none; }
      #HBS_H123D .pc_container .bottom .price {
        font-weight: bold; }
    #HBS_H123D .pc_container .part {
      width: 100%;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      position: relative;
      background: #000; }
      #HBS_H123D .pc_container .part .wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: relative; }
        #HBS_H123D .pc_container .part .wrapper img.part_bg {
          display: block;
          width: 100%;
          margin: 0;
          padding: 0;
          box-sizing: border-box; }
        #HBS_H123D .pc_container .part .wrapper .part_item {
          width: 100%;
          box-sizing: border-box;
          position: absolute;
          top: 0; }
          #HBS_H123D .pc_container .part .wrapper .part_item img {
            display: block;
            width: 100%;
            box-sizing: border-box;
            position: absolute;
            top: 0;
            left: 0; }
          #HBS_H123D .pc_container .part .wrapper .part_item img:nth-child(1) {
            position: static; }
        #HBS_H123D .pc_container .part .wrapper .plane {
          z-index: 10; }
        #HBS_H123D .pc_container .part .wrapper .last {
          z-index: 20; }
        #HBS_H123D .pc_container .part .wrapper .info, #HBS_H123D .pc_container .part .wrapper .info2 {
          width: 100%;
          box-sizing: border-box; }
          #HBS_H123D .pc_container .part .wrapper .info p, #HBS_H123D .pc_container .part .wrapper .info2 p {
            width: 80%;
            box-sizing: border-box;
            padding: 0.15rem 0;
            margin: 0 auto;
            color: #fff;
            font-size: 0.33rem;
            letter-spacing: 0.03rem; }
        #HBS_H123D .pc_container .part .wrapper .video_btn {
          position: absolute;
          top: 42%;
          left: 25%;
          z-index: 100;
          width: 2.6rem;
          height: 0.5rem;
          line-height: 0.5rem;
          text-align: center;
          font-size: 0.16rem;
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          border: 1px solid #555; }
          #HBS_H123D .pc_container .part .wrapper .video_btn a {
            color: #fff;
            text-decoration: none; }
          #HBS_H123D .pc_container .part .wrapper .video_btn img {
            width: 0.3rem;
            height: 0.3rem;
            padding-left: 0.05rem;
            padding-bottom: 0.02rem;
            vertical-align: middle; }
    #HBS_H123D .pc_container .part1 .wrapper .info {
      position: absolute;
      bottom: 2rem; }
      #HBS_H123D .pc_container .part1 .wrapper .info p:nth-child(1) {
        width: 60%;
        font-style: italic;
        text-align: center; }
        #HBS_H123D .pc_container .part1 .wrapper .info p:nth-child(1) span:nth-child(2) {
          font-size: 0.5rem; }
      #HBS_H123D .pc_container .part1 .wrapper .info p:nth-child(2) {
        width: 60%;
        text-align: center;
        color: rgba(255, 255, 255, 0.75);
        padding-left: 0.8; }
    #HBS_H123D .pc_container .part1 .wrapper .info2 {
      position: absolute;
      top: 35%;
      left: 22%;
      z-index: 100;
      height: 0.5rem;
      line-height: 0.5rem;
      text-align: center;
      font-size: 0.16rem;
      color: #fff; }
      #HBS_H123D .pc_container .part1 .wrapper .info2 p {
        text-align: left;
        width: 100%;
        font-size: 0.22rem !important; }
    #HBS_H123D .pc_container .part3 .wrapper .info {
      position: absolute;
      bottom: 6rem; }
      #HBS_H123D .pc_container .part3 .wrapper .info p:nth-child(1) {
        font-style: italic; }
        #HBS_H123D .pc_container .part3 .wrapper .info p:nth-child(1) span:nth-child(1) {
          font-size: 0.5rem; }
      #HBS_H123D .pc_container .part3 .wrapper .info p:nth-child(2) {
        font-size: 0.25rem;
        color: rgba(255, 255, 255, 0.75); }
    #HBS_H123D .pc_container .part4 .wrapper .info {
      position: absolute;
      top: 2rem; }
      #HBS_H123D .pc_container .part4 .wrapper .info p {
        width: 65%;
        font-style: italic;
        text-align: right;
        font-size: 0.4rem; }
    #HBS_H123D .pc_container .part4 .wrapper .info2 {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      bottom: 1.6rem; }
      #HBS_H123D .pc_container .part4 .wrapper .info2 p {
        font-size: 0.25rem;
        color: rgba(255, 255, 255, 0.7); }
    #HBS_H123D .pc_container .part5 .wrapper .info {
      position: absolute;
      bottom: 0rem; }
      #HBS_H123D .pc_container .part5 .wrapper .info p:nth-child(1), #HBS_H123D .pc_container .part5 .wrapper .info p:nth-child(2) {
        font-style: italic;
        font-size: 0.5rem; }
      #HBS_H123D .pc_container .part5 .wrapper .info p:nth-child(3), #HBS_H123D .pc_container .part5 .wrapper .info p:nth-child(4) {
        font-size: 0.25rem;
        color: rgba(255, 255, 255, 0.75); }
    #HBS_H123D .pc_container .part6 .wrapper .info {
      position: absolute;
      top: 1.9rem; }
      #HBS_H123D .pc_container .part6 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.5rem;
        text-align: right; }
      #HBS_H123D .pc_container .part6 .wrapper .info p:nth-child(2), #HBS_H123D .pc_container .part6 .wrapper .info p:nth-child(3), #HBS_H123D .pc_container .part6 .wrapper .info p:nth-child(4) {
        text-align: right;
        font-size: 0.25rem;
        color: #fff; }
    #HBS_H123D .pc_container .part7 .wrapper .info {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      #HBS_H123D .pc_container .part7 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.4rem;
        text-align: right;
        letter-spacing: 0.07rem; }
      #HBS_H123D .pc_container .part7 .wrapper .info p:nth-child(2) {
        text-align: right;
        font-size: 0.25rem;
        color: #fff; }
      #HBS_H123D .pc_container .part7 .wrapper .info p:nth-child(3) {
        text-align: right;
        font-size: 0.25rem;
        color: #fff; }
    #HBS_H123D .pc_container .part8 .wrapper .info {
      position: absolute;
      bottom: 1rem; }
      #HBS_H123D .pc_container .part8 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.4rem; }
      #HBS_H123D .pc_container .part8 .wrapper .info p:nth-child(2), #HBS_H123D .pc_container .part8 .wrapper .info p:nth-child(3), #HBS_H123D .pc_container .part8 .wrapper .info p:nth-child(4) {
        font-size: 0.25rem;
        color: #fff; }
    #HBS_H123D .pc_container .part9 .wrapper .info {
      position: absolute;
      top: 0.8rem; }
      #HBS_H123D .pc_container .part9 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.4rem;
        text-align: center; }
      #HBS_H123D .pc_container .part9 .wrapper .info p:nth-child(2), #HBS_H123D .pc_container .part9 .wrapper .info p:nth-child(3), #HBS_H123D .pc_container .part9 .wrapper .info p:nth-child(4) {
        font-size: 0.25rem;
        color: #fff;
        text-align: center; }
    #HBS_H123D .pc_container .part10 .wrapper .info {
      position: absolute;
      bottom: 0.8rem; }
      #HBS_H123D .pc_container .part10 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.4rem;
        text-align: center; }
      #HBS_H123D .pc_container .part10 .wrapper .info p:nth-child(2), #HBS_H123D .pc_container .part10 .wrapper .info p:nth-child(3), #HBS_H123D .pc_container .part10 .wrapper .info p:nth-child(4) {
        font-size: 0.25rem;
        color: #fff;
        text-align: center; }
    #HBS_H123D .pc_container .part11 .wrapper .info {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50%; }
      #HBS_H123D .pc_container .part11 .wrapper .info p:nth-child(1) {
        font-style: italic;
        font-size: 0.6rem;
        text-align: right;
        letter-spacing: 0.05rem; }

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