.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;
}
@font-face {
  font-family: 'Comic_Regular';
  src: url('../fonts/comic/COMIC.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comic_Bold';
  src: url('../fonts/comic/COMICBD.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;
  }
}
body {
  background: #9d69f3;
}
.section {
  min-height: 100vh !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/anniversary12salesB/section-page-bg1.webp) no-repeat center;
  background-size: cover;
  /* 更大的浮动幅度 */
}
.graphic-view1 .graphic-wrap {
  max-width: 100%;
  width: 100%;
  height: 100dvh;
}
@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/anniversary12salesB/section-page-bg1.webp) no-repeat center;
  background-size: cover;
}
.graphic-view2 .graphic-wrap {
  max-width: 1494px;
}
.graphic-view2 .engineer-area {
  background: url("../images/anniversary12salesB/engineer-bg.webp?v=20260623") no-repeat center;
  background-size: cover;
  height: 658px;
  width: 1494px;
}
.graphic-view2 .engineer-area .engineer-wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 80px 0 0 157px;
}
.graphic-view2 .engineer-area .graphic-video {
  margin-top: 45px;
  width: 634px;
  height: 356px;
  position: relative;
}
.graphic-view2 .engineer-area .graphic-video:before {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesB/tape-pic.webp") no-repeat center;
  width: 54px;
  height: 44px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 999;
  opacity: 0.8;
}
.graphic-view2 .engineer-area .graphic-video #robot-video {
  width: 100% !important;
  height: 100% !important;
  padding-top: unset !important;
}
.graphic-view2 .engineer-area .graphic-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.graphic-view2 .engineer-area .graphic-video .xgplayer-start {
  background: url("../images/anniversary12salesB/play-btn.png") no-repeat center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-size: cover;
  transition: all 0.3s linear;
}
.graphic-view2 .engineer-area .graphic-video .xgplayer-start:hover {
  background: url("../images/anniversary12salesB/play-btn-hover.png") no-repeat center;
  opacity: 1;
}
.graphic-view2 .engineer-area .graphic-video .xgplayer-start svg {
  display: none;
}
.graphic-view2 .engineer-area .graphic-video .play-btn {
  background: url("../images/anniversary12salesB/play-btn.png") no-repeat center;
  width: 94px;
  height: 94px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.graphic-view2 .engineer-area .video-rules {
  margin-left: 56px;
  width: 380px;
  font-size: 16px;
  color: #262626;
  line-height: 34px;
  font-family: Comic_Regular;
}
.graphic-view2 .engineer-area .video-rules .tag {
  font-size: 16px;
  font-family: Comic_Bold;
  color: #FF9700;
  border-bottom: 1px solid #FF9700;
}
.graphic-view3 {
  background: url(../images/anniversary12salesB/section-page-bg2.webp) no-repeat center;
  background-size: cover;
}
.graphic-view3 .campaign-area {
  background: url("../images/anniversary12salesB/campaign-bg.webp") no-repeat center;
  width: 1280px;
  height: 650px;
  padding-top: 50px;
}
.graphic-view3 .campaign-area .campaign-head {
  margin: 0 24px;
  background: url("../images/anniversary12salesB/campaign-title.png?v=20260702") no-repeat center;
  width: 899px;
  height: 67px;
}
.graphic-view3 .campaign-area .graphic-campaign {
  margin-top: 50px;
  padding: 0 24px;
}
.graphic-view3 .campaign-area .graphic-title {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 24px;
}
.graphic-view3 .campaign-area .views-answers {
  display: flex;
}
.graphic-view3 .campaign-area .answer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
}
.graphic-view3 .campaign-area .answer-list .list {
  width: 300px;
  height: 60px;
  background: #F7F8F9;
  border-radius: 8px;
  cursor: default;
  border: 1px solid #DBDEE2;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.graphic-view3 .campaign-area .answer-list .list .li-index {
  font-size: 24px;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
  margin-right: 10px;
  color: #6C7073;
}
.graphic-view3 .campaign-area .answer-list .list .li-des {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.graphic-view3 .campaign-area .answer-list .list.active {
  background: #FFF4E6;
  border: 1px solid #FF9700;
}
.graphic-view3 .campaign-area .answer-list .list.active .li-index {
  color: #FF9700;
}
.graphic-view3 .campaign-area .cost-view-answers {
  width: 592px;
  height: 382px;
  display: flex;
  flex-direction: column;
}
.graphic-view3 .campaign-area .cost-list {
  padding: 50px 20px 0;
  position: relative;
  width: 592px;
  height: 382px;
  background: #FFE8CB;
  border-radius: 14px;
  margin-right: 20px;
}
.graphic-view3 .campaign-area .cost-list .disabled {
  pointer-events: none;
}
.graphic-view3 .campaign-area .cost-list:after {
  background: #FFE8CB;
  border-radius: 14px 14px 14px 14px;
  opacity: 0.5;
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  height: 362px;
  right: -10px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.graphic-view3 .campaign-area .cost-list .choice-tips {
  color: #fff;
  background: url("../images/anniversary12salesB/choice-bg.png") no-repeat center;
  width: 184px;
  height: 32px;
  display: flex;
  padding-left: 12px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.graphic-view3 .campaign-area .cost-list .set-answer {
  font-size: 18px;
  color: #1D1D1F;
  line-height: 26px;
  font-family: HarmonyOS_Sans_Medium;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 16px;
}
.graphic-view3 .campaign-area .cost-list .choice-answer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.graphic-view3 .campaign-area .cost-list .choice-answer .an-li {
  height: 60px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  z-index: 3;
  justify-content: space-between;
  cursor: pointer;
}
.graphic-view3 .campaign-area .cost-list .choice-answer .an-li:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesB/choice-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.graphic-view3 .campaign-area .cost-list .choice-answer .an-li .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
}
.graphic-view3 .campaign-area .cost-list .choice-answer .an-li.active {
  background: #FF9700;
  color: #fff;
}
.graphic-view3 .campaign-area .cost-list .tool-group {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 160px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn.prev {
  color: #FF9700;
  background: #FFF5DB;
  border: 1px solid #FF9700;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn.prev:before {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesB/prev-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-bottom: 1px;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn.next:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesB/next-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-bottom: 1px;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn.submit {
  color: #fff;
}
.graphic-view3 .campaign-area .cost-list .tool-group .jump-btn.result {
  color: #FF9700;
  background: #FFF5DB;
  border: 1px solid #FF9700;
}
.graphic-view3 .campaign-area .cost-list .process-steps {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 0 4px;
}
.graphic-view3 .campaign-area .cost-list .process-steps .p-set {
  width: 18px;
  height: 4px;
  background: #E9EBED;
  border-radius: 4px 4px 4px 4px;
}
.graphic-view3 .campaign-area .cost-list .process-steps .p-set.active {
  background: #FF9700;
}
.graphic-view3 .campaign-area .cost-rules {
  background: url("../images/anniversary12salesB/answer-rules-bg.webp") no-repeat center;
  width: 300px;
  height: 372px;
  padding: 60px 50px 0;
  margin-left: auto;
}
.graphic-view3 .campaign-area .cost-rules .rules-txt {
  text-align: center;
  font-family: HarmonyOS_Sans_Bold;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(357.16565699deg, #662708 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.graphic-view3 .campaign-area .cost-rules .rules-txt:after {
  display: block;
  content: '';
  background: url("../images/anniversary12salesB/adorn-icon.webp") no-repeat center;
  width: 70px;
  height: 10px;
  margin: 6px auto 0;
  background-size: cover;
}
.graphic-view3 .campaign-area .cost-rules .view-rules {
  width: 194px;
  font-size: 14px;
  color: #6C7073;
  line-height: 28px;
  display: flex;
  flex-direction: column;
}
.graphic-view3 .campaign-area .cost-rules .view-rules li {
  display: flex;
}
.graphic-view3 .campaign-area .cost-rules .view-rules .mark {
  margin-right: 10px;
}
.graphic-view4 {
  background: url(../images/anniversary12salesB/section-page-bg3.webp) no-repeat center;
  background-size: cover;
}
.graphic-view4 .luck-color-game {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.graphic-view4 .luck-color-game .game-result {
  background: #fff;
  border-radius: 16px;
  width: 560px;
}
.graphic-view4 .luck-color-game .game-result .game-head {
  display: flex;
  align-items: center;
  background: url("../images/anniversary12salesB/game-head.webp") no-repeat center;
  width: 560px;
  height: 106px;
  position: relative;
}
.graphic-view4 .luck-color-game .game-result .game-head:after {
  display: block;
  content: '';
  background: url("../images/anniversary12salesB/adorn2-icon.webp") no-repeat center;
  width: 174px;
  height: 138px;
  position: absolute;
  top: -30px;
  right: 32px;
}
.graphic-view4 .luck-color-game .game-result .game-head .head-txt {
  margin: 28px 0 0 30px;
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  position: relative;
}
.graphic-view4 .luck-color-game .game-result .set-result-view {
  padding: 20px;
}
.graphic-view4 .luck-color-game .game-result .result-type {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.graphic-view4 .luck-color-game .game-result .result-type .type-el {
  width: 250px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #DBDEE2;
  padding: 12px 16px;
}
.graphic-view4 .luck-color-game .game-result .result-type .label {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}
.graphic-view4 .luck-color-game .game-result .result-type .val {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view4 .luck-color-game .game-result .progress-head {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.graphic-view4 .luck-color-game .game-result .progress-bar {
  height: 16px;
  border-radius: 999px;
  background: rgba(203, 213, 225, 0.45);
  overflow: hidden;
  margin-bottom: 20px;
}
.graphic-view4 .luck-color-game .game-result .progress-bar .progress-inner {
  height: 100%;
  width: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #22c55e, #3b82f6, #8b5cf6);
  transition: transform 0.2s linear;
  border-radius: 16px;
}
.graphic-view4 .luck-color-game .game-result .start-game {
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: HarmonyOS_Sans_Medium;
  cursor: pointer;
  margin-bottom: 20px;
}
.graphic-view4 .luck-color-game .game-result .game-rules {
  height: 254px;
  background: #F7F8F9;
  border-radius: 10px;
  padding: 20px 24px;
}
.graphic-view4 .luck-color-game .game-result .game-rules dt {
  font-size: 20px;
  color: #3B3E40;
  line-height: 28px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 10px;
}
.graphic-view4 .luck-color-game .game-result .game-rules dd {
  display: flex;
  font-size: 14px;
  color: #6C7073;
  line-height: 24px;
}
.graphic-view4 .luck-color-game .game-result .game-rules dd .mark {
  margin-right: 4px;
}
.graphic-view4 .luck-color-game .game-graphic {
  width: 700px;
  height: 732px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.graphic-view4 .luck-color-game .view-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.graphic-view4 .luck-color-game .view-head .view-l {
  display: flex;
  flex-direction: column;
}
.graphic-view4 .luck-color-game .view-head .view-l .count {
  color: #FF9700;
  font-size: 18px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view4 .luck-color-game .view-head .view-l .tips-txt1 {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 4px;
}
.graphic-view4 .luck-color-game .view-head .view-l .tips-txt2 {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
}
.graphic-view4 .luck-color-game .view-head .view-pill {
  min-width: 96px;
  padding: 0 26px;
  height: 40px;
  background: #FFF4E6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #FF9700;
}
.graphic-view4 .luck-color-game .board-shell {
  height: 620px;
  background: #F7F8F9;
  border-radius: 10px;
  padding: 20px 40px;
}
.graphic-view4 .luck-color-game .board {
  width: min(100%, 600px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.85);
  touch-action: manipulation;
  user-select: none;
}
.graphic-view4 .luck-color-game .board .cell {
  border: none;
  border-radius: 8px;
  min-width: 0;
  min-height: 0;
  cursor: pointer;
  transition: transform 0.14s ease, filter 0.14s ease;
}
.graphic-view4 .luck-color-game .board .cell:hover {
  filter: brightness(0.98);
}
.graphic-view4 .luck-color-game .board .cell:active {
  transform: scale(0.98);
}
.graphic-view4 .luck-color-game .board .cell:focus-visible {
  outline: 3px solid rgba(17, 24, 39, 0.5);
  outline-offset: 1px;
}
.graphic-view5 {
  background: url(../images/anniversary12salesB/section-page-bg4.webp) no-repeat center;
  background-size: cover;
}
.graphic-view5 .luck-box-area {
  margin-top: 28px;
}
.graphic-view5 .luck-box-area .luck-head {
  background: #E7BD83;
  border-radius: 20px 20px 20px 20px;
  height: 116px;
  position: relative;
}
.graphic-view5 .luck-box-area .luck-type {
  position: absolute;
  top: 0;
  width: 660px;
  height: 100px;
  margin-top: -14px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 110px;
  text-align: center;
  font-family: HarmonyOS_Sans_Bold;
  cursor: pointer;
  font-style: italic;
}
.graphic-view5 .luck-box-area .luck-type:first-child {
  left: 0;
}
.graphic-view5 .luck-box-area .luck-type:first-child.active {
  background: url("../images/anniversary12salesB/head-type-a.png") no-repeat left center;
  width: 660px;
  height: 100px;
  font-size: 32px;
  color: #7B2F0E;
  line-height: 100px;
}
.graphic-view5 .luck-box-area .luck-type:first-child + .luck-type {
  right: 0;
}
.graphic-view5 .luck-box-area .luck-type:first-child + .luck-type.active {
  background: url("../images/anniversary12salesB/head-type-b.png") no-repeat right center;
  width: 660px;
  height: 100px;
  font-size: 32px;
  color: #7B2F0E;
  line-height: 100px;
}
.graphic-view5 .graphic-box {
  height: 674px;
  background: #FFEBCC;
  border-radius: 0 16px 16px 16px;
  position: relative;
  z-index: 2;
  top: -30px;
  padding: 22px 24px;
  display: flex;
  gap: 0 26px;
}
.graphic-view5 .box-l .below-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 22px;
  color: #7B2F0E;
  line-height: 30px;
  margin-bottom: 20px;
}
.graphic-view5 .box-l .play-box {
  background: url("../images/anniversary12salesB/luck-box-bg.webp") no-repeat center;
  width: 720px;
  height: 560px;
  padding: 24px;
}
.graphic-view5 .box-l .play-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.graphic-view5 .box-l .play-l {
  height: 38px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF2D2;
  border-radius: 20px;
  font-size: 14px;
  color: #A15B2B;
}
.graphic-view5 .box-l .play-l .tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 16px;
  text-align: center;
  background: #A15B2B;
  border-radius: 4px;
  color: #FFF2D2;
  margin: 0 4px;
}
.graphic-view5 .box-l .play-r {
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: #FFF2D2;
  font-size: 14px;
  color: #A15B2B;
  font-family: HarmonyOS_Sans_Bold;
  border-radius: 31px;
  cursor: pointer;
}
.graphic-view5 .box-l .play-r:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary12salesB/prize-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
}
.graphic-view5 .box-l .view-play {
  position: relative;
  height: 460px;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.graphic-view5 .box-l .view-box {
  width: 175px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
}
.graphic-view5 .box-l .view-box.gift1 {
  left: 60px;
}
.graphic-view5 .box-l .view-box.gift2 {
  left: 270px;
}
.graphic-view5 .box-l .view-box.gift3 {
  left: 490px;
}
.graphic-view5 .box-l .view-box.gift4 {
  top: 162px;
  left: 60px;
}
.graphic-view5 .box-l .view-box.gift5 {
  top: 162px;
  left: 270px;
}
.graphic-view5 .box-l .view-box.gift6 {
  top: 162px;
  left: 490px;
}
.graphic-view5 .box-l .view-box.gift7 {
  bottom: 8px;
  left: 60px;
}
.graphic-view5 .box-l .view-box.gift8 {
  bottom: 8px;
  left: 270px;
}
.graphic-view5 .box-l .view-box.gift9 {
  bottom: 8px;
  left: 490px;
}
.graphic-view5 .box-l .view-box img {
  display: block;
}
.graphic-view5 .box-r .box-aside {
  margin-top: 12px;
}
.graphic-view5 .box-r .box-aside:first-child {
  margin-top: 4px;
}
.graphic-view5 .box-r .box-aside:first-child .aside-head {
  margin-bottom: 20px;
}
.graphic-view5 .box-r .aside-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #7B2F0E;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 12px;
}
.graphic-view5 .box-r .aside-head img {
  margin-right: 10px;
}
.graphic-view5 .box-r .aside-body {
  background: rgba(251, 213, 159, 0.6);
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #fff;
}
.graphic-view5 .box-r .aside-body.rules {
  padding: 12px 14px;
}
.graphic-view5 .box-r .aside-body.rules .guess-rules {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.graphic-view5 .box-r .aside-body.rules dt {
  font-size: 14px;
  color: #8E4023;
  line-height: 22px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view5 .box-r .aside-body.rules dd {
  font-size: 14px;
  color: #8E4023;
  line-height: 22px;
  display: flex;
}
.graphic-view5 .box-r .aside-body.rules dd .g-label {
  margin-right: 4px;
}
.graphic-view5 .box-r .aside-body.rules dd .tag {
  font-family: HarmonyOS_Sans_Bold;
  color: #8E4023;
}
.graphic-view5 .box-r .aside-body.rules dd .jump-gift,
.graphic-view5 .box-r .aside-body.rules dd .jump-harry {
  font-family: HarmonyOS_Sans_Bold;
  text-decoration: underline;
  color: #8E4023;
}
.graphic-view5 .box-r .aside-body.swiper-prize {
  padding: 14px 0 14px 0;
  overflow: hidden;
}
.graphic-view5 .box-r .aside-body.swiper-prize .swiper-container {
  width: 452px;
}
.graphic-view5 .box-r .aside-body.swiper-prize .swiper-slide {
  width: 116px;
  height: 116px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.graphic-view5 .box-r .aside-body.swiper-prize .swiper-slide img {
  display: block;
  border-radius: 6px;
}
.graphic-view5 .box-r .aside-body.swiper-prize .first-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 34px;
  padding: 0 6px;
  height: 20px;
  background: #FEDC6E;
  border-radius: 6px 0px 6px 0px;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: #7B2F0E;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .box-r .aside-body.swiper-prize .second-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 34px;
  padding: 0 6px;
  height: 20px;
  background: #B3D9F0;
  border-radius: 6px 0px 6px 0px;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: #1F414D;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .box-r .aside-body.swiper-prize .third-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 34px;
  padding: 0 6px;
  height: 20px;
  background: #EFBB96;
  border-radius: 6px 0px 6px 0px;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: #C67500;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .box-r .aside-body.winner {
  padding: 0 14px;
  position: relative;
  background: #FBD59F;
  overflow: hidden;
}
.graphic-view5 .box-r .aside-body.winner:before {
  position: absolute;
  top: 0;
  border-radius: 10px 10px 10px 10px;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  height: 14px;
  background: linear-gradient(0deg, #FBD59F 0%, rgba(253, 222, 177, 0) 90%);
  transform: rotate(180deg);
}
.graphic-view5 .box-r .aside-body.winner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 10px 10px;
  margin: auto;
  z-index: 2;
  display: block;
  content: '';
  right: 0;
  height: 14px;
  background: linear-gradient(0deg, #FBD59F 0%, rgba(253, 222, 177, 0) 100%);
}
.graphic-view5 .box-r .aside-body.winner .win-mask {
  height: 90px;
  overflow: hidden;
}
.graphic-view5 .box-r .aside-body.winner .win-list {
  font-size: 14px;
  color: #8E4023;
  margin-bottom: 2px;
  line-height: 22px;
}
.graphic-view5 .luck-aside {
  border-radius: 0 16px 16px 16px;
}
.graphic-view5 .pick-aside {
  border-radius: 16px 0 16px 16px;
}
.graphic-view5 .pick-aside .aside-body.rules {
  background: #FBD59F;
}
.graphic-view5 .pick-aside .guess-rules {
  gap: 0 !important;
  margin-bottom: 6px;
}
.graphic-view5 .pick-aside .guess-rules:last-child {
  margin-bottom: 0;
}
.graphic-view5 .pick-aside dt {
  margin-bottom: 8px;
}
.graphic-view5 .pick-aside dd {
  display: flex;
  align-items: baseline;
  line-height: 22px;
  margin-bottom: 6px;
}
.graphic-view5 .pick-aside dd .g-index,
.graphic-view5 .pick-aside dd .g-val {
  color: #8E4023;
}
.graphic-view5 .pick-aside dd .g-index .tag,
.graphic-view5 .pick-aside dd .g-val .tag {
  color: #8E4023 !important;
}
.graphic-view5 .pick-aside dd .pre-tag {
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .pick-aside dd .p-line {
  text-decoration: underline;
}
.graphic-view5 .pick-aside .g-index {
  margin-right: 6px;
}
.graphic-view5 .pick-aside .share-txt {
  margin-top: 4px !important;
}
.graphic-view5 .pick-aside .share-txt .aside-head {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}
.graphic-view5 .pick-aside .view-share-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: space-between;
}
.graphic-view5 .pick-aside .view-share-row .share-img {
  background: url("../images/anniversary12salesB/twitter-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
}
.graphic-view5 .pick-aside .set-share-link {
  height: 48px;
  width: 436px;
  background: #FBD59F;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}
.graphic-view5 .pick-aside .set-share-link .get-url {
  width: 300px;
  border-radius: 20px;
  padding-left: 16px;
  border: none;
  height: 80%;
  outline: none;
  font-size: 15px;
  color: #8E4023;
  background: transparent;
}
.graphic-view5 .pick-aside .set-share-link .copy-url {
  min-width: 92px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #FF9700;
  border-radius: 8px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .pick-aside .set-share-link .copy-url:hover {
  background: #EF8E00;
}
.graphic-view5 .pick-aside .play-box {
  position: relative;
  background: url("../images/anniversary12salesB/pick-box.webp") no-repeat center;
  width: 720px;
  height: 560px;
}
.graphic-view5 .pick-aside .play-box .play-theme {
  position: absolute;
  width: 134px;
  height: 134px;
  cursor: pointer;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme1 {
  top: 28px;
  left: 64px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme2 {
  top: 28px;
  left: 216px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme3 {
  top: 28px;
  left: 370px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme4 {
  top: 28px;
  left: 524px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme5 {
  top: 214px;
  left: 64px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme6 {
  top: 214px;
  left: 216px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme7 {
  top: 214px;
  left: 370px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme8 {
  top: 214px;
  left: 524px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme9 {
  bottom: 26px;
  left: 64px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme10 {
  bottom: 26px;
  left: 216px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme11 {
  bottom: 26px;
  left: 370px;
}
.graphic-view5 .pick-aside .play-box .play-theme.theme12 {
  bottom: 26px;
  left: 524px;
}
.graphic-view5 .pick-aside .play-box .play-theme.active:after {
  background: url("../images/anniversary12salesB/checked-icon.png") no-repeat center;
}
.graphic-view5 .pick-aside .play-box .play-theme .theme-name {
  position: absolute;
  bottom: 14px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
}
.graphic-view5 .pick-aside .play-box .play-theme:after {
  display: block;
  content: '';
  background: url("../images/anniversary12salesB/check-icon.png") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.graphic-view6 {
  background: url(../images/anniversary12salesB/section-page-bg5.webp) no-repeat center;
  background-size: cover;
}
.graphic-view6 .create-row {
  text-align: center;
  margin-bottom: 40px;
}
.graphic-view6 .create-row .jump-btn {
  display: inline-block;
  height: 36px;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Bold;
  min-width: 180px;
  padding: 0 20px;
  line-height: 36px;
  color: #fff;
}
.graphic-view6 .share-board {
  position: relative;
  margin-bottom: 20px;
}
.graphic-view6 .share-board .col-4 {
  width: 240px;
  height: 336px;
  border-radius: 6px;
  background: #fff;
}
.graphic-view6 .share-board .col-4 .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.graphic-view6 .share-board .col-4 .p-rollover {
  position: relative;
  background: #EDF3FF;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.graphic-view6 .share-board .col-4 .p-rollover:hover:after {
  z-index: 0 !important;
}
.graphic-view6 .share-board .col-4 .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.graphic-view6 .share-board .col-4 .p-rollover:hover img {
  transform: scale(1.07);
}
.graphic-view6 .share-board .col-4 .p-rollover .img-cover {
  display: block;
  height: 158px;
  position: relative;
  z-index: 1;
}
.graphic-view6 .share-board .col-4 .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.graphic-view6 .share-board .col-4 .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;
}
.graphic-view6 .share-board .col-4 .p-rollover .img-cover img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: transform 0.75s ease 0s;
}
.graphic-view6 .share-board .col-4 .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;
}
.graphic-view6 .share-board .col-4 .p-rollover .tips-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 18px 16px 0;
  height: 110px;
  box-sizing: border-box;
}
.graphic-view6 .share-board .col-4 .p-body {
  box-sizing: border-box;
}
.graphic-view6 .share-board .col-4 .p-body .p-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  padding: 18px 16px 0;
}
.graphic-view6 .share-board .col-4 .p-body .p-name .title-link {
  cursor: pointer;
  color: #262626;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.graphic-view6 .share-board .col-4 .p-body .p-name .title-link:hover {
  color: #202121;
}
.graphic-view6 .share-board .col-4 .p-body .p-tool {
  padding: 30px 16px 16px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.graphic-view6 .share-board .col-4 .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.graphic-view6 .share-board .col-4 .p-body .p-tool .view-num {
  margin-right: 10px;
  font-size: 12px;
  color: #8D9095;
  line-height: 16px;
}
.graphic-view6 .share-board .col-4 .p-body .p-release {
  border-top: 1px dashed #DBDEE2;
}
.graphic-view6 .share-board .col-4 .p-body .release-user {
  padding: 16px;
  display: flex;
  align-items: center;
}
.graphic-view6 .share-board .col-4 .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .list {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
  margin-right: 8px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.graphic-view6 .share-board .col-4 .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: #262626;
  line-height: 18px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .head-img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.graphic-view6 .share-board .col-4 .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);
}
.graphic-view6 .share-board .col-4 .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;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 75px;
  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;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 10%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #fcfcfc;
  border-width: 8px 6px;
  pointer-events: none;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.graphic-view6 .share-board .col-4 .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.graphic-view6 .share-board .swiper-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 1;
}
.graphic-view6 .share-board .swiper-btn .swiper-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.graphic-view6 .share-board .swiper-btn .left-icon {
  background: url("../images/anniversary12salesB/board-left-icon.png") no-repeat center;
  background-size: cover;
  left: -90px;
}
.graphic-view6 .share-board .swiper-btn .left-icon:hover {
  background: url("../images/anniversary12salesB/board-left-icon-hover.png") no-repeat center;
}
.graphic-view6 .share-board .swiper-btn .right-icon {
  background: url("../images/anniversary12salesB/board-right-icon.png") no-repeat center;
  background-size: cover;
  right: -90px;
}
.graphic-view6 .share-board .swiper-btn .right-icon:hover {
  background: url("../images/anniversary12salesB/board-right-icon-hover.png") no-repeat center;
}
.graphic-view6 .board-rules {
  background: url("../images/anniversary12salesB/board-bg.webp") no-repeat center;
  width: 1280px;
  height: 166px;
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.graphic-view6 .board-rules dt {
  font-size: 20px;
  color: #1D1D1F;
  font-family: HarmonyOS_Sans_Bold;
  line-height: 28px;
}
.graphic-view6 .board-rules dd {
  font-size: 16px;
  color: #3B3E40;
  line-height: 22px;
}
.graphic-view6 .board-rules .rule-tag {
  color: #FF9700;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view6 .board-rules a {
  text-decoration: underline;
}
.graphic-view7 {
  background: url(../images/anniversary12salesB/section-page-bg6.webp) no-repeat center;
  background-size: cover;
}
.graphic-view7 .vote-box {
  background: url("../images/anniversary12salesB/vote-bg.webp") no-repeat center;
  height: 168px;
  padding: 20px 36px;
  display: flex;
  gap: 0 56px;
  margin-bottom: 40px;
}
.graphic-view7 .vote-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.graphic-view7 .end-time {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.graphic-view7 .end-time .time-label {
  font-size: 14px;
  color: #1D1D1F;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
  margin-right: 10px;
}
.graphic-view7 .end-time .play-time {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 18px;
  color: #1D1D1F;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view7 .end-time .play-time span {
  font-style: italic;
  color: #FF9700;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  height: 32px;
  background: #fff;
  padding-right: 2px;
  border-radius: 4px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view7 .vote-rules .vote-title {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Bold;
  margin-bottom: 8px;
}
.graphic-view7 .vote-rules .vote-item {
  font-size: 15px;
  color: #3B3E40;
  line-height: 24px;
  text-align: left;
}
.graphic-view7 .view-votes {
  display: flex;
  gap: 0 20px;
}
.graphic-view7 .view-votes .vote-el {
  background: url("../images/anniversary12salesB/vote-mask.webp") no-repeat center;
  width: 304px;
  height: 410px;
  position: relative;
}
.graphic-view7 .view-votes .vote-el:before {
  display: block;
  content: '';
  background: url("../images/anniversary12salesB/mask-tag.webp") no-repeat center;
  width: 82px;
  height: 84px;
  position: absolute;
  top: -16px;
  right: 16px;
  z-index: 2;
}
.graphic-view7 .view-votes .el-head {
  height: 44px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  padding: 0 20px;
}
.graphic-view7 .view-votes .el-head .count {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 24px;
  margin-left: 4px;
}
.graphic-view7 .view-votes .vote-img {
  margin: 6px auto 10px;
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphic-view7 .view-votes .vote-img:hover .hover1 {
  display: none;
}
.graphic-view7 .view-votes .vote-img:hover .hover2 {
  display: block;
}
.graphic-view7 .view-votes .vote-img .hover2 {
  display: none;
}
.graphic-view7 .view-votes .vote-img img {
  display: block;
}
.graphic-view7 .view-votes .img-title {
  line-height: 26px;
  font-size: 18px;
  color: #262626;
  font-family: HarmonyOS_Sans_Bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  margin-bottom: 4px;
}
.graphic-view7 .view-votes .writer {
  font-size: 16px;
  font-family: HarmonyOS_Sans_Regular;
}
.graphic-view7 .view-votes .writer-title {
  font-size: 18px;
  color: #262626;
  font-family: HarmonyOS_Sans_Bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 4px;
}
.graphic-view7 .view-votes .badge-des {
  font-size: 14px;
  color: #6C7073;
  padding: 0 20px;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.graphic-view7 .view-votes .jump-btn {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view7 .view-votes .jump-btn.disable {
  background: #8C8C8C;
  pointer-events: none;
}
.graphic-view8 {
  background: url(../images/anniversary12salesB/section-page-bg7.webp) no-repeat center;
  background-size: cover;
}
.graphic-view8 .thanks-area {
  background: url("../images/anniversary12salesB/thanks-bg.webp") no-repeat center;
  width: 1414px;
  height: 846px;
  display: flex;
  margin-left: -130px;
  justify-content: space-between;
}
.graphic-view8 .thanks-l {
  width: 580px;
  padding-top: 144px;
  text-align: center;
  margin-left: 200px;
}
.graphic-view8 .with-title {
  font-size: 48px;
  color: #1D1D1F;
  line-height: 48px;
  font-family: HarmonyOS_Sans_Bold;
  font-style: italic;
  margin-bottom: 32px;
}
.graphic-view8 .with-txt {
  font-size: 16px;
  color: #1D1D1F;
  line-height: 24px;
  margin-bottom: 40px;
}
.graphic-view8 .with-to {
  font-size: 24px;
  color: #1D1D1F;
  line-height: 24px;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 32px;
}
.graphic-view8 .to-li {
  font-size: 16px;
  color: #1D1D1F;
  line-height: 24px;
  margin-bottom: 10px;
}
.graphic-view8 .txt-info {
  font-size: 20px;
  color: #8E4023;
  height: inherit;
  font-family: HarmonyOS_Sans_Bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.graphic-view8 .txt-info .t-label {
  font-family: HarmonyOS_Sans_Bold;
}
.graphic-view8 .txt-info .t-des {
  margin-top: 6px;
  font-size: 16px;
  color: #3B3E40;
}
.graphic-view8 .cherry-roboter {
  background: url("../images/anniversary12salesB/cherry-roboter.webp") no-repeat center;
  width: 400px;
  height: 320px;
  margin: 0 auto;
}
.graphic-view8 .cherry-roboter:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.graphic-view8 .cherry-el {
  float: left;
  margin-top: 46px;
}
.graphic-view8 .cherry-el .txt-info {
  margin-left: 160px;
  text-align: left;
}
.graphic-view8 .roboter-el {
  float: right;
  margin-top: 100px;
}
.graphic-view8 .roboter-el .txt-info {
  margin-right: 160px;
  text-align: right;
}
.graphic-view8 .thanks-r {
  flex-shrink: 0;
  width: 556px;
  text-align: center;
  padding-top: 46px;
}
.graphic-view8 .thanks-r .to-shop {
  font-size: 32px;
  color: #1D1D1F;
  line-height: 40px;
  font-family: HarmonyOS_Sans_Bold;
  width: 420px;
  margin: 0 auto;
}
.graphic-view8 .thanks-r .shop-btn {
  display: block;
  margin: 20px auto 0;
  background: url("../images/anniversary12salesB/shop-btn.webp") no-repeat center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  color: #FFFFFF;
  font-family: HarmonyOS_Sans_Bold;
  transition: all 0.3s linear;
}
.graphic-view8 .thanks-r .shop-btn:hover {
  transform: scale(1.02);
}
model-viewer::part(default-progress-bar) {
  display: none;
}
/*# sourceMappingURL=anniversary12salesB.css.map */