﻿@font-face {
  font-family: 'Bahnschrift';
  src: url("../font/BAHNSCHRIFT.TTF");
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  font-weight: 100;
  line-height: 100%;
  list-style: none;
  box-sizing: border-box;
}

#nav-area *,#product-popover *{
  /* font-weight:normal !important; */
}
html,
body {
  width: 100%;
  min-width: 1260px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

h1 {
  color: #1b1b1b;
  font-size: 52px;
}

.bannerTitle {
  font-weight: 600;
}

h2 {
  color: #1b1b1b;
  font-size: 40px;
  margin-top: 18px;
  line-height: 54px;
}

h3 {
  color: #1b1b1b;
  font-size: 30px;
}

.first-line {
  margin-top: 30px;
}

.second-line {
  margin-top: 70px;
}

h4 {
  color: #1b1b1b;
  font-size: 26px;
  line-height: 40px;
}

h5 {
  color: #1b1b1b;
  line-height: 34px;
  font-size: 20px;
  margin-top: 26px;
}

h6 {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}

/*导航栏*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 1.9473684210526316rem;
  /* border-bottom: 1px solid #f0f0f0; */
  background-color: #fff;
  /* transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; */
}

@media screen and (max-width: 1280px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 740px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: #fff;
    /* transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; */
  }

  /* 产品入口 */
  /* .product-entrance {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 291px;
    box-sizing: border-box;
    padding: 6.65px 10.65px 0;
  }

  .product-item {
    position: relative;
    width: 618px;
    height: 291px;
    cursor: pointer;
  }

  .product-item.b2b {
    height: 291px;
    margin-right: 6.65px;
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1607412036000_index_b2b_bg.png');
    background-size: cover;
  }

  .product-item.pos {
    height: 291px;
    margin-right: 6.65px;
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1607412036000_index_pos_bg.png');
    background-size: cover;
  }

  .product-item.b2bshop {
    height: 291px;
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1614583311000_index_b2bshop_bg.png');
    background-size: cover;
  } */
}

@media screen and (min-width: 1280px) {
  /* 产品入口 */
  /* .product-entrance {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0.05263157894736842rem 0.08421052631578947rem 0;
  }

  .product-item {
    flex: 1;
    position: relative;
    height: 2.32rem;
    cursor: pointer;
  }

  .product-item.b2b {
    margin-right: 0.05263157894736842rem;
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1607412036000_index_b2b_bg.png');
    background-size: cover;
  }

  .product-item.pos {
    margin-right: 0.05263157894736842rem;
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1607412036000_index_pos_bg.png');
    background-size: cover;
  }

  .product-item.b2bshop {
    background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1614583311000_index_b2bshop_bg.png');
    background-size: cover;
  } */

  /* .product-item-title {
  position: relative;
  margin: 56px 0 26px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.product-item-sec-title-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
}

.product-item-sec-title {
  display: inline-block;
  position: relative;
  height: 38px;
  box-sizing: border-box;
  padding: 0 37px;
  border-radius: 8px;
  background-color: #fff;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
}

.pos .product-item-sec-title {
  color: #000;
}

.b2b .product-item-sec-title {
  color: #f74d61;
}

.product-item-more {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
} */
}

.nav-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  transform: scaleY(0.5);
}

#hbb-logo {
  vertical-align: middle;
}

.right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}

#nav-area {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  line-height: 48px;
}

#nav-area a {
  position: relative;
  height: 100%;
  padding: 0 20px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
  z-index: 1;
  cursor: pointer;
}

#nav-area a:hover {
  color: #f74d61;
}

.btn-area #login,
.btn-area #register {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
}

.btn-area #login {
  border: 1px solid #f74d61;
  margin-left: 20px;
  color: #f74d61;
}

#underline {
  position: absolute;
  width: 68px;
  height: 3px;
  background: #f74d61;
  top: 45px;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#nav-area .thisPage {
  color: #f74d61;
}

/* 顶部轮番大图样式 */
.container {
  margin-top: 48px;
}

.banner {
  width: 100%;
  min-width: 1260px;
  height: 663px;
  position: relative;
}

.banner ul,
.bannerBG {
  width: 100%;
  min-width: 1260px;
  height: 100%;
}

.bannerBG {
  position: absolute;
  display: block;
  text-align: center;
}

.banner-content {
  height: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 1200px;
}

#banner-content-page-1 {
  width: 800px;
  text-align: center;
}

#hbbbg {
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1469520871000_banner_hbb_bg.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#hbbbg h1 {
  top: 50px;
  opacity: 0;
  position: relative;
  margin-top: 113px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#hbbbg h4 {
  top: 50px;
  opacity: 0;
  position: relative;
  margin-top: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#hbbbg img {
  bottom: -50px;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -392px;
}

#registerNow {
  top: 50px;
  opacity: 0;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  width: 268px;
  height: 48px;
  line-height: 48px;
  border: 1px #f74d61 solid;
  border-radius: 15px;
  font-size: 20px;
  color: #f74d61;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#registerNow:hover {
  color: #fff;
  background-color: #f74d61;
}

#businessbg {
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1469178533000_banner_businessbg.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

#businessbg h1,
#managementbg h1 {
  margin-top: 220px;
}

#businessbg h2,
#managementbg h2 {
  width: 520px;
  margin-top: 18px;
}

#businessbg h4,
#managementbg h4 {
  width: 520px;
  margin-top: 40px;
}

#managementbg {
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1469178533000_banner_managementbg.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

#moneybg {
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1469178533000_banner_moneybg.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

#moneybg h1 {
  margin: 220px 0 0 689px;
}

#moneybg h2 {
  margin: 18px 0 0 689px;
}

#moneybg h4 {
  margin: 40px 0 0 689px;
}

#spreadbg {
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1503482687000_banner_spread.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
  cursor: pointer;
}

.banner-nav {
  width: 115px;
  height: 17px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -46px;
}

.banner-loop {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: black;
  opacity: 0.1;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.loop-active {
  background: #f74d61;
  opacity: 1;
}

/* 正文样式 */
.content{
  width: 100%;
}

.content-page {
  width: 100%;
  position: relative;
}

.content-page-title{
  width: 100%;
  text-align: center;
  font-size: 0.26rem;
  font-weight: bold;
  color: #4D4D4D;
  margin-top: 0.49rem;
}

.content-page-subtitle{
  width: 100%;
  text-align: center;
  font-size: 0.17rem;
  font-weight: 400;
  color: #858585;
  margin-top: 0.13rem;
}

#content-page-1 .product-content{
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_line.png');
  background-size: 8.9rem 1.7rem;
  background-position: 0.55rem 0.65rem;
}

#content-page-1 .product-wrapper{
  z-index: 2;
  margin: 0.4rem auto;
  width: 7rem;
  display: flex;
  justify-content: space-between;
}

#content-page-1 .product-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content-page-1 .product-box>h3{
  font-size: 0.17rem;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 0.1rem;
}

#content-page-1 .product-area{
  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.58rem;
  height: 2.86rem;
  background: rgba(19, 55, 77, 0.4); 
  border-radius: 0.08rem;
  padding: 0.05rem;
  /* opacity: 0;
  top: -1rem; */
}

#content-page-1 .product-item {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.03rem; 
  padding: 0.06rem;
  /* top: -1.5rem;
  opacity: 0; */
  overflow: hidden;
}

#content-page-1 .product-item img{
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#content-page-1 .product-item:hover img{
  transform: scale(1.2);
}

#content-page-1 .product-item:hover:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}

#content-page-1 .product-item#dxy{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_dxy.png');
}

#content-page-1 .product-item#retail{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_RetailPos.png ');
}

#content-page-1 .product-item#distribution{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_distribution.png');
}

#content-page-1 .product-item#b2c{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_b2c.png');
}

#content-page-1 .product-item#b2b{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_b2b.png');
}

#content-page-1 .product-item#pf{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_pf.png');
}

#content-page-1 .product-item#wms{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_wms.png');
}

#content-page-1 .product-item#synergy{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_synergy.png');
}

#content-page-1 .product-item#cockpit{
  background-image: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1620459981000_bg_cockpit.png');
}

#content-page-1 .product-item h4{
  z-index: 2;
  font-size: 0.14rem;
  font-weight: bold;
  color: #FFFFFF;
}

#content-page-1 .product-item .describe{
  z-index: 2;
  font-size: 0.12rem;
  color: #BFE7FF;
  line-height: 0.15rem;
}

#content-page-1 .product-item.mini{
  height: 0.65rem;
}

#content-page-1 .product-item.normal{
  height: 1.35rem;  
}

#content-page-1 .product-item.large{
  height: 100%;
}

#content-page-2 .data-wrapper{
  position: relative;
  top: 1rem;
  opacity: 0;
  width: 8rem;
  margin: 1.3rem auto 0.6rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#content-page-2 .data-wrapper .data-box{
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.49rem;
}

#content-page-2 .data-box .number{
  display: inline-block;
	transform: scale(1,1.2);
  font-weight: bold;
  font-size: 0.48rem;
  font-family: Bahnschrift;
  color: #4D4D4D;
}

#content-page-2 .data-box .unit{
  font-size: 0.19rem;
  font-weight: bold;
  color: #4D4D4D;
}

#content-page-2 .data-box .text{
  font-size: 0.15rem;
  font-weight: 400;
  color: #858585; 
  line-height: 0.2rem;
}

#content-page-2 .data-box .title{
  font-size: 0.28rem;
  font-weight: 400;
  color: #4D4D4D;
  margin-bottom: 0.19rem;
}

#content-page-2 .data-box .describe{
  font-size: 0.12rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.15rem;
  text-align: center;
}

#content-page-3 h2{
  position: relative;
  top: 1rem;
  opacity: 0;
}

#content-page-3 img{
  position: relative;
  top: 1rem;
  opacity: 0;
  width: 7.7rem;
  height: 4.4rem;
  margin: 0.3rem 1.15rem;
}

#content-page-4 h2{
  position: relative;
  top: 1rem;
  opacity: 0;
}

#content-page-4 .serve-wrapper{
  position: relative;
  top: 1rem;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  width: 7.25rem;
  margin: 0.4rem auto;
}

#content-page-4 .serve-wrapper .serve-box{
  cursor: pointer;
  padding-top: 0.2rem;
  width: 1.47rem;
  height: 2.01rem;
  background: #F2F3FA;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content-page-4 .serve-wrapper .serve-box img{
  width: 0.85rem;
  height: 0.85rem;
}

#content-page-4 .serve-wrapper .serve-box h3{
  font-size: 0.17rem;
  font-weight: bold;
}

#content-page-4 .serve-wrapper .serve-box:nth-child(1) h3{
  color: #F7919E;
}

#content-page-4 .serve-wrapper .serve-box:nth-child(2) h3{
  color: #FAC797;
}

#content-page-4 .serve-wrapper .serve-box:nth-child(3) h3{
  color: #69D6D8;
}

#content-page-4 .serve-wrapper .serve-box:nth-child(4) h3{
  color: #CBBBE9;
}

#content-page-4 .serve-wrapper .serve-box p{
  margin-top: 0.1rem;
  font-size: 0.09rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.14rem;
  text-align: center;
}

#content-page-5 {
  margin-top: 0.94rem;
}

.page-5-form {
  width: 3.894rem;
  margin: 0.18rem auto;
}

.page-5-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-5-form label {
  font-size: 0.11rem;
  font-weight: 400;
  color: #4D4D4D;
  flex-shrink: 0;
  margin-right: 0.1rem;
  white-space: nowrap;
}

.page-5-form input {
  flex: 1;
  height: 0.3157rem;
  padding-left: 0.132rem;
  border: 1px solid #ebebeb;
  border-radius: 0.05rem;
  background: #ffffff;
  font-size: 0.12rem;
}

.page-5-form input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(7, 17, 27, 0.1);
}

.page-5-form .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.12rem;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  height: 0.3157rem;
  background-color: #F74D61;
  border-radius: 0.05rem;
}

#content-page-6 {
  margin-top: 0.94rem;
  width: 100%;
}

#content-page-6 img{
  width: 8.8rem;
  height: 1.85rem;
  margin: 0.35rem 0.6rem;
}

/* .content {
  width: 100%;
}

.content-page {
  width: 100%;
  height: 780px;
  position: relative;
}

#content-page-1 {
  height: 816px;
}

#content-page-2,
#content-page-5 {
  background-color: #f8f8f8;
}

.flexible-box {
  height: 100%;
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.content-page-left,
.content-page-right {
  float: left;
  height: 100%;
  width: 544px;
}

#content-page-1 .content-page-left,
#content-page-3 .content-page-left {
  width: 574px;
}

#content-page-2 .content-page-right,
#content-page-4 .content-page-right {
  width: 574px;
}

.content-page-left {
  margin-right: 82px;
}

.phone-big,
.phone-small {
  position: absolute;
}

#content-page-1 .phone-big {
  top: 90px;
  left: 231px;
  margin-left: 30px;
}

#content-page-1 .phone-small {
  top: 124px;
  left: 0px;
  margin-left: -30px;
}

#content-page-2 .phone-big,
#content-page-4 .phone-big {
  top: 54px;
  right: 231px;
  margin-right: 30px;
}

#content-page-2 .phone-small,
#content-page-4 .phone-small {
  top: 88px;
  right: 0;
  margin-right: -30px;
}

#content-page-3 .phone-big {
  top: 54px;
  left: 231px;
  margin-left: 30px;
}

#content-page-3 .phone-small {
  top: 88px;
  left: 0px;
  margin-left: -30px;
}

.text-area {
  top: 54px;
  position: relative;
}

.text-area h2 {
  color: #f74d61;
}

#content-page-1 .text-area {
  top: 90px;
}

.home-area {
  width: 544px;
  bottom: 65px;
  position: absolute;
}

.icon-area {
  width: 33.333%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.icon-hover h6 {
  color: #f74d61;
}

/* 副正文样式 */
/*
.sec-content {
  width: 100%;
  text-align: center;
}

#sec-content-page-1 {
  width: 100%;
  height: 706px;
  padding-top: 130px;
}

#sec-content-page-1 > h4 {
  margin-top: 30px;
  color: #333;
}

#sec-content-page-1 > h6 {
  margin-top: 20px;
  cursor: pointer;
}

#sec-content-page-1 a,
#sec-content-page-1 a:link,
#sec-content-page-1 a:hover,
#sec-content-page-1 a:active,
#sec-content-page-1 a:visited {
  color: #2b93e2;
}

.sec-home-area {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.sec-icon-area {
  float: left;
  width: 300px;
  text-align: center;
}

.sec-icon-area h4 {
  margin-top: 40px;
}

.sec-icon-area p {
  text-align: justify;
  display: inline-block;
  margin-top: 18px;
  width: 180px;
  font-size: 16px;
  line-height: 30px;
  color: #1b1b1b;
}

#sec-content-page-2 {
  height: 896px;
  padding-top: 130px;
  background-color: #f8f8f8;
  overflow: hidden;
}

#sec-content-page-2 > h4 {
  margin-top: 30px;
  line-height: 1;
}

.tree-area {
  width: 934px;
  position: relative;
  margin: 80px auto 0;
  top: 100px;
  opacity: 0;
}

#sec-content-page-3 {
  height: 512px;
  padding-top: 130px;
}

.download-area {
  text-align: center;
  width: 782px;
  position: relative;
  margin: 130px auto 0;
}

.down-icon-area {
  float: left;
  width: 264px;
  height: 200px;
  cursor: pointer;
}

#appQRCode-area {
  float: left;
  width: 254px;
  height: 200px;
  cursor: pointer;
}

#appQRCode-area .icon-circle {
  border: 0 none;
}

.down-icon-area img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.down-icon-area:hover img {
  margin-bottom: 20px;
}

.icon-circle {
  width: 142px;
  height: 142px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  display: inline-block;
}

#appQRCode-icon {
  width: 134px;
  height: 134px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 142px;
  height: 142px;
}

.download-area p {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  margin-top: 25px;
  line-height: 30px;
} */
/* 底部样式 */
footer {
  position: relative;
  width: 100%;
  height: 396px;
  background-color: #162b42;
  color: #ddd;
  font-size: 15px;
  padding-top: 46px;
}

footer .table-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* footer table {
  margin: 0 auto;
} */

footer table th {
  font-weight: bold;
  color: #b4cce9;
  padding: 14px 52px 0;
  text-align: left;
}

footer table td {
  color: #a2b9d4;
  padding: 14px 52px 0;
}

footer a,
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  color: #a2b9d4;
}

footer a:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

footer table span {
  text-decoration: underline;
}

footer > p {
  font-size: 13px;
  color: #a2b9d4;
  text-align: center;
  position: relative;
}

#wxQRCode-area {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -52px;
  padding: 15px;
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 5px;
  display: none;
}

#wxQRCode-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

#wxQRCode-icon {
  width: 134px;
  height: 134px;
}

.wxQRCode-box {
  margin-left: 10px;
}

.wxQRCode-box .wxQRCode{
  width: 134px;
  height: 134px;
  border: 10px solid #fff;
}

.wxQRCode-box p {
  text-align: center;
  margin-top: 7px;
  color: #A2B9D4;
}

#wxQRCode-area > p {
  text-align: center;
  margin-top: 10px;
}

#followUs {
  margin-top: 60px;
  word-spacing: 10px;
}

#followUs img {
  cursor: pointer;
}

#copyRight {
  margin-top: 14px;
  word-spacing: 6px;
}

/*侧边栏*/
#fixedSideBar {
  position: fixed;
  bottom: 50%;
  margin-bottom: -130px;
  right: 0px;
  width: 60px;
}
#fixedSideBar .sidebar-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f74d61;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  display: block;
  text-align: center;
}
.sidebar-btn .sidebar-btn-title {
  font-size: 12px;
  margin-top: 4px;
  color: #f74d61;
}
#fixedSideBar .sidebar-icon-active {
  display: none;
}
#fixedSideBar .sidebar-wrapper {
  position: relative;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn {
  background: #f74d61;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon {
  display: none;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon-active {
  display: inline-block;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-btn-title {
  color: #fff;
}
#fixedSideBar .sidebar-wrapper .sidebar-panel {
  height: 60px;
  top: 0;
  right: 60px;
  background: #f74d61;
  position: absolute;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}
#fixedSideBar .sidebar-wrapper:hover .sidebar-panel {
  display: block;
}
#newBridge {
  overflow: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  visibility: hidden !important;
}
#qiao-icon-wrap .qiao-icon-head {
  width: 100% !important;
}
.contact-wrapper:hover #newBridge {
  width: 240px !important;
}

.contact-wrapper .contact-panel img {
  height: 20px;
}
.contact-wrapper .contact-panel .sidebar-panel-wrap {
  display: inline-block;
  background: #f74d61;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  color: #ffced4;
  outline: 0 none;
  border: 0 none;
  line-height: 25px;
  cursor: pointer;
}
.contact-wrapper .contact-panel #contact-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.tele-wrapper .tele-panel #tele-btn {
  display: block;
  width: 180px;
  height: 60px;
  background: #f74d61;
  outline: 0 none;
  border: 0 none;
  color: #ffced4;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

#fixedSideBar .sidebar-wrapper .qrcode-panel {
  top: auto;
  bottom: 0;
  right: 60px;
  height: auto;
  background: #f74d61;
  padding: 10px;
  text-align: center;
  color: #ffced4;
  font-size: 14px;
}
.qrcode-wrapper .sidebar-qrcode-area {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
}
.qrcode-wrapper .sidebar-qrcode-area img {
  width: 130px;
  height: 130px;
}

.top-wrapper .top-btn img {
  height: 21px;
}

.top-wrapper .top-panel #top-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  color: #ffced4;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

/**********响应式分割线*************/
@media (max-width: 1440px) {
  h1 {
    font-size: 41.6px;
  }

  h2 {
    font-size: 32px;
    margin-top: 14.4px;
    line-height: 43.2px;
  }

  h3 {
    font-size: 24px;
  }

  .first-line {
    margin-top: 24px;
  }

  .second-line {
    margin-top: 56px;
  }

  h4 {
    font-size: 20.8px;
    line-height: 32px;
  }

  h5 {
    line-height: 27.2px;
    font-size: 16px;
    margin-top: 20.8px;
  }

  h6 {
    font-size: 14.4px;
    margin-top: 16px;
  }
  /*导航栏*/
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 100;
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 1.9473684210526316rem;
    background-color: #fff;
    /* transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; */
  }

  @media screen and (max-width: 1280px) {
    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      box-sizing: border-box;
      padding: 0 10%;
      background-color: #fff;
      /* transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; */
    }
  }

  .nav-container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    opacity: 0.5;
    transform: scaleY(0.5);
  }

  #hbb-logo {
    vertical-align: middle;
  }

  .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }

  #nav-area a {
    position: relative;
    height: 100%;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    z-index: 1;
    cursor: pointer;
  }

  #nav-area a:hover {
    color: #f74d61;
  }

  .btn-area #login,
  .btn-area #register {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
  }

  .btn-area #login {
    border: 1px solid #f74d61;
    color: #f74d61;
    margin-left: 20px;
  }

  /* 正文样式 */
  /* .content-page {
    height: 624px;
  }

  #content-page-1 {
    height: 652.8px;
  }

  .flexible-box {
    width: 960px;
  }

  .content-page-left,
  .content-page-right {
    width: 435.2px;
  }

  #content-page-1 .content-page-left,
  #content-page-3 .content-page-left {
    width: 459.2px;
  }

  #content-page-2 .content-page-right,
  #content-page-4 .content-page-right {
    width: 459.2px;
  }

  .content-page-left {
    margin-right: 65.6px;
  }

  .phone-big {
    width: 274.4px;
    height: 537.6px;
  }

  .phone-small {
    width: 245.6px;
    height: 480px;
  }

  #content-page-1 .phone-big {
    top: 72px;
    left: 184.8px;
  }

  #content-page-1 .phone-small {
    top: 99.2px;
  }

  #content-page-2 .phone-big,
  #content-page-4 .phone-big {
    top: 43.2px;
    right: 184.8px;
  }

  #content-page-2 .phone-small,
  #content-page-4 .phone-small {
    top: 70.4px;
  }

  #content-page-3 .phone-big {
    top: 43.2px;
    left: 184.8px;
  }

  #content-page-3 .phone-small {
    top: 70.4px;
  }

  .text-area {
    top: 43.2px;
  }

  #content-page-1 .text-area {
    top: 72px;
  }

  .home-area {
    width: 435.2px;
    bottom: 52px;
  }

  .icon {
    width: 72px;
    height: 72px;
  } */
  /* 副正文样式 */
  /* #sec-content-page-1 {
    height: 564.8px;
    padding-top: 104px;
  }

  #sec-content-page-1 > h4 {
    margin-top: 24px;
  }

  #sec-content-page-1 > h6 {
    margin-top: 16px;
  }

  .sec-home-area {
    width: 960px;
    margin-top: 64px;
  }

  .sec-icon-area {
    width: 240px;
  }

  .sec-icon-area img {
    width: 129.6px;
    height: 129.6px;
  }

  .sec-icon-area h4 {
    margin-top: 32px;
  }

  .sec-icon-area p {
    margin-top: 14.4px;
    width: 144px;
    font-size: 12.8px;
    line-height: 24px;
  }

  #sec-content-page-2 {
    height: 716.8px;
    padding-top: 104px;
  }

  #sec-content-page-2 > h4 {
    margin-top: 24px;
  }

  .tree-area {
    width: 747.2px;
    margin: 64px auto 0;
  }

  #tree {
    width: 745.6px;
    height: 567.2px;
  }

  #sec-content-page-3 {
    height: 409.6px;
    padding-top: 104px;
  }

  .download-area {
    width: 625.6px;
    margin: 104px auto 0;
  }

  .down-icon-area {
    width: 211.2px;
    height: 160px;
  }

  #appQRCode-area {
    width: 203.2px;
    height: 160px;
  }

  .icon-circle {
    width: 113.6px;
    height: 113.6px;
  }

  .table-cell {
    width: 113.6px;
    height: 113.6px;
  }

  #apple-icon {
    width: 30.4px;
    height: 32.8px;
  }

  #android-icon {
    width: 29.6px;
    height: 35.2px;
  }

  #appQRCode-icon {
    width: 107.2px;
    height: 107.2px;
  }

  .download-area p {
    font-size: 12.8px;
    margin-top: 20px;
    line-height: 24px;
  } */
  /* 底部样式 */
  footer {
    height: 334px;
    font-size: 12px;
    padding-top: 36.8px;
  }

  footer table th {
    padding: 11.2px 41.6px 0;
  }

  footer table td {
    padding: 11.2px 41.6px 0;
  }

  footer > p {
    font-size: 10.4px;
    text-align: center;
    position: relative;
  }

  #wxQRCode-area {
    top: 67.2px;
    margin-left: -41.6px;
    padding: 12px;
    border-radius: 4px;
  }

  #wxQRCode-area:after {
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: -16px;
    margin-left: -8px;
  }

  #wxQRCode-icon {
    width: 107.2px;
    height: 107.2px;
  }

  .wxQRCode-box .wxQRCode{
    width: 107.2px;
    height: 107.2px;
    border: 8px solid #fff;
  }

  .wxQRCode-box p {
    margin-top: 5px;
  }

  #wxQRCode-area > p {
    margin-top: 8px;
  }

  #followUs {
    margin-top: 48px;
    word-spacing: 8px;
  }

  #followUs > img {
    width: 17.6px;
    height: 14.4px;
  }

  #copyRight {
    margin-top: 11.2px;
    word-spacing: 4.8px;
    height: 30px;
    line-height: 30px;
  }

  #gonganbeian {
    width: 210px;
    margin: 0 auto;
    font-size: 10.4px;
  }
  /* 返回顶部按钮 */
  #returnTop {
    width: 40px;
    height: 40px;
    bottom: 56px;
    left: 1290px;
  }
}

.product-popover,.solution-popover {
  display: none;
  justify-content: center;
  position: fixed;
  top: 48px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  -moz-box-shadow: 0px 0px 6px 1px #c4c4c4;
  -webkit-box-shadow: 0px 0px 6px 1px #c4c4c4;
  box-shadow: 0px 0px 6px 1px #c4c4c4;
  z-index: 100;
}

.product-popover-list,.solution-popover-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  margin: 0 28px;
}

.product-popover-item,.solution-popover-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.product-popover-item-nav,.solution-popover-item-nav {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding-bottom: 14px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 13px;
  color: #4D4D4D;
}

.product-popover-item-nav img,.solution-popover-item-nav img {
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  top: 2px;
}

.product-popover-item-list,.solution-popover-item-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 20px;
}

.product-list-item,.solution-list-item {
  /* display: flex;
  align-items: center; */
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.product-list-item-text,.solution-list-item-text {
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  color: #4D4D4D;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}

.product-list-item-describe,.solution-list-item-describe {
  margin-top: 6px;
  font-size: 13px;
  color: #858585;
  font-weight: 400;
  line-height: 16px;
  height: 35px;
}

.product-list-item-text::before, .solution-list-item-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4d4d4d;
  transform: translateY(-50%);
}

.product-list-item:hover .product-list-item-text, .solution-list-item:hover .solution-list-item-text {
  color: #f74d61;
}

.product-list-item:hover .product-list-item-text::before,.solution-list-item:hover .solution-list-item-text::before {
  background-color: #f74d61;
}

.product-list-item-icon {
  margin-right: 7px;
}