.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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
}
a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.anniversary-wrap {
  width: 1280px;
  margin: 0 auto;
}
body {
  min-width: 1280px;
  overflow-x: hidden;
}
.anniversary-banner {
  height: 600px;
  background: #DBF1FA;
  position: relative;
  min-width: 1280px;
}
.anniversary-banner .anniversary-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.anniversary-banner .banner-img {
  height: 600px;
  display: block;
  margin: 0 auto;
}
.anniversary-banner .slide-title {
  margin-top: 70px;
  font-size: 48px;
  font-weight: 700;
  color: #011a43;
  opacity: 0;
}
.anniversary-banner .the-banner .christmas-title {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.anniversary-banner .hdi-mach {
  display: block;
  width: 100%;
}
.anniversary-banner .hdi-mach .move-img {
  top: 27px;
  right: 0;
  left: 0;
  margin: auto;
}
.anniversary-banner .hdi-mach .move-img1 {
  top: 396px;
  left: 26px;
}
.anniversary-banner .hdi-mach .move-img2 {
  top: 205px;
  left: 109px;
}
.anniversary-banner .hdi-mach .move-img3 {
  top: 396px;
  left: 265px;
}
.anniversary-banner .hdi-mach .move-img4 {
  top: 322px;
  right: 0;
  left: 0;
  margin: auto;
}
.anniversary-banner .hdi-mach .move-img5 {
  top: 300px;
  right: 120px;
}
.anniversary-banner .hdi-mach .move-img6 {
  top: 400px;
  right: 20px;
}
.anniversary-banner .move-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 1200ms;
  opacity: 0;
}
.anniversary-banner .move-img1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 1200ms;
  opacity: 0;
}
.anniversary-banner .move-img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 2400ms;
  opacity: 0;
}
.anniversary-banner .move-img3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 3600ms;
  opacity: 0;
}
.anniversary-banner .move-img4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 4800ms;
  opacity: 0;
}
.anniversary-banner .move-img5 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 6000ms;
  opacity: 0;
}
.anniversary-banner .move-img6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  --animate-delay: 7200ms;
  opacity: 0;
}
.anniversary-banner:hover .control-left {
  opacity: 1;
}
.anniversary-banner:hover .control-right {
  opacity: 1;
}
.anniversary-banner .control-left {
  display: block;
  background: url("../images/anniversary9sales/control-icon.png") no-repeat center;
  width: 54px;
  height: 54px;
  transform: rotate(-180deg);
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 6;
  margin-top: -27px;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.anniversary-banner .control-right {
  display: block;
  background: url("../images/anniversary9sales/control-icon.png") no-repeat center;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 6;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: -27px;
}
.anniversary-banner .banner-title {
  font-size: 32px;
  color: #011A43;
  font-weight: 700;
  margin-top: 66px;
  width: 680px;
  opacity: 0;
}
.anniversary-banner .banner-price {
  margin-top: 18px;
  opacity: 0;
}
.anniversary-banner .banner-price .name {
  font-size: 20px;
  color: #011A43;
}
.anniversary-banner .banner-price .price {
  font-size: 58px;
  color: #1A6EDE;
  font-weight: 700;
}
.anniversary-banner .banner-price .tag {
  font-size: 20px;
  color: #1A6EDE;
  font-weight: 500;
}
.anniversary-banner .banner-list {
  margin-top: 36px;
  opacity: 0;
}
.anniversary-banner .banner-list li {
  font-size: 18px;
  color: #011A43;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.anniversary-banner .banner-list li:before {
  display: inline-block;
  background: url("../images/anniversary9sales/tick-icon.png") no-repeat center;
  width: 12px;
  height: 10px;
  content: '';
  margin-right: 12px;
}
.anniversary-banner .jump-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background: #011A43;
  border-radius: 4px;
  min-width: 160px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  outline: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  margin-top: 22px;
  opacity: 0;
}
.anniversary-banner .jump-btn:hover:after {
  transform: translateX(5px);
}
.anniversary-banner .jump-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/right-icon.png") no-repeat center;
  width: 10px;
  height: 12px;
  margin-left: 6px;
  transition: all 0.3s;
}
.anniversary-banner .mass .banner-title {
  font-size: 48px;
  margin-top: 74px;
}
.anniversary-banner .mass .price {
  font-size: 60px;
  margin-left: 4px;
}
.anniversary-banner .mass .tag {
  margin-left: 6px;
  font-size: 26px;
}
.anniversary-banner .mass .banner-list {
  margin-top: 36px;
}
.anniversary-banner .mass .banner-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.anniversary-banner .mass .jump-btn {
  margin-top: 34px;
}
.anniversary-banner .flex-pcb .banner-title {
  font-size: 56px;
  margin-top: 80px;
}
.anniversary-banner .flex-pcb .tag {
  font-size: 32px;
  margin: 0 6px;
}
.anniversary-banner .flex-pcb .price {
  font-size: 52px;
}
.anniversary-banner .flex-pcb .banner-price {
  margin-top: 10px;
}
.anniversary-banner .flex-pcb .banner-list {
  width: 500px;
  margin-top: 56px;
}
.anniversary-banner .flex-pcb .banner-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.anniversary-banner .flex-pcb .banner-list li {
  float: left;
  font-size: 16px;
  min-width: 190px;
  margin-bottom: 10px;
}
.anniversary-banner .flex-pcb .jump-btn {
  margin-top: 42px;
}
.anniversary-banner .sheet .banner-title {
  font-size: 40px;
  width: 835px;
  margin-top: 94px;
}
.anniversary-banner .sheet .banner-list {
  margin-top: 50px;
}
.anniversary-banner .sheet .banner-list li {
  margin-bottom: 12px;
  font-size: 16px;
}
.anniversary-banner .sheet .tag {
  font-size: 26px;
  color: #1A6EDE;
  font-weight: 700;
  margin: 0 6px;
}
.anniversary-banner .sheet .jump-btn {
  margin-top: 40px;
}
.anniversary-body {
  background: #DBF1FA;
}
.item-head-row {
  padding-top: 40px;
  text-align: center;
}
.item-head-row .title-text {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #090824;
  line-height: 38px;
  position: relative;
}
.item-head-row .title-text:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/coupon-tag.png") no-repeat center;
  width: 74px;
  height: 76px;
  position: absolute;
  top: -22px;
  left: -50px;
  z-index: 1;
}
.item-head-row .title-text:after {
  background: url("../images/anniversary9sales/point-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  right: -20px;
  z-index: 2;
}
.item-head-row .title-text .name {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #125ED8 0%, #1B7DE4 50%, #2FC0FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.item-head-row .title-des {
  margin-top: 24px;
  font-size: 18px;
  color: #556C8A;
}
.item-head-row .title-des .tag {
  font-weight: 500;
  font-size: 18px;
  color: #125ED8;
  text-decoration: underline;
  margin-left: 6px;
  cursor: pointer;
}
.coupons-module {
  min-width: 1200px;
  background: url("../images/anniversary9sales/coupons-module-bg.png") no-repeat center;
  height: 1036px;
}
.coupons-module .coupons-parent-nav {
  height: 50px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  min-width: 1280px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
}
.coupons-module .coupons-parent-nav .jump-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupons-module .coupons-parent-nav li {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #2f2f4b;
  font-weight: 700;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.coupons-module .coupons-parent-nav li:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #2270e4 0%, #53c7ff 100%);
}
.coupons-module .coupons-parent-nav li.active {
  color: #fff;
  background-image: linear-gradient(90deg, #2270e4 0%, #53c7ff 100%);
}
.coupons-module .coupons-row {
  width: 1280px;
  height: 136px;
  background-color: #1864CF;
  border-radius: 8px;
  position: relative;
  top: -36px;
  z-index: 3;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.coupons-module .coupons-row .coupons {
  width: 304px;
  height: 140px;
  background-image: linear-gradient(0deg, #f7f7fd 0%, #f3f5fc 100%);
  border-radius: 8px;
  border: solid 1px #fff;
  margin-top: -36px;
  padding: 15px 12px 15px 16px;
  transition: all 0.3s linear;
  margin-left: 8px;
}
.coupons-module .coupons-row .coupons:first-child {
  margin-left: 0;
}
.coupons-module .coupons-row .coupons:hover {
  background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
  transform: translateY(-10px);
}
.coupons-module .coupons-row .coupons .cou-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #0340A2;
  font-weight: 700;
  position: relative;
}
.coupons-module .coupons-row .coupons .cou-head:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/arrow-icon.png") no-repeat center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -3px;
}
.coupons-module .coupons-row .coupons .cou-head .tag {
  color: red;
}
.coupons-module .coupons-row .coupons .info-text {
  margin-top: 12px;
  font-size: 14px;
  color: #626D8D;
  line-height: 18px;
  word-break: break-word;
}
.coupons-module .coupons-row .countdown-row {
  background: url("../images/anniversary9sales/countdown-bg.png") no-repeat center;
  width: 1280px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: none;
}
.coupons-module .coupons-row .countdown-row:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/logo.png") no-repeat center;
  width: 124px;
  height: 38px;
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 1;
}
.coupons-module .coupons-row .countdown-row .the-down-time {
  float: right;
  height: 70px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.coupons-module .coupons-row .countdown-row .down-name {
  font-size: 18px;
  color: #fff;
}
.coupons-module .coupons-row .countdown-row .current-countdown {
  display: flex;
  margin-left: 16px;
}
.coupons-module .coupons-row .countdown-row .current-countdown dd {
  width: 24px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  background: linear-gradient(135deg, #2270E4 0%, #30A9F8 99%);
  border-radius: 4px;
  margin-right: 2px;
  font-weight: 700;
  color: #fff;
}
.coupons-module .coupons-row .countdown-row .current-countdown dd.split {
  background: url("../images/2022christmas/split-icon.png") no-repeat center transparent;
}
.coupons-module .set-cou-row {
  margin-top: 43px;
}
.coupons-module .set-cou-row .row-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.coupons-module .set-cou-row .set-cou {
  background: url("../images/anniversary9sales/coupon-bg.png") no-repeat center;
  width: 240px;
  height: 135px;
  margin-bottom: 30px;
  margin-left: 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.coupons-module .set-cou-row .set-cou:hover {
  transform: translateY(-5px);
}
.coupons-module .set-cou-row .set-cou:first-child {
  margin-left: 0;
}
.coupons-module .set-cou-row .set-cou .s-new {
  background: url("../images/anniversary9sales/tag-new.png") no-repeat center;
  width: 64px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  display: flex;
  padding-left: 22px;
  align-items: center;
  text-align: center;
}
.coupons-module .set-cou-row .set-cou .s-use {
  background: url("../images/anniversary9sales/tag-newed.png") no-repeat center;
  height: 22px;
  width: 84px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  display: flex;
  padding-left: 16px;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.coupons-module .set-cou-row .set-cou.received .s-new {
  opacity: 0;
  visibility: hidden;
}
.coupons-module .set-cou-row .set-cou.received .s-use {
  opacity: 1;
  visibility: visible;
}
.coupons-module .set-cou-row .set-cou .set-price {
  display: flex;
  padding-left: 6px;
  color: #3099F1;
  font-size: 12px;
  margin-top: 18px;
  flex-direction: column;
}
.coupons-module .set-cou-row .set-cou .set-price .price {
  color: #319DF3;
  font-weight: 700;
  display: flex;
  padding-left: 8px;
  align-items: baseline;
}
.coupons-module .set-cou-row .set-cou .set-price .price .tag {
  font-size: 16px;
  line-height: 14px;
  font-weight: normal;
}
.coupons-module .set-cou-row .set-cou .set-price .price .amount {
  line-height: 26px;
  font-size: 42px;
  letter-spacing: -1px;
  vertical-align: sub;
}
.coupons-module .set-cou-row .set-cou .set-price .info {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 8px;
}
.coupons-module .set-cou-row .set-cou .set-info {
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 13px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  align-items: center;
}
.coupons-module .set-cou-row .set-tool {
  text-align: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupons-module .set-cou-row .set-tool .set-btn {
  width: 240px;
  height: 38px;
  line-height: 38px;
  background-image: linear-gradient(90deg, #fc7878 0%, #fe4f4f 68%, #ff2626 100%);
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: red;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: 11px;
}
.coupons-module .set-cou-row .set-tool .set-btn.is-end {
  background-image: linear-gradient(90deg, #5c6cff 0%, #4c5df9 68%, #3c4df2 100%);
}
.coupons-module .set-cou-row .set-tool .set-btn.is-end:hover {
  background-image: linear-gradient(270deg, #5c6cff 0%, #4c5df9 68%, #3c4df2 100%);
}
.coupons-module .set-cou-row .set-tool .set-btn.is-over {
  cursor: not-allowed;
  background-image: linear-gradient(90deg, #a9a9a9 0%, #a9a9a9 100%);
  border-radius: 17px;
  color: #fff;
  border: solid 1px #8b8b8b;
}
.coupons-module .set-cou-row .set-tool .set-btn.is-over:hover {
  background-image: linear-gradient(270deg, #a9a9a9 0%, #a9a9a9 100%);
}
.coupons-module .set-cou-row .set-tool .set-btn:hover {
  background-image: linear-gradient(270deg, #fc7878 0%, #fe4f4f 68%, #ff2626 100%);
}
.coupons-module .set-tool {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupons-module .set-tool .set-btn {
  min-width: 200px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(122deg, #2270E4 0%, #31A6F8 99%);
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
}
.coupons-module .set-tool .set-btn.is-end {
  background: linear-gradient(-90deg, #FFB760 0%, #FF7C33 100%);
}
.coupons-module .set-tool .set-btn.is-end:hover {
  background: linear-gradient(-90deg, #FF7C33 0%, #FFB760 100%);
}
.coupons-module .set-tool .set-btn.is-over {
  cursor: not-allowed;
  background-image: linear-gradient(90deg, #959595 0%, #AEAEAE 100%);
  border-radius: 21px;
  color: #fff;
}
.coupons-module .set-tool .set-btn.is-over:hover {
  background-image: linear-gradient(90deg, #AEAEAE 0%, #959595 100%);
}
.coupons-module .set-tool .set-btn:hover {
  background: linear-gradient(122deg, #31A6F8 0%, #2270E4 99%);
}
.coupons-module .link-share-box {
  width: 1280px;
  height: 238px;
  background: linear-gradient(130deg, #2170E4 0%, #53B8FF 100%);
  border-radius: 6px;
  margin-top: 48px;
  position: relative;
  padding: 16px;
}
.coupons-module .link-share-box .share-info {
  background: url("../images/anniversary9sales/share-bg.png") no-repeat center;
  width: 314px;
  height: 246px;
  position: absolute;
  left: -4px;
  bottom: -4px;
  z-index: 2;
  padding: 36px 0 0 22px;
  color: #fff;
}
.coupons-module .link-share-box .share-info .text {
  font-size: 22px;
  font-weight: 700;
  width: 200px;
}
.coupons-module .link-share-box .share-info .rules-btn {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 15px;
  font-weight: 400;
}
.coupons-module .link-share-box .share-info:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/money-icon2.png") no-repeat center;
  width: 81px;
  height: 69px;
  position: absolute;
  top: 130px;
  right: 56px;
  z-index: 1;
}
.coupons-module .link-share-box .share-info:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/money-icon1.png") no-repeat center;
  width: 81px;
  height: 69px;
  position: absolute;
  left: -21px;
  bottom: -4px;
  z-index: 1;
}
.coupons-module .link-share-box .the-share-box {
  border-radius: 6px;
  height: 206px;
  background: #F3F9FA;
  padding: 0 32px 0 280px;
  overflow: hidden;
  position: relative;
}
.coupons-module .link-share-box .the-share-box:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/money-icon3.png") no-repeat center;
  width: 41px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 36px;
  z-index: 1;
}
.coupons-module .link-share-box .the-share-box .copy-row {
  height: 72px;
  border: 1px dashed #2089EC;
  border-radius: 6px;
  margin-top: 30px;
  padding: 15px 15px 15px 20px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}
.coupons-module .link-share-box .the-share-box .copy-info {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.coupons-module .link-share-box .the-share-box .get-link {
  display: block;
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.coupons-module .link-share-box .the-share-box .link-btn {
  width: 134px;
  height: 44px;
  background: linear-gradient(135deg, #116DE1 0%, #3198F8 100%);
  border-radius: 4px;
  font-size: 18px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.coupons-module .link-share-box .the-share-box .each-share-box {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.coupons-module .link-share-box .the-share-box .each-share-box .each-tag {
  margin-right: 18px;
}
.coupons-module .link-share-box .the-share-box .each-share-box .each {
  margin-left: 30px;
}
.coupons-module .link-share-box .the-share-box .each-share-box .each img {
  transition: all 0.3s;
}
.coupons-module .link-share-box .the-share-box .each-share-box .each:hover img {
  transform: scale(1.02);
}
.coupons-module .link-share-box .the-share-box .each-share-box .each:nth-of-type(1) {
  margin-left: 0;
}
.beginning-module {
  background: url("../images/anniversary9sales/beginning-module-bg.png") no-repeat center;
  min-width: 1280px;
  height: 934px;
  overflow: hidden;
}
.beginning-module .item-head-row {
  padding-top: 80px;
}
.beginning-module .graphic-about {
  margin-top: 66px;
}
.beginning-module .graphic-about:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.beginning-module .graphic-video {
  background: url("../images/anniversary9sales/video-bg.png") no-repeat center;
  width: 616px;
  height: 348px;
  position: relative;
  cursor: pointer;
  float: left;
}
.beginning-module .graphic-video:hover:before {
  transform: scale(1.06);
}
.beginning-module .graphic-video:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/play-btn.png") no-repeat center;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  top: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.beginning-module .graphic-info {
  float: right;
  width: 616px;
}
.beginning-module .graphic-info .info-name {
  font-size: 26px;
  color: #2F2F4B;
  font-weight: 700;
}
.beginning-module .graphic-info .des {
  margin-top: 20px;
  font-size: 16px;
  color: #485a73;
  line-height: 28px;
}
.beginning-module .graphic-info .des .tag {
  font-size: 16px;
  font-weight: 700;
  color: #125ED8;
}
.beginning-module .graphic-info .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 38px;
  width: 140px;
  height: 38px;
  position: relative;
  color: #0069E3;
  background: linear-gradient(0deg, #125ED8 0%, #2FC0FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.beginning-module .graphic-info .more-btn:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/more-bg.png") no-repeat center;
  width: 140px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.beginning-module .graphic-info .more-btn:hover:after {
  transform: translateX(5px);
}
.beginning-module .graphic-info .more-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/arrow-more.png") no-repeat center;
  width: 10px;
  height: 12px;
  transition: all 0.3s;
  margin-left: 4px;
}
.beginning-module .jump-product-box {
  margin-top: 30px;
}
.beginning-module .jump-product-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.beginning-module .jump-product-box .jump-item {
  width: 248px;
  height: 156px;
  position: relative;
  margin: 0 0 4px 10px;
  float: left;
}
.beginning-module .jump-product-box .jump-item:nth-of-type(5n+1) {
  margin-left: 0;
}
.beginning-module .jump-product-box .jump-item:hover .current-bg {
  visibility: visible;
  opacity: 1;
}
.beginning-module .jump-product-box .jump-item:hover .item-info h4 {
  color: #fff;
}
.beginning-module .jump-product-box .jump-item:hover .item-info .jump-link a {
  color: #fff;
}
.beginning-module .jump-product-box .jump-item:hover .item-info .jump-link a:after {
  background: url("../images/anniversary9sales/jump-arrowed.png") no-repeat center;
}
.beginning-module .jump-product-box .default-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.6s;
}
.beginning-module .jump-product-box .current-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.6s;
}
.beginning-module .jump-product-box .item-info {
  position: absolute;
  z-index: 3;
  background: transparent;
  padding: 18px;
  transition: all 0.6s;
}
.beginning-module .jump-product-box .item-info h4 {
  font-size: 16px;
  color: #2F2F4B;
  font-weight: 700;
  line-height: 22px;
}
.beginning-module .jump-product-box .item-info .jump-link {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.beginning-module .jump-product-box .item-info .jump-link a {
  color: #2F2F4B;
  font-size: 13px;
  line-height: 22px;
  position: relative;
}
.beginning-module .jump-product-box .item-info .jump-link a:hover:after {
  transform: translateX(5px);
}
.beginning-module .jump-product-box .item-info .jump-link a:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/jump-arrow.png") no-repeat center;
  width: 6px;
  height: 10px;
  background-size: contain;
  margin-left: 4px;
  vertical-align: middle;
  transition: all 0.3s;
}
.started-module {
  background: url("../images/anniversary9sales/started-module-bg.png") no-repeat center;
  height: 1480px;
  overflow: hidden;
}
.started-module > .anniversary-wrap .item-head-row {
  padding-top: 80px;
}
.started-module .item-head-row .title-text .tag {
  font-size: 50px;
  font-weight: 700;
  color: #125ED8;
}
.started-module .started-item-row {
  margin-left: -20px;
  margin-top: 40px;
}
.started-module .started-item-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.started-module .started-item-row .item {
  float: left;
  height: 418px;
  width: 305px;
  margin: 0 0 23px 20px;
  position: relative;
  cursor: pointer;
}
.started-module .started-item-row .item.prototype {
  background: url("../images/anniversary9sales/pcb-prototype.png") no-repeat center;
}
.started-module .started-item-row .item.prototype .me-name {
  width: 150px;
}
.started-module .started-item-row .item.prototype .name {
  width: 150px;
}
.started-module .started-item-row .item.assembly {
  background: url("../images/anniversary9sales/pcb-assembly.png") no-repeat center;
}
.started-module .started-item-row .item.assembly .me-name {
  width: 120px;
}
.started-module .started-item-row .item.assembly .name {
  width: 120px;
}
.started-module .started-item-row .item.advance {
  background: url("../images/anniversary9sales/pcb-advanced.png") no-repeat center;
}
.started-module .started-item-row .item.advance .me-name {
  width: 110px;
}
.started-module .started-item-row .item.advance .name {
  width: 110px;
}
.started-module .started-item-row .item.fpc {
  background: url("../images/anniversary9sales/fpc-rigid-flex.png") no-repeat center;
}
.started-module .started-item-row .item.fpc .me-name {
  width: 130px;
}
.started-module .started-item-row .item.fpc .name {
  width: 130px;
}
.started-module .started-item-row .item:hover .jump-link {
  background: linear-gradient(90deg, #53C7FF 0%, #2270E4 99%);
}
.started-module .started-item-row .item a {
  display: block;
}
.started-module .started-item-row .item .tag {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/offer-icon.png") no-repeat center;
  width: 96px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.started-module .started-item-row .item-head {
  position: relative;
  padding: 24px 15px 0;
}
.started-module .started-item-row .head-title {
  font-size: 16px;
  color: #2F2F4B;
  font-weight: 700;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.started-module .started-item-row .head-text {
  font-size: 13px;
  color: #00286a;
  line-height: 18px;
  position: relative;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.started-module .started-item-row .me-type {
  display: flex;
  align-items: center;
  padding: 18px 15px;
  position: relative;
  border-bottom: 1px solid #dbdee5;
}
.started-module .started-item-row .me-type .me-name {
  color: #777777;
  font-size: 13px;
  display: inline-block;
  width: 100px;
}
.started-module .started-item-row .me-type .me-info {
  color: #222222;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
}
.started-module .started-item-row .me-type .me-info span {
  color: #125ED8;
  font-weight: 700;
}
.started-module .started-item-row .other-type {
  padding: 8px 15px 28px;
}
.started-module .started-item-row .other-type dd {
  display: flex;
  align-items: center;
  color: #222222;
  line-height: 28px;
}
.started-module .started-item-row .other-type .name {
  color: #777777;
  width: 100px;
  font-size: 13px;
  display: inline-block;
}
.started-module .started-item-row .other-type .size {
  font-size: 15px;
  color: #2F2F4B;
}
.started-module .started-item-row .up-price-box {
  padding: 10px 15px 0;
  position: relative;
}
.started-module .started-item-row .up-price-box:before {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.started-module .started-item-row .up-price-box .up-row {
  margin-top: 12px;
}
.started-module .started-item-row .up-price-box .up-flag {
  display: inline-block;
  vertical-align: top;
  background: #347DFF;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.started-module .started-item-row .up-price-box .as-fast {
  display: inline-block;
  padding: 0 8px;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
  color: #347DFF;
  border: 1px solid #347DFF;
  margin-left: 5px;
}
.started-module .started-item-row .up-price-box .dollar-row {
  margin-top: 12px;
}
.started-module .started-item-row .up-price-box .dollar {
  font-size: 16px;
  color: #125ED8;
}
.started-module .started-item-row .up-price-box .price {
  font-size: 34px;
  color: #125ED8;
  font-weight: 700;
}
.started-module .started-item-row .up-price-box .nit {
  font-size: 14px;
  color: #666666;
}
.started-module .started-item-row .up-price-box .other-price {
  display: block;
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
}
.started-module .started-item-row .jump-link {
  background: linear-gradient(90deg, #2270E4 0%, #53C7FF 99%);
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
.started-module .machining-module {
  margin-top: 34px;
}
.started-module .machining-module .item-head-row {
  margin-top: 0;
}
.started-module .machining-module .item-head-row .title-text .tag {
  font-size: 50px;
  font-weight: 700;
  color: #125ED8;
  vertical-align: top;
}
.started-module .machining-module .machining-nav {
  margin-top: 58px;
}
.started-module .machining-module .machining-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.started-module .machining-module .machining-nav dd {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  color: #4D82DF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-left: 0;
  background: #EFFCFE;
}
.started-module .machining-module .machining-nav dd:first-child {
  border-left: 1px solid #fff;
}
.started-module .machining-module .machining-nav dd.active {
  color: #fff;
  border: 1px solid #0F99E5;
  background: #0F99E5;
}
.started-module .machining-module .machining-body {
  padding: 45px 22px;
  border: 2px solid #FFFFFF;
  border-top: 0;
  background: linear-gradient(138deg, #E8FAFE 0%, #CFF5FE 100%);
}
.started-module .machining-module .machine-item {
  display: none;
}
.started-module .machining-module .machine-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.started-module .machining-module .machine-item:first-child {
  display: block;
}
.started-module .machining-module .machine-info {
  width: 274px;
  float: left;
}
.started-module .machining-module .machine-info .info-name {
  background: linear-gradient(37deg, #059DFF 0%, #0FABE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
}
.started-module .machining-module .machine-info .info-name:after {
  display: block;
  content: '';
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #125ED8 0%, #2FC0FD 100%);
  margin-top: 14px;
}
.started-module .machining-module .machine-info .info-rules {
  padding-right: 34px;
}
.started-module .machining-module .machine-info .info-rules li {
  font-size: 15px;
  color: #556C8A;
  line-height: 20px;
  margin-top: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.started-module .machining-module .machine-info .info-rules li:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #556C8A;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.started-module .machining-module .machine-info .jump-btn {
  display: inline-block;
  min-width: 140px;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 30px;
  background: linear-gradient(90deg, #2270E4 0%, #53C7FF 99%);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.started-module .machining-module .machine-info .jump-btn:hover {
  background: linear-gradient(90deg, #53C7FF 0%, #2270E4 99%);
}
.started-module .machining-module .machine-info .jump-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/arrow-right.png") no-repeat center;
  width: 16px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.3s;
}
.started-module .machining-module .machine-type {
  float: left;
}
.started-module .machining-module .machine-type:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.started-module .machining-module .machine-type .each {
  display: block;
  width: 304px;
  height: 400px;
  float: left;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -4px;
  background-size: contain;
  position: relative;
}
.started-module .machining-module .machine-type .each:first-child {
  margin-left: 0;
}
.started-module .machining-module .machine-type .type-head {
  background: #fff;
  height: 90px;
  position: relative;
  padding: 22px 12px;
}
.started-module .machining-module .machine-type .type-head .tag {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/offer-icon.png") no-repeat center;
  width: 96px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.started-module .machining-module .machine-type .type-head .name {
  font-size: 18px;
  font-weight: 700;
}
.started-module .machining-module .machine-type .type-head .name-des {
  height: 20px;
  line-height: 20px;
  border: 1px solid #347DFF;
  font-size: 12px;
  color: #347DFF;
  display: inline-block;
  padding: 0 8px;
  margin-top: 10px;
}
.started-module .machining-module .machine-type .process-row {
  height: 62px;
  display: flex;
  width: 100%;
  padding: 0 12px;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}
.started-module .machining-module .machine-type .process-row .label {
  width: 92px;
  color: #777777;
  font-size: 13px;
}
.started-module .machining-module .machine-type .process-row .val {
  font-size: 14px;
  color: #2F2F4B;
  font-weight: 400;
}
.started-module .machining-module .machine-type .other-type {
  padding: 18px 0 18px 12px;
  height: 120px;
}
.started-module .machining-module .machine-type .other-type dd {
  display: flex;
  color: #222222;
}
.started-module .machining-module .machine-type .other-type dd:first-child {
  margin-bottom: 18px;
}
.started-module .machining-module .machine-type .other-type .name {
  color: #777777;
  width: 92px;
  font-size: 13px;
  display: inline-block;
}
.started-module .machining-module .machine-type .other-type .size {
  font-weight: 400;
  font-size: 14px;
  color: #2F2F4B;
  width: 180px;
  display: inline-block;
}
.started-module .machining-module .machine-type .dollar-row {
  padding: 4px 12px 0;
  position: relative;
}
.started-module .machining-module .machine-type .dollar-row .dollar {
  font-size: 16px;
  color: #347DFF;
  font-weight: 700;
}
.started-module .machining-module .machine-type .dollar-row .price {
  font-size: 34px;
  color: #347DFF;
  font-weight: 700;
}
.started-module .machining-module .machine-type .dollar-row .nit {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.started-module .machining-module .machine-type .dollar-row .other-price {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
  margin-top: 8px;
  margin-left: 6px;
}
.started-module .machining-module .machine-type .dollar-row .the-discount {
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: 1;
  padding-left: 12px;
  color: #666666;
  font-size: 12px;
}
.started-module .machining-module .machine-type .jump-btn {
  height: 44px;
  line-height: 44px;
  background: linear-gradient(90deg, #2270E4 0%, #53C7FF 99%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.started-module .machining-module .machine-type .jump-btn:hover {
  background: linear-gradient(90deg, #53C7FF 0%, #2270E4 99%);
}
#pages {
  margin: 14px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
#pages .yy-ljt {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGYWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wNS0yOVQxMDo0MDowMyswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4ZWIxNTEyNi1lZThiLWJjNGYtOTk5OC03Mjc3MzA4ZTc4NTkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NzE0ZDNjMS0zNDRkLTBhNGEtOTZmNC0yYzJjMTQ4N2FmYjIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMWMwZGNiMi0wMjg0LWE1NGEtYmM5OC1iNzk2YzMwZmIzOTYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMWMwZGNiMi0wMjg0LWE1NGEtYmM5OC1iNzk2YzMwZmIzOTYiIHN0RXZ0OndoZW49IjIwMjMtMDUtMjlUMTA6NDA6MDMrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGViMTUxMjYtZWU4Yi1iYzRmLTk5OTgtNzI3NzMwOGU3ODU5IiBzdEV2dDp3aGVuPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPnhtcC5kaWQ6NzA3NDY5NTItNGYyMC0yZjRhLTljMjgtOWQ0MmY5YmYwMGU0PC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1O42lgAAAHpJREFUKJGd08ENgCAMQNGPcRAcwgHcxEmMugireHcI2QQvGhtToMqpEB5NWupSSvxZrdz0U/aeB+K+PgeN4fEAHBc2wwCMIqsJSjQAmwUWUQ5WkQZNSINRxD6HNLgAs5K9Cs04V9UqLvWxiGs/R+L4Bd6449Ua93esTrcqIBu1N2nDAAAAAElFTkSuQmCC) no-repeat center;
  height: 38px;
  width: 38px;
  display: inline-block;
  font-weight: normal;
}
#pages .yy-rjt {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGYWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wNS0yOVQxMDo0MDowMyswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4ZWIxNTEyNi1lZThiLWJjNGYtOTk5OC03Mjc3MzA4ZTc4NTkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NzE0ZDNjMS0zNDRkLTBhNGEtOTZmNC0yYzJjMTQ4N2FmYjIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMWMwZGNiMi0wMjg0LWE1NGEtYmM5OC1iNzk2YzMwZmIzOTYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMWMwZGNiMi0wMjg0LWE1NGEtYmM5OC1iNzk2YzMwZmIzOTYiIHN0RXZ0OndoZW49IjIwMjMtMDUtMjlUMTA6NDA6MDMrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGViMTUxMjYtZWU4Yi1iYzRmLTk5OTgtNzI3NzMwOGU3ODU5IiBzdEV2dDp3aGVuPSIyMDIzLTA1LTI5VDEwOjQwOjAzKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPnhtcC5kaWQ6NzA3NDY5NTItNGYyMC0yZjRhLTljMjgtOWQ0MmY5YmYwMGU0PC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1O42lgAAAHpJREFUKJGd08ENgCAMQNGPcRAcwgHcxEmMugireHcI2QQvGhtToMqpEB5NWupSSvxZrdz0U/aeB+K+PgeN4fEAHBc2wwCMIqsJSjQAmwUWUQ5WkQZNSINRxD6HNLgAs5K9Cs04V9UqLvWxiGs/R+L4Bd6449Ua93esTrcqIBu1N2nDAAAAAElFTkSuQmCC) no-repeat center;
  height: 38px;
  width: 38px;
  display: inline-block;
  font-weight: normal;
  transform: rotate(180deg);
}
#pages .yy-icon {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
}
#pages .yy-icon:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGYWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTA1LTI5VDEwOjQ1OjM3KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA1LTI5VDEwOjQ1OjM3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wNS0yOVQxMDo0NTozNyswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NGEwY2Q5Ny03M2JlLWVkNDQtOGRjMS00NzI0ZDI2OGM4YjEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNTQ2ODgxOS01MTFkLWYyNDktYWQxOS04ZTg2ODU3ZjZmNzciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZTJhNzM1Ni04MzY4LTBlNGEtOWFiZC1iNDA2MGNlMzk3NWIiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZTJhNzM1Ni04MzY4LTBlNGEtOWFiZC1iNDA2MGNlMzk3NWIiIHN0RXZ0OndoZW49IjIwMjMtMDUtMjlUMTA6NDU6MzcrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTRhMGNkOTctNzNiZS1lZDQ0LThkYzEtNDcyNGQyNjhjOGIxIiBzdEV2dDp3aGVuPSIyMDIzLTA1LTI5VDEwOjQ1OjM3KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPnhtcC5kaWQ6NzA3NDY5NTItNGYyMC0yZjRhLTljMjgtOWQ0MmY5YmYwMGU0PC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O9flzwAAAGhJREFUKJGd09ENgCAMBNDiJIziKG7iKIymm5yfVirXS5vwRV8gV2gArFKb2NcrcJjZFTAAtgbe2v1eCTFI0Qqm6A9KCEBI9WYjyFI93amHelUZs3FQnD2AJc6gx5+UG7Tf0afEZRjqAWY7yq06nVvAAAAAAElFTkSuQmCC") no-repeat center;
}
#pages span {
  width: 11px;
  height: 18px;
}
#pages a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 3px;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #347DFF;
  color: #125ED8;
  font-size: 18px;
}
#pages a#pageactive {
  background: linear-gradient(135deg, #2270E4 0%, #53C7FF 99%);
  border-color: #347DFF;
  color: #fff;
}
#pages a:hover {
  background: linear-gradient(135deg, #2270E4 0%, #53C7FF 99%);
  border-color: #347DFF;
}
#pages a#pageprev,
#pages a#pagenext {
  background: transparent;
  line-height: 40px;
}
#pages a#pageprev:hover,
#pages a#pagenext:hover {
  background: linear-gradient(135deg, #2270E4 0%, #53C7FF 99%);
  border-color: #347DFF;
}
.unbox-module {
  background: url("../images/anniversary9sales/unbox-module-bg.png") no-repeat center;
  height: 1340px;
}
.unbox-module .item-head-row {
  padding-top: 78px;
}
.unbox-module .the-guess-parent {
  margin-top: 52px;
  background: url("../images/anniversary9sales/the-guess-bg.png") no-repeat center;
  width: 1280px;
  height: 1048px;
  padding: 40px;
}
.unbox-module .guess-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unbox-module .guess-tips .tips-text {
  font-size: 24px;
  font-weight: 700;
  color: #F8D54C;
}
.unbox-module .guess-tips .prize-btn {
  min-width: 148px;
  padding: 0 26px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 7px 9px 0px rgba(11, 92, 226, 0.2);
  border-radius: 6px;
  font-size: 16px;
  color: #2B80E9;
  font-weight: 700;
  margin-right: 10px;
}
.unbox-module .guess-tips .prize-btn:hover:after {
  transform: translateX(5px);
}
.unbox-module .guess-tips .prize-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/prize-arrow.png") no-repeat center;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  transition: all 0.3s;
}
.unbox-module .count-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.unbox-module .count-row .amount {
  border-radius: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 8px;
  font-weight: 700;
  font-size: 22px;
  color: #FFD50F;
  margin: 0 4px;
}
.unbox-module .the-luck-box {
  margin: 0 auto;
  position: relative;
  height: 520px;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.unbox-module .the-luck-box .each {
  position: relative;
  width: 148px;
  cursor: pointer;
}
.unbox-module .the-luck-box .each .gift {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 142px;
  position: absolute;
  top: -100px;
  left: -34px;
  right: 0;
  margin: auto;
}
.unbox-module .the-luck-box .each.gift1 {
  position: absolute;
  top: 235px;
  left: 24px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift1 .gift {
  animation: upAndDown 3.2s infinite linear;
}
.unbox-module .the-luck-box .each.gift2 {
  position: absolute;
  top: 150px;
  left: 270px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift2 .gift {
  animation: upAndDown 3.2s infinite 650ms linear;
}
.unbox-module .the-luck-box .each.gift3 {
  position: absolute;
  top: 180px;
  left: 536px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift3 .gift {
  animation: upAndDown 3.2s infinite 800ms linear;
}
.unbox-module .the-luck-box .each.gift4 {
  position: absolute;
  top: 164px;
  left: 796px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift4 .gift {
  animation: upAndDown 3.2s infinite 150ms linear;
}
.unbox-module .the-luck-box .each.gift5 {
  position: absolute;
  top: 270px;
  left: 1014px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift5 .gift {
  animation: upAndDown 3.2s infinite 260ms linear;
}
.unbox-module .the-luck-box .each.gift6 {
  position: absolute;
  top: 388px;
  left: 756px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift6 .gift {
  animation: upAndDown 3.2s infinite 400ms linear;
}
.unbox-module .the-luck-box .each.gift7 {
  position: absolute;
  top: 422px;
  left: 472px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift7 .gift {
  animation: upAndDown 3.2s infinite 650ms linear;
}
.unbox-module .the-luck-box .each.gift8 {
  position: absolute;
  top: 374px;
  left: 212px;
  z-index: 1;
}
.unbox-module .the-luck-box .each.gift8 .gift {
  animation: upAndDown 3.2s infinite 700ms linear;
}
.unbox-module .the-luck-box .each:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/pedestal-bg.png") no-repeat center;
  width: 148px;
  height: 101px;
}
.unbox-module .prize-view-box {
  margin-bottom: 20px;
  margin-top: 15px;
}
.unbox-module .prize-view-box .prize-view-title {
  font-size: 24px;
  color: #2F2F4B;
  font-weight: 700;
  width: 1060px;
  margin-left: 30px;
}
.unbox-module .prize-view-box .prize-total-box {
  margin-top: 22px;
  padding: 0 28px;
}
.unbox-module .prize-view-box .prize-total-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.unbox-module .prize-view-box .prize-total-box .prize {
  position: relative;
  width: 136px;
  height: 116px;
  float: left;
  margin-left: 8px;
}
.unbox-module .prize-view-box .prize-total-box .prize:first-child {
  margin-left: 0;
}
.unbox-module .prize-view-box .prize-total-box .prize .first-tag {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 1;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: linear-gradient(90deg, #FFB760 0%, #FF7C33 100%);
  border-radius: 10px 0px 10px 0px;
}
.unbox-module .prize-view-box .prize-total-box .prize .second-tag,
.unbox-module .prize-view-box .prize-total-box .prize .third-tag {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 1;
  height: 22px;
  line-height: 22px;
  background: linear-gradient(90deg, #2270E4 0%, #53C7FF 99%);
  border-radius: 10px 0px 10px 0px;
}
.unbox-module .prize-view-box .prize-total-box .prize h6 {
  font-size: 12px;
  color: #011A43;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 8px 0;
}
.unbox-module .guess-rules {
  width: 1060px;
  margin-left: 30px;
  height: 162px;
}
.unbox-module .guess-rules dt {
  font-size: 24px;
  color: #2F2F4B;
  font-weight: 700;
  margin-bottom: 10px;
}
.unbox-module .guess-rules dd {
  font-size: 14px;
  color: #2F2F4B;
  line-height: 20px;
}
.unbox-module .guess-rules dd .tag {
  font-weight: 700;
}
.unbox-module .guess-rules dd .jump-gift,
.unbox-module .guess-rules dd .jump-harry {
  font-weight: 700;
  text-decoration: underline;
}
.unbox-module .draw-person-box {
  height: 46px;
  margin-top: 6px;
}
.unbox-module .draw-person-box .draw-list {
  font-size: 14px;
  color: #125FD8;
  font-weight: 700;
  margin-left: 10px;
}
.unbox-module .draw-person-box .person-l {
  float: left;
  height: 46px;
  line-height: 46px;
  padding-right: 15px;
}
.unbox-module .draw-person-box .person-r {
  float: left;
  width: 1018px;
  color: #125FD8;
  height: 46px;
}
.unbox-module .draw-person-box .person-r .winner-mask {
  overflow: hidden;
  margin-top: 14px;
}
.unbox-module .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;
}
.unbox-module .draw-person-box .person-r dl {
  height: 50px;
}
.unbox-module .draw-person-box .person-r dl:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.unbox-module .draw-person-box .person-r dl dd {
  width: 33.33%;
  float: left;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
}
.special-module {
  background: url("../images/anniversary9sales/special-module-bg.png") no-repeat center;
  height: 710px;
  overflow: hidden;
}
.special-module .item-head-row {
  padding-top: 80px;
}
.special-module .each-box {
  margin-top: 30px;
  overflow: hidden;
  margin-left: -20px;
}
.special-module .each-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.special-module .each {
  display: block;
  background: url("../images/anniversary9sales/special-bg.png") no-repeat center #E8F7FE;
  width: 412px;
  height: 190px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin: 0 0 20px 20px;
  float: left;
  overflow: hidden;
  transition: all 0.3s;
}
.special-module .each:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.special-module .graphic-img {
  width: 180px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}
.special-module .graphic-info {
  padding: 20px;
  float: right;
  width: 230px;
  height: 190px;
  position: relative;
}
.special-module .title {
  font-size: 16px;
  font-weight: 700;
  color: #07304C;
}
.special-module .title:after {
  display: block;
  content: '';
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #2270E4 0%, #53C7FF 99%);
  margin-top: 14px;
}
.special-module .tag {
  margin-top: 16px;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  color: #125ED8;
  text-align: center;
  padding: 0 8px;
  line-height: 20px;
  border: 1px solid #125ED8;
  border-radius: 4px;
  font-weight: 400;
}
.special-module .dollar-row {
  padding: 12px 0;
  color: #347DFF;
  font-size: 26px;
  font-weight: 700;
  margin-top: 14px;
}
.special-module .dollar-row .nit {
  font-size: 16px;
  color: #5F6368;
  font-weight: 400;
  text-decoration: line-through;
}
.special-module .buy-btn {
  background: transparent;
  width: 114px;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  border: 0;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  border-bottom-right-radius: 6px;
}
.special-module .special-tool {
  text-align: center;
  margin-top: 30px;
}
.special-module .special-tool .jump-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  min-width: 200px;
  color: #fff;
  background: linear-gradient(122deg, #2270E4 0%, #31A6F8 99%);
  border-radius: 21px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.special-module .special-tool .jump-btn:hover {
  background: linear-gradient(122deg, #31A6F8 0%, #2270E4 99%);
}
.special-module .special-tool .jump-btn:hover:after {
  transform: translateX(5px);
}
.special-module .special-tool .jump-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/small-icon.png") no-repeat center;
  width: 10px;
  height: 12px;
  margin-left: 4px;
  transition: all 0.3s;
}
.apply-module {
  background: #DFF5F8;
  overflow: hidden;
  padding-bottom: 60px;
}
.apply-module .item-head-row {
  padding-top: 60px;
}
.apply-module .jump-now {
  font-size: 18px;
  color: #125ED8;
  font-weight: 700;
  position: relative;
  margin-left: 6px;
}
.apply-module .jump-now:hover {
  text-decoration: underline;
}
@keyframes arrowAnimate {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(5px);
  }
}
.apply-module .jump-now:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary9sales/righted-arrow.png") no-repeat center;
  width: 19px;
  height: 12px;
  animation: arrowAnimate 1s infinite;
}
.apply-module .video-parent {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
.apply-module .video-parent .grid {
  margin-top: 48px;
  position: relative;
  margin-left: -16px;
}
.apply-module .video-parent .list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.apply-module .video-parent .list-items .box-item .sign1:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/title-sponsor.png") no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
}
.apply-module .video-parent .list-items .box-item .sign2:after {
  display: block;
  content: '';
  background: url("../images/five-pcb-design/tag-icon2.png?v=220831") no-repeat center;
  width: 140px;
  height: 122px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
}
.apply-module .video-parent .list-items .box-item .sign3:after {
  display: block;
  content: '';
  background: url("../images/five-pcb-design/tag-icon3.png?v=220831") no-repeat center;
  width: 140px;
  height: 122px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
}
.apply-module .video-parent .list-items:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.apply-module .video-parent .list-items .col-4 {
  float: left;
  width: 306px;
  height: 355px;
  margin: 0 0 18px 17px;
}
.apply-module .video-parent .p-rollover {
  position: relative;
  background: #EDF3FF;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.apply-module .video-parent .p-rollover.hot:before {
  display: block;
  content: '';
  background: url("../images/raspberry-pi-pico/act_raspberry.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.apply-module .video-parent .p-rollover:hover:after {
  z-index: 0 !important;
}
.apply-module .video-parent .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.apply-module .video-parent .p-rollover:hover img {
  transform: scale(1.07);
}
.apply-module .video-parent .p-rollover .tips-text {
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  line-height: 18px;
}
.apply-module .video-parent .p-rollover .tips-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 20px 30px 0;
  height: 110px;
  box-sizing: border-box;
}
.apply-module .video-parent .p-rollover .img-cover {
  display: block;
  height: 198px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.apply-module .video-parent .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.apply-module .video-parent .p-rollover .img-cover:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.apply-module .video-parent .p-rollover .img-cover img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: transform 0.75s ease 0s;
}
.apply-module .video-parent .p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.apply-module .video-parent .p-body .p-name {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  height: 56px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.apply-module .video-parent .p-body .p-name .title-link {
  cursor: pointer;
  color: #202121;
}
.apply-module .video-parent .p-body .p-name .title-link:hover {
  color: #202121;
}
.apply-module .video-parent .p-body .p-tool {
  padding: 12px 12px 6px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.apply-module .video-parent .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.apply-module .video-parent .p-body .p-tool .view-num {
  margin-right: 6px;
}
.apply-module .video-parent .p-body .p-release {
  border-top: 1px solid #ebebeb;
}
.apply-module .video-parent .p-body .release-user {
  position: relative;
  padding: 11px 13px;
  box-sizing: border-box;
}
.apply-module .video-parent .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.apply-module .video-parent .p-body .release-user .list {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
}
.apply-module .video-parent .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.apply-module .video-parent .p-body .release-user .release-name {
  vertical-align: super;
  max-width: 80%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.apply-module .video-parent .p-body .release-user .head-img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.apply-module .video-parent .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.apply-module .video-parent .p-body .release-user .head-img img:hover {
  opacity: 0.55;
  -ms-opacity: 0.55;
  -moz-opacity: 0.55;
  -o-opacity: 0.55;
  filter: opacity(55);
}
.apply-module .video-parent .p-body .release-user img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.apply-module .video-parent .p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 150px;
  min-height: 149px;
  padding: 25px 20px;
  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;
}
.apply-module .video-parent .p-body .release-user .release-tips: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;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.apply-module .video-parent .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.apply-module .apply-now {
  text-align: center;
  margin-top: 36px;
}
.apply-module .apply-now .apply-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0px 62px 0px 37px;
  background: linear-gradient(135deg, #2270E4 0%, #53C7FF 99%);
  border-radius: 21px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}
.apply-module .apply-now .apply-btn:after {
  position: absolute;
  right: 34px;
  top: 13px;
  background: url('../images/anniversary9sales/apply-edit.png') no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}
.apply-module .the-rules-box {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 36px;
}
.apply-module .the-rules-box .rules-title {
  font-size: 20px;
  font-weight: 700;
  color: #125ED8;
}
.apply-module .the-rules-box .rules-des {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #002B69;
}
.apply-module .the-rules-box .rules-des .dollars {
  color: #125ED8;
  font-weight: 700;
}
.apply-module .the-rules-box .rules-des .rules-skip {
  color: #125ED8;
  font-weight: 700;
}
.apply-module .the-rules-box .rules-des .rules-skip:hover {
  text-decoration: underline;
}
.apply-module .the-logo-box {
  padding-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-module .the-logo-box .split {
  display: inline-block;
  width: 2px;
  height: 53px;
  background: #07304C;
  opacity: 0.5;
  margin: 0 56px;
}
.anniversary-pop-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.55);
}
.anniversary-pop-mask .pop-wrap {
  width: 680px;
  height: 630px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2270E4 0%, #31A6F8 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 30px 24px 24px;
}
.anniversary-pop-mask .pop-wrap:before {
  display: block;
  content: '';
  background: #F1FCFF;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 98%;
  height: 98%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  border-radius: 16px;
}
.anniversary-pop-mask .pop-wrap .pop-body,
.anniversary-pop-mask .pop-wrap .pop-tool {
  position: relative;
  z-index: 3;
}
.anniversary-pop-mask .pop-wrap img.inter-img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.anniversary-pop-mask .pop-wrap .tag {
  color: #4e5ffa;
  font-weight: 700;
}
.anniversary-pop-mask .pop-wrap a.tag {
  text-decoration: underline;
}
.anniversary-pop-mask .pop-wrap.pop-success {
  width: 560px;
  height: 260px;
}
.anniversary-pop-mask .pop-wrap.pop-success .pop-tool {
  margin-top: 28px;
}
.anniversary-pop-mask .pop-wrap.pop-error {
  width: 560px;
  height: 260px;
}
.anniversary-pop-mask .pop-wrap.pop-error .pop-tool {
  margin-top: 28px;
}
.anniversary-pop-mask .pop-wrap.pop-questions {
  background: url("../images/2022christmas/questions-bg.png") no-repeat center #495CF8;
  width: 600px;
  height: 600px;
  border: 0;
}
.anniversary-pop-mask .pop-wrap.pop-questions .close-question {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfmCxYRJxI682EHAAAAfklEQVQoz5WSMQ7DIAxFv3ofD5Uq5egZOvUqFVnKlBO8DAgBdawQ2Oxn+Pa3+PDFUHCNjbf4ATnAjAwksbAHWEEyJiLsVRFUAh4bIqfB/yKd1Lp3exU16RSO/RTMNfHQzLn33YTwMfFsg2yQH6b1WGyL9bZMGXy9Kpsuly6xHiBilRfUctuzAAAAAElFTkSuQmCC") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.anniversary-pop-mask .pop-wrap.pop-questions .close-question:hover {
  transform: rotate(45deg);
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-head {
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  margin-top: 24px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-head:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAADCAQAAACgqz4QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfmCxYRIA34uvo1AAAAS0lEQVQY05XNSwqAMBRD0fNaRKnf7n+xdaSgoOgdBEJCEi0jCSFLsk6n1xsVxWpTVatqs1jMRpPBK+kxaQhOPYib/zl7Jc6j9qW+A8u3BQfCczsgAAAAAElFTkSuQmCC") no-repeat center;
  width: 43px;
  height: 3px;
  margin-right: 10px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-head:after {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAADCAQAAACgqz4QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfmCxYRIAcYbxMrAAAAV0lEQVQY043NQQ7CMBAEwTL//2xwAmuMsxwiwBIg0bc5THfJAIk0pG7XdE24asJZuKiqarFabUIIzU13NwxDSomdk5kyJZ7rzXH6i1n7XZOvVPlQ/8w8ALVXMQGXp7LkAAAAAElFTkSuQmCC") no-repeat center;
  width: 43px;
  height: 3px;
  margin-left: 10px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-img {
  position: absolute;
  top: -36px;
  left: 18px;
  z-index: 2;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-rules {
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-rules .view-rules {
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
  color: #ffea00;
  text-decoration: underline;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-area {
  width: 560px;
  height: 434px;
  background-color: #fff;
  border-radius: 6px;
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  bottom: 0;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-area-mask {
  overflow: hidden;
  border-radius: 6px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-submit {
  width: 160px;
  height: 34px;
  background-image: linear-gradient(90deg, #fff7dc 0%, #ffdbc8 100%);
  border-radius: 17px;
  border: solid 1px #fc7372;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: -17px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fe403f;
  font-weight: 700;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-submit.disabled {
  cursor: not-allowed;
  background-image: linear-gradient(90deg, #a9a9a9 0%, #a9a9a9 100%);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 17px;
  color: #fff;
  border: solid 1px #8b8b8b;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-wrap {
  padding: 24px 16px 24px 22px;
  overflow-y: auto;
  max-height: 380px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-wrap::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: white;
}
.anniversary-pop-mask .pop-wrap.pop-questions .question-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el {
  margin-bottom: 14px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-title {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-title .index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-each {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-each .each {
  width: 250px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 10px;
  position: relative;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-each .each:hover {
  background: #E7EEF9;
  color: #333333;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-each .each.active {
  color: #fff;
  background: #5b6bfe;
}
.anniversary-pop-mask .pop-wrap.pop-questions .problem-el .problem-each .each.active:after {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTI1VDA5OjE0OjQ5KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0yNVQwOToxNTowNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0yNVQwOToxNTowNSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MWE2ZDU4MC1lNTY2LWE5NDAtOGRlOS1jMmMwOWNiYTdmMjgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmZDZhYWE3NC1iMWQ0LThmNDktYTAzNC1lMzYyMDk1MjUyMDIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNDM5NzBiYi03YmVhLWIzNDQtYjA0ZC05NmJmYTY0MGJmNWIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0Mzk3MGJiLTdiZWEtYjM0NC1iMDRkLTk2YmZhNjQwYmY1YiIgc3RFdnQ6d2hlbj0iMjAyMi0xMS0yNVQwOToxNDo0OSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MWE2ZDU4MC1lNTY2LWE5NDAtOGRlOS1jMmMwOWNiYTdmMjgiIHN0RXZ0OndoZW49IjIwMjItMTEtMjVUMDk6MTU6MDUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mhVHYAAAAm0lEQVQokY3QMQ4BARCF4REkSolC4QJqKndwAdq9hCNQcwKNViNKPRcQJYVeQSh8CivZbJCdZIr3kj/z5pUQBacREbuIOAWKbAUbHNEsCk1xRRdRBEi8Z/jxAkssUP0C9HDHJOsHOunpWQ5o4Yw1ynkoMEgjJKmuYYsD6vkEWTHGI400xwXtb39mRRkr3PBE/1c5eaOOPUb/Gn0BK355em39XwIAAAAASUVORK5CYII=) no-repeat center;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  margin-top: -5px;
  color: #fff;
}
.anniversary-pop-mask .pop-wrap.answer-rules {
  height: 280px;
}
.anniversary-pop-mask .pop-wrap.model-pop {
  height: 392px;
  padding-top: 88px;
}
.anniversary-pop-mask .pop-wrap.model-pop:before {
  display: block;
  content: '';
  background: url("../images/2022christmas/draw-top.png") no-repeat center;
  width: 100%;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.anniversary-pop-mask .pop-wrap.model-pop .model-answer {
  margin-top: 14px;
  border-top: solid 1px #e0e0e0;
  padding: 22px 0;
}
.anniversary-pop-mask .pop-wrap.model-pop .model-answer .model-title {
  font-size: 18px;
  font-weight: 700;
}
.anniversary-pop-mask .pop-wrap.model-pop .model-answer .all-answer {
  display: flex;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}
.anniversary-pop-mask .pop-wrap.model-pop .model-answer .all-answer span {
  margin-right: 4px;
}
.anniversary-pop-mask .pop-wrap.coupons {
  background: url("../images/anniversary9sales/view-bg.png") no-repeat center;
  width: 680px;
  height: 590px;
}
.anniversary-pop-mask .pop-wrap.coupons:before {
  display: none;
}
.anniversary-pop-mask .pop-wrap.coupons:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/cash-icon.png") no-repeat center;
  width: 194px;
  height: 124px;
  position: absolute;
  top: -48px;
  left: -26px;
  z-index: 1;
}
.anniversary-pop-mask .pop-wrap.coupons .coupon-head {
  text-align: center;
  font-size: 26px;
  color: #125FD8;
  font-weight: 700;
  margin-top: 45px;
}
.anniversary-pop-mask .pop-wrap.coupons .head-des {
  margin-top: 10px;
  font-weight: 400;
  color: #2F2F4B;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.coupons .head-des .tag {
  color: #125FD8;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons-mask {
  padding-right: 10px;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons {
  margin-top: 34px;
  height: 300px;
  overflow-y: auto;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background: #fff;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: #31A6F8;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons .item {
  background: url("../images/anniversary9sales/item-bg.png") no-repeat center;
  width: 182px;
  height: 194px;
  color: #fff;
  float: left;
  margin-left: 20px;
  margin-bottom: 18px;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons .title {
  padding: 14px 0 10px;
  color: #359BF1;
  font-size: 13px;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons .price {
  font-size: 52px;
  font-weight: 700;
  color: #3099F1;
  text-align: center;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons .price .tag {
  font-size: 26px;
  color: #3099F1;
  margin-top: 14px;
}
.anniversary-pop-mask .pop-wrap.coupons .total-coupons .text {
  color: #fff;
  width: 160px;
  margin: 12px auto 0;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.coupons .tool-row {
  background: url("../images/anniversary9sales/tool-icon.png") no-repeat center;
  width: 691px;
  height: 94px;
  position: absolute;
  left: -4px;
  bottom: -3px;
  z-index: 3;
  justify-content: center;
  display: flex;
  align-items: center;
}
.anniversary-pop-mask .pop-wrap.coupons .tool-row .btn {
  width: 144px;
  font-size: 16px;
  height: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  border-radius: 17px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 8px;
}
.anniversary-pop-mask .pop-wrap.coupons .tool-row .btn.redeem {
  color: #2780EA;
  background: #fff;
  margin-right: 36px;
}
.anniversary-pop-mask .pop-wrap.ruler {
  height: 280px;
}
.anniversary-pop-mask .pop-wrap.ruler:before {
  height: 96%;
}
.anniversary-pop-mask .pop-wrap.ruler .pop-tool {
  margin-top: 30px;
}
.anniversary-pop-mask .pop-wrap.win {
  background: url("../images/anniversary9sales/win-bg.png") no-repeat center;
  width: 480px;
  height: 562px;
}
.anniversary-pop-mask .pop-wrap.win:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/ribbon1.png") no-repeat center;
  width: 96px;
  height: 101px;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  margin: unset;
  right: unset;
  border-radius: 0;
}
.anniversary-pop-mask .pop-wrap.win:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/ribbon2.png") no-repeat center;
  width: 94px;
  height: 123px;
  position: absolute;
  right: -34px;
  bottom: -28px;
  z-index: 1;
}
.anniversary-pop-mask .pop-wrap.win .des {
  width: 424px;
  margin: 50px auto 0;
  padding-left: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #2F2F4B;
  font-weight: 700;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.win .des .tag {
  color: #125ED8;
}
.anniversary-pop-mask .pop-wrap.win .show-product {
  position: relative;
  margin-top: 12px;
  height: 164px;
  display: flex;
  justify-content: center;
}
.anniversary-pop-mask .pop-wrap.win .show-product img {
  position: relative;
  z-index: 3;
  top: -10px;
}
@keyframes move {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.anniversary-pop-mask .pop-wrap.win .show-product:before {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/light.png") no-repeat center;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  bottom: 0;
  animation: move 26s infinite linear forwards;
}
.anniversary-pop-mask .pop-wrap.win .show-name {
  font-size: 16px;
  font-weight: 700;
  color: #125ED8;
  text-align: center;
  margin-top: 14px;
}
.anniversary-pop-mask .pop-wrap.win .show-des {
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
}
.anniversary-pop-mask .pop-wrap.win .win-tool {
  padding: 0 26px;
  display: flex;
  justify-content: center;
  width: 100%;
  right: 0;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 1;
}
.anniversary-pop-mask .pop-wrap.win .win-tool .btn {
  width: 144px;
  font-size: 16px;
  height: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  border-radius: 17px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
}
.anniversary-pop-mask .pop-wrap.win .win-tool .btn.redeem {
  color: #2780EA;
  background: #fff;
  margin-right: 36px;
}
.anniversary-pop-mask .pop-wrap.end-pop {
  width: 600px;
  height: 220px;
  padding: 24px 28px;
}
.anniversary-pop-mask .pop-wrap.end-pop .pop-tool {
  margin-top: 80px;
}
.anniversary-pop-mask .pop-wrap.change {
  background: url("../images/anniversary9sales/change-bg.png") no-repeat center;
  width: 510px;
  height: 372px;
  padding-right: 48px;
  left: 16px;
}
.anniversary-pop-mask .pop-wrap.change .close-btn {
  top: -18px;
  right: 0;
}
.anniversary-pop-mask .pop-wrap.change:before {
  display: none;
}
.anniversary-pop-mask .pop-wrap.change .rules-text dd {
  padding: 50px 0 0;
  line-height: 24px;
  font-size: 16px;
  color: #2F2F4B;
  text-align: center;
  font-weight: 500;
}
.anniversary-pop-mask .pop-wrap.change .tool-row {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 3;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.anniversary-pop-mask .pop-wrap.change .tool-row .btn {
  width: 144px;
  font-size: 16px;
  height: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  border-radius: 17px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 8px;
}
.anniversary-pop-mask .pop-wrap.change .tool-row .btn.redeem {
  color: #2780EA;
  background: #fff;
  margin-right: 36px;
}
.anniversary-pop-mask .pop-wrap .close-btn {
  background: url("../images/anniversary9sales/close-btn.png") no-repeat center;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -26px;
  right: -20px;
  z-index: 2;
  cursor: pointer;
}
.anniversary-pop-mask .pop-wrap .rules-head {
  font-size: 26px;
  color: #0D5DE2;
  font-weight: 700;
}
.anniversary-pop-mask .pop-wrap .rules-text {
  margin-top: 12px;
}
.anniversary-pop-mask .pop-wrap .rules-text dd {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.anniversary-pop-mask .pop-wrap .pop-tool {
  text-align: center;
  margin-top: 12px;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn {
  width: 180px;
  height: 36px;
  background: linear-gradient(135deg, #2270E4 0%, #31A6F8 99%);
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn:hover {
  background: linear-gradient(135deg, #31A6F8 0%, #2270E4 99%);
}
/*# sourceMappingURL=anniversary9sales.css.map */