.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.christmas-wrap {
  width: 1280px;
  margin: 0 auto;
}
.christmas-box .christmas-banner {
  background: url("../images/2021christmas/banner-bg.png") no-repeat center #de5524;
  min-width: 1280px;
  height: 500px;
  overflow: hidden;
}
.christmas-box .christmas-banner .christmas-wrap {
  position: relative;
  height: inherit;
  border: 1px solid transparent;
}
.christmas-box .christmas-banner .christmas-wrap:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/banner-pic1.png") no-repeat center;
  width: 281px;
  height: 267px;
  position: absolute;
  right: 436px;
  bottom: 39px;
  z-index: 2;
}
.christmas-box .christmas-banner .banner-title {
  background: url("../images/2021christmas/banner-title.png") no-repeat center;
  position: relative;
  height: 235px;
  z-index: 3;
  top: -16px;
  left: 62px;
  width: 978px;
}
.christmas-box .christmas-banner .banner-ball {
  background: url("../images/2021christmas/banner-ball.png") no-repeat center;
  width: 102px;
  height: 112px;
  position: absolute;
  top: 0;
  right: 310px;
  z-index: 2;
}
.christmas-box .christmas-banner .banner-time-box {
  cursor: default;
  position: relative;
  position: absolute;
  top: 170px;
  left: 407px;
  z-index: 3;
  background: url("../images/2021christmas/banner-time.png") no-repeat center;
  width: 310px;
  height: 41px;
}
.christmas-box .christmas-banner .banner-christmas-gif {
  background: url("../images/2021christmas/christmas-banner-gif.gif") no-repeat center;
  width: 717px;
  height: 324px;
  position: absolute;
  top: 67px;
  left: 200px;
  z-index: 1;
}
.christmas-box .christmas-banner .free-view {
  height: inherit;
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 3;
}
.christmas-box .christmas-banner .free-view:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .christmas-banner .free-view .free {
  width: 300px;
  height: 125px;
  padding-left: 16px;
  box-sizing: border-box;
  background-image: linear-gradient(69deg, #fcdaa8 0%, #fff3ea 100%), linear-gradient(#fff9f3, #fff9f3);
  background-blend-mode: normal,
        normal;
  transition: all 0.46s ease-in;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.christmas-box .christmas-banner .free-view .free:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/free-bg.png") no-repeat center #de5524;
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-size: cover;
}
.christmas-box .christmas-banner .free-view .free:nth-child(2n+1) {
  background-image: linear-gradient(69deg, #ffeac9 0%, #fffefc 100%), linear-gradient(#fff9f3, #fff9f3);
  background-blend-mode: normal,
          normal;
}
.christmas-box .christmas-banner .free-view .free:nth-child(2) {
  top: 125px;
}
.christmas-box .christmas-banner .free-view .free:nth-child(3) {
  top: 250px;
}
.christmas-box .christmas-banner .free-view .free:nth-child(4) {
  top: 375px;
}
.christmas-box .christmas-banner .free-view .free:hover {
  width: 330px;
  box-shadow: 1px 3px 7px 0 rgba(90, 42, 40, 0.35);
  z-index: 2;
  color: #fff;
}
.christmas-box .christmas-banner .free-view .free:hover .free-title {
  color: #fff;
}
.christmas-box .christmas-banner .free-view .free:hover .free-des {
  color: #fff;
}
.christmas-box .christmas-banner .free-view .free:hover:before {
  opacity: 1;
}
.christmas-box .christmas-banner .free-view .free:hover .free-link {
  opacity: 1;
}
.christmas-box .christmas-banner .free-view .free .free-title {
  color: #5a2a28;
  font-size: 21px;
  padding-top: 10px;
  font-weight: 700;
}
.christmas-box .christmas-banner .free-view .free .free-des {
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
  width: 280px;
  color: #8e5c3f;
}
.christmas-box .christmas-banner .free-view .free .free-link {
  height: 28px;
  line-height: 28px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #fcdaa8 0%, #fee7c9 35%, #fff3ea 50%, #ffebd3 66%, #ffe3bb 100%), linear-gradient(#fff9f3, #fff9f3);
  background-blend-mode: normal,
          normal;
  color: #8e5c3f;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s linear;
}
.christmas-box .nav-parent {
  height: 50px;
  background: linear-gradient(to right, #ee6237, #fe9b30, #fe924a);
}
.christmas-box .nav-parent .menu-nav-box.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, #ee6237, #fe9b30, #fe924a);
}
.christmas-box .nav-parent .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .nav-parent .nav-box li {
  width: 25%;
  float: left;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.christmas-box .nav-parent .nav-box li a {
  height: 50px;
  line-height: 50px;
  color: #fcf1e6;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.christmas-box .nav-parent .nav-box li:hover {
  background: url("../images/2021christmas/active-nav.png") no-repeat center;
}
.christmas-box .nav-parent .nav-box li.active {
  background: url("../images/2021christmas/active-nav.png") no-repeat center;
}
.christmas-box .nav-parent .nav-box li.active .icon-nav {
  opacity: 1;
}
.christmas-box .nav-parent .nav-box li .icon-nav {
  background: url("../images/2021christmas/icon-nav.png") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  opacity: 0;
}
.christmas-box .christmas-coupons-title {
  font-size: 32px;
  line-height: 30px;
  color: #490f0f;
  font-weight: 700;
}
.christmas-box .christmas-coupons-title span {
  font-size: 50px;
  color: #ff6000;
}
.christmas-box .christmas-title-note {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.christmas-box .christmas-coupons-box {
  background: url("../images/2021christmas/coupons-box-bg.png") no-repeat center #fcf1e6;
  height: 950px;
}
.christmas-box .christmas-coupons-box .coupons-time {
  text-align: center;
  padding-top: 68px;
}
.christmas-box .christmas-coupons-box .coupons-time .time-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #5a2a28;
  margin-left: 18px;
  vertical-align: middle;
}
.christmas-box .christmas-coupons-box .coupons-time .down-time-box {
  display: inline-block;
  width: 310px;
  margin-left: 20px;
  height: 46px;
  vertical-align: middle;
}
.christmas-box .christmas-coupons-box .christmas-coupons-title {
  margin-top: 70px;
}
.christmas-box .christmas-coupons-box .coupons-lists {
  background: url("../images/2021christmas/coupons-lists-bg.png") no-repeat center;
  height: 632px;
  margin-top: 10px;
  position: relative;
  padding: 80px 0 0 32px;
  box-sizing: border-box;
}
.christmas-box .christmas-coupons-box .coupons-lists:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/coupons-icon-bottom.png") no-repeat center;
  width: 72px;
  height: 65px;
  position: absolute;
  left: -36px;
  bottom: -10px;
  z-index: 1;
}
.christmas-box .christmas-coupons-box .coupons-lists .lists-parent {
  margin-left: -33px;
}
.christmas-box .christmas-coupons-box .coupons-lists .lists-parent:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .christmas-coupons-box .coupons-lists .list {
  background: url("../images/2021christmas/coupon-status-bg.png") no-repeat center;
  width: 384px;
  height: 142px;
  position: relative;
  float: left;
  margin: 0 0 27px 33px;
  transition: all 0.3s linear;
  cursor: default;
}
.christmas-box .christmas-coupons-box .coupons-lists .list:hover {
  transform: translateY(-5px);
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info {
  height: 120px;
  padding: 14px 17px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .info-price {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .info-price .price {
  color: #ff6000;
  font-size: 28px;
  font-weight: 700;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .info-price .price span {
  font-size: 40px;
  line-height: 30px;
  margin-left: 10px;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .info-price .price-des {
  margin-top: 6px;
  font-size: 12px;
  color: #aa4000;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .jump-link {
  background: #ff6000;
  color: #fff;
  height: 28px;
  line-height: 28px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: block;
  width: 90px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  margin-top: -28px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .jump-link.disabled {
  background: #cbcbcb;
  cursor: not-allowed;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-info .jump-link.usenow {
  background: #00a563;
}
.christmas-box .christmas-coupons-box .coupons-lists .list .list-note {
  height: 20px;
  line-height: 20px;
  padding: 0 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  font-size: 12px;
  color: #999999;
}
.christmas-box .christmas-coupons-box .coupons-lists .coupons-bottom-note {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.christmas-box .christmas-coupons-box .coupons-lists .coupons-bottom-note .alter-about {
  font-size: 16px;
  color: #fffc00;
  text-decoration: underline;
}
.christmas-box .started-order-box {
  background: #fcf1e6;
  height: 708px;
}
.christmas-box .started-order-box .christmas-coupons-title {
  padding-top: 70px;
}
.christmas-box .started-order-box .started-title {
  background: url("../images/2021christmas/started-title-bg.png") no-repeat left center;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #ff6000;
  margin-top: 30px;
  color: #fefefe;
  font-size: 16px;
}
.christmas-box .started-order-box .started-title .title-text {
  display: block;
  width: 407px;
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
  box-sizing: border-box;
}
.christmas-box .started-order-box .started-lists {
  margin-top: 37px;
  margin-left: -24px;
}
.christmas-box .started-order-box .started-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .started-order-box .started-lists .list {
  width: 300px;
  height: 395px;
  margin-left: 24px;
  float: left;
  margin-bottom: 24px;
  background: #fff;
  position: relative;
}
.christmas-box .started-order-box .started-lists .list:first-child .fes-time {
  background: #2a74f4;
}
.christmas-box .started-order-box .started-lists .list:first-child .jump-link span:before {
  display: none;
}
.christmas-box .started-order-box .started-lists .list:hover {
  transform: scale(1.01) translateZ(0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
}
.christmas-box .started-order-box .started-lists .list:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/offer-logo.png") no-repeat center;
  width: 76px;
  height: 77px;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
}
.christmas-box .started-order-box .started-lists .list:first-child .list-img {
  background: url("../images/2021christmas/start-slider1.png") no-repeat center #ffaf4a;
}
.christmas-box .started-order-box .started-lists .list:nth-child(2) .list-img {
  background: url("../images/2021christmas/start-slider2.png") no-repeat center #ffaf4a;
}
.christmas-box .started-order-box .started-lists .list:nth-child(3) .list-img {
  background: url("../images/2021christmas/start-slider3.png") no-repeat center #ffaf4a;
}
.christmas-box .started-order-box .started-lists .list:nth-child(4) .list-img {
  background: url("../images/2021christmas/start-slider4.png") no-repeat center #ffaf4a;
}
.christmas-box .started-order-box .started-lists .list-img {
  height: 120px;
  color: #fff;
  padding: 24px 6px 0 19px;
  box-sizing: border-box;
}
.christmas-box .started-order-box .started-lists .list-img .list-name {
  font-size: 18px;
  color: #fefefe;
  font-weight: 700;
}
.christmas-box .started-order-box .started-lists .list-img .list-name-des {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.christmas-box .started-order-box .started-lists .list-material {
  background: #fff;
  height: 30px;
  line-height: 30px;
}
.christmas-box .started-order-box .started-lists .list-material:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .started-order-box .started-lists .list-material.top1-list {
  height: 48px;
  line-height: 48px;
  box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}
.christmas-box .started-order-box .started-lists .list-material .label {
  float: left;
  padding-left: 20px;
  font-size: 14px;
  color: #777777;
}
.christmas-box .started-order-box .started-lists .list-material .val {
  float: right;
  padding-right: 10px;
  font-size: 16px;
  color: #4e2113;
  min-width: 160px;
  text-align: left;
  position: relative;
}
.christmas-box .started-order-box .started-lists .list-material .val .line-tg {
  position: absolute;
  right: 34px;
  bottom: 1px;
  z-index: 1;
  font-size: 12px;
  color: #aaaaaa;
  line-height: normal;
  font-weight: normal;
  text-decoration: line-through;
}
.christmas-box .started-order-box .started-lists .list-material .val .line-tg:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/quote-note.gif") no-repeat center;
  width: 37px;
  height: 27px;
  position: absolute;
  top: -28px;
  right: -36px;
  z-index: 1;
}
.christmas-box .started-order-box .started-lists .festival-info {
  border-top: 1px solid #e5e5e5;
  margin-top: 12px;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-time {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  background: #ea3a3a;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 7px;
  color: #fff;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-as {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ea3a3a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  color: #ea3a3a;
  margin-left: 4px;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-price {
  margin-top: 14px;
  color: #ff6000;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-price .fes-flag {
  font-size: 16px;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-price .fes-count {
  font-size: 32px;
  font-weight: 700;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-price .fes-pcs {
  font-size: 12px;
  color: #333333;
}
.christmas-box .started-order-box .started-lists .festival-info .fes-price .fes-thin {
  text-decoration: line-through;
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 30px;
}
.christmas-box .started-order-box .started-lists .jump-link {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #ff6000;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.christmas-box .started-order-box .started-lists .jump-link span {
  position: relative;
}
.christmas-box .started-order-box .started-lists .jump-link span:before {
  display: none;
  content: '';
  background: url("../images/2021christmas/quote-note.gif") no-repeat center;
  width: 37px;
  height: 27px;
  position: absolute;
  top: -18px;
  right: -36px;
  z-index: 1;
}
.christmas-box .started-order-box .started-lists .jump-link:hover {
  background: #e94f2e;
}
.christmas-box .for-cnc {
  background: #fcf8f4;
  padding: 43px 0;
}
.christmas-box .for-cnc .for-cnc-nav {
  margin-top: 36px;
  border-bottom: 2px solid #ff6000;
}
.christmas-box .for-cnc .for-cnc-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .for-cnc .for-cnc-nav dd {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  color: #4e2113;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.christmas-box .for-cnc .for-cnc-nav dd.active {
  color: #fff;
  background: url("../images/2021christmas/cnc-nav-bg.png") no-repeat left center;
}
.christmas-box .for-cnc .for-cnc-box {
  margin-top: 26px;
}
.christmas-box .for-cnc .for-cnc-box .for-box {
  position: relative;
}
.christmas-box .for-cnc .for-cnc-box .for-box.cnc-mach .for-box-info {
  background: url("../images/2021christmas/cnc-001.png") no-repeat center;
  width: 465px;
  height: 468px;
}
.christmas-box .for-cnc .for-cnc-box .for-box.cnc-mach .items:first-child .items-price {
  background: url("../images/2021christmas/cnc-002.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.cnc-mach .items:nth-child(2) .items-price {
  background: url("../images/2021christmas/cnc-003.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.cnc-mach .items:nth-child(3) .items-price {
  background: url("../images/2021christmas/cnc-004.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.d3-print .for-box-info {
  background: url("../images/2021christmas/3D-001.png") no-repeat center;
  width: 465px;
  height: 468px;
}
.christmas-box .for-cnc .for-cnc-box .for-box.d3-print .items:first-child .items-price {
  background: url("../images/2021christmas/3D-002.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.d3-print .items:nth-child(2) .items-price {
  background: url("../images/2021christmas/3D-003.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.d3-print .items:nth-child(3) .items-price {
  background: url("../images/2021christmas/3D-004.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.sheet-met .for-box-info {
  background: url("../images/2021christmas/sheet-metal-001.png") no-repeat center;
  width: 465px;
  height: 468px;
}
.christmas-box .for-cnc .for-cnc-box .for-box.sheet-met .items:first-child .items-price {
  background: url("../images/2021christmas/sheet-metal-002.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.sheet-met .items:nth-child(2) .items-price {
  background: url("../images/2021christmas/sheet-metal-003.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.sheet-met .items:nth-child(3) .items-price {
  background: url("../images/2021christmas/sheet-metal-004.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.inj-mol .for-box-info {
  background: url("../images/2021christmas/Injection-molding-001.png") no-repeat center;
  width: 465px;
  height: 468px;
}
.christmas-box .for-cnc .for-cnc-box .for-box.inj-mol .items:first-child .items-price {
  background: url("../images/2021christmas/Injection-molding-002.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.inj-mol .items:nth-child(2) .items-price {
  background: url("../images/2021christmas/Injection-molding-003.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box.inj-mol .items:nth-child(3) .items-price {
  background: url("../images/2021christmas/Injection-molding-004.png") no-repeat center;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info {
  width: 465px;
  height: 468px;
  color: #fff;
  background: url("../images/2021christmas/pro-bg1.png") no-repeat center;
  padding: 85px 0 0 18px;
  box-sizing: border-box;
  position: relative;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info .info {
  position: relative;
  padding-left: 20px;
  max-width: 270px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info .info:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info .for-quote-btn {
  background: url("../images/2021christmas/quote-pcb.png") no-repeat center;
  width: 262px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 36px;
  bottom: 45px;
  z-index: 1;
  cursor: pointer;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info .for-quote-btn:hover {
  background: url("../images/2021christmas/quote-pcb-hover.png") no-repeat center;
  width: 262px;
  height: 53px;
}
.christmas-box .for-cnc .for-cnc-box .for-box-info .for-quote-btn a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box {
  position: absolute;
  top: 38px;
  left: 326px;
  z-index: 1;
  margin-left: -30px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items {
  width: 300px;
  height: 390px;
  float: left;
  margin-left: 28px;
  transition: all 0.3s linear;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items:hover {
  transform: translateY(-5px);
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-info {
  background: url("../images/2021christmas/items-bg.png") no-repeat center top;
  height: 260px;
  padding: 22px 0 0 0;
  box-sizing: border-box;
  color: #333333;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-info .jump-link {
  display: block;
  height: 38px;
  line-height: 38px;
  background-image: linear-gradient(-77deg, #f57018 0%, #ff3e24 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-info .jump-link:hover {
  background: url("../images/2021christmas/hover-bg.png") no-repeat center;
  width: 300px;
  height: 38px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .title {
  font-size: 24px;
  color: #333333;
  padding-left: 16px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .title-label {
  margin-top: 4px;
  background: #fdcdb0;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  padding: 0 12px;
  color: #490f0f;
  margin-left: 14px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process {
  margin-top: 20px;
  padding-left: 16px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd {
  margin-bottom: 16px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd.min-height {
  line-height: normal;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd.min-height .pro-label {
  line-height: normal;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd.min-height .pro-val .ic {
  line-height: 15px;
  padding-top: 4px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process dd:first-child .ic {
  width: 92px;
  box-sizing: border-box;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process .pro-label {
  font-size: 14px;
  color: #30583e;
  float: left;
  width: 68px;
  line-height: 38px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process .pro-val {
  float: left;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process .pro-val:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-process .pro-val .ic {
  display: inline-block;
  background: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 6px;
  width: 192px;
  color: #333333;
  margin-left: 8px;
  box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  float: left;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price {
  background: linear-gradient(to right, #fe6130, #fea353);
  height: 95px;
  margin-top: 1px;
  padding: 20px 0 20px 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .price-flag {
  font-size: 18px;
  font-weight: 700;
  color: #490f0f;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .price-flag .price {
  font-size: 32px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .flag-tips {
  font-size: 14px;
  color: #490f0f;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .about-price {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .about-price .ab-price {
  margin-right: 10px;
}
.christmas-box .for-cnc .for-cnc-box .info-items-box .items-price .about-price .ab-dis {
  text-decoration: line-through;
}
.christmas-box .store-box {
  background: url("../images/2021christmas/store.png") no-repeat center #fcf8f4;
  height: 582px;
  overflow: hidden;
  color: #490f0f;
}
.christmas-box .store-box .christmas-coupons-title {
  margin-top: 50px;
}
.christmas-box .store-box .store-lists {
  margin-top: 35px;
  margin-left: -22px;
}
.christmas-box .store-box .store-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .store-box .store-lists .list {
  width: 412px;
  height: 366px;
  float: left;
  margin-left: 22px;
  background: url("../images/2021christmas/s-list.png") no-repeat center;
  background-size: contain;
}
.christmas-box .store-box .store-lists .list-top {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
}
.christmas-box .store-box .store-lists .list-top .off {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.christmas-box .store-box .store-lists .list-body {
  padding: 26px 30px;
  box-sizing: border-box;
}
.christmas-box .store-box .store-lists .list-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .store-box .store-lists .list-body a {
  text-decoration: none;
}
.christmas-box .store-box .store-lists .list-body .body-i {
  float: left;
  width: 160px;
  text-align: center;
}
.christmas-box .store-box .store-lists .list-body .body-i:hover .buy-btn {
  background: #e94f2e;
}
.christmas-box .store-box .store-lists .list-body .body-i:nth-child(2) {
  float: right;
}
.christmas-box .store-box .store-lists .list-img {
  width: 150px;
  height: 150px;
}
.christmas-box .store-box .store-lists .list-name {
  font-size: 14px;
  color: #333333;
  max-width: 160px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.christmas-box .store-box .store-lists .price {
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.christmas-box .store-box .store-lists .line-price {
  text-decoration: line-through;
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  margin-top: 2px;
}
.christmas-box .store-box .store-lists .buy-btn {
  margin: 14px auto 0;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ff6a00;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in;
}
.christmas-box .luck-draw-box {
  background: #fcf1e6;
  padding: 54px 0;
}
.christmas-box .luck-draw-box .draw-body {
  background: url("../images/2021christmas/lucky-draw-bg.png") no-repeat center;
  height: 460px;
  width: 1280px;
  color: #fff;
  margin-top: 35px;
  box-sizing: border-box;
}
.christmas-box .luck-draw-box .draw-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .luck-draw-box .draw-body .draw-info {
  float: left;
  width: 570px;
  margin: 50px 0 0 80px;
  min-height: 400px;
}
.christmas-box .luck-draw-box .draw-body .draw-info .draw-title {
  color: #fffc00;
  font-size: 24px;
  font-weight: 700;
}
.christmas-box .luck-draw-box .draw-body .draw-info .tree {
  margin-left: 10px;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-list {
  margin-top: 23px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-list .time {
  color: #fffc00;
  font-weight: 500;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-list dd {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 20px;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-list dd .index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step {
  margin: 34px 0 0 64px;
  width: 480px;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step .step {
  float: left;
  width: 33.33%;
  height: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step .step:last-child {
  cursor: pointer;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step .step:last-child .count {
  font-size: 18px;
  margin-top: 24px;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step .step:last-child a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.christmas-box .luck-draw-box .draw-body .draw-info .rules-step .step .count {
  font-size: 40px;
  font-weight: 700;
  color: #fffc00;
  margin-bottom: 10px;
}
.christmas-box .luck-draw-box .draw-body .draw-box {
  float: right;
  background: url("../images/2021christmas/draw-bg.gif") no-repeat center;
  width: 614px;
  height: 447px;
  margin-top: 10px;
  position: relative;
}
.christmas-box .luck-draw-box .draw-body .set-draw-box {
  width: 550px;
  height: 406px;
  padding: 24px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin: 18px 0 0 27px;
  box-sizing: border-box;
  position: relative;
}
.christmas-box .luck-draw-box .draw-body .prize {
  width: 160px;
  height: 120px;
  border-radius: 6px;
  border: solid 2px transparent;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}
.christmas-box .luck-draw-box .draw-body .prize .prize-name {
  font-size: 14px;
  font-weight: 500;
}
.christmas-box .luck-draw-box .draw-body .prize .prize-label {
  font-size: 13px;
  color: #fffd70;
  line-height: 21px;
  width: 124px;
  margin: 4px auto 0;
  height: 20px;
  position: relative;
}
.christmas-box .luck-draw-box .draw-body .prize .prize-label:before {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  border: 1px solid #fffd70;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: skew(-10deg);
  box-sizing: border-box;
}
.christmas-box .luck-draw-box .draw-body .prize.win {
  border: solid 2px #6c62ff;
}
.christmas-box .luck-draw-box .draw-body .prize.win .prize-label {
  color: #6c62ff;
}
.christmas-box .luck-draw-box .draw-body .prize.win .prize-label:before {
  border-color: #6c62ff;
}
.christmas-box .luck-draw-box .draw-body .prize:first-child {
  position: absolute;
  top: 17px;
  left: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize1.png") no-repeat center #f6624d;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(2) {
  position: absolute;
  top: 17px;
  left: 196px;
  z-index: 1;
  background: url("../images/2021christmas/prize2.png") no-repeat center #aa7fff;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(3) {
  left: auto;
  position: absolute;
  top: 17px;
  right: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize3.png") no-repeat center #f6624d;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(4) {
  position: absolute;
  top: 141px;
  right: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize4.png") no-repeat center #aa7fff;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(5) {
  left: auto;
  position: absolute;
  top: 265px;
  right: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize5.png") no-repeat center #f6a950;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(6) {
  position: absolute;
  top: 265px;
  left: 196px;
  z-index: 1;
  background: url("../images/2021christmas/prize6.png") no-repeat center #f6a950;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(7) {
  position: absolute;
  top: 265px;
  left: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize7.png") no-repeat center #aa7fff;
}
.christmas-box .luck-draw-box .draw-body .prize:nth-child(8) {
  left: auto;
  position: absolute;
  top: 141px;
  left: 21px;
  z-index: 1;
  background: url("../images/2021christmas/prize8.png") no-repeat center #f6624d;
}
.christmas-box .luck-draw-box .draw-body .draw-btn {
  position: absolute;
  top: 161px;
  left: 222px;
  z-index: 1;
  width: 158px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  background-color: #ff6000;
  border-radius: 50px;
  color: #fff7f5;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.christmas-box .luck-draw-box .draw-body .draw-btn:hover {
  background: #ff8522;
}
.christmas-box .luck-draw-box .draw-body .draw-btn.disabled {
  color: #787878;
  background: #c9c9c9;
  cursor: not-allowed;
}
.christmas-box .luck-draw-box .draw-person-box {
  height: 50px;
  background-color: #ff8522;
  border-radius: 8px;
  margin-top: 23px;
}
.christmas-box .luck-draw-box .draw-person-box .draw-list {
  font-size: 16px;
  color: #fffc00;
  font-weight: normal;
  box-sizing: border-box;
  margin-left: 10px;
}
.christmas-box .luck-draw-box .draw-person-box .person-l {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 15px;
}
.christmas-box .luck-draw-box .draw-person-box .person-r {
  float: left;
  width: 1060px;
  color: #fff;
  height: 50px;
}
.christmas-box .luck-draw-box .draw-person-box .person-r .winner-mask {
  height: 50px;
  overflow: hidden;
  margin-top: 16px;
}
.christmas-box .luck-draw-box .draw-person-box .person-r .swiper-container {
  height: 20px;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  cursor: default;
}
.christmas-box .luck-draw-box .draw-person-box .person-r dl {
  height: 50px;
}
.christmas-box .luck-draw-box .draw-person-box .person-r dl:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-box .luck-draw-box .draw-person-box .person-r dl dd {
  width: 20%;
  float: left;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
.christmas-box .invitation-box {
  background: url("../images/2021christmas/invitation-box-bg.png") no-repeat center;
  height: 379px;
  margin: 70px auto 0;
  overflow: hidden;
}
.christmas-box .invitation-box .invitation-title {
  font-size: 32px;
  color: #4e2113;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
.christmas-box .invitation-box .invitation-title span {
  position: relative;
}
.christmas-box .invitation-box .invitation-title span:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/hat-gif.gif") no-repeat center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}
.christmas-box .invitation-box .invitation-des {
  text-align: center;
  font-size: 16px;
  color: #4e2113;
  width: 1000px;
  line-height: 24px;
  margin: 10px auto 0;
}
.christmas-box .invitation-box .invitation-des span {
  font-weight: 700;
  color: #ff6a00;
}
.christmas-box .invitation-box .inv-icon {
  display: block;
  margin: 20px auto 0;
}
.christmas-box .invitation-box .inv-login {
  margin-top: 20px;
}
.christmas-box .invitation-box .inv-login .inv-icon {
  margin-top: 48px;
}
.christmas-box .invitation-box .inv-login .jump-link {
  display: block;
  font-size: 18px;
  color: #fff;
  width: 314px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 30px auto 0;
  background: #ff6a00;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.christmas-box .invitation-box .inv-logined {
  text-align: center;
  margin-top: 16px;
}
.christmas-box .invitation-box .inv-logined .inv-title {
  font-size: 14px;
  color: #4e2113;
  margin-top: 18px;
  font-weight: 500;
}
.christmas-box .invitation-box .inv-logined .inv-url {
  text-align: center;
  margin-top: 10px;
}
.christmas-box .invitation-box .inv-logined .inv-url .get-url {
  font-size: 16px;
  color: #4e2113;
  font-weight: 500;
  border: 1px dashed #ff8522;
  width: 545px;
  height: 44px;
  background-color: #fff7f5;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
.christmas-box .invitation-box .inv-logined .inv-tool {
  margin-top: 20px;
  text-align: center;
}
.christmas-box .invitation-box .inv-logined .inv-tool a {
  vertical-align: top;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 4px;
  margin-right: 4px;
  text-decoration: none;
}
.christmas-box .invitation-box .inv-logined .inv-tool a.copy-btn {
  background: #21955b;
}
.christmas-box .invitation-box .inv-logined .inv-tool a.tw-btn {
  background: #55acee;
}
.christmas-box .invitation-box .inv-logined .inv-tool a.fc-btn {
  background: #3b5998;
}
.christmas-box .inv-process {
  background: url("../images/2021christmas/inv-process.png") no-repeat center;
  width: 1280px;
  height: 60px;
  margin: 16px auto 0;
}
.christmas-box .sponsor-box222 {
  background: url("../images/2021christmas/Sponsor.png") no-repeat center;
  width: 1280px;
  height: 61px;
  margin: 60px auto 0;
  text-align: center;
}
.christmas-box .sponsor-box222 .sponsor-body222 {
  width: 1280px;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #4e2113;
}
.christmas-box .sponsor-box222 .sponsor-body222 a {
  display: block;
  text-decoration: none;
  color: #4e2113;
}
.christmas-box .sponsor-box222 .sponsor-body222 a img {
  margin-left: 10px;
}
.christmas-pop-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.16);
}
.christmas-pop-mask .christmas-rules-pop {
  width: 680px;
  height: 560px;
  background: url("../images/2021christmas/christmas-coupon-bg.png") no-repeat center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 92;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 36px 25px;
  color: #490f0f;
}
.christmas-pop-mask .christmas-rules-pop .close-btn {
  background: url("../images/2021christmas/close-btn.png") no-repeat center;
  padding: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.christmas-pop-mask .christmas-rules-pop .pop-rules-title {
  font-size: 22px;
  font-weight: 700;
}
.christmas-pop-mask .christmas-rules-pop .show-rules {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.christmas-pop-mask .christmas-rules-pop .is-rules {
  background: url("../images/2021christmas/is-rules.jpg") no-repeat center;
  width: 620px;
  height: 284px;
  margin: 14px auto 0;
}
.christmas-pop-mask .christmas-rules-pop .ok-btn {
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  background: linear-gradient(to bottom, #fffaed, #fff1c5);
  margin: 20px auto 0;
  font-size: 18px;
  color: #490f0f;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.christmas-pop-mask .christmas-end {
  width: 480px;
  height: 214px;
  background: linear-gradient(to right, #FFAB57, #FF954B, #FF7B3F);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 91;
  right: 0;
  top: 0;
  margin: auto;
}
.christmas-pop-mask .christmas-end .close-btn {
  background: url("../images/2021christmas/close-btn.png") no-repeat center;
  padding: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.christmas-pop-mask .christmas-end .christmas-text {
  margin: 40px 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 19px;
}
.christmas-pop-mask .christmas-end .christmas-text a {
  color: #490f0f;
}
.christmas-pop-mask .christmas-end .christmas-text .coupons-align .coupons-flag-text {
  text-align: center;
}
.christmas-pop-mask .christmas-end .christmas-text .coupons-align .flag {
  font-size: 35px;
  color: #490f0f;
  font-weight: 700;
}
.christmas-pop-mask .christmas-end .christmas-tool {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.christmas-pop-mask .christmas-end .christmas-tool a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  min-width: 100px;
  vertical-align: top;
  margin-left: 38px;
  font-size: 18px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.christmas-pop-mask .christmas-end .christmas-tool .quote-btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(to bottom, #F89756, #EF4939);
}
.christmas-pop-mask .christmas-end .christmas-tool .ok-btn {
  color: #e43e21;
  background: linear-gradient(to bottom, #fffaed, #fff1c5);
}
.christmas-pop-mask .christmas-end.quote-jump .christmas-text {
  position: relative;
}
.christmas-pop-mask .christmas-end.quote-jump .christmas-text:before {
  display: block;
  content: '';
  background: url("../images/2021christmas/note-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: 1;
}
.christmas-pop-mask .christmas-end.wind .beans {
  color: #490f0f;
  font-weight: 700;
}
.christmas-pop-mask .christmas-end.wind .beans a {
  text-decoration: underline;
  color: #490f0f !important;
}
.down-time-box {
  position: relative;
}
.down-time-box .flashsl-countdown {
  transform: scale(0.5);
  position: absolute;
  top: -38px;
  left: -154px;
  z-index: 1;
}
.down-time-box .flashsl-countdown .falshsl-digit {
  width: 620px;
}
.down-time-box .flash-view-more {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.down-time-box .flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.down-time-box .flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.down-time-box .flip-clock-wrapper a:hover {
  color: #fff;
}
.down-time-box .flip-clock-wrapper ul {
  list-style: none;
}
.down-time-box .flip-clock-wrapper.clearfix:after,
.down-time-box .flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}
.down-time-box .flip-clock-wrapper.clearfix:after {
  clear: both;
}
.down-time-box .flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.down-time-box .flip-clock-meridium {
  background: 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.down-time-box .flip-clock-meridium a {
  color: #313333;
}
.down-time-box .flip-clock-wrapper {
  text-align: center;
  position: relative;
  margin: 1em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.down-time-box .flip-clock-wrapper:after,
.down-time-box .flip-clock-wrapper:before {
  content: " ";
  display: table;
}
.down-time-box .flip-clock-wrapper:after {
  clear: both;
}
.down-time-box .flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: 700;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}
.down-time-box .flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.down-time-box .flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.down-time-box .flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.down-time-box .flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.down-time-box .flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.down-time-box .flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.down-time-box .flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.down-time-box .flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.down-time-box .flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}
.down-time-box .flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.down-time-box .flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.down-time-box .flip-clock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.down-time-box .flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}
.down-time-box .flip-clock-divider:first-child {
  width: 0;
}
.down-time-box .flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}
.down-time-box .flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: #000;
  text-shadow: none;
}
.down-time-box .flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}
.down-time-box .flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}
.down-time-box .flip-clock-dot.top {
  top: 30px;
}
.down-time-box .flip-clock-dot.bottom {
  bottom: 30px;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
.down-time-box .flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
  /*background: linear,top,rgba(0,0,0,.1) 0,#000 100%;*/
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  /*background: linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;*/
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
  /*background: linear,top,rgba(0,0,0,.1) 0,#000 100%;*/
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  /*background: linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;*/
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /*background: linear,top,#000 0,rgba(0,0,0,.1) 100%;*/
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  /*background: linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;*/
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.down-time-box .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /*background: linear,top,#000 0,rgba(0,0,0,.1) 100%;*/
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  /*background: linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;*/
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=christmas2021.css.map */