@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PingFang+SC&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PingFang SC", sans-serif, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", -apple-system, "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", 微软雅黑, "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
}

a:hover {
  text-decoration: none;
}

.page-header {
  box-shadow: 3px 2px 4px #f0f0f0;
  position: fixed;
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  top: 0;
  z-index: 100;
}
.page-header .navbar-brand {
  height: 72px;
}
.page-header .navbar-brand .logo {
  height: 35px;
}
.page-header .logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header .navbar {
  background-color: #ffffff;
  padding: 0;
}
.page-header .navbar-nav {
  padding-left: 40px;
}
.page-header .navbar-nav .nav-item {
  border-radius: 20px;
  transition: transform 0.3s ease;
  margin: 0 10px;
  cursor: pointer;
}
.page-header .navbar-nav .nav-item::after {
  display: block;
  width: 100%;
  content: "";
  height: 4px;
  background-color: #ffffff;
}
.page-header .navbar-nav .nav-item.active::after {
  background-color: #1682F8;
}
.page-header .navbar-nav .nav-item.active .nav-link {
  color: #1682F8;
}
.page-header .navbar-nav .nav-item:hover::after {
  background-color: #1682F8;
}
.page-header .navbar-nav .nav-item .nav-link {
  width: 100%;
  font-size: 20px;
  color: #222222;
  display: inline-block;
  margin: 0 20px;
  line-height: 68px;
}
.page-header .bar-wrap .bar-btn {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #1682F8;
  color: #1682F8;
  border-radius: 4px;
}
.page-header .bar-wrap .login-btn {
  background-color: #1682F8;
  color: #ffffff;
  margin-right: 56px;
}
.page-header .bar-wrap .login-btn:hover {
  color: #f2f2f2;
}

.page-body {
  margin-top: 88px;
}

.banner-wrap img {
  width: 100%;
}
.banner-wrap .banner-image {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}

.wrap-title {
  font-size: 44px;
  color: #1682F8;
  margin-top: 80px;
  text-align: center;
}

.wrap-desc {
  font-size: 32px;
  color: #222222;
  line-height: 48px;
  text-align: center;
  margin-top: 30px;
}

.main-title {
  font-size: 32px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin: 32px 0 0 0;
}

.main-desc {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  padding: 16px;
  height: 132px;
}

.margin-bottom80 {
  margin-bottom: 80px;
}

.wrap-box {
  box-shadow: 5px 12px 12px 0px rgba(34, 83, 111, 0.12);
}
.wrap-box .wrap-img {
  width: 100%;
}
.wrap-box .desc {
  font-size: 26px;
  color: #222222;
  line-height: 48px;
  padding: 32px 16px;
}

.b2-wrap {
  margin-top: -140px;
}
.b2-wrap .b2-img {
  width: 100%;
}

.text-center {
  text-align: center;
}

.flex-colomn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-colomn .wrap-box:last-child {
  margin-top: 64px;
}
.flex-colomn .wrap-box .desc {
  padding: 16px;
}

.b4-wrap {
  margin-top: 80px;
  background-color: #EEF8FF;
}
.b4-wrap img {
  width: 100%;
}

.b5-wrap {
  text-align: center;
  margin-top: 30px;
}
.b5-wrap img {
  width: 746px;
}

.position-relative {
  position: relative;
}

.b6-wrap {
  height: 508px;
  position: relative;
}
.b6-wrap .b6-img {
  height: 508px;
  position: absolute;
  right: 0;
}
.b6-wrap .b6-content {
  height: 508px;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b6-wrap .b6-content .title {
  font-size: 44px;
  color: #1682F8;
  margin-bottom: 50px;
}
.b6-wrap .b6-content .line-desc {
  font-size: 32px;
  color: #555555;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.b6-wrap .b6-content .line-desc::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 28px;
  background-color: #1682F8;
  margin-right: 20px;
  margin-top: 4px;
}

.s-wrap-desc {
  height: 160px;
}

.five-wrap {
  display: flex;
  justify-content: space-between;
}
.five-wrap .five-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.five-wrap .five-item .five-item-img {
  width: 216px;
  height: 216px;
}
.five-wrap .five-item .five-item-title {
  font-size: 32px;
  color: #222222;
  margin-bottom: 20px;
}
.five-wrap .five-item .five-item-desc {
  font-size: 24px;
  color: #777777;
}

.solution-content .solution-img {
  width: 100%;
}

.cooperation-body {
  height: 500px;
}
.cooperation-body .cooperation-bg {
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.cooperation-body .page-title {
  position: absolute;
  right: 200px;
  bottom: 260px;
  font-size: 44px;
  color: #000000;
}
.cooperation-body .consult-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  height: 800px;
  padding: 30px 50px;
  border-radius: 20px;
  width: 600px;
  background-color: #ffffff;
  box-shadow: 5px 12px 12px 0px rgba(22, 130, 248, 0.12);
}
.cooperation-body .consult-box .title {
  text-align: center;
  font-size: 32px;
  color: #1682F8;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.cooperation-body .consult-box .title::before, .cooperation-body .consult-box .title::after {
  display: inline-block;
  content: "";
  width: 150px;
  margin: 0 10px;
  height: 1px;
  background-color: #1682F8;
}
.cooperation-body .consult-box .consult-banner {
  margin: 20px 0;
}
.cooperation-body .consult-box .user-name {
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.cooperation-body .consult-box .link-item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 28%;
}
.cooperation-body .consult-box .link-item .icon {
  margin-right: 10px;
}
.cooperation-body .consult-box .link-item span {
  font-size: 20px;
  color: #202020;
}
.cooperation-body .consult-box .qrcode-cooperation {
  text-align: center;
}
.cooperation-body .consult-box .qrcode-cooperation .qrcode-img {
  width: 220px;
}
.cooperation-body .consult-box .qrcode-cooperation .qrcode-title {
  font-size: 14px;
  margin-bottom: 20px;
}

.page-store {
  background-color: #EEF8FF;
  padding-top: 88px;
}
.page-store .store-body {
  padding: 126px 0;
}
.page-store .store-body .store-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-store .store-body .store-left .ewm2 {
  margin: 24px 0 16px 0;
}
.page-store .store-body .store-right .store-title {
  font-size: 40px;
  color: #222222;
}
.page-store .store-body .store-right .flow-wrap {
  margin: 100px 0 80px 0;
  display: flex;
  justify-content: flex-start;
}
.page-store .store-body .store-right .flow-wrap .flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-store .store-body .store-right .flow-wrap .flow-item .flow-img {
  width: 136px;
  height: 136px;
}
.page-store .store-body .store-right .flow-wrap .flow-item .flow-item-title {
  font-size: 28px;
  color: #1682F8;
}
.page-store .store-body .store-right .flow-wrap .flow-line {
  width: 260px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
.page-store .store-body .store-right .notice-tips {
  font-size: 24px;
  color: #777777;
  font-weight: 300;
}

.fixed-relation {
  width: 80px;
  height: 140px;
  border-radius: 8px;
  background-color: #ffffff;
  position: fixed;
  right: 36px;
  top: 250px;
  z-index: 9;
}
.fixed-relation .fixed-item {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.fixed-relation .fixed-item span {
  font-size: 14px;
  color: #777777;
}
.fixed-relation .fixed-item .fixed-ewm-wrap {
  position: absolute;
  top: 0;
  left: -154px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  display: none;
}
.fixed-relation .fixed-item .fixed-ewm-wrap .fixed-ewm-wrap-img {
  width: 140px;
  height: 140px;
}

.page-footer {
  padding: 80px 0 40px 0;
}
.page-footer .qrcode-wrap {
  display: flex;
  justify-content: center;
}
.page-footer .qrcode-wrap .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  justify-content: center;
}
.page-footer .qrcode-wrap .qrcode-item .qrcode-img {
  width: 100px;
  height: 100px;
}
.page-footer .qrcode-wrap .qrcode-item .qrcode-title {
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
}
.page-footer .footer-content {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page-footer .footer-content .line-text {
  font-size: 16px;
  color: #555555;
}/*# sourceMappingURL=main.css.map */