header {
  width: 100vw;
  height: 60px;
  background: #071940;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .left-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .container .left-nav .logo {
  margin-right: 38px;
  cursor: pointer;
}

header .container .left-nav .logo img {
  height: 30px;
}
header .container .left-nav .logo .img2 {
  display: none;
}
header .container .left-nav .logo:hover .img1 {
  display: none;

}
header .container .left-nav .logo:hover .img2 {
  display: block;
}

header .container .left-nav .nav-list {
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list button {
  margin-right: 40px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
}
/* header .container .left-nav .nav-list button:hover {
  font-weight: bolder;
  color: #ffc106;
} */

header .container .left-nav .nav-list button.active::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-color: #ffc106;
}
header .container .left-nav .nav-list a.active::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-color: #ffc106;
}

header .container .left-nav .nav-list button.active {
  position: relative;
  font-weight: bolder;
  color: #ffc106;
}
header .container .left-nav .nav-list a.active {
  font-weight: bolder;
  color: #ffc106;
}

header .container .left-nav .nav-list a {
  margin-right: 40px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
}
/* header .container .left-nav .nav-list a:hover {
  font-weight: bolder;
  color: #ffc106;
} */

header .container .right-phone {
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .container .right-phone:hover .phone {
  background-image: url('/assets/db_dh_hover.png');
}

header .container .right-phone:hover span {
  font-weight: bolder;
}
header .container .right-phone .phone {
  width: 18px;
  height: 18px;
  background-image: url('/assets/db_dh_def.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
header .container .right-phone span {
  font-size: 18px;
  color: #ffffff;
}

/* 悬停收银系统 */
.hover-cash-register-system-window {
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 100vw;
  z-index: 99999;
  height: 238px;
}
.hover-cash-register-system {
  width: 100vw;
  height: 238px;
  background: #071b37;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-cash-register-system .catering,
.retail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hover-cash-register-system .catering:hover,
.retail:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.hover-cash-register-system .catering:hover,
.retail:hover span {
  font-weight: bolder;
  color: #ffc106;
}
.hover-cash-register-system .image {
  width: 108px;
  height: 100px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hover-cash-register-system .catering .image {
  background-image: url('/assets/m2_img_6.png');
}
.hover-cash-register-system .retail .image {
  background-image: url('/assets/ls-img_7.png');
}

.hover-cash-register-system .catering,
.retail span {
  font-size: 16px;
  color: #ffffff;
}
.hover-cash-register-system .catering {
  margin-right: 100px;
}

/* 悬停收款工具 */
.hover-development-tools-window {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: 238px;
  width: 100vw;
  z-index: 99999;
}
.hover-development-tools {
  width: 100vw;
  height: 238px;
  background: #071b37;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-development-tools .brand,
.speaker-box,
.code-scanner-king,
.pos,
.code-scanning-box,
.cash-register,
.peng,
.yun-dayin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 80px;
  width: 90px;
}

.hover-development-tools .brand,
.speaker-box,
.code-scanner-king,
.pos,
.code-scanning-box,
.cash-register,
.peng,
.yun-dayin span {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}
.hover-development-tools .image {
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hover-development-tools .brand .image {
  width: 66px;
  height: 100px;
  background-image: url('/assets/m2_img_1.png');
}
.hover-development-tools .speaker-box .image {
  width: 67px;
  height: 100px;
  background-image: url('/assets/m2_img_2.png');
}
.hover-development-tools .code-scanner-king .image {
  width: 42px;
  height: 100px;
  background-image: url('/assets/m2_img_3.png');
}
.hover-development-tools .pos .image {
  width: 42px;
  height: 100px;
  background-image: url('/assets/m2_img_4.png');
}
.hover-development-tools .code-scanning-box .image {
  width: 130px;
  height: 100px;
  background-image: url('/assets/m2_img_5.png');
}
.hover-development-tools .cash-register .image {
  width: 108px;
  height: 100px;
  background-image: url('/assets/m2_img_6.png');
}
.hover-development-tools .peng .image {
  width: 42px;
  height: 100px;
  background-image: url('/assets/m2_img_8.png');
}

.hover-development-tools .yun-dayin .image {
  width: 100px;
  height: 100px;
  background-image: url('/assets/dayin.png');
}
.hover-development-tools .brand:hover,
.speaker-box:hover,
.code-scanner-king:hover,
.pos:hover,
.code-scanning-box:hover,
.cash-register:hover,
.peng:hover,
.yun-dayin:hover span {
  font-weight: bolder;
  color: #ffc106;
}
.hover-development-tools .brand:hover,
.speaker-box:hover,
.code-scanner-king:hover,
.pos:hover,
.code-scanning-box:hover,
.cash-register:hover,
.peng:hover,
.yun-dayin:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.banner {
  width: 100vw;
  height: 460px;
  background: #071940;
  margin-top: 60px;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .container .banner-title {
  margin-bottom: 36px;
  margin-top: 88px;
}
.banner .container .banner-title span {
  font-weight: bold;
  font-size: 68px;
  color: #ffffff;
}
.banner .container .banner-title .free {
  color: #ffc106;
}
.banner .container .banner-tip {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner .container .open-phone {
  display: flex;
  flex-direction: column;
}
.banner .container .open-phone .top {
  display: flex;
  align-items: center;
}

.banner .container .open-phone .phone-error-tip {
  color: #ff9a22;
  margin-top: 10px;
  font-size: 18px;
  display: none;
}
.banner .container .open-phone input {
  width: 480px;
  height: 60px;
  background: #ffffff;
  font-size: 20px;
  border-radius: 10px 10px 10px 10px;
  padding: 0 20px;
  margin-right: 24px;
}
.banner .container .open-phone input::placeholder {
  color: #777777;
}

.banner .container .open-phone button {
  width: 148px;
  height: 60px;
  background: #ffc106;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.banner .container .open-phone button:hover {
  background-color: #ff8a00;
}

.banner-bottom {
  width: 100vw;
  height: 64px;
  background: #1e304a;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-bottom .container span {
  padding-right: 24px;
  border-right: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
  margin-left: 24px;
  white-space: nowrap;
}
.banner-bottom .container span:last-child {
  border-right: none;
}

/* 聚合多种支付 */
.aggregate-multiple-payments {
  width: 100vw;
  height: 440px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aggregate-multiple-payments .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aggregate-multiple-payments .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 20px;
}
.aggregate-multiple-payments .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.aggregate-multiple-payments .container .payments-list {
  display: flex;
  align-items: center;
}
.aggregate-multiple-payments .container .payments-list .payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  width: 180px;
  height: 180px;
  background: #f8f9f9;
  border-radius: 16px 16px 16px 16px;
  cursor: pointer;
}
.aggregate-multiple-payments .container .payments-list .payment:hover {
  border: 2px solid #00bb4a;
}
.aggregate-multiple-payments
  .container
  .payments-list
  .payment:hover
  .payment-tip {
  color: #00bb4a;
  font-weight: bolder;
}
.aggregate-multiple-payments .container .payments-list .payment:last-child {
  margin-right: 0;
}
.aggregate-multiple-payments .container .payments-list .payment img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.aggregate-multiple-payments .container .payments-list .payment .payment-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 2px;
}
.aggregate-multiple-payments .container .payments-list .payment .payment-tip {
  font-size: 18px;
  color: #00bb4a;
}

/* 全套硬件 */
.complete-hardware {
  width: 100vw;
  height: 442px;
  background: #f3f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete-hardware .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.complete-hardware .container .up {
  position: absolute;
  left: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .container .next {
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .container .up .up-image {
  width: 64px;
  height: 64px;
  background-image: url('/assets/m2_1_def.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .container .up .up-image:hover {
  background-image: url('/assets/m2_1_hover.png');
}
.complete-hardware .container .next .next-image {
  width: 64px;
  height: 64px;
  background-image: url('/assets/m2_2_def.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .container .next .next-image:hover {
  background-image: url('/assets/m2_2_hover.png');
}
.complete-hardware .container .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.complete-hardware .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.complete-hardware .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.complete-hardware .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.complete-hardware .container .hardware-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.complete-hardware .container .hardware-list .hardware {
  width: 220px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  display: none;
}
.complete-hardware .container .hardware-list .hardware:hover {
  border: 2px solid #00bb4a;
  cursor: pointer;
}

.complete-hardware .container .hardware-list .hardware:hover .hardware-detail {
  font-weight: bolder;
}

.complete-hardware .container .hardware-list .hardware.show {
  display: flex;
}
.complete-hardware .container .hardware-list .hardware:last-child {
  margin-right: 0;
}
.complete-hardware .container .hardware-list .hardware img {
  width: 66px;
  height: 100px;
  margin-bottom: 18px;
}
.complete-hardware .container .hardware-list .hardware .saomawang {
  width: 42px;
}
.complete-hardware .container .hardware-list .hardware .zhinengpos {
  width: 48px;
}
.complete-hardware .container .hardware-list .hardware .saomaqiang {
  width: 150px;
}
.complete-hardware .container .hardware-list .hardware .shouyinji {
  width: 120px;
}
.complete-hardware .container .hardware-list .hardware .dayin {
  width: 140px;
}
.complete-hardware .container .hardware-list .hardware .hardware-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.complete-hardware .container .hardware-list .hardware .hardware-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete-hardware .container .hardware-list .hardware .hardware-tip span {
  font-size: 16px;
  color: #666666;
}
.complete-hardware
  .container
  .hardware-list
  .hardware
  .hardware-tip
  span:first-child {
  margin-bottom: 6px;
}
.complete-hardware .container .hardware-list .hardware .hardware-detail {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #333333;
  width: 124px;
  height: 42px;
  background-color: #ffc106;
  border-radius: 8px;
}

/* 语音播报 */
.voice-broadcast {
  width: 100vw;
  height: 590px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-broadcast .container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.voice-broadcast .container .right {
  flex-shrink: 0;
}
.voice-broadcast .container .right img {
  width: 570px;
}
.voice-broadcast .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.voice-broadcast .container .left .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.voice-broadcast .container .left .title img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.voice-broadcast .container .left .title span {
  font-weight: bold;
  font-size: 42px;
  color: #333333;
  white-space: nowrap;
}
.voice-broadcast .container .left .tip-list {
  display: flex;
  flex-direction: column;
}
.voice-broadcast .container .left .tip-list .tip {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.voice-broadcast .container .left .tip-list .tip:last-child {
  margin-bottom: 0;
}
.voice-broadcast .container .left .tip-list .tip img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.voice-broadcast .container .left .tip-list .tip span {
  font-size: 20px;
  color: #333333;
}
.voice-broadcast .container .left .open-immediately {
  margin-top: 60px;
}

.open-immediately {
  width: 148px;
  height: 60px;
  background: #ffc106;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 60px;
}
.open-immediately:hover {
  background-color: #ffb406;
}

/* 团购到店核销 */
.group-buy-check-out {
  width: 100vw;
  height: 780px;
  background-image: url('/assets/m4_back.jpg');
  background-size: cover;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}
.group-buy-check-out .container {
  height: 590px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.group-buy-check-out .container .left {
  flex-shrink: 0;
}
.group-buy-check-out .container .left img {
  height: 510px;
}
.group-buy-check-out .container .right {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-end;
}
.group-buy-check-out .container .right .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.group-buy-check-out .container .right .title img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.group-buy-check-out .container .right .title span {
  font-weight: bold;
  font-size: 42px;
  color: #ffffff;
  white-space: nowrap;
}
.group-buy-check-out .container .right .icon-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.group-buy-check-out .container .right .icon-list .icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.group-buy-check-out .container .right .icon-list .icon:last-child {
  margin-right: 0;
}
.group-buy-check-out .container .right .tip {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 60px;
}

/*扫码点单  */
.scan-code-order {
  width: 100vw;
  height: 872px;
  background-image: url('/assets/m5_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.scan-code-order .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.scan-code-order .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.scan-code-order .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
.scan-code-order .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.scan-code-order .container .tip-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.scan-code-order .container .tip-list .tip {
  display: flex;
  align-items: center;
  margin-right: 60px;
  margin-bottom: 20px;
}
.scan-code-order .container .tip-list .tip img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.scan-code-order .container .tip-list .tip span {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 300px;
  white-space: nowrap;
}
.scan-code-order .container .image-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.scan-code-order .container .image-list img {
  width: 260px;
  height: 358px;
}

/* 外卖多平台接单 */
.take-out-multiple-platforms {
  width: 100vw;
  height: 640px;
  margin-bottom: 10px;
  background-image: url('/assets/m6_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.take-out-multiple-platforms .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.take-out-multiple-platforms .container .title {
  font-weight: bold;
  font-size: 42px;
  color: #812f20;
  margin-bottom: 40px;
}
.take-out-multiple-platforms .container .tip-list {
  display: flex;
  flex-direction: column;
}
.take-out-multiple-platforms .container .tip-list .tip {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.take-out-multiple-platforms .container .tip-list .tip:last-child {
  margin-bottom: 0;
}
.take-out-multiple-platforms .container .tip-list .tip img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.take-out-multiple-platforms .container .tip-list .tip span {
  font-size: 20px;
  color: #812f20;
}
.take-out-multiple-platforms .container .icon-list {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 30px;
}
.take-out-multiple-platforms .container .icon-list img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

/* 会员/卡券营销 */
.member-card-marketing {
  width: 100vw;
  height: 746px;
  background: #ffffff;
  margin-bottom: 10px;
}
.member-card-marketing .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member-card-marketing .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.member-card-marketing .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.member-card-marketing .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}

.member-card-marketing .container .tip {
  margin-bottom: 40px;
  font-size: 20px;
  color: #333333;
}
.member-card-marketing .container .type-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}
.member-card-marketing .container .type-list .type {
  width: 282px;
  height: 320px;
  background: #f8f9f9;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member-card-marketing .container .type-list .type img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.member-card-marketing .container .type-list .type .type-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.member-card-marketing .container .type-list .type .type-tip-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.member-card-marketing .container .type-list .type .type-tip {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.member-card-marketing .container .type-list .type .type-tip:last-child {
  margin-bottom: 0;
}

/* 统计报表 */
.statistics-reports {
  width: 100vw;
  height: 848px;
  background-image: url('/assets/m8_back.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.statistics-reports .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.statistics-reports .container .title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.statistics-reports .container .title img {
  width: 45px;
  height: 46px;
  margin-right: 20px;
}
.statistics-reports .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  position: relative;
}
.statistics-reports .container .title span::after {
  content: '';
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.statistics-reports .container .tip {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}
.statistics-reports .container .image-list {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.statistics-reports .container .image-list img {
  width: 260px;
  height: 468px;
  margin-bottom: 24px;
}

.statistics-reports .container .image-list .image {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.statistics-reports .container .image-list .image span {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  motion-path: 30px;
}

/* 更多功能 */
.more-functions {
  width: 100vw;
  height: 894px;
  background: #ffffff;
}
.more-functions .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.more-functions .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.more-functions .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.more-functions .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.more-functions .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.more-functions .container .func-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-functions .container .func-list .func {
  width: 180px;
  height: 222px;
  background: #f8f9f9;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-functions .container .func-list .func:hover {
  border: 2px solid #00ac44;
}

.more-functions .container .func-list .func img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.more-functions .container .func-list .func .func-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.more-functions .container .func-list .func .func-tip {
  font-size: 16px;
  color: #666666;
}
.more-functions .container .open-immediately {
  margin-top: 40px;
}

/* 适用范围 */
.applicable-range {
  width: 100vw;
  height: 956px;
  background: #f3f8fc;
}

.applicable-range .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.applicable-range .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.applicable-range .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.applicable-range .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.applicable-range .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.applicable-range .container .range-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.applicable-range .container .range-list .range {
  width: 220px;
  height: 305px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.applicable-range .container .range-list .range:hover {
  border: 2px solid #00ac44;
}
.applicable-range .container .range-list .range:hover .top-image {
  width: 240px;
  transition: all 0.3s ease;
}
.applicable-range .container .range-list .range .top-image {
  width: 220px;
  height: 165px;
  border-radius: 16px 16px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.applicable-range .container .range-list .range .top-image.catering {
  background-image: url('/assets/m10_img_1.png');
}
.applicable-range .container .range-list .range .top-image.beauty {
  background-image: url('/assets/m10_img_2.png');
}
.applicable-range .container .range-list .range .top-image.refueling {
  background-image: url('/assets/m10_img_3.png');
}
.applicable-range .container .range-list .range .top-image.fresh {
  background-image: url('/assets/m10_img_4.png');
}
.applicable-range .container .range-list .range .top-image.sport {
  background-image: url('/assets/m10_img_5.png');
}
.applicable-range .container .range-list .range .top-image.cart {
  background-image: url('/assets/m10_img_6.png');
}
.applicable-range .container .range-list .range .top-image.monopoly {
  background-image: url('/assets/m10_img_7.png');
}
.applicable-range .container .range-list .range .top-image.education {
  background-image: url('/assets/m10_img_8.png');
}
.applicable-range .container .range-list .range .top-image.supermarket {
  background-image: url('/assets/m10_img_9.png');
}
.applicable-range .container .range-list .range .top-image.playground {
  background-image: url('/assets/m10_img_10.png');
}

.applicable-range .container .range-list .range .bottom-message {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.applicable-range .container .range-list .range .bottom-message .range-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.applicable-range .container .range-list .range .bottom-message .range-tip {
  font-size: 16px;
  color: #666666;
}
.applicable-range .container .range-list .range .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 常见问题 */
.common-questions {
  width: 100vw;
  height: 925px;
  background: #ffffff;
  margin-bottom: 10px;
}
.common-questions .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.common-questions .container .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.common-questions .container .questions-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.common-questions .container .questions-list .questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 20px;
}
.common-questions .container .questions-list .questions .questions-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.common-questions .container .questions-list .questions .questions-title img {
  height: 16px;
  margin-right: 10px;
}
.common-questions .container .questions-list .questions .questions-title span {
  font-size: 16px;
  color: #ff9a22;
  flex-shrink: 0;
}
.common-questions .container .questions-list .questions .questions-answer {
  font-size: 16px;
  color: #333333;
}
.common-questions .container .open-immediately {
  align-self: center;
}

/* 合作机构 */
.cooperate-institutions {
  width: 100vw;
  height: 502px;
  background: #ffffff;
  background-image: url('/assets/m12_img.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.cooperate-institutions .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cooperate-institutions .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cooperate-institutions .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.cooperate-institutions .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.cooperate-institutions .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.cooperate-institutions .container .institutions-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperate-institutions .container .institutions-list .institutions {
  margin-bottom: 20px;
}

/* 资质一览 */

.qualifications {
  width: 100vw;
  height: 660px;
  background: linear-gradient(to right, #092432, #245267);
}
.qualifications .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.qualifications .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.qualifications .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
.qualifications .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.qualifications .container .tip {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.qualifications .container .qualifications-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.qualifications .container .qualifications-list img {
  width: 220px;
  height: 338px;
}

/* 关于我们 */
.about-us-part {
  width: 100vw;
  height: 732px;
  background-image: url(/assets/back_bottom1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-part .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-us-part .container .about-us-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.about-us-part .container .about-us-title img {
  height: 28px;
}
.about-us-part .container .about-us-title span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin: 0 20px;
}
.about-us-part .container .about-us-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-part .container .about-us-center img {
  height: 28px;
}

.about-us-part .container .about-us-center {
  display: flex;
  align-items: center;
}

.about-us-part .container .about-us-left {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.about-us-part .container .about-us-left .about-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 175px;
  height: 160px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-us-part .container .about-us-left .about-item img {
  height: 48px;
  margin-bottom: 12px;
}
.about-us-part .container .about-us-left .about-item span {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}

.about-us-part .container .about-us-right {
  display: flex;
  flex-direction: column;
  width: 792px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  padding: 30px;
  margin-bottom: 20px;
}

.about-us-part .container .about-us-right .right-top {
  display: flex;
  margin-bottom: 20px;
}

.about-us-part .container .about-us-right .right-top img {
  height: 220px;
  margin-right: 20px;
}

.about-us-part .container .about-us-right .right-top .right-top-message {
  display: flex;
  flex-direction: column;
}
.about-us-part
  .container
  .about-us-right
  .right-top
  .right-top-message
  .message-title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  margin-bottom: 11px;
}
.about-us-part
  .container
  .about-us-right
  .right-top
  .right-top-message
  .message {
  display: flex;
  flex-direction: column;
}
.about-us-part
  .container
  .about-us-right
  .right-top
  .right-top-message
  .message
  span {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.about-us-part .container .about-us-right .right-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us-part .container .about-us-right .right-footer img {
  width: 230px;
  height: 220px;
  border-radius: 6px 6px 6px 6px;
}

/* 微信扫一扫 */
.wechat-code {
  width: 100vw;
  height: 372px;
  background: #000000;
}
.wechat-code .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.wechat-code .container .left {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.wechat-code .container .left .phone {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .left .contact-list {
  display: flex;
  flex-direction: column;
}
.wechat-code .container .left .contact-list .contact {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wechat-code .container .left .contact-list .contact:hover span {
  font-weight: bolder;
}
.wechat-code .container .left .contact-list .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wechat-code .container .left .contact-list .contact span {
  font-size: 16px;
  color: #ffffff;
}
.wechat-code .container .left .contact-list .contact .icon.weixin {
  background-image: url('/assets/m15_1_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.shouji {
  background-image: url('/assets/m15_2_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.rexian {
  background-image: url('/assets/m15_3_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.qq {
  background-image: url('/assets/qq@2x.png');
}

.wechat-code .container .left .contact-list .contact:hover .weixin {
  background-image: url('/assets/m15_1_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .shouji {
  background-image: url('/assets/m15_2_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .rexian {
  background-image: url('/assets/m15_3_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .qq {
  background-image: url('/assets/qq_hover@2x.png');
}
.wechat-code .container .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.wechat-code .container .center img {
  margin-bottom: 15px;
  height: 180px;
}
.wechat-code .container .center span {
  font-size: 16px;
  color: #ffffff;
}

.wechat-code .container .right {
  display: flex;
  margin-top: 60px;
  justify-content: flex-end;
}

.wechat-code .container .right .system {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
.wechat-code .container .right .system:last-child {
  margin-right: 0;
}
.wechat-code .container .right .system .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .right .system .system-list {
  display: flex;
  flex-direction: column;
}

.wechat-code .container .right .system .system-list a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 90px;
}
.wechat-code .container .right .system .system-list a:hover {
  cursor: pointer;
  font-weight: bolder;
  color: #ffc106;
}
/* 备案号 */
.beian {
  width: 100vw;
  height: 122px;
  background: #000000;
  border-top: 1px solid #323232;
}
.beian .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian .container .top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.beian .container .top .company {
  margin-right: 10px;
}
.beian .container .top .qiye {
  display: flex;
  align-items: center;
}
.beian .container .top .qiye img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.beian .container .top span {
  font-size: 16px;
  color: #999999;
}

.beian .container .top a {
  font-size: 16px;
  color: #999999;
}
.beian .container .top a:hover {
  color: #fff;
}

.beian .container .footer {
  margin-right: 10px;
}

.beian .container .footer img {
  margin-right: 5px;
}
