.store-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent linear-gradient(256deg, #111ec5, #ad34d8 57%, #ff9161);
}
.store-banner.easter {
  height: 996px;
  background-image: url("../images/popover/christmas/bg-pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center 80px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .store-banner.easter {
    background-image: url("../images/popover/christmas/bg-pc%402x.png");
  }
}
.store-banner.autofollowers {
  height: 963px;
}
.store-banner-title {
  margin-top: 142px;
  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;
  z-index: 2;
  position: relative;
}
.store-banner-title h1 {
  text-align: center;
  font: normal normal 400 18px/20px BalooChettan !important;
  letter-spacing: -0.36px;
  color: #ffd5d5;
}
.store-banner-title .shunt-test h3 {
  text-align: center;
  font: normal normal 500 18px/26px BalooChettan;
  letter-spacing: -0.36px;
  color: #ffffff;
  margin: 0;
}
.store-banner-title .shunt-test p {
  text-align: center;
  font: normal normal 400 16px/18px BalooChettan;
  letter-spacing: -0.32px;
  color: #ffffff;
}
.store-banner-title a.text-link {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.store-banner-title-graph {
  margin: 0 auto 0;
  width: 100%;
  height: 140px;
  background: url(../images/popover/christmas/christmas.svg) 50% no-repeat;
  background-size: auto 100%;
  margin-bottom: 20px;
}
.store-banner-title-graph embed {
  display: none;
}
.store-banner.multi .store-banner-title h1 {
  font-size: 20px;
  line-height: 1;
}
.store-banner.multi + .store-banner-float {
  margin-top: -630px;
}
.store-banner.flowersDaily + .store-banner-float {
  margin-top: -684px;
}
.store-banner-float {
  margin-top: -654px;
  padding-bottom: 80px;
}
.store-banner-float.auto-followers-float {
  margin-top: -660px;
}
.store-banner-float .discount {
  display: none !important;
}
.store-banner-float.discount-test .discount {
  display: block !important;
}
.store-banner-float.discount-test .discount-no {
  display: none;
}
.store-banner-float.discount-test .store-banner-showcase-list-item-type {
  height: 120px;
}
.store-banner-float.discount-test .store-banner-showcase-list-item-type dt {
  height: 20px;
}
.store-banner-float.discount-test
  .store-banner-showcase-list-item-type
  dt
  span {
  height: 20px;
  width: 20px;
}
.store-banner-float.discount-test .store-banner-showcase-list-item-details {
  padding-top: 50px;
}
.store-banner-float.discount-daily-test .discount {
  display: block !important;
}
.store-banner-float.discount-daily-test .discount-no {
  display: none;
}
.store-banner-float.discount-daily-test .store-banner-showcase-list-item-type {
  height: 120px;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-type
  dt {
  height: 20px;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-type
  dt
  span {
  height: 20px;
  width: 20px;
}
.store-banner-float.discount-daily-test .store-banner-showcase-list-item {
  position: relative;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item
  > span {
  display: block;
  width: 168px;
  height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120px;
  background-image: url(../images/store/discount-ordinary.svg);
  background-size: cover;
  text-align: center;
  font: normal normal 500 16px/24px BalooChettan;
  color: #000;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item.active
  > span {
  background-image: url(../images/store/discount.svg);
  background-size: cover;
  color: #fff;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-details {
  padding-top: 50px;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-details
  dt
  span {
  font: normal normal 400 32px/32px BalooChettan;
  letter-spacing: -0.96px;
  color: #000000;
  margin-bottom: 0;
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-details
  dt
  s {
  font: normal normal 400 15px/15px BalooChettan;
  letter-spacing: -0.15px;
  color: rgba(0, 0, 0, 0.4);
}
.store-banner-float.discount-daily-test
  .store-banner-showcase-list-item-details
  dt::after {
  margin: 19px auto;
}
.store-banner-float.discount-daily-test .custom-radio {
  width: 20px !important;
  height: 20px !important;
}
.store-banner-float-link {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  color: #7f8498;
}
.store-banner-mob {
  display: none;
}
.store-banner-intro {
  margin-bottom: 60px;
}
.store-banner-intro .container .honer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 38px;
}
.store-banner-intro .container .honer-list img + img {
  margin-left: 65px;
}
.store-banner-intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-banner-intro-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-banner-intro-list dl + dl {
  margin-left: 40px;
}
.store-banner-intro-list dl dt {
  margin-right: 15px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-banner-intro-list dl dd {
  font-size: 16px;
  font-weight: 500;
}
.buyfollwersnow {
  text-align: center;
  padding-bottom: 90px;
}
.buyfollwersnow button {
  width: 320px;
  height: 68px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#feb85c),
      to(#ff7347)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #feb85c 0%, #ff7347 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 12px #ff7f2a3d;
  box-shadow: 0px 6px 12px #ff7f2a3d;
  border-radius: 8px;
  outline: none;
  border: 0;
  font: normal normal 600 20px/30px BalooChettan;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 769px) {
  .buyfollwersnow button {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .buyfollwersnow button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.coupon-alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coupon-alert::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.coupon-alert .coupon-alert_main {
  width: 546.029px;
  height: 436.595px;
  padding-top: 201px;
  background-image: url(../images/store/coupon-alert-pc-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.coupon-alert .coupon-alert_main span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 62px;
  right: 39px;
  background-image: url(../images/store/coupon-alert-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.coupon-alert .coupon-alert_main p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
  color: #fff;
  margin-bottom: 20px;
}
.coupon-alert .coupon-alert_main h2 {
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 22px;
  font-family: Trebuc;
}
.coupon-alert .coupon-alert_main .btns {
  text-align: center;
}
.coupon-alert .coupon-alert_main .btns button {
  width: 274px;
  height: 63px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffed4e),
      to(#ffc500)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ffed4e 0%, #ffc500 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 17px #cf0002;
  box-shadow: 0px 10px 17px #cf0002;
  border-radius: 32px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: 0;
}
@media (min-width: 768px) {
  .coupon-alert .coupon-alert_main .btns button:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (min-width: 769px) {
  .buy-instagram-daily-followers .store-banner-cart,
  .buy-instagram-daily-likes .store-banner-cart {
    margin-top: 50px;
  }
  .buy-instagram-daily-followers .store-banner-showcase-list.daily,
  .buy-instagram-daily-likes .store-banner-showcase-list.daily {
    margin-top: 30px;
  }
  .buy-instagram-daily-followers .store-banner-title,
  .buy-instagram-daily-likes .store-banner-title {
    margin-top: 132px;
  }
  .buy-instagram-daily-likes .store-banner-showcase-list.daily {
    margin-top: 20px;
  }
  .buy-instagram-daily-likes .store-banner-title {
    margin-top: 122px;
  }
  .buy-instagram-daily-likes .store-banner-float {
    margin-top: -644px !important;
  }
}
@media screen and (max-width: 768px) {
  .store-banner {
    background: #fff;
  }
  .store-banner.easter {
    height: 78.4vw;
    background-image: url("../images/popover/christmas/banner-BG.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 768px) and (min-device-pixel-ratio: 2) {
  .store-banner.easter {
    background-image: url("../images/popover/christmas/banner-BG%402x.png");
  }
}
@media screen and (max-width: 768px) {
  .store-banner.easter.multi {
    height: 78.4vw !important;
  }
  .store-banner.easter.multi .store-banner-title h1 {
    font: normal normal 400 14px/20px BalooChettan;
    letter-spacing: -0.28px;
    color: #000;
    margin-bottom: 0;
  }
  .store-banner-title {
    margin-top: calc(32vw + 60px);
  }
  .store-banner-title.followerH {
    margin-top: calc(34.13vw + 60px);
  }
  .store-banner-title h1 {
    font-size: 3.73vw !important;
    letter-spacing: -0.32px;
    color: #ffd5d5;
    line-height: 5.33vw !important;
  }
  .store-banner-title > a {
    font-size: 3.73vw !important;
    font-weight: 500;
  }
  .store-banner-title .shunt-test h3 {
    text-align: center;
    font: normal normal 500 16px/23px BalooChettan;
    letter-spacing: -0.32px;
    color: #ffffff;
    margin: 0;
  }
  .store-banner-title .shunt-test p {
    text-align: center;
    font: normal normal 400 12px/18px BalooChettan;
    letter-spacing: -0.24px;
    color: #ffffff;
    padding: 0 20px;
  }
  .store-banner-title-graph {
    width: 100vw;
    height: 18.13vw;
    background: initial;
    margin-bottom: 2.67vw;
    display: none;
  }
  .store-banner-title-graph embed {
    margin: 0 auto;
    display: block;
    pointer-events: none;
    width: 79.47vw;
    height: 18.133vw;
  }
  .store-banner.multi + .store-banner-float {
    margin-top: -50px;
  }
  .store-banner-float {
    display: none;
  }
  .store-banner-intro {
    margin-bottom: 60px;
  }
  .store-banner-intro .container {
    width: 100%;
    padding: 0 20px;
  }
  .store-banner-intro .container .honer-list {
    width: 100%;
    height: 18.933333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .store-banner-intro .container .honer-list img {
    width: auto;
    height: inherit;
  }
  .store-banner-intro .container .honer-list img + img {
    margin-left: 22px;
  }
  .store-banner-intro .container .daily-right-mob {
    margin-bottom: 30px;
  }
  .store-banner-intro .container .daily-right-mob > img {
    display: block;
    margin: 0 auto;
    width: 75.73333vw;
    margin-top: 35px;
    margin-bottom: 32px;
  }
  .store-banner-intro .container .daily-right-mob .comment ul {
    width: 89.33333vw;
    height: 46.4vw;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 16px;
    margin: 0 auto;
    padding-left: 20px;
    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;
    list-style: none;
  }
  .store-banner-intro .container .daily-right-mob .comment ul li {
    font: normal normal 500 16px/19px BalooChettan;
    color: #414141;
  }
  .store-banner-intro .container .daily-right-mob .comment ul li img {
    vertical-align: middle;
  }
  .store-banner-intro .container .daily-right-mob .comment ul li b {
    font-size: 18px;
  }
  .store-banner-intro-list {
    border: 1px solid rgba(127, 132, 152, 0.26);
    border-radius: 8px;
    margin: 40px auto;
    padding: 20px;
  }
  .store-banner-intro-list dl {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
  }
  .store-banner-intro-list dl dt {
    margin-right: 10px;
  }
  .store-banner-intro-list dl dd {
    font-size: 16px;
    font-weight: 500;
  }
  .store-banner-intro-list dl:nth-child(odd) {
    margin-right: 0;
  }
  .buyfollwersnow {
    background-color: #f1f3f5;
    padding-bottom: 68px;
  }
  .buyfollwersnow button {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 236px;
    height: 56px;
    font-size: 16px;
  }
  .buyfollwersnow button:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .buyfollwersnow.no-bg {
    background: transparent;
  }
  .buyfollwersnow.content-btn {
    padding-bottom: 52px;
    margin-top: -30px;
  }
  .buyfollwersnow.bottom-zone {
    padding-bottom: 0;
  }
  .coupon-alert .coupon-alert_main {
    width: 94.5429333333vw;
    height: 109.4432vw;
    padding-top: 42.13vw;
    padding-left: 4.5333333333vw;
    background-image: url(../images/store/coupon-alert-m-bg.svg);
  }
  .coupon-alert .coupon-alert_main span {
    top: 10.47vw;
    right: 8.53vw;
  }
  .coupon-alert .coupon-alert_main p {
    width: 59.2vw;
    font-size: 4.8vw;
    line-height: 5.87vw;
    letter-spacing: 0.18px;
    margin: 0 auto;
    margin-bottom: 7.2vw;
  }
  .coupon-alert .coupon-alert_main h2 {
    font-size: 14.4vw;
    line-height: 14.4vw;
    margin-bottom: 6.2vw;
  }
  .coupon-alert .coupon-alert_main .btns button {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 59.4666666667vw;
    height: 13.6vw;
    font-size: 5.3333333333vw;
  }
  .coupon-alert .coupon-alert_main .btns button:active {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.store-banner-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-showcase-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.store-banner-showcase-tab-item {
  width: 155px;
  height: 45px;
  text-align: center;
  cursor: pointer;
}
.store-banner-showcase-tab-item span {
  display: block;
  width: 100%;
  height: 35px;
  background-color: #25a77b;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
}
.store-banner-showcase-tab-item:not(.active) span {
  -webkit-box-shadow: 0 3px 0 #008256;
  box-shadow: 0 3px 0 #008256;
}
.store-banner-showcase-tab-item:first-child span {
  border-radius: 31px 0 0 31px;
  border-right: none;
}
.store-banner-showcase-tab-item:first-child.active {
  background-image: url("../images/store/show-case-tab-left-on.svg");
}
.store-banner-showcase-tab-item:nth-child(2) span {
  border-right: 1px #fff solid;
  border-left: 1px #fff solid;
}
.store-banner-showcase-tab-item:nth-child(2).active {
  background: url("../images/store/show-case-tab-center-on.svg") no-repeat;
  background-position: bottom;
}
.store-banner-showcase-tab-item:last-child span {
  border-radius: 0 31px 31px 0;
  border-right: none;
}
.store-banner-showcase-tab-item:last-child.active {
  background-image: url("../images/store/show-case-tab-right-on.svg");
  background-position-x: -1px;
}
.store-banner-showcase-tab-item.active {
  background-position: 1px 100%;
  background-repeat: no-repeat;
}
.store-banner-showcase-tab-item.active span {
  background: #fff;
  color: #000;
}
.store-banner-showcase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.store-banner-showcase-list .red-packets {
  width: 68.31px;
  height: 91.27px;
  background-image: url("../images/store/yaoyiyao.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -86.43px;
  right: 26%;
  z-index: 99;
  background-size: 100% 100%;
  -webkit-animation-name: upAnimation;
  animation-name: upAnimation;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  cursor: pointer;
}
@-webkit-keyframes upAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes upAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.store-banner-showcase-list.special-list
  .special-item-first
  .special-item-first-header {
  position: absolute;
  top: -32.83px;
  width: 174.56px;
  height: 37.83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/store/special-offer_header.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.store-banner-showcase-list.special-list
  .special-item-first
  .special-item-first-header.instant-f-special {
  width: 209.33px;
  height: 34.83px;
  background-image: url(../images/store/special-offer_header2.svg);
}
.store-banner-showcase-list.special-list
  .special-item-first
  .special-item-first-tag {
  color: #fff;
  border: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5f0c),
    to(#ffb116)
  ) !important;
  background-image: linear-gradient(to right, #ff5f0c, #ffb116) !important;
}
.store-banner-showcase-list.daily {
  width: 760px;
  margin: 40px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-showcase-list.daily .dailyplan,
.store-banner-showcase-list.daily .monthlyplan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.store-banner-showcase-list.daily .monthlyplan {
  margin-bottom: 24px;
}
.store-banner-showcase-list.daily .monthlyplan-item {
  width: 190px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
  cursor: pointer;
}
.store-banner-showcase-list.daily .monthlyplan-item .custom-radio {
  width: 24px;
  height: 24px;
  margin-right: 25px;
}
.store-banner-showcase-list.daily .monthlyplan-item strong {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.store-banner-showcase-list.daily .monthlyplan-item.active {
  background-color: #fff;
}
.store-banner-showcase-list.daily .monthlyplan-item.active .custom-radio {
  background: url("../images/icons/icon-custom-radio-gray-checked.svg")
    no-repeat;
}
.store-banner-showcase-list.daily .monthlyplan-item.active strong {
  color: #000;
}
.store-banner-showcase-list.inslike {
  width: 980px;
  margin: 40px auto 0;
}
.store-banner-showcase-list-item {
  width: 220px;
  height: 420px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.store-banner-showcase-list-item:last-child {
  margin-right: 0;
}
.store-banner-showcase-list-item-type {
  width: 100%;
  height: 138px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px 12px 0 0;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.store-banner-showcase-list-item-type dt {
  padding-left: 10px;
  text-align: left;
}
.store-banner-showcase-list-item-type dd h2 {
  color: #000;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
}
.store-banner-showcase-list-item-type dd h2 i {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #7f8498;
}
.store-banner-showcase-list-item-type dd p {
  font-size: 16px;
  line-height: 1;
  color: #7f8498;
}
.store-banner-showcase-list-item-type dd .tag {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  background: #fff;
  border: 1px solid #37c99d;
  height: 22px;
  border-radius: 6px;
  font: normal normal 400 14px/22px BalooChettan;
  color: #37c99d;
  padding: 0 10px;
}
.store-banner-showcase-list-item-type dd .coupon-item {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  font-size: 22px;
  color: #272727;
  text-shadow: 0px 3px 4px #ffac11;
  font-weight: 600;
  background-image: url("../images/store/coupon-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.store-banner-showcase-list-item-type dd .discount-tag {
  position: absolute;
  width: 168px;
  height: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
  background-image: url("../images/store/discount-ordinary.svg");
  background-size: cover;
  text-align: center;
  font: normal normal 500 16px/24px BalooChettan;
  color: #000;
}
.store-banner-showcase-list-item-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.store-banner-showcase-list-item-details dt {
  position: relative;
  text-align: center;
}
.store-banner-showcase-list-item-details dt.discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-showcase-list-item-details dt.discount span {
  display: block;
  text-align: center;
  font: normal normal 400 32px/32px BalooChettan;
  letter-spacing: -0.96px;
  color: #000000;
  margin-bottom: 0;
}
.store-banner-showcase-list-item-details dt.discount s {
  font: normal normal 400 15px/15px BalooChettan;
  letter-spacing: -0.15px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 23px;
}
.store-banner-showcase-list-item-details dt.discount::after {
  margin: 19px auto;
}
.store-banner-showcase-list-item-details dt span {
  font-size: 32px;
  line-height: 60px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}
.store-banner-showcase-list-item-details dt span small {
  font-size: 16px;
  font-weight: 500;
}
.store-banner-showcase-list-item-details dt:after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background: #ededed;
  margin: 0 auto;
}
.store-banner-showcase-list-item-details dt.discount-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
}
.store-banner-showcase-list-item-details dt.discount-price span:nth-child(1) {
  font: normal normal 400 32px/32px BalooChettan;
  letter-spacing: -0.96px;
  color: #000000;
  margin-bottom: 0;
}
.store-banner-showcase-list-item-details dt.discount-price span:nth-child(2) {
  font: normal normal 500 16px/16px BalooChettan;
  letter-spacing: -0.15px;
  color: #999;
  margin-bottom: 20px;
}
.store-banner-showcase-list-item-details dd {
  margin: 10px 0;
  margin-left: 24px;
  padding-left: 32px;
  font-size: 16px;
  background: url("../images/store/show-case-item-list.svg") left center
    no-repeat;
}
.store-banner-showcase-list-item.hot:after {
  position: absolute;
  content: "";
  top: -24px;
  right: -15px;
  width: 68.487px;
  height: 54.968px;
  background: url(../images/popover/christmas/best-value-pc.svg) no-repeat;
  background-size: cover;
  z-index: 10;
}
.store-banner-showcase-list-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 412px;
  background: transparent;
  border: 4px solid #25a77b;
  border-radius: 12px;
  z-index: 10;
}
.store-banner-showcase-list-item.active
  .store-banner-showcase-list-item-type
  dd
  .tag {
  color: #fff;
  background: #37c99d;
}
.store-banner-showcase-list-item.active
  .store-banner-showcase-list-item-type
  dd
  .discount-tag {
  background-image: url("../images/store/discount.svg");
  background-size: cover;
  font: normal normal 500 16px/24px BalooChettan;
  color: #fff;
}
.store-banner-showcase-list-item.active
  .store-banner-showcase-list-item-details
  dt
  span {
  color: #ff0000;
}
.store-banner-showcase-list.auto-like {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 304px;
}
.store-banner-showcase-list.auto-like .store-banner-showcase-list-item {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 302px;
  height: 284px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding-top: 32px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.store-banner-showcase-list.auto-like .store-banner-showcase-list-item:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .custom-radio {
  position: absolute;
  top: 10px;
  left: 10px;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane {
  text-align: center;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dt {
  text-align: center;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dt
  h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dt
  span {
  width: auto;
  height: 28px;
  border: 2px solid #ff4343;
  border-radius: 6px;
  padding: 0 18px;
  text-align: center;
  font: normal normal 500 16px/26px BalooChettan;
  color: #ff4343;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 33px;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dd {
  font-size: 14px;
  font-weight: 500;
  color: #666168;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dd.price {
  margin: 20px 0;
  color: #000;
  font-size: 24px;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dd.price
  strong {
  font-size: 36px;
  font-weight: 500;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item
  .auto-like-plane
  dd.price
  del {
  font-size: 14px;
}
.store-banner-showcase-list.auto-like .store-banner-showcase-list-item.active {
  background-color: #fff;
  height: 304px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  border: 0;
}
.store-banner-showcase-list.auto-like
  .store-banner-showcase-list-item.active
  .auto-like-plane
  dt
  span {
  background-color: #ff4343;
  color: #fff;
}
.store-banner-showcase-list.new-auto-2 > div.active {
  padding-top: 48px;
}
.store-banner-showcase-list.new-auto-2 > div.active .price {
  color: red !important;
}
.store-banner-showcase-list.new-auto-2 > div.hot::after {
  width: 123px !important;
  height: 30px !important;
  background: url(../images/store/auto2-most.svg) no-repeat !important;
  background-size: 100% 100% !important;
  top: -1px !important;
  right: -11px !important;
}
.store-banner-showcase-list.new-auto-2 > div ul {
  list-style-type: none;
}
.store-banner-showcase-list.new-auto-2 > div ul li {
  font-size: 16px;
  line-height: 32px;
}
.store-banner-showcase-list.new-auto-2 > div ul li img {
  margin-right: 13px;
  vertical-align: middle;
}
.store-banner-showcase-list.new-auto-2 > div dl {
  margin-bottom: 15px;
}
.store-banner-showcase-list.new-auto-2 > div dl dt {
  margin-bottom: 14px;
}
.store-banner-showcase-list.new-auto-2 > div dl dt h3 {
  font: normal normal 600 24px/35px BalooChettan;
  margin-bottom: 0;
}
.store-banner-showcase-list.new-auto-2 > div dl dt h3 img {
  margin-right: 7px;
}
.store-banner-showcase-list.new-auto-2 > div dl dd {
  margin: 0 !important;
  font: normal normal normal 24px/53px BalooChettan;
}
.store-banner-showcase-list.new-auto-2 > div dl dd strong {
  font-size: 36px;
  line-height: 53px;
}
.store-banner-showcase-list.new-auto-3 > div.active {
  padding-top: 48px;
}
.store-banner-showcase-list.new-auto-3 > div.active .price {
  color: red !important;
}
.store-banner-showcase-list.new-auto-3 > div.hot::after {
  width: 123px !important;
  height: 30px !important;
  background: url(../images/store/auto2-most.svg) no-repeat !important;
  background-size: 100% 100% !important;
  top: -1px !important;
  right: -11px !important;
}
.store-banner-showcase-list.new-auto-3 > div ul {
  list-style-type: none;
}
.store-banner-showcase-list.new-auto-3 > div ul li {
  font-size: 16px;
  line-height: 32px;
}
.store-banner-showcase-list.new-auto-3 > div ul li img {
  margin-right: 13px;
  vertical-align: middle;
}
.store-banner-showcase-list.new-auto-3 > div dl {
  margin-bottom: 15px;
}
.store-banner-showcase-list.new-auto-3 > div dl dt {
  margin-bottom: 14px;
}
.store-banner-showcase-list.new-auto-3 > div dl dt h3 {
  font: normal normal 600 30px/44px BalooChettan;
  margin-bottom: 0;
}
.store-banner-showcase-list.new-auto-3 > div dl dt h3 img {
  margin-right: 7px;
}
.store-banner-showcase-list.new-auto-3 > div dl dd {
  margin: 0 !important;
  font: normal normal normal 24px/53px BalooChettan;
}
.store-banner-showcase-list.new-auto-3 > div dl dd strong {
  font-size: 36px;
  line-height: 53px;
}
.store-banner-showcase .couponlist-pc > div .coupon-block {
  width: 171px;
  height: 77px;
  margin: 0 auto;
  background-image: url("../images/store/coupon-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-banner-showcase .couponlist-pc > div .coupon-block .coupon-block_left {
  height: 100%;
  width: 71%;
  padding-top: 5px;
}
.store-banner-showcase
  .couponlist-pc
  > div
  .coupon-block
  .coupon-block_left
  span {
  display: block;
  text-align: center;
  color: #1c1c1c;
  font-size: 32px;
  line-height: 34px;
}
.store-banner-showcase .couponlist-pc > div .coupon-block .coupon-block_left s {
  color: #79615f;
  opacity: 0.64;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-align: center;
}
.store-banner-showcase .couponlist-pc > div .coupon-block .coupon-block_right {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 13px;
}
.store-banner-showcase
  .couponlist-pc
  > div
  .coupon-block
  .coupon-block_right
  span {
  display: block;
  text-align: center;
  color: #f85443;
  letter-spacing: -0.15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  font-family: Trebuc;
}
.store-banner-showcase
  .couponlist-pc
  > div
  .coupon-block
  .coupon-block_right
  b {
  display: block;
  text-align: center;
  color: #f85443;
  letter-spacing: -0.2px;
  font-weight: 600px;
  font-size: 20px;
  line-height: 22px;
  font-family: Trebuc;
}
.store-banner-showcase .couponlist-pc > div.active {
  background-color: #ff6757;
}
.store-banner-showcase .couponlist-pc > div.active .coupon-block {
  background-image: url("../images/store/coupon-bg-active.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.store-banner-showcase
  .couponlist-pc
  > div.active
  .coupon-block
  .coupon-block_left {
  height: 100%;
  width: 71%;
  padding-top: 5px;
}
.store-banner-showcase
  .couponlist-pc
  > div.active
  .coupon-block
  .coupon-block_left
  span {
  color: #fff;
}
.store-banner-showcase
  .couponlist-pc
  > div.active
  .coupon-block
  .coupon-block_left
  s {
  color: #fff;
}
.store-banner-showcase
  .couponlist-pc
  > div.active
  .coupon-block
  .coupon-block_right
  span {
  color: #fff;
}
.store-banner-showcase
  .couponlist-pc
  > div.active
  .coupon-block
  .coupon-block_right
  b {
  color: #fff;
}
.store-banner-showcase .couponlist-pc > div.hot::after {
  content: initial;
}
.store-banner-showcase .discription {
  font-size: 16px;
  line-height: 26px;
  color: #ffe8eb;
  text-align: center;
  margin: 20px 0;
}
.store-banner-showcase .auto-like-select {
  width: 166px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}
.store-banner-showcase .auto-like-select > select {
  color: #fff;
  border: 0;
  outline: none;
  background: #9e28f4
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjE5MiIgaGVpZ2h0PSI0LjgxNSIgdmlld0JveD0iMCAwIDguMTkyIDQuODE1Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0iTTQuMSwzLjE0NiwxLjE4My4yQS42OTQuNjk0LDAsMCwwLC4yLDEuMTgzbDMuNDQsMy40MjlhLjY5My42OTMsMCwwLDAsLjk1Ni4wMjJMNy45ODgsMS4yNTVBLjY5My42OTMsMCwxLDAsNy4wMS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+)
    no-repeat right 14px center !important;
  background-size: 10px 5px !important;
}
.store-banner-showcase .auto-like-select > select option {
  background-color: #fff;
}
@media (min-width: 768px) {
  .store-banner-showcase .auto-like-select > select {
    background: #fff url("../images/popover/christmas/arrow-down.svg") no-repeat
      right 14px center !important;
    color: #000;
    z-index: 2;
    position: relative;
  }
}
.store-banner-cart {
  width: 1120px;
  min-height: 230px;
  background: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(43, 37, 188, 0.06);
  box-shadow: 0 12px 24px rgba(43, 37, 188, 0.06);
  border: 1px solid #e6e6e6;
  border-radius: 29px;
  margin: 60px auto 0;
  padding: 52px 50px;
  z-index: 2;
  position: relative;
}
.store-banner-cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.store-banner-cart-summary.summary-page2 {
  margin-bottom: 20px;
}
.store-banner-cart-summary.summary-page2 .type {
  margin-right: 165px;
}
.store-banner-cart-summary .yuanjia {
  font-size: 14px;
  margin-left: 8px;
  color: #7f8498;
}
.store-banner-cart-summary dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.store-banner-cart-summary dd {
  margin-right: 26px;
}
.store-banner-cart-summary dd.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-summary dd.type span {
  line-height: 20px;
}
.store-banner-cart-summary dd.type .extra {
  color: #ffa41c;
  font-size: 14px;
  line-height: 16px;
}
.store-banner-cart-summary dd.price {
  color: #f94e4e;
}
.store-banner-cart-summary.auto3-summary {
  margin-bottom: 20px;
}
.store-banner-cart-summary.auto3-summary dd {
  margin-right: 0 !important;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(2) span {
  font-size: 16px;
  line-height: 18px;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(2) span:nth-child(1) {
  color: #000;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(3) {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(3) > span {
  text-align: right;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(3) > span:nth-child(1) {
  font: normal normal 600 14px/16px BalooChettan;
  color: #303030;
  margin-bottom: 3px;
}
.store-banner-cart-summary.auto3-summary
  dd:nth-child(3)
  > span:nth-child(1)
  > span {
  color: #f94e4e;
}
.store-banner-cart-summary.auto3-summary dd:nth-child(3) > span:nth-child(2) {
  font: normal normal 500 14px/16px BalooChettan;
  color: #7f8498;
}
.store-banner-cart-summary.auto2-summary {
  margin-bottom: 20px;
}
.store-banner-cart-summary.auto2-summary dd {
  margin-right: 0 !important;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(2) span {
  font-size: 16px;
  line-height: 18px;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(2) span:nth-child(1) {
  color: #000;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(3) {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(3) > span {
  text-align: right;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(3) > span:nth-child(1) {
  font: normal normal 600 14px/16px BalooChettan;
  color: #303030;
  margin-bottom: 3px;
}
.store-banner-cart-summary.auto2-summary
  dd:nth-child(3)
  > span:nth-child(1)
  > span {
  color: #f94e4e;
}
.store-banner-cart-summary.auto2-summary dd:nth-child(3) > span:nth-child(2) {
  font: normal normal 500 14px/16px BalooChettan;
  color: #7f8498;
}
.store-banner-cart .flage {
  margin-bottom: 20px;
  color: #262626;
  font-size: 14px;
  display: none;
  margin-top: -20px;
  font-weight: 500;
  vertical-align: middle;
}
.store-banner-cart .flage img {
  vertical-align: middle;
  margin-right: 10px;
}
.store-banner-cart-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-banner-cart-input .input-lab {
  width: 750px;
  margin-right: 20px;
  height: 60px;
}
.store-banner-cart-input .input-lab:input[type="text"] {
  border: 1px solid #e1e1e1;
  font: normal normal 400 16px/23px BalooChettan;
}
.store-banner-cart-input .btnzone {
  width: 292px;
}
.store-banner-cart-input .btnzone .button {
  width: inherit;
  border: none;
}
.store-banner-cart-input.pending .pending-ins-userinfo {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-banner-cart-input.pending .pending-ins-userinfo dt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
.store-banner-cart-input.pending .pending-ins-userinfo dt img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
}
.store-banner-cart-input.pending .pending-ins-userinfo dd {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-input.pending .pending-ins-userinfo-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
.store-banner-cart-input.pending .pending-ins-userinfo-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-banner-cart-input.pending .pending-ins-userinfo-details li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #7f8498;
}
.store-banner-cart-input.pending .pending-ins-userinfo-details li strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.store-banner-cart-input.pending .pending-ins-userinfo-details li span {
  font-size: 12px;
}
.store-banner-cart-input.pending .pending-ins-userinfo + .btnzone {
  margin-top: 40px;
}
.store-banner-cart-input.pending .input-lab {
  width: 395px;
}
.store-banner-cart-input.pending.select-posts {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo {
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo dt {
  margin-right: 0;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo dd {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo-name {
  text-align: center;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo-details {
  margin-top: 10px;
  width: inherit;
}
.store-banner-cart-input.pending.select-posts .pending-ins-userinfo-details li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 0;
  min-width: 50px;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts {
  width: 644px;
  margin-top: 30px;
  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;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts p {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 16px;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 0;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts-content-item {
  position: relative;
  width: 88px;
  height: 88px;
  margin-top: 20px;
  margin-right: 23px;
  cursor: pointer;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item
  img {
  width: inherit;
  height: inherit;
  border-radius: 8px;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item:nth-child(6n) {
  margin-right: 0;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item
  .post-selected {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.53);
  border-radius: 8px;
  border: 3px solid #ff215c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item
  .post-selected
  .red-heart {
  width: 20px;
  height: 22px;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item
  .post-selected
  span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.store-banner-cart-input.pending.select-posts
  .pending-ins-posts-content-item.active
  .post-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-banner-cart-input.pending.select-posts .pending-ins-posts-morelink {
  margin: 30px 0;
  font-size: 14px;
  color: #7f8498;
}
.store-banner-cart-input.instant-followers-pc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.store-banner-cart-input.instant-followers-pc .btnzone {
  width: 214px;
}
.store-banner-cart-input.instant-followers-pc .or {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font: normal normal 600 18px/52px BalooChettan;
  color: #313131;
}
.store-banner-cart-input.instant-followers-pc .paypal {
  width: 117px;
  height: 52px;
  background: url("../images/store/paypal.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.store-banner-cart .auto2-summary dd:nth-child(3) {
  margin-left: auto;
}
.store-banner-cart .auto2-summary dd:nth-child(3) span {
  display: block;
  text-align: right;
}
.store-banner-cart .auto2-summary dd:nth-child(3) span:nth-child(1) {
  font: normal normal 600 18px/20px BalooChettan;
  color: #f94e4e;
  margin-bottom: 3px;
}
.store-banner-cart .auto2-summary dd:nth-child(3) span:nth-child(2) {
  font: normal normal 500 16px/16px BalooChettan;
  color: #4a4a4a;
}
.store-banner-cart .auto3-summary dd:nth-child(3) {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-banner-cart .auto3-summary dd:nth-child(3) > span {
  text-align: right;
}
.store-banner-cart .auto3-summary dd:nth-child(3) > span:nth-child(1) {
  font: normal normal 600 18px/20px BalooChettan;
  color: #3b3b3b;
  margin-bottom: 3px;
}
.store-banner-cart .auto3-summary dd:nth-child(3) > span:nth-child(1) > span {
  color: #f94e4e;
}
.store-banner-cart .auto3-summary dd:nth-child(3) > span:nth-child(2) {
  font: normal normal 500 16px/16px BalooChettan;
  color: #4a4a4a;
}
.store-banner-float {
  position: relative;
}
.store-banner-float .red-packets {
  width: 68.31px;
  height: 91.27px;
  background-image: url("../images/store/yaoyiyao.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -86.43px;
  right: 26%;
  z-index: 99;
  background-size: 100% 100%;
  -webkit-animation-name: upAnimation;
  animation-name: upAnimation;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  cursor: pointer;
}
.store-banner-float .store-banner-showcase > h2 {
  text-align: center;
  font: normal normal 400 18px/20px BalooChettan !important;
  letter-spacing: -0.36px;
  color: #fff;
  margin: 20px 0;
}
.store-banner-float .store-banner-showcase .plane {
  position: relative;
  width: 166px;
  height: 32px;
  margin: 0 auto 0;
}
.store-banner-float .store-banner-showcase .plane-selected {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  padding: 0 20px;
  border: 0;
  outline: none;
  cursor: default;
  font-weight: 600;
  background: #fff url(../images/popover/christmas/arrow-down.svg) no-repeat
    right 14px center !important;
  color: #000;
  z-index: 2;
  position: relative;
}
.store-banner-float .store-banner-showcase .plane-selected b {
  font-weight: 600;
}
.store-banner-float .store-banner-showcase .plane-select-list {
  position: absolute;
  top: 32px;
  left: 0;
  width: 190px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #767676;
  z-index: 10;
  display: none;
  cursor: default;
}
.store-banner-float .store-banner-showcase .plane-select-list li {
  position: relative;
  color: #373737;
  font-weight: 600;
  min-height: 32px;
  line-height: 32px;
  padding: 0 25px 1px;
}
.store-banner-float .store-banner-showcase .plane-select-list li b {
  font-weight: 600;
}
.store-banner-float
  .store-banner-showcase
  .plane-select-list
  li:nth-child(5)::after {
  position: absolute;
  top: 7px;
  right: 18px;
  width: 15px;
  height: 19px;
  content: "";
  background: url("../images/store/select-hot.svg") no-repeat right 5%;
}
.store-banner-float .store-banner-showcase .plane-select-list .selected {
  background-color: #7360ee;
  color: #fff;
}
.store-banner-float .store-banner-showcase .plane-active-select {
  display: block !important;
}
.store-banner-float .store-banner-showcase .dailyplan_pc {
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.store-banner-mask {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9;
}
.special-window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.special-window .special-window_main {
  width: 428px;
  height: 330.06px;
  background-image: url("../images/store/window-pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 12px 16px rgba(41, 41, 41, 0.6);
  box-shadow: 0 12px 16px rgba(41, 41, 41, 0.6);
  text-align: center;
  position: relative;
}
.special-window .special-window_main span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: 0;
  background-image: url("../images/store/close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.special-window .special-window_main button {
  width: 263px;
  height: 50px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ff9000),
      to(#ffae00)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff9000 0%, #ffae00 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 17px #1b0a3669;
  box-shadow: 0px 10px 17px #1b0a3669;
  border: 3px solid #ffcf6b;
  border-radius: 38px;
  margin-top: 243px;
  font: normal normal 600 18px/15px BalooChettan;
  color: #ffffff;
  text-shadow: 0px 3px 6px #c51b00;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.special-window .special-window_main button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.special-stay-window {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.special-stay-window .special-stay-window_main {
  width: 530px;
  position: relative;
}
.special-stay-window .special-stay-window_main > span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 19px;
  right: 10px;
  background-image: url("../images/store/close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.special-stay-window .special-stay-window_main .special-stay-window_main-top {
  width: inherit;
  height: 187px;
  background-image: url("../images/store/stay-pc-himg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 96px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-top
  h2 {
  text-align: center;
  font: normal normal 600 20px/30px BalooChettan;
  color: #ffffff;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom {
  width: inherit;
  background-color: #7853b9;
  padding-bottom: 26px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content {
  width: 487px;
  min-height: 237px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content::before {
  content: "";
  position: absolute;
  width: 54.643px;
  height: 62.192px;
  top: -40px;
  left: 110px;
  background-image: url("../images/store/pumpkin.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  > span {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 229px;
  height: 46px;
  background-image: radial-gradient(
    closest-side at 50% 50%,
    #ffb800 0%,
    #ff8d00 100%
  );
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  padding-left: 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal normal 600 24px/46px BalooChettan;
  color: #ffffff;
  text-shadow: 0px 3px 6px #c51b00;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .product_info
  span {
  font: normal normal 700 20px/30px BalooChettan;
  color: #000000;
  margin-left: 13px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .product_info
  span.auto-span {
  font-weight: 500;
  font-size: 18px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .product_info
  i {
  font-style: normal;
  font: normal normal 600 24px/35px BalooChettan;
  color: #7f8498;
  margin: 0 20px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .price_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: normal normal 600 22px/33px BalooChettan;
  color: #000000;
  margin-bottom: 22px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .price_info
  del {
  margin-left: 10px;
  font-size: 16px;
  color: #7e7e7e;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .count_down {
  width: inherit;
  height: 34px;
  background: #fce4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 0;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .count_down
  img {
  margin-right: 5px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .count_down
  span {
  color: #000000;
  font-weight: 600;
  margin-left: 2px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .count_down
  span#seconds,
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .count_down
  span#ms {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .input-group
  input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 52px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .input-group
  button {
  width: 124px;
  height: 52px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ffaf4b), to(#ff600e));
  background: transparent linear-gradient(90deg, #ffaf4b 0%, #ff600e 100%);
  -webkit-box-shadow: 0px 12px 24px #ff792242;
  box-shadow: 0px 12px 24px #ff792242;
  border-radius: 8px;
  margin-left: 5px;
  border: 0;
  cursor: pointer;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .input-group
  button
  span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 13px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  img {
  border-radius: 100%;
  margin-right: 12px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  > div
  p
  span {
  display: block;
  color: #7f8498;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  > div
  p
  span:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  > div
  p
  span:nth-child(12) {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .ins_info
  > div
  > div
  p
  + p {
  margin-left: 70px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .buttons {
  text-align: center;
  margin-top: 15px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .buttons.discustom {
  margin-top: 25px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .buttons
  button {
  width: 263px;
  height: 50px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff9000), to(#ffae00));
  background: transparent linear-gradient(90deg, #ff9000 0%, #ffae00 100%);
  -webkit-box-shadow: 0px 10px 17px #1b0a3669;
  box-shadow: 0px 10px 17px #1b0a3669;
  border: 3px solid #ffcf6b;
  border-radius: 38px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .buttons
  button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .buttons
  button
  span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #c51b00;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list {
  width: 423px;
  margin: 0 auto;
  margin-top: 10px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  > h3 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #000000;
  margin-bottom: 10px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  > h3
  span {
  font-size: 16px;
  color: #ff0000;
  font-weight: 500;
  margin-left: 3px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  > p {
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 10px;
  cursor: pointer;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  > p:hover {
  color: blue;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main {
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  .no-yet {
  width: 100%;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 500;
  text-align: center;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main::-webkit-scrollbar {
  display: none;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div {
  width: 75px;
  height: 75px;
  margin-top: 10px;
  border-radius: 18px;
  position: relative;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div:nth-child(1),
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div:nth-child(2),
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div:nth-child(3),
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div:nth-child(4),
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div:nth-child(5) {
  margin-top: 0;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div
  img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div.active
  .post-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div
  .post-selected {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.53);
  border-radius: 8px;
  border: 3px solid #ff215c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div
  .post-selected
  .red-heart {
  width: 20px;
  height: 22px;
}
.special-stay-window
  .special-stay-window_main
  .special-stay-window_main-bottom
  .special-stay-window_main-bottom_content
  .alert-posts-list
  .alert-posts-list-main
  > div
  .post-selected
  span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .store-banner-mob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .store-banner-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -19vw;
    position: relative;
  }
  .store-banner-mob .red-packets {
    width: 49.72px;
    height: 66.43px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -59.43px;
    right: 36px;
    z-index: 99;
    background-size: 100% 100%;
    -webkit-animation-name: upAnimation;
    animation-name: upAnimation;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .store-banner-mob .red-packets embed {
    pointer-events: none;
  }
  @-webkit-keyframes upAnimation {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    10% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    20% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    28% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    36% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    42% {
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    48% {
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    52% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    56% {
      -webkit-transform: rotate(4deg);
      transform: rotate(4deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    60% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  }
  @keyframes upAnimation {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    10% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    20% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    28% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    36% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    42% {
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    48% {
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    52% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    56% {
      -webkit-transform: rotate(4deg);
      transform: rotate(4deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    60% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  }
  .store-banner-mob .discount {
    display: none !important;
  }
  .store-banner-mob.discount-test .discount {
    display: block !important;
  }
  .store-banner-mob.discount-test .discount-no {
    display: none;
  }
  .store-banner-mob.discount-test
    .store-banner-mob-showcase-list-item-details
    > dd {
    margin-right: 8px;
  }
  .store-banner-mob.discount-daily-test .discount {
    display: block !important;
  }
  .store-banner-mob.discount-daily-test .discount-no {
    display: none;
  }
  .store-banner-mob-showcase {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px 24px 0 0;
    padding: 24px 12px 0;
    position: relative;
  }
  .store-banner-mob-showcase-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 35px;
  }
  .store-banner-mob-showcase-tab-item {
    position: relative;
    width: 50%;
    height: 35px;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    text-align: center;
  }
  .store-banner-mob-showcase-tab-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .store-banner-mob-showcase-tab-item:nth-child(2) {
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
  }
  .store-banner-mob-showcase-tab-item:nth-child(2) .active {
    border-left: none;
    border-right: none;
  }
  .store-banner-mob-showcase-tab-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .store-banner-mob-showcase-tab-item:last-child:after {
    position: absolute;
    content: "";
    top: -22px;
    right: 103%;
    width: 22px;
    height: 32px;
    background: url("../images/store/show-case-hot-tag-mob.svg") center
      no-repeat;
    background-size: contain;
  }
  .store-banner-mob-showcase-tab-item:last-child.hotred:after {
    background: url("../images/store/show-case-hot-tag-mob-red.svg") center
      no-repeat;
  }
  .store-banner-mob-showcase-tab-item span {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
  }
  .store-banner-mob-showcase-tab-item.active {
    background: #e5e5e5;
  }
  .store-banner-mob-showcase-list {
    padding: 10px 0;
  }
  .store-banner-mob-showcase-list.special-list-m .special-item-first_m {
    min-height: 93px;
    padding-top: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
  }
  .store-banner-mob-showcase-list.special-list-m
    .special-item-first_m
    .list-item-price {
    color: #424a68;
  }
  .store-banner-mob-showcase-list.special-list-m
    .special-item-first_m
    .special-item-first-header-m {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 59px;
    text-align: center;
    background-image: url(../images/store/first-item-head.svg),
      -webkit-gradient(linear, left top, right top, from(#8230df), color-stop(#ac33d4), to(#c535ce));
    background-image: url(../images/store/first-item-head.svg),
      linear-gradient(to right, #8230df, #ac33d4, #c535ce);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .store-banner-mob-showcase-list.special-list-m
    .special-item-first_m
    .special-item-first-header-m
    span {
    font-size: 16px;
    color: #ffd736;
  }
  .store-banner-mob-showcase-list.special-list-m
    .special-item-first_m
    .special-item-first-header-m
    span
    b {
    font-size: 20px;
  }
  .store-banner-mob-showcase-list.daily-follower_mob
    .store-banner-mob-showcase-list-item
    dl
    dt
    .red-heart {
    margin-top: 0;
    background-image: url(../images/icons/icon-add-purple.svg);
  }
  .store-banner-mob-showcase-list.daily-follower_mob
    .store-banner-mob-showcase-list-item
    dl
    dd {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-showcase-list.daily-follower_mob
    .store-banner-mob-showcase-list-item
    dl
    dd
    strong {
    width: initial;
  }
  .store-banner-mob-showcase-list.daily-follower_mob
    .store-banner-mob-showcase-list-item
    dl
    dd
    .list-item-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 115px;
  }
  .store-banner-mob-showcase-list.daily-follower_mob
    .store-banner-mob-showcase-list-item
    dl
    dd
    .list-item-price
    del {
    margin-left: 9px;
  }
  .store-banner-mob-showcase-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 68px;
    border-radius: 34px;
    border: 2px solid #ebebeb;
    padding-left: 20px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px 0;
  }
  .store-banner-mob-showcase-list-item .instant-Like-m-price s {
    color: #a8a8a8 !important;
    font-size: 12px;
  }
  .store-banner-mob-showcase-list-item.active {
    border-color: #8c0be9;
  }
  .store-banner-mob-showcase-list-item.active
    .store-banner-mob-showcase-list-item-details
    .list-item-discount
    span {
    background-color: #ff3a3a;
    color: #fff !important;
  }
  .store-banner-mob-showcase-list-item.active .list-item-price {
    color: #ce0b03 !important;
  }
  .store-banner-mob-showcase-list-item.active .list-item-packs.discount > div {
    border: 0 !important;
    width: 71px;
    height: 20px;
    text-align: center;
    background: #fe3e30;
    border-radius: 4px;
    font: normal normal 600 14px/20px BalooChettan;
    letter-spacing: 0.28px;
    color: #ffffff !important;
    margin-left: 20px;
  }
  .store-banner-mob-showcase-list-item.hot:after {
    position: absolute;
    content: "";
    top: -3.6vw;
    right: -2%;
    width: 21.3333333333vw;
    height: 7.2vw;
    background-image: url("../images/popover/christmas/bestvalue.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 768px) and (min-device-pixel-ratio: 2) {
  .store-banner-mob-showcase-list-item.hot:after {
    background-image: url("../images/popover/christmas/bestvalue%402x.png");
  }
}
@media screen and (max-width: 768px) {
  .store-banner-mob-showcase-list-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .store-banner-mob-showcase-list-item-details dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-showcase-list-item-details dt .add-pink,
  .store-banner-mob-showcase-list-item-details dt .red-heart {
    width: 22px;
    height: 17px;
    margin-left: 12px;
  }
  .store-banner-mob-showcase-list-item-details dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store-banner-mob-showcase-list-item-details dd .coupon-item {
    width: 16vw;
    height: 8.8vw;
    text-align: center;
    line-height: 7vw;
    background-image: url("../images/store/coupon-icon-m.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5.33vw;
    margin-top: 5px;
    color: #272727;
    text-shadow: 0px 3px 6px #ffac11d4;
    font-size: 18px;
    font-weight: 600;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-total {
    font-size: 4.8vw;
    line-height: 5.6vw;
    font-weight: 600;
    color: #000;
    width: 10.6666666667vw;
    text-align: left;
    display: inline-block;
    margin-right: 2.6666666667vw;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-price_page1 {
    color: #7f8498 !important;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #7f8498;
    width: 58px;
    text-align: left;
    display: inline-block;
    margin-left: auto;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-price.discount {
    width: 56px;
    font: normal normal 600 18px/18px BalooChettan;
    letter-spacing: 0px;
    color: #000000;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-price.discount s {
    font: normal normal 400 14px/14px BalooChettan;
    letter-spacing: 0px;
    color: #7f8498;
    display: block;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-price.discount-no {
    width: 56px;
    font-weight: 600;
    line-height: 4.2666666667vw;
    font-size: 4.2666666667vw;
    color: #ce0b03;
  }
  .store-banner-mob-showcase-list-item-details
    dd
    .list-item-price.discount-no
    s {
    color: #7f8498;
    display: block;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-fill {
    width: 30vw;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs {
    width: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs.empty::before {
    content: "";
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs:before {
    content: "+";
    font-size: 5.3333333333vw;
    line-height: 1;
    color: #7f8498;
    font-weight: 600;
    margin-right: 2.6666666667vw;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs.discount {
    width: 71px;
  }
  .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs.discount::before {
    content: none;
  }
  .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs.discount
    .list-item-packs-gift-discount,
  .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs.discount
    .list-item-packs-hot-discount {
    width: 71px;
    height: 20px;
    text-align: center;
    text-align: center;
    border: 1px solid #fe3e30;
    border-radius: 4px;
    font: normal normal 600 14px/20px BalooChettan;
    letter-spacing: 0.28px;
    color: #fe3e30;
    margin-left: 5px;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-gift {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-gift:before {
    display: inline-block;
    margin-right: 15px;
    content: "";
    width: 32px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/store/package-free-gift.svg");
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-hot {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-hot:before {
    display: inline-block;
    content: "";
    width: 42px;
    height: 45px;
    background-size: contain;
    background: url("../images/store/package-free-hot.svg") 50% no-repeat;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-hot span {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    top: 6.4vw;
    color: #fff;
    margin-left: -2.1333333333vw;
  }
  .store-banner-mob-showcase-list-item-details dd .list-item-packs-hot em {
    position: absolute;
    font-style: normal;
    font-size: 9px;
    line-height: 0;
    color: #fff;
    top: 12px;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item.autohot:after {
    width: 74px;
    height: 18px;
    background: url(../images/store/best-value.svg) no-repeat;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item.active
    .auto-details
    .list-item-price {
    color: #ff4e4e;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item.active
    .list-item-price {
    color: #ff4e4e;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dt
    .red-heart {
    margin-top: 0;
    background-image: url(../images/store/insert-picture-icon.svg);
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dd
    .list-item-total,
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dd
    .list-item-price {
    width: initial;
    display: inline-block;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dd
    .list-item-total
    b,
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details
    dd
    .list-item-price
    b {
    font-size: 3.7333333333vw;
    font-weight: 600;
    color: #000000;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details.auto-details2
    dt
    .red-heart {
    margin-top: 0;
    background-image: url(../images/icons/icon-red-heart.svg);
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dt
    .red-heart {
    margin-top: -10px;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd {
    margin-left: 10px;
    position: relative;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-total {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-desp {
    position: absolute;
    left: -40px;
    bottom: -2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-discount {
    margin: 0 auto;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-discount
    span {
    height: 20px;
    border: 1px solid #ff3a3a;
    border-radius: 4px;
    padding: 0 10px;
    text-align: left;
    font: normal normal 600 14px/18px BalooChettan;
    letter-spacing: 0.28px;
    color: #ff3a3a;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 1;
    color: #000;
    margin-left: unset;
  }
  .store-banner-mob-showcase-list.auto-like
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-price
    del {
    color: #7f8498;
    font-size: 14px;
    margin-top: 2px;
  }
  .store-banner-mob-showcase-select {
    padding-bottom: 20px;
  }
  .store-banner-mob-showcase-select .discount {
    margin-top: 26px;
  }
  .store-banner-mob-showcase-select .discount .discount-select {
    text-align: center;
    margin-bottom: 26px;
  }
  .store-banner-mob-showcase-select .discount .discount-select select {
    width: 220px;
    height: 38px;
    border: 3px solid #8c0be9;
    border-radius: 17px;
    background: rgba(158, 40, 244, 0.1) url("../images/store/purple-arrow.svg")
      no-repeat right 3% center !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font: normal normal 600 14px/32px BalooChettan;
    letter-spacing: 0px;
    color: #8c0be9;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item {
    width: 93.33333vw;
    height: 68px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    position: relative;
    padding-left: 16.533333vw;
    padding-right: 6.66666666vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .img-pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .img-pro
    img {
    display: block;
    margin-right: 12px;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .img-pro
    span:nth-of-type(1) {
    font: normal normal 600 18px/21px BalooChettan;
    letter-spacing: 0px;
    color: #000000;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .img-pro
    span:nth-of-type(2) {
    font: normal normal 400 14px/21px BalooChettan;
    letter-spacing: 0px;
    color: #7f8498;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .discount-num {
    width: 71px;
    height: 20px;
    border: 1px solid #fe3e30;
    border-radius: 4px;
    text-align: center;
    font: normal normal 600 14px/19px BalooChettan;
    letter-spacing: 0.28px;
    color: #fe3e30;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .discount-price
    p {
    font: normal normal 600 18px/17px BalooChettan;
    letter-spacing: 0px;
    color: #000000;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item
    .discount-price
    s {
    font: normal normal 400 14px/17px BalooChettan;
    letter-spacing: 0px;
    color: #7f8498;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item:before {
    content: "";
    width: 26px;
    height: 26px;
    border: 2px solid #cfcfcf;
    border-radius: 26px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item:last-child {
    margin-bottom: 0;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item.active {
    -webkit-box-shadow: 0 0 0 2px #8c0be9;
    box-shadow: 0 0 0 2px #8c0be9;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item.active
    .discount-num {
    border: 0;
    background-color: #fe3e30;
    color: #fff;
  }
  .store-banner-mob-showcase-select
    .discount
    .discount-sel-content
    .discount-sel-content_item.active:before {
    border: 0;
    width: 16px;
    height: 16px;
    background-color: #8c0be9;
    left: 26px;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 5px #cfcfcf;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #cfcfcf;
  }
  .store-banner-mob-showcase-select h3 {
    font-size: 14px;
    color: #7f8498;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .store-banner-mob-showcase-select-item {
    margin: 10px 0;
    position: relative;
  }
  .store-banner-mob-showcase-select-item label:before {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 24px;
    content: "";
    width: 26px;
    height: 26px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .store-banner-mob-showcase-select-item label.monthly:before {
    background-image: url("../images/icons/icon-clock-org.svg");
  }
  .store-banner-mob-showcase-select-item label.daily:before {
    background-image: url("../images/icons/icon-add-purple.svg");
  }
  .store-banner-mob-showcase-select-item label.dailylike::before {
    background-image: url("../images/icons/icon-red-heart.svg");
  }
  .store-banner-mob-showcase-select-item .custom-select {
    min-height: 68px;
    border-radius: 34px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 63px !important;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: url("../images/icons/icon-select-arrow-down.svg") no-repeat
      right 3% center !important;
  }
  .store-banner-mob-showcase .discription {
    font-size: 14px;
    line-height: 16px;
    color: #7f8498;
    text-align: center;
    margin: 20px 0;
  }
  .store-banner-mob-showcase .auto-like-select {
    width: 166px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .store-banner-mob-showcase .auto-like-select > select {
    color: #fff;
    border: 0;
    outline: none;
    background: #9e28f4
      url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5Ij48cGF0aCBkPSJNNi44MzIgNy43NTJhMSAxIDAgMDEtMS42NjQgMGwtNC4xMzEtNi4yQTEgMSAwIDAxMS44NjkgMGg4LjI2MmExIDEgMCAwMS44MzIgMS41NTV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
      no-repeat right 14px center !important;
  }
  .store-banner-mob-showcase .auto-like-select > select option {
    background-color: #fff;
  }
  .store-banner-mob-cart {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid #e6e6e6;
    border-radius: 24px 24px 0 0;
    padding: 0 12px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .store-banner-mob-cart.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .store-banner-mob-cart.intant-followers-mob .paypal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .store-banner-mob-cart.intant-followers-mob .paypal-button a {
    margin-right: 4px;
    color: #3e78ff;
    text-decoration: underline;
  }
  .store-banner-mob-cart-handller {
    position: relative;
    height: 25px;
  }
  .store-banner-mob-cart-handller::before {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -25px;
    content: "";
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #7f8498;
    border-radius: 3px;
    opacity: 0.24;
  }
  .store-banner-mob-cart-content.off {
    display: none;
    height: 0;
  }
  .store-banner-mob-cart-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store-banner-mob-cart-summary .yuanjia {
    margin-left: 3px;
    font-size: 14px;
    color: #7f8498;
  }
  .store-banner-mob-cart-summary dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
  }
  .store-banner-mob-cart-summary dd.avator {
    width: 32px;
    margin-right: 10px;
  }
  .store-banner-mob-cart-summary dd.avator img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .store-banner-mob-cart-summary dd.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-banner-mob-cart-summary dd.type span {
    line-height: 20px;
  }
  .store-banner-mob-cart-summary dd.type .extra {
    color: #ffa41c;
    font-size: 14px;
    line-height: 16px;
  }
  .store-banner-mob-cart-summary dd.price {
    margin-left: auto;
    color: #7f8498;
  }
  .store-banner-mob-cart .flage {
    margin-bottom: 10px;
    margin-top: -10px;
  }
  .store-banner-mob-cart .flage img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .store-banner-mob-cart-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-cart-input .input-lab {
    width: 72%;
    margin-right: 8px;
    height: 48px;
  }
  .store-banner-mob-cart-input .input-lab:input[type="text"] {
    border: 1px solid #e1e1e1;
    font: normal normal 400 16px/23px BalooChettan;
  }
  .store-banner-mob-cart-input .btnzone {
    width: 25%;
    height: 48px !important;
  }
  .store-banner-mob-cart-input .btnzone .button {
    width: 100%;
    border: none;
    height: 48px !important;
    line-height: 42px !important;
    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;
  }
  .store-banner-mob-cart-input .btnzone .button span {
    padding: 0;
    font-size: 16px;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo dt {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 56px;
    height: 56px;
    margin-right: 20px;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo dt img {
    width: inherit;
    height: inherit;
    border-radius: 100%;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo dd {
    width: 90%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #7f8498;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo-details li strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .store-banner-mob-cart-input.pending .pending-ins-userinfo-details li span {
    font-size: 12px;
  }
  .store-banner-mob-cart-input.pending .input-lab {
    width: 395px;
  }
  .store-banner-mob-like-cart {
    padding: 30px 12px 12px;
    background: #f1f3f5;
  }
  .store-banner-mob-like-cart-title {
    position: relative;
    margin: 20px 0;
  }
  .store-banner-mob-like-cart-title h3 {
    font-size: 18px;
    color: #7f8498;
    font-weight: 600;
    text-align: center;
  }
  .store-banner-mob-like-cart-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store-banner-mob-like-cart-summary dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
  }
  .store-banner-mob-like-cart-summary dd.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-banner-mob-like-cart-summary dd.type span {
    line-height: 20px;
  }
  .store-banner-mob-like-cart-summary dd.type .extra {
    color: #ffa41c;
    font-size: 14px;
    line-height: 16px;
  }
  .store-banner-mob-like-cart-summary dd.price {
    margin-left: auto;
    color: #7f8498;
  }
  .store-banner-mob-like-cart-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .store-banner-mob-like-cart-input .input-lab {
    width: 72%;
    margin-right: 8px;
    height: 48px;
  }
  .store-banner-mob-like-cart-input .input-lab:input[type="text"] {
    border: 1px solid #e1e1e1;
    font: normal normal 400 16px/23px BalooChettan;
  }
  .store-banner-mob-like-cart-input .btnzone {
    width: 28%;
    height: 48px !important;
  }
  .store-banner-mob-like-cart-input .btnzone .button {
    width: inherit;
    border: none;
    height: 48px !important;
    line-height: 42px !important;
    width: 100%;
  }
  .store-banner-mob-like-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo dt {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 68px;
    height: 68px;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo dt img {
    width: inherit;
    height: inherit;
    border-radius: 100%;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo dd {
    width: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-top: 8px;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    width: 70vw;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #7f8498;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo-details li strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .store-banner-mob-like-cart-content .pending-ins-userinfo-details li span {
    font-size: 12px;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    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;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts p {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 0;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts-content-item {
    position: relative;
    width: 25.33vw;
    height: 25.33vw;
    margin: 2vw;
    cursor: pointer;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts-content-item img {
    width: inherit;
    height: inherit;
    border-radius: 8px;
  }
  .store-banner-mob-like-cart-content
    .pending-ins-posts-content-item:nth-child(3n) {
    margin-right: 0;
  }
  .store-banner-mob-like-cart-content
    .pending-ins-posts-content-item
    .post-selected {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 8px;
    border: 3px solid #ff215c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-like-cart-content
    .pending-ins-posts-content-item
    .post-selected
    .red-heart {
    width: 20px;
    height: 22px;
  }
  .store-banner-mob-like-cart-content
    .pending-ins-posts-content-item
    .post-selected
    span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  .store-banner-mob-like-cart-content
    .pending-ins-posts-content-item.active
    .post-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-banner-mob-like-cart-content .pending-ins-posts-morelink {
    margin: 30px 0;
    font-size: 14px;
    color: #7f8498;
  }
  .store-banner-mob-like-cart-content .btnzone {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid #e6e6e6;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-like-cart-content .btnzone .button {
    width: inherit;
    border: none;
    height: 48px !important;
    line-height: 42px !important;
  }
  .special-window .special-window_main {
    width: 299px;
    background-image: url("../images/store/window-m.svg");
  }
  .special-window .special-window_main button {
    width: 218px;
  }
  .special-stay-window .special-stay-window_main {
    width: 80.533vw;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
  }
  .special-stay-window .special-stay-window_main::-webkit-scrollbar {
    display: none;
  }
  .special-stay-window .special-stay-window_main .special-stay-window_main-top {
    background-image: url(../images/store/stay-m-himg.svg);
    padding-top: 15.73vw;
    height: 29.6vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-top
    h2 {
    font-size: 14px;
  }
  .special-stay-window .special-stay-window_main > span {
    top: 1.87vw;
    right: 0.8vw;
    width: 3.47vw;
    height: 3.47vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content {
    width: 74.13vw;
    min-height: 45.33vw;
    padding-top: 6.4vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    > span {
    width: 43.2vw;
    height: 7.2vw;
    top: -4.53vw;
    font-size: 18px;
    line-height: 7.2vw;
    padding-left: 7.73vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content::before {
    width: 9.07vw;
    height: 10.13vw;
    top: -6.93vw;
    left: 12.27vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list {
    width: 100%;
    padding: 0 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    > h3 {
    font-size: 16px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    > h3
    span {
    font-size: 14px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    .alert-posts-list-main {
    max-height: 32vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    .alert-posts-list-main
    > div {
    width: 16vw;
    height: 16vw;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    .alert-posts-list-main
    > div
    .post-selected
    span {
    font-size: 14px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .alert-posts-list
    .alert-posts-list-main
    > div
    .post-selected
    .red-heart {
    width: 18px;
    height: 20px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .product_info {
    margin-bottom: 2.67vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .product_info
    > img {
    width: 6.13vw;
    height: 4.8vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .product_info
    span {
    margin-left: 1.6vw;
    font-size: 16px;
    line-height: 6.13vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .product_info
    span.auto-span {
    font-weight: 500;
    font-size: 14px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .product_info
    i {
    font-size: 16px;
    margin: 0 9px;
    line-height: 6.13vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .ins_info {
    padding-left: 9px;
    margin-bottom: 3.2vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .ins_info
    > div
    > div
    p
    + p {
    margin-left: 8vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .ins_info
    > div
    > div
    p
    span:nth-child(2) {
    font-size: 12px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .price_info {
    font-size: 16px;
    line-height: 6.13vw;
    margin-bottom: 3.47vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .price_info
    del {
    font-size: 14px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .input-group {
    padding: 0 9px;
    margin-top: 4vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .input-group
    input {
    height: 9.33vw;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    padding: 0 3.2vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .input-group
    button {
    width: 18.67vw;
    height: 9.33vw;
    border-radius: 4px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .input-group
    button
    span {
    font-size: 14px;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .buttons
    button {
    width: 58.4vw;
    height: 13.33vw;
  }
  .special-stay-window
    .special-stay-window_main
    .special-stay-window_main-bottom
    .special-stay-window_main-bottom_content
    .buttons
    button
    span {
    font-size: 18px;
  }
  .buy-instagram-daily-followers
    .store-banner-mob-showcase-tab-item:last-child:after,
  .buy-instagram-followers
    .store-banner-mob-showcase-tab-item:last-child:after {
    right: 4px;
  }
  .buy-instagram-followers
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-hot
    span {
    width: 42px;
    height: 45px;
    margin: 0;
    top: 0;
    left: 50%;
    margin-left: -21px;
    display: inline-block;
    padding-top: 27%;
    padding-left: 6%;
  }
  .onlyprice {
    color: #7f8498 !important;
  }
  .couponlist-mob .store-banner-mob-showcase-list-item {
    padding-right: 15.6vw !important;
  }
  .couponlist-mob .store-banner-mob-showcase-list-item.hot::after {
    content: initial;
  }
  .couponlist-mob .store-banner-mob-showcase-list-item.active {
    border-color: #f85443;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item.active
    .list-item-packs-gift::before {
    background-image: url("../images/store/package-free-hot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/store/package-free-hot.svg") !important;
    width: 11.7333333333vw !important;
    height: 12.8vw !important;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item.active
    .list-item-packs-gift
    .tagnum {
    color: #fff !important;
    font-size: 3.4666666667vw !important;
    top: 60% !important;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item.active
    .list-item-packs-hot::before {
    background-image: url("../images/store/package-free-hot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/store/package-free-hot.svg") !important;
    width: 11.7333333333vw !important;
    height: 12.8vw !important;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item.active
    .list-item-packs-hot
    .tagnum {
    color: #fff !important;
    font-size: 3.4666666667vw !important;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 54%;
    padding-left: 8%;
    text-align: initial;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item.active
    .custom-radio-pink:after {
    background-color: #f85443;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs {
    width: initial;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-gift {
    width: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-gift::before {
    width: 10.6666666667vw;
    height: 11.4666666667vw;
    background-image: url("../images/store/gift_box_s.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-gift
    .tagnum {
    position: absolute;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #000000;
    width: 10.6666666667vw;
    text-align: center;
    top: 52%;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-hot {
    width: initial;
    margin-left: initial;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-hot::before {
    width: 10.6666666667vw;
    height: 11.4666666667vw;
    background: url("../images/store/gift_box_s.svg") 50% no-repeat;
    background-size: contain;
    -webkit-transform: initial;
    transform: initial;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-packs-hot
    span {
    color: #000000;
    font-size: 3.2vw;
    padding-top: 54%;
    padding-left: 0;
    text-align: center;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-price {
    width: initial;
  }
  .couponlist-mob
    .store-banner-mob-showcase-list-item
    .store-banner-mob-showcase-list-item-details
    dd
    .list-item-price
    s {
    font-size: 3.7333333333vw;
  }
  .couponlist-mob .couponpro-mob {
    height: 21.0666666667vw;
    border-radius: 5px;
    padding-right: 15.6vw !important;
    border-right: 0;
  }
  .couponlist-mob .couponpro-mob .coupon-item-block {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 12.9333333333vw;
    height: calc(100% + 4px);
    background-image: url("../images/store/coupon-bg-m.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    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;
  }
  .couponlist-mob .couponpro-mob .coupon-item-block p {
    text-align: center;
    font-family: Trebuc;
  }
  .couponlist-mob .couponpro-mob .coupon-item-block p:nth-child(1) {
    color: #e64332;
    font-size: 3.4666666667vw;
    line-height: 3.7333333333vw;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .couponlist-mob .couponpro-mob .coupon-item-block p:nth-child(2) {
    color: #e64332;
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 600;
  }
  .couponlist-mob .couponpro-mob.active .coupon-item-block {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16vw;
    height: 24vw;
    background-image: url("../images/store/coupon-bg-m-active.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 2.4vw;
    display: initial;
    padding-top: 5.3333333333vw;
  }
  .couponlist-mob .couponpro-mob.active .coupon-item-block p {
    color: #fff;
  }
}
.store-benfits {
  padding: 100px 0 0;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f1f4f6),
      to(#fff)
    ) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f1f4f6, #fff) 0 0 no-repeat
    padding-box;
}
.store-benfits-title {
  font-weight: 600;
  text-align: center;
}
.store-benfits-title h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.store-benfits-title p {
  padding: 0 100px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #7f8498;
}
.store-benfits-list {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-benfits-list-item {
  position: relative;
  width: 324px;
  margin-bottom: 70px;
  overflow: hidden;
}
.store-benfits-list-item dt {
  position: relative;
  margin-bottom: 26px;
  font-size: 36px;
  line-height: 46px;
  color: #6257ff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-benfits-list-item dt:before {
  content: "POINT";
  font-size: 12px;
  line-height: 1;
}
.store-benfits-list-item dd {
  padding-bottom: 14px;
}
.store-benfits-list-item dd h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 22px;
}
.store-benfits-list-item dd p {
  font-weight: 400;
  line-height: 20px;
  color: #7f8498;
}
.store-benfits-list-item dd p a {
  color: #005fff;
}
.store-benfits-list-item dd p a:hover {
  color: #2128bd;
}
.store-benfits-list-item.itemA:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  bottom: -26px;
  right: 70px;
  background: url(../images/store/cycle-01.svg) no-repeat 50%;
  background-size: cover;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list-item.itemB:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -10px;
  left: 67px;
  background: url(../images/store/cycle-02.svg) no-repeat 50%;
  background-size: cover;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list-item.itemC:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  bottom: -25px;
  left: 165px;
  background: url(../images/store/cycle-03.svg) no-repeat 50%;
  background-size: cover;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list-item.itemD {
  margin-left: 100px;
}
.store-benfits-list-item.itemD:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -10px;
  left: 58px;
  background: url(../images/store/cycle-02.svg) no-repeat 50%;
  background-size: cover;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list-item.itemE {
  margin-right: 100px;
}
.store-benfits-list-item.itemE:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 102px;
  right: 40px;
  background: url(../images/store/cycle-05.svg) no-repeat 50%;
  background-size: cover;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list-item.itemF:before {
  content: "";
  width: 199px;
  height: 199px;
  position: absolute;
  top: -55px;
  right: -115px;
  background: url(../images/store/cycle-00.svg) no-repeat;
  -webkit-animation: none;
  animation: none;
  opacity: 0.4;
}
.store-benfits-list.singleRow {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.store-benfits-list.singleRow .store-benfits-list-item {
  width: 250px;
  overflow: hidden;
}
.store-benfits-list.singleRow .store-benfits-list-item.itemD {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .store-benfits {
    padding: 72px 16px 0;
    background: #f1f3f5;
    overflow: hidden;
  }
  .store-benfits.reverse {
    background: #fff;
  }
  .store-benfits-title {
    text-align: left;
  }
  .store-benfits-title h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
  }
  .store-benfits-title p {
    line-height: 20px;
    padding: 0;
  }
  .store-benfits-list {
    margin-top: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-benfits-list.singleRow .store-benfits-list-item {
    width: 100%;
    overflow: hidden;
  }
  .store-benfits-list.singleRow .store-benfits-list-item.itemD {
    margin-left: 0;
  }
  .store-benfits-list-item {
    margin-bottom: 72px;
    width: 100%;
  }
  .store-benfits-list-item dt {
    margin-bottom: 10px;
  }
  .store-benfits-list-item:nth-child(even) {
    text-align: right;
  }
  .store-benfits-list-item.itemD {
    margin-left: 0;
  }
  .store-benfits-list-item.itemE {
    margin-right: 0;
  }
}
.store-guarantee {
  padding: 0 0 100px;
}
.store-guarantee-title {
  font-weight: 600;
  text-align: center;
}
.store-guarantee-title h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}
.store-guarantee-title p {
  font-size: 16px;
  line-height: 20px;
}
.store-guarantee-list {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.store-guarantee-list-item {
  width: 328px;
}
.store-guarantee-list-item dt {
  margin-bottom: 10px;
}
.store-guarantee-list-item dd h3 {
  font-size: 20px;
}
.store-guarantee-list-item dd p {
  font-weight: 500;
  line-height: 20px;
  color: #7f8498;
}
@media screen and (max-width: 768px) {
  .store-guarantee {
    padding: 72px 16px 0;
  }
  .store-guarantee-list {
    margin-top: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-guarantee-list-item {
    text-align: center;
    margin-bottom: 72px;
  }
}
.store-steps {
  padding-bottom: 68px;
}
.store-steps-title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
}
.store-steps-title h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.store-steps-title p {
  padding: 0 100px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #7f8498;
}
.store-steps-list {
  position: relative;
  width: 880px;
  margin: 0 auto;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.store-steps-list:before {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6dXJsKCNhKTt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjAuNSIgeDI9IjAuNSIgeTI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZjg0ODQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNkOWQ4ZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxIC0zNzYzKSI+PGNpcmNsZSBjbGFzcz0iYSIgY3g9IjE3IiBjeT0iMTciIHI9IjE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzEgMzc2MykiLz48cGF0aCBjbGFzcz0iYiIgZD0iTS0xMTc2MC4wNTMsMjMyNi40NjNsLTQuOTY5LTQuOTVhMS4wMzIsMS4wMzIsMCwwLDEtLjMtLjcxOCwxLjAzLDEuMDMsMCwwLDEsLjMtLjcxOSwxLjAwNywxLjAwNywwLDAsMSwxLjQzMiwwbDQuMjY2LDQuMjA2LDQuMjY2LTQuMzFhMS4wMTcsMS4wMTcsMCwwLDEsMS40MzksMCwxLjAxNiwxLjAxNiwwLDAsMSwwLDEuNDM3bC01LjAzOSw1LjAyYTEuMDE4LDEuMDE4LDAsMCwxLS43MTkuM0EuOTkyLjk5MiwwLDAsMS0xMTc2MC4wNTMsMjMyNi40NjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTk0Ny4zMjIgMTQ1Ni44MDEpIi8+PC9nPjwvc3ZnPgo=)
    no-repeat;
  background-size: cover;
}
.store-steps-list:after {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  margin: 0 auto;
  margin-top: 60px;
  z-index: 1;
  background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNC4wMDIiIHZpZXdCb3g9IjAgMCAzNCAzNC4wMDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMxOGM5ODE7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzAuOTk5IC00NTYzLjk5OSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNLTEyNzI1LDE2NTZhMTYuODksMTYuODksMCwwLDEtMTIuMDIxLTQuOTc5QTE2Ljg5MywxNi44OTMsMCwwLDEtMTI3NDIsMTYzOWExNi45LDE2LjksMCwwLDEsNC45NzktMTIuMDIyQTE2Ljg4OCwxNi44ODgsMCwwLDEtMTI3MjUsMTYyMmExNi44ODgsMTYuODg4LDAsMCwxLDEyLjAyMSw0Ljk4MUExNi45LDE2LjksMCwwLDEtMTI3MDgsMTYzOWExNi44OTMsMTYuODkzLDAsMCwxLTQuOTc5LDEyLjAyMUExNi44OSwxNi44OSwwLDAsMS0xMjcyNSwxNjU2Wm0wLTMwYTEzLjAxNSwxMy4wMTUsMCwwLDAtMTMsMTMsMTMuMDE0LDEzLjAxNCwwLDAsMCwxMywxMywxMy4wMTYsMTMuMDE2LDAsMCwwLDEzLTEzQTEzLjAxNywxMy4wMTcsMCwwLDAtMTI3MjUsMTYyNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyOTEzIDI5NDIpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xNC44NjMsMi42MTQsNy4yMDcsMTAuMjdhMS41MzEsMS41MzEsMCwwLDEtMi4xNjUsMEwuNDQ5LDUuNjc2QTEuNTMxLDEuNTMxLDAsMCwxLDIuNjE0LDMuNTExTDYuMTI1LDcuMDIyLDEyLjcuNDQ5YTEuNTMxLDEuNTMxLDAsMCwxLDIuMTY1LDIuMTY1Wm0wLDAiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAuMDE3LCAtMC4wMTcsIDEsIDE4MC42NzIsIDQ1NzUuNTA4KSIvPjwvZz48L3N2Zz4K)
    no-repeat;
  background-size: cover;
}
.store-steps-list-line {
  position: absolute;
  display: block;
  z-index: -1;
  left: 50%;
  height: 100%;
  border-left: 1px #ccc dashed;
}
.store-steps-list-line:before {
  position: absolute;
  left: -1px;
  content: "";
  display: block;
  height: 60px;
  border-left: 1px #fff solid;
}
.store-steps-list-line:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  border-left: 1px #fff solid;
}
.store-steps-list-item {
  position: relative;
  width: 417px;
  height: auto;
  min-height: 100px;
  background: #f1f1f1;
  padding: 16px;
  margin-top: 60px;
}
.store-steps-list-item::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  border: 1px #707070 solid;
  background: #fff;
}
.store-steps-list-item dt {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.store-steps-list-item dd {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #7f8498;
}
.store-steps-list-item:nth-child(odd) {
  border-radius: 16px 0 16px 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}
.store-steps-list-item:nth-child(odd):before {
  right: -31px;
}
.store-steps-list-item:nth-child(even) {
  border-radius: 0 16px 16px 16px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.store-steps-list-item:nth-child(even):before {
  left: -30px;
}
.store-steps-list-item:last-child {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .store-steps {
    margin-top: 72px;
  }
  .store-steps .container {
    padding: 0 15px;
  }
  .store-steps-title h2 {
    font-size: 28px;
    line-height: 50px;
  }
  .store-steps-list {
    width: 100%;
  }
  .store-steps-list-item {
    width: 42.6vw;
  }
  .store-steps-list-item:nth-child(odd):before {
    right: -22px;
  }
  .store-steps-list-item:nth-child(even):before {
    left: -22px;
  }
  .store-steps-list-item dd {
    font-size: 14px;
  }
}
.store-faq {
  background: #f1f3f5;
  padding: 100px 0;
}
.store-faq-title {
  font-weight: 600;
  text-align: center;
}
.store-faq-title h2 {
  font-size: 48px;
  line-height: 60px;
}
.store-faq-title p {
  font-size: 16px;
  line-height: 20px;
}
.store-faq-list {
  margin-top: 50px;
}
.store-faq-list-item {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7f8498;
}
.store-faq-list-item dt {
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  padding-left: 50px;
  padding-right: 10px;
}
.store-faq-list-item dt:before {
  position: absolute;
  content: "+";
  font-size: 30px;
  font-weight: 400;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.store-faq-list-item dd {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7f8498;
}
.store-faq-list-item.active {
  padding-bottom: 20px;
}
.store-faq-list-item.active dt {
  color: #6257ff;
}
.store-faq-list-item.active dt:before {
  content: "-";
}
.store-faq-list-item.active dd {
  display: block;
  padding-left: 48px;
  padding-right: 20px;
}
.store-faq-list-item.active dd a {
  color: #005fff;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.store-faq-list-item.active dd a:hover {
  color: #2128bd;
}
@media screen and (max-width: 768px) {
  .store-faq-title h2 {
    font-size: 28px !important;
  }
  .store-faq-list {
    padding: 0 16px;
  }
}
.auto-follow-stat h2,
.auto-follow-reason h2,
.auto-follow-reasonB h2,
.auto-follow-compare h2,
.auto-follow-faq h2 {
  position: relative;
  font-size: 34px;
  height: 44px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 112px;
}
.auto-follow-stat h2:after,
.auto-follow-reason h2:after,
.auto-follow-reasonB h2:after,
.auto-follow-compare h2:after,
.auto-follow-faq h2:after {
  position: absolute;
  content: "";
  width: 116px;
  height: 8px;
  background: #f1a92e;
  border-radius: 7px;
  left: calc(50% - 58px);
  opacity: 1;
  top: 82px;
}
.auto-follow-stat h2 + p,
.auto-follow-reason h2 + p,
.auto-follow-reasonB h2 + p,
.auto-follow-compare h2 + p,
.auto-follow-faq h2 + p {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .auto-follow-stat h2,
  .auto-follow-reason h2,
  .auto-follow-reasonB h2,
  .auto-follow-compare h2,
  .auto-follow-faq h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .auto-follow-stat h2:after,
  .auto-follow-reason h2:after,
  .auto-follow-reasonB h2:after,
  .auto-follow-compare h2:after,
  .auto-follow-faq h2:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 4px;
    background: #f1a92e;
    border-radius: 7px;
    left: calc(50% - 29px);
    opacity: 1;
    top: 61px;
  }
  .auto-follow-stat h2 + p,
  .auto-follow-reason h2 + p,
  .auto-follow-reasonB h2 + p,
  .auto-follow-compare h2 + p,
  .auto-follow-faq h2 + p {
    font-size: 14px;
    line-height: 22px;
  }
}
.auto-follow-stat {
  width: 100%;
  padding-top: 80px;
  text-align: center;
  height: 613px;
  background-size: cover;
}
.auto-follow-stat h2 {
  color: #fff;
}
.auto-follow-stat h2:after {
  background-color: #fff;
}
.auto-follow-stat .auto-follow-stat-list {
  position: relative;
  margin-left: 220px;
  height: 327px;
  background-repeat: no-repeat;
  background-position: left center;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.auto-follow-stat .auto-follow-stat-list-item {
  width: 230px;
  text-align: left;
  margin-left: 618px;
}
.auto-follow-stat .auto-follow-stat-list-item dt {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #fff239;
}
.auto-follow-stat .auto-follow-stat-list-item dd {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.auto-follow-mid-payment {
  display: none;
}
@media screen and (max-width: 768px) {
  .auto-follow-stat {
    overflow: hidden;
    width: 100%;
    height: 512px;
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e484f0),
        to(#8a86fe)
      ) 0 0 no-repeat padding-box !important;
    background: transparent linear-gradient(180deg, #e484f0, #8a86fe) 0 0
      no-repeat padding-box !important;
    opacity: 1;
    padding-top: 40px;
  }
  .auto-follow-stat h2 {
    margin-bottom: 40px;
  }
  .auto-follow-stat h2:after {
    top: 40px;
  }
  .auto-follow-stat .auto-follow-stat-list {
    position: relative;
    margin: 0 auto;
    background-size: 224px 137px;
    background-position: center 60%;
  }
  .auto-follow-stat .auto-follow-stat-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 361px;
    background: url("../images/auto-follower/stat-circle.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .auto-follow-stat .auto-follow-stat-list-item {
    position: absolute;
    margin-left: 0;
    width: 220px;
    height: 68px;
    line-height: 40px;
    background: #c2a8ff 0 0 no-repeat padding-box;
    border-radius: 34px;
    padding-left: 20px;
    padding-top: 15px;
  }
  .auto-follow-stat .auto-follow-stat-list-item dt {
    font-size: 26px;
  }
  .auto-follow-stat .auto-follow-stat-list-item dd {
    font-size: 16px;
    line-height: 1;
  }
  .auto-follow-stat .auto-follow-stat-list-item:first-child {
    top: 16px;
    right: -50px;
    background: #e094ff 0 0 no-repeat padding-box;
  }
  .auto-follow-stat .auto-follow-stat-list-item:nth-child(2) {
    left: -54px;
    top: 65px;
    padding-left: 60px;
    background: #cb9aff 0 0 no-repeat padding-box;
  }
  .auto-follow-stat .auto-follow-stat-list-item:last-child {
    bottom: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
  }
  .auto-follow-mid-payment {
    display: block;
    margin-top: 66px;
    margin-bottom: 33px;
  }
  .auto-follow-mid-payment img {
    width: 100%;
  }
}
.auto-follow-stat h2,
.auto-follow-reason h2,
.auto-follow-reasonB h2,
.auto-follow-compare h2,
.auto-follow-faq h2 {
  position: relative;
  font-size: 34px;
  height: 44px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 112px;
}
.auto-follow-stat h2:after,
.auto-follow-reason h2:after,
.auto-follow-reasonB h2:after,
.auto-follow-compare h2:after,
.auto-follow-faq h2:after {
  position: absolute;
  content: "";
  width: 116px;
  height: 8px;
  background: #f1a92e;
  border-radius: 7px;
  left: calc(50% - 58px);
  opacity: 1;
  top: 82px;
}
.auto-follow-stat h2 + p,
.auto-follow-reason h2 + p,
.auto-follow-reasonB h2 + p,
.auto-follow-compare h2 + p,
.auto-follow-faq h2 + p {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .auto-follow-stat h2,
  .auto-follow-reason h2,
  .auto-follow-reasonB h2,
  .auto-follow-compare h2,
  .auto-follow-faq h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .auto-follow-stat h2:after,
  .auto-follow-reason h2:after,
  .auto-follow-reasonB h2:after,
  .auto-follow-compare h2:after,
  .auto-follow-faq h2:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 4px;
    background: #f1a92e;
    border-radius: 7px;
    left: calc(50% - 29px);
    opacity: 1;
    top: 61px;
  }
  .auto-follow-stat h2 + p,
  .auto-follow-reason h2 + p,
  .auto-follow-reasonB h2 + p,
  .auto-follow-compare h2 + p,
  .auto-follow-faq h2 + p {
    font-size: 14px;
    line-height: 22px;
  }
}
.auto-follow-banner {
  position: relative;
  min-height: 800px;
  padding-top: 150px;
  background-color: #f3ecff;
  background-image: url("../images/auto-follower/banner-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.auto-follow-banner .container {
  width: 1087px;
}
.auto-follow-banner h1 {
  position: relative;
  padding-left: 116px;
  margin-top: 50px;
  margin-bottom: 115px;
  font-weight: 700;
}
.auto-follow-banner h1:after {
  content: "";
  position: absolute;
  top: -49px;
  right: 100px;
  width: 327px;
  height: 109px;
  background: url("../images/auto-follower/banner-tag.png") no-repeat;
  opacity: 1;
}
.auto-follow-banner-showcase-item-title {
  position: relative;
  width: 100%;
  height: 49px;
  border-radius: 0 49px 0 0;
  opacity: 1;
  padding-left: 84px;
  margin-bottom: 54px;
  line-height: 49px;
  color: #fff;
  background-color: #a998ff;
  font-size: 24px;
}
.auto-follow-banner-showcase-item-title:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 26px;
  width: 36px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAaCAYAAADfcP5FAAAABHNCSVQICAgIfAhkiAAAAU1JREFUSEvdl01KxEAQhb93Fi/iQbyGew/lgIqLQWHEpYIbRRB/NiI6ij+Ioy0lKXEyJJ3OZFHYm0C63stHp6qrWymlNWAk6YGC0VeX+4RSShvADDgA9iR95EQ231eX83Ygj3sEdiSd5IQVULEu51sH8vgLYFPSXZNBDaizri+Q6b6AQ2As6b1u1ACU1S0D5NpnYBc4kpT8ZQtQq24IIPe4BrYk2dOTOudv83O6nKAphxpTBzi2xAfWc+Z/5m1lf3SSXtp0pUDuZTm1AtzYYhWAmW5suSnJcnRh9AUyo1XgFTgFpgVQFmrVa1Vs1Tw3lgVys1vgHFioxgyo7Xfbkp48bigg8/sELoGrasvoumjWGfaBiaTZkEAO8AacAfddiao466Wjfw0U6peFSeowZR9mY/xtARFaR5jmGub4EeqAFuYIG+aQH+oaFOqi+A3gTSJsSSCnCAAAAABJRU5ErkJggg==)
    no-repeat;
}
.auto-follow-banner-showcase-item-title strong {
  font-weight: 500;
  margin-right: 24px;
}
.auto-follow-banner-showcase-item.payment {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px;
}
.auto-follow-banner-showcase-btnzone {
  margin: 69px auto 86px;
  width: 480px;
  height: 94px;
  font-size: 26px;
}
.auto-follow-banner-showcase-btnzone .button {
  width: 100%;
  height: 100%;
  line-height: 94px;
  border-radius: 50px;
}
.auto-follow-banner .showcase-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.auto-follow-banner .showcase-content.follower .showcase-content-item {
  height: 284px;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item:nth-child(2) {
  width: 368px;
  height: 313px;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item:nth-child(2):before {
  content: "";
  position: absolute;
  top: -13px;
  right: -9px;
  width: 87px;
  height: 87px;
  background: url("../images/auto-follower/bestvalue.png") no-repeat;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item:nth-child(2)
  dl {
  margin-top: 10px;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item:nth-child(2)
  dl
  dd
  .saving {
  display: block;
  background: url("../images/auto-follower/discount-saving.png") no-repeat 50%;
  color: #fff;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item.active
  dl
  dd
  h3 {
  font-size: 22px;
  line-height: 25px;
  color: #000;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item.active
  dl
  dd
  .discount {
  font-size: 26px;
  line-height: 25px;
}
.auto-follow-banner .showcase-content.follower .showcase-content-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auto-follow-banner .showcase-content.follower .showcase-content-item dl dt {
  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;
}
.auto-follow-banner .showcase-content.follower .showcase-content-item dl dd h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #55475d;
  opacity: 1;
  margin: 20px 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item
  dl
  dd
  .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item
  dl
  dd
  .discount
  del {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #010101 !important;
}
.auto-follow-banner
  .showcase-content.follower
  .showcase-content-item
  dl
  dd
  .saving {
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #ff7400;
  opacity: 1;
}
.auto-follow-banner .showcase-content.subscription .showcase-content-item {
  height: 116px;
  padding: 28px 48px;
  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;
}
.auto-follow-banner
  .showcase-content.subscription
  .showcase-content-item:nth-child(2) {
  width: 368px;
  height: 144px;
}
.auto-follow-banner
  .showcase-content.subscription
  .showcase-content-item:nth-child(2)
  dl
  dd
  span {
  background: url("../images/auto-follower/discount-saving.png") no-repeat;
  background-position: 50%;
  color: #fff;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}
.auto-follow-banner .showcase-content.subscription .showcase-content-item dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auto-follow-banner
  .showcase-content.subscription
  .showcase-content-item
  dl
  dt {
  width: 80px;
}
.auto-follow-banner
  .showcase-content.subscription
  .showcase-content-item
  dl
  dd {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
}
.auto-follow-banner
  .showcase-content.subscription
  .showcase-content-item
  dl
  dd
  span {
  margin-top: 10px;
  font-size: 20px;
  color: #ff7400;
}
.auto-follow-banner .showcase-content-item {
  position: relative;
  padding: 28px;
  width: 326px;
  background-color: #f0dbfc;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #fff;
}
.auto-follow-banner .showcase-content-item:hover,
.auto-follow-banner .showcase-content-item.active {
  -webkit-box-shadow: 0 18px 22px rgba(90, 52, 87, 0.32);
  box-shadow: 0 18px 22px rgba(90, 52, 87, 0.32);
}
.auto-follow-banner .showcase-content-item.active {
  background: #fff;
}
.auto-follow-banner .showcase-info-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  width: 100%;
}
.auto-follow-banner .showcase-info-input label {
  width: calc(100% - 17%);
}
.auto-follow-banner .showcase-info-input label input {
  background: #fff;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
  border-color: #b6acfd !important;
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.auto-follow-banner .showcase-info-input-btnzone {
  width: 17%;
  height: 100%;
}
.auto-follow-banner .showcase-info-input-btnzone .button {
  width: 100%;
  height: 102px;
  border-radius: 0 8px 8px 0;
  font-size: 24px;
}
.auto-follow-banner .showcase-userinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}
.auto-follow-banner .showcase-userinfo dt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 80px;
  height: 80px;
}
.auto-follow-banner .showcase-userinfo dt img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
}
.auto-follow-banner .showcase-userinfo dd {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.auto-follow-banner .showcase-userinfo-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #2a2a2a;
}
.auto-follow-banner .showcase-userinfo-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
}
.auto-follow-banner .showcase-userinfo-details li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auto-follow-banner .showcase-userinfo-details li strong {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #2a2a2a;
  margin-right: 10px;
}
.auto-follow-banner .showcase-userinfo-details li span {
  font-size: 16px;
}
.auto-follow-benfits {
  display: none;
}
@media screen and (max-width: 768px) {
  .auto-follow-banner {
    padding-top: 75px;
    background-size: contain;
    background-color: #fff;
    background-image: url("../images/auto-follower/banner-mob-bg.png");
    background-position: 0 150px;
  }
  .auto-follow-banner .container {
    padding: 0 14px;
  }
  .auto-follow-banner h1 {
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .auto-follow-banner h1:after {
    top: 13px;
    left: 145px;
    width: 132px;
    height: 44px;
    background-size: cover;
  }
  .auto-follow-banner-showcase {
    margin: 70px 0 10px;
    width: 100%;
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e484f0),
        to(#8a86fe)
      ) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #e484f0, #8a86fe) 0 0
      no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .auto-follow-banner-showcase-item-title {
    position: relative;
    left: -6px;
    width: auto;
    display: inline-block;
    padding-right: 25px;
    height: 31px;
    border-radius: 0;
    line-height: 26px;
    background: url("../images/auto-follower/banner-item-title.png") no-repeat;
    background-size: contain;
    text-align: left;
    padding-left: 8px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .auto-follow-banner-showcase-item-title:before {
    display: none;
  }
  .auto-follow-banner-showcase-item-title strong {
    font-weight: 500;
    margin-right: 14px;
  }
  .auto-follow-banner-showcase-item.payment {
    display: none;
  }
  .auto-follow-banner .showcase-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .auto-follow-banner .showcase-content.follower .showcase-content-item {
    height: 87px;
    background: transparent;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:nth-child(2) {
    height: 87px;
    width: 100%;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:nth-child(2)
    dl {
    margin-top: 0;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:nth-child(2)
    dl
    dd
    .saving {
    background: none;
    position: absolute;
    top: 40px;
    color: #ffff48;
    background-size: contain;
    font-size: 16px;
    height: 21px;
    font-weight: 600;
    line-height: 22px;
    background: none;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:nth-child(2):before {
    display: none;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:first-child
    dl
    dd
    .saving {
    width: 100px;
    background: url("../images/auto-follower/discount-saving.png") no-repeat;
    background-position: 50%;
    color: #fff !important;
    font-weight: 400;
    background-size: contain;
    height: 21px;
    line-height: 22px;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item:first-child:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -8px;
    width: 53px;
    height: 52px;
    background: url("../images/auto-follower/bestvalue.png") no-repeat;
    background-size: cover;
  }
  .auto-follow-banner .showcase-content.follower .showcase-content-item.active {
    background: #fff;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item.active:first-child
    dl
    dd
    .saving {
    color: #fff;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item.active
    dl
    dd
    h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item.active
    dl
    dd
    .saving {
    color: #f17300;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item.active
    dl
    dd
    .discount
    strong {
    color: #000;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item.active
    dl
    dd
    .discount
    del {
    color: #9e9e9e !important;
  }
  .auto-follow-banner .showcase-content.follower .showcase-content-item dl {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .auto-follow-banner .showcase-content.follower .showcase-content-item dl dt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item
    dl
    dd
    h3 {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item
    dl
    dd
    .saving {
    position: absolute;
    top: 40px;
    color: #ffff48;
    background-size: contain;
    font-size: 16px;
    height: 21px;
    font-weight: 600;
    line-height: 22px;
    background: none;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item
    dl
    dd
    .discount {
    position: absolute;
    right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: 22px;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item
    dl
    dd
    .discount
    strong {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
  }
  .auto-follow-banner
    .showcase-content.follower
    .showcase-content-item
    dl
    dd
    .discount
    del {
    font-size: 14px;
    color: #ebc8ff !important;
    line-height: 1;
  }
  .auto-follow-banner .showcase-content.subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .auto-follow-banner .showcase-content.subscription .showcase-content-item {
    width: 100px;
    height: 97px;
    overflow: hidden;
    padding: 12px;
    border-radius: 10px;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item:nth-child(2) {
    width: 100px;
    height: 97px;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item:nth-child(2)
    dl
    dd
    span {
    background-size: contain;
    height: auto;
    line-height: 1.15;
    color: #fff !important;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item.active
    dl
    dd {
    color: #000;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item.active
    dl
    dd
    span {
    color: #f17300 !important;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item.active:nth-child(2)
    dl
    dd
    span {
    color: #fff !important;
  }
  .auto-follow-banner .showcase-content.subscription .showcase-content-item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item
    dl
    dt {
    width: 100%;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item
    dl
    dd {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .auto-follow-banner
    .showcase-content.subscription
    .showcase-content-item
    dl
    dd
    span {
    margin-top: 4px;
    font-size: 14px;
    color: #ffff48;
    line-height: 1;
  }
  .auto-follow-banner .showcase-content-item {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0 12px;
    background-color: transparent;
  }
  .auto-follow-banner .showcase-content-item:hover,
  .auto-follow-banner .showcase-content-item.active {
    -webkit-box-shadow: 0 6px 12px rgba(91, 56, 88, 0.19);
    box-shadow: 0 6px 12px rgba(91, 56, 88, 0.19);
  }
  .auto-follow-banner .showcase-content-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .auto-follow-banner .showcase-content-item dl dt {
    width: 40px;
  }
  .auto-follow-banner .showcase-content-item dl dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 40px);
  }
  .auto-follow-banner .showcase-info-input {
    height: 56px;
    padding: 0 2%;
  }
  .auto-follow-banner .showcase-info-input label {
    width: calc(100% - 17%);
  }
  .auto-follow-banner .showcase-info-input label input {
    background: transparent;
    padding-left: 18px;
    border-color: #b6acfd !important;
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
  }
  .auto-follow-banner
    .showcase-info-input
    label
    input::-webkit-input-placeholder {
    color: #fff;
  }
  .auto-follow-banner .showcase-info-input label input:-ms-input-placeholder {
    color: #fff;
  }
  .auto-follow-banner .showcase-info-input label input::-ms-input-placeholder {
    color: #fff;
  }
  .auto-follow-banner .showcase-info-input label input::placeholder {
    color: #fff;
  }
  .auto-follow-banner .showcase-info-input-btnzone {
    width: 20% !important;
    height: 100%;
  }
  .auto-follow-banner .showcase-info-input-btnzone .button {
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffe040),
        to(#f3bb01)
      ) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffe040, #f3bb01) 0 0
      no-repeat padding-box;
    -webkit-box-shadow: 0 6px 10px rgba(71, 68, 66, 0.53);
    box-shadow: 0 6px 10px rgba(71, 68, 66, 0.53);
    border-radius: 0 8px 8px 0;
    opacity: 1;
  }
  .auto-follow-banner .showcase-info-input-btnzone .button span {
    padding: 0;
  }
  .auto-follow-banner .showcase-userinfo dt {
    width: 68px;
    height: 68px;
  }
  .auto-follow-banner .showcase-userinfo-name {
    font-size: 16px;
  }
  .auto-follow-banner .showcase-userinfo-details li {
    margin-right: 0;
  }
  .auto-follow-banner .showcase-userinfo-details li strong {
    font-size: 18px;
  }
  .auto-follow-banner .showcase-userinfo-details li span {
    font-size: 16px;
    color: #fff;
  }
  .auto-follow-benfits {
    display: block;
  }
  .auto-follow-benfits ul {
    padding-left: 0;
    list-style: none;
    width: 86%;
    border: 3px solid #9e85fa;
    border-radius: 20px;
    margin: 40px auto 50px;
    padding: 40px 18px;
  }
  .auto-follow-benfits ul li {
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3ecff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
  }
  .auto-follow-benfits ul li img {
    width: 40px;
    height: 23px;
    margin-right: 10px;
  }
}
.auto-follow-stat {
  width: 100%;
  padding-top: 80px;
  text-align: center;
  height: 613px;
  background-size: cover;
}
.auto-follow-stat h2 {
  color: #fff;
}
.auto-follow-stat h2:after {
  background-color: #fff;
}
.auto-follow-stat .auto-follow-stat-list {
  position: relative;
  margin-left: 220px;
  height: 327px;
  background-repeat: no-repeat;
  background-position: left center;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.auto-follow-stat .auto-follow-stat-list-item {
  width: 230px;
  text-align: left;
  margin-left: 618px;
}
.auto-follow-stat .auto-follow-stat-list-item dt {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #fff239;
}
.auto-follow-stat .auto-follow-stat-list-item dd {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.auto-follow-mid-payment {
  display: none;
}
@media screen and (max-width: 768px) {
  .auto-follow-stat {
    overflow: hidden;
    width: 100%;
    height: 512px;
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e484f0),
        to(#8a86fe)
      ) 0 0 no-repeat padding-box !important;
    background: transparent linear-gradient(180deg, #e484f0, #8a86fe) 0 0
      no-repeat padding-box !important;
    opacity: 1;
    padding-top: 40px;
  }
  .auto-follow-stat h2 {
    margin-bottom: 40px;
  }
  .auto-follow-stat h2:after {
    top: 40px;
  }
  .auto-follow-stat .auto-follow-stat-list {
    position: relative;
    margin: 0 auto;
    background-size: 224px 137px;
    background-position: center 60%;
  }
  .auto-follow-stat .auto-follow-stat-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 361px;
    background: url("../images/auto-follower/stat-circle.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .auto-follow-stat .auto-follow-stat-list-item {
    position: absolute;
    margin-left: 0;
    width: 220px;
    height: 68px;
    line-height: 40px;
    background: #c2a8ff 0 0 no-repeat padding-box;
    border-radius: 34px;
    padding-left: 20px;
    padding-top: 15px;
  }
  .auto-follow-stat .auto-follow-stat-list-item dt {
    font-size: 26px;
  }
  .auto-follow-stat .auto-follow-stat-list-item dd {
    font-size: 16px;
    line-height: 1;
  }
  .auto-follow-stat .auto-follow-stat-list-item:first-child {
    top: 16px;
    right: -50px;
    background: #e094ff 0 0 no-repeat padding-box;
  }
  .auto-follow-stat .auto-follow-stat-list-item:nth-child(2) {
    left: -54px;
    top: 65px;
    padding-left: 60px;
    background: #cb9aff 0 0 no-repeat padding-box;
  }
  .auto-follow-stat .auto-follow-stat-list-item:last-child {
    bottom: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
  }
  .auto-follow-mid-payment {
    display: block;
    margin-top: 66px;
    margin-bottom: 33px;
  }
  .auto-follow-mid-payment img {
    width: 100%;
  }
}
.auto-follow-reason {
  padding-top: 155px;
}
.auto-follow-reason .container {
  background-repeat: no-repeat;
  background-position: right calc(70%);
}
.auto-follow-reason .auto-follow-text-list {
  margin-top: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auto-follow-reason .auto-follow-text-list-item {
  margin-bottom: 58px;
}
.auto-follow-reason .auto-follow-text-list-item:first-child {
  max-width: 590px;
}
.auto-follow-reason .auto-follow-text-list-item:nth-child(2) {
  max-width: 560px;
}
.auto-follow-reason .auto-follow-text-list-item:last-child {
  margin-bottom: 0;
}
.auto-follow-reasonB {
  margin-top: 136px;
}
.auto-follow-reasonB .auto-follow-text-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.auto-follow-reasonB .auto-follow-text-list-item {
  width: 30%;
}
.auto-follow-faq {
  margin-top: 136px;
}
.auto-follow-faq .auto-follow-text-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auto-follow-faq .auto-follow-text-list-item {
  width: 46%;
}
.auto-follow-faq .auto-follow-text-list-item:nth-child(1),
.auto-follow-faq .auto-follow-text-list-item:nth-child(2) {
  margin-bottom: 56px;
}
.auto-follow-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-follow-text-list-item h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #872aff;
  margin-bottom: 10px;
}
.auto-follow-text-list-item p {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .auto-follow-text-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auto-follow-text-list-item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .auto-follow-text-list-item p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
  .auto-follow-reason {
    padding-top: 40px;
    margin-top: 0;
    background: #f9f9f9;
  }
  .auto-follow-reason .container {
    padding: 0 7vw;
  }
  .auto-follow-reason .container {
    background: initial !important;
  }
  .auto-follow-reason .auto-follow-text-list-item {
    width: 100%;
    margin-bottom: 34px !important;
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc;
  }
  .auto-follow-reason .auto-follow-text-list-item:last-child {
    border-bottom: none;
  }
  .auto-follow-reasonB {
    padding-top: 40px;
    margin-top: 0;
  }
  .auto-follow-reasonB .container {
    padding: 0 7vw;
  }
  .auto-follow-reasonB .auto-follow-text-list-item {
    width: 100%;
    margin-bottom: 34px !important;
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc;
  }
  .auto-follow-reasonB .auto-follow-text-list-item:last-child {
    border-bottom: none;
  }
  .auto-follow-faq {
    padding-top: 40px;
    margin-top: 0;
    background: #f9f9f9;
  }
  .auto-follow-faq .container {
    padding: 0 7vw;
  }
  .auto-follow-faq .auto-follow-text-list-item {
    width: 100%;
    margin-bottom: 34px !important;
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc;
  }
  .auto-follow-faq .auto-follow-text-list-item:last-child {
    border-bottom: none;
  }
}
.auto-follow-compare {
  margin-top: 136px;
  padding-top: 90px;
  padding-bottom: 133px;
  background: #f3ecff;
}
.auto-follow-compare h2 + p {
  font-size: 18px;
}
.auto-follow-compare-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 924px;
  margin: 0 auto;
  padding-top: 47px;
}
.auto-follow-compare-content-item {
  width: 419px;
  border-radius: 15px 15px 20px 20px;
  -webkit-box-shadow: 0 12px 26px rgba(139, 139, 139, 0.33);
  box-shadow: 0 12px 26px rgba(139, 139, 139, 0.33);
  background: #fff;
}
.auto-follow-compare-content-item-title {
  position: relative;
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
}
.auto-follow-compare-content-item-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background: url("../images/auto-follower/compare-list-title.svg") no-repeat;
  top: -18px;
}
.auto-follow-compare-content-item-title h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
}
.auto-follow-compare-content-item-list {
  padding-top: 20px;
  padding-right: 28px;
  padding-left: 0;
  list-style: none;
  padding-left: 70px;
}
.auto-follow-compare-content-item-list li {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  color: #271610;
  border-bottom: 1px solid #f3ecff;
}
.auto-follow-compare-content-item-list li:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 23px;
  background: url("../images/auto-follower/compare-list-tag.svg") no-repeat;
  top: 13px;
  left: -36px;
}
.auto-follow-compare-content-item-link {
  margin: 44px 0;
  text-align: center;
}
.auto-follow-compare-content-item-link a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fc893d;
}
.auto-follow-compare-content-item-link a:hover {
  color: #f5c951;
}
@media screen and (max-width: 768px) {
  .auto-follow-compare {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 0;
  }
  .auto-follow-compare .container {
    padding: 0 7vw;
  }
  .auto-follow-compare h2 + p {
    font-size: 14px;
    font-weight: 400;
  }
  .auto-follow-compare-content {
    width: 100%;
    -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;
  }
  .auto-follow-compare-content-item {
    width: 100%;
    border-radius: 36px 36px 10px 10px;
    -webkit-box-shadow: 0 12px 26px rgba(139, 139, 139, 0.33);
    box-shadow: 0 12px 26px rgba(139, 139, 139, 0.33);
    background: #fff;
  }
  .auto-follow-compare-content-item:first-child {
    margin-bottom: 50px;
  }
  .auto-follow-compare-content-item-title {
    border-radius: 36px 36px 0 0;
  }
  .auto-follow-compare-content-item-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    background: url("../images/auto-follower/compare-list-title-mob.svg")
      no-repeat;
    top: -18px;
    background-size: contain;
  }
  .auto-follow-compare-content-item-title h3 {
    font-size: 18px;
  }
  .auto-follow-compare-content-item-list {
    padding-left: 60px;
  }
  .auto-follow-compare-content-item-list li {
    font-size: 12px;
    line-height: 36px;
  }
  .auto-follow-compare-content-item-list li:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 23px;
    background: url("../images/auto-follower/compare-list-tag.svg") no-repeat;
    top: 10px;
    left: -36px;
  }
  .auto-follow-compare-content-item-link {
    margin: 44px 0;
    text-align: center;
  }
  .auto-follow-compare-content-item-link a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2c48ff;
  }
}
.auto-follow-btmcart-mob {
  display: none;
}
.auto-follow-btmcart {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/auto-follower/btmcart-bg.png") no-repeat 50%;
  background-size: cover;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.auto-follow-btmcart.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.auto-follow-btmcart .container {
  width: 1086px;
}
.auto-follow-btmcart dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
.auto-follow-btmcart dl dt {
  position: relative;
  color: #e85000;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auto-follow-btmcart dl dt strong {
  font-weight: 700;
  font-size: 18px;
}
.auto-follow-btmcart dl dt:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  right: -41px;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABCCAYAAACbx8wMAAAABHNCSVQICAgIfAhkiAAAANlJREFUOE9jfOHPYC6xkeEkAxbA+MqfwVZsI8PhUcnRQBhNCfizw3s/BjvBTQyHsOaV/6EMbC9/MRjO2MhwuoGB4R+yIkYQ578xA+sraQazX+wM52RXM3yHKQBLwsDrAAbjb78Z7slvZXgPEkORBAm89WXQ/sPI8EZ8E8NLDMnnvgzaHMwMXwU3MDyAS75zYeD/w8Ggy/af4aoAsrHvAxgUfv5n4JXYyHAZxbXPXBg02VkZPgtvZ3iC7lfG1z4MDqJbGA6MFhijBcZogcH42o/BRHQTwxls2QEAnX/ZQ8VDasgAAAAASUVORK5CYII=)
    no-repeat;
  background-size: cover;
}
.auto-follow-btmcart dl dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-follow-btmcart dl dd:last-child {
  margin-left: auto;
}
.auto-follow-btmcart dl dd:last-child:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: -41px;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABCCAYAAACbx8wMAAAABHNCSVQICAgIfAhkiAAAANlJREFUOE9jfOHPYC6xkeEkAxbA+MqfwVZsI8PhUcnRQBhNCfizw3s/BjvBTQyHsOaV/6EMbC9/MRjO2MhwuoGB4R+yIkYQ578xA+sraQazX+wM52RXM3yHKQBLwsDrAAbjb78Z7slvZXgPEkORBAm89WXQ/sPI8EZ8E8NLDMnnvgzaHMwMXwU3MDyAS75zYeD/w8Ggy/af4aoAsrHvAxgUfv5n4JXYyHAZxbXPXBg02VkZPgtvZ3iC7lfG1z4MDqJbGA6MFhijBcZogcH42o/BRHQTwxls2QEAnX/ZQ8VDasgAAAAASUVORK5CYII=)
    no-repeat;
  background-size: cover;
}
.auto-follow-btmcart dl dd .user-info-input {
  padding-left: 45px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auto-follow-btmcart dl dd .user-info-input strong {
  font-size: 16px;
  margin-right: 15px;
}
.auto-follow-btmcart dl dd .user-info-input-content {
  width: 325px;
  height: 38px;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-follow-btmcart dl dd .user-info-input-content input {
  background: #fff;
  padding-left: 28px;
  font-size: 16px;
  border: 1px solid #deb6ef !important;
  border-radius: 8px 0 0 8px;
}
.auto-follow-btmcart dl dd .user-info-input-content .btnzone {
  height: 38px;
}
.auto-follow-btmcart dl dd .user-info-input-content .btnzone .button {
  height: 100% !important;
  line-height: 36px;
  font-size: 12px;
  border-radius: 0 8px 8px 0;
}
.auto-follow-btmcart dl dd .right-btnzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auto-follow-btmcart dl dd .right-btnzone .button {
  position: relative;
  width: 177px;
  height: 40px;
  line-height: 40px;
  border-radius: 23px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent -webkit-gradient(
      linear,
      right top,
      left top,
      from(#fc8b3d),
      to(#f1592d)
    ) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(270deg, #fc8b3d, #f1592d) 0 0
    no-repeat padding-box;
}
.auto-follow-btmcart dl dd .right-btnzone .button:hover {
  background: transparent -webkit-gradient(
      linear,
      right top,
      left top,
      from(#fc9d3d),
      to(#f1822d)
    ) 0 0;
  background: transparent linear-gradient(270deg, #fc9d3d, #f1822d) 0 0;
}
.auto-follow-btmcart dl dd .right-btnzone .button:before {
  content: "";
  position: absolute;
  width: 77px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYuOTk4IiBoZWlnaHQ9IjQwLjAwMSIgdmlld0JveD0iMCAwIDc2Ljk5OCA0MC4wMDEiPjxkZWZzPjxzdHlsZT4uYXtvcGFjaXR5OjAuMzE7ZmlsbDp1cmwoI2EpO308L3N0eWxlPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjAuMjg1IiB5MT0iMC41IiB4Mj0iMC41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZlZWRiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik03ODAuODgxLDU1MC41bDI1LjIzOC00MGgzLjM4bC0yNS4yMzgsNDBabS00OC4zOCwwLDI1LjIzOC00MGg0Ni4zMDlsLTI1LjIzOCw0MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MzIuNTAxIC01MTAuNSkiLz48L3N2Zz4=)
    50% no-repeat;
  -webkit-animation: highlightMove 3s linear infinite normal;
  animation: highlightMove 3s linear infinite normal;
}
.auto-follow-btmcart.after dl dt strong {
  font-size: 14px;
}
.auto-follow-btmcart.after dl dd .user-info-input {
  padding-left: 0;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auto-follow-btmcart.after dl dd .user-info-input strong {
  font-size: 14px;
  margin-right: 0;
}
.auto-follow-btmcart.after dl dd .user-info-input-content {
  width: 185px;
  height: 38px;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auto-follow-btmcart.after dl dd .user-info-input-content input {
  margin-top: 5px;
  width: 185px;
  height: 30px;
  border-radius: 8px;
}
.auto-follow-btmcart.after dl dd .user-info-input-content .btnzone {
  display: none;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo dt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 80px;
  height: 80px;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo dt img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo dd {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
  margin-top: 12px;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo-details li strong {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #2a2a2a;
  margin-right: 10px;
}
.auto-follow-btmcart.after dl dd .showcase-userinfo-details li span {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .auto-follow-btmcart {
    display: none;
  }
  .auto-follow-btmcart-mob {
    position: fixed;
    display: block !important;
    left: 0;
    bottom: 0px;
    z-index: 10;
    padding: 10px 0;
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    opacity: 1;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .auto-follow-btmcart-mob.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .auto-follow-btmcart-mob .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auto-follow-btmcart-mob .info-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 10, 61, 0.11);
    box-shadow: 0 2px 10px rgba(0, 10, 61, 0.11);
    border-radius: 4px;
  }
  .auto-follow-btmcart-mob .info-input label {
    width: 80%;
  }
  .auto-follow-btmcart-mob .info-input label input {
    background: #fff;
    padding-left: 28px;
    font-size: 18px;
    border: 2px solid #deb6ef !important;
    border-radius: 4px 0 0 4px;
    border-right: none !important;
  }
  .auto-follow-btmcart-mob .info-input-btnzone .button {
    border-radius: 0 4px 4px 0 !important;
  }
  .auto-follow-btmcart-mob .btnzone {
    width: 100%;
    height: 55px;
  }
  .auto-follow-btmcart-mob .btnzone .button {
    width: 100%;
    font-size: 18px;
    color: #fff;
  }
}
.isshow {
  visibility: hidden;
}
.new-auto-follow-banner {
  width: 100%;
  height: 879px;
  background-image: url(../images/auto-follower/new-top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new-auto-follow-banner > img {
  margin-top: 77px;
}
.new-auto-follow-banner-title {
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 3px 5px #a719cf, -3px 3px 5px #a719cf, 0px -3px 5px #a719cf,
    -3px 1px 5px #a719cf;
  margin-top: 77px;
  margin-bottom: 2rem;
}
.new-auto-follow-banner > h2 {
  text-align: center;
  font: normal normal 500 30px/44px BalooChettan;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 80px;
}
.ulparent ul {
  width: 100%;
  height: 421px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ulparent ul li {
  width: 196px;
  height: inherit;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px #00000033;
  box-shadow: 0px 12px 24px #00000033;
  border: 1px solid #ffffff;
  border-radius: 16px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ulparent ul li + li {
  margin-left: 45px;
}
.ulparent ul li div:nth-child(1) h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ulparent ul li div:nth-child(1) h3 img {
  display: inline-block;
  margin-right: 3px;
  width: 25.56px;
  height: 20.89px;
}
.ulparent ul li:not(.special) div:nth-child(1) h3 img {
  display: none;
}
.ulparent ul li.special::before {
  position: absolute;
  content: "Special Offer";
  top: -27px;
  left: 50%;
  margin-left: -82.5px;
  width: 165px;
  height: 26px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#eb2ba4), to(#ff7058));
  background: transparent linear-gradient(90deg, #eb2ba4 0%, #ff7058 100%);
  opacity: 1;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  text-align: center;
  font: normal normal 600 14px/26px BalooChettan;
  letter-spacing: 0px;
  color: #ffffff;
}
.ulparent ul li.special .btn-group button {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6767), to(#ff4747)) !important;
  background: transparent linear-gradient(90deg, #ff6767 0%, #ff4747 100%) !important;
  -webkit-box-shadow: 0px 6px 12px #ff5e343d !important;
  box-shadow: 0px 6px 12px #ff5e343d !important;
}
.ulparent ul li.special > div:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ulparent ul li.special > div:nth-child(1) h3 {
  font: normal normal 600 36px/53px BalooChettan;
}
.ulparent ul li.special > div:nth-child(1) p {
  font: normal normal 600 20px/53px BalooChettan;
  color: #000000;
  margin-top: 10px;
}
.ulparent ul li.special > div:nth-child(1) img {
  margin-top: 5px;
}
.ulparent ul li.pc-special::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 6px);
  height: 413px;
  background: transparent;
  border: 4px solid #ff790a;
  border-radius: 12px;
  z-index: 10;
}
.ulparent ul li.pc-special .price {
  color: red !important;
}
.ulparent ul li.pc-special > div:nth-child(2) {
  position: relative;
  z-index: 100;
}
.ulparent ul li.hot > span {
  display: block;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -82.5px;
  width: 165px;
  height: 26px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#eb2ba4), to(#ff7058));
  background: transparent linear-gradient(90deg, #eb2ba4 0%, #ff7058 100%);
  opacity: 1;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  text-align: center;
  font: normal normal 600 14px/26px BalooChettan;
  letter-spacing: 0px;
  color: #ffffff;
  font: normal normal 600 12px/26px BalooChettan;
}
.ulparent ul li.hot > span b {
  font: normal normal 600 14px/26px BalooChettan;
  letter-spacing: 0px;
  color: #fffb88;
}
.ulparent ul li.hot .btn-group button {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6767), to(#ff4747)) !important;
  background: transparent linear-gradient(90deg, #ff6767 0%, #ff4747 100%) !important;
  -webkit-box-shadow: 0px 6px 12px #ff5e343d !important;
  box-shadow: 0px 6px 12px #ff5e343d !important;
}
.ulparent ul li > div:nth-child(1) {
  width: 100%;
  height: 121px;
  background-color: #f3f3f3;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ulparent ul li > div:nth-child(1) h3 {
  text-align: center;
  font: normal normal 600 42px/42px BalooChettan;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}
.ulparent ul li > div:nth-child(1) p {
  text-align: center;
  font: normal normal 500 16px/16px BalooChettan;
  letter-spacing: 0px;
  color: #373737;
  opacity: 1;
}
.ulparent ul li > div:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.ulparent ul li > div:nth-child(2) .text {
  padding-left: 23px;
  margin-top: 21px;
  margin-bottom: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ulparent ul li > div:nth-child(2) .text img {
  vertical-align: middle;
  margin-right: 7px;
}
.ulparent ul li > div:nth-child(2) .text p {
  text-align: left;
  font: normal normal 500 14px/26px BalooChettan;
  color: #7f8498;
}
.ulparent ul li > div:nth-child(2) .price {
  text-align: center;
  font: normal normal 500 18px/21px BalooChettan;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px;
}
.ulparent ul li > div:nth-child(2) .price b {
  font-size: 38px;
  font-weight: 500;
  line-height: 35px;
}
.ulparent ul li > div:nth-child(2) .totalPrice {
  text-align: center;
  font: normal normal 500 14px/21px BalooChettan;
  letter-spacing: 0px;
  color: #7f8498;
  margin-bottom: 15px;
}
.ulparent ul li > div:nth-child(2) .btn-group {
  text-align: center;
  display: none;
}
.ulparent ul li > div:nth-child(2) .btn-group button {
  width: 139px;
  height: 33px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#feb85c), to(#ff7347));
  background: transparent linear-gradient(90deg, #feb85c 0%, #ff7347 100%);
  -webkit-box-shadow: 0px 6px 12px #ff5e343d;
  box-shadow: 0px 6px 12px #ff5e343d;
  border-radius: 4px;
  font: normal normal 600 14px/21px BalooChettan;
  letter-spacing: 0px;
  color: #ffffff;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
  padding-right: 43px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ulparent ul li > div:nth-child(2) .btn-group button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 12.08px;
  height: 10.56px;
  background: url("../images/auto-follower/arrow-left-short.svg") no-repeat;
  background-size: cover;
  display: none;
}
.ulparent ul li > div:nth-child(2) .btn-group button.button-80 {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .ulparent ul li > div:nth-child(2) .btn-group:hover button:not(.button-80) {
    -webkit-transform: scale(1.08, 1.21);
    transform: scale(1.08, 1.21);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
    padding-right: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ulparent
    ul
    li
    > div:nth-child(2)
    .btn-group:hover
    button:not(.button-80)::before {
    display: block;
    right: 37px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ulparent ul li > div:nth-child(2) .btn-group:hover .button-80 {
    -webkit-transform: scale(1.08, 1.21);
    transform: scale(1.08, 1.21);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
    padding-right: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ulparent ul li > div:nth-child(2) .btn-group:hover .button-80::before {
    display: block;
    right: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 769px) {
  .ulparent.dailyUl ul li > div:nth-child(1) {
    background-color: #fdfdee;
  }
}
@media (max-width: 768px) {
  .daily-page2 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .daily-page2 > h2 {
    font: normal normal 500 14px/21px BalooChettan;
    letter-spacing: 0px;
    color: #7f8498;
    text-align: center;
    margin-top: 13px;
  }
  .daily-page2 > h2 b {
    color: #000;
  }
  .daily-page2 > h3 {
    font-size: 14px;
    color: #7f8498;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .daily-page2.store-banner-mob-select {
    padding: 0 12px;
  }
  .daily-page2 ul li.hot span {
    background: transparent -webkit-gradient(linear, left top, right top, from(#ff8a4d), to(#ff6433)) !important;
    background: transparent linear-gradient(90deg, #ff8a4d 0%, #ff6433 100%) !important;
    color: #fff !important;
  }
  .daily-page2 ul li.hot span b {
    color: #ffef5c !important;
  }
  .daily-page2 ul li.special::before {
    background: transparent -webkit-gradient(linear, left top, right top, from(#ff8a4d), to(#ff6433)) !important;
    background: transparent linear-gradient(90deg, #ff8a4d 0%, #ff6433 100%) !important;
    color: #fff !important;
  }
  .daily-page2 .plane {
    position: relative;
    width: 235px;
    height: 44px;
    margin: 15px auto 30px;
    border-radius: 4px;
    padding: 0 17px 0 13px;
    background: #8c0be9
      url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5Ij48cGF0aCBkPSJNNi44MzIgNy43NTJhMSAxIDAgMDEtMS42NjQgMGwtNC4xMzEtNi4yQTEgMSAwIDAxMS44NjkgMGg4LjI2MmExIDEgMCAwMS44MzIgMS41NTV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
      no-repeat right 18px center !important;
  }
  .daily-page2 .plane img {
    position: relative;
    top: 4px;
  }
  .daily-page2 .plane-selected {
    width: 80%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #fff;
    border: 0;
    outline: none;
    font-weight: 600;
    text-indent: 11px;
    font: normal normal 400 16px/44px BalooChettan;
  }
  .daily-page2 .plane-selected b {
    font: normal normal 600 16px/44px BalooChettan;
  }
  .daily-page2 .plane-select-list {
    position: absolute;
    top: 50px;
    left: -19px;
    width: 268px;
    list-style: none;
    background-color: #fff;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0px -1px 10px #00000029;
    box-shadow: 0px -1px 10px #00000029;
    border-radius: 3px;
    padding: 10px 0;
  }
  .daily-page2 .plane-select-list li {
    position: relative;
    color: #373737;
    min-height: 37px;
    padding: 0 20px;
    font: normal normal 600 14px/37px BalooChettan;
  }
  .daily-page2 .plane-select-list li b {
    font-weight: 600;
  }
  .daily-page2 .plane-select-list li img {
    width: 22px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 11px;
  }
  .daily-page2 .plane-select-list li:nth-child(5)::after {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 15px;
    height: 19px;
    content: "";
    background: url("/dist/images/store/select-hot-n.svg") no-repeat right 5%;
  }
  .daily-page2 .plane-select-list .selected {
    background-color: #efefef;
    font-weight: bold;
  }
  .daily-page2 .plane-select-list .selected b {
    font-weight: bold;
  }
  .daily-page2 .plane-active-select {
    display: block !important;
  }
  .daily-page2 .link {
    margin-bottom: 5.3333vw;
    text-align: center;
  }
  .daily-page2 .link a {
    text-decoration: underline;
    font: normal normal 600 16px/23px BalooChettan;
    letter-spacing: 0px;
    color: #ff5a40;
    opacity: 1;
  }
  .daily-page2 .link a + a {
    margin-left: 27px;
  }
  .new-auto-follow-banner {
    height: 190vw;
    padding-top: 60px;
    background-image: url(../images/auto-follower/banner-BG@2x.png);
    background-position: left top;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .new-auto-follow-banner > img {
    margin-top: 15.466666vw;
    width: 82.666vw;
    height: auto;
  }
  .new-auto-follow-banner-title {
    font-size: 22px;
    color: #fff;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    margin-top: 15.466666vw;
    margin-bottom: 1rem;
  }
  .new-auto-follow-banner > h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 4vw;
  }
  .new-auto-follow-banner .link {
    margin-bottom: 5.3333vw;
  }
  .new-auto-follow-banner .link a {
    text-decoration: underline;
    font: normal normal 600 16px/23px BalooChettan;
    letter-spacing: 0px;
    color: #feed57;
    opacity: 1;
  }
  .new-auto-follow-banner .link a + a {
    margin-left: 27px;
  }
  .pagenation > div {
    display: inline-block;
    cursor: pointer;
  }
  .pagenation > div.prev {
    margin-right: 14px;
  }
  .pagenation > div.next {
    margin-left: 14px;
  }
  .pagenation span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 100%;
  }
  .pagenation span + span {
    margin-left: 8px;
  }
  .pagenation span.on {
    background-color: #9534d2;
  }
  .dailyUl-m > ul li > div:nth-child(1) h3 {
    font-size: 9.66vw !important;
    line-height: 10.66vw !important;
    margin-bottom: 1.5vw !important;
    font-weight: 500;
  }
  .dailyUl-m > ul li > div:nth-child(2) .price > b {
    font-size: 8.133333vw;
    line-height: 6.93333vw;
    font-weight: 500;
  }
  .dailyUl-m > ul li > div:nth-child(2) .totalPrice {
    color: #999;
    font-size: 14px !important;
  }
  .ulparent {
    overflow: hidden;
    margin-bottom: 6.6666vw;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13px;
  }
  .ulparent > span {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    background-color: red;
    border: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ulparent .left {
    left: 0;
    background: url(../images/auto-follower/left.svg) no-repeat;
    background-size: cover;
  }
  .ulparent .right-arrow {
    right: 0;
    background: url(../images/auto-follower/right.svg) no-repeat;
    background-size: cover;
  }
  .ulparent ul {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit;
  }
  .ulparent ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52.26vw;
    height: 74.6667vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 9px #4747470f;
    box-shadow: 0px 3px 9px #4747470f;
    border: 1px solid #eae5ec;
    border-radius: 10px;
    padding-top: 3.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ulparent ul li div:nth-child(1) {
    height: initial;
    background-color: #fff;
  }
  .ulparent ul li div:nth-child(1) h3 {
    font-size: 6.4vw;
    line-height: 9.33vw;
  }
  .ulparent ul li div:nth-child(1) p {
    font-size: 3.7333333vw;
    color: #373737;
    line-height: 5.3vw;
  }
  .ulparent ul li + li {
    margin-left: 5.33vw;
  }
  .ulparent ul li:first-child {
    margin-left: 16vw;
  }
  .ulparent ul li:not(.special) div:nth-child(1) h3 img {
    display: inline-block;
    width: 19.57px;
    height: 16px;
  }
  .ulparent ul li.special div:nth-child(1) h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .ulparent ul li.special div:nth-child(1) h3 img {
    margin-top: 0;
    width: 19.57px;
    height: 16px;
  }
  .ulparent ul li.special div:nth-child(1) p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
  }
  .ulparent ul li.special::before {
    margin-left: -20.266665vw;
    width: 40.53333vw;
    height: 5.3333vw;
    top: -5.6vw;
    font-size: 14px;
    line-height: 5.3333vw;
    color: #7a0000;
    background: #ffd258;
  }
  .ulparent ul li.hot span {
    margin-left: -20.266665vw;
    width: 40.53333vw;
    height: 5.3333vw;
    top: -5.6vw;
    font-size: 12px;
    background: #ffd258;
    font-size: 12px;
    color: #7a0000;
    line-height: 5.3333vw;
  }
  .ulparent ul li.hot span b {
    display: inline-block;
    height: inherit;
    line-height: 5.3333vw;
    font-size: 14px;
    color: #7a0000;
    font-weight: 600;
  }
  .ulparent ul li div:nth-child(2) .text {
    margin-top: 2vw;
    margin-bottom: 4.3vw;
    padding-left: 9.6vw;
  }
  .ulparent ul li div:nth-child(2) .text p {
    font-size: 3.2vw;
    line-height: 5.3vw;
  }
  .ulparent ul li div:nth-child(2) .text p img {
    width: 1.86666vw;
    height: 1.3333333vw;
  }
  .ulparent ul li div:nth-child(2) .text img {
    margin-right: 3.2vw;
  }
  .ulparent ul li div:nth-child(2) .price {
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
  .ulparent ul li div:nth-child(2) .price b:not(.excuta) {
    font-size: 10.133333vw;
    line-height: 6.93333vw;
  }
  .ulparent ul li div:nth-child(2) .totalPrice {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 2.13333vw;
  }
  .ulparent ul li div:nth-child(2) .btn-group button {
    width: 37.066666vw;
    height: 8.8vw;
  }
  .ulparent ul li div:nth-child(2) .btn-group:active button:not(button-80) {
    -webkit-transform: scale(1.08, 1.21);
    transform: scale(1.08, 1.21);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
    padding-right: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .ulparent
    ul
    li
    div:nth-child(2)
    .btn-group:active
    button:not(button-80)::before {
    display: block;
    right: 37px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ulparent ul li div:nth-child(2) .btn-group:active .button-80 {
    -webkit-transform: scale(1.08, 1.21);
    transform: scale(1.08, 1.21);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .ulparent ul li div:nth-child(2) .btn-group:active .button-80::before {
    display: block;
    right: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ulparent ul li.bgmark {
    position: relative;
    margin-top: 8vw;
  }
  .ulparent ul li.bgmark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-91deg, #ffffff00 0%, #fff 100%),
      linear-gradient(91deg, #ffffff00 0%, #fff 100%);
    opacity: 0.8;
    border-radius: 10px;
  }
  .ulparent ul li:not(.bgmark) {
    height: calc(100% - 5.5vw);
    padding-top: 0;
    -webkit-animation-name: scaleAnimation;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
  }
  .ulparent ul li:not(.bgmark) > div:nth-child(1) {
    height: 23vw;
  }
  .ulparent ul li:not(.bgmark) > div:nth-child(1) h3:not(.excuta) {
    font-size: 10.66vw !important;
    line-height: 10.66vw !important;
    margin-bottom: 1.5vw !important;
  }
  .ulparent ul li:not(.bgmark) > div:nth-child(2) .text p {
    line-height: 6.9vw !important;
  }
  .ulparent ul li:not(.bgmark) > div:nth-child(2) .totalPrice {
    margin-bottom: 3.2vw;
  }
  .ulparent ul li:not(.bgmark) > div:nth-child(2) .price {
    margin-bottom: 2.66vw;
  }
  .ulparent ul li:not(.bgmark).special > div:nth-child(1) {
    height: 20vw;
  }
  @-webkit-keyframes scaleAnimation {
    0% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scaleAnimation {
    0% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .new-reward {
    text-align: center;
    margin-bottom: 14.13333vw;
  }
  .new-reward img {
    width: 75.73333vw;
    height: auto;
  }
  .new-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-area ul li {
    width: 43.2vw;
    height: 46.1333vw;
    background: red;
    -webkit-box-shadow: 0px 8px 12px #ffffff;
    box-shadow: 0px 8px 12px #ffffff;
    border-radius: 12px;
    text-align: center;
  }
  .new-area ul li img {
    height: 22.13333vw;
  }
  .new-area ul li:nth-child(2n-1) {
    margin-right: 3.466666vw;
  }
  .new-area ul li:nth-child(1),
  .new-area ul li:nth-child(2) {
    margin-bottom: 6.4vw;
  }
  .new-area ul li:nth-child(1) {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff9ff), to(#ffeefc));
    background: transparent linear-gradient(180deg, #fff9ff 0%, #ffeefc 100%);
  }
  .new-area ul li:nth-child(2) {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#f9f9ff), to(#f2eeff));
    background: transparent linear-gradient(180deg, #f9f9ff 0%, #f2eeff 100%);
  }
  .new-area ul li:nth-child(3) {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#f9f9ff), to(#f2eeff));
    background: transparent linear-gradient(180deg, #f9f9ff 0%, #f2eeff 100%);
  }
  .new-area ul li:nth-child(4) {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff9ff), to(#ffeefc));
    background: transparent linear-gradient(180deg, #fff9ff 0%, #ffeefc 100%);
  }
  .new-area ul li h3 {
    font: normal normal 600 16px/23px BalooChettan;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin-top: 3vw;
  }
  .new-area ul li p {
    font: normal normal 500 12px/18px BalooChettan;
    color: #3a3a3a;
    margin-bottom: 1.33333vw;
    margin-top: -5.3333vw;
  }
  .new-area ul li h4 {
    font: normal normal 600 18px/26px BalooChettan;
    color: #ff5656;
    margin-bottom: 0;
  }
  .store-banner-mob-list {
    padding: 0 10px;
  }
  .store-banner-mob-list .store-banner-mob-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 68px;
    border-radius: 34px;
    border: 2px solid #ebebeb;
    padding-left: 20px;
    padding-right: 5vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 13px 0;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dt
    i {
    margin-left: 12px;
    width: 31px;
    height: 24px;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dt
    .custom-pro-name {
    margin-left: 2.2vw;
    font-size: 4.4vw;
    font-weight: 600;
    color: #2d2d2d;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dt
    .custom-pro-name
    b {
    font-weight: bolder;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 24px;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-count-off {
    color: #ff5b42;
    font-weight: 600;
    font-size: 4.4vw;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-cost-perday {
    margin-left: 7.2vw;
    color: #1a1a1a;
    font-size: 4.4vw;
    font-weight: 600;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-cost-perday
    i {
    font-size: 3.8vw;
    font-style: normal;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-count-perday {
    font: normal normal 600 18px/21px BalooChettan;
    width: 100px;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-count-perday
    i {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-discount-perday {
    font: normal normal 600 18px/17px BalooChettan;
    color: #2d2d2d;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item
    .store-banner-mob-list-item-details
    dd
    .item-discount-perday
    i {
    font-style: normal;
    font-size: 16px;
    -webkit-transition: none;
    transition: none;
  }
  .store-banner-mob-list .store-banner-mob-list-item.active {
    border: 2px solid #8c0be9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item.active
    .item-discount-perday {
    position: relative;
    left: 10px;
    width: 100px;
    height: 31px;
    background: transparent -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff7d43),
        to(#ff4141)
      ) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ff7d43 0%, #ff4141 100%) 0%
      0% no-repeat padding-box;
    -webkit-box-shadow: 0px 12px 24px #ab20773d;
    box-shadow: 0px 12px 24px #ab20773d;
    border-radius: 6px;
    color: #fff !important;
    text-align: center;
    line-height: 31px !important;
  }
  .store-banner-mob-list
    .store-banner-mob-list-item.active
    .item-discount-perday
    i {
    color: #ffe6e6;
  }
  .store-banner-mob-list .hot {
    position: relative;
  }
  .store-banner-mob-list .hot:after {
    position: absolute;
    content: "";
    top: -3.6vw;
    right: -2%;
    width: 21.3333333333vw;
    height: 7.2vw;
    background-image: url("../images/popover/christmas/bestvalue.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 768px) and (min-device-pixel-ratio: 2) {
  .store-banner-mob-list .hot:after {
    background-image: url("../images/popover/christmas/bestvalue@2x.png");
  }
}
@media (max-width: 768px) {
  .store-banner-getnow-btn {
    margin: 34px auto 0;
    text-align: center;
    display: block;
    width: 282px;
    height: 57px;
    background: transparent -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff7d43),
        to(#ff4141)
      ) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ff7d43 0%, #ff4141 100%) 0%
      0% no-repeat padding-box;
    -webkit-box-shadow: 0px 12px 24px #ab20773d;
    box-shadow: 0px 12px 24px #ab20773d;
    border-radius: 6px;
    font: normal normal 600 20px/57px BalooChettan;
    color: #fff;
  }
}
/*# sourceMappingURL=store.css.map */
