* {
  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;
}
.center img {
  width: 2.666667rem;
  margin-top: .133333rem;
  margin-left: 1.306667rem;
}
.advantage {
  /* margin-top: .266667rem; */
  margin-bottom: .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;
  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;
  padding-bottom: .133333rem;
  box-sizing: border-box;
  /* padding-bottom: .133333rem; */
}
.advantage .itemImg {
  width: .586667rem;
  height: .586667rem;
  margin-bottom: .12rem;
}
.advantage .advanteageMsg {
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
  margin-bottom: .026667rem;
  text-align: center;
}
.advantage2 {
  /* margin-top: .266667rem; */
  margin-bottom: .266667rem;
}
.advantage2 .title {
  font-size: .186667rem;
  font-weight: bold;
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.advantage2 .item {
  width: 4.466667rem;
  /* height: 1.173333rem; */
  background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
  border-radius: .053333rem;
  margin: .133333rem .266667rem 0;
  padding-bottom: .133333rem;
}
.advantage2 .iTitle {
  font-size: .16rem;
  font-weight: bold;  
  line-height: .32rem;
  color: #1A1A22;
  text-align: center;
}
.advantage2 .msg {
  font-size: .16rem;
  line-height: .213333rem;
  color: #1A1A22;
  margin: .04rem .093333rem 0 .106667rem;
}
.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 6px rgba(0, 0, 0, 0.16);
  margin-top: .133333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example img {
  width: 1.44rem;
}