body{
  overflow-x: hidden;
}

li {
  list-style: none;
}

a:hover {
  -webkit-transition: all .4s;
  -mz-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.gift_wap{
  width: 1200px;
  margin: 21px auto;
  position: relative;
  font-family: Microsoft YaHei;
}

.hot_gift_tit h2 {
  margin-top: 0.1rem;
  display: block;
  border-left: 0.05rem solid #ca1425;
  line-height: 0.2rem;
  text-indent: 0.1rem;
  color: #2E2E2E;
  font-size: 0.2rem;
}

/* 澶撮儴骞荤伅 */
.gift_banner{
    width: 1200px;
    height: 350px;
    /* background: #f5f5f5; */
    position: relative;
    margin: 15px auto;
}

/* 宸︿晶鍥剧墖鍖哄煙鏍峰紡 */
.banner-left {
    float: left;
    width: 900px;
    /* margin-right: 20px; */
}

.banner-img-list {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 12px;
}

.banner-img-item {
    width: 290px;
    height: 356px;
    border-radius: 4px;
    overflow: hidden;
}

.banner-img-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.banner-img-item:hover img {
    transform: scale(1.05);
}

/* 鍙充晶涓荤ぜ鍖呮牱寮� */
.banner-right {
  float: right;
}

/* 鍏ㄩ儴绀煎寘鍖哄煙鏍峰紡 */
.all-gifts-container {
  width: 100%;
  margin-top: 20px;
  /* background: #fff; */
  /* border-radius: 4px; */
  /* padding: 20px; */
  box-sizing: border-box;
}

/* VIP璇存槑鏍峰紡 */
.vip-tooltip {
  position: absolute;
  top: 30px;
  right: 0;
  width: 300px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 15px;
  z-index: 10;
}

.vip-tooltip h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.vip-tooltip p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.gift_con {
  margin-top: 16px;
  padding-bottom: 20px;
}

/* 娓告垙绀煎寘 */
.game_gift {
  width: 954px;
}

.game_gift_tit {
  font-size: 20px;
  color: #2e2e2e;
  line-height: 30px;
  text-indent: 30px;
  background: url(/statics/img/web/index/gift_tit.png) 4px center no-repeat;
  margin-top: -5px;
}

.game_gift_list li {
  float: left;
  width: 314px;
  height: 147px;
  margin: 21px 20px 0 0;
  padding-left: 143px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
}

.game_gift_get {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 108px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background-color: #ff970f;
  border-radius: 17px;
}

.game_gift_get:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
}

.game_gift_ico {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 111px;
  height: 111px;
  overflow: hidden;
}

.game_gift_ico img {
  display: block;
  width: 100%;
}

.game_gift_name {
  padding: 19px 0 12px;
  line-height: 25px;
  font-size: 16px;
  color: #383838;
}

.game_gift_p {
  line-height: 27px;
  font-size: 16px;
  color: #ff970f;
}

.game_gift_p span {
  display: block;
  color: #999999;
  font-size: 14px;
}

.game_gift_progress {
  padding-right: 21px;
}

.game_gift_progress_txt {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}

.game_gift_progress_bar {
  margin-top: 6px;
  width: 208px;
  height: 12px;
  background-color: #E1E5DE;
  border-radius: 5px;
  overflow: hidden;
}

.game_gift_progress_bar p {
  display: inline-block;
  height: 12px;
  vertical-align: top;
  background-color: #A6E946;
  border-radius: 5px;
  overflow: hidden;
}