/*基础样式*/
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  line-height: 100%;
  list-style: none;
}

html,
body {
  width: 100%;
  min-width: 1080px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

/*通用样式*/
h1 {
  font-size: 0.3238rem; /* 62px*/
  font-weight: bold;
  color: #20231c;
}

h2 {
  font-size: 0.2611rem; /* 50px*/
  font-weight: bold;
  color: #4d4d4d;
}

h3 {
  font-size: 0.193rem; /* 40px*/
  font-weight: lighter;
  color: #000;
}

h4 {
  line-height: 1.2;
  font-size: 0.1671rem; /* 32px*/
  font-weight: normal;
  color: #858585;
}

/*导航栏*/
.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: transparent;
}

@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: transparent;
  }
}

.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);
}

.nav-scroll {
  background-color: #fff;
}

#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;
  height: 100%;
}

#nav-area a {
  position: relative;
  height: 100%;
  padding: 0 14px;
  line-height: 48px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.8);
  z-index: 1;
}

#nav-area a:hover {
  color: #fff;
}

.btn-area #login {
  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;
}

.btn-area #login {
  border: 1px solid #fff;
  margin-left: 20px;
}

.nav-scroll .btn-area #login {
  border-color: #f74d61;
  color: #f74d61;
}

.nav-scroll #nav-area a {
  color: #000;
}

.nav-scroll #nav-area a:hover {
  color: #f74d61;
}

#underline {
  left: 0.3894736842105263rem;
  width: 0.3894736842105263rem;
}

/* 正文 */
.container {
  position: relative;
  width: 100%;
  /* font-weight: normal; */
}

.JumpBtn{
  cursor: pointer;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.4909rem;
  background-color: #fff;
}

.content-wrapper.without-pad {
  padding-top: 0;
}

.content-wrapper.gray {
  background-color: #f7f7f7;
}

.content-sec-title {
  padding-top: 0.12rem;
  text-align: center;
  font-size: 0.16rem;
  color: #4d4d4d;
}
.content-sec-title-multiple {
  padding-top: 0.06rem;
  text-align: center;
  font-size: 0.16rem;
  color: #4d4d4d;
}

.content-more {
  display: flex;
  justify-content: center;
  padding: 0.178rem 0 0.22rem;
  cursor: pointer;
}

.content-more-text {
  margin-right: 0.05rem;
  font-size: 0.125rem;
  color: #178dff;
}

.content-more-icon {
  width: 0.12rem;
  height: 0.12rem;
}

/* banner */
.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner {
  display: block;
  position: relative;
  width: 100%;
}

.banner-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.6421052631578947rem;
  left: 1.6631578947368422rem;
}

.banner-title {
  position: relative;
  margin-bottom: 0.167rem;
  color: #fff;
}

.banner-sec-title {
  position: relative;
  margin-bottom: 0.089rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}

.banner-slogan {
  position: relative;
  height: 0.29473684210526313rem;
  box-sizing: border-box;
  padding: 0 0.09rem;
  margin-bottom: 0.151rem;
  background-color: #fefefe;
  text-align: center;
  line-height: 0.29473684210526313rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #000;
}

.banner-text {
  position: relative;
  margin-bottom: 0.21052631578947367rem;
  font-size: 0.12631578947368421rem;
  color: #fff;
}

.banner-text:nth-of-type(3) {
  margin-bottom: 0.15789473684210525rem;
}

.banner-btn {
  display: block;
  position: relative;
  width: 2.142105263157895rem;
  height: 0.4rem;
  border-radius: 0.06315789473684211rem;
  background-color: #ff6400;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #fff;
}

/* things */
.content-things-area {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.392rem 0 0.8rem;
}

.content-things-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 2.73rem;
}

.content-things-img {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.277rem;
}

.content-things-title {
  margin-bottom: 0.136rem;
  font-size: 0.167rem;
  font-weight: bold;
  color: #fff;
}

.content-things-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.125rem;
  color: #fff;
}

/* weapons */
.content-weapons-area {
  position: relative;
  width: 100%;
  padding-top: 0.272rem;
}

.content-weapons-block {
  display: flex;
  position: relative;
  width: 100%;
}

.content-weapons-block.reverse {
  flex-direction: row-reverse;
}

.content-weapons-item {
  width: 50%;
}

.content-weapons-item-img {
  display: block;
  position: relative;
  width: 100%;
}

.content-weapons-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.742rem 0 0 0.512rem;
}

.content-weapons-block.reverse .content-weapons-item-content {
  padding-left: 1.065rem;
}

.content-weapons-item-content-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.078rem;
}

.content-weapons-item-content-title-icon {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.104rem;
}

.content-weapons-item-content-title-text {
  font-size: 0.198rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-weapons-item-content-text {
  margin-bottom: 0.046rem;
  font-size: 0.125rem;
  color: #4d4d4d;
}

/* vip */
.content-vip-area {
  position: relative;
  width: 7.744rem;
  padding-top: 0.38rem;
  margin: 0 auto;
}

.content-vip-block {
  display: flex;
  position: relative;
  width: 100%;
}

.content-vip-block.reverse {
  flex-direction: row-reverse;
}

.content-vip-block-item {
  position: relative;
  width: 50%;
}

.content-vip-block-item-img {
  position: relative;
  width: 2.016rem;
  box-sizing: border-box;
  margin-left: 0.392rem;
}

.content-vip-block.reverse .content-vip-block-item-img {
  margin-left: 1.508rem;
}

.content-vip-block-content {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.content-vip-block.reverse .content-vip-block-content {
  padding-left: 0.392rem;
}

.content-vip-block-content-title {
  margin-bottom: 0.198rem;
  font-size: 0.198rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-vip-block-content-sec-title {
  margin-bottom: 0.046rem;
  font-size: 0.126rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-vip-block-content-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.12rem;
  font-size: 0.126rem;
  color: #909399;
  white-space: nowrap;
}

.content-vip-split {
  position: relative;
  width: 100%;
  height: 0.413rem;
}

.content-vip-split-icon {
  position: absolute;
  top: -0.172rem;
  left: 0;
  width: 100%;
}

/* promote */
.content-promote-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.23rem 0 0.48rem;
}

.content-promote-content-row {
  display: flex;
  justify-content: center;
  height: 2.8526315789473684rem;
}

.content-promote-content-row:first-of-type {
  margin-bottom: 0.16842105263157894rem;
}

.content-promote-content-item-1 {
  position: relative;
  width: 5.936842105263158rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.2631578947368421rem 0.23157894736842105rem 0;
  margin-right: 0.16842105263157894rem;
  border-radius: 0.10526315789473684rem;
  background-color: #fff;
}

.content-promote-content-item-title {
  position: relative;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ff6400;
}

.content-promote-content-item-1-recommond {
  position: relative;
  width: 100%;
  height: 1rem;
  padding-top: 0.10526315789473684rem;
  margin-bottom: 0.12631578947368421rem;
}

.content-promote-content-item-1-recommond-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-promote-content-item-1-sec-title {
  position: relative;
  margin-bottom: 0.05263157894736842rem;
  font-size: 0.12631578947368421rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-promote-content-item-1-sec-text {
  position: relative;
  margin-bottom: 0.14736842105263157rem;
  font-size: 0.12631578947368421rem;
  color: #909399;
}

.content-promote-content-item-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 2.8842105263157896rem;
  height: 100%;
  border-radius: 0.10526315789473684rem;
  background-color: #ff6400;
}

.content-promote-content-item-2-title {
  position: relative;
  padding: 0.22105263157894736rem 0 0.07368421052631578rem;
  font-size: 0.2736842105263158rem;
  font-weight: bold;
  color: #fff;
}

.content-promote-content-item-2-sec-title {
  position: relative;
  font-size: 0.12631578947368421rem;
  font-weight: bold;
  color: #fff;
}

.content-promote-content-item-2-img {
  position: absolute;
  bottom: 0;
  width: 2.042105263157895rem;
  height: 2.210526315789474rem;
}

.content-promote-content-item-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 2.8842105263157896rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.18421052631578946rem 0 0 0.23157894736842105rem;
  margin-right: 0.16842105263157894rem;
  border-radius: 0.10526315789473684rem;
  background-color: #fff;
  overflow: hidden;
}

.content-promote-content-item-3-body {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.21052631578947367rem;
}

.content-promote-content-item-3-left {
  position: relative;
  width: 0.8526315789473684rem;
  height: 100%;
}

.content-promote-content-item-3-left-title {
  position: relative;
  margin-bottom: 0.031578947368421054rem;
  font-size: 0.09473684210526316rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-promote-content-item-3-left-text {
  position: relative;
  margin-bottom: 0.14736842105263157rem;
  line-height: 1.2;
  font-size: 0.08421052631578947rem;
  color: #909399;
}

.content-promote-content-item-3-right {
  flex-shrink: 0;
  position: relative;
  width: 1.4105263157894736rem;
  height: 2.294736842105263rem;
  margin-right: 0.1368421052631579rem;
  overflow: hidden;
}

.content-promote-content-item-3-right-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-promote-content-item-4 {
  position: relative;
  width: 2.8842105263157896rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.18421052631578946rem 0.23157894736842105rem 0;
  margin-right: 0.16842105263157894rem;
  border-radius: 0.10526315789473684rem;
  background-color: #fff;
}

.content-promote-content-item-4-body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 101%;
  box-sizing: border-box;
  padding-top: 0.21052631578947367rem;
}

.content-promote-content-item-4-body-item {
  display: flex;
  position: relative;
  width: 1.1894736842105262rem;
  height: 0.4rem;
  box-sizing: border-box;
  padding: 0.042105263157894736rem;
  margin-bottom: 0.06315789473684211rem;
  border-radius: 0.05263157894736842rem;
  background-color: #f7f7f7;
}

.content-promote-content-item-4-body-item:nth-of-type(odd) {
  margin-right: 0.06315789473684211rem;
}

.item-4-body-item-img {
  flex-shrink: 0;
  position: relative;
  width: 0.3157894736842105rem;
  height: 0.3157894736842105rem;
  margin-right: 0.05263157894736842rem;
}

.item-4-body-item-content {
  flex: 1;
  position: relative;
  width: 100%;
}

.item-4-body-item-content-title {
  position: relative;
  line-height: 1.2;
  font-size: 0.09473684210526316rem;
  font-weight: bold;
  color: #000;
}

.item-4-body-item-content-text {
  position: relative;
  line-height: 1.1;
  font-size: 0.09473684210526316rem;
  color: #909399;
}

.content-promote-content-item-5 {
  position: relative;
  width: 2.8842105263157896rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.18421052631578946rem 0 0 0.23157894736842105rem;
  border-radius: 0.10526315789473684rem;
  background-color: #fff;
}

/* distribution */
.content-distribution-aera {
  position: relative;
  width: 7.128rem;
  padding-bottom: 0.606rem;
}

.content-distribution-img {
  width: 100%;
}

/* custom */
.content-custom-aera {
  position: relative;
  width: 6.742rem;
  padding-bottom: 0.606rem;
}

.content-custom-img {
  width: 100%;
}

/* analysis */
.content-analysis-aera {
  position: relative;
  width: 7.128rem;
  padding: 0.46rem 0 0.606rem;
}

.content-analysis-img {
  width: 100%;
}

/* match */
.content-match-area {
  position: relative;
  width: 100%;
  padding-top: 0.188rem;
}

.content-match-block {
  position: relative;
  width: 100%;
  height: 3.18rem;
}

.content-match-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-match-mask {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-match-mask.right {
  right: 0;
}

.content-match-mask.left {
  left: 0;
}

.content-match-block-mask-content {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 1.023rem 0 0 0.454rem;
}

.content-match-mask.left .content-match-block-mask-content {
  padding: 1.023rem 0 0 0.877rem;
}

.content-match-block-mask-content-title {
  margin-bottom: 0.24rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}

.content-match-block-mask-content-text {
  line-height: 1.2;
  font-size: 0.15rem;
  color: #fff;
}

/* industry */
.content-industry-area {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem 0.345rem 0.496rem;
}

.content-industry-img {
  position: relative;
  width: 100%;
}

/* bottom */
.content-bottom {
  position: relative;
  width: 100%;
  background: url('https://cdn-hbbwebsite.hbbyun.com/hbbwebsite/image/1605146635000_retailpos_try_bg.png')
    no-repeat;
  background-size: cover;
}

.content-bottom-title {
  position: relative;
  width: 100%;
  padding: 0.489rem 0 0.258rem;
  text-align: center;
  color: #fff;
}

.content-bottom-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0.68rem;
}

.content-bottom-btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.06rem 0.172rem;
  border-radius: 0.04rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.125rem;
  color: #ff6400;
}

.flexible-box {
  height: 1.95rem;
  /* width: 6.32rem; */
  position: relative;
  margin: 0 auto;
}

.page-5-form {
  width: 3.894rem;
  margin: 0 auto;
}

.page-5-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-5-form label {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  color: #fff;
  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: #f74d61;
  width: 100%;
  height: 0.3157rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

/* 底部样式 */
footer {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #162b42;
  color: #ddd;
  font-size: 15px;
  padding-top: 46px;
}

/* footer table {
  margin: 0 auto;
} */

footer table th {
  font-weight: bold;
  color: #b4cce9;
  padding: 0.07368421052631578rem 0.2736842105263158rem 0;
  text-align: left;
}

footer table td {
  color: #a2b9d4;
  padding: 0.07368421052631578rem 0.2736842105263158rem 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: 0.06842105263157895rem;
  color: #a2b9d4;
  text-align: center;
  position: relative;
}

#wxQRCode-area {
  position: absolute;
  top: 0.42105263157894735rem;
  left: 50%;
  margin-left: -0.2736842105263158rem;
  padding: 0.07894736842105263rem;
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 0.02631578947368421rem;
  display: none;
}

#wxQRCode-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -0.10526315789473684rem;
  left: 50%;
  margin-left: -0.05263157894736842rem;
}

#wxQRCode-icon {
  width: 0.7052631578947368rem;
  height: 0.7052631578947368rem;
}

#wxQRCode-area > p {
  text-align: center;
  margin-top: 0.05263157894736842rem;
}

#followUs {
  margin-top: 0.3157894736842105rem;
  word-spacing: 0.05263157894736842rem;
}

#followUs img {
  cursor: pointer;
}

#copyRight {
  margin-top: 0.07368421052631578rem;
  word-spacing: 0.031578947368421054rem;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

#gonganbeian a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
}

#gonganbeian span {
  float: left;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
  margin: 0rem 0rem 0rem 0.02631578947368421rem;
}
