.two-content {
  background: #ecf3ff;
  width: 19.2rem;
  height: 6.2rem;
  overflow: hidden !important;
}
.two-content .backImg {
  position: absolute;
  width: 19.2rem;
  height: 6.2rem;
  background: url(../images/content-two/maarten-van-den-heuvel-gZXx8lKAb7Y-unsplash.png) no-repeat;
  background-size: 14rem;
  background-position: 0 40%;
}
.two-content .top {
  position: absolute;
  left: 7.9rem;
  width: 2.7rem;
  top: 11.41rem;
}
.two-content .content {
  display: flex;
  position: absolute;
  top: 12.78rem;
  left: 3.3rem;
}
.two-content .content .item {
  margin-right: 0.52rem;
  padding: 0.12rem 0.47rem;
  width: 5.13rem;
  height: 2.28rem;
  background: #ffffff;
  box-shadow: 0px 0px 25px 2px rgba(50, 98, 255, 0.28);
  opacity: 0.9;
  border-radius: 0.1rem;
}
.two-content .content .item p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
.two-content .content .item ul li {
  display: flex;
  align-items: center;
}
.two-content .content .item ul li img {
  width: 0.21rem;
  height: 0.19rem;
  margin-right: 0.2rem;
}
.two-content .content .item ul li div {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.41rem;
}
.two-content .bottom-button {
  position: absolute;
  width: 2.95rem;
  height: 0.57rem;
  background: #1f70ec;
  border-radius: 0.29rem;
  top: 15.9rem;
  left: 8.13rem;
  text-align: center;
  cursor: pointer;
}
.two-content .bottom-button div {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
