* {
  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;
}
.centerImg {
  margin: .133333rem .266667rem 0;
  width: 4.466667rem;
}
.scene {
  padding: 0 .266667rem;
}
.scene .title {
  text-align: center;
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.scene .msg {
  margin-top: .133333rem;
  font-size: .16rem;
  font-weight: 400;
  line-height: .213333rem;
  color: #1A1A22;
}

.system {
  margin-top: .266667rem;
}
.system .title {
  text-align: center;
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.system .body {
  display: flex;
  padding: 0 .266667rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.system .item {
  margin-top: .133333rem;
  width: 2.106667rem;
  height: .906667rem;
  background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
  border-radius: .053333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .133333rem;
  box-sizing: border-box;
}
.system p {
  font-size: .16rem;
}
/* 基本架构 */
.architecture {
  margin-top: .133333rem;
}
.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;
}
.architecture .main {
  display: flex;
  padding: 0 .266667rem;
}
.architecture .item {
  padding-right: .12rem;
  border-right: 1px solid #B3A18F;
}
.architecture .item .iTitle {
  text-align: center;
  font-size: .16rem;
  line-height: .24rem;
  color: #B3A18F;
}
.architecture .item p {
  margin-top: .08rem;
  font-size: .16rem;
  line-height: .186667rem;
  text-align: center;
}
/* 优势 */
.advantage {
  margin-top: .266667rem;
}
.advantage .title {
  text-align: center;
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
}
.advantage .body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .266667rem;
  justify-content: space-between;
}
.advantage .item {
  width: 2.106667rem;
  height: 1.92rem;
  background: #FFFFFF;
  border: 2px solid #E3F1FC;
  box-shadow: 0px 0px 0px rgba(177, 177, 177, 0.8);
  margin-top: .133333rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.advantage .item img {
  width: .56rem;
  margin-top: .133333rem;
}
.advantage .item .title {
  font-size: .16rem;
  font-weight: bold;
  line-height: .213333rem;
  color: #1A1A22;
  margin-top: .133333rem;
}
.advantage .item p {
  width: 1.88rem;
  margin-top: .106667rem;
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
  text-align: center;
}

.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: #FFFFFF;
  box-shadow: 0px 0px .08rem rgba(0, 0, 0, 0.16);
  margin-top: .133333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example img {
  width: 1.6rem;
}