.head_ad {
  width: 100%;
  height: 2.4rem;
  background: linear-gradient(170deg, rgba(255, 143, 0, 0.1) 0%, rgba(255, 191, 0, 0.03) 100%);
  position: relative;
  display: flex;
  padding-top: 0.13rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.head_ad .discount_icon {
  width: 0.92rem;
  position: absolute;
  left: 0.36rem;
  top: -0.09rem;
  z-index: 10;
}
.head_ad .cover_box {
  width: 1.43rem;
  height: 2.07rem;
  position: relative;
  margin-right: 0.19rem;
}
.head_ad .cover_box .cover_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.05rem;
}
.head_ad .game_content {
  padding-top: 0.05rem;
}
.head_ad .game_content .game_title {
  font-size: 0.34rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
  max-width: 2.7rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.head_ad .game_content .game_des {
  font-size: 0.24rem;
  font-family: PingFang SC;
  color: #999999;
  line-height: 0.3rem;
  max-width: 3.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.head_ad .game_content .game_content_f {
  margin-top: 0.66rem;
}
.head_ad .game_content .game_content_f .steam_icon {
  width: 1.05rem;
  margin-right: 0.1rem;
}
.head_ad .game_content .game_content_f span {
  display: inline-block;
  transform: translateY(-0.05rem);
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00B38A;
}
.head_ad .game_content .game_content_f span b {
  font-style: italic;
  font-size: 0.32rem;
}
.head_ad .ad_container_r {
  position: absolute;
  top: 0.27rem;
  right: 0.3rem;
  height: 100%;
  text-align: right;
}
.head_ad .ad_container_r .old_price {
  display: block;
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  color: #999999;
  margin-top: 0.12rem;
  margin-bottom: 0.33rem;
}
.head_ad .ad_container_r .new_price span {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF5B1A;
}
.head_ad .ad_container_r .new_price span i {
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
}
.head_ad .ad_container_r button {
  cursor: pointer;
  border: none;
  width: 1.86rem;
  height: 0.74rem;
  background: linear-gradient(90deg, #FF5B5B 0%, #FF955B 100%);
  border-radius: 0.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  float: right;
}
.head_ad .ad_container_r button a {
  color: #FFFFFF;
}
.head_ad .ad_container_r button:active {
  opacity: 0.75;
}
