.market-price-module1-wrapper {
  display: flex;
  align-items: flex-end;
  margin: 0 0.5rem;
  width: 6.5rem;
  height: 6.87rem;
  border-radius: 0.28rem;
  background: url('/mobile/market/price/module1/images/banner.png');
  background-size: 100% 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
}
.market-price-module1-wrapper .swiper-wrapper {
  width: 6.5rem;
}
.market-price-module1-wrapper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  height: 4.5rem;
}
.market-price-module1-wrapper .banner-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5.6rem;
  height: 3.95rem;
  background: #005AFF;
  border-radius: 0.18rem;
  opacity: 0.75;
  padding: 0.26rem;
}
.market-price-module1-wrapper .banner-item .item-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(90deg, rgba(3, 100, 255, 0.7), rgba(34, 140, 255, 0.7));
  border-radius: 0.18rem;
  padding: 0.15rem;
}
.market-price-module1-wrapper .banner-item .item-top .left {
  width: 3.4rem;
}
.market-price-module1-wrapper .banner-item .item-top .left h4 {
  font-weight: bold;
  font-size: 0.28rem;
}
.market-price-module1-wrapper .banner-item .item-top .left p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #88FF9D;
}
.market-price-module1-wrapper .banner-item .item-top .line {
  width: 0.02rem;
  height: 0.88rem;
  margin: 0 0.35rem;
  background: #3F97FF;
}
.market-price-module1-wrapper .banner-item .item-top .right {
  width: 2.15rem;
  height: 0.95rem;
  color: #00E4FF;
}
.market-price-module1-wrapper .banner-item .item-bottom {
  margin: 0.2rem 0 0.3rem 0.15rem;
  font-weight: 300;
}
.market-price-module1-wrapper .banner-item .item-bottom span {
  font-weight: 500;
}
.seek-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 2.42rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-shadow: inset 0 0 0.08rem rgba(255, 251, 155, 0.5);
  background: linear-gradient(90deg, #92FF92, #83FFA3);
  border-radius: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #222222;
}
.seek-btn::after {
  position: absolute;
  top: 0.22rem;
  right: 0.25rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #56E876;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
