/*基础样式*/
* {
  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.23157894736842105rem;
}

h2 {
  font-size: 0.21052631578947367rem;
}

h3 {
  font-size: 0.18947368421052632rem;
}

h4 {
  font-size: 0.15789473684210525rem;
}

h5 {
  font-size: 0.10526315789473684rem;
}

/*导航栏*/
.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;
  /* 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: transparent;
    /* 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: #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%;
}

.JumpBtn{
  cursor: pointer;
}

#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;
  /* 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 #fff;
  margin-left: 20px;
}

.btn-area #register {
  background-color: #f74d61;
}

.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;
}

#nav-area .thisPage {
  color: #f74d61;
}

/*正文部分*/
.container {
  position: relative;
  width: 100%;
}
.container-block-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-1-background {
  display: block;
  position: relative;
  width: 100%;
}
.block-1-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.6421052631578947rem;
  left: 1.7789473684210526rem;
}
.block-1-title {
  position: relative;
  margin-bottom: 0.11578947368421053rem;
  font-size: 0.3473684210526316rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-1-sec-title {
  position: relative;
  margin-bottom: 0.08421052631578947rem;
  font-size: 0.29473684210526313rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-1-slogan {
  position: relative;
  width: 3.042105263157895rem;
  height: 0.29473684210526313rem;
  margin-bottom: 0.14736842105263157rem;
  background-color: #fefefe;
  text-align: center;
  line-height: 0.29473684210526313rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #000;
}
.block-1-text {
  position: relative;
  margin-bottom: 0.21052631578947367rem;
  font-size: 0.12631578947368421rem;
  color: #fff;
}
.block-1-text:nth-of-type(4) {
  margin-bottom: 0.15789473684210525rem;
}
.block-1-btn {
  display: block;
  position: relative;
  width: 2.142105263157895rem;
  height: 0.4rem;
  border-radius: 0.06315789473684211rem;
  background-color: #f74d61;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #fff;
}
.block-1-hand {
  position: absolute;
  right: 1.568421052631579rem;
  bottom: 0;
  width: 3.0210526315789474rem;
  height: 3.0631578947368423rem;
  transform: translateY(100%);
}
.container-block-1.active .block-1-hand {
  animation: hand 1s ease forwards;
}
.block-1-hand-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.container-block-2 {
  position: relative;
  width: 100%;
  height: 3.0210526315789474rem;
  background-color: #f74d61;
  overflow: hidden;
}
.block-2-title {
  position: relative;
  width: 100%;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.3684210526315789rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.temp-image {
  position: relative;
  width: 0.7368421052631579rem;
  height: 0.7368421052631579rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 0.12631578947368421rem;
}
.block-2-item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 4.947368421052632rem;
  margin: 0 auto;
}
.block-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-2-image {
  position: relative;
  width: 0.7368421052631579rem;
  height: 0.7368421052631579rem;
  margin-bottom: 0.12631578947368421rem;
  border-radius: 50%;
  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;
  overflow: hidden;
}
.block-2-image:hover {
  transform: translateY(-0.10526315789473684rem);
}
.block-2-item-title {
  margin-bottom: 0.07368421052631578rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-2-item-text {
  line-height: 1.3;
  font-size: 0.12631578947368421rem;
  color: #fff;
}
.container-block-3 {
  position: relative;
  width: 100%;
  height: 3.6842105263157894rem;
  cursor: pointer;
  overflow: hidden;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}
.block-3-mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.block-3-title {
  position: relative;
  width: 100%;
  padding-top: 0.49473684210526314rem;
  margin-bottom: 0.11578947368421053rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
  opacity: 0;
}
.active .block-3-title {
  animation: title 1.3s ease forwards;
}
.block-3-text {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0.16842105263157894rem;
  color: #fff;
  opacity: 0;
}
.active .block-3-text {
  animation: title 1.3s ease forwards;
}
.block-3-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5921052631578947rem;
  height: 0.5921052631578947rem;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.block-3-btn-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1600138278000_video_play_default.png')
    no-repeat;
  background-size: 100%;
}
.container-block-3:hover .block-3-btn-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1600138278000_video_play_hover.png')
    no-repeat;
  background-size: 100%;
}
.container-block-4 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 5.168421052631579rem;
  background-color: #fff;
  overflow: hidden;
}
.block-4-title {
  position: relative;
  width: 100%;
  padding-top: 0.49473684210526314rem;
  margin-bottom: 0.5157894736842106rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-4-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  width: 100%;
}
.block-4-leftside {
  position: relative;
  width: 50%;
  height: 100%;
  margin-right: 0.9263157894736842rem;
  transform: translateY(100%);
}
.container-block-4.active .block-4-leftside {
  animation: phone 1.5s ease forwards;
}
.block-phone-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.block-phone {
  position: absolute;
  width: 2.4947368421052634rem;
  height: 3.863157894736842rem;
}
.block-gif {
  position: absolute;
  width: 2.18421052631579rem;
  height: 3.715263157894737rem;
  border-top-left-radius: 0.23157894736842105rem;
  border-top-right-radius: 0.23157894736842105rem;
}
.left-side .block-phone {
  right: 0;
  bottom: 0;
}
.left-side .block-gif {
  right: 0.1612105263157894rem;
  bottom: 0.003789473684210527rem;
}
.right-side .block-phone {
  left: 0;
  bottom: 0;
}
.right-side .block-gif {
  left: 0.1612105263157894rem;
  bottom: 0.003789473684210527rem;
}
.block-4-rightside {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.6736842105263158rem;
}
.block-4-rightside-title {
  margin-bottom: 0.22631578947368422rem;
  font-size: 0.23157894736842105rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
  opacity: 0;
}
.active .block-4-rightside-title {
  animation: title 1s ease forwards;
}
.block-4-rightside-text {
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  color: #4d4d4d;
  opacity: 0;
}
.active .block-4-rightside-text {
  animation: text 1.3s ease forwards;
}
.container-block-5 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 4.368421052631579rem;
  box-sizing: border-box;
  padding-top: 0.5052631578947369rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.block-5-leftside {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.6736842105263158rem;
  margin-left: 2rem;
}
.block-5-leftside-title {
  margin-bottom: 0.22631578947368422rem;
  font-size: 0.23157894736842105rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
  opacity: 0;
}
.active .block-5-leftside-title {
  animation: title 1s ease forwards;
}
.block-5-leftside-text {
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  color: #4d4d4d;
  opacity: 0;
}
.active .block-5-leftside-text {
  animation: text 1.3s ease forwards;
}
.block-5-rightside {
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: 0.9263157894736842rem;
  transform: translateY(100%);
}
.container-block-5.active .block-5-rightside {
  animation: phone 1.5s ease forwards;
}
.container-block-6 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 4.231578947368421rem;
  overflow: hidden;
}
.block-6-header {
  flex-shrink: 0;
}
.block-6-title {
  position: relative;
  padding-top: 0.3368421052631579rem;
  margin-bottom: 0.15789473684210525rem;
  text-align: center;
  font-size: 0.23157894736842105rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-6-text {
  position: relative;
  margin-bottom: 0.2736842105263158rem;
  text-align: center;
  font-size: 0.12631578947368421rem;
  color: #000;
}
.block-6-list {
  display: flex;
  justify-content: center;
}
.block-6-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.6736842105263157rem;
  height: 100%;
}
.block-6-item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.12105263157894737rem;
  opacity: 0;
}
.active .block-6-item-top {
  animation: opacity-in 1s ease forwards;
}
.block-6-item-top-number {
  position: relative;
  width: 0.23157894736842105rem;
  height: 0.23157894736842105rem;
  margin-right: 0.07368421052631578rem;
}
.block-6-item-top-text {
  font-size: 0.10526315789473684rem;
  color: #4d4d4d;
}
.block-6-item-img-wrapper {
  position: relative;
  width: 1.7263157894736842rem;
  height: 2.8210526315789473rem;
  transform: translateY(100%);
}
.active .block-6-item-img-wrapper {
  animation: phone 1.2s ease forwards;
}
.block-6-item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.container-block-7 {
  position: relative;
  width: 100%;
  /* background-color: #f7f7f7; */
  overflow: hidden;
}
.block-7-title {
  position: relative;
  padding: 0.49473684210526314rem 0 0.28421052631578947rem;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-7-item {
  display: flex;
  width: 100%;
  height: 3.0842105263157893rem;
  box-sizing: border-box;
  padding-right: 0.6052631578947368rem;
}
.block-7-item:nth-of-type(even) {
  background-color: #f7f7f7;
}
.block-7-item:last-of-type {
  padding: 0;
}
.block-7-item-img-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.block-7-item-img {
  position: relative;
  width: 3.642105263157895rem;
  height: 2.6526315789473682rem;
}
.block-7-item-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.42105263157894735rem 0 0 0.5578947368421052rem;
}
.block-7-item:nth-of-type(odd) .block-7-item-img-wrapper {
  justify-content: flex-start;
  padding-left: 0.5578947368421052rem;
}
.block-7-item:last-of-type .block-7-item-img-wrapper {
  box-sizing: border-box;
  padding-left: 0.23157894736842105rem;
}
.block-7-item:last-of-type .block-7-item-img-wrapper .block-7-item-img {
  width: 100%;
  height: 100%;
}
.block-7-item:nth-of-type(odd) .block-7-item-content {
  padding: 0.42105263157894735rem 0 0 1.4947368421052631rem;
}
.content-title {
  position: relative;
  margin-bottom: 0.21052631578947367rem;
  font-size: 0.22631578947368422rem;
  color: #000;
  /* opacity: 0; */
}
/* .active .content-title {
  animation: text 1.3s forwards;
} */
.content-order-king {
  position: relative;
  width: 0.8631578947368421rem;
  height: 0.20894736842105263rem;
  padding-left: 0.1368421052631579rem;
  margin-bottom: 0.08947368421052632rem;
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1600138278000_tag-color.png')
    no-repeat;
  background-size: 100%;
  line-height: 0.20894736842105263rem;
  font-size: 0.11578947368421053rem;
  font-family: '微软雅黑';
  color: #fff;
  /* opacity: 0; */
}
/* .active .content-order-king {
  animation: text 1.3s forwards;
  animation-delay: 0.2s;
} */
.content-highlight-title {
  position: relative;
  margin-bottom: 0.08421052631578947rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #f74d61;
  /* opacity: 0; */
}
/* .active .content-highlight-title {
  animation: text 1.3s forwards;
  animation-delay: 0.4s;
} */
.content-highlight-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  color: #f74d61;
  /* opacity: 0; */
}
/* .active .content-highlight-text {
  animation: text 1.3s forwards;
  animation-delay: 0.6s;
} */
.content-tradition {
  position: relative;
  width: 0.8631578947368421rem;
  height: 0.20894736842105263rem;
  padding-left: 0.1368421052631579rem;
  margin: 0.30526315789473685rem 0 0.08947368421052632rem;
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1600138278000_tag-gray.png')
    no-repeat;
  background-size: 100%;
  line-height: 0.20894736842105263rem;
  font-size: 0.11578947368421053rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #555555;
  /* opacity: 0; */
}
/* .active .content-tradition {
  animation: text 1.3s forwards;
  animation-delay: 0.8s;
} */
.content-traditon-title {
  position: relative;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #858585;
  /* opacity: 0; */
}
/* .active .content-traditon-title {
  animation: text 1.3s forwards;
  animation-delay: 1s;
} */
.container-block-8 {
  position: relative;
  width: 100%;
  height: 1.6578947368421053rem;
  background-color: #fff;
  overflow: hidden;
}
.block-8-title {
  position: relative;
  padding-top: 0.49473684210526314rem;
  margin-bottom: 0.28421052631578947rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-8-btn-wrapper {
  position: relative;
  width: 1.4736842105263157rem;
  height: 0.2578947368421053rem;
  margin: 0 auto;
  border-radius: 0.05263157894736842rem;
  background-color: #f74d61;
}
.block-8-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.2578947368421053rem;
  font-size: 0.12631578947368421rem;
  color: #fff;
}
.container-block-9 {
  position: relative;
  width: 100%;
  /* height: 14.16842105263158rem; */
  background-color: #f74d61;
  overflow: hidden;
}
.block-9-title {
  position: relative;
  padding-top: 0.49473684210526314rem;
  margin-bottom: 0.1368421052631579rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-9-text {
  position: relative;
  /* margin-bottom: 0.28421052631578947rem; */
  text-align: center;
  font-size: 0.12631578947368421rem;
  color: #fff;
}
.block-9-content-img {
  position: relative;
  width: 100%;
}
.container-block-10 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.block-10-title {
  position: relative;
  padding: 0.37894736842105264rem 0 0.16842105263157894rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-10-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 4.673684210526316rem;
  box-sizing: border-box;
  padding: 0 1.4105263157894736rem;
}
.block-10-item-text-area {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding-top: 1.1578947368421053rem;
}
.block-10-item-text-title {
  margin-bottom: 0.16842105263157894rem;
}
.block-10-item-text-title-text {
  line-height: 1.2;
  font-size: 0.22631578947368422rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
  font-weight: bold;
  white-space: nowrap;
}
.block-10-item-text-remark-text {
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-10-item-img-area {
  position: relative;
  width: 4.052631578947368rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.4105263157894737rem;
}
.block-10-item-img {
  position: relative;
  width: 4.052631578947368rem;
  height: 3.473684210526316rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.block-10-item-img-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 1.2s ease;
  transform: translateY(100%);
}
.container-block-10.active .block-10-item-img-content {
  transform: translateY(0);
}
.block-10-item-img-text {
  text-align: center;
  font-size: 0.12631578947368421rem;
  font-weight: bold;
  color: #4d4d4d;
}
.container-block-11 {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.block-11-title {
  position: relative;
  padding: 0.37894736842105264rem 0 0.16842105263157894rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-11-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 4.673684210526316rem;
  box-sizing: border-box;
  padding: 0 1.4105263157894736rem;
}
.container-block-11.long .block-11-item {
  padding: 0 1.4105263157894736rem 0 0.410526rem;
}
.block-11-item-text-area {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding-top: 1.1578947368421053rem;
  padding-left: 1.0421052631578946rem;
}
.container-block-11.long .block-11-item-text-area {
  padding-left: 0;
}
.block-11-item-text-title {
  margin-bottom: 0.16842105263157894rem;
}
.block-11-item-text-title-text {
  line-height: 1.2;
  font-size: 0.22631578947368422rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
  font-weight: bold;
  white-space: nowrap;
}
.block-11-item-text-remark-text {
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-11-item-img-area {
  position: relative;
  width: 4.052631578947368rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.4105263157894737rem;
}
.container-block-11.long .block-11-item-img-area {
  width: 6.052631578947368rem;
}
.block-11-item-img {
  position: relative;
  width: 4.052631578947368rem;
  height: 3.473684210526316rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.container-block-11.long .block-11-item-img {
  width: 6.052631578947368rem;
}
.block-11-item-img-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 1.2s ease;
  transform: translateY(100%);
}
.container-block-11.active .block-11-item-img-content {
  transform: translateY(0);
}
.block-11-item-img-text {
  text-align: center;
  font-size: 0.12631578947368421rem;
  font-weight: bold;
  color: #4d4d4d;
}
.container-block-12 {
  position: relative;
  width: 100%;
  height: 4.684210526315789rem;
  background-color: #fff;
  overflow: hidden;
}
.block-12-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-12-left {
  position: absolute;
  top: 1.168421052631579rem;
  left: 1.4105263157894736rem;
}
.block-12-left-title-area {
  margin-bottom: 0.16842105263157894rem;
}
.block-12-left-title {
  line-height: 1.2;
  font-size: 0.22631578947368422rem;
  color: #4d4d4d;
  font-weight: bold;
}
.block-12-left-text {
  line-height: 1.2;
  font-size: 0.12631578947368421rem;
  color: #4d4d4d;
}
.container-block-13 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 4.726315789473684rem;
  background-color: #f7f7f7;
}
.block-13-header {
  position: relative;
  width: 100%;
  padding-top: 0.4842105263157895rem;
}
.block-13-header-title {
  position: relative;
  padding-bottom: 0.14736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-13-header-text {
  position: relative;
  text-align: center;
  font-size: 0.12631578947368421rem;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-13-content-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.29473684210526313rem;
}
.block-13-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.block-13-content:nth-of-type(2) {
  margin: 0 0.6052631578947368rem 0 0.3684210526315789rem;
}
.block-13-content-img-1 {
  position: relative;
  width: 3.4210526315789473rem;
  height: 2.7473684210526317rem;
}
.block-13-content-img-2 {
  position: relative;
  width: 1.263157894736842rem;
  height: 1.631578947368421rem;
}
.block-13-content-img-3 {
  position: relative;
  width: 0.5789473684210527rem;
  height: 1.1368421052631579rem;
}
.block-13-content-text-area {
  padding-top: 0.07368421052631578rem;
  text-align: center;
}
.block-13-content-text {
  font-size: 0.12631578947368421rem;
  color: #4d4d4d;
}
.block-13-content-text:first-of-type {
  margin-bottom: 0.042105263157894736rem;
}
.container-block-14 {
  position: relative;
  width: 100%;
  height: 5.368421052631579rem;
  background-color: #fff;
  overflow: hidden;
}
.block-14-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.7526315789473684rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-14-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.block-14-container-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1.8421052631578947rem;
}
.block-14-container-item-img {
  position: relative;
  width: 100%;
  height: 1.9473684210526316rem;
  margin-bottom: 0.18421052631578946rem;
}
.block-14-container-item-name {
  box-sizing: border-box;
  padding-left: 0.2894736842105263rem;
  margin-bottom: 0.12631578947368421rem;
  font-size: 0.12631578947368421rem;
  font-weight: bold;
  color: #4d4d4d;
}
.block-14-container-item-params-list {
  position: relative;
  min-height: 1rem;
  box-sizing: border-box;
  padding-left: 0.2894736842105263rem;
}
.block-14-container-item-params {
  line-height: 1.2;
  font-size: 0.10526315789473684rem;
  color: #4d4d4d;
  white-space: nowrap;
}
.container-block-15 {
  position: relative;
  width: 100%;
  height: 5.6947368421052635rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.block-15-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.2631578947368421rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-15-img-wrapper {
  position: relative;
  width: 100%;
}
.block-15-img {
  display: block;
  position: relative;
  width: 9.326315789473684rem;
  height: 4.221052631578948rem;
  margin: 0 auto;
}
.container-block-16 {
  position: relative;
  width: 100%;
  /* height: 5.705263157894737rem; */
  background-color: #f74d61;
  overflow: hidden;
}
.block-16-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-16-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.15789473684210525rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-16-text {
  position: relative;
  margin-bottom: 0.29473684210526313rem;
  text-align: center;
  font-size: 0.12631578947368421rem;
  color: #fff;
}
.block-16-container {
  width: 80%;
  margin: 0 auto;
}
.block-16-row {
  display: flex;
}
.block-16-row-item {
  display: flex;
  align-items: flex-start;
  width: 25%;
  height: 0.9842105263157894rem;
  z-index: 10;
}
.block-16-item-img {
  position: relative;
  width: 0.25263157894736843rem;
  /* height: 0.25263157894736843rem; */
  box-sizing: border-box;
  padding-top: 0.06315789473684211rem;
  margin-right: 0.08421052631578947rem;
}
.block-16-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.block-16-line {
  position: relative;
  top: -0.225rem;
  width: 100%;
  height: 0.005263157894736842rem;
  margin: 0 auto;
  background-color: #ff7878;
}
.block-16-item-content-title {
  margin-bottom: 0.06315789473684211rem;
  font-size: 0.09473684210526316rem;
  font-weight: bold;
  color: #fff;
}
.block-16-item-content-list {
  display: flex;
  flex-direction: column;
}
.block-16-item-content-list-item {
  line-height: 1.2;
  font-size: 0.07368421052631578rem;
  color: #fff;
  white-space: nowrap;
}
.block-16-added_title {
  position: relative;
  margin-bottom: 0.22631578947368422rem;
  font-size: 0.15789473684210525rem;
  color: #fff;
}
.container-block-17 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.block-17-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.24736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #4d4d4d;
}
.block-17-img {
  display: block;
  position: relative;
  width: 6rem;
  margin: 0 auto 0.24736842105263157rem;
}
.container-block-18 {
  position: relative;
  width: 100%;
  height: 2.9684210526315788rem;
  overflow: hidden;
}
.block-18-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-18-title {
  position: relative;
  padding-top: 0.4842105263157895rem;
  margin-bottom: 0.24736842105263157rem;
  text-align: center;
  font-size: 0.2631578947368421rem;
  font-weight: bold;
  font-family: '微软雅黑';
  color: #fff;
}
.block-18-btn-wrapper {
  position: relative;
  width: 1.4736842105263157rem;
  height: 0.2578947368421053rem;
  margin: 0 auto;
  border-radius: 0.05263157894736842rem;
  background-color: #fff;
}
.block-18-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.2578947368421053rem;
  font-size: 0.12631578947368421rem;
  color: #f74d61;
}

.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;
}
.video-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.7368421052631575rem;
  height: 2.6315789473684212rem;
  transform: translate(-50%, -50%);
}
.video {
  position: relative;
  width: 100%;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transform: translateX(100%);
}

@keyframes phone {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

@keyframes text {
  0% {
    opacity: 0 !important;
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 20px);
  }
}

@keyframes title {
  0% {
    opacity: 0 !important;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hand {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
