#h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#h5 .topper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10.1vw;
  padding: 0 4vw 0 2.8vw;
}

#h5 .topper .logo {
  height: 6.4vw;
}

#h5 .topper .menuCls {
  width: 5.3vw;
  height: 5.3vw;
}

#h5 .topper .topperBox {
  position: absolute;
  left: 0;
  top: 10vw;
  display: none;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 20px 0 #E1B81240;
}

#h5 .topper .topperBox.active {
  display: block;
}

#h5 .topper .topperBox a {
  display: block;
  width: 100%;
  height: 15.2vw;
  padding-left: 4.3vw;
  line-height: 15.2vw;
  border-bottom: 1px solid #e9e9e9;
  font-family: 'PingFang SC';
  font-size: 4.3vw;
  color: #242424;
}

/*#h5 .topper .topperBox a {*/
/*  width: 100%;*/
/*  height: 100%;*/

/*}*/

#h5 .h5-phone {
  width: 100%;
  margin-bottom: 2.1vw;
}

#h5 .index-title1 {
  width: 80.5vw;
  margin-bottom: .8vw;
  font-family: Akzidenz-Grotesk BQ Extra Alt;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #2B2B2B;
}

#h5 .index-title2 {
  width: 65.1vw;
  margin-bottom: 1.9vw;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: rgba(43, 43, 43, 0.8);
}

#h5 .btn {
  width: 42.7vw;
  height: 10.1vw;
  margin-bottom: 5.3vw;
  background: #2EBD85;
  border-radius: 7.2vw;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 10.1vw;
  text-align: center;
  color: #FFF;
}

#h5 .story {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8vw;
}

#h5 .story img {
  width: 75.7vw;
  margin-bottom: 5.3vw;
}

#h5 .story i {
  display: block;
  width: 5.3vw;
  height: 5.3vw;
  margin: 0 auto 3.5vw;
  background: url("../img/green-circle.png") 0 0/100% 100%;
}

#h5 .story .title {
  width: 86.9vw;
  margin-bottom: 2.7vw;
  font-family: PingFang SC;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 5.3vw;
  text-align: center;
  color: #242424;
  word-break: break-word;
}

#h5 .story .text {
  width: 86.4vw;
  font-family: PingFang SC;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 5.3vw;
  text-align: center;
  word-break: break-word;
}

#h5 .response {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#h5 .response .item {
  position: relative;
  width: 81.6vw;
  height: 75.7vw;
  margin-bottom: 5.3vw;
}

#h5 .response .item:last-of-type {
  margin-bottom: 0;
}

#h5 .response .item .responseImg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#h5 .response .item .responseImg span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: DIN Alternate;
  font-size: 8.8vw;
  font-weight: 700;
  line-height: 10.1vw;
  color: rgba(255, 255, 255, 0.8);
}

#h5 .response .item .responseImg img {
  position: relative;
  width: 46.1vw;
  height: 46.1vw;
}

#h5 .response .item .responseImg .iconGif{
  position: absolute;
  width: 40.5vw;
  height: 40.5vw;
  top: 3.2vw;
  left: 2.4vw;
}

#h5 .response .responseInfo {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 33.6vw;
  padding-bottom: 11.2vw;
  border-radius: 4.8vw;
  background: #E7FFF5;
}

#h5 .response .responseInfo img {
  width: 8.5vw;
  height: 8.5vw;
  margin-right: 2.7vw;
}


#h5 .security {
  display: block;
  width: 94.4vw;
  height: 30.1vw;
  margin: 8vw auto;
}

#h5 .service .title{
  margin-bottom: 4.5vw;
  font-family: PingFang SC;
  font-size: 5.9vw;
  font-weight: 500;
  line-height: 8vw;
  text-align: center;
  color: #2B2B2B;
}

#h5 .service .h5-service{
  width: 100%;
  margin-bottom: 5.3vw;
}


#h5 .h5-inner {
  width: 100%;
  background: linear-gradient(90deg, #F3FEF8 0%, #D8FFF0 100%);
  border-radius: 5vw 5vw 0 0;
}

#h5 .h5-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10.4vw;
  padding: 0 3.5vw;
  overflow: auto;
}

#h5 .h5-nav::-webkit-scrollbar {
  /*width: 12px;*/
  height: 0px;
}

#h5 .h5-nav::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

#h5 .h5-nav::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

#h5 .h5-nav li {
  margin-right: 20px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: rgba(43, 43, 43, 0.8);
  white-space: nowrap;
}

#h5 .h5-nav li.active {
  color: #2EBD85;
}

#h5 .h5-content-wrapper {
  min-height: 70vh;
  padding-top: 5.3vw;
  padding-bottom: 9.1vw;
  background: #FFF;
  border-radius: 5vw 5vw 0 0;
  box-shadow: 0 0 20px 0 #E1B81240;
}

#h5 .h5-content-wrapper .h5-content {
  display: block;
  width: 76.8vw;
  margin:  auto;
}

#h5 .coop-title1 {
  margin-bottom: .8vw;
  font-family: Akzidenz-Grotesk BQ Extra Alt;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #2B2B2B;
}

#h5 .coop-title2 {
  width: 61.9vw;
  margin-bottom: 3.5vw;
  font-family: Akzidenz-Grotesk BQ Extra Alt;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #2B2B2B;
}

#h5 .cooperate-safe {
  margin-top: 9.1vw;
}

#h5 .cooperate-safe .item {
  position: relative;
  width: 85.6vw;
  height: 78.1vw;
  margin-bottom: 5.6vw;
}

#h5 .cooperate-safe .item img {
  display: block;
  width: 57.1vw;
  height: 51.2vw;
  margin: auto;
}

#h5 .cooperate-safe .item .text-wrapper {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 32.8vw;
  padding: 0 4.8vw;
  background: #FFFCF299;
  box-shadow: 0 0 .8vw 0 #00000026;
  border-radius: 4.8vw;
}

#h5 .cooperate-safe .item .text-wrapper .title2 {
  margin-bottom: 1.6vw;
  font-family: PingFang SC;
  font-size: 5.1vw;
  font-weight: 500;
  line-height: 6.9vw;
  text-align: center;
  color: #2EBD85;
}

#h5 .cooperate-safe .item .text-wrapper .text {
  font-family: PingFang SC;
  font-size: 3.7vw;
  font-weight: 400;
  line-height: 5.1vw;
  text-align: center;
  color: rgba(36, 36, 36, 0.8);
}

.h5-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37.3vw;
  background: #2EBD85;
}

.h5-fotCont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h5-fotCont li {
  width: 50%;
  margin-top: 4vw;
}

.h5-fotCont li img {
  display: block;
  width: 90%;
}

#h5 .online-service {
  position: fixed;
  top: 30%;
  right: 3.5vw;
  z-index: 1000;
  width: 16vw;
  height: 16vw;
  background: url("../img/online-service.png") 0 0/100% 100%;
}

