.consult-1 {
  padding-top: 1.28rem;
  padding-bottom: 1.3rem;
}
.consult-1 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consult-1 .imgs {
  width: 50%;
}
.consult-1 .img {
  position: relative;
  padding-top: 67.5%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.consult-1 .le {
  width: 44.375%;
}
.consult-1 .d2 {
  line-height: 1.7916666667;
  color: #666;
  margin-top: 0.3rem;
}
.consult-1 .codes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.consult-1 .ci {
  width: 2.4rem;
  text-align: center;
  margin-right: 0.6rem;
}
.consult-1 .ci .ii {
  width: 100%;
}
.consult-1 .ctop {
  padding: 0.22rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
.consult-1 .cbot {
  margin-top: 0.2rem;
  color: #333;
}
@media (max-width: 900px) {
  .consult-1 .imgs {
    width: 100%;
    margin-top: 0.5rem;
  }
  .consult-1 .le {
    width: 100%;
  }
}