﻿/*基础样式*/
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', 'PingFang SC', 'Helvetica Neue', 'Helvetica',
    'STHeitiSC-Light', 'Arial', sans-serif;
  /* font-weight: 100;
  line-height: 100%; */
  list-style: none;
  /* box-sizing: border-box; */
}

html,
body {
  width: 100%;
  min-width: 1260px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

/* 导航栏样式 */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  border: none;
  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;
}

@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;
  }

  
}

.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;
  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 {
  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 #f74d61;
  margin-left: 20px;
  color: #f74d61;
}

.nav-scroll .btn-area #login {
  border-color: #f74d61;
  color: #f74d61;
}

#hbb-logo {
  vertical-align: middle;
}

/* #nav-area {
  margin-left: 30px;
  position: relative;
  vertical-align: middle;
} */

/* #nav-area a {
  cursor: pointer;
  font-size: 17px;
  color: #1b1b1b;
  padding: 26.5px 20px;
  float: left;
} */

#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;
}

#login,
#register {
  float: left;
  width: 104px;
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f74d61;
  border-radius: 10px;
  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;
}

#login {
  background: #fff;
  color: #f74d61;
  margin-right: 10px;
}

#register {
  background: #f74d61;
  color: #fff;
}

#login:hover {
  border: 1px solid #e43d51;
  color: #e43d51;
}

#register:hover {
  border: 1px solid #e43d51;
  background: #e43d51;
}

.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;
}

/*副正文样式*/
.sec-content {
  width: 100%;
  text-align: center;
}

#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: 350px; */
  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-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-icon {
  width: 134px;
  height: 134px;
}

#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;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

/*侧边栏*/
#fixedSideBar {
  position: fixed;
  bottom: 50%;
  margin-bottom: -130px;
  right: 0px;
  width: 60px;
  z-index: 1;
}

#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;
  line-height: 100%;
}

.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;
  left: 0 !important;
  visibility: hidden !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;
}

#qiao-wrap {
  display: none !important;
}

/*响应式样式*/
@media (max-width: 1440px) {
  /* 导航栏样式 */
  /* #hbb-logo {
    width: 105.6px;
    height: 29.6px;
  } */

  .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;
  }

  /* #nav-area {
    margin-left: 24px;
  }

  #nav-area a {
    font-size: 13.6px;
    padding: 21.2px 16px;
  }

  #underline {
    height: 2.4px;
    top: 53.6px;
  }

  .btn-area {
    right: 64px;
    top: 10.4px;
  }

  #login,
  #register {
    width: 83.2px;
    height: 30px;
    font-size: 13.6px;
    line-height: 30px;
    border-radius: 8px;
  }

  #login {
    margin-right: 8px;
  } */

  /*副正文样式*/
  #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;
  }

  .down-icon-area:hover img {
    margin-bottom: 16px;
  }

  .icon-circle {
    width: 113.6px;
    height: 113.6px;
  }

  #appQRCode-icon {
    width: 107.2px;
    height: 107.2px;
  }

  .table-cell {
    width: 113.6px;
    height: 113.6px;
  }

  .download-area p {
    font-size: 12.8px;
    margin-top: 20px;
    line-height: 24px;
  }

  /* 底部样式 */
  footer {
    /* height: 278px; */
    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;
  }

  #apple-icon {
    width: 30.4px;
    height: 32.8px;
  }

  #android-icon {
    width: 29.6px;
    height: 35.2px;
  }

  #wxQRCode-area {
    top: 64px;
    margin-left: -41.6px;
    padding: 12px;
    border-radius: 4px;
  }

  #wxQRCode-area:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: -16px;
    margin-left: -8px;
  }

  .wxQRCode-box .wxQRCode{
    width: 107.2px;
    height: 107.2px;
    border: 8px solid #fff;
  }

  .wxQRCode-box p {
    margin-top: 5px;
  }

  #wxQRCode-icon {
    width: 107.2px;
    height: 107.2px;
  }

  #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;
  }

  #gonganbeian {
    width: 210px;
    margin: 0 auto;
    font-size: 10.4px;
  }
  /* 返回顶部按钮 */
  #returnTop {
    width: 40px;
    height: 40px;
    bottom: 56px;
    left: 1290px;
  }
}
