.sales_box {
  width: 100%;
}
.sales_box .con {
  width: 93%;
  margin: auto;
}
.sales_box .con .text {
  font-size: 14px;
  color: #888888;
}
.sales_box .con .icon_top {
  margin-top: 20px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales_box .con .icon_top .box {
  width: 35%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sales_box .con .icon_top .box .icon {
  color: #DE0218;
  font-size: 55px;
}
.sales_box .con .icon_top .box .title_h {
  font-size: 15px;
  color: #181818;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
}
.sales_box .con .icon_top .box .title {
  font-size: 12px;
  color: #888888;
}
.sales_box .con .icon_bottom {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales_box .con .icon_bottom .box {
  width: 35%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sales_box .con .icon_bottom .box .icon {
  color: #DE0218;
  font-size: 55px;
}
.sales_box .con .icon_bottom .box .title_h {
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  color: #181818;
  font-weight: 600;
}
.sales_box .con .icon_bottom .box .title {
  font-size: 12px;
  color: #888888;
}
.sales_box .con .img_box {
  margin-top: 15px;
  margin-bottom: 28px;
  width: 100%;
  height: 194px;
}
.sales_box .con .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.sales_box .con .div-con {
  font-weight: 600;
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sales_box .con .div-con .text {
  width: 100%;
  height: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 20px;
  color: #181818;
}
.sales_box .con .div-con .lin {
  width: 40px;
  height: 2px;
  background-color: #DE0218;
}
