.new_insert {
  width: 100%;
  height: 180px;
  background: #41454F;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  display: flex;
  padding-top: 19px;
  padding-left: 24px;
  box-sizing: border-box;
  margin-top: 10px;
}
.new_insert .discount_icon {
  width: 74px;
  position: absolute;
  left: 9px;
  top: -6px;
  z-index: 10;
}
.new_insert .cover_box {
  width: 100px;
  height: 142px;
  position: relative;
  margin-right: 18px;
}
.new_insert .cover_box .cover_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.new_insert .cover_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 13px;
  background: url('../images/shadow.png') no-repeat;
  background-size: 100% 100%;
}
.new_insert .game_content .game_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.new_insert .game_content .game_des {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 5px;
}
.new_insert .game_content .game_tag {
  display: flex;
}
.new_insert .game_content .game_tag span {
  padding: 0 9px;
  height: 24px;
  background: #515662;
  border-radius: 4px;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #ADB5CB;
}
.new_insert .game_content .game_content_f {
  margin-top: 23px;
}
.new_insert .game_content .game_content_f .steam_icon {
  width: 61px;
  margin-right: 8px;
}
.new_insert .game_content .game_content_f span {
  font-size: 11px;
  font-weight: 400;
  color: #FF7B23;
}
.new_insert .game_content .game_content_f span b {
  font-style: italic;
  font-size: 21px;
}
.new_insert .ad_container_r {
  position: absolute;
  top: 31px;
  right: 25px;
  height: 100%;
  text-align: right;
}
.new_insert .ad_container_r .old_price {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  color: #ADB5CB;
}
.new_insert .ad_container_r .new_price {
  margin-top: 2px;
  margin-bottom: 20px;
}
.new_insert .ad_container_r .new_price .time_icon {
  width: 18px;
}
.new_insert .ad_container_r .new_price span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #FFF220;
  transform: translateY(2px);
}
.new_insert .ad_container_r .new_price span i {
  font-size: 32px;
  font-weight: bold;
}
.new_insert .ad_container_r button {
  cursor: pointer;
  border: none;
  width: 193px;
  height: 51px;
  background: linear-gradient(90deg, #FF5B5B 0%, #FF955B 100%);
  border-radius: 4px;
 
  font-size: 16px;
  font-weight: bold;
}
.new_insert .ad_container_r button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.new_insert .ad_container_r button .pay_car_icon {
  width: 24px;
  height: 23px;
  background: url('../images/gouwucheman@2x.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
}
.new_insert .ad_container_r button:active {
  opacity: 0.75;
}
