* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 20vw;
}
.banner {
  width: 100%;
}
.center .title {
  text-align: center;
  /* margin-top: .266667rem; */
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.center .msg {
  margin-top: .133333rem;
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
  letter-spacing: .5px;
  padding: 0 .4rem;
}
.architecture {
  margin-top: .266667rem;
}
.architecture .title {
  text-align: center;
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.mainImg {
  width: calc(100% - .533333rem);
  margin: .133333rem .266667rem 0;
}
.advantage {
  margin-top: .266667rem;
}
.advantage .title {
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.advantage .body {
  display: flex;
  flex-wrap: wrap;
}
.advantage .item {
  width: 2.106667rem;
  height: 2.2rem;
  background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
  border-radius: .053333rem;
  margin-top: .133333rem;
  margin-left: .266667rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .133333rem;
  padding-left: .106667rem;
  padding-right: .106667rem;
  box-sizing: border-box;
  /* padding-bottom: .133333rem; */
}
.advantage .item .iTtile {
  font-size: .16rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.advantage .itemImg {
  width: .56rem;
  height: .56rem;
  margin-bottom: .12rem;
}
.advantage .advanteageMsg {
  font-size: .133333rem;
  line-height: .24rem;
  color: #1A1A22;
  /* transform: scale(0.83); */
  letter-spacing: normal;
}
.example {
  margin-top: .266667rem;
}
.example .title {
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.example .body {
  display: flex;
  padding: .266667rem;
  padding-top: .133333rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.example .item {
  width: 2.16rem;
  height: 1.066667rem;
  background: #F3F6F9;
  margin-top: .133333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example img {
  width: 1.6rem;
}