@font-face {
  font-family: "MTCORSVA";
  src: url(fonts/MTCORSVA.TTF) format('truetype');
}
* {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, "OpenSans-ExtraBold", "OpenSans-Light", "OpenSans-Regular", "OpenSans-SemiBold";
}
.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%;
  }
}
.banner {
  width: 100%;
  height: 793px ;
  background: url('../img/christmas2019/banner.png') center no-repeat;
}
.banner .h3 {
  font-family: MTCORSVA;
  font-size: 38px;
  text-align: center;
  padding-top: 4.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .banner .h3 {
    padding-top: 3.5rem;
  }
}
.shade {
  width: 100%;
  height: 17px;
  background: linear-gradient(to right, #f94242, #912222);
}
.content {
  background: url('../img/christmas2019/ct-bg.svg') top center no-repeat;
  background-size: 2048px;
  padding: 60px 0;
}
.content .h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.content .title-desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.content .title {
  text-align: center;
}
.content .title img {
  width: 74px;
}
.content .flex-content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.content .flex-content .flex-item .pri {
  margin-top: 15px;
}
.content .flex-content .flex-item .pri .ori {
  display: inline-block;
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 15px;
}
.content .flex-content .flex-item .pri .nri {
  font-size: 36px;
}
.content .top .flex-content .flex-item {
  flex: 0 0 30%;
  margin-top: 35px;
  position: relative;
  height: 437px;
  padding: 78px 0 30px;
  margin-right: 40px;
  z-index: 1;
}
.content .top .flex-content .flex-item:nth-child(3n) {
  margin-right: 0;
}
.content .top .flex-content .flex-item:hover::before {
  content: url('../img/christmas2019/item_bg.svg');
  position: absolute;
  width: 323px;
  height: 437px;
  top: 0;
  left: 0;
  z-index: -1;
}
.content .top .flex-content .flex-item.acitve::before {
  content: url('../img/christmas2019/item_bg.svg');
  position: absolute;
  width: 323px;
  height: 437px;
  top: 0;
  left: 0;
}
.content .top .flex-content .flex-item p {
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content .top .flex-content .flex-item p a {
  color: #fff;
}
.content .top .flex-content .flex-item p a:hover {
  color: #337ab7;
}
.content .top .flex-content .flex-item span {
  color: #fff;
}
.content .top .flex-content .flex-item img {
  height: 80px;
}
.content .top .flex-content .flex-item .btn-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.content .top .flex-content .flex-item .btn-box a {
  display: block;
  width: 130px;
  height: 34px;
  color: #a30000;
  background: #fff731;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
.content .top .flex-content .flex-item .btn-box a em::before {
  color: #a30000;
}
.content .top .flex-content .flex-item .btn-box a:hover {
  background: #ffe999;
}
.content .top .flex-content .flex-item .btn-box a:first-child {
  margin-bottom: 15px;
}
.content .middle {
  padding: 60px 0;
}
.content .middle .flex-content {
  margin-top: 65px;
  align-items: baseline;
  justify-content: center;
}
.content .middle .flex-content .flex-item {
  background: #fff;
  color: #b42d2d;
  border-radius: 10px;
  margin-right: 40px;
  width: 382px;
  position: relative;
  padding: 40px 0;
}
.content .middle .flex-content .flex-item::before {
  content: url('../img/christmas2019/box-bg.svg');
  position: absolute;
  top: 10px;
  width: 349px;
  height: 11px;
  z-index: 1;
  left: 17px;
}
.content .middle .flex-content .flex-item::after {
  content: url('../img/christmas2019/box-bg.svg');
  position: absolute;
  bottom: 10px;
  width: 349px;
  height: 11px;
  z-index: 1;
  left: 17px;
}
.content .middle .flex-content .flex-item .sale-count {
  position: absolute;
  top: -45px;
  background: url(../img/christmas2019/sale-count.svg) no-repeat;
  font-size: 33px;
  height: 74px;
  left: 35%;
  line-height: 80px;
  width: 103px;
  background-size: 100%;
}
.content .middle .flex-content .flex-item .sale-count span {
  font-size: 16px;
  font-weight: bold;
}
.content .middle .flex-content .flex-item p {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content .middle .flex-content .flex-item ul {
  width: 75%;
  margin: auto;
  padding: 0;
}
.content .middle .flex-content .flex-item ul li {
  list-style: none;
  color: #b42d2d;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  position: relative;
}
.content .middle .flex-content .flex-item ul li span {
  padding-left: 30px;
  display: block;
}
.content .middle .flex-content .flex-item ul li span::before {
  content: url('../img/christmas2019/snow.svg');
  position: absolute;
  width: 18px;
  height: 21px;
  left: 0;
  top: 4px;
}
.content .middle .flex-content .flex-item .pri {
  background: url('../img/christmas2019/bg.svg') no-repeat;
  width: 279px;
  height: 53px;
  margin: 15px auto;
  background-size: contain;
  color: #f39800;
}
.content .middle .flex-content .flex-item .btn-box {
  text-align: center;
}
.content .middle .flex-content .flex-item .btn-box a {
  display: block;
  width: 130px;
  height: 34px;
  color: #fff;
  background: #a30000;
  border-radius: 6px;
  margin: auto;
  line-height: 32px;
  transform: translateY(0px);
}
.content .middle .flex-content .flex-item .btn-box a:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.content .bottom .title {
  width: 80%;
  margin: auto;
}
.content .bottom .flex-content {
  text-align: left;
  align-items: baseline;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 40px;
}
.content .bottom .flex-content .flex-item {
  width: 213px;
  background: #fff;
  color: #b42d2d;
  border-radius: 10px;
  padding: 15px;
}
.content .bottom .flex-content .flex-item p {
  width: 29px;
  height: 29px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #b42d2d;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.content .bottom .flex-content .flex-item a {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #b42d2d;
}
.content .bottom .flex-content .flex-item a:hover {
  color: #e58888;
}
.content .bottom .bottom-title-desc {
  width: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.content .bottom .share-box {
  background: #fff;
  border-radius: 15px;
  font-size: 24px;
  color: #b42d2d;
  text-align: center;
  padding: 45px;
  margin-top: 100px;
}
.content .bottom .share-box .share {
  width: 85%;
  height: 200px;
  margin: auto;
  background: #b42d2d;
  margin-top: 30px;
  padding: 30px;
  position: relative;
}
.content .bottom .share-box .share p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  cursor: default;
}
.content .bottom .share-box .share .share_box {
  position: absolute;
  bottom: 10px;
  text-align: right;
  width: 100%;
  left: 0;
  padding-right: 20px;
}
.content .bottom .share-box .share .share_box a {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 10px;
}
.content .bottom .share-box .share .share_box a.facebook {
  background: url('../img/christmas2019/fackbook.svg') center no-repeat;
}
.content .bottom .share-box .share .share_box a.twitter {
  background: url('../img/christmas2019/twitter.svg') center no-repeat;
}
.content .bottom .share-box .share .share_box a.ins {
  background: url('../img/christmas2019/ins.svg') center no-repeat;
}
@media screen and (max-width: 960px) {
  .content {
    background: #b42d2d;
    background-size: 100%;
    padding: 60px 0;
  }
  .content .top .flex-content {
    justify-content: center;
  }
  .content .top .flex-content .flex-item {
    flex: unset;
    width: 323px;
    margin-top: 35px;
    position: relative;
    height: 437px;
    padding: 78px 0 30px;
    margin-right: 40px;
  }
  .content .top .flex-content .flex-item:nth-child(3) {
    margin-right: 40px;
  }
  .content .middle .flex-content .flex-item {
    margin-right: 0;
    height: auto;
  }
  .content .middle .flex-content .flex-item:last-child {
    margin-top: 80px;
  }
  .content .bottom .title {
    width: 90%;
    margin: auto;
  }
  .content .bottom .swiper-box {
    position: relative;
  }
  .content .bottom .swiper-box .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -25px;
    left: 0;
    width: 100%;
  }
  .content .bottom .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2;
  }
  .content .bottom .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  .content .bottom .swiper-container {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 213px;
  }
  .content .bottom .flex-content {
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    width: 100%;
    height: 394px;
    background: url(../img/christmas2019/banner.png) center no-repeat;
    background-size: 1017px;
  }
  .banner .h3 {
    font-size: 20px;
    padding-top: 4.2rem;
  }
  .content {
    padding: 30px 0;
  }
  .content .h3 {
    font-size: 21px;
  }
  .content .title-desc {
    padding: 0 20px;
    font-size: 14px;
  }
  .content .top .flex-content .flex-item {
    width: 274px;
    margin-top: 25px;
    height: 371px;
    margin-right: 0;
  }
  .content .top .flex-content .flex-item img {
    height: 40px;
  }
  .content .top .flex-content .flex-item p {
    font-size: 18px;
  }
  .content .top .flex-content .flex-item span {
    font-size: 12px;
  }
  .content .top .flex-content .flex-item:nth-child(3) {
    margin-right: 0;
  }
  .content .top .flex-content .flex-item.acitve::before {
    content: url(../img/christmas2019/item_bg.svg);
    position: absolute;
    width: 274px;
    height: 371px;
    top: 20px;
    left: 0;
  }
  .content .middle .flex-content .flex-item {
    margin-right: 0;
    height: auto;
    width: 280px;
  }
  .content .middle .flex-content .flex-item::before {
    width: 248px;
    height: 11px;
  }
  .content .middle .flex-content .flex-item::after {
    width: 248px;
    height: 11px;
  }
  .content .middle .flex-content .flex-item .sale-count {
    font-size: 29px;
    left: 30%;
    line-height: 85px;
  }
  .content .middle .flex-content .flex-item .sale-count span {
    font-size: 14px;
  }
  .content .middle .flex-content .flex-item p {
    font-size: 18px;
  }
  .content .middle .flex-content .flex-item ul {
    width: 82%;
  }
  .content .middle .flex-content .flex-item ul li {
    font-size: 12px;
  }
  .content .middle .flex-content .flex-item ul li span {
    padding-left: 15px;
  }
  .content .middle .flex-content .flex-item ul li span::before {
    width: 10px;
    height: 11px;
    top: 3px;
  }
  .content .middle .flex-content .flex-item .pri {
    width: 219px;
    height: 43px;
  }
  .content .middle .flex-content .flex-item .pri .ori {
    font-size: 14px;
  }
  .content .middle .flex-content .flex-item .pri .nri {
    font-size: 30px;
  }
  .content .bottom .bottom-title-desc {
    width: 90%;
    font-size: 14px;
  }
  .content .bottom .share-box {
    padding: 45px 10px;
    font-size: 18px;
  }
  .content .bottom .share-box .share {
    width: 100%;
  }
  .content .bottom .share-box .share .share_box p {
    font-size: 12px;
  }
}
