.problem-main {
  /* display: flex;
  align-items: center; */
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}

.problem-main-item {
  /* flex: 1; */
  position: relative;
  /* height: 369px; */
  border-radius: 4.8rem;
  text-align: center;
  padding: 2rem;
  background-color: #fff0da;
  overflow: hidden;
}

.problem-des {
  font-size: 16px;
  color: #666666;
}

.problem-val {
  font-size: 3.6rem;
  color: var(--themeColor);
  text-shadow: 0 5px 0 #ff780042;
  margin-top: 1rem;
}

.problem-tps {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

/* .problem-main-item~.problem-main-item {
  margin-left: 24px;
} */

.problem-main-item img {
  width: 16rem;
}

.problem-tt {
  font-size: 2.8rem;
  color: #0A1E2E;
  margin-top: 1rem;
}

.problem-ts {
  font-size: 2.4rem;
  color: #91959E;
  margin-top: 1rem;
}



.model-body {
  width: 100%;
}

.model-body img {
  width: 100%;
}

.touch-content-abl-title {
  font-size: 3.6rem;
  margin-top: 1.2rem;
  color: #0A1E2E;
}

.touch-content-abl-text {
  font-size: 2.8rem;
  color: #666666;
  margin-top: 1.2rem;
}

.content-desc {
  color: #868686;
  font-size: 2.8rem;
  margin-top: 1rem;
}

.prediction-main {
  width: 100%;
}

.prediction-main img {
  width: 100%;
}

.management-car {
  width: 100%;
  margin-top: 3.2rem;
}

.management-car-item {
  width: 100%;
  box-shadow: 0 0.4rem 3rem 0 #00000026;
  border-radius: 1.6rem;
  padding: 2.4rem;
}

.management-car-item~.management-car-item {
  margin-top: 4rem;
}

.management-car-title {
  color: #0A1E2E;
  font-size: 3.6rem;
}

.management-car-text {
  color: #868D93;
  font-size: 2.8rem;
  margin-top: 1.6rem;
}

.management-img {
  width: 100%;
  margin-top: 8rem;
}

.management-img img {
  width: 100%;
}

.case{
  margin-top: 0;
}

.banner-content{
  width: 93%;
}
.banner-content .emphasize{
  color: #ff7b00;
}