main .container {
  padding: 0;
}
.pc-style {
  display: block;
}
.mb-style {
  display: none;
}
.wrap-tit {
  color: #141737;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-align: center;
}
.wrap-desc {
  margin-top: 16px;
  color: #424350;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  /* 28.6px */
}
.banner {
  position: relative;
  padding: 56px 0 74px;
  background: url('https://img.tunefab.com/uploads/page/activity/private-offer/banner-pc.webp') no-repeat center / cover;
  background-size: 100% 100%;
}
.banner .banner-logo {
  animation: slideDown 1s ease forwards;
  opacity: 0;
}
.banner .banner-thanks {
  display: block;
  vertical-align: middle;
  margin-top: 96px;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.1s;
  opacity: 0;
}
.banner h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 113%;
  /* 76.84px */
  animation: slideDown 1s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.banner h1 span {
  background: linear-gradient(180deg, #ebc988 0%, #d9a04a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.banner .banner-list {
  display: flex;
  gap: 26px;
  margin-top: 46px;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.banner .banner-list .banner-li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  /* 26.292px */
}
.banner .banner-list p {
  display: flex;
  flex-direction: column;
}
.banner .banner-list span:first-child {
  color: #ebc988;
}
.banner .banner-list span:last-child {
  color: #d9a04a;
}
.banner .banner-to {
  margin-top: 52px;
  padding: 24px 54px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 65px;
  border: 1px solid #fff;
  background: linear-gradient(91deg, #e7c886 3.34%, #ffd88f 49.35%, #cc902f 100%);
  color: #191919;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  transition: all 0.3s;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}
.banner .banner-to img {
  transition: all 0.3s;
}
.banner .banner-to:hover {
  transform: translateY(-6px);
  background: linear-gradient(90deg, #e0b850, #ffca33);
}
.banner .banner-to:hover img {
  transform: translateX(6px);
}
.banner .banner-tips {
  max-width: 546px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  animation: slideDown 1s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.banner .banner-ico {
  position: absolute;
  top: 6.4583vw;
  right: 6.0417vw;
}
.banner .banner-ico img {
  width: 39.7396vw;
  height: 17.3958vw;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.banner .banner-mb {
  display: none;
}
.wrap1 {
  margin-top: 166px;
}
.wrap1 .wrap1-list {
  margin-top: 46px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
.wrap1 .wrap1-list .wrap1-item {
  position: relative;
  flex: 1;
  height: auto;
  padding: 30px 24px 36px;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.wrap1 .wrap1-list .wrap1-item:hover {
  transform: scale(1.05);
}
.wrap1 .wrap1-list .wrap1-item.item1 {
  border-color: #b493e4;
  background: #f9f6fd;
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-save {
  color: #4f01bf;
  background: #eee7fd;
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-sale {
  color: #4f01bf;
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-brand {
  color: #6f2ff9;
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-line {
  background: #6f2ff9;
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-view {
  background: linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.wrap1 .wrap1-list .wrap1-item.item1 .item-view:hover {
  box-shadow: 0 13px 20.4px rgba(186, 138, 250, 0.42);
}
.wrap1 .wrap1-list .wrap1-item.item2 {
  border-color: #62bd8f;
  background: #f7fbf9;
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-save {
  background: #dcf8ea;
  color: #008e74;
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-sale {
  color: #008e74;
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-brand {
  color: #008e74;
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-line {
  background: #008e74;
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-view {
  background: linear-gradient(90deg, #009666 0%, #10c210 100%);
}
.wrap1 .wrap1-list .wrap1-item.item2 .item-view:hover {
  box-shadow: 0 13px 20.4px rgba(117, 230, 121, 0.42);
}
.wrap1 .wrap1-list .wrap1-item.item3 {
  border-color: #e8a8b0;
  background: #fff8f9;
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-save {
  background: #ffd4d9;
  color: #c51a2f;
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-sale {
  color: #ad0c20;
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-brand {
  color: #ad0c20;
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-line {
  background: #ad0c20;
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-view {
  background: linear-gradient(90deg, #eb0800 0%, #fd3fd4 100%);
}
.wrap1 .wrap1-list .wrap1-item.item3 .item-view:hover {
  box-shadow: 0 13px 20.4px rgba(250, 138, 140, 0.42);
}
.wrap1 .wrap1-list .wrap1-item .item-logo {
  position: absolute;
  top: 16px;
  right: 20px;
}
.wrap1 .wrap1-list .wrap1-item .item-save {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.wrap1 .wrap1-list .wrap1-item .item-sale {
  font-size: 46px;
  font-weight: 600;
  line-height: 130%;
  /* 59.8px */
}
.wrap1 .wrap1-list .wrap1-item .item-brand {
  margin-top: 46px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.wrap1 .wrap1-list .wrap1-item .item-tit {
  margin-top: 2px;
  color: #141737;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}
.wrap1 .wrap1-list .wrap1-item .item-line {
  width: 56px;
  height: 2px;
  margin-top: 8px;
}
.wrap1 .wrap1-list .wrap1-item .item-desc {
  margin-top: 20px;
  color: #141737;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
}
.wrap1 .wrap1-list .wrap1-item .item-view {
  margin-top: 30px;
  width: 236px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  border-radius: 71px;
  transition: all 0.3s;
}
.wrap1 .wrap1-list .wrap1-item .item-view:hover {
  transform: translateY(-6px);
}
.wrap2 {
  margin-top: 116px;
}
.offer-stack {
  height: 300vh;
  margin-top: 0;
}
.offer-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 0;
  background: #fff;
}
.offer-sticky .wrap2 {
  margin-top: 0;
  margin-bottom: 48px;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    margin-bottom 0.3s ease;
}
@media (min-width: 997px) {
  .offer-stack[data-active-offer='pro-aio'] .offer-sticky .wrap2 {
    display: none;
    margin-bottom: 0;
  }
}
.offer-stage {
  position: relative;
  width: 100%;
  height: var(--offer-stage-height, auto);
  transition: height 0.45s ease;
}
.offer-stage .single-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(70px) scale(0.96);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.offer-stage .single-box.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.single-box {
  margin-top: 80px;
}
.single-box .single-cont {
  position: relative;
  border-radius: 40px;
}
.single-box .single-top {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 40px 40px 0 0;
  padding: 44px 30px 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 108%;
  /* 36.72px */
}
.single-box .single-top .top-logo {
  width: 86px;
  height: 86px;
}
.single-box .single-tip {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
.single-box .single-save {
  position: absolute;
  top: 0;
  right: 0;
}
.single-box .single-bottom {
  border-radius: 40px;
  background: #fff;
}
.single-box .single-bottom .pc-style {
  margin: 0 auto;
  max-width: 1105px;
  width: 100%;
}
.single-list {
  display: flex;
  align-items: stretch;
  gap: 34px;
  padding: 0 26px 26px;
  margin-top: 20px;
}
.single-list .single-pro {
  position: relative;
  flex: 1;
  padding: 20px 18px 32px;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.single-list .single-pro.center {
  border: 2px solid #daa33b;
}
.single-list .single-pro.center .pro-btn-box .pro-btn {
  background: linear-gradient(90deg, #eb714c 0%, #ffa04c 100%), linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.single-list .single-pro.center .pro-btn-box .pro-btn:hover {
  background: linear-gradient(90deg, #ff4810 0%, #ffdb4c 100%), linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.single-list .single-pro .pro-tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  text-align: center;
}
.single-list .single-pro .pro-price {
  margin-top: 16px;
  text-align: center;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.single-list .single-pro .pro-price .big-price {
  color: #141737;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
}
.single-list .single-pro .pro-old {
  margin-top: 8px;
  text-align: center;
  color: #424350;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
}
.single-list .single-pro .pro-tax {
  margin-top: 8px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-align: center;
}
.single-list .single-pro .pro-sale {
  position: absolute;
  top: 0;
  right: 0;
}
.single-list .single-pro .pro-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
.single-list .single-pro .pro-btn-box .pro-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  border-radius: 66px;
  transition: all 0.3s;
}
.single-list .single-pro .pro-btn-box .pro-btn:hover {
  transform: translateY(-6px);
}
.single-list .single-pro .pro-btn-box .iconfont {
  font-size: 20px;
  font-weight: 400;
}
.aio .single-cont {
  background: #8063ff;
}
.aio .single-top {
  background: url('https://img.tunefab.com/uploads/page/activity/private-offer/single-aio-bg.png') no-repeat top center / cover;
}
.aio .single-bottom {
  border: 5px solid #8063ff;
}
.aio .single-list .single-pro .pro-tit {
  color: #6363ff;
}
.aio .pro-btn-box .pro-btn {
  background: linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.aio .pro-btn-box .pro-btn:hover {
  background: linear-gradient(90deg, #8037ff 0%, #ff4cf3 100%), linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.smc .single-cont {
  background: #36b766;
}
.smc .single-top {
  background: url('https://img.tunefab.com/uploads/page/activity/private-offer/single-smc-bg.png') no-repeat top center / cover;
}
.smc .single-bottom {
  border: 5px solid #36b766;
}
.smc .single-list .single-pro .pro-tit {
  color: #439662;
}
.smc .pro-btn-box .pro-btn {
  background: linear-gradient(90deg, #109642 0%, #11c75d 100%), linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.smc .pro-btn-box .pro-btn:hover {
  background: linear-gradient(90deg, #00722a 0%, #07fe6e 100%);
}
.amc .single-cont {
  background: #fe81b0;
}
.amc .single-top {
  background: url('https://img.tunefab.com/uploads/page/activity/private-offer/single-amc-bg.png') no-repeat top center / cover;
}
.amc .single-bottom {
  border: 5px solid #fe81b0;
}
.amc .single-list .single-pro .pro-tit {
  color: #cd3d3f;
}
.amc .pro-btn-box .pro-btn {
  background: linear-gradient(90deg, #e96dad 0%, #ff7d99 100%), linear-gradient(90deg, #fd4e51 0%, #ff6b46 100%), linear-gradient(90deg, #109642 0%, #11c75d 100%), linear-gradient(90deg, #864ceb 0%, #b74cff 100%);
}
.amc .pro-btn-box .pro-btn:hover {
  background: linear-gradient(90deg, #fb3232 0%, #ff3b65 100%);
}
.notice {
  padding-bottom: 114px;
}
.notice .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}
.notice .notice-left {
  width: calc((100% - 50px) / 2);
  display: flex;
  border-radius: 20px;
  border: 1px solid #c187ce;
  background: #faf1fc;
  transition: all 0.3s;
}
.notice .notice-left:hover {
  transform: scale(1.05);
}
.notice .notice-left p {
  margin-top: 12px;
  color: #424350;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  /* 26.88px */
}
.notice .notice-left .notice-tit {
  margin-top: 0;
  color: #141737;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  /* 29.7px */
}
.notice .notice-left .notice-ico {
  transition: all 0.3s;
}
.notice .notice-left .notice-info {
  padding: 28px 0 24px 26px;
}
.notice .notice-right {
  width: calc((100% - 50px) / 2);
  padding: 28px 0 0 26px;
  border-radius: 20px;
  border: 1px solid #cdaf89;
  background: url('https://img.tunefab.com/uploads/page/activity/private-offer/notice-right.webp') #fef7f0 no-repeat center / cover;
  transition: all 0.3s;
}
.notice .notice-right:hover {
  transform: scale(1.05);
}
.notice .notice-right .notice-tit {
  margin-top: 0;
  color: #141737;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  /* 29.7px */
}
.notice .notice-right .notice-li {
  max-width: 330px;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #424350;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  /* 26.88px */
}
.notice .notice-right .notice-li span {
  flex: 1;
}
.notice .notice-right .notice-li .notice-num {
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f5dfc3;
  color: #5d3400;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
  }
  .banner {
    background: #050402;
  }
  .banner .container {
    display: flex;
    flex-direction: column;
  }
  .banner .banner-ico {
    position: static;
  }
  .banner .banner-ico .banner-pc {
    display: none;
  }
  .banner .banner-ico .banner-mb {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .wrap1 .wrap1-list {
    gap: 40px 20px;
  }
  .wrap1 .wrap1-list .wrap1-item {
    padding: 28px 22px 34px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-logo {
    width: 104px;
    height: 104px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-desc {
    font-size: 18px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-save {
    font-size: 14px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-sale {
    font-size: 42px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-brand {
    margin-top: 42px;
    font-size: 12px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-tit {
    font-size: 18px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-line {
    width: 52px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-view {
    width: 218px;
    height: 50px;
    font-size: 18px;
  }
  .wrap1 .wrap1-list .wrap1-item .item-view img {
    width: 26px;
    height: auto;
  }
  .single-list {
    gap: 14px;
    padding: 10px 12px 26px;
  }
  .single-list .single-pro {
    padding: 18px 16px 30px;
    border-radius: 10px;
  }
  .single-list .single-pro .pro-tit {
    font-size: 18px;
  }
  .single-list .single-pro .pro-sale {
    width: 80px;
  }
  .single-list .single-pro .pro-price {
    margin-top: 14px;
    font-size: 18px;
  }
  .single-list .single-pro .pro-price .big-price {
    font-size: 40px;
  }
  .single-list .single-pro .pro-old {
    margin-top: 6px;
    font-size: 18px;
  }
  .single-list .single-pro .pro-btn-box {
    margin-top: 32px;
    gap: 12px;
  }
  .single-list .single-pro .pro-btn-box .pro-btn {
    padding: 9px 0;
    gap: 8px;
    font-size: 14px;
  }
  .single-list .single-pro .pro-btn-box .iconfont {
    font-size: 16px;
  }
  .notice .notice-left {
    justify-content: end;
  }
  .notice .notice-left .notice-info {
    position: absolute;
    width: 322px;
    left: 0;
  }
}
@media (max-width: 996px) {
  .wrap1 .wrap1-list {
    flex-direction: column;
    align-items: center;
  }
  .wrap1 .wrap1-list .wrap1-item {
    max-width: 345px;
  }
  .offer-stack {
    height: auto;
    margin-top: 0;
  }
  .offer-sticky {
    position: static;
    min-height: 0;
    padding: 0;
    display: block;
  }
  .offer-sticky .wrap2 {
    display: none;
    margin-top: 116px;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .offer-stage {
    position: static;
    display: block;
    height: auto;
    transition: none;
  }
  .offer-stage .single-box {
    position: static;
    display: block;
    margin-top: 60px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .single-box {
    margin-top: 60px;
  }
  .single-box .single-cont {
    border-radius: 16px;
  }
  .single-box .single-save {
    width: 96px;
  }
  .single-box .single-top {
    padding: 42px 10px 18px;
    gap: 12px;
    font-size: 18px;
  }
  .single-box .single-top .top-logo {
    width: 48px;
    height: 48px;
  }
  .single-box .single-bottom {
    border-radius: 16px;
  }
  .single-box .single-bottom .pc-style {
    display: none;
  }
  .single-box .single-bottom .mb-style {
    display: block;
    margin: 28px auto 44px;
  }
  .single-list {
    flex-direction: column;
    gap: 26px;
    align-items: center;
  }
  .single-list .single-pro {
    max-width: 304px;
    width: 100%;
    align-items: center;
  }
  .aio .single-top {
    background: #8063ff;
  }
  .smc .single-top {
    background: #36b766;
  }
  .amc .single-top {
    background: #fe81b0;
  }
  .notice {
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 30px;
  }
  .wrap-desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .banner {
    padding: 26px 0 0;
  }
  .banner .container {
    padding: 0;
  }
  .banner .banner-info {
    padding: 0 15px;
  }
  .banner .banner-logo {
    width: 122px;
    height: 29px;
  }
  .banner .banner-thanks {
    width: 254px;
    height: auto;
    margin-top: 42px;
  }
  .banner h1 {
    font-size: 38px;
    margin-top: 6px;
  }
  .banner .banner-list {
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
  }
  .banner .banner-list img {
    width: 36px;
    height: 36px;
  }
  .banner .banner-list .banner-li {
    font-size: 12px;
    gap: 8px;
  }
  .banner .banner-list p {
    flex-direction: row;
    gap: 4px;
  }
  .banner .banner-list span:first-child,
  .banner .banner-list span:last-child {
    background: linear-gradient(to bottom, #ebc988 0%, #d9a04a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .banner .banner-to {
    width: 100%;
    padding: 0;
    margin-top: 32px;
    max-width: 280px;
    height: 42px;
    font-size: 13px;
    gap: 8px;
  }
  .banner .banner-to img {
    width: 30px;
    height: auto;
  }
  .banner .banner-tips {
    margin-top: 20px;
    font-size: 14px;
  }
  .banner .banner-ico {
    margin: 24px auto 0;
  }
  .banner .banner-ico .banner-mb {
    width: 100%;
    max-width: 375px;
  }
  .wrap1 {
    margin-top: 88px;
  }
  .notice {
    padding-bottom: 96px;
  }
  .notice .container {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .notice .notice-left {
    width: 100%;
    max-width: 345px;
    flex-direction: column;
    border-radius: 16px;
  }
  .notice .notice-left .notice-info {
    position: static;
    width: 100%;
    padding: 24px 20px 0 24px;
  }
  .notice .notice-left .notice-ico {
    max-width: 250px;
    margin-left: auto;
  }
  .notice .notice-right {
    width: 100%;
    max-width: 345px;
    padding: 10px 16px 200px 24px;
    background: url('https://img.tunefab.com/uploads/page/activity/private-offer/notice-right-mb.png') no-repeat center / cover;
    background-size: 100% 100%;
    border-radius: 16px;
    border: 0;
  }
}
