.container_t {
  min-width: 320px;
  max-width: 750px;
  background: #f5f5f5;
  margin: 0 auto;
  overflow: hidden;
}
.container_t .ad-detail-bottom {
  /* width: 7.5rem; */
  padding: 0.2rem 0.3rem 0;
}
.container_t .ad-gaodun-mobile {
  /* width: 6.9rem; */
  height: 2.2rem;
  background: #ffffff;
  border: 0.01rem solid #eaeaea;
  display: flex;
  padding: 0.25rem 0.2rem;
}
.container_t .ad-gaodun-img {
  width: 1.28rem !important;
  height: 1.28rem !important;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.container_t .ad-gaodun-mobile .title {
  font-size: 0.26rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3c82fc;
  line-height: 0.26rem;
  height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container_t .ad-gaodun-mobile .desc {
  font-size: 0.24rem;
  height: 0.24rem;
  color: #6b6967;
  line-height: 0.24rem;
  margin-top: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container_t .ad-gaodun-mobile .stars {
  font-size: 0.24rem;
  color: #959493;
  line-height: 0.24rem;
  display: flex;
  align-items: center;
  margin-top: 0.14rem;
}
.container_t .ad-gaodun-mobile .stars img {
  width: 1.4rem !important;
  height: 0.2rem !important;
  margin-bottom: 0px !important;
}
.container_t .ad-gaodun-download {
  width: 2.3rem !important;
  height: 0.5rem !important;
  background: linear-gradient(180deg, #75a7ff 0%, #387ffc 100%);
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.container_t .ad-gaodun-download img {
  width: 0.22rem !important;
  height: 0.23rem !important;
  margin-right: 0.08rem;
  margin-bottom: 0.04rem !important;
}
