/*基础样式*/
* {
  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.188rem; /* 40px*/
  font-weight: normal;
  color: #000;
}

h4 {
  line-height: 2.5;
  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; */
}

.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.gray {
  background-color: #fbfbfb;
}

.content-wrapper.orange {
  background-color: #ff6400;
}

.content-wrapper.orange h2,
.content-wrapper.orange h4 {
  color: #fff;
}

.title-color {
  color: #ff6400;
}

.content-title {
  width: 100%;
  text-align: center;
  color: #858585;
}

.content-title h4:first-of-type {
  padding: 0.068rem 0 0.032rem;
}

.content-title h4 {
  line-height: 1;
}

/* banner */

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-content {
  position: absolute;
  top: 0.8825rem;
  left: 1.9112rem;
}

.banner-title {
  margin-bottom: 0.1462rem;
  color: #fff;
}

.banner-text {
  line-height: 1.4;
  color: #fff;
}

.banner-btn {
  position: relative;
  width: 1.3368rem;
  height: 0.2507rem;
  margin-top: 0.1044rem;
  border-radius: 0.0522rem;
  background-color: #ff6400;
  text-align: center;
  line-height: 0.2507rem;
  font-size: 0.1253rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* function */
.content-function {
  position: relative;
  width: 6.982rem;
  padding: 0.612rem 0 0.85rem;
}

.content-function-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.2507rem;
}

.content-function-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.22rem;
}

.content-function-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  flex-shrink: 0;
}

.content-function-name {
  position: relative;
  margin-bottom: 0.1462rem;
  font-size: 0.188rem;
  font-weight: bold;
  color: #4d4d4d;
}

.content-function-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.1253rem;
  color: #858585;
}

.content-manage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.256rem 0 0.5rem;
}

.content-manage-phone {
  position: relative;
  width: 5.896rem;
  margin-bottom: 0.569rem;
}

.content-manage-phone-img {
  position: relative;
  width: 100%;
}

.content-manage-phone-text-area {
  position: relative;
  width: 100%;
}

.content-manage-phone-text {
  position: absolute;
  top: 0;
  font-size: 0.1253rem;
  color: #4d4d4d;
}

.content-manage-phone-text:first-of-type {
  left: 0.888rem;
}

.content-manage-phone-text:last-of-type {
  right: 0.956rem;
}

.content-manage-pc {
  position: relative;
  width: 6.146rem;
}

.content-manage-pc-title {
  position: relative;
  margin-bottom: 0.1358rem;
  text-align: center;
  font-size: 0.1671rem;
  color: #858585;
}

.content-manage-pc-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.1149rem;
}

.content-manage-pc-text {
  position: relative;
  text-align: center;
  font-size: 0.1253rem;
  color: #4d4d4d;
}

/* development */
.content-development {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.3rem 0 0.486rem;
}

.content-development-phone {
  position: relative;
  width: 5.984rem;
  margin-bottom: 0.61rem;
}

.content-development-phone-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.136rem;
}

.content-development-phone-text-area {
  position: relative;
  width: 100%;
}

.content-development-phone-text {
  position: absolute;
  top: 0;
  font-size: 0.1253rem;
  color: #fff;
}

.content-development-phone-text:first-of-type {
  left: 0.85rem;
}

.content-development-phone-text:last-of-type {
  right: 1.1rem;
}

.content-development-process {
  position: relative;
  width: 100%;
}

.content-development-process-title {
  position: relative;
  margin-bottom: 0.235rem;
  text-align: center;
  font-size: 0.1671rem;
  color: #fff;
}

.content-development-process-img {
  position: relative;
  width: 100%;
}

/* content-share */
.content-share {
  position: relative;
  width: 6.261rem;
  padding: 0.402rem 0 0.54rem;
  margin: 0 auto;
}

.content-share-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.136rem;
}

.content-share-text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.content-share-text {
  flex: 1;
  text-align: center;
  font-size: 0.1253rem;
  color: #4d4d4d;
}

.content-share-text:nth-child(2) {
  padding: 0 0.5rem;
}

/* analysis */
.content-analysis {
  position: relative;
  width: 6.151rem;
  padding: 0.313rem 0 0.59rem;
  margin: 0 auto;
}

.content-analysis-img {
  position: relative;
  width: 100%;
}

/* withdraw */
.content-withdraw {
  display: flex;
  justify-content: center;
  position: relative;
  width: 8.146rem;
  box-sizing: border-box;
  padding: 0.162rem 0 0.595rem;
  margin: 0 auto;
}

.content-withdraw-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.content-withdraw-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.1044rem;
}

.content-withdraw-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.1253rem;
  font-weight: bold;
  color: #858585;
}

/* bottom */
.content-bottom {
  position: relative;
  width: 100%;
  background: url('https://cdn-hbbwebsite.hbbyun.com/hbbwebsite/image/1616126812000_bottom.png')
    no-repeat;
  background-size: cover;
}

.content-bottom-title {
  position: relative;
  width: 100%;
  padding: 0.489rem 0 0.258rem;
  text-align: center;
  color: #fff;
}

.flexible-box {
  height: 1.95rem;
  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: #ff6400;
  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;
}
