/* Common Start */
body {
  position: relative;
  background: #150953;
}

body::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1627px;
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/bg_banner.svg) no-repeat;
  background-size: cover;
  z-index: -2;
}

/* 自定义滚动条样式 */
body::-webkit-scrollbar {
  width: 8px; /* 设置滚动条宽度 */
}

body::-webkit-scrollbar-track {
  background: #fff; /* 设置滚动条背景色 */
}

body::-webkit-scrollbar-thumb {
  background-color: #d8d8d8; /* 设置滚动条滑块颜色 */
  border-radius: 4px; /* 设置滑块圆角 */
}

main {
  font-family: 'Poppins Regular';
}

main h2 {
  font-family: 'Poppins SemiBold';
  font-size: 26px;
  /* letter-spacing: 1px; */
  color: #fff;
}

header {
  padding: 45px 0 0;
}

footer {
  color: #fff;
}

.base-footer {
  border-top: 3px solid #4B2AA8;
}

.base-footer .social-title,
.base-footer .polices ul,
.base-footer .social-list a:nth-child(2),
.base-footer .disclaimer-desc,
.base-footer .copy-right,
.base-footer .disclaimer-title,
.base-footer .bot-relate .right-arrow {
  filter: invert(100%);
}

.base-footer .bot-relate {
  color: #fff;
  border: 1px solid #fff;
}

.base-footer .polices {
  border-bottom: 1px solid #362E66;
}

.anniversary-sales-logo {
  display: block!important;
}

.footer-logo a:first-child {
  display: none;
}

.float-animation1 {
  animation: floating1 3s ease-in-out infinite;
}

.float-animation2 {
  animation: floating2 3s ease-in-out infinite;
}

@keyframes floating1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floating2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}
.blue-text {
  color: #00BDE3;
}

.balloon {
  animation: floatAnimation 4s ease-in-out infinite;
}

.balloon:nth-child(2) {
  animation-delay: 2s;
  /* 增加延迟，使两个气球错开动画 */
}

.logo {
  display: flex;
}

.logo-img {
  position: relative;
  transform: translateX(-50%);
}

.base-maxwidth {
  max-width: 1200px;
}

.base-purple-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  height: 43px;
  margin: 0 auto;
  font-size: 12.54px;
  font-family: 'Poppins Medium';
  line-height: 19.51px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  box-shadow:
    11.73px 11.73px 13.2px 0px #8C38E080 inset,
    -6.6px -6.6px 11.73px 0px #FFFFFF66 inset,
    0px 0px 4px 0px #FFFFFF inset;
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/purple_normal.svg) no-repeat;
}

.base-purple-btn:hover {
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/purple_hover.svg) no-repeat;
}

.base-yellow-text {
  font-family: 'Poppins SemiBold';
  font-size: 40px;
  line-height: 70px;
  color: #FFA723;
}

.base-gray-through-text {
  font-size: 18px;
  line-height: 28px;
  color: #C9C9C9;
  text-decoration: line-through;
}

.save-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 27px;
  margin-left: 1px;
  font-family: 'Poppins Medium';
  font-size: 14px;
  line-height: 20px;
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/tag-icon.svg) no-repeat;
}

.banner-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-family: 'Poppins SemiBold';
  width: 100%;
  top: 37px;
  left: 0;
  font-size: 26px;
  z-index: 1;
  color: #fff;
}

.banner-bar .banner-bar-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.banner-bar .colored {
  font-family: 'Poppins ExtraBold';
  font-size: 26px;
  display: inline-block;
  background-image: linear-gradient(90deg, #FFE81B 13.07%, #FE8728 52.22%, #FF3939 86.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-bar .colored::before {
  content: attr(text);
  position: absolute;
  z-index: -1;
  text-shadow: 0 4px 0 #160E4B;
}

.choose-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 38px;
  background: #5F3BC0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 21px;
  padding: 2px;
  overflow: hidden;
  margin-top: 10px;
}

.choose-btn .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  cursor: pointer;
  color: #A785E9;
  background: linear-gradient(90.29deg, rgba(126, 36, 229, 0.5) 0.28%, rgba(64, 27, 178, 0.5) 99.8%);
}

.small-purple-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 43px;
  margin-left: 8px;
  font-family: 'Poppins Medium';
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  transition: all .3s ease;
  background: linear-gradient(89.67deg, #2210A0 3.53%, #9327F6 101.65%);
  box-shadow: 11.73px 11.73px 13.2px 0px #8C38E080 inset,
    -6.6px -6.6px 11.73px 0px #FFFFFF66 inset,
    0px 0px 2.2px 0px #FFFFFF inset;
}

.small-purple-btn:hover {
  color: #fff;
  background: linear-gradient(89.67deg, #432ED5 3.53%, #B262FC 101.65%);
  box-shadow: 11.73px 11.73px 13.2px 0px #8C38E080 inset,
    -6.6px -6.6px 11.73px 0px #FFFFFF66 inset,
    0px 0px 2.2px 0px #FFFFFF inset;
  text-decoration: none;
  cursor: pointer;
}

.choose-btn .item.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.choose-btn .item.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.choose-btn .item.active {
  color: #fff;
  background: linear-gradient(90.29deg, #A556FF 0.28%, #7C25EA 99.8%);
}

/* .icon-sprite {
  position: absolute;
  background-image: url('https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/anniversary_sales_sprites.png');
  background-repeat: no-repeat;
} */


.toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  padding: 17px 10px;
  z-index: 9999;
  background: #7F56F5CC;
  border-radius: 10px;
  white-space: nowrap;
  font-family: 'Poppins SemiBold';
}

.small-icon {
  position: absolute;
}

.bg-color_bars_left {
  left: -123px;
  top: -13px;
}

.bg-colored_balls {
  right: -5px;
  bottom: 79px;
}

.bg-firework2 {
  top: 26.5%;
  left: 0;
  z-index: -1;
}

.bg-cake {
  right: 39px;
  transform: translateY(-30%);
}

.bg-color_bars {
  bottom: 102px;
  left: 0;
}

.bg-firework {
  left: 304px;
  transform: translateY(-37%);
  z-index: -1;
}

.bg-celebrate_icon {
  left: 50px;
  top: -62px;
}

.bg-go_start {
}

.bg-party_balloons {
}

.bg-part_cake {
  bottom: 10px;
  right: 17px;
  z-index: 1;
}

.bg-paper_confettie {
}

.bg-party_horn {
  z-index: 1;
  top: -84px;
  left: -6px;
}

.bg-star {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -19px;
  right: -13px;
  font-family: 'Poppins SemiBold';
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px #CC4A74;
  z-index: 1;
}

.bg-fiveth_vouchers_red {
  right: -123px;
  bottom: -23px;
}

.bg-color_bars_right {
  right: 36px;
  top: 25px;
}

.bg-fiveth_vouchers {
  left: -27px;
  bottom: -16px;
}

.bg-discount_icon {
  left: 73px;
  top: 108px;
}

.bg-yellow_left_line {
  top: 18px;
  right: -50px;
}

.bg-yellow_right_line {
  top: 18px;
  left: -53px;
}

.bg-color_bar_line {
  left: 4px;
  top: 45.1%;
  z-index: -1;
}

.bg-percent_blur_icon {
  top: 35%;
  right: 0;
  z-index: -1;
}

.bg-percent_icon {
}

.small-icon.precent-red {
  position: absolute;
  left: 0;
  top: 15%;
}

.small-icon.precent-blue {
  position: absolute;
  right: 0;
  top: 18.3%;
}


.mobile-box-bg {
  display: none;
}

@media (max-width: 1440px) {
  .logo-img {
    transform: translateX(0);
  }
}

@media (max-width: 1204px) {
  .base-maxwidth {
    margin: 0 10px;
  }
  .bg-cake {
    width: 165px;
  }

  .bg-celebrate_icon {
    width: 165px;
  }

  .bg-color_bars_left {
    width: 145px;
  }

  .bg-color_bars_right {
    width: 100px;
  }

  .bg-fiveth_vouchers {
    width: 100px;
    left: 4px;
    bottom: -44px;
  }

  .bg-fiveth_vouchers_red {
    width: 100px;
  }

  .bg-firework {
    width: 180px;
  }

  .bg-colored_balls {
    width: 60px;
  }

  .bg-color_bars_left {
    left: 0;
    top: 0;
  }

  .bg-fiveth_vouchers_red {
    right: 0;
    bottom: -13px;
  }
}

@media (max-width: 991px) {
  main h2 {
    font-size: 22px;
  }
  .small-icon.precent-blue {
    display: none;
  }
  .small-icon.precent-red {
    display: none;
  }
}

@media (max-width: 768px) { 
  .toast {
    font-size: 14px;
    padding: 10px;
  } 
  main>.icon-box {
    display: none;
  }
  .bg-cake {
    width: 16.5333vw;
    right: 12px;
  }

  .bg-firework {
    width: 25.3333vw;
  }

  .bg-celebrate_icon {
    width: 17.6vw;
    left: 15px;
    top: -15px;
  }
  .bg-color_bars {
    width: 10.1333vw;
    bottom: 22px;
  }
  .bg-colored_balls {
    width: 6.9333vw;
    right: 4px;
    bottom: 19px;
  }
  .bg-firework {
    left: 88px;
  }
  .bg-discount_icon {
    width: 6.4vw;
  }
  .bg-discount_icon {
    width: 9.4vw;
    left: 18px;
    top: 32px;
  }
  .bg-fiveth_vouchers {
    width: 19.3333vw;
    bottom: -73px;
  }
  .bg-fiveth_vouchers_red {
    width: 18.4667vw;
    right: -3px;
    bottom: -66px
  }

  .bg-party_horn {
    width: 21.0667vw;
    z-index: 1;
    top: -43px;
    left: -1px;
  }

  .bg-color_bar_line {
    display: none;
  }

  .small-purple-btn {
    width: 42px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4.67px;
    box-shadow: 6.55px 6.55px 7.37px 0px rgba(140, 56, 224, 0.5) inset,
    -3.68px -3.68px 6.55px 0px rgba(255, 255, 255, 0.4) inset,
    0px 0px 1.23px 0px rgba(255, 255, 255, 1) inset;
  }
}

@media (max-width: 768px) {
  header {
    padding: 16px 0 0 ;
  }
}

@media (max-width: 680px) {
  .mobile-box-bg {
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .pc-box-bg {
    display: none;
  }
}
/* Common End */

/* Banner Start */
.banner {
  margin-top: 133px;
}

.banner-maxwidth {
  position: relative;
  max-width: 1309px;
  margin: 0 auto;
  text-align: center;
}

.banner-maxwidth .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.banner-maxwidth .title {
  margin: 81px auto 0;
  width: 82%;
  max-width: 1071px;
}

.banner-maxwidth .desc-box {
  font-family: 'Poppins ExtraBold';
  margin-top: 70px;
  line-height: 49px;
  font-size: 38px;
  color: #fff;
}

.banner-maxwidth .desc-box .count-off {
  display: inline-block;
  width: 199px;
  background: linear-gradient(90deg, #36DBF1 13.07%, #EA3DE5 41.87%, #EE3F34 86.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1204px) {
  .banner-maxwidth .desc-box {
    margin-top: 45px;
  }


}
@media (max-width: 1110px) {
  .banner-maxwidth .desc-box {
    margin-top: 42px;
    line-height: 44px;
    font-size: 33px;
  }
}

@media (max-width: 1024px) {
  .banner-maxwidth .desc-box {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .banner-maxwidth .title {
    width: 71%;
    margin: 68px auto 0;
  }

  .banner-maxwidth .desc-box {
    margin-top: 50px;
    font-size: 28px;
  }
  .banner {
    margin-top: 80px;
  }
}

@media (max-width: 820px) {
  .banner-maxwidth .desc-box {
    margin-top: 48px;
    line-height: 30px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .banner {
    margin-top: 4.2667vw;
  }
  .banner-maxwidth .title {
    width: 82%;
    margin: 28px auto 0;
  }
  .banner-maxwidth .desc-box {
    font-size: 3.2vw;
    margin-top: 8.2667vw;
    line-height: 3.2vw;
  }
  .banner-maxwidth .desc-box .count-off {
    width: 15.2vw;
  }
}

@media (max-width: 454px) {
  .banner-maxwidth .desc-box {
    font-size: 3.2vw;
    margin-top: 5.2667vw;
    line-height: 3.2vw;
  }
}

@media (max-width: 404px) {
  .banner-maxwidth .desc-box {
    margin-top: 4.2667vw;
  }
}

/* Banner End */

/* Count Down Start */
.count-down {
  margin-top: 88px;
}

.count-down .base-maxwidth {
  position: relative;
}
@media (max-width: 768px) {
  .count-down {
      margin-top: 28.5333vw;
  }
}


/* Count Down End */

/* Top Buyers Start */

.top-buyers {
  margin-top: 113px;
}

.top-buyers .bg-party_horn {
  width: 113px;
  z-index: 1;
  top: -74px;
  left: -1px;
}

.top-buyers .base-maxwidth {
  position: relative;
  min-height: 268px;
  border-top: 1px solid transparent;
  z-index: 0;
}

.top-buyers .base-maxwidth .product-bg {
  position: absolute;
  top: -20px;
  z-index: -1;
}

.top-buyers .base-maxwidth .title {
  position: relative;
  margin-top: 62px;
  font-size: 26px;
  font-family: 'Poppins Medium';
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.top-buyers .base-maxwidth .buyers {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

.top-buyers .base-maxwidth .buyers .scroll-content {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.top-buyers .base-maxwidth .buyers .user-email {
  display: inline-block;
  animation: scrollText 100s linear infinite;
}

.top-buyers .base-maxwidth .buyers .email-item {
  margin-right: 10px;
}
@keyframes scrollText {
  0% {
      transform: translateX(0); /* 初始位置 */
  }
  100% {
      transform: translateX(-100%); /* 移动到左侧 */
  }
}

.top-buyers .buyers .user-title {
  font-family: 'Poppins Bold';
}

.top-buyers .check-rule {
  margin-top: 32px;
}

.top-buyers .top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-buyers .mobile-prod-bg {
  display: none;
}

@media (max-width: 991px) {

  .top-buyers .buyers .user-title {
    white-space: nowrap;
  }

  .top-buyers .base-maxwidth .buyers .user-email {
    animation: scrollText 90s linear infinite;
    -webkit-animation: scrollText 90s linear infinite;
  }

  .top-buyers .buyers .user-email {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: max-content;
  }

  .top-buyers .base-maxwidth .buyers {
    width: 76%;
    margin-top: 10px;
    margin: 10px auto 0;
  }
  .top-buyers .check-rule {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .top-buyers .top-bg {
    display: none;

  }

  .top-buyers .base-maxwidth {
    max-height: 300px;
  }

  .top-buyers .base-maxwidth .title {
    margin: 31px auto 12px;
    max-width: 79%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .top-buyers .mobile-prod-bg {
    display: block;
    position: absolute;
    top: -30px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .top-buyers .bg-party_horn {
    left: 0;
    top: -54px;
    width: 21.0667vw;
  }

  /* .top-buyers .base-maxwidth .product-bg {
    display: none;
  } */
}

@media (max-width: 520px) {
  .top-buyers .top-bg {
    top: -21px;
  }
}

/* Top Buyers End */


/* Product Box Start */
.product-box {
  border-top: 1px solid transparent;
  margin-top: 118px;
}

.product-box .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.product-box .base-maxwidth .bg-star {
  position: absolute;
}

.product-box .base-maxwidth .text {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 0;
  font-family: 'Poppins SemiBold';
  max-width: 108px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(204, 74, 116, 1);
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.product-box .base-maxwidth {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 484px;
}

.product-box .base-maxwidth .bg-small-cake {
  position: absolute;
  right: 19px;
  bottom: 16px;
}

.product-box .base-maxwidth .top-bg {
  position: absolute;
}

.product-box .base-maxwidth .bottom-bg {
  position: absolute;
  bottom: -12px;
}

.product-box .container {
  display: flex;
  margin-left: 107px;
  padding-top: 35px;
  border-top: 1px solid transparent;
}

.product-box .container .slogan {
  max-width: 190px;
}

.product-box .container .slogan img {
  width: 100%;
}

.product-box .container .right-container {
  max-width: 565px;
  margin-left: 152px;
  border-top: 1px solid transparent;
}


.product-box .container .right-container h2 {
  margin-top: 29px;
}

.product-box .container .desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 27px;
  color: #C9C9C9;
}

.product-box .container .price {
  margin-top: 16px;
}

.product-box .container .price .base-yellow-text {
  font-size: 56px;
}

.product-box .container .price .base-gray-through-text {
  margin-left: 19px;
}

.product-box .container .buy-btn {
  margin-top: 11px;
}

.product-box .base-maxwidth .mobile-bg {
  display: none;
}


@media (max-width: 768px) {
  .product-box {
    margin-top: 30px;
  }

  .product-box .base-maxwidth  {
    position: relative;
    align-items: flex-start;
    min-height: 463px;
  }

  .product-box .base-maxwidth .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    right: -12px;
    top: -37px;
    z-index: 10;
  }
  
  .product-box .base-maxwidth .bg  {
    display: none;
  }

  .product-box .base-maxwidth .mobile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }

  .product-box .base-maxwidth .bg-star {
    right: 0;
    top: 0;
  }

  .product-box .base-maxwidth .bg-small-cake {
    width: 67px;
    right: 1px;
    bottom: 10px;
  }

  .product-box .base-maxwidth .text {
    font-size: 20px;
    line-height: 23px;
    top: auto;
    right: auto;
  }

  .product-box .container {
    margin-top: 94px;
    padding: 0;
  }

  .product-box .container .right-container {
    max-width: 53.3333vw;
  }

  .product-box .container .right-container h2 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 24px;
  }

  .product-box .container .price-wrap {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 56px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
  }

  .product-box .banner-bar {
    display: flex;
    flex-direction: column;
    top: 17px;
  }

  .product-box .banner-bar .colored {
    font-size: 16px;
  }

  .banner-bar .colored::before {
    text-shadow: 0 1px 0 #160E4B
  }

  .product-box .banner-bar .desc {
    font-size: 12px;
    line-height: 10px;
  }

  .product-box .container .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .product-box .container .slogan {
    width: 26.9333vw;
    max-width: 130px;
  }


}


/* Product Box End */



/* Product List Start */
.product-list {
  position: relative;
  border-top: 1px solid transparent;
  margin-top: 87px;
}

.product-list .liner-bg {
  position: absolute;
  right: 0;
  top: 100px;
  width: 407px;
  height: 1079px;
  z-index: -1;
}

.product-list .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product-list .base-maxwidth {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 484px;
}

.product-list .product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 27px;
  gap: 16px;
  width: 100%;
  height: 100%;
}

.product-list .product-container .product-item {
  display: flex;
  align-items: flex-start;
  width: 47.5%;
  padding: 51px 24px 50px 56px;
  border-radius: 36px;
  margin-bottom: 34px;
  background: linear-gradient(90.87deg, #33199B 1.86%, #30175A 53.98%, #11144D 94.52%);
  color: #fff;
  z-index: 0;
}

.product-list .product-container .product-item:nth-child(-n+2) {
  padding-top: 110px;
}


.product-list .product-item.cleVoice .choose-btn,
.product-list .product-item.line .choose-btn,
.product-list .product-item.monivisor .choose-btn {
  margin-top: 20px;
}

.product-list .product-item .slogan {
  max-width: 130px;
  margin-top: 47px;
  margin-right: 41px;
}

.product-list .product-item .slogan img {
  width: 100%;
}

.product-list .product-item .right-container {
  width: 64%;
}

.product-list .product-item .right-container .price {
  display: flex;
  align-items: center;
  margin-top: 6px;
}


.product-list .right-container .price .virtual-price {
  margin-left: 10px;
}

.product-list .product-item .right-container h2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: 'Poppins SemiBold';
  line-height: 36px;
}

.product-list .product-container .product-item:nth-child(-n+2) h2 {
  margin-bottom: 8px;
}

.product-list .product-item .right-container .desc {
  font-size: 14px;
  line-height: 20px;
  color: #C9C9C9;
}

.product-list .product-item .right-container .buy-btn {
  margin-top: 0;
}


.product-list .top-bg,
.product-list .bottom-bg {
  display: none;
}

.product-list .banner-bar-mobile-bg {
  display: none;
}

.product-list .mobile-bg {
  display: none;
}

@media (max-width: 1204px) {
  .product-list .base-maxwidth {
    padding: 20px;
    padding-top: 0;
  }
  .product-list .product-container .product-item {
    padding: 34px 6px 50px 16px;
    margin-bottom: 10px;
  }

  .product-list .product-item .right-container {
    width: 68%;
  }

  .product-list .product-item .slogan {
    margin-right: 15px;
  }

  .product-list .banner-bar .banner-bar-bg {
    max-width: 100%;
  }

  .banner-bar .colored,
  .banner-bar .desc {
    font-size: 20px;
  }

}


@media (max-width: 991px) {
  .product-box .container {
    width: 100%;
    justify-content: space-evenly;
    margin-left: 0;
    padding-left: 0;
  }

  .product-box .container .right-container {
    max-width: 520px;
    margin-left: 0;
  }

  .product-list .product-container .product-item {
    width: 100%;
  }

  .product-box .container .slogan {
    max-width: 170px;
  }

  .product-list .banner-bar {
    top: 3.7333vw;
  }

  .product-list .banner-bar .desc {
    font-size: 16px;
  }

  .product-list .product-container .product-item:nth-child(-n+2) {
    padding-top: 51px;
  }

  .product-list .banner-bar .banner-bar-bg {
    max-width: 68%;
  }
}

@media (max-width: 768px) {
  .product-list {
    margin-top: 55px;
  }
  .product-list .bg,
  .product-list .banner-bar-bg{
    display: none;
  }

  .product-list .base-maxwidth {
    position: relative;
    padding: 8px 5px;
  }

  .product-list .liner-bg {
    display: none;
  }

  .product-list .product-container {
    padding-top: 7px;
  }

  .product-box .container .right-container {
    width: 57%;
  }

  .product-list .banner-bar {
    top: 15px;
  }

  .product-list .banner-bar-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
  }

  .product-list .banner-bar-text .colored {
    font-size: 16px;
    line-height: 19px;
  }

  .product-list .banner-bar .desc {
    font-size: 12px;
    line-height: 17px;
  }

  .product-list .banner-bar-mobile-bg {
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
  }

  .product-list .mobile-bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .product-list .product-container .product-item {
    position: relative;
    border-radius: 23px;
    padding: 53px 6px 0 11px;
    min-height: 429px;
  }

  .product-list .product-container .product-item:first-child {
    padding-top: 60px;
  }

  .product-list .product-container .product-item:first-child .price-warp {
    bottom: 24px;
  }

  .product-list .product-item .right-container {
    width: 58%;
  }

  .product-list .product-item .right-container h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .product-list .product-item .right-container .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .product-list .product-item .slogan {
    width: 26.1333vw;
    margin-top: 0;
    margin-right: 32px;
  }

  .product-list .product-item .right-container .price-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-list .right-container .price .virtual-price {
    margin-top: 10px;
    margin-right: 11px;
  }

  .product-list .product-item .right-container .buy-btn {
    margin-top: 17px;
  }

  .save-tag {
    width: 78px;
    height: 27px;
    font-size: 12px;
    line-height: 20px;
    background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/mobile-tag-bg.svg) no-repeat;
  }
}

@media (max-width: 404px) {
  .product-list .product-container .product-item:first-child {
    padding-top: 83px;
  }
}


/* Product List End */



/* Bundle Sale Start */
.bundle-sale {
  position: relative;
  margin-top: 115px;
}

.bundle-sale .liner-bg {
  position: absolute;
  left: -40px;
  top: -80%;
  width: 407px;
  height: 1079px;
  z-index: -1;
  /* background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/liner-bg.svg) no-repeat; */
}

.bundle-sale .bg-paper_confettie {
  right: -4px;
  top: -53px;
}

.bundle-sale .base-maxwidth {
  position: relative;
  min-height: 484px;
  border-top: 1px solid transparent;
}

.bundle-sale .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bundle-sale .container {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}


.bundle-sale .container .left-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
  max-width: 547px;
  margin-right: 60px;
}

.bundle-sale .left-container .slogan {
  max-width: 143px;
}

.bundle-sale .left-container .add-icon {
  width: 40px;
  height: 40px;
}

.bundle-sale .left-container .product-name {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Poppins SemiBold';
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.bundle-sale .left-container .equals-icon {
  width: 40px;
  height: 32px;
}

.bundle-sale .left-container .add-icon,
.bundle-sale .left-container .equals-icon {
  margin-top: -40px;
}

.bundle-sale .left-container .product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.bundle-sale .left-container .slogan img {
  /* width: 143px; */
  object-fit: contain;
}

.bundle-sale .right-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 27%;
  padding: 25px 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #2E1C67 0%, #311A64 100%);
}

.bundle-sale .right-container .current-price {
  font-size: 56px;
  line-height: 84px;
}

.bundle-sale .right-container .virtual-price {
  margin-left: 17px;
}

.bundle-sale .right-container .price {
  margin-bottom: 11px;
}

.bundle-sale .right-container .choose-btn {
  margin-top: 0;
  margin-bottom: 22px;
}


.bundle-sale .mobile-bg {
  display: none;
}

@media (max-width: 1024px) {
  .bundle-sale .container .left-container {
    margin-right: 30px;
  }
  .bundle-sale .right-container {
    width: 31%;
  }
}


@media (max-width: 768px) {
  .bundle-sale {
    margin-top: 58px;
  }

  .bundle-sale .liner-bg,
  .bundle-sale .bg {
    display: none;
  }

  .bundle-sale .mobile-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .bundle-sale .bg-paper_confettie {
    width: 78px;
    height: 85px;
    right: -3px;
    top: -21px;
  }

  .bundle-sale .base-maxwidth {
    height: 177.0667vw;
    max-height: 700px;
  }

  .bundle-sale .banner-bar {
    top: 21px;
  }

  .bundle-sale .banner-bar-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bundle-sale .banner-bar .desc {
    font-size: 12px;
    line-height: 14px;
  }

  .bundle-sale .banner-bar .colored {
    font-size: 16px;
    line-height: 23px;
  }
  

  .bundle-sale .container {
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
  }

  .bundle-sale .container .left-container {
    width: 100%;
    justify-content: space-evenly;
    margin-right: 0;
  }

  .bundle-sale .left-container .product-box {
    max-width: 33.6vw;
    margin-bottom: auto;
  }

  .bundle-sale .left-container .add-icon {
    width: 25px;
    height: 25px;
    margin-top: -72px;
  }

  .bundle-sale .left-container .equals-icon {
    display: none;
  }

  .bundle-sale .left-container .product-name {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .bundle-sale .left-container .slogan {
    width: 28vw;
  }

  .bundle-sale .right-container {
    width: 98%;
    max-width: 86.1333vw;
    margin-top: 33px;
  }
}

/* Bundle Sale End */

/* Lucky Start */
.lucky-box {
  position: relative;
  margin-top: 150px;
  padding-bottom: 190px;
}

.lucky-box .boom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.lucky-box .base-maxwidth {
  position: relative;
  min-height: 730px;
  border-top: 1px solid transparent;
}

.lucky-box::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 736px;
  z-index: -2;
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/lucky-box_bg.svg) no-repeat;
  background-size: cover;
}

.lucky-box h2 {
  position: relative;
  max-width: 745px;
  margin: 0 auto 50px;
  display: block;
  font-family: 'Poppins Bold';
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background: linear-gradient(90deg, #D391FF 0%, #F321F2 39.5%, #FCA70A 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lucky-box .bg-party_balloons {
  left: -41px;
  top: -53px;
  animation: floatAnimation 4s ease-in-out infinite;
}

.lucky-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.lucky-box .mobile-bg {
  display: none;
}

.lucky-box .lucky-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  min-height: 502px;
  width: 50%;
}

.lucky-box .record-btn {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  font-size: 16px;
  font-family: 'Poppins Medium';
}

.lucky-box .container {
  display: flex;
  justify-content: center;
  padding-top: 63px;
}

.lucky-box .container .right-container {
  width: 45%;
  padding-top: 115px;
  padding-left: 12px;
}

.lucky-box .container .right-container .item {
  margin-bottom: 19px;
  padding-left: 10px;
}

.lucky-box .container .right-container .gift-desc {
  position: relative;
  margin-bottom: 24px;
  padding-left: 25px;
  font-family: 'Poppins Bold';
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}

.lucky-box .container .right-container .gift-desc::before {
  position: absolute;
  left: 11px;
  top: 13px;
  content: '';
  width: 7px;
  height: 14px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #F143D5 0%, rgba(255, 255, 255, 0) 100%);
}

.lucky-box .right-container .title {
  display: inline-block;
  width: 416px;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins SemiBold';
  background: linear-gradient(90deg, #D689FE 0%, #F537CE 40%, #FCA70B 72%, #F97169 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lucky-box .right-container .desc {
  font-family: 'Poppins Medium';
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.lucky-box .lucky-wrap .lucky-bg {
  position: absolute;
  max-width: 580px;
  top: 0;
  left: 0;
}

.lucky-box .lucky-wrap .start-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all .3s ease;
}

.lucky-box .lucky-wrap .start-btn.start-btn-disable {
  display: block;
}

.lucky-box .lucky-wrap .start-btn:hover {
  transform: translateX(-50%) scale(1.05);
}

.lucky-box .social-list .social-icon {
  margin-right: 30px;
  cursor: pointer;
}

.lucky-box .social-list {
  padding-left: 8px;
}

.lucky-box .social-list .social-item {
  display: inline-block;
}

.lucky-box .social-list .social-item:hover {
  text-decoration: none;
}

.lucky-box .top-bg {
  display: none;
}

@media (max-width: 1204px) {
  .lucky-box .container .right-container {
    padding-top: 70px;
    width: 40%;
  }
}

@media (max-width: 1166px) {
  .lucky-box .container {
    display: flex;
    flex-direction: column;
  }


  .lucky-box .top-bg {
    position: absolute;
    display: block;
    width: 100%;
  }

  .lucky-box .base-maxwidth {
    padding-bottom: 50px;
  }

  .lucky-box .container {
    align-items: center;
  }

  .lucky-box .lucky-wrap .lucky-bg {
    left: auto;
    top: auto;
  }

  .lucky-box .container .right-container {
    width: 95%;
  }

  .lucky-box .record-btn {
    bottom: -60px;
  }

  .lucky-box .container .right-container {
    margin-top: 80px;
  }


}

@media (max-width: 768px) {
  .lucky-box {
    margin-top: 59px;
    padding-bottom: 118px;
  }

  .lucky-box .bg {
    display: none;
  }

  .lucky-box .boom {
    display: none;
  }

  .lucky-box h2 {
    padding: 0 10px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
  }

  .lucky-box .mobile-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .lucky-box .lucky-wrap {
    display: flex;
    justify-content: center;
    min-height: 66.6667vw;
    width: 78.9333vw;
    max-width: 580px;
    height: 66.6667vw;
  }
  .lucky-box .lucky-wrap .lucky-bg {
    width: 78.9333vw;
    height: 66.6667vw;
    /* left: 50%;
    transform: translateX(-50%); */
  }

  .lucky-box .lucky-wrap .start-btn {
    width: 35.7333vw;
    bottom: 0;
  }

  .lucky-box .container {
    padding-top: 43px;
  }

  .lucky-box .bg-party_balloons {
    width: 21.3333vw;
    left: -17px;
    top: 12px;
  }

  .lucky-box .container .right-container {
    width: 100%;
    padding-top: 34px;
  }

  .lucky-box .container .right-container .gift-desc {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 30px;
  }

  .lucky-box .container .right-container .gift-desc::before {
    top: 8px;
  }

  .lucky-box .record-btn {
    width: 120px;
    font-size: 12px;
  }
  .lucky-box .record-btn img {
    width: 20px;
  }

  .lucky-box .right-container .title {
    width: max-content;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .lucky-box .right-container .desc {
    font-family: 'Poppins Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .lucky-box .container .right-container .item {
    margin-bottom: 11px;
  }

  .lucky-box .social-list .social-icon {
    width: 50px;
  }

}

@media (max-width: 480px) {
  .lucky-box .social-list {
    display: flex;
    justify-content: space-evenly;
  }

  .lucky-box .social-list .social-icon {
    margin-right: 15px;
  }
}

/* Lucky End */


/* DiaLog Start */
.modal {
  width: 572px;
  min-height: 287px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.modal.prize-modal {
  max-width: 568px;
}

.modal .modal-title {
  display: flex;
  justify-content: center;
  border-bottom: none;
  padding: 0;
}

.modal .bg-party_horn {
  left: -4px;
  top: -67px;
}

.modal .modal-title .close-btn:hover {
  background: transparent;
}

.modal .modal-title .close-btn {
  right: -18px;
  top: 0;
  height: 31px;
  width: 31px;
}

.modal .modal-title .close-btn img {
  width: 31px;
  height: 31px;
}

.modal .modal-body {
  border-bottom: none;
  padding-top: 0;
}

.modal .modal-body .rule-list {
  font-size: 14px;
  color: #FFFFFF;
}

.modal .modal-body .rule-list .item {
  position: relative;
  padding-left: 16px;
  line-height: 24px;
}

.modal .modal-body .rule-list .item::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(124.99deg, #F63ACB 20.17%, #FF8B13 82.77%);
}

.modal .pc-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal .mobile-bg {
  display: none;
}

.modal .title {
  width: max-content;
  display: inline-block;
  margin: 57px auto 7px;
  font-family: 'Poppins SemiBold';
  font-size: 24px;
  line-height: 32px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #D689FE 0%, #F537CE 40%, #FCA70B 72%, #F97169 100%);
}

.modal .prize-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 65px;
  margin: 17px auto 17px;
  font-family: 'Poppins SemiBold';
  font-size: 32px;
  color: #fff;
  background: url(https://images.clevguard.com/en/assets/activity/fifth_anniversary_sales/prize-bg.svg) no-repeat;
}

.modal .icart-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.modal .icart-link .link {
  max-width: 270px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal .icart-link .link:hover {
  color: #fff;
}

.prize-modal .desc {
  max-width: 351px;
  margin: 7px auto 0;
  color: #C7C6C6;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
}

.unpurchase-modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 46px;
}

.unpurchase-modal .modal-body .desc {
  max-width: 390px;
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}

.unpurchase-modal .modal-body .sad-face {
  max-width: 88px;
  min-height: 88px;
}

.modal.activeEnd {
  max-width: 80%;
  width: 80%;
}

.activeEnd .desc {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px;
}

.activeEnd .link {
  color: #00bde3;
    font-weight: 700;
}

.order-sn-modal.modal {
  min-height: 316px;
  padding: 0;
}

.order-sn-modal.modal .modal-body {
  padding: 23px 80px;
}

.order-sn-modal .prop {
  margin-top: 59px;
  font-family: 'Poppins Medium';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.order-sn-modal .warp {
  display: flex;
  margin-top: 10px;
}

.order-sn-modal .order-sn {
  width: 318px;
  height: 43px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #534692;
  background: #FFFFFF24;
  border-radius: 8px;
  padding-left: 14px;
  transition: all .1s ease;
}

.order-sn-modal .order-sn:focus {
  border: 1px solid #9060FC;
}

.order-sn-modal .confrim-btn {
  margin-left: 17px;
}

.order-sn-modal .desc {
  margin-top: 23px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.order-sn-modal .desc.desc2 {
  margin-top: 10px;
}

.order-sn-modal .err-tips {
  display: none;
  margin-top: 22px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #F01A1A;
}

.record-modal .modal-body {
  padding: 24px 16px 24px 46px;
}

.record-modal .modal-body .title {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 24px;
  font-family: 'Poppins Medium';
  -webkit-background-clip:unset !important;
  -webkit-text-fill-color: unset;
  color: #fff;
  background: transparent;
}

.record-modal .modal-body .title .desc {
  margin-left: 5px;
}

.record-modal .modal-body .prize-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow-y: auto;
  margin-top: 30px;
  height: 148px;
  gap: 10px;
}

.record-modal .modal-body .no-record {
  display: none;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C9C9C9;
  font-size: 14px;
}

/* 自定义滚动条样式 */
.record-modal .modal-body .prize-list::-webkit-scrollbar {
  width: 3px; /* 设置滚动条宽度 */
}

.record-modal .modal-body .prize-list::-webkit-scrollbar-track {
  background: transparent; /* 设置滚动条背景色 */
}

.record-modal .modal-body .prize-list::-webkit-scrollbar-thumb {
  background-color: #583597; /* 设置滚动条滑块颜色 */
  border-radius: 4px; /* 设置滑块圆角 */
}

.record-modal .prize-list .prize-item:hover {
  text-decoration: none;
}

.record-modal .prize-list .prize-item .prize-type {
  margin: 0;
}

.record-modal {
  min-height: 310px;
}

@media (max-width: 768px) {
  .modal {
    width: 94.6667vw;
    max-width: 450px;
    min-height: 256px;
  }

  .modal .pc-modal-bg {
    display: none;
  }

  .modal .title {
    margin: 43px auto 7px;
    font-size: 20px;
    line-height: 32px;
  }

  .modal.prize-modal .title {
    font-size: 24px;
  }
  .modal .mobile-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .modal .modal-body {
    padding: 0 21px 24px;
  }

  .modal .bg-party_horn {
    width: 79px;
    left: 1px;
    top: -22px;
  }

  .modal .prize-type {
    width: 173px;
    height: 48px;
    margin: 0px auto 10px;
    background-size: contain;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
  }

  .modal .icart-link {
    justify-content: space-between;
  }

  .unpurchase-modal .modal-body .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .modal .modal-body .rule-list .item {
    font-size: 12px;
    line-height: 20px;
  }

  .modal .modal-title .close-btn {
    right: 0px;
    top: -7px;
    height: 34px;
    width: 34px;
  }

  .modal .icart-link .link {
    max-width: 262px;
  }

  .prize-modal .desc {
    text-align: left;
  }

  .prize-modal .title {
    margin: 35px auto 11px ;
  }

  .modal.activeEnd {
    max-width: 90%;
    width: 90%;
  }

  .activeEnd .desc {
    font-size: 18px;
  }

  .order-sn-modal.modal .modal-body {
    padding: 23px 20px;
  }

  .order-sn-modal .order-sn {
    height: 36px;
  }

  .order-sn-modal .confrim-btn {
    height: auto;
    width: auto;
    padding: 0 10px;
  }

 .prize-list .prize-item  {
    width: 218px;
    height: 59px;
    margin: 0 auto;
  }

  .prize-list .prize-item .prize-type {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
/* Dialog End */