[v-cloak] {
  display: none;
}
.active {
  height: 2800px;
  background: url("/pc/activity/images/active_double/bg.jpg") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.activity-pic {
  position: relative;
}
.activity-pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.active-content {
  width: 1200px;
  margin: 530px auto 0;
  padding: 40px 40px 80px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.active-calendar {
  overflow: hidden;
  padding: 40px 15px;
}
.active-calendar li:nth-child(7) {
  margin: 0 0 30px 0 !important;
}
.active-calendar li:nth-child(14) {
  margin: 0 0 30px 0 !important;
}
.sign {
  width: 130px;
  height: 160px;
  background: url("/pc/activity/images/active_double/active_bg.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  margin: 0 30px 30px 0;
  position: relative;
}
.sign .redpage {
  color: #ff481b;
  font-size: 18px;
  position: absolute;
  bottom: 8px;
  display: block;
  width: 100%;
  text-align: center;
}
.sign p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
}
.sign .tag {
  position: absolute;
  top: -30px;
  background-color: #ff481b;
  padding: 0 10px;
  left: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px 15px 15px 2px;
}
.sign .tag-hb {
  position: absolute;
  top: -30px;
  left: 30px;
  display: block;
  background: url("/pc/activity/images/active_double/tag_hb.png") no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 30px;
}
.sign-over {
  background: url("/pc/activity/images/active_double/active_over.png") no-repeat;
  background-size: 100% 100%;
}
.sign-hb {
  background: url("/pc/activity/images/active_double/active_hb.png") no-repeat;
  background-size: 100% 100%;
}
.sign-hbbg {
  background: url("/pc/activity/images/active_double/active_hbbg.png") no-repeat;
  background-size: 100% 100%;
}
.sign-over p {
  color: #ffea78 !important;
}
.sign-hb p {
  color: #ffea78 !important;
}
.active-bigbtn {
  width: 400px;
  height: 60px;
  background: linear-gradient(90deg, #ff5500, #ff4243);
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.active-text {
  color: #312e2e;
  font-size: 26px;
  text-align: center;
  padding: 20px 0;
}
.active-red {
  color: #ff481b;
  font-size: 28px;
}
.active-signin {
  width: 710px;
  height: 470px;
  margin: 0 auto 30px;
  background: url("/m/activity/images/active_double/active.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.active-signin p:nth-child(1) {
  position: absolute;
  top: 190px;
  font-size: 45px;
  font-weight: 500;
  color: #ff481b;
  text-align: center;
  width: 100%;
}
.active-signin p:nth-child(2) {
  position: absolute;
  top: 250px;
  font-size: 22px;
  font-weight: 500;
  color: #ff481b;
  text-align: center;
  width: 100%;
}
.active-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dialog-text {
  background-color: #fff;
  border-radius: 6px;
  font-size: 26px;
  color: #ff412a;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
}
.dialog-img {
  width: 720px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.dialog-img p {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  color: #333;
  font-weight: 600;
}
.dialog-img .close {
  position: absolute;
  bottom: -50px;
  font-size: 50px;
  left: 46%;
  color: #fff;
  cursor: pointer;
}
.active-dialog {
  width: 600px;
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
}
.active-title {
  color: #ff481b;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.active-foot {
  padding: 20px 0;
}
.active-foot .cancelbtn {
  width: 240px;
  height: 60px;
  border: 1px solid #ff481b;
  border-radius: 40px;
  font-size: 32px;
  color: #ff481b;
  margin: 0 15px;
  background-color: #fff;
  cursor: pointer;
}
.active-foot .confirmbtn {
  width: 240px;
  height: 60px;
  border: none;
  background: linear-gradient(90deg, #ff3833, #ff5938);
  border-radius: 40px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.to-fixed {
  position: fixed !important;
  z-index: 10;
  top: 0;
}
/**/
.active-head {
  position: relative;
  height: 120px;
  background: url("/pc/activity/images/active_double/active_head.png") no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 138px;
  text-align: center;
  color: #fff;
}
.active-goods-content {
  width: 1200px;
  margin: 30px auto;
  border-radius: 6px;
}
.timer {
  position: absolute;
  top: 18px;
  right: 18%;
  width: 110px;
  height: 110px;
  line-height: 95px;
  text-align: center;
  display: block;
  background: url(/pc/activity/images/active_double/timer.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #ffea00;
}
.active-goodslist {
  overflow: hidden;
}
.active-goodslist li {
  float: left;
  background-color: #fb5a49;
  padding: 20px;
  width: 285px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.active-goodslist li:nth-child(4n) {
  margin-right: 0;
}
.goods-pic {
  height: 265px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 10px;
}
.goods-pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.goods-info {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
  word-break: break-all;
  cursor: pointer;
}
.goods-price {
  color: #ffe431;
  margin: 10px 0;
  font-size: 30px;
}
.goods-price i {
  font-size: 20px;
}
.goods-storename {
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.active-cart {
  border: none;
  color: #e40606;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffe431;
  border-radius: 6px;
  padding: 5px 10px;
  vertical-align: bottom;
  cursor: pointer;
}
.nomore {
  font-size: 20px;
  text-align: center;
  color: #000;
}
/**/
.active-formal-content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.active-quan-big {
  background: url("/pc/activity/images/active_double/quan_big.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 148px;
  padding: 20px;
}
.active-quan {
  background: url("/pc/activity/images/active_double/quan1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 148px;
  padding: 20px 65px 20px 20px;
}
.active-quan-store {
  background: url("/pc/activity/images/active_double/quan2.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 148px;
  padding: 12px 65px 20px 20px;
}
.quan-details {
  color: #d50000;
  font-size: 46px;
  font-weight: bold;
  margin: 10px 0 0 20px;
}
.quan-details i {
  font-size: 26px;
  margin: 0;
}
.quan-details span {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #bf2206;
  border-radius: 20px;
  padding: 2px 15px;
  vertical-align: middle;
}
.quan-info {
  color: #666666;
  font-size: 18px;
  margin-left: 20px;
}
.quan-btn-big {
  position: absolute;
  top: 55px;
  right: 16px;
  width: 135px;
  color: #ffdc82;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.quan-details-small {
  color: #d50000;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
}
.quan-details-small i {
  font-size: 26px;
  margin: 0;
}
.quan-details-small span {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #bf2206;
  border-radius: 20px;
  padding: 2px 15px;
  vertical-align: middle;
}
.quan-info-small {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
}
.quan-btn {
  position: absolute;
  color: #d50000;
  font-size: 28px;
  font-weight: 500;
  cursor: pointer;
  top: 0;
  right: 8px;
  width: 46px;
  text-align: center;
  line-height: 42px;
  padding: 10px 0;
}
.more {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 6px 0;
  margin: 30px auto;
  width: 230px;
  text-align: center;
  cursor: pointer;
}
.active-goodslist-formall {
  overflow: hidden;
}
.active-goodslist-formall li {
  float: left;
  background-color: #fff;
  padding: 20px;
  width: 285px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.active-goodslist-formall li:nth-child(4n) {
  margin-right: 0;
}
.goods-pic-formall {
  height: 265px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}
.goods-pic-formall .tag-span {
  background-color: #de331c;
  font-size: 18px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  position: absolute;
  left: -20px;
  top: 36px;
  padding: 0 10px;
  line-height: 35px;
}
.goods-pic-formall img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.goods-info-formall {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  height: 30px;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.goods-price-formall {
  color: #e90d00;
  margin: 10px 0;
  font-size: 28px;
}
.goods-price-formall i {
  font-size: 20px;
  margin: 0;
}
.goods-price-formall .del {
  color: #999999;
  text-decoration: line-through;
  font-size: 16px;
}
.goods-storename-formall {
  font-size: 22px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.active-cart-formall {
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  background-color: #ff5938;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 22px;
}
.store_tag {
  height: 202px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.go {
  background: url("/pc/activity/images/active_double/store_go.png") no-repeat;
  background-size: 100% 100%;
}
.go2 {
  background: url("/pc/activity/images/active_double/store_go2.png") no-repeat;
  background-size: 100% 100%;
}
.store-model1 {
  background: url("/pc/activity/images/active_double/store_model1.png")
    no-repeat;
  background-size: 100% 100%;
}
.store-model2 {
  background: url("/pc/activity/images/active_double/store_model2.png")
    no-repeat;
  background-size: 100% 100%;
}
.store-model3 {
  background: url("/pc/activity/images/active_double/store_model3.png")
    no-repeat;
  background-size: 100% 100%;
}
.store_tag img {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30px;
  left: 130px;
  border-radius: 10px;
}
.store_tag p {
  font-size: 25px;
  color: #fff;
  width: 250px;
  margin: 50px 0 0 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 45px;
}
.store_tag span {
  font-size: 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 200px;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: linear-gradient(0deg, #ff2e00, #ff5e24);
}
.store-img {
  height: 150px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
}
.store-img img {
  width: 100%;
  height: 100%;
}
.store-info {
  color: #ff432d;
  font-size: 28px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  background-color: #ffccc6;
  border-radius: 0px 0px 6px 6px;
}
.store-active {
  color: #fff;
  background-color: #ff5844;
}
.store-title {
  background: linear-gradient(0deg, #ff694e, #ff4137);
  border: 1px solid #fffed6;
  border-radius: 30px;
  width: 400px;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  margin: 20px auto;
}

.is-over {
  color: #333;
}
.is-none {
  color: #fff;
}
.isline {
  line-height: 32px;
}
/*转盘活动*/
.active-zp {
  height: 1100px;
  background: url("/pc/activity/images/stockpile/active_zp_bg.jpg") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.active-turntable {
  position: relative;
  width: 682px;
  height: 682px;
  margin: 280px auto 0;
}
.active-turntable-bg {
  width: 682px;
  height: 682px;
  background: url("/pc/activity/images/stockpile/zp_bg.png") no-repeat;
  background-size: 100% 100%;
}
.active-turntable-start {
  width: 240px;
  height: 240px;
  background: url("/pc/activity/images/stockpile/zp_btn_bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 221px;
  left: 221px;
}
.active-turntable-btn {
  width: 78px;
  height: 86px;
  background: url("/pc/activity/images/stockpile/zp_btn.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 302px;
  left: 302px;
  cursor: pointer;
}
.draw-count {
  color: #fffefe;
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}
.active-box {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  width: 690px;
  margin: 0 auto;
}
.active-game-title {
  font-size: 24px;
  color: #3f1191;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.game-active {
  background-color: #3f1191;
  color: #fff;
}
.active-game-name {
  color: #333;
  font-size: 20px;
}
.active-game-time {
  color: #666;
  font-size: 20px;
  text-align: right;
}
.active-name-list {
  position: fixed;
  top: 200px;
  right: 40px;
  background: url(/pc/activity/images/stockpile/game_namelist.png) no-repeat;
  background-size: 100% 100%;
  width: 292px;
  height: 420px;
  overflow: hidden;
}
.active-name-list ul{
  overflow: hidden;
  margin: 150px 40px 50px 40px;
  height: 232px;
}
.anim{
  transition: all 6s ease;
  -moz-transition: all 6s ease;
  -webkit-transition: all 6s ease;
  -o-transition: all 6s ease;
  margin-top: -60px;
}
.active-name-list ul li{
  line-height: 30px;
  height: 30px;
  color: #333333;
  overflow: hidden;
}
.active-name-list p {
  padding: 4px 25px;
  color: #333333;
  font-size: 15px;
}
/**/
.el-input-number__decrease,
.el-input-number__increase {
  padding: 10px 0;
}
/*活动角标*/
.sale-info {
  color: #e40606;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fced48;
  border-radius: 0 20px 0 0;
  padding: 5px 10px;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.icon-miaosha {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -600px;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-dpby {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -750px;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-temai {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-manze {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -450px;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-manjian {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -150px;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-manzeng {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -300px;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 9;
  background-size: 100%;
}
.icon-kongxiao {
  position: absolute;
  top: 0;
  left: -25px;
  background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
  background-position: 0 -900px;
  display: block;
  width: 150px;
  height: 80px;
  z-index: 9;
  background-size: 100%;
}

/* 商家活动新增内容 */
.active-store-zone-list {
  position: relative;
  background: linear-gradient(180deg, #ff783b 0%, #fd5921 100%);
  padding: 180px 0 30px;
}
.active-store-zone-list:nth-child(odd) {
  background: linear-gradient(180deg, #ce64ff 0%, #ba48ed 100%);
}
.active-store-zone-list .hd {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1218px;
  height: 202px;
  background: url("/pc/activity/images/stockpile/store_zone_item.png") no-repeat;
  color: #fff;
  text-align: center;
  margin-left: -609px;
  cursor: pointer;
}
.active-store-zone-list:nth-child(odd) .hd {
  background-image: url("/pc/activity/images/stockpile/store_zone_item2.png");
}
.active-store-zone-list .hd .avatar {
  float: left;
  margin: 40px 0 0 40px;
  border-radius: 50%;
}
.active-store-zone-list .hd .t {
  float: left;
  width: 90px;
  height: 90px;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin: 35px 0 0 38px;
  padding: 10px;
  text-align: center;
}
.active-store-zone-list:nth-child(9) .hd .t {
  padding: 10px 0;
}
.active-store-zone-list .hd .p1 {
  float: left;
  width: 1000px;
  font-size: 32px;
  margin-top: 54px;
  font-weight: bold;
}
.active-store-zone-list .hd .p2 {
  width: 1000px;
  font-size: 22px;
  position: absolute;
  bottom: 54px;
  left: 135px;
}

/* 导航栏 */
.merchant_list {
  position: fixed;
  width: 230px;
  top: 95px;
  right: 30px;
  z-index: 999;
  text-align: center;
}
.merchant_list .hd {
  position: relative;
  width: 285px;
  height: 119px;
  background: url("/pc/activity/images/stockpile/merchant_list_hd.png")
    no-repeat;
  margin-left: -30px;
  cursor: pointer;
  z-index: 2;
}
.merchant_list .bd {
  background: #fdd081;
  text-align: center;
  width: 224px;
  margin: 0 auto;
  margin-top: -80px;
  padding: 80px 0 120px;
  overflow: hidden;
  z-index: 2;
}
.merchant_list a {
  color: #cb2e1a;
  font-size: 24px;
  display: block;
  width: 217px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.merchant_list a:hover {
  color: #fdd081;
  background: url("/pc/activity/images/stockpile/merchant_list_hover.png")
    no-repeat;
}
.merchant_list .fd {
  position: relative;
  width: 259px;
  height: 135px;
  background: url("/pc/activity/images/stockpile/merchant_list_fd.png")
    no-repeat;
  margin: -106px 0 0 -25px;
}

/* 首页新增 */
.idx-three {
  height: 479px;
  background: url("/pc/activity/images/stockpile/idx_three.png") no-repeat 50% 0;
}
.idx-three .inside {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.idx-three a {
  float: left;
  width: 378px;
  height: 347px;
  background: url("/pc/activity/images/stockpile/idx_three_btn1.png") no-repeat;
  margin-right: 33px;
  cursor: pointer;
}
.idx-three a:nth-child(2) {
  background-image: url("/pc/activity/images/stockpile/idx_three_btn2.png");
}
.idx-three a:nth-child(3) {
  background-image: url("/pc/activity/images/stockpile/idx_three_btn3.png");
  margin-right: 0;
}
.idx-three a:hover {
  opacity: 0.8;
}
.zhuanxiang {
  height: 584px;
  overflow: hidden;
  background: url("/pc/activity/images/stockpile/idx-box-zhuanxiang.png")
    no-repeat 50% 0;
  margin-top: -46px;
  cursor: pointer;
}
.idx-box {
  background-color: rgb(253, 208, 129);
  padding-bottom: 60px;
}
.idx-box .hd {
  color: #c6671d;
  font-size: 36px;
  text-align: center;
  line-height: 214px;
  height: 219px;
  background: url("/pc/activity/images/stockpile/idx-box-hd.png") no-repeat 50%
    0;
  margin-top: -107px;
}
.stockpile-title {
  color: #c6671d;
  font-size: 36px;
  text-align: center;
  line-height: 238px;
  height: 219px;
  background: url("/pc/activity/images/stockpile/idx-box-hd.png") no-repeat 50%
    0;
  margin-top: -46px;
}
.idx-box .bd {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.idx-box li {
  float: left;
  position: relative;
}
.idx-box .price {
  font-size: 40px;
  color: #fef5db;
  margin-top: 50px;
}
.idx-box .full {
  font-size: 16px;
  color: #fef5db;
  margin-top: 5px;
}
.idx-box .comp {
  color: #ffdf87;
  height: 20px;
  font-size: 14px;
  margin-top: 5px;
}
.idx-box .btn {
  color: #cb2e1a;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0;
}
.idx-box .start {
  color: #cb2e1a;
  font-size: 16px;
  border: 1px solid #cb2e1a;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1px 5px;
}
.idx-box.platform li {
  width: 353px;
  height: 225px;
  background: url("/pc/activity/images/stockpile/idx-plat.png") no-repeat;
  margin: 50px 70px 0 0;
}
.idx-box.platform li.end {
  background-image: url("/pc/activity/images/stockpile/idx-plat-end.png");
}
.idx-box.platform li.end .btn {
  color: #fff;
}
.idx-box.store li {
  width: 261px;
  height: 222px;
  background: url("/pc/activity/images/stockpile/idx-store.png") no-repeat;
  margin: 50px 52px 0 0;
}
.idx-box.store li.end {
  background-image: url("/pc/activity/images/stockpile/idx-store-end.png");
}
.idx-box.store li.end .btn {
  color: #fff;
}
.idx-box.store .price {
  margin-top: 45px;
}
.idx-box.platform li:nth-child(3n),
.idx-box.store li:nth-child(4n) {
  margin-right: 0;
}
.idx-box .mores {
  display: block;
  color: #bc200b;
  font-size: 18px;
  text-align: center;
}
.idx-bm {
  height: 749px;
  background: url("/pc/activity/images/stockpile/idx-bottom.png") no-repeat 50%
    0;
  overflow: hidden;
  cursor: pointer;
}
.icon-active-top {
  height: 128px;
  background: url(/pc/activity/images/stockpile/top.png) no-repeat 50% 0;
  display: block;
  width: 128px;
  margin: 520px auto 0;
  cursor: pointer;
}
