body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f1f4f8;
}

.space {
  display: inline-block;
  width: 30px;
}

.zjzwfw-logo {
  width: 256px;
  height: 53px;
}

.logo-box,
.main,
.footer {
  box-sizing: border-box;
  padding: 18px 0;
  margin: 0 auto;
  width: 1160px;
  min-width: 1160px;
}

.header {
  background-color: #f3f5f8;
}

.banner {
  height: 400px;
}

.logo-box {
  height: 88px;
}

.main {
  flex: 1;
  margin-top: -148px;
}

.footer {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

.footer img {
  width: 16px;
  height: 17px;
}

.content {
  box-sizing: border-box;
  padding: 20px;
  background: rgba(215, 235, 255, 0.35);
  border-radius: 16px;
  backdrop-filter: blur(6.774193548387095px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.content .zone-item {
  padding: 30px 44px 35px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .zone-item .text {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.content .zone-item .go-text {
  font-size: 14px;
  font-weight: 400;
  color: #1677ff;
  line-height: 22px;
}

.main .title {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 45px;
}
