.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;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'acFont';
  src: url('../fonts/ac-fonts/COMIC_1.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Bold';
  src: url('../fonts/Comfortaa/Comfortaa-Bold-2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.version-tips {
  width: 100%;
  min-width: 1024px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.version-tips .version-mask {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #000;
  filter: opacity(30);
  opacity: 0.3;
  -ms-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
}
.version-tips .version-box {
  width: 100%;
  min-width: 1024px;
  max-width: 1440px;
  height: 700px;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  z-index: 99990;
}
.version-tips .tips-label {
  background: #b2201f;
  min-width: 1024px;
  max-width: 1440px;
  padding: 130px 0;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  z-index: 99991;
}
.version-tips .browser {
  height: 360px;
  background: #fff;
  position: relative;
  z-index: 99992;
  text-align: center;
}
.version-tips .browser:before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  box-shadow: 0 0 20px 4px #c4c4c4;
  position: relative;
  top: 10px;
}
.version-tips .browser .down-browser {
  display: inline-block;
  font-size: 14px;
  margin-top: -60px;
}
.version-tips .browser a {
  color: #595757;
  margin-left: 227px;
  float: left;
}
.version-tips .browser a:first-child {
  margin-left: 0;
}
.version-tips .browser a span {
  line-height: 24px;
  margin-left: 5px;
}
.version-tips .browser a:hover span {
  text-decoration: underline;
}
.version-tips .browser .ignore {
  line-height: 48px;
  color: #b2201f;
  text-align: center;
  margin: 130px auto 0;
  cursor: pointer;
  text-decoration: underline;
}
.time-box {
  background: url("../images/anniversary12salesB/down-time-bg.png") no-repeat center;
  width: 421px;
  height: 90px;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  transform: scale(0.9);
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
  z-index: 5;
}
.time-box .time-item {
  width: 66px;
  text-align: center;
  filter: blur(0px);
}
.time-box .time-row-t {
  width: 48px;
  margin: 0 auto 4px;
}
.time-box .time-row-t span {
  font-size: 30px;
  line-height: 36px;
  color: #FFDE7B;
  font-family: 'HarmonyOS_Sans_Bold';
  background: -webkit-linear-gradient(90deg, #FFDE7B 20%, #FFFFFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.time-box .time-des {
  font-size: 13px;
  color: #fff;
  font-family: 'HarmonyOS_Sans_Medium';
  line-height: 16px;
}
.time-box .time-symbol {
  height: 72px;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-left: 8px;
  margin-right: 8px;
}
.anniversary-pop-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.55);
}
.anniversary-pop-mask a {
  color: inherit;
}
.anniversary-pop-mask a:active {
  text-decoration: none;
}
.anniversary-pop-mask a:link {
  text-decoration: none;
}
.anniversary-pop-mask a:hover {
  text-decoration: none;
}
.anniversary-pop-mask * {
  box-sizing: border-box;
}
.anniversary-pop-mask .pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-table;
  padding: 18px 12px 0;
  box-sizing: border-box;
  width: 660px;
}
.anniversary-pop-mask .pop-wrap .pop-tool {
  display: flex;
  justify-content: center;
  gap: 0 56px;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn {
  display: flex;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-family: HarmonyOS_Sans_Bold;
  background: #FF9700;
  border-radius: 22px;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn.light {
  background: transparent;
  border-color: #FF9700;
  color: #FF9700;
}
.anniversary-pop-mask .pop-wrap .graphic-area {
  background: #FFF4E6;
  padding: 18px;
  position: relative;
}
.anniversary-pop-mask .pop-wrap .graphic-area .view-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: url('../images/anniversary12salesB/view-close-icon.png') no-repeat center;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.anniversary-pop-mask .pop-wrap .graphic-area .view-close-btn:hover {
  transform: rotate(180deg);
}
.anniversary-pop-mask .pop-wrap .graphic-area .graphic-title {
  font-weight: bold;
  font-size: 26px;
  color: #1D1D1F;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 22px;
  text-align: center;
  margin-top: 14px;
}
.anniversary-pop-mask .pop-wrap .graphic-area .graphic-txt {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 16px;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap .graphic-area .graphic-txt .leave,
.anniversary-pop-mask .pop-wrap .graphic-area .graphic-txt .tag {
  color: #FF9700;
}
.anniversary-pop-mask .pop-wrap.rules {
  background: url("../images/anniversary12salesA/use-rules-bg.png") no-repeat center;
  width: 660px;
  height: 640px;
  padding: 28px 12px;
}
.anniversary-pop-mask .pop-wrap.rules .graphic-area {
  height: 584px;
  padding-top: 32px;
}
.anniversary-pop-mask .pop-wrap.rules .rules-title {
  font-size: 26px;
  color: #1D1D1F;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 14px;
}
.anniversary-pop-mask .pop-wrap.rules .view-rules {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  margin-bottom: 20px;
  font-family: HarmonyOS_Sans_Regular;
}
.anniversary-pop-mask .pop-wrap.rules .view-rules li {
  font-size: 16px;
  color: #3B3E40;
  line-height: 22px;
}
.anniversary-pop-mask .pop-wrap.coupons {
  background: url("../images/anniversary12salesA/use-rules-bg.png") no-repeat center;
  width: 660px;
  height: 640px;
  padding: 28px 12px;
}
.anniversary-pop-mask .pop-wrap.coupons .graphic-area {
  height: 584px;
  padding-top: 32px;
}
.anniversary-pop-mask .pop-wrap.coupons .graphic-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
}
.anniversary-pop-mask .pop-wrap.coupons .coupons-rules {
  font-size: 16px;
  color: #6C7073;
  line-height: 22px;
  margin-bottom: 12px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box {
  height: 368px;
  overflow-y: auto;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  scrollbar-width: thin;
  scrollbar-color: #FF9700 transparent;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: #FF9700;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el {
  width: 282px;
  height: 148px;
  text-align: center;
  padding-top: 18px;
  padding-right: 48px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el:hover,
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el:focus,
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el:active,
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el:visited {
  text-decoration: none;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el .type-cash {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 40px;
  color: #1D1D1F;
  line-height: 48px;
  display: flex;
  justify-content: center;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el .type-cash .tag-el {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  margin-right: 4px;
  margin-top: 6px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el .cash-des {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el .des-rules {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el.type-a {
  background: url("../images/anniversary12salesA/coupons-a.webp") no-repeat center;
  cursor: default;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el.type-b {
  background: url("../images/anniversary12salesA/coupons-b.webp") no-repeat center;
  cursor: default;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupons-el.type-c {
  background: url("../images/anniversary12salesA/coupons-c.webp") no-repeat center;
  cursor: default;
}
.anniversary-pop-mask .pop-wrap.coupons .pop-tool {
  bottom: 18px;
}
.anniversary-pop-mask .pop-wrap.end {
  width: 660px;
  height: 280px;
  background: url("../images/anniversary12salesB/end-bg.webp") no-repeat center;
  padding: 18px 12px;
}
.anniversary-pop-mask .pop-wrap.end .graphic-area {
  height: 236px;
}
.anniversary-pop-mask .pop-wrap.end .rules-text {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
}
.anniversary-pop-mask .pop-wrap.draw-win {
  background: url("../images/anniversary12salesB/win-bg.webp") no-repeat center;
  width: 660px;
  height: 640px;
  padding-top: 34px;
}
.anniversary-pop-mask .pop-wrap.draw-win .graphic-area {
  height: 584px;
}
.anniversary-pop-mask .pop-wrap.draw-win .congrats-txt {
  font-size: 16px;
  color: #6C7073;
  line-height: 22px;
  text-align: center;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 32px;
}
.anniversary-pop-mask .pop-wrap.draw-win .congrats-txt .tag {
  color: #FF9700;
}
.anniversary-pop-mask .pop-wrap.draw-win .congrats-product {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.anniversary-pop-mask .pop-wrap.draw-win .congrats-product img {
  position: relative;
  z-index: 2;
}
.anniversary-pop-mask .pop-wrap.draw-win .congrats-product:after {
  content: '';
  display: block;
  background: url("../images/anniversary12salesB/light-icon.png") no-repeat center;
  width: 320px;
  height: 320px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.anniversary-pop-mask .pop-wrap.draw-win .pop-tool {
  bottom: 20px;
}
.anniversary-pop-mask .pop-wrap.vote-end {
  background: url("../images/anniversary12salesB/vote-end-bg.webp") no-repeat center;
  width: 660px;
  height: 326px;
}
.anniversary-pop-mask .pop-wrap.vote-end .graphic-area {
  height: 282px;
}
.anniversary-pop-mask .pop-wrap.vote-end .txt-des {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #6C7073;
  text-align: center;
  line-height: 24px;
}
.anniversary-pop-mask .pop-wrap.vote-score {
  background: url("../images/anniversary12salesB/score-bg.webp") no-repeat center;
  width: 660px;
  height: 472px;
}
.anniversary-pop-mask .pop-wrap.vote-score .graphic-area {
  height: 408px;
}
.anniversary-pop-mask .pop-wrap.vote-score .txt-des {
  font-size: 16px;
  color: #6C7073;
  text-align: center;
  line-height: 22px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 32px;
}
.anniversary-pop-mask .pop-wrap.vote-score .txt-score {
  font-size: 40px;
  color: #FF9700;
  text-align: center;
  line-height: 40px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 40px;
}
.anniversary-pop-mask .pop-wrap.vote-score .view-details {
  display: flex;
  gap: 0 20px;
}
.anniversary-pop-mask .pop-wrap.vote-score .detail-el {
  height: 80px;
  background: #fff;
  border-radius: 10px;
  width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anniversary-pop-mask .pop-wrap.vote-score .detail-el .label {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}
.anniversary-pop-mask .pop-wrap.vote-score .detail-el .val {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
}
.anniversary-pop-mask .pop-wrap.vote-result {
  background: url("../images/anniversary12salesB/vote-result-bg.webp") no-repeat center;
  width: 660px;
  height: 598px;
  padding-top: 28px;
}
.anniversary-pop-mask .pop-wrap.vote-result .graphic-area {
  height: 542px;
}
.anniversary-pop-mask .pop-wrap.vote-result .graphic-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 26px;
  color: #1D1D1F;
  line-height: 34px;
  margin-bottom: 10px;
}
.anniversary-pop-mask .pop-wrap.vote-result .vote-pic {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.anniversary-pop-mask .pop-wrap.vote-result .vote-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.anniversary-pop-mask .pop-wrap.vote-result .txt-title {
  text-align: center;
  font-size: 22px;
  color: #262626;
  line-height: 30px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 10px;
}
.anniversary-pop-mask .pop-wrap.vote-result .driven-txt {
  margin: 0 auto 20px;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  text-align: center;
  font-family: HarmonyOS_Sans_Medium;
}
.anniversary-pop-mask .pop-wrap.vote-result .upgrade-txt {
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  text-align: center;
  font-family: HarmonyOS_Sans_Regular;
  margin-bottom: 20px;
}
.anniversary-pop-mask .pop-wrap.vote-result .upgrade-txt .txt {
  color: #8C8C8C;
}
#fp-nav.right {
  right: 52px;
}
#fp-nav.right ul {
  display: flex;
  flex-direction: column;
  gap: 2.6vh 0;
  position: relative;
}
#fp-nav.right ul:after {
  display: block;
  content: '';
  border-left: 2px dashed #fff;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  margin: auto auto auto -1px;
  height: 97%;
}
#fp-nav.right ul li {
  width: 32px;
  height: 32px;
  margin: 0;
}
#fp-nav.right ul li a {
  width: 32px;
  height: 32px;
}
#fp-nav.right ul li a span {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  transition: all 0.3s;
}
#fp-nav.right ul li:nth-child(1) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor1-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(1) a:hover span {
  background: url("../images/anniversary12salesA/floor1.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(1) a.active span {
  background: url("../images/anniversary12salesA/floor1.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(2) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor2-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(2) a:hover span {
  background: url("../images/anniversary12salesA/floor2.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(2) a.active span {
  background: url("../images/anniversary12salesA/floor2.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(3) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor3-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(3) a:hover span {
  background: url("../images/anniversary12salesA/floor3.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(3) a.active span {
  background: url("../images/anniversary12salesA/floor3.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(4) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor4-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(4) a:hover span {
  background: url("../images/anniversary12salesA/floor4.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(4) a.active span {
  background: url("../images/anniversary12salesA/floor4.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(5) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor5-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(5) a:hover span {
  background: url("../images/anniversary12salesA/floor5.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(5) a.active span {
  background: url("../images/anniversary12salesA/floor5.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(6) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor6-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(6) a:hover span {
  background: url("../images/anniversary12salesA/floor6.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(6) a.active span {
  background: url("../images/anniversary12salesA/floor6.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(7) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor7-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(7) a:hover span {
  background: url("../images/anniversary12salesA/floor7.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(7) a.active span {
  background: url("../images/anniversary12salesA/floor7.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(8) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor8-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(8) a:hover span {
  background: url("../images/anniversary12salesA/floor8.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(8) a.active span {
  background: url("../images/anniversary12salesA/floor8.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(9) a span {
  width: 32px;
  height: 32px;
  background: url("../images/anniversary12salesA/floor9-mini.webp") no-repeat center transparent;
}
#fp-nav.right ul li:nth-child(9) a:hover span {
  background: url("../images/anniversary12salesA/floor9.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:nth-child(9) a.active span {
  background: url("../images/anniversary12salesA/floor9.webp") no-repeat center transparent;
  margin: 0;
}
#fp-nav.right ul li:last-child {
  display: none;
}
.back-top-btn {
  background: url("../images/anniversary12salesA/back-top-icon.png") no-repeat center;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 40px;
  bottom: 8vh;
  cursor: pointer;
}
@media screen and (max-height: 900px) {
  .graphicViewPage .section:first-child .graphic-wrap * {
    transform: scale(1);
  }
  .graphicViewPage .section:first-child .left-bird {
    top: 90px;
  }
  .graphicViewPage .section:first-child .right-bird {
    top: 60px;
  }
  .graphicViewPage .section:first-child .banner-box * {
    transform: scale(0.86);
  }
  .graphicViewPage .section:first-child .banner-left:after {
    bottom: 12px;
  }
  .graphicViewPage .section:first-child .banner-right:after {
    bottom: 12px;
  }
  .graphicViewPage .section:first-child .time-box {
    bottom: 80px;
  }
  .graphicViewPage .section.graphic-view2 .exclusive-area {
    transform: scale(0.9);
  }
  .graphicViewPage .section.graphic-view3 .title-des {
    margin-bottom: 0;
  }
  .graphicViewPage .section.graphic-view3 .campaign-area {
    transform: scale(0.82);
  }
  .graphicViewPage .section.graphic-view3 .campaign-area .graphic-campaign {
    margin-top: 30px;
  }
  .graphicViewPage .section.graphic-view4 .luck-color-game {
    transform: scale(0.9);
  }
  .graphicViewPage .section.graphic-view5 .luck-box-area {
    transform: scale(0.82) !important;
    margin-top: -10px;
  }
  .graphicViewPage .section.graphic-view5 .tab-switch-demand {
    margin-bottom: 0;
    transform: scale(0.9);
  }
  .graphicViewPage .section.graphic-view5 .graphic-demand-area {
    transform: scale(0.9);
  }
  .graphicViewPage .section.graphic-view6 .section-title {
    margin-bottom: 0;
  }
  .graphicViewPage .section.graphic-view6 .graphic-rapid {
    transform: scale(0.96);
  }
  .graphicViewPage .section.graphic-view7 .title-des {
    margin-bottom: 10px;
  }
}
.section {
  min-height: 100dvh !important;
  position: relative;
}
.section:last-child {
  min-height: auto !important;
  height: auto !important;
}
.section:last-child .fp-tableCell {
  display: block !important;
  height: auto !important;
}
.section a {
  color: inherit;
}
.section a:active {
  text-decoration: none;
}
.section a:link {
  text-decoration: none;
}
.section a:hover {
  text-decoration: none;
}
.section * {
  box-sizing: border-box;
  font-family: HarmonyOS_Sans_Regular;
}
.section .graphic-wrap {
  min-width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}
.section .section-title {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
.section .section-title:before {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/tag-before-icon.png") no-repeat right center;
  width: 92px;
  height: 42px;
  vertical-align: super;
}
.section .section-title:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/tag-after-icon.png") no-repeat center;
  width: 92px;
  height: 44px;
  vertical-align: bottom;
}
.section .section-title .title-txt {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 36px;
  color: #000;
  margin: 0 20px;
  text-align: left;
}
.section .title-des {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.section .jump-btn {
  background: #FF9700;
  border-radius: 28px;
}
.section .jump-btn:hover {
  background: #EF8E00;
}
.graphic-view1 {
  background: url(../images/anniversary12salesA/section-page-bg1.webp) no-repeat center;
  background-size: cover;
  /* 更大的浮动幅度 */
}
.graphic-view1 .graphic-wrap {
  max-width: 100%;
  width: 100%;
  height: 100dvh;
  position: relative;
}
@keyframes birdFloatLeft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes birdFloatRight {
  0%,
  100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes scaleSoft {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.graphic-view1 .banner-box {
  background: url("../images/anniversary12salesA/banner-bg.webp") no-repeat center;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 128px);
  background-size: cover;
  font-size: 0;
  position: relative;
}
.graphic-view1 .banner-box:after {
  display: block;
  content: '';
  background: url("../images/anniversary12salesA/party-time.webp") no-repeat center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  animation: zoomIn 0.9s ease-out 0.5s forwards;
}
.graphic-view1 .banner-left {
  display: inline-block;
  width: 50%;
  height: inherit;
  position: relative;
}
.graphic-view1 .banner-left:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/jump-btn-left.webp") no-repeat center;
  width: 256px;
  height: 76px;
  position: absolute;
  bottom: 86px;
  right: 200px;
  animation: scaleSoft 3s ease-in-out infinite;
}
.graphic-view1 .banner-left .left-bird {
  background: url("../images/anniversary12salesA/left-bird.webp") no-repeat center;
  width: 468px;
  height: 398px;
  position: absolute;
  top: 164px;
  right: 182px;
  animation: birdFloatLeft 3s ease-in-out infinite;
  animation-delay: 0s;
}
.graphic-view1 .banner-left .left-bird:before {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/cash-icon.png") no-repeat center;
  width: 682px;
  height: 640px;
  position: absolute;
  top: -104px;
  left: -20px;
  z-index: 2;
}
.graphic-view1 .banner-right {
  display: inline-block;
  width: 50%;
  height: inherit;
  position: relative;
}
.graphic-view1 .banner-right:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/jump-btn-right.webp") no-repeat center;
  width: 256px;
  height: 76px;
  position: absolute;
  bottom: 86px;
  left: 230px;
  animation: scaleSoft 3s ease-in-out infinite;
}
.graphic-view1 .banner-right .right-bird {
  background: url("../images/anniversary12salesA/right-bird.webp") no-repeat center;
  width: 614px;
  height: 462px;
  position: absolute;
  top: 92px;
  left: 132px;
  animation: birdFloatRight 3s ease-in-out infinite;
}
.graphic-view2 {
  background: url(../images/anniversary12salesA/section-page-bg1.webp) no-repeat center;
  background-size: cover;
}
.graphic-view2 .graphic-wrap {
  max-width: 1302px;
}
.graphic-view2 .title-des {
  margin-bottom: 14px;
}
.graphic-view2 .exclusive-area {
  display: flex;
  flex-direction: column;
  background: url("../images/anniversary12salesA/exclusive-bg.png") no-repeat center;
  width: 1302px;
  height: 664px;
  padding: 60px 42px 0;
}
.graphic-view2 .graphic-coupons {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
  margin-bottom: 38px;
}
.graphic-view2 .graphic-coupons .exclusive-left {
  background: url("../images/anniversary12salesA/exclusive-rules-bg.webp") no-repeat center;
  width: 318px;
  height: 460px;
  padding: 32px 14px;
  flex-shrink: 0;
}
.graphic-view2 .graphic-coupons .exclusive-left .get-title {
  font-size: 32px;
  font-family: HarmonyOS_Sans_Bold;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}
.graphic-view2 .graphic-coupons .exclusive-left .get-title .price {
  font-family: HarmonyOS_Sans_Bold;
  color: #FF9700;
}
.graphic-view2 .graphic-coupons .exclusive-left .use-rules {
  font-size: 14px;
  color: #1D1D1F;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
  text-align: center;
}
.graphic-view2 .graphic-coupons .exclusive-left .use-rules a {
  color: #FF9700;
  text-decoration: underline;
  transition: all 0.3s;
}
.graphic-view2 .graphic-coupons .exclusive-left .use-rules a:hover {
  color: #EF8E00;
}
.graphic-view2 .graphic-coupons .exclusive-right {
  display: flex;
  gap: 8px 14px;
  flex-wrap: wrap;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el {
  width: 282px;
  height: 148px;
  text-align: center;
  padding-top: 18px;
  padding-right: 48px;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el:hover,
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el:focus,
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el:active,
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el:visited {
  text-decoration: none;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el .type-cash {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 40px;
  color: #1D1D1F;
  line-height: 48px;
  display: flex;
  justify-content: center;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el .type-cash .tag-el {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  margin-right: 4px;
  margin-top: 6px;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el .cash-des {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el .des-rules {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el.type-a {
  background: url("../images/anniversary12salesA/coupons-a.webp") no-repeat center;
  cursor: default;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el.type-b {
  background: url("../images/anniversary12salesA/coupons-b.webp") no-repeat center;
  cursor: default;
}
.graphic-view2 .graphic-coupons .exclusive-right .coupons-el.type-c {
  background: url("../images/anniversary12salesA/coupons-c.webp") no-repeat center;
  cursor: default;
}
.graphic-view2 .exclusive-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.graphic-view2 .exclusive-row .coupons-btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: HarmonyOS_Sans_Bold;
  background: #FF9700;
  border-radius: 28px 28px 28px 28px;
  padding: 0 20px;
  text-align: center;
  min-width: 240px;
  color: #fff;
  transition: all 0.3s;
}
.graphic-view2 .exclusive-row .coupons-btn:hover {
  background: #EF8E00;
}
.graphic-view2 .exclusive-row .coupons-btn.disabled {
  background: #8C8C8C;
  cursor: not-allowed;
}
.graphic-view3 {
  background: url(../images/anniversary12salesA/section-page-bg2.webp) no-repeat center;
  background-size: cover;
}
.graphic-view3 .graphic-pcb-area {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.graphic-view3 .pcb-item {
  width: 630px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
}
.graphic-view3 .pcb-item .item-pic {
  flex-shrink: 0;
  width: 240px;
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.graphic-view3 .pcb-item .item-pic .offer-tag {
  background: url("../images/anniversary12salesA/offer-tag.png") no-repeat center;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 4px;
}
.graphic-view3 .pcb-item .item-pic img {
  display: block;
}
.graphic-view3 .pcb-item .item-info {
  padding: 20px;
}
.graphic-view3 .pcb-item .info-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.graphic-view3 .pcb-item .info-params {
  font-size: 13px;
  color: #3B3E40;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.graphic-view3 .pcb-item .params-type {
  height: 50px;
  background: #F7F8F9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.graphic-view3 .pcb-item .params-type li {
  padding: 4px 10px;
}
.graphic-view3 .pcb-item .type-title {
  font-size: 12px;
  color: #6C7073;
  line-height: 20px;
}
.graphic-view3 .pcb-item .type-des {
  font-size: 13px;
  color: #262626;
  line-height: 22px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view3 .pcb-item .as-time {
  font-size: 12px;
  color: #00A63F;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.graphic-view3 .pcb-item .as-time .e-split {
  margin: 0 4px;
}
.graphic-view3 .pcb-item .cash-price-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 22px;
  color: #6C7073;
}
.graphic-view3 .pcb-item .cash-price-row .view-cash {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 28px;
  color: #1D1D1F;
  line-height: 36px;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.graphic-view3 .pcb-item .cash-price-row .view-cash em {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Regular;
}
.graphic-view3 .pcb-item .cash-price-row .old-cash {
  font-size: 13px;
  color: #6C7073;
  line-height: 22px;
  margin-left: 6px;
  text-decoration-line: line-through;
}
.graphic-view3 .pcb-item .jump-btn {
  display: inline-block;
  padding: 0 20px;
  min-width: 200px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view4 {
  background: url(../images/anniversary12salesA/section-page-bg3.webp) no-repeat center;
  background-size: cover;
}
.graphic-view4 .graphic-design {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.graphic-view4 .graphic-design .design-item {
  width: 412px;
  height: 588px;
  background: #FFFFFF;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #E9EBED;
  padding: 20px;
  position: relative;
}
.graphic-view4 .graphic-design .design-pic {
  overflow: hidden;
  width: 373px;
  height: 240px;
  margin-bottom: 22px;
}
.graphic-view4 .graphic-design .design-title {
  font-size: 18px;
  color: #262626;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.graphic-view4 .graphic-design .txt-des {
  font-size: 13px;
  color: #6C7073;
  line-height: 22px;
  margin-bottom: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.graphic-view4 .graphic-design .cost-views {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.graphic-view4 .graphic-design .cost-views li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
}
.graphic-view4 .graphic-design .cost-views li:before {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesA/checked-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
  flex-shrink: 0;
}
.graphic-view4 .graphic-design .cost-views li .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.graphic-view4 .graphic-design .jump-btn {
  font-size: 16px;
  color: #FFFFFF;
  height: 44px;
  line-height: 44px;
  font-family: HarmonyOS_Sans_Bold;
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 20px;
  margin: auto;
  text-align: center;
}
.graphic-view5 {
  background: url(../images/anniversary12salesA/section-page-bg4.webp) no-repeat center;
  background-size: cover;
}
.graphic-view5 .tab-switch-demand {
  height: 48px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0 4px;
  padding: 0 4px;
}
.graphic-view5 .tab-switch-demand .tab-el {
  flex: 1;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1F;
  font-family: HarmonyOS_Sans_Medium;
  border-radius: 24px;
  cursor: pointer;
}
.graphic-view5 .tab-switch-demand .tab-el.active {
  color: #fff;
  background: #FF9700;
}
.graphic-view5 .demand-item .demand-type {
  height: 250px;
  background: #FFF;
  border-radius: 16px;
  display: flex;
  margin-bottom: 20px;
}
.graphic-view5 .demand-item .demand-pic {
  width: 640px;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.graphic-view5 .demand-item .demand-pic img {
  display: block;
}
.graphic-view5 .demand-item .demand-info {
  padding: 20px;
  position: relative;
  flex: 1;
}
.graphic-view5 .demand-item .demand-info .jump-quote {
  font-size: 16px;
  color: #FF9700;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
  position: absolute;
  right: 20px;
}
.graphic-view5 .demand-item .demand-info .jump-quote:hover {
  text-decoration: underline;
}
.graphic-view5 .demand-item .demand-info .info-title {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 450px;
}
.graphic-view5 .demand-item .demand-info .view-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.graphic-view5 .demand-item .demand-info .view-info li {
  display: flex;
  align-items: baseline;
}
.graphic-view5 .demand-item .demand-info .view-info li.multiple .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.graphic-view5 .demand-item .demand-info .view-info li:before {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  display: inline-block;
  content: '';
  margin-right: 10px;
  border-radius: 100%;
}
.graphic-view5 .demand-item .demand-info .view-info li .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
  max-width: 580px;
}
.graphic-view5 .demand-item .demand-view {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.graphic-view5 .demand-item .demand-el {
  padding: 20px;
  border-radius: 16px;
  position: relative;
  width: 412px;
  height: 292px;
}
.graphic-view5 .demand-item .demand-el .offer-tag {
  background: url("../images/anniversary12salesA/offer-tag.png") no-repeat center;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 4px;
}
.graphic-view5 .demand-item .demand-el .jump-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  min-width: 180px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  text-align: center;
}
.graphic-view5 .demand-item .demand-el.aluminum {
  background: url("../images/anniversary12salesA/aluminum-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.stainless {
  background: url("../images/anniversary12salesA/stainless-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.pom {
  background: url("../images/anniversary12salesA/pom-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.utr {
  background: url("../images/anniversary12salesA/utr-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.hp-pa {
  background: url("../images/anniversary12salesA/hp-pa.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.alsi {
  background: url("../images/anniversary12salesA/alsi-mg.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.alum5052 {
  background: url("../images/anniversary12salesA/alum5052.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.steel {
  background: url("../images/anniversary12salesA/steel304.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.copper {
  background: url("../images/anniversary12salesA/copper-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.pc-abs {
  background: url("../images/anniversary12salesA/pc-abs.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.tpu {
  background: url("../images/anniversary12salesA/tpu-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .demand-el.rubber {
  background: url("../images/anniversary12salesA/rubber-pic.webp") no-repeat center #fff;
}
.graphic-view5 .demand-item .el-title {
  font-size: 18px;
  color: #1D1D1F;
  line-height: 26px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.graphic-view5 .demand-item .el-tag {
  display: inline-block;
  min-width: 88px;
  padding: 0 4px;
  height: 20px;
  font-size: 12px;
  color: #00A63F;
  line-height: 18px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #00A63F;
  margin-bottom: 10px;
}
.graphic-view5 .demand-item .view-cost {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.graphic-view5 .demand-item .view-cost .cost-el {
  display: flex;
  align-items: center;
}
.graphic-view5 .demand-item .view-cost .label {
  font-size: 12px;
  color: #6C7073;
  line-height: 20px;
  width: 72px;
}
.graphic-view5 .demand-item .view-cost .val {
  font-size: 13px;
  color: #3B3E40;
  line-height: 22px;
}
.graphic-view5 .demand-item .view-discount {
  font-size: 12px;
  color: #FF9700;
  line-height: 12px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 8px;
}
.graphic-view5 .demand-item .view-discount.txt {
  color: #3B3E40;
}
.graphic-view5 .demand-item .view-price {
  font-size: 28px;
  color: #1D1D1F;
  line-height: 36px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view5 .demand-item .view-price .tag {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .demand-item .old-price {
  margin-left: 4px;
  font-size: 13px;
  color: #6C7073;
  text-decoration: line-through;
  line-height: 22px;
}
.graphic-view5 .demand-item .unit-row {
  font-size: 12px;
  color: #6C7073;
  line-height: 20px;
}
.graphic-view6 {
  background: url(../images/anniversary12salesA/section-page-bg5.webp) no-repeat center;
  background-size: cover;
}
.graphic-view6 .graphic-rapid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.graphic-view6 .rapid-el {
  width: 305px;
  height: 298px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 14px;
  position: relative;
}
.graphic-view6 .rapid-el.digital {
  background: url("../images/anniversary12salesA/digital-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.mhp50-b5 {
  background: url("../images/anniversary12salesA/mhp50-b5-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.usb-voltage {
  background: url("../images/anniversary12salesA/usb-voltage-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.usb-fast {
  background: url("../images/anniversary12salesA/usb-fast-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.musical {
  background: url("../images/anniversary12salesA/musical-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.esp32 {
  background: url("../images/anniversary12salesA/esp32-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.esp32-s3 {
  background: url("../images/anniversary12salesA/esp32-s3-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-el.ch343g-usb {
  background: url("../images/anniversary12salesA/ch343g-usb-pic.webp") no-repeat center;
}
.graphic-view6 .rapid-title {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 22px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.graphic-view6 .rapid-cash {
  font-size: 28px;
  color: #1D1D1F;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.graphic-view6 .rapid-cash em {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 20px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view6 .jump-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  min-width: 94px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: HarmonyOS_Sans_Medium;
  position: relative;
  z-index: 3;
}
.graphic-view7 {
  background: url(../images/anniversary12salesA/section-page-bg6.webp) no-repeat center;
  background-size: cover;
}
.graphic-view7 .graphic-wrap {
  max-width: 1306px;
}
.graphic-view7 .graphic-celebration {
  background: url("../images/anniversary12salesA/celebration-bg.webp") no-repeat center;
  width: 1306px;
  height: 766px;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
}
.graphic-view7 .graphic-celebration .celebration-left {
  flex-shrink: 0;
  padding: 54px 0 0 0;
  position: relative;
}
.graphic-view7 .graphic-celebration .celebration-left:before {
  display: block;
  content: '';
  background: url("../images/anniversary12salesA/split-icon.png") no-repeat center;
  width: 10px;
  height: 230px;
  position: absolute;
  top: 150px;
  right: -34px;
}
.graphic-view7 .graphic-celebration .celebration-left .game-view {
  position: relative;
  border-radius: 16px;
  display: block;
}
.graphic-view7 .graphic-celebration .celebration-left .game-view img {
  display: block;
}
.graphic-view7 .graphic-celebration .celebration-left .game-view .game-txt {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #1D1D1F;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view7 .graphic-celebration .celebration-left .game-view:first-child {
  background: #DBDEE2;
  margin-bottom: 20px;
}
.graphic-view7 .graphic-celebration .celebration-left .game-view:first-child + .game-view .game-txt {
  background: #FF9700;
  color: #fff;
}
.graphic-view7 .graphic-celebration .celebration-left .lucky-el {
  position: absolute;
  bottom: -38px;
  left: -80px;
}
.graphic-view7 .graphic-celebration .celebration-right {
  flex-shrink: 0;
}
.graphic-view7 .graphic-celebration .celebration-right .tool-row {
  text-align: center;
}
.graphic-view7 .graphic-celebration .celebration-right .tool-row .jump-btn {
  min-width: 200px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view7 .graphic-celebration .celebration-box {
  display: inline-block;
  background: url("../images/anniversary12salesA/celebration-img.webp") no-repeat center;
  width: 882px;
  height: 629px;
  position: relative;
  margin-bottom: 30px;
}
.graphic-view7 .graphic-celebration .celebration-box .txt {
  padding: 10px 40px 0;
  height: 118px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 26px;
  color: #000000;
  line-height: 40px;
  font-family: HarmonyOS_Sans_Medium;
}
/*# sourceMappingURL=anniversary12salesA.css.map */