#game-home {
  padding: 10px 0 15px 0;
  background: #ffffff;
}
#game-home .padding_15 {
  padding: 0 15px;
}
#game-home .padding_left15 {
  padding-left: 15px;
}
#game-home .van-swipe {
  border-radius: 10px;
}
#game-home .swipe-img {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
#game-home .van-swipe__indicator {
  width: 18px;
  height: 3px;
  border-radius: 0;
}
#game-home .van-swipe__indicator--active {
  background: #ffffff;
}
#game-home .menu {
  margin: 15px 0 15px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#game-home .menu .sunmenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#game-home .menu .sunmenu-container .submenu-img {
  text-align: center;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#game-home .menu .sunmenu-container .submenu-title {
  color: #8897A7;
  font-size: 13px;
  margin-top: 9px;
}
#game-home .menu .sunmenu-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 10px;
}
#game-home .menu .sunmenu-container-2 .submenu-img {
  text-align: center;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#game-home .menu .sunmenu-container-2 .submenu-title {
  color: #8897A7;
}
#game-home .menu .yellow {
  background: #fff3e3;
}
#game-home .menu .red {
  background: #F8EDED;
}
#game-home .menu .blue {
  background: #E5F6FD;
}
#game-home .menu .blue2 {
  background: #EDF1F8;
}
#game-home .list-container {
  padding: 0;
}
#game-home .list-title {
  font-size: 18px;
  color: #191919;
  line-height: 50px;
  font-weight: 600;
}
#game-home .selected-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#game-home .item-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#game-home .item-column-container .item-button-container {
  position: absolute;
  right: 0;
}
#game-home .van-divider {
  margin: 5px 0 10px 75px;
  border-color: #f5f5f5;
}
#game-home .item-pic-container {
  position: relative;
}
#game-home .item-pic {
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  border-radius: 6px;
}
#game-home .item-pic-column {
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  border-radius: 6px;
}
#game-home .pic-tag {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background-color: #1B82D2;
  width: 30px;
  line-height: 21px;
  text-align: center;
}
#game-home .item-name {
  margin-top: 6px;
  color: #212121;
  font-size: 13px;
  overflow: hidden;
}
#game-home .item-name-column {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 22px;
  padding-right: 60px;
  overflow: hidden;
}
#game-home .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#game-home .item-price {
  font-size: 16px;
  color: #FF4121;
  font-weight: 600;
  position: relative;
}
#game-home .price-fullName {
  font-size: 12px;
  color: #FF4121;
}
#game-home .original-price {
  color: #a1a1a1;
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 10px;
}
#game-home .price-tag {
  position: absolute;
  right: 0;
  color: white;
  background-color: #1B82D2;
  width: 30px;
  text-align: center;
  border-radius: 2px;
}
#game-home .item-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0;
}
#game-home .item-tag {
  color: #FF4121;
  padding-right: 3px;
  border-radius: 7px;
  background: #FFF4F3;
  font-size: 12px;
  padding: 0 4px;
}
#game-home .view-btn {
  position: relative;
  top: 15px;
  padding: 5px 15px;
  color: #212121 !important;
  height: 28px;
  border-radius: 20px;
}

