.grid-cols-6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 0.12rem;
  column-gap: 0.1rem;
}
.grid-cols-6 .grid-item img {
  width: 100%;
}
.grid-cols-6 .grid-item .text {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0.2rem;
  column-gap: 0.08rem;
}
.grid-cols-3 .ad3-item {
  border-radius: 0.12rem;
  background: #282127;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.12rem;
  width: 100%;
}
.grid-cols-3 .ad3-item img {
  width: 0.32rem;
  height: 0.32rem;
}
.grid-cols-3 .ad3-item .text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-left: 0.04rem;
}
.grid-cols-3 .ad3-item .right-icon {
  width: 0.32ren;
  height: 0.32ren;
}

.time {
  color: rgba(255, 255, 255, 0.8);
  font-family: "DIN Alternate";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-fix {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0.68rem;
}

.mt-8 {
  margin-top: 0.16rem;
}

.mb-10 {
  margin-bottom: 0.2rem;
}

.mt-12 {
  margin-top: 0.24rem;
}

.yp-adress {
  margin-top: 0.16rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
  color: #977971;
}
.yp-adress .name-fix {
  color: rgba(255, 255, 255, 0.9);
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yp-adress .address-1 {
  width: 0.2rem;
  height: 0.2rem;
}
.yp-adress .address-2 {
  color: rgba(255, 255, 255, 0.4);
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.yp-info {
  margin-top: 0.14rem;
}
.yp-info .text {
  padding: 0.04rem 0.1rem;
  border-radius: 0.6rem;
  background: rgba(0, 255, 0, 0.1);
  color: #64B264;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.yp-des {
  margin-top: 0.14rem;
  padding: 0 0.16rem;
}
.yp-des .text {
  color: rgba(255, 255, 255, 0.7);
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ad2-item-fix {
  background-repeat: no-repeat;
  background-size: 85% 100%;
  background-position: center center;
  background-image: url(../../img/abcd/bg-3.svg);
  width: 100%;
  height: 1.38rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
}
.ad2-item-fix img {
  border-radius: 0.2rem;
  width: 0.96rem;
  height: 0.96rem;
}
.ad2-item-fix .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.04rem;
}
.ad2-item-fix .right .name-2-fix {
  color: #FBFFB7;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ad2-item-fix .right .des-2-fix {
  color: rgba(255, 255, 255, 0.6);
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
