.zxzx-wrap{
  padding-bottom: 1.9rem;
}
.zxzx-cont{
  width: 7rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.54rem 0.35rem 0.49rem 0.35rem;
  margin-top: 0.4rem;
}
.item-l .item-top{
  display: flex;
}
.item-l .item-top .top-1 {
  display: block;
  font-size: 0.38rem;
  line-height: 0.38rem;
  font-weight: 600;
  color: #333;
}
.item-l .item-top .top-2 {
  display: block;
  font-size: 0.27rem;
  line-height: 0.49rem;
  color: #999;
  padding-left: 0.15rem;
}
.item-l .item-bottom {
  width: 6.31rem;
  margin: 0 auto;
  background-color: #F3F9FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.54rem 0.29rem 0.52rem 0.30rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  margin: 0.27rem 0 0.39rem 0;
}
.item-l .item-bottom .bottom-l {
  font-size: 0.76rem;
  color: #2267F2;
  font-weight: 700;
  margin-right: 0.10rem;
}
.item-l .item-bottom .bottom-c {
  flex: 1;
  color: #333;
}
.item-l .item-bottom .bottom-c .center-1 {
  font-size: 0.38rem;
  font-weight: 600;
}
.item-l .item-bottom .bottom-c .center-2 {
  font-size: 0.25rem;
}
.item-l .item-bottom .bottom-r {
  width: 1.66rem;
  height: 0.54rem;
  font-size: 0.27rem;
  border-radius: 0.12rem;
  background-color: #00B487;
  color: #fff;
  text-align: center;
  line-height: 0.54rem;
  cursor: pointer;
}