.flex-content {
  display: flex;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
.close-reminder {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
}
.close-reminder .box {
  background-color: #fff;
  width: 35%;
  padding: 50px 22px;
  position: relative;
  border-radius: 20px;
}
.close-reminder .box span {
  font-size: 18px;
  color: #666666;
  line-height: 1.8em;
}
.close-reminder .box span a {
  text-decoration: none;
}
@media (max-width: 1080px) {
  .close-reminder .box {
    width: 90%;
  }
}
.part .title-box {
  text-align: center;
}
.part .title-box .discount-box {
  display: inline-flex;
  position: relative;
}
.part .title-box .discount-box::before,
.part .title-box .discount-box::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 20px;
  background: url(/static/img/christmas_2020/right-tag.svg) no-repeat center;
  top: 4px;
  right: -48px;
  z-index: -1;
}
.part .title-box .discount-box::after {
  right: unset;
  top: unset;
  bottom: 4px;
  transform: rotate(180deg);
  left: -48px;
}
.part .title-box .discount-box .discount {
  width: 154px;
  height: 66px;
  background-color: #EB5054;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #242527;
}
.part .title-box .discount-box .discount::before {
  content: '';
  position: absolute;
  width: 106%;
  height: 100%;
  border: 1px solid #242527;
  transform: rotate(6deg);
  z-index: -1;
  background-color: #fff;
}
.part .title-box .discount-box .discount .number {
  display: inline-block;
  width: 90%;
  border: 1px dashed #242527;
  color: #fff;
  font-size: 56px;
  text-align: center;
  line-height: 54px;
  height: 56px;
  font-family: 'Arial-Black';
  font-weight: 400;
}
.part .title-box .pro-title {
  font-size: 30px;
  font-family: 'Arial';
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.part .pro-name {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  line-height: 31px;
  margin-top: 20px;
  font-family: 'Arial';
}
.part .price {
  line-height: 31px;
  font-family: 'Arial';
  display: none;
}
.part .price.active {
  display: inline-block;
}
.part .price span {
  display: block;
}
.part .price .old-price {
  font-size: 21px;
  font-weight: 400;
  color: #808080;
  text-decoration: line-through;
}
.part .price .cur-price {
  font-size: 48px;
  color: #ED1C24;
  margin-top: 5px;
}
.part .button-area {
  margin: 25px auto 15px;
}
.part .button-area .button {
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
  font-family: 'Open Sans';
  cursor: pointer;
}
.part .button-area .button.no-win,
.part .button-area .button.no-mac {
  display: none;
}
.part .button-area .button.active {
  color: #333;
}
.part .button-area .button.active em {
  border: 1px solid #FF7500;
  color: #FF7500;
}
.part .button-area .button em {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-right: 8px;
}
.part .button-area .button.win {
  margin-right: 20px;
}
.part .buy {
  width: 200px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 26px;
  font-family: 'Open Sans';
  font-weight: 800;
  border-radius: 8px;
  background-color: #5475FC;
  display: none;
}
.part .buy:hover {
  background-color: #2B5FE0;
}
.part .buy.active {
  display: inline-block;
}
.part .box {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.banner .banner-box {
  position: relative;
}
.banner .banner-box .christmas-desc {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50%;
  padding-top: 100px;
  z-index: 1;
}
.banner .banner-box .christmas-desc .title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  font-family: 'Arial';
}
.banner .banner-box .christmas-desc .title span {
  color: #EB5054;
  font-family: 'Arial';
  font-weight: bold;
}
.banner .banner-box .christmas-desc .expired-time {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 359px;
  height: 49px;
  line-height: 49px;
  background-color: #EB5054;
  border-radius: 8px;
  text-align: center;
  font-family: 'Arial';
  margin-top: 40px;
}
.banner .banner-box .christmas-desc .christmas-pic {
  display: none;
}
.part-1 {
  position: relative;
}
.part-1::before {
  content: '';
  position: absolute;
  background-size: 642px 415px;
  width: 642px;
  height: 415px;
  background: url(/static/img/christmas_2020/part-bg.svg) no-repeat bottom center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
}
.part-1 .devide-line {
  width: 79.6%;
  height: 0;
  border: 1px solid #242527;
  margin: 60px auto 28px;
  position: relative;
}
.part-1 .devide-line::before,
.part-1 .devide-line::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #EB5054;
  border: 1px solid #242527;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.part-1 .devide-line::after {
  right: 0;
  transform: translate(50%, -50%);
}
.part-1 .content-box .title-box {
  margin-bottom: 35px;
}
.part-1 .content-box .pro-box {
  margin: 0 auto;
}
.part-1 .content-box .pro-box::before {
  content: '';
  position: absolute;
  width: 166px;
  height: 173px;
  background: url(/static/img/christmas_2020/pro-box-tag.svg) no-repeat center;
  left: -176px;
  top: -173px;
}
.part-1 .content-box .pro-box .pro-item {
  width: 31.5%;
  font-family: 'Arial';
  border: 1px solid #242527;
  padding: 30px 10px 35px;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
}
.part-1 .content-box .pro-box .pro-item::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 126px;
  height: 126px;
  background: url(/static/img/christmas_2020/discount-tag.svg) no-repeat center;
}
.part-1 .content-box .pro-box .pro-item .pro-price {
  margin-top: 25px;
}
.part-2 {
  padding-top: 156px;
  margin-top: -78px;
  overflow: hidden;
  position: relative;
}
.part-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/static/img/christmas_2020/bundle-box-bg3.png) no-repeat bottom center;
  background-size: 1920px 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.part-2 .content-box {
  position: relative;
}
.part-2 .content-box::before {
  content: '';
  position: absolute;
  width: 274px;
  height: 286px;
  background: url(/static/img/christmas_2020/part2-tag.png) no-repeat center;
  top: -118px;
  right: -256px;
}
.part-2 .content-box .title-box {
  margin-bottom: 70px;
}
.part-2 .content-box .title-box .pro-title {
  color: #fff;
}
.part-2 .content-box .bundle-box {
  padding-bottom: 62px;
}
.part-2 .content-box .bundle-box .bundle-item {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  background: url(/static/img/christmas_2020/bundle-item-bg.png);
  background-size: 100% 100%;
}
.part-2 .content-box .bundle-box .bundle-item .res-show {
  display: none;
}
.part-2 .content-box .bundle-box .bundle-item:nth-child(2) {
  position: relative;
}
.part-2 .content-box .bundle-box .bundle-item:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 99px;
  height: 151px;
  bottom: 0;
  left: -155px;
  background: url(/static/img/christmas_2020/red-candy.svg) no-repeat center;
}
.part-2 .content-box .bundle-box .bundle-item:last-child {
  position: relative;
}
.part-2 .content-box .bundle-box .bundle-item:last-child::before,
.part-2 .content-box .bundle-box .bundle-item:last-child::after {
  content: '';
  position: absolute;
  width: 99px;
  height: 151px;
  bottom: -88px;
}
.part-2 .content-box .bundle-box .bundle-item:last-child::before {
  left: -155px;
  background: url(/static/img/christmas_2020/blue-candy.svg) no-repeat center;
}
.part-2 .content-box .bundle-box .bundle-item:last-child::after {
  right: -155px;
  background: url(/static/img/christmas_2020/yellow-candy.svg) no-repeat center;
}
.part-2 .content-box .bundle-box .bundle-item .left-content {
  flex: 0 0 41%;
  padding: 42px 10px 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-2 .content-box .bundle-box .bundle-item .left-content .bundle-img img {
  display: none;
}
.part-2 .content-box .bundle-box .bundle-item .left-content .bundle-img img.active {
  display: inline-block;
}
.part-2 .content-box .bundle-box .bundle-item .left-content .discount-val {
  font-size: 23px;
  font-weight: 400;
  font-family: 'Arial-Black';
  color: #fff;
}
.part-2 .content-box .bundle-box .bundle-item .left-content .discount-val span {
  font-size: 60px;
  font-family: 'Arial-Black';
}
.part-2 .content-box .bundle-box .bundle-item .left-content .bundle-title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial';
  color: #fff;
}
.part-2 .content-box .bundle-box .bundle-item .right-content {
  padding-right: 20px;
  flex: 0 0 59%;
}
.part-2 .content-box .bundle-box .bundle-item .right-content .bundle-name {
  margin: 30px 0 0;
  display: none;
}
.part-2 .content-box .bundle-box .bundle-item .right-content .bundle-name.active {
  display: block;
}
.part-2 .content-box .bundle-box .bundle-item .right-content .bundle-price {
  margin-top: 20px;
}
.more-product {
  text-align: center;
  background: url(/static/img/christmas_2020/more-product-bg.png) no-repeat top center;
}
.more-product .more-pro-box {
  width: 84%;
  font-family: 'Arial';
  line-height: 31px;
  background-color: #fff;
  border: 1px solid #242527;
  position: relative;
  margin: 30px auto 10px;
  padding: 45px 0 35px;
}
.more-product .more-pro-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EB5054;
  border: 1px solid #242527;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: -1;
}
.more-product .more-pro-box .more-pro-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 28px;
}
.more-product .more-pro-box .more-pro-desc {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.more-product .more-pro-box .more-pro-desc span {
  display: block;
}
.more-product .more-pro-box .more-pro-btn {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 15px 45px;
  margin-top: 20px;
  background-color: #EB5054;
  border: 1px solid #242527;
  margin-bottom: 20px;
  cursor: pointer;
}
.more-product .more-candy-img {
  position: relative;
  z-index: -1;
}
.bottom-tag {
  margin-top: -25px;
  text-align: center;
  background-color: #EB5054;
}
.bottom-tag p {
  font-size: 16px;
  font-family: 'Arial';
  font-weight: 400;
  color: #fff;
  line-height: 31px;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .banner .banner-box .christmas-desc .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  #container {
    display: none;
  }
  .banner .banner-box {
    width: 100%;
    padding: 0;
  }
  .banner .banner-box .christmas-desc {
    position: relative;
    width: 100%;
    left: 0;
  }
  .banner .banner-box .christmas-desc .christmas-pic {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .banner .banner-box .christmas-desc .expired-time {
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
  .banner .banner-box .christmas-desc .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .part-1 .content-box .pro-box .pro-item::before {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 769px) {
  .banner .banner-box .christmas-desc {
    padding-top: 30px;
  }
  .banner .banner-box .christmas-desc .title {
    font-size: 36px;
  }
  .part-1::before {
    width: 0;
  }
  .banner .banner-box .christmas-desc .expired-time {
    font-size: 23px;
    margin-top: 10px;
  }
  .part-1 .devide-line::before,
  .part-1 .devide-line::after {
    width: 16px;
    height: 16px;
  }
  .part .title-box .discount-box .discount {
    width: 86px;
    height: 38px;
  }
  .part .title-box .discount-box .discount .number {
    font-size: 31px;
    line-height: 32px;
    height: 34px;
  }
  .part .title-box .discount-box::before,
  .part .title-box .discount-box::after {
    width: 25px;
    height: 12px;
  }
  .part .title-box .discount-box::before {
    right: -28px;
  }
  .part .title-box .discount-box::after {
    left: -28px;
  }
  .part .title-box .pro-title {
    display: block;
    margin-top: 8px;
    font-size: 24px;
  }
  .part .box {
    width: 80%;
    flex-direction: column;
  }
  .part-1 .content-box .pro-box::before {
    width: 0;
  }
  .part-1 .content-box .pro-box .pro-item {
    width: 100%;
  }
  .part-1 .content-box .pro-box .pro-item .pro-price {
    margin-top: 25px;
  }
  .part-1 .content-box .pro-box .pro-item::before {
    width: 126px;
    height: 126px;
  }
  .part-1::after {
    position: absolute;
    content: '';
    background-color: #EB5054;
    width: 100%;
    height: calc(50% - 100px);
    bottom: 0;
    left: 0;
    transform: translateY(11%);
    z-index: -2;
  }
  .part-2 {
    padding-top: 0;
    margin-top: 40px;
  }
  .part-2::before {
    width: 0;
  }
  .part-2 .content-box::before {
    width: 0;
  }
  .part-2 .content-box .title-box {
    margin-bottom: 30px;
  }
  .part-2 .content-box .bundle-box {
    padding-bottom: 45px;
  }
  .part-2 .content-box .bundle-box .bundle-item {
    flex-direction: column;
    background: none;
  }
  .part-2 .content-box .bundle-box .bundle-item .res-show {
    display: block;
  }
  .part-2 .content-box .bundle-box .bundle-item .left-content {
    padding: 0;
    background-color: #EB5054;
    border: 1px solid #242527;
    border-top: none;
  }
  .part-2 .content-box .bundle-box .bundle-item .right-content {
    padding: 0;
    border-left: 1px solid #242527;
    border-right: 1px solid #242527;
  }
  .part-2 .content-box .bundle-box .bundle-item .left-content .bundle-img {
    margin-top: 20px;
  }
  .part-2 .content-box .bundle-box .bundle-item .left-content .bundle-title {
    margin-bottom: 10px;
  }
  .part-2 .content-box .bundle-box .bundle-item .right-content .bundle-price {
    margin-top: 30px;
  }
  .part-2 .buy {
    margin-bottom: 35px;
  }
  .part-2 .content-box .bundle-box .bundle-item {
    margin-bottom: 22px;
  }
  .part-2 .content-box .bundle-box .bundle-item:nth-child(2)::before,
  .part-2 .content-box .bundle-box .bundle-item:last-child::before,
  .part-2 .content-box .bundle-box .bundle-item:last-child::after {
    width: 0;
  }
  .more-product .more-pro-box {
    margin: 0 auto 70px;
  }
  .more-product .more-pro-box .more-pro-title {
    margin-bottom: 20px;
  }
  .more-product .more-pro-box .more-pro-btn {
    margin-top: 25px;
  }
  .more-product .more-pro-box {
    padding-bottom: 65px;
    width: 80%;
  }
  .more-product .more-candy-img {
    display: none;
  }
  .more-product .more-pro-box::before {
    transform: skewY(-8deg);
    top: 0;
    left: 0;
  }
}
@media (max-width: 500px) {
  .banner .banner-box .christmas-desc .title {
    font-size: 28px;
  }
  .banner .banner-box .christmas-desc .expired-time {
    max-width: 300px;
  }
  .banner .banner-box .christmas-desc .title {
    width: 100%;
  }
  .part .box {
    width: 100%;
  }
  .more-product .more-pro-box {
    width: 100%;
  }
}
#hide {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
