html {
  background-color: #f1f8ff;
}

.banner {
  /*padding-top: .9rem;*/
}

.banner img {
  width: 7.5rem;
  height: 6.02rem;
}

.content {
  width: 6.38rem;
  background-color: #fff;
  border-radius: .5rem;
  margin: .35rem .2rem 1.88rem.2rem;
  padding: .6rem .35rem;
  box-shadow: 0rem 0.03rem .3rem 0.08rem #d2e9ff;
}

.content_l {
  width: 3.07rem;
  background-color: #e7f4ff;
  text-align: center;
  border-radius: .2rem;
  display: inline-block;
  padding: .2rem 0 .37rem 0;
  margin-top: 0.3rem;

}

.content_l img {
  width: 2.86rem;
  height: 1.78rem;
  background-color: #e7f4ff;
}

.content_r {
  width: 3.07rem;
  background-color: #e7f4ff;
  text-align: center;
  border-radius: .2rem;
  display: inline-block;
  padding: .2rem 0 .37rem 0;
  margin-left: .15rem;

}

.content_r img {
  width: 2.86rem;
  height: 1.78rem;
  background-color: #e7f4ff;
}

.content p {
  font-size: .24rem;
  color: #333333;
  margin-top: .15rem;
  line-height: .44rem;
}


.content h3 {
  font-size: .3rem;
  color: #3097f4;
  line-height: .3rem;
  font-weight: bold;
}

.content .but {
  width: 2rem;
  height: .56rem;
  background-color: #ff8e15;
  border-radius: .28rem;
  text-align: center;
  line-height: .56rem;
  color: #fff;
  font-size: .28rem;
  margin: .25rem .53rem 0 .53rem;

}

.content .ces {
  width: 4.5rem;
  height: .72rem;
  background-color: #218af8;
  border-radius: .36rem;
  text-align: center;
  line-height: .72rem;
  color: #fff;
  font-size: .28rem;
  margin: .55rem .92rem 0 .92rem;

}