.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;
}
.header-wrap .hm-right {
  z-index: 12;
}
@keyframes saleBig {
  from {
    transform: scale(1) translateZ(0);
  }
  50% {
    transform: scale(1.03) translateZ(0);
  }
  to {
    transform: scale(1) translateZ(0);
  }
}
@keyframes dronBig {
  from {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) translateZ(0);
    opacity: 0.9;
  }
  to {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}
.active-box {
  font-family: Arial;
  overflow: hidden;
}
.active-wrap {
  width: 1200px;
  margin: 0 auto;
}
.active-banner {
  height: 687px;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
}
.active-banner:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/video-bgd.png") no-repeat center;
  height: 737px;
  width: 100%;
  min-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.active-banner:after {
  display: block;
  content: '';
  background: url("../images/2020christmas/mark-r.png") no-repeat center;
  height: 736px;
  width: 355px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.active-banner .active-wrap {
  position: relative;
  z-index: 11;
  margin-top: 380px;
  height: 356px;
  box-sizing: border-box;
}
.active-banner .drone {
  position: absolute;
  top: -52px;
  right: -216px;
  z-index: 2;
  --animate-duration: 2s;
  animation: dronBig 1.5s infinite ease-in;
}
.active-banner .the-countdown {
  width: 358px;
  height: 55px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -360px;
}
.active-banner .the-countdown:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.active-banner .the-countdown .the-name {
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 11px 0 0 18px;
  position: relative;
  z-index: 2;
}
.active-banner .the-countdown .countdown-box {
  background: url("../images/2020christmas/the-down-bg.png") no-repeat center;
  width: 238px;
  height: 33px;
  float: right;
  position: relative;
  z-index: 3;
  top: 5px;
  right: 10px;
}
.active-banner .the-countdown .countdown-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.active-banner .the-countdown .countdown-box .time {
  width: 53px;
  height: auto;
  float: left;
  margin-left: 2px;
}
.active-banner .the-countdown .countdown-box .number {
  height: 26px;
  line-height: 26px;
  margin-top: 3px;
  text-align: center;
}
.active-banner .the-countdown .countdown-box .number span {
  display: inline-block;
  width: 21px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.active-banner .the-countdown .countdown-box .label {
  width: 53px;
  font-size: 12px;
  color: #f8bb22;
  text-align: center;
  margin-top: 1px;
}
.active-banner .the-countdown .countdown-box .hours {
  margin-left: 7px;
}
.active-banner .the-countdown .countdown-box .minutes {
  margin-left: 6px;
}
.active-banner .the-countdown .countdown-box .seconds {
  margin-left: 6px;
}
.active-banner .the-countdown .countdown-box .seconds .number {
  margin-left: 4px;
}
.active-banner .active-title {
  height: 522px;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.active-banner .active-title .move-title {
  height: 522px;
  position: absolute;
  background: url("../images/2020christmas/move-title.png?v=201202") no-repeat center;
  min-width: 1280px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.active-banner .sub-title {
  margin-top: 30px;
}
.active-banner .coupons-box {
  width: 998px;
  height: 327px;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.active-banner .coupons-box .coupons-top {
  height: 44px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#471fe2, endColorstr=#b410e6);
  /*IE<9>*/
  background: linear-gradient(to right, #471fe2, #b410e6);
  position: relative;
  z-index: 3;
}
.active-banner .coupons-box .coupons-body {
  position: relative;
  padding: 17px 21px;
  box-sizing: border-box;
}
.active-banner .coupons-box .coupons-body:before {
  display: block;
  content: '';
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.02));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.active-banner .coupons-box .coupons-body .cou-lists {
  position: relative;
  z-index: 3;
}
.active-banner .coupons-box .coupons-body .cou-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.active-banner .coupons-box .coupons-body .cou-lists li {
  position: relative;
  width: 128px;
  height: 171px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-left: 10px;
  float: left;
}
.active-banner .coupons-box .coupons-body .cou-lists li:first-child {
  margin-left: 0;
}
.active-banner .coupons-box .coupons-body .cou-lists li:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: #5e23ac;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.active-banner .coupons-box .coupons-body .cou-lists li .price {
  font-size: 40px;
  color: #ffdba1;
  font-weight: 700;
  margin-top: 9px;
}
.active-banner .coupons-box .coupons-body .cou-lists li .des {
  font-size: 12px;
  color: #fff;
  height: 71px;
  background: url("../images/2020christmas/gift1.png") no-repeat center bottom;
}
.active-banner .coupons-box .coupons-body .cou-lists li .bottom {
  height: 48px;
  position: relative;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.active-banner .coupons-box .coupons-body .cou-lists li .bottom:before {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 1px #fff dashed;
  opacity: 0.2;
  -ms-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  filter: opacity(20);
}
.active-banner .coupons-box .coupons-body .cou-lists li .bottom .quote-btn {
  display: inline-block;
  font-size: 12px;
  color: #5e23ac;
  background: #ffdba1;
  line-height: 22px;
  text-align: center;
  width: 96px;
  height: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-weight: 700;
}
.active-banner .coupons-box .coupons-body .cou-lists li .bottom .disabled {
  color: #fff;
  background: #ccc;
}
.active-banner .coupons-box .coupons-body .cou-lists li .bottom .disabled:hover {
  text-decoration: none;
}
.active-banner .coupons-box .top-l {
  padding: 0 10px;
  min-width: 120px;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  margin: 9px 0 0 12px;
  color: #fff;
  font-size: 15px;
  position: relative;
  text-align: center;
}
.active-banner .coupons-box .top-l span {
  position: relative;
  z-index: 2;
}
.active-banner .coupons-box .top-l:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skew(-10deg);
  background: #3b0bb3;
}
.active-banner .coupons-box .top-r {
  float: right;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  margin-right: 20px;
}
.active-banner .coupons-box .top-r a {
  margin-left: 12px;
  color: #ffc12e;
  text-decoration: underline;
}
.video-box {
  position: absolute;
  height: 550px;
  width: 100%;
}
.video-box:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.gift-box .gift-1 {
  background: url("../images/2020christmas/gift-1.png") no-repeat center;
  width: 194px;
  height: 178px;
  position: absolute;
  left: -158px;
  bottom: 28px;
  z-index: 5;
  --animate-duration: 0.2s;
}
.gift-box .gift-2 {
  background: url("../images/2020christmas/gift-2.png") no-repeat center;
  width: 163px;
  height: 106px;
  position: absolute;
  left: -95px;
  bottom: 45px;
  z-index: 6;
  --animate-duration: 0.6s;
}
.gift-box .gift-3 {
  width: 90px;
  height: 120px;
  position: absolute;
  left: 55px;
  bottom: 47px;
  z-index: 12;
}
.gift-box .gift-4 {
  background: url("../images/2020christmas/gift-4.png") no-repeat center;
  width: 183px;
  height: 157px;
  position: absolute;
  right: -170px;
  bottom: 48px;
  z-index: 7;
}
.gift-box .gift-5 {
  background: url("../images/2020christmas/gift-5.png") no-repeat center;
  width: 160px;
  height: 138px;
  position: absolute;
  right: -64px;
  bottom: 40px;
  z-index: 6;
}
.gift-box .gift-6 {
  background: url("../images/2020christmas/gift-6.gif") no-repeat center;
  width: 112px;
  height: 122px;
  position: absolute;
  right: 19px;
  bottom: 47px;
  z-index: 12;
  --animate-duration: 1.2s;
}
.nav-parent {
  height: 65px;
}
.menu-nav-box {
  height: 65px;
  background: linear-gradient(to right, #471fe2, #b510e6);
}
.menu-nav-box .nav-box {
  font-size: 0;
  text-align: center;
}
.menu-nav-box .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.menu-nav-box .nav-box li {
  height: 65px;
  line-height: 65px;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  width: 260px;
  position: relative;
}
.menu-nav-box .nav-box li:hover {
  background: #a712e5;
}
.menu-nav-box .nav-box li:nth-child(2) {
  width: 192px;
}
.menu-nav-box .nav-box li:nth-child(3) {
  width: 192px;
}
.menu-nav-box .nav-box li a {
  display: block;
  position: relative;
  z-index: 3;
  color: #fff;
  text-decoration: none;
}
.menu-nav-box .nav-box .active:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #a712e5;
  position: absolute;
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
}
.video-floor {
  background: #130259;
  height: 733px;
  color: #fff;
  position: relative;
}
.video-floor:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/shadow1.png") no-repeat center;
  width: 325px;
  height: 306px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-floor:after {
  display: block;
  content: '';
  background: url("../images/2020christmas/shadow2.png") no-repeat center;
  width: 387px;
  height: 270px;
  position: absolute;
  top: 374px;
  right: 0;
  z-index: 1;
}
.video-floor .active-wrap {
  position: relative;
}
.video-floor .video-title {
  font-size: 32px;
  text-align: center;
  padding-top: 57px;
  font-weight: bold;
}
.video-floor .video-flag1 {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 1;
  margin-left: -36px;
}
.video-floor .video-body {
  width: 1200px;
  height: 533px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url("../images/2020christmas/video-parent-bg.png") no-repeat center;
  margin: 53px auto 0;
  position: relative;
  z-index: 3;
  padding: 43px 0 0 33px;
  box-sizing: border-box;
}
.video-floor .video-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.video-floor .video-body .body-l {
  background: url("../images/2020christmas/video-bg1.png") no-repeat center;
  width: 631px;
  height: 453px;
  float: left;
}
.video-floor .video-body .play-video-parent {
  width: 609px;
  height: 339px;
  margin: 10px auto 0;
  position: relative;
  cursor: pointer;
}
.video-floor .video-body .play-video-parent:hover .video-name {
  display: none;
}
.video-floor .video-body .play-video-parent .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: url("../images/2020christmas/paly-btn.png") no-repeat center;
  width: 156px;
  height: 134px;
  transform: translateX(-50%) translateY(-50%);
}
.video-floor .video-body .play-video-parent .video-name {
  width: 609px;
  height: 47px;
  color: #fff;
  line-height: 47px;
  padding-left: 28px;
  box-sizing: border-box;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.video-floor .video-body .play-video-parent .video-name:before {
  background: #000;
  display: block;
  content: '';
  width: 100%;
  height: 47px;
  filter: opacity(60);
  opacity: 0.6;
  -ms-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-floor .video-body .video-tool {
  width: 609px;
  height: 83px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 8px auto 0;
  position: relative;
}
.video-floor .video-body .video-tool .left-btn,
.video-floor .video-body .video-tool .right-btn {
  width: 19px;
  height: 83px;
  cursor: pointer;
}
.video-floor .video-body .video-tool .left-btn:after,
.video-floor .video-body .video-tool .right-btn:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  filter: opacity(25);
  opacity: 0.25;
  -ms-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
}
.video-floor .video-body .video-tool .left-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-floor .video-body .video-tool .left-btn:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2NjZGQjY5MkRGNjExRUJCRkU0OEU3OUJEMTEzQkI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2NjZGQjZBMkRGNjExRUJCRkU0OEU3OUJEMTEzQkI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjY2NkZCNjcyREY2MTFFQkJGRTQ4RTc5QkQxMTNCQjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjY2NkZCNjgyREY2MTFFQkJGRTQ4RTc5QkQxMTNCQjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7AKfx5AAAA40lEQVR42mL8//8/Azqw5NssBKRmATE/ExZJfiA1G4iDgVieEdkEoCQnkJoJxLFA/BiIo1mQJEGm9UEl3wFx+vFPvoeZoJLMQKobiDOA+DuIBkpuB8nB3FAJxIVA/A2Is4CSq2EmM1rwbsqH6v4NxCVAyenIjmaC6mYF4nXokjAFk4H4HxB7Ad0ShU1BOxB3ATEocKYDFYUhKwCHA1CQDcieBPIaEH8C4iigdVvhCqBeZYMGUgIQv4Aq2o8ekrxAaj40mO8CcSQjemQBFQkDqSVA7AHEVxhxxKYkkJoLxHwAAQYA9uhQy13RprYAAAAASUVORK5CYII=) no-repeat center;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
}
.video-floor .video-body .video-tool .right-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.video-floor .video-body .video-tool .right-btn:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMjUwQTZGMkRGNjExRUI4MThGRjI2NkRBRDMxMjlBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCMjUwQTcwMkRGNjExRUI4MThGRjI2NkRBRDMxMjlBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkIyNTBBNkQyREY2MTFFQjgxOEZGMjY2REFEMzEyOUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkIyNTBBNkUyREY2MTFFQjgxOEZGMjY2REFEMzEyOUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5kT/HCAAAA6ElEQVR42myRPwtBURjGjyuDAavN4DMoRitZKIMYUP4NymCQL6DIYpKSUgyyMFBGgw9iMlDcogyu37md5F5O/XrqPM95O+/7OsKe1U4IcYXS4Za4CNvRIAApGEW8a9+/QBGOkIQBIbclQNk9WgZZPgd9Qtp3BUFog1TgobRLyPkJqNACqcEdGtCS9w7DMCyf4mUV6YELmj8BFZoiWThpf8wMEoOX7MpSATMt5wFe6ED7E8CMIzNlDqHOx59mADOqTD9M5FykaXbBLkLoHIKwhDym/j2osTK36qVu34XcpJxkAfNs7+otwAAYXVKf5GladAAAAABJRU5ErkJggg==) no-repeat center;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
}
.video-floor .video-body .video-tool .box-mask {
  width: 560px;
  height: 83px;
  overflow: hidden;
}
.video-floor .video-body .video-tool .box-lists {
  width: 560px;
  height: 83px;
  overflow: hidden;
}
.video-floor .video-body .video-tool .box-lists .lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.video-floor .video-body .video-tool .box-lists li {
  width: 154px;
  height: 83px;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding: 1px 0;
  cursor: pointer;
}
.video-floor .video-body .video-tool .box-lists li:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/lock.png") no-repeat center;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 14px;
  bottom: 7px;
  z-index: 2;
}
.video-floor .video-body .video-tool .box-lists li:after {
  display: block;
  content: '';
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: opacity(50);
}
.video-floor .video-body .video-tool .box-lists li img {
  width: 150px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  box-sizing: border-box;
}
.video-floor .video-body .video-tool .box-lists .active:before {
  display: none;
}
.video-floor .video-body .video-tool .box-lists .swiper-slide-active {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.video-floor .video-body .video-tool .box-lists .swiper-slide-active:after {
  display: none;
}
.video-floor .video-body .video-tool .box-lists .swiper-slide-active img {
  border: 2px solid #471fe2;
}
.video-floor .video-body .body-r {
  float: left;
  margin-left: 28px;
  overflow: hidden;
}
.video-floor .video-body .body-r .lists {
  margin-left: -5px;
  width: 480px;
  --animate-duration: 0.4s;
}
.video-floor .video-body .body-r .lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.video-floor .video-body .body-r .list {
  width: 165px;
  height: 138px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 18px 0 0 21px;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: 0 0 10px 5px;
  overflow: hidden;
}
.video-floor .video-body .body-r .list:nth-child(3) {
  width: 135px;
}
.video-floor .video-body .body-r .list:before {
  display: block;
  content: '';
  background: #041b32;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: opacity(15);
  opacity: 0.15;
  -ms-opacity: 0.15;
  -moz-opacity: 0.15;
  -o-opacity: 0.15;
}
.video-floor .video-body .body-r .list .name {
  margin-top: 11px;
  font-size: 15px;
}
.video-floor .video-body .body-r .list .price {
  font-size: 28px;
  color: #fed26e;
  margin-top: 8px;
}
.video-floor .video-body .body-r .more-tips {
  font-size: 22px;
  color: #fff;
  width: 415px;
  margin-top: 27px;
  font-weight: bold;
  --animate-duration: 0.6s;
}
.video-floor .video-body .body-r .tips-des {
  width: 460px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
  --animate-duration: 1.2s;
}
.video-floor .video-body .body-r .tips-des .go-a {
  color: #fed26e;
  text-decoration: underline;
}
.video-floor .video-body .body-r .tips-des .btn-flag {
  vertical-align: sub;
}
.vjs-big-play-button {
  visibility: hidden;
}
.luck-floor {
  background: #17026b;
  height: 824px;
}
.luck-floor .active-wrap {
  position: relative;
  overflow: hidden;
}
.luck-floor .luck-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-top: 57px;
  font-weight: 700;
}
.luck-floor .luck-flag {
  position: absolute;
  top: 114px;
  left: 50%;
  z-index: 1;
  margin-left: -38.5px;
}
.luck-floor .luck-box {
  background: url("../images/2020christmas/luck-bg.png") no-repeat center;
  width: 1200px;
  height: 513px;
  margin: 59px auto 0;
  padding: 53px 0 0 34px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.luck-floor .luck-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.luck-floor .prize-box {
  background: url("../images/2020christmas/prize-bg.png") no-repeat center;
  width: 658px;
  height: 404px;
  padding: 2px 0;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.luck-floor .prize-box .prize {
  background: url("../images/2020christmas/prize.png") no-repeat center;
  width: 136px;
  height: 76px;
}
.luck-floor .prize-box .prize .name {
  width: 136px;
  height: 49px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: 25px;
  left: 0;
  z-index: 1;
}
.luck-floor .prize-box .prize .prize-img {
  margin: 46px auto 0;
  display: block;
}
.luck-floor .prize-box .prize:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 26px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(1) .prize-img {
  margin: 46px 0 0 -4px;
}
.luck-floor .prize-box .prize:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 174px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(2) .prize-img {
  margin: 52px auto 0;
}
.luck-floor .prize-box .prize:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 329px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(3) .prize-img {
  margin: 34px 0 0 12px;
}
.luck-floor .prize-box .prize:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 482px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(4) .prize-img {
  margin: 45px 0 0 9px;
}
.luck-floor .prize-box .prize:nth-child(8) {
  position: absolute;
  top: 200px;
  left: 26px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(8) .prize-img {
  margin: 54px auto 0;
}
.luck-floor .prize-box .prize:nth-child(7) {
  position: absolute;
  top: 200px;
  left: 174px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(7) .prize-img {
  margin: 35px auto 0;
}
.luck-floor .prize-box .prize:nth-child(6) {
  position: absolute;
  top: 200px;
  left: 329px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(6) .prize-img {
  margin: 54px auto 0;
}
.luck-floor .prize-box .prize:nth-child(5) {
  position: absolute;
  top: 200px;
  left: 482px;
  z-index: 1;
}
.luck-floor .prize-box .prize:nth-child(5) .prize-img {
  margin: 54px 0 0 20px;
}
@keyframes winBig {
  from {
    transform: scale(1) translateY(0) translateZ(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.04) translateY(-3px) translateZ(0);
    opacity: 0.9;
  }
  to {
    transform: scale(1) translateY(0) translateZ(0);
    opacity: 1;
  }
}
.luck-floor .prize-box .win {
  background: url("../images/2020christmas/win.png") no-repeat center;
  width: 136px;
  height: 76px;
}
.luck-floor .prize-box .win .prize-img {
  animation: winBig 0.3s infinite ease-in;
}
.luck-floor .luck-des {
  float: left;
  width: 453px;
  margin-left: 28px;
}
.luck-floor .luck-des .luck-btn {
  background: url("../images/2020christmas/prize-btn.png") no-repeat center;
  display: block;
  width: 255px;
  height: 84px;
  line-height: 76px;
  margin: 0 auto 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  animation: saleBig 1s infinite ease-in;
}
.luck-floor .luck-des .end-btn {
  background: url("../images/2020christmas/end-btn.png") no-repeat center;
  height: 84px;
  width: 255px;
  animation: none;
}
.luck-floor .luck-des .draws-box {
  margin: 16px auto 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.luck-floor .luck-des .draws-box span {
  font-size: 29px;
  font-weight: bold;
  color: #fed26e;
}
.luck-floor .luck-des .luck-rules {
  position: relative;
  width: 480px;
  min-height: 200px;
  margin-top: 16px;
  padding-top: 17px;
}
.luck-floor .luck-des .luck-rules:before {
  display: block;
  content: '';
  width: 430px;
  border-top: 1px #fff dashed;
  filter: opacity(20);
  opacity: 0.2;
  -ms-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.luck-floor .luck-des .luck-rules .title {
  font-size: 20px;
  color: #fff;
  margin: 6px 0 13px 0;
  font-weight: 700;
}
.luck-floor .luck-des .luck-rules .rules {
  margin-bottom: 10px;
  color: #fff;
}
.luck-floor .luck-des .luck-rules .rules:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.luck-floor .luck-des .luck-rules .rules .named {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}
.luck-floor .luck-des .luck-rules .rules .named-text {
  font-size: 14px;
  float: left;
  margin-left: 8px;
  max-width: 440px;
}
.luck-floor .luck-des .luck-rules .rules .named-text span {
  color: #fed26e;
}
.luck-floor .luck-des .redeem-box {
  margin-top: 18px;
  font-size: 16px;
}
.luck-floor .luck-des .redeem-box a {
  color: #fed26e;
  text-decoration: underline;
  margin-right: 2px;
}
.luck-floor .winners-box {
  margin-top: 12px;
  background: url("../images/2020christmas/winners-bg.png") no-repeat center;
  width: 1200px;
  height: 61px;
  padding-left: 34px;
  box-sizing: border-box;
}
.luck-floor .winners-box .winner-tips {
  position: relative;
  height: 61px;
  line-height: 61px;
  float: left;
  padding-left: 26px;
  font-size: 16px;
  color: #fed26e;
  font-weight: 700;
}
.luck-floor .winners-box .winner-tips:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQzQThCMDlGMkUyMjExRUJBRDU0QzM4NUQ5RUU4RkU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQzQThCMEEwMkUyMjExRUJBRDU0QzM4NUQ5RUU4RkU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDNBOEIwOUQyRTIyMTFFQkFENTRDMzg1RDlFRThGRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDNBOEIwOUUyRTIyMTFFQkFENTRDMzg1RDlFRThGRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4AIsbpAAABmklEQVR42pzTzSsFYRTH8bnjXm9h5yWyxEpho5DkLYqNlZUoIoWtvVCs/AFSVv4D8rIkslBI2ZDYeE9CXO71PfWbmsbMxlOf5t57Zs49zznPxFLHk05gVWEV1djFAsbQhQsM48C7OVa95LiBBDnYQRytSGITpWjBEbZQ4n8omKQGZWjGPvrwhSEcYkDfO6OSZOAarxhVLB+3qtBWr+0Ap/5nY/TEypxHHt5Qr9ipElfgCi+oU8x6kqvtzlmSW5W6rsCdHrakhZjACi7xgU/9btcG9FiSdz7U4tz5u1xV0aRrcFmyE1d7TDvhK6V4yolero3yHrPYRhF+FLTEBWruNG6U0BvCg3bwY0n6dag6rDT1xdGe8zWZNj3kTclaUKk/7bYkezjGmqbkX1bJmc7LWSA2iEVO7IY366yI/eaoudkRTc9In0zF/YctHnJjQn1IhMTiUcf+X8v1lf0SEr/XtJ5CYs/aZswryV6qdr3B3hbsSJejGI3qW0KjT+oltCK+vSTjWNZrnvQdMIs/YkYVub5zkokRppP+FWAAVnJg7UCHea0AAAAASUVORK5CYII=) no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.luck-floor .winners-box .winner-text {
  width: 974px;
  float: left;
  font-size: 14px;
  height: 42px;
  box-sizing: border-box;
  margin-left: 24px;
  overflow: hidden;
  margin-top: 9px;
}
.luck-floor .winners-box .winner-text .winner-text-parent {
  text-align: center;
}
.luck-floor .winners-box .winner-text .list {
  height: 22px;
  width: 974px;
}
.luck-floor .winners-box .winner-text .lamp-item {
  width: 200px;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  margin-left: 24px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #d3c1a7;
}
.luck-floor .winners-box .winner-text .lamp-item:first-child {
  margin-left: 0;
}
.luck-floor .winners-box .winner-text .lamp-item span {
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.86px;
}
.luck-floor .winners-box .winner-text .lamp-item div {
  display: inline-block;
}
.sale-floor {
  background: #130259;
  height: 940px;
  position: relative;
}
.sale-floor:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/bg1.png") no-repeat center;
  width: 196px;
  height: 165px;
  position: absolute;
  top: -76px;
  left: 19px;
  z-index: 1;
}
.sale-floor .active-wrap {
  position: relative;
}
.sale-floor .sale-title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 55px;
}
.sale-floor .sale-flag {
  position: absolute;
  top: 103px;
  left: 50%;
  z-index: 1;
  margin-left: -38px;
}
.sale-floor .sale-box {
  background: url("../images/2020christmas/sale-bg.png") no-repeat center;
  width: 1200px;
  height: 718px;
  margin: 60px auto 0;
  position: relative;
  padding: 58px 35px;
  box-sizing: border-box;
  z-index: 3;
}
.sale-floor .sale-box .sale-top {
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.sale-floor .sale-box .sale-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.sale-floor .sale-box .sale-top .name {
  color: #fff;
}
.sale-floor .sale-box .sale-top .flag {
  color: #fed26e;
}
.sale-floor .sale-box .sale-top .num {
  font-size: 62px;
}
.sale-floor .sale-box .sale-top .sal-text {
  float: left;
  position: relative;
  padding-right: 36px;
  box-sizing: border-box;
}
.sale-floor .sale-box .sale-top .falling {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sale-floor .sale-box .sale-top .quote-btn {
  display: block;
  background: url("../images/2020christmas/now-bg.png") no-repeat center;
  width: 283px;
  height: 60px;
  float: right;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  animation: saleBig 1.6s infinite ease-in;
}
.sale-floor .sale-box .sale-top .quote-btn:hover {
  text-decoration: none;
}
.sale-floor .sale-box .sale-top .quote-btn img {
  vertical-align: sub;
}
.sale-floor .sale-box .sale-bottom {
  margin-top: 36px;
  --animate-duration: 1.2s;
}
.sale-floor .sale-box .sale-bottom:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.sale-floor .sale-box .sale-bottom .bottom-l {
  float: left;
  width: 555px;
  height: 492px;
  background: linear-gradient(to right, #3b64fb, #7740fc);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 36px;
  box-sizing: border-box;
  position: relative;
}
.sale-floor .sale-box .sale-bottom .bottom-r {
  float: right;
  width: 555px;
  height: 492px;
  background: linear-gradient(to right, #3b64fb, #7740fc);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 36px;
  box-sizing: border-box;
  position: relative;
}
.sale-floor .sale-box .sale-bottom .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
}
.sale-floor .sale-box .sale-bottom .title-des {
  margin-top: 16px;
  font-size: 15px;
  color: #fff;
  width: 325px;
  padding-left: 30px;
}
.sale-floor .sale-box .sale-bottom .hot {
  position: absolute;
  top: 70px;
  right: 19px;
  z-index: 2;
}
.sale-floor .sale-box .sale-bottom .product-box {
  margin: 30px auto 0;
  width: 484px;
  height: 305px;
}
.sale-floor .sale-box .sale-bottom .product-box img {
  transition: all 0.3s;
}
.sale-floor .sale-box .sale-bottom .product-box:hover img {
  transform: scale(1.02);
}
.call-floor {
  background: #17026b;
  height: 1209px;
  position: relative;
}
.call-floor:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/bg2.png") no-repeat center;
  width: 158px;
  height: 106px;
  position: absolute;
  top: -50px;
  right: 80px;
  z-index: 1;
}
.call-floor .call-title {
  font-size: 32px;
  font-weight: 700;
  padding-top: 55px;
  color: #fff;
  text-align: center;
  --animate-duration: 0.8s;
}
.call-floor .call-box {
  margin-top: 37px;
  height: 412px;
  position: relative;
}
.call-floor .call-box .data-loading {
  background: url("../images/2020christmas/loading.gif") no-repeat center rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
}
.call-floor .call-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .call-box .call-lists {
  margin-left: -10px;
}
.call-floor .call-box .call-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .call-box li {
  float: left;
  margin: 0 0 20px 10px;
  background: #fff;
  width: 292px;
  height: 392px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.call-floor .call-box li:hover {
  transform: translateY(-5px);
}
.call-floor .call-box li:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/falg.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.call-floor .call-box .call-img {
  position: relative;
  height: 228px;
  background: #656b74;
  overflow: hidden;
}
.call-floor .call-box .call-flag {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.call-floor .call-box .give-title {
  font-weight: 700;
  padding: 26px 0 0 20px;
  box-sizing: border-box;
}
.call-floor .call-box .give-title .the-title {
  max-width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  height: 18px;
}
.call-floor .call-box .give-title .the-name {
  max-width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-top: 4px;
  color: #00a699;
  height: 18px;
}
.call-floor .call-box .give-like {
  padding: 30px 0 20px 20px;
  box-sizing: border-box;
  background: #fff;
}
.call-floor .call-box .give-like:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .call-box .give-like .like-parent {
  float: left;
  max-width: 120px;
  height: 32px;
}
.call-floor .call-box .give-like .like-parent:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .call-box .give-like .like-parent .like-img {
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-bottom: 2px;
  float: left;
  position: relative;
  border-radius: 100%;
  background: #ccc;
  cursor: pointer;
}
.call-floor .call-box .give-like .like-parent .like-img:hover .tooltip-user {
  opacity: 1;
  visibility: visible;
}
.call-floor .call-box .give-like .like-parent .like-img > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.call-floor .call-box .give-like .like-parent .like-img:first-child {
  margin-left: 0;
}
.call-floor .call-box .give-like .like-parent .like-img .tooltip-user {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 148px;
  min-height: 100px;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #fcfcfc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  color: #202121;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 200;
  left: -60px \9;
}
.call-floor .call-box .give-like .like-parent .like-img .tooltip-user:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #fcfcfc;
  border-width: 8px 6px;
  pointer-events: none;
}
.call-floor .call-box .give-like .like-parent .like-img .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.call-floor .call-box .give-like .like-parent .like-img .row-user:last-child {
  margin-bottom: 0;
}
.call-floor .call-box .give-like .like-parent .like-img .row-user .avatar-profile {
  position: relative;
  display: inline-block;
}
.call-floor .call-box .give-like .like-parent .like-img .row-user img {
  float: none;
  border-radius: 50%;
}
.call-floor .call-box .give-like .like-parent .like-img .row-user strong {
  color: #202121 !important;
  font-weight: 700;
}
.call-floor .call-box .give-like .like-btn {
  float: right;
  width: 114px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(to right, #ff6b24, #ff983d);
  border-radius: 30px;
  margin-right: 14px;
  color: #fff;
  cursor: pointer;
}
@keyframes myfirst {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3px);
  }
}
.call-floor .call-box .give-like .like {
  display: inline-block;
  background: url("../images/2020christmas/like.png") no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  transition: all 0.3s;
}
.call-floor .call-box .give-like .num {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.call-floor .call-box .give-like .active .like {
  animation: myfirst 0.3s;
}
.call-floor .project-box {
  background: url("../images/2020christmas/project-bg.png") no-repeat center;
  height: 522px;
  width: 1199px;
  margin: 80px auto 0;
  padding: 55px 36px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.call-floor .project-box .project-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.call-floor .project-box .list {
  font-size: 16px;
  line-height: 26px;
}
.call-floor .project-box .list span {
  color: #fed26e;
}
.call-floor .project-box .xmas-btn {
  background: url("../images/2020christmas/xmas-bg.png") no-repeat center;
  width: 362px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 130px;
  right: 84px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  animation: saleBig 1s infinite ease-in;
}
.call-floor .project-box .xmas-btn:hover,
.call-floor .project-box .xmas-btn:focus {
  text-decoration: none;
}
.call-floor .project-box .xmas-btn img {
  vertical-align: sub;
}
.call-floor .project-box .xmas-box {
  margin-top: 20px;
  position: relative;
}
.call-floor .project-box .xmas-box .prize-style {
  margin-top: 53px;
}
.call-floor .project-box .xmas-box .prize-style:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .project-box .xmas-box .prize-style .item {
  float: left;
  width: 366px;
  height: 175px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-left: 14px;
  background: linear-gradient(to right, #3b64fb, #7640fc);
  position: relative;
  padding: 50px 0 0 27px;
  box-sizing: border-box;
}
.call-floor .project-box .xmas-box .prize-style .item .title {
  background: url("../images/2020christmas/title-bg.png") no-repeat center;
  width: 159px;
  height: 29px;
  line-height: 27px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.call-floor .project-box .xmas-box .prize-style .item .li {
  margin-bottom: 10px;
  font-size: 14px;
}
.call-floor .project-box .xmas-box .prize-style .item .li span {
  color: #fed26e;
  font-weight: 700;
}
.call-floor .project-box .xmas-box .prize-style .item .li img {
  vertical-align: bottom;
  margin-right: 4px;
}
.call-floor .project-box .xmas-box .prize-style .item .li:nth-child(3) img {
  margin-right: 6px;
}
.call-floor .project-box .xmas-box .prize-style .item .level {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 2;
}
.call-floor .project-box .xmas-box .prize-style .item:first-child {
  margin-left: 0;
}
.call-floor .project-box .turn-page {
  position: absolute;
  top: -26.5px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 680px;
  height: 53px;
}
.call-floor .project-box .turn-page:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.call-floor .project-box .turn-page .button {
  width: 218px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #4416a8;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.call-floor .project-box .turn-page .button:hover {
  cursor: pointer;
}
.call-floor .project-box .turn-page .button img {
  filter: opacity(50);
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  vertical-align: sub;
  margin-right: 25px;
}
.call-floor .project-box .turn-page .button span {
  font-size: 16px;
  color: #fff;
  filter: opacity(80);
  opacity: 0.8;
  -ms-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
}
.call-floor .project-box .turn-page .next img {
  vertical-align: sub;
  margin: 0 0 0 25px;
}
.call-floor .project-box .turn-page .turn-number {
  float: left;
  width: 85px;
  height: 53px;
  line-height: 53px;
  background: #230366;
  border: 2px solid #4416a8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 4px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.call-floor .project-box .turn-page .turn-number:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZBQ0YzNzA2MkVCQjExRUJBRUI5QTVDOTY5OTJCQjIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZBQ0YzNzA3MkVCQjExRUJBRUI5QTVDOTY5OTJCQjIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkFDRjM3MDQyRUJCMTFFQkFFQjlBNUM5Njk5MkJCMjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkFDRjM3MDUyRUJCMTFFQkFFQjlBNUM5Njk5MkJCMjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BuRNuAAAA2klEQVR42mJ0EVvBgAv8ErubAKQygXg62yvlBdjU7H4ZzsCEx4B+xt8c81nfy5iBaBAfl1oWLJp1QbYzfefLZPkiwsDwn5GB9YMUwx+eNwVAOQ6oqy4h62FCMyCagYHxEstn0UwgBhsABkAaxAfiDKD8RYg6LIYAJaoZ/zEvYX0vxQB0BVZng8RB8iB1IPUohkD938LyToYBSDPgAyB5iDr2Flg4MdrptCYx/eCdi+J8YgDjf4Y/vK8Z/nF8TmYBBtI8UGD+4vgMikp24k1h+AkK5IOXq+YBBBgAsr9Z2/bE4BcAAAAASUVORK5CYII=) no-repeat center;
  width: 17px;
  height: 8px;
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.call-floor .project-box .turn-page .turn-number span {
  filter: opacity(80);
  opacity: 0.8;
  -ms-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
}
.call-floor .project-box .turn-page .all-entr {
  display: block;
  float: left;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #4416a8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin-left: 46px;
  padding: 0 15px;
  opacity: 0.8;
  -ms-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: opacity(80);
}
.call-floor .project-box .turn-page .all-entr:hover {
  text-decoration: none;
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.media-floor {
  background: #130259;
  height: 1033px;
  position: relative;
  overflow: hidden;
}
.media-floor:before {
  display: block;
  content: '';
  background: url("../images/2020christmas/bg3.png") no-repeat center;
  width: 270px;
  height: 352px;
  position: absolute;
  top: -90px;
  left: 30px;
  z-index: 1;
}
.media-floor .media-title {
  padding-top: 60px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  --animate-duration: 0.6s;
}
.media-floor .title-des {
  font-size: 16px;
  margin-top: 21px;
  text-align: center;
  color: #fff;
  --animate-duration: 0.9s;
}
.media-floor .media-label {
  margin-top: 20px;
  text-align: center;
  --animate-duration: 1.2s;
}
.media-floor .media-label .label {
  display: inline-block;
  width: 184px;
  height: 45px;
  line-height: 45px;
  background: #2e2163;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #fed26e;
  margin-right: 5px;
  cursor: default;
}
.media-floor .media-box {
  background: url("../images/2020christmas/media-bg.png") no-repeat center;
  width: 1200px;
  height: 723px;
  margin: 37px auto 0;
}
.media-floor .media-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.media-floor .media-box .left-item {
  width: 325px;
  padding: 44px 0 0 28px;
  box-sizing: border-box;
  float: left;
}
.media-floor .media-box .label {
  font-size: 18px;
  color: #fff;
  max-width: 250px;
}
.media-floor .media-box .drop-down {
  position: relative;
  margin-top: 16px;
  cursor: pointer;
}
.media-floor .media-box .drop-down .now-time {
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-indent: 14px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.media-floor .media-box .drop-down .now-time:before {
  display: block;
  content: '';
  width: 41px;
  height: 36px;
  background: #eaeaea;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3;
  border-radius: 4px;
}
.media-floor .media-box .drop-down .now-time:after {
  display: block;
  content: '';
  background: url("../images/2020christmas/drown.png") no-repeat center;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 12px;
  z-index: 3;
  transition: all 0.3s;
}
.media-floor .media-box .drop-down .year-list {
  border-top: 1px solid #ccc;
  width: 270px;
  background: #f1f1f1;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 4;
  display: none;
}
.media-floor .media-box .drop-down .year-list li {
  height: 30px;
  line-height: 30px;
  text-indent: 14px;
}
.media-floor .media-box .drop-down .year-list li:hover {
  background: #ccc;
}
.media-floor .media-box .active .now-time:after {
  transform: rotate(180deg);
}
.media-floor .media-box .active .year-list {
  display: block;
}
.media-floor .media-box .record-parent {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 14px;
  width: 270px;
}
.media-floor .media-box .record-parent .record-area {
  background: #fff;
  border: none;
  outline: none;
  height: 315px;
  width: 270px;
  padding: 14px;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
  line-height: 20px;
}
.media-floor .media-box .share-group {
  margin-top: 14px;
}
.media-floor .media-box .share-group .totalIcon {
  display: inline-block;
  width: 31px;
  height: 26px;
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 3;
}
.media-floor .media-box .share-group a {
  display: inline-block;
  border-radius: 3px;
  min-width: 102px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-right: 4px;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
}
.media-floor .media-box .share-group a:hover,
.media-floor .media-box .share-group a:focus {
  box-shadow: 0 0 6px #999;
  text-decoration: none;
}
.media-floor .media-box .share-group a .icon {
  display: inline-block;
  width: 31px;
  height: 26px;
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 3;
  background: url("../images/2020christmas/tweet.png") no-repeat center;
}
.media-floor .media-box .share-group .twitter-btn {
  background: #11a563;
  padding-left: 24px;
}
.media-floor .media-box .share-group .facebook-btn {
  background: #347dff;
  padding-left: 20px;
}
.media-floor .media-box .share-group .facebook-btn .icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  z-index: 3;
  background: url("../images/2020christmas/facebook.png") no-repeat center;
  width: 28px;
  height: 29px;
  left: 8px;
}
.media-floor .media-box .des-left {
  margin-top: 47px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-right: 6px;
  box-sizing: border-box;
}
.media-floor .media-box .des-left a {
  color: #fed26e;
}
.media-floor .media-box .des-left a span {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 4px;
}
.media-floor .media-box .right-item {
  float: left;
  padding: 46px 0 0 37px;
  box-sizing: border-box;
}
.media-floor .media-box .right-item .facebook-box {
  float: left;
  width: 400px;
  height: 590px;
  background: #fff;
}
.media-floor .media-box .right-item .twitter-box {
  float: left;
  width: 400px;
  height: 590px;
  background: #fff;
}
.hyperchannel {
  background: #fff;
  margin-top: 10px;
  overflow: hidden;
  height: 241px;
  clear: both;
  min-width: 1200px;
}
.hyperchannel .wcontainer {
  overflow: hidden;
  padding: 40px 0;
}
.hyperchannel .item {
  border-right: 1px solid #e9e9e9;
  width: 20%;
  height: 160px;
  float: left;
  text-align: center;
  padding: 0px 2%;
  overflow: hidden;
}
.hyperchannel .item s {
  background: url("../images/2020christmas/pwicon.png") 0 -141px;
  width: 50px;
  height: 52px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.hyperchannel .item h4 {
  color: #333;
  font-size: 17px;
  margin-top: 20px;
  font-weight: bold;
}
.hyperchannel .item p {
  color: #bbb;
  font-size: 13px;
  margin-top: 15px;
  line-height: 16px;
}
.hyperchannel .item.fore2 s {
  background-position: -55px -146px;
}
.hyperchannel .item.fore3 s {
  background-position: -105px -146px;
}
.hyperchannel .item.fore4 s {
  background-position: -161px -142px;
}
.hyperchannel .item.fore4 {
  border: none;
}
.window-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.window-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.win-pop {
  display: inline-block;
  border: 6px solid #fe1157;
  border-radius: 6px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.win-pop .close {
  display: block;
  background: url("../images/anniversary6sales/close.png") no-repeat center;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 7;
  cursor: pointer;
  transition: all 0.3s;
}
.win-pop .close:hover {
  transform: scale(1.04);
}
.win-pop .pop-content {
  padding: 30px 36px;
  box-sizing: border-box;
}
.win-pop .pop-btn {
  text-align: right;
  padding: 0 54px;
  box-sizing: border-box;
}
.win-pop .pop-btn .btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
  padding: 0 20px;
  min-width: 100px;
  border-radius: 4px;
  background: #fe1157;
}
.win-pop .pop-btn .btn:hover {
  text-decoration: none;
}
.points-pop {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 650px;
  top: 0;
  display: none;
}
.points-pop .pop-content {
  padding: 48px 36px;
  box-sizing: border-box;
}
.points-pop .congrats {
  text-align: center;
  font-size: 18px;
}
.points-pop .congrats span {
  color: #fe1157;
  margin: 0 6px;
  font-size: 30px;
  font-weight: 700;
}
.points-pop .congrats span {
  color: #fe1157;
  margin: 0 6px;
  font-size: 30px;
  font-weight: 700;
}
.points-pop .win-des {
  text-align: center;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.points-pop .pop-btn {
  text-align: center;
}
.unlock-pop {
  width: 450px;
  height: 250px;
  display: none;
}
.unlock-pop .pop-content {
  padding: 48px 36px;
  box-sizing: border-box;
}
.unlock-pop .congrats {
  text-align: center;
  font-size: 18px;
}
.unlock-pop span {
  color: #fe1157;
  margin: 0 6px;
  font-size: 30px;
  font-weight: 700;
}
.unlock-pop .win-des {
  text-align: center;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.unlock-pop .pop-btn {
  text-align: center;
}
.bean-pop {
  width: 450px;
  height: 250px;
  display: none;
}
.bean-pop .pop-content {
  padding: 48px 36px;
  box-sizing: border-box;
}
.bean-pop .congrats {
  text-align: center;
  font-size: 18px;
}
.bean-pop .congrats span {
  color: #fe1157;
  margin: 0 6px;
  font-size: 30px;
  font-weight: 700;
}
.bean-pop .win-des {
  text-align: center;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.bean-pop .pop-btn {
  text-align: center;
}
.integral-pop {
  width: 740px;
  height: 640px;
}
.grand-pop {
  width: 740px;
  height: 700px;
}
.about-integral {
  color: #1f1f1f;
}
.about-integral .title {
  font-size: 24px;
}
.about-integral .integral-des {
  font-size: 14px;
  max-width: 650px;
  margin-top: 20px;
  line-height: 30px;
  word-break: break-word;
}
.about-integral .des-img {
  margin-top: 25px;
}
.prize-pop {
  width: 510px;
  height: 370px;
  font-weight: 700;
}
.prize-pop .win-flag {
  background: url("../images/anniversary6sales/win-img.png") no-repeat center;
  width: 73px;
  height: 73px;
  margin: 20px auto 0;
}
.prize-pop .congrats {
  font-size: 16px;
  color: #fe1157;
  text-align: center;
  margin-top: 30px;
}
.prize-pop .win-awards {
  font-size: 22px;
  color: #fe1157;
  text-align: center;
  margin-top: 10px;
}
.prize-pop .win-des {
  font-size: 14px;
  color: #1f1f1f;
  text-align: center;
  margin-top: 20px;
}
.prize-pop .win-des a {
  color: #1f1f1f;
}
.prize-pop .pop-btn {
  text-align: center;
}
.end-pop {
  width: 350px;
  height: 200px;
  display: none;
}
.end-pop .about-integral {
  padding-top: 20px;
}
.end-pop .win-des {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.end-pop .pop-btn {
  text-align: center;
}
.not-lottery {
  width: 350px;
  height: 200px;
  display: none;
}
.not-lottery .about-integral {
  padding-top: 20px;
}
.not-lottery .win-des {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.not-lottery .pop-btn {
  text-align: center;
}
.pop-verison {
  width: 600px;
  height: 480px;
}
.pop-verison .integral-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.pop-verison .pop-btn {
  text-align: center;
}
/*# sourceMappingURL=christmas2020.css.map */