.chris_2020 {
  background-color: #9e2a4b;
  margin-top: -1px;
}
.chris_2020 .banner {
  min-height: 726px;
  background: url(/static/img/chris_2020/banner.svg) no-repeat top center;
  background-size: cover;
}
.chris_2020 .banner h1 {
  display: none;
}
@media (max-width: 767px) {
  .chris_2020 .banner {
    min-height: 753px;
    background: url(/static/img/chris_2020/banner_mobile.svg) no-repeat center;
    background-size: cover;
  }
}
.chris_2020 .snow {
  background: url(/static/img/chris_2020/snow.svg) no-repeat top center;
  background-size: cover;
}
.chris_2020 .snow .twenty-five-off .line {
  width: 100%;
  height: 46px;
  background-color: #e2ad50;
}
.chris_2020 .snow .twenty-five-off h2 {
  width: 417px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin: 82px auto 0;
  position: relative;
  padding-bottom: 10px;
}
.chris_2020 .snow .twenty-five-off h2::before {
  content: '';
  position: absolute;
  width: 89px;
  height: 82px;
  background: url(/static/img/chris_2020/car.svg) no-repeat top center;
  top: 18%;
  left: 0;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .twenty-five-off h2::after {
  content: '';
  position: absolute;
  width: 75%;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .twenty-five-off .content {
  width: 99%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 22px auto 0;
}
.chris_2020 .snow .twenty-five-off .content .item {
  width: 31.4%;
  margin-top: 44px;
  border: 1px solid #ffffff;
  background: #c63e52;
  box-shadow: 0 0 12px rgba(35, 6, 4, 0.2);
  padding: 18px 0;
  position: relative;
  background: url(/static/img/chris_2020/);
}
@media (max-width: 1200px) {
  .chris_2020 .snow .twenty-five-off .content .item {
    width: 49.4%;
  }
}
.chris_2020 .snow .twenty-five-off .content .item:first-child::before {
  content: '';
  position: absolute;
  width: 96px;
  height: 101px;
  top: 22px;
  left: 22px;
  transform: translate(-50%, -50%);
  background: url(/static/img/chris_2020/top.svg) no-repeat top center;
}
.chris_2020 .snow .twenty-five-off .content .item img {
  height: 210px;
  display: block;
  margin: 0 auto;
}
.chris_2020 .snow .twenty-five-off .content .item .title {
  font-size: 24px;
  color: #FFFFFF;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.chris_2020 .snow .twenty-five-off .content .item .title::before {
  content: '';
  position: absolute;
  width: 73%;
  height: 0.75px;
  background-color: rgba(255, 217, 141, 0.41);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .twenty-five-off .content .item .title::after {
  content: '';
  position: absolute;
  width: 73%;
  height: 0.75px;
  background-color: rgba(255, 217, 141, 0.41);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .twenty-five-off .content .item .desc {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.chris_2020 .snow .twenty-five-off .content .item .price-list {
  width: 94%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 11px 0;
  background-image: linear-gradient(to bottom, #fb6e6c, #c30d23);
  border: 1px solid #ffe6b3;
  position: relative;
  text-align: center;
}
.chris_2020 .snow .twenty-five-off .content .item .price-list .price {
  width: 30.3%;
  font-size: 24px;
  color: #F0E0AC;
}
.chris_2020 .snow .twenty-five-off .content .item .price-list .del {
  width: 30.3%;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: line-through;
  margin-left: 15px;
  margin-right: 55px;
}
.chris_2020 .snow .twenty-five-off .content .item .price-list .off {
  border-radius: 6px;
  background: #ffe6b3;
  font-size: 28px;
  color: #da3b4b;
  margin-left: 15px;
  position: absolute;
  width: 30.3%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chris_2020 .snow .twenty-five-off .content .item .buy-list {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.chris_2020 .snow .twenty-five-off .content .item .buy-list a {
  width: 46.5%;
  height: 55px;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #ffe6b3;
  background-image: linear-gradient(to bottom, #96b79d, #146b63);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s;
}
.chris_2020 .snow .twenty-five-off .content .item .buy-list a:hover {
  background-image: linear-gradient(to top, #96b79d, #146b63);
}
.chris_2020 .snow .twenty-five-off .content .item .buy-list a:last-child {
  margin-left: 23px;
}
.chris_2020 .snow .twenty-five-off .content .item .buy-list a em {
  font-size: 24px;
  color: #FFFFFF;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .chris_2020 .snow .twenty-five-off .line {
    height: 20px;
    margin-top: -1px;
  }
  .chris_2020 .snow .twenty-five-off h2 {
    width: 100%;
    font-size: 24px;
    margin: 50px auto 0;
    padding-left: 28%;
  }
  .chris_2020 .snow .twenty-five-off h2::before {
    width: 63px;
    height: 58px;
    left: 18%;
  }
  .chris_2020 .snow .twenty-five-off h2::after {
    width: 66%;
    left: 62%;
  }
  .chris_2020 .snow .twenty-five-off .content {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 22px;
  }
  .chris_2020 .snow .twenty-five-off .content .item {
    width: 100%;
  }
}
.chris_2020 .snow .ten-off {
  margin-top: 129px;
}
.chris_2020 .snow .ten-off h2 {
  width: 423px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
.chris_2020 .snow .ten-off h2::before {
  content: '';
  position: absolute;
  width: 89px;
  height: 82px;
  background: url(/static/img/chris_2020/car.svg) no-repeat top center;
  top: 18%;
  right: 0;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .ten-off h2::after {
  content: '';
  position: absolute;
  width: 65%;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  bottom: 0%;
  left: 33%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .ten-off .code-backg {
  width: 86%;
  margin: 54px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.chris_2020 .snow .ten-off .code-backg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 364px;
  background: url(/static/img/chris_2020/ten-backg.svg) no-repeat top center;
  top: -167px;
  left: 0;
}
.chris_2020 .snow .ten-off .code-backg .code {
  width: 83.2%;
  height: 118px;
  margin: 0 auto;
  background: url(/static/img/chris_2020/code-backg.svg) no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 0 0 12px rgba(35, 6, 4, 0.2);
}
.chris_2020 .snow .ten-off .code-backg .code .node {
  font-size: 24px;
  color: #FFFFFF;
}
.chris_2020 .snow .ten-off .code-backg .code .number {
  width: 41%;
  padding: 6px 0;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #fb6e6c, #c30d23);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #FFE1CA;
  border: 1px solid #ffe6b3;
  margin-left: 10px;
}
.chris_2020 .snow .ten-off .step-list {
  width: 77%;
  margin: 49px auto 0;
  display: flex;
  justify-content: space-between;
}
.chris_2020 .snow .ten-off .step-list .step {
  width: 25.3%;
  text-align: center;
  position: relative;
}
.chris_2020 .snow .ten-off .step-list .step:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border: 0.5px dashed #ffffff;
  top: 21px;
  right: -124%;
  transform: translate(-50%, 0%);
}
.chris_2020 .snow .ten-off .step-list .step:nth-child(1) img {
  width: 36px;
}
.chris_2020 .snow .ten-off .step-list .step:nth-child(2) img {
  width: 33px;
}
.chris_2020 .snow .ten-off .step-list .step:nth-child(3) img {
  width: 40px;
}
.chris_2020 .snow .ten-off .step-list .step .number {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #ffd6b6, #e9c684);
  color: #DA3B4B;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.chris_2020 .snow .ten-off .step-list .step .desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 18px;
  min-height: 45px;
  margin-bottom: 17px;
}
.chris_2020 .snow .ten-off .step-list .step .desc span {
  color: #fff100;
}
.chris_2020 .snow .ten-off .step-list .step .desc span a {
  color: #fff100;
}
.chris_2020 .snow .ten-off .description {
  width: 69%;
  margin: 19px auto 0;
  padding: 30px 55px 54px 49px;
  border: 1px solid #ffffff;
  background: #c63e52;
}
.chris_2020 .snow .ten-off .description .title {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 26px;
}
.chris_2020 .snow .ten-off .description .desc {
  font-size: 16px;
  color: #ffffff;
}
.chris_2020 .snow .ten-off .description .desc span {
  color: #fff100;
}
.chris_2020 .snow .ten-off .description .desc span a {
  color: #fff100;
}
@media (max-width: 767px) {
  .chris_2020 .snow .ten-off {
    margin-top: 50px;
  }
  .chris_2020 .snow .ten-off h2 {
    width: 100%;
    font-size: 24px;
    padding-left: 8%;
  }
  .chris_2020 .snow .ten-off h2::before {
    width: 63px;
    height: 58px;
    right: 0%;
  }
  .chris_2020 .snow .ten-off h2::after {
    width: 49%;
    left: 34%;
  }
  .chris_2020 .snow .ten-off .code-backg {
    width: 100%;
  }
  .chris_2020 .snow .ten-off .code-backg::before {
    content: unset;
  }
  .chris_2020 .snow .ten-off .code-backg .code {
    width: 100%;
    height: unset;
    padding: 10px 0;
  }
  .chris_2020 .snow .ten-off .code-backg .code .node {
    font-size: 11px;
  }
  .chris_2020 .snow .ten-off .code-backg .code .number {
    font-size: 16px;
  }
  .chris_2020 .snow .ten-off .step-list {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .chris_2020 .snow .ten-off .step-list .step {
    width: 100%;
  }
  .chris_2020 .snow .ten-off .step-list .step:not(:last-child)::before {
    content: unset;
  }
  .chris_2020 .snow .ten-off .step-list .step:not(:first-child) {
    margin-top: 30px;
  }
  .chris_2020 .snow .ten-off .step-list .step .desc {
    min-height: unset;
    padding: 0 50px;
  }
  .chris_2020 .snow .ten-off .description {
    width: 100%;
    padding: 30px 22px;
    margin: 45px auto 0;
  }
}
.chris_2020 .snow .thirty-off {
  margin-top: 101px;
}
.chris_2020 .snow .thirty-off .thirty-title {
  width: 73%;
  height: 140px;
  margin: 0 auto;
  background: url(/static/img/chris_2020/three-title-backg.svg) no-repeat top center;
  display: flex;
}
@media (max-width: 1200px) {
  .chris_2020 .snow .thirty-off .thirty-title {
    width: 100%;
  }
}
.chris_2020 .snow .thirty-off .thirty-title h2 {
  width: 75%;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin: 82px 0 0 155px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .chris_2020 .snow .thirty-off .thirty-title h2 {
    padding-left: 45px;
  }
}
.chris_2020 .snow .thirty-off .thirty-title h2::before {
  content: '';
  position: absolute;
  width: 89px;
  height: 82px;
  background: url(/static/img/chris_2020/car.svg) no-repeat top center;
  top: 18%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .chris_2020 .snow .thirty-off .thirty-title h2::before {
    left: 30px;
  }
}
.chris_2020 .snow .thirty-off .thirty-title h2::after {
  content: '';
  position: absolute;
  width: 75%;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .thirty-off .content {
  width: 94%;
  margin: 0 auto;
}
.chris_2020 .snow .thirty-off .content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff;
  background-color: #c63e52;
  box-shadow: 0 0 12px rgba(35, 6, 4, 0.2);
  margin-top: 46px;
}
.chris_2020 .snow .thirty-off .content .item:nth-child(1) .left::after {
  width: 117px;
  height: 98px;
  background: url(/static/img/chris_2020/deer.svg) no-repeat top center;
}
.chris_2020 .snow .thirty-off .content .item:nth-child(2) .left::after {
  width: 80px;
  height: 104px;
  background: url(/static/img/chris_2020/santa-claus.svg) no-repeat top center;
}
.chris_2020 .snow .thirty-off .content .item:nth-child(3) .left::after {
  width: 90px;
  height: 100px;
  background: url(/static/img/chris_2020/bells.svg) no-repeat top center;
}
.chris_2020 .snow .thirty-off .content .item .left {
  width: 44.2%;
  padding: 0 55px;
  position: relative;
}
.chris_2020 .snow .thirty-off .content .item .left::before {
  content: '';
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -10%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.chris_2020 .snow .thirty-off .content .item .left::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .thirty-off .content .item .left img {
  width: 100%;
}
.chris_2020 .snow .thirty-off .content .item .right {
  width: 55.5%;
  padding-top: 20px;
  padding-left: 46px;
  position: relative;
}
.chris_2020 .snow .thirty-off .content .item .right::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 84%;
  border: 0.5px dashed #ffffff;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.chris_2020 .snow .thirty-off .content .item .right .title {
  font-size: 24px;
  color: #ffffff;
  padding-right: 68px;
}
.chris_2020 .snow .thirty-off .content .item .right .desc {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-right: 68px;
  margin-bottom: 20px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list {
  width: 100%;
  padding-bottom: 20px;
  border-radius: 56px 0 0 0;
  border-top: 1px solid #ffe6b3;
  border-left: 1px solid #ffe6b3;
  background-image: linear-gradient(to bottom, #fb6e6c, #c30d23);
  position: relative;
  bottom: 0;
  right: 0;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list {
  padding-left: 50px;
  margin-top: 35px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list .price {
  font-size: 36px;
  color: #F0E0AC;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list .del {
  font-size: 16px;
  color: #ffffff;
  text-decoration: line-through;
  margin-left: 5px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy {
  margin-top: 27px;
  margin-left: 29px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart {
  padding: 12px 6px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #96b79d, #146b63);
  border: 1px solid #ffe6b3;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart:hover {
  background-image: linear-gradient(to top, #96b79d, #146b63);
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart:first-child {
  margin-right: 23px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart:nth-last-child(1):first-child {
  margin-left: 20%;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart em {
  margin-right: 10px;
}
.chris_2020 .snow .thirty-off .content .item .right .buy-list .off {
  width: 28.4%;
  height: 101%;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 42px;
  font-weight: bold;
  color: #DA3B4B;
  background-image: linear-gradient(to right, #ffd6b6, #e9c684);
  border-radius: 14px 0 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #ffe6b3;
  border-left: 1px solid #ffe6b3;
}
.chris_2020 .snow .thirty-off .note {
  width: 80.4%;
  margin: 56px auto 89px;
  text-align: center;
}
.chris_2020 .snow .thirty-off .note .description {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .chris_2020 .snow .thirty-off .content .item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .chris_2020 .snow .thirty-off .content .item .left {
    width: 100%;
  }
  .chris_2020 .snow .thirty-off .content .item .left::before {
    top: 7%;
  }
  .chris_2020 .snow .thirty-off .content .item .left::after {
    top: 7%;
  }
  .chris_2020 .snow .thirty-off .content .item .right {
    width: 100%;
  }
  .chris_2020 .snow .thirty-off .content .item .right::before {
    width: 84%;
    height: 1px;
    top: 0;
    left: 50%;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .chris_2020 .snow .thirty-off {
    margin-top: 50px;
  }
  .chris_2020 .snow .thirty-off .thirty-title {
    height: unset;
    background: unset;
  }
  .chris_2020 .snow .thirty-off .thirty-title h2 {
    width: 100%;
    font-size: 24px;
    padding-left: 28%;
    margin: unset;
    text-align: left;
  }
  .chris_2020 .snow .thirty-off .thirty-title h2::before {
    width: 63px;
    height: 58px;
    top: 53%;
    left: 15%;
  }
  .chris_2020 .snow .thirty-off .thirty-title h2::after {
    width: 66%;
    left: 62%;
  }
  .chris_2020 .snow .thirty-off .content {
    width: 100%;
  }
  .chris_2020 .snow .thirty-off .content .item:nth-child(1) .left::after {
    width: 73px;
    height: 61px;
  }
  .chris_2020 .snow .thirty-off .content .item:nth-child(2) .left::after {
    width: 50px;
    height: 65px;
  }
  .chris_2020 .snow .thirty-off .content .item:nth-child(3) .left::after {
    width: 56px;
    height: 62px;
  }
  .chris_2020 .snow .thirty-off .content .item .left {
    padding: 80px 30px 30px;
  }
  .chris_2020 .snow .thirty-off .content .item .left::before {
    width: 90px;
    height: 90px;
    top: 5%;
    left: 10%;
  }
  .chris_2020 .snow .thirty-off .content .item .left::after {
    top: 5%;
    left: 10%;
  }
  .chris_2020 .snow .thirty-off .content .item .right {
    min-height: unset;
    padding: 30px 0 0;
  }
  .chris_2020 .snow .thirty-off .content .item .right::before {
    width: 98%;
  }
  .chris_2020 .snow .thirty-off .content .item .right .title {
    padding: 0 30px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .desc {
    padding: 0 30px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list {
    height: unset;
    position: relative;
    bottom: 0;
    padding-bottom: 20px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list {
    margin-top: 20px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list .price {
    font-size: 23px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .price-list .del {
    font-size: 12px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .buy {
    margin-top: 20px;
    margin-left: 29px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart {
    padding: 12px 6px;
    font-size: 16px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart:first-child {
    margin-right: 23px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .buy .cart i {
    margin-right: 10px;
  }
  .chris_2020 .snow .thirty-off .content .item .right .buy-list .off {
    width: 22.4%;
    top: 0;
    font-size: 26px;
  }
  .chris_2020 .snow .thirty-off .note {
    width: 100%;
    margin: 36px auto 50px;
    padding: 0 22px;
  }
}
