<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}
/* å®šä¹‰æ—‹è½¬åŠ¨ç”» */
@keyframes rotateInfinitely {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* åˆ›å»ºç®­å¤´åŠ¨ç”» */
@keyframes downrush {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* å‘ä¸Šç§»åŠ¨ï¼Œæ¨¡æ‹Ÿå†²æ’žçš„ä¸Šå‡é˜¶æ®µ */
  }
  75% {
    transform: translateY(-5px);
    /* å‘ä¸Šç§»åŠ¨ï¼Œæ¨¡æ‹Ÿå†²æ’žçš„æœ€é«˜ç‚¹ */
  }
  100% {
    transform: translateY(0);
    /* å›žåˆ°åˆå§‹ä½ç½®ï¼Œå®Œæˆä¸€æ¬¡å¾ªçŽ¯ */
  }
}
/* å®šä¹‰æµ®åŠ¨åŠ¨ç”» */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
    /* åˆå§‹å’Œç»“æŸä½ç½®ï¼Œä¸åç§» */
  }
  50% {
    transform: translateY(-20px);
    /* ä¸­é—´ä½ç½®ï¼Œå‘ä¸Šåç§»20px */
  }
}
@keyframes touchEl {
  0% {
    transform: scale(1);
    margin-top: 0px;
  }
  50% {
    transform: scale(0.99);
    margin-top: 3px;
  }
  100% {
    transform: scale(1);
    margin-top: 3px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes driveInLeft {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes driveInRight {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
}
a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'HarmonyOS_Sans_Regular', sans-serif;
}
body .panel {
  height: 100vh !important;
}
.wrap-page {
  width: 1280px;
  margin: auto;
}
.panel {
  position: relative;
  background-size: 100% 100%;
  width: 100% !important;
  min-width: 1280px;
}
.panel .common-title {
  margin-bottom: 40px;
}
.panel .common-title .serial-icon {
  width: 96px;
  height: 12px;
  background-size: cover;
  display: block;
  margin: 0 auto 10px;
}
.panel .common-title .title {
  font-size: 36px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #FC6144;
  margin-bottom: 20px;
}
.panel .common-title .title:after {
  background: url("../images/anniversary11sales/bu-line-icon.png") no-repeat center;
  width: 638px;
  height: 34px;
  content: '';
  display: block;
  background-size: cover;
  margin: 20px auto 0;
  transform: scale(0.8);
}
.panel .common-title .lie-title {
  justify-content: center;
  display: flex;
  align-items: center;
  transform: scale(0.8);
}
.panel .common-title .lie-title:before {
  background: url("../images/anniversary11sales/title-be-icon.png") no-repeat center;
  width: 102px;
  height: 18px;
  content: '';
  display: inline-block;
  background-size: cover;
  margin-right: 14px;
}
.panel .common-title .lie-title:after {
  background: url("../images/anniversary11sales/title-af-icon.png") no-repeat center;
  width: 102px;
  height: 18px;
  content: '';
  display: inline-block;
  background-size: cover;
  margin-left: 14px;
}
.panel .common-title .info {
  font-size: 40px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.panel .common-title .des {
  font-size: 18px;
  color: #7B2F0E;
  line-height: 24px;
  text-align: center;
}
.panel .common-title .des .tag {
  color: #FC6144;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 6px;
}
.panel .common-title .jump-link {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  width: 184px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
}
.panel .common-title .jump-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/anniversary11sales/common-btn.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.panel .common-title .jump-link:hover:before {
  opacity: 0.8;
}
.panel .common-title .jump-link.disabled {
  cursor: not-allowed;
}
.panel .common-title .jump-link.disabled:hover:before {
  transition: unset;
}
.panel .common-title .jump-link.disabled:before {
  background: url("../images/anniversary11sales/common-btn-active.png") no-repeat center;
  background-size: cover;
  opacity: 0.7;
}
.panel.home {
  position: relative;
  min-width: 1280px;
  height: 100vh !important;
  overflow: hidden;
  background: linear-gradient(180deg, #fb6835 0%, #ffa545 50%, #fffea1 100%);
}
.panel.home .header {
  position: absolute;
  right: 0;
  margin: auto;
  z-index: 9;
}
.panel.home .xgplayer-skin-default {
  width: 100% !important;
  height: calc(100vh - 128px) !important;
  box-sizing: border-box;
  margin-top: 128px;
}
.panel.home .xgplayer-skin-default video {
  object-fit: fill;
}
.panel.home #m-after {
  display: none;
}
.panel.home #m-after.v-show {
  z-index: 2;
  display: block;
}
@keyframes zoomAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
.panel.home .banner-module .wrap-page {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.panel.home .banner-module .time-box {
  background: url("../images/anniversary11sales/down-time-bg.png") no-repeat center;
  width: 421px;
  height: 90px;
  background-size: cover;
  margin: 0 auto 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  transform: scale(0.9);
}
.panel.home .banner-module .time-box .time-item {
  width: 66px;
  text-align: center;
  filter: blur(0px);
}
.panel.home .banner-module .time-box .time-row-t {
  width: 48px;
  margin: 0 auto 4px;
}
.panel.home .banner-module .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;
}
.panel.home .banner-module .time-box .time-des {
  font-size: 13px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  line-height: 16px;
}
.panel.home .banner-module .time-box .time-symbol {
  height: 72px;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-left: 8px;
  margin-right: 8px;
}
.panel.home .banner-module .jump-btn {
  display: none;
  right: 0;
  margin: auto;
  background: url("../images/anniversary11sales/banner-btn.png") no-repeat center;
  width: 274px;
  height: 74px;
  background-size: cover;
  animation: zoomAnimation 1.5s infinite linear;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  bottom: 50px;
}
.panel.home .banner-module .jump-btn::before {
  background: url("../images/anniversary11sales/ligh-left-icon.png") no-repeat center;
  width: 86px;
  height: 106px;
  display: block;
  position: absolute;
  left: -30px;
  top: -10px;
  content: '';
  background-size: cover;
}
.panel.home .banner-module .jump-btn::after {
  background: url("../images/anniversary11sales/ligh-right-icon.png") no-repeat center;
  width: 124px;
  height: 130px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  top: -22px;
  right: -12px;
}
.panel.home .banner-module .activity-rules {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  z-index: 6;
  text-align: center;
}
.panel.home .banner-module .activity-rules span {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #7B2F0E;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.panel.home .banner-module .activity-rules span::before {
  background: url("../images/anniversary11sales/activity-rules-icon.png") no-repeat center;
  width: 28px;
  height: 28px;
  content: '';
  background-size: cover;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.panel.second {
  background: url("../images/anniversary11sales/panel-bg1.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel.second .letter-speech {
  background: url("../images/anniversary11sales/centre-bg1.png") no-repeat center;
  width: 1270px;
  height: 803px;
  background-size: cover;
  margin: 0 auto 0;
  padding: 87px 100px 98px 56px;
  box-sizing: border-box;
  position: relative;
}
.panel.second .letter-speech::after {
  background: url("../images/anniversary11sales/calendar-icon.png") no-repeat center;
  width: 490px;
  height: 331px;
  background-size: cover;
  position: absolute;
  bottom: 50px;
  right: -70px;
  content: '';
  display: block;
}
.panel.second .letter-speech .letter-box {
  padding: 40px 30px 20px 40px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.panel.second .letter-speech .story-title {
  font-weight: bold;
  font-size: 36px;
  color: #AE5027;
  line-height: 36px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 26px;
  animation: fadeInDown 0.3s forwards;
}
.panel.second .letter-speech .paragraph {
  margin-bottom: 22px;
}
.panel.second .letter-speech .paragraph:nth-of-type(4) {
  margin-bottom: 20px;
  margin-left: 30px;
}
.panel.second .letter-speech .des-item {
  font-family: 'Comfortaa-Bold';
  font-size: 16px;
  color: #AE5027;
  line-height: 24px;
}
.panel.second .letter-speech .finish-btn,
.panel.second .letter-speech .over-finish {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  width: 184px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
}
.panel.second .letter-speech .finish-btn:before,
.panel.second .letter-speech .over-finish:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/anniversary11sales/common-btn.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.panel.second .letter-speech .finish-btn:hover:before,
.panel.second .letter-speech .over-finish:hover:before {
  opacity: 0.8;
}
.panel.second .letter-speech .finish-btn.disabled,
.panel.second .letter-speech .over-finish.disabled {
  cursor: not-allowed;
}
.panel.second .letter-speech .finish-btn.disabled:hover:before,
.panel.second .letter-speech .over-finish.disabled:hover:before {
  transition: unset;
}
.panel.second .letter-speech .finish-btn.disabled:before,
.panel.second .letter-speech .over-finish.disabled:before {
  background: url("../images/anniversary11sales/common-btn-active.png") no-repeat center;
  background-size: cover;
  opacity: 0.7;
}
.panel.second .letter-speech .over-finish {
  cursor: not-allowed;
}
.panel.second .letter-speech .over-finish:before {
  opacity: 0.7;
}
.panel.second .letter-speech .typed-cursor {
  background: url("../images/anniversary10vfx/pen.png") no-repeat center;
  width: 32px;
  height: 16px;
  display: inline-block;
  background-size: contain;
}
.panel.second .letter-speech .birdie-left-icon {
  background: url("../images/anniversary11sales/birdie-left-icon.png") no-repeat center;
  width: 242px;
  height: 280px;
  background-size: cover;
  display: block;
  position: absolute;
  left: -120px;
  bottom: 48px;
  animation: fadeOutLeft 1s;
  opacity: 0;
}
.panel.second .letter-speech .birdie-right-icon {
  background: url("../images/anniversary11sales/birdie-right-icon.png") no-repeat center;
  width: 275px;
  height: 236px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 20px;
  top: 280px;
  z-index: 2;
  animation: fadeOutRight 1s forwards;
  opacity: 0;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.panel.second.active .birdie-left-icon {
  animation: fadeInLeft 1s forwards;
}
.panel.second.active .birdie-right-icon {
  animation: fadeInRight 1s forwards;
}
.panel.third {
  background: url("../images/anniversary11sales/panel-bg2.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel.third .coupon-box {
  height: 524px;
  position: relative;
}
.panel.third .coupon-box .more-coupon {
  background: url("../images/anniversary11sales/group-bg.png") no-repeat center;
  width: 1218px;
  height: 346px;
  background-size: cover;
  padding-top: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.panel.third .coupon-box .more-coupon:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.third .coupon-box .coupon-list {
  float: left;
  width: 243px;
  height: 168px;
  padding: 26px 10px 22px;
  box-sizing: border-box;
}
.panel.third .coupon-box .coupon-list:last-child {
  display: flex;
  align-items: center;
}
.panel.third .coupon-box .cou-price {
  color: #7B2F0E;
  margin-bottom: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.panel.third .coupon-box .symbol {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
}
.panel.third .coupon-box .money {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 30px;
}
.panel.third .coupon-box .cou-title {
  width: 172px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  padding: 0 6px;
  text-align: center;
  margin: 0 auto 11px;
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Medium';
  color: #A64E16;
  background: linear-gradient(90deg, rgba(254, 232, 197, 0.9) 0%, rgba(255, 245, 228, 0.9) 50%, rgba(254, 232, 197, 0.9) 100%);
  border-radius: 3px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel.third .coupon-box .cou-des {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panel.third .coupon-box .get-coupon {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  width: 184px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
}
.panel.third .coupon-box .get-coupon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/anniversary11sales/common-btn.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.panel.third .coupon-box .get-coupon:hover:before {
  opacity: 0.8;
}
.panel.third .coupon-box .get-coupon.disabled {
  cursor: not-allowed;
}
.panel.third .coupon-box .get-coupon.disabled:hover:before {
  transition: unset;
}
.panel.third .coupon-box .get-coupon.disabled:before {
  background: url("../images/anniversary11sales/common-btn-active.png") no-repeat center;
  background-size: cover;
  opacity: 0.7;
}
.panel.third .coupon-box .share-des {
  background: url("../images/anniversary11sales/group-ped-bg.png") no-repeat center;
  width: 1280px;
  height: 236px;
  background-size: cover;
  padding: 90px 34px 25px 215px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.panel.third .coupon-box .share-des:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.third .coupon-box .share-left {
  float: left;
}
.panel.third .coupon-box .share-title {
  font-size: 26px;
  line-height: 32px;
  color: #FFF1DA;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 20px;
  position: relative;
}
.panel.third .coupon-box .share-title .rules-tips-btn {
  background: url("../images/anniversary11sales/rules-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.panel.third .coupon-box .share-platform {
  display: flex;
  align-items: center;
}
.panel.third .coupon-box .share-platform a {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.panel.third .coupon-box .share-platform a img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.panel.third .coupon-box .share-tag {
  font-size: 16px;
  color: #FFF1DA;
  margin-right: 10px;
}
.panel.third .coupon-box .share-right {
  width: 564px;
  float: right;
}
.panel.third .coupon-box .link-des {
  font-size: 16px;
  color: #FFF1DA;
  line-height: 24px;
  margin-bottom: 18px;
}
.panel.third .coupon-box .copy-row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid #ffffff;
  padding: 7px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.panel.third .coupon-box .get-link {
  width: 427px;
  border: unset;
  background: unset;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
}
.panel.third .coupon-box .get-link:focus {
  outline: unset;
}
.panel.third .coupon-box .get-link::placeholder {
  color: #ffffff;
}
.panel.third .coupon-box .copy-btn {
  height: 38px;
  width: 100px;
  text-align: center;
  box-shadow: 0 3px 0 0 #F65E0B;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #F05235;
  font-family: 'HarmonyOS_Sans_Medium';
  background: #ffeb84;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.panel.third .coupon-box .copy-btn:hover {
  background: #fff1a9;
}
.panel.four {
  background: url("../images/anniversary11sales/panel-bg3.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.panel.four:before {
  background: url("../images/anniversary11sales/top-line-bg.png") no-repeat center -34px;
  width: 100%;
  min-width: 1280px;
  height: 68px;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  z-index: 1;
}
.panel.four:after {
  background: url("../images/anniversary11sales/bottom-line-bg.png") no-repeat center 10px;
  width: 100%;
  min-width: 1280px;
  height: 55px;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1;
}
.panel.four .video-box {
  background: url("../images/anniversary11sales/video-ped-bg.png") no-repeat center;
  width: 1100px;
  height: 603px;
  background-size: cover;
  margin: auto;
  padding: 17px 17px;
  cursor: pointer;
  position: relative;
}
.panel.four .video-box .view-video {
  width: 100%;
  height: 100%;
}
.panel.four .video-box #robot-video {
  width: 100% !important;
  height: 100% !important;
  padding-top: unset !important;
}
.panel.four .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.panel.four .video-box .xgplayer-start {
  background: url("../images/anniversary11sales/play-btn.png") no-repeat center;
  width: 94px;
  height: 94px;
  margin-top: -47px;
  margin-left: -47px;
  background-size: cover;
}
.panel.four .video-box .xgplayer-start svg {
  display: none;
}
.panel.four .video-box .play-btn {
  background: url("../images/anniversary11sales/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;
}
.panel.five {
  background: url("../images/anniversary11sales/panel-bg4_1.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.panel.five .order-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.five .order-box .order-item {
  float: left;
  width: 305px;
  height: 474px;
  background: #ffffff;
  border-radius: 14px;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.panel.five .order-box .order-item:hover {
  transform: translateY(-10px);
}
.panel.five .order-box .order-item:first-child {
  margin-left: unset;
}
.panel.five .order-box .order-item:before {
  width: 60px;
  height: 4px;
  background: #FD5A49;
  border-radius: 0px 0px 3px 3px;
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 2;
}
.panel.five .order-box .order-item .mark-info {
  background: url("../images/anniversary11sales/mark-order-icon.png") no-repeat center;
  width: 99px;
  height: 28px;
  padding-left: 4px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #FFF0D8;
  font-family: 'HarmonyOS_Sans_Medium';
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2;
}
.panel.five .order-box .order-item:first-of-type .title-top {
  background: url("../images/anniversary11sales/pcb-prototype.png") no-repeat center;
  background-size: cover;
}
.panel.five .order-box .order-item:nth-of-type(2) .title-top {
  background: url("../images/anniversary11sales/pcb-assembly.png") no-repeat center;
  background-size: cover;
}
.panel.five .order-box .order-item:nth-of-type(3) .title-top {
  background: url("../images/anniversary11sales/advanced-pcb.png") no-repeat center;
  background-size: cover;
}
.panel.five .order-box .order-item:nth-of-type(4) .title-top {
  background: url("../images/anniversary11sales/fpc-rigid-flex.png") no-repeat center;
  background-size: cover;
}
.panel.five .order-box .order-item .title-top {
  width: 305px;
  height: 104px;
  padding: 26px 18px 10px;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.panel.five .order-box .order-item .title {
  font-size: 18px;
  color: #3E2600;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 8px;
}
.panel.five .order-box .order-item .des {
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panel.five .order-box .order-item .order-con {
  padding: 14px 18px 18px;
}
.panel.five .order-box .order-item .val-order {
  margin-bottom: 16px;
}
.panel.five .order-box .order-item .val-order:after {
  background: url("../images/anniversary11sales/order-line-bg.png") no-repeat center;
  width: 100%;
  height: 2px;
  background-size: cover;
  content: '';
  display: block;
}
.panel.five .order-box .order-item .val-order dd {
  margin-bottom: 14px;
}
.panel.five .order-box .order-item .val-order dd:last-child {
  margin-bottom: 16px;
}
.panel.five .order-box .order-item .cav-title {
  font-size: 12px;
  color: #6C7073;
  line-height: 16px;
  margin-bottom: 10px;
}
.panel.five .order-box .order-item .cav-des {
  display: inline-block;
  position: relative;
}
.panel.five .order-box .order-item .cav-des .val {
  left: 0;
  line-height: 18px;
  z-index: 2;
  font-size: 13px;
  color: #262626;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 2px;
}
.panel.five .order-box .order-item .cav-des .val-bg {
  display: inline-block;
  background: #FFEDDF;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.panel.five .order-box .order-item .tag-order {
  margin-bottom: 16px;
}
.panel.five .order-box .order-item .tag-order:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.five .order-box .order-item .tag-row {
  border-radius: 2px;
  border: 1px solid #FECFD1;
  display: inline-block;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  color: #F44247;
  line-height: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-left: 6px;
}
.panel.five .order-box .order-item .tag-row:first-child {
  margin-left: unset;
}
.panel.five .order-box .order-item .tag-row.tag-or {
  border: 1px solid #D6DBE3;
  color: #6C7073;
}
.panel.five .order-box .order-item .current-price {
  height: 28px;
  margin-bottom: 8px;
}
.panel.five .order-box .order-item .original-price {
  font-size: 13px;
  color: #8D9095;
  line-height: 18px;
  margin-bottom: 12px;
  text-decoration-line: line-through;
}
.panel.five .order-box .order-item .symbol {
  font-size: 20px;
  color: #3E2600;
  font-family: 'HarmonyOS_Sans_Medium';
}
.panel.five .order-box .order-item .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-weight: 800;
  font-size: 28px;
  color: #3E2600;
  line-height: 28px;
  margin-left: 2px;
}
.panel.five .order-box .order-item .pcs {
  font-size: 13px;
  color: #8D9095;
  margin-left: 0;
}
.panel.five .order-box .order-item .dis {
  height: 26px;
  line-height: 26px;
  background: linear-gradient(90deg, #FFE9C5 40%, #FFF0D8 50%, #FFE9C6 60%);
  border-radius: 0px 20px 20px 0px;
  display: inline-block;
  font-size: 12px;
  color: #8E4023;
  font-family: 'HarmonyOS_Sans_Medium';
  padding-right: 12px;
  position: relative;
  margin-left: 20px;
  vertical-align: super;
}
.panel.five .order-box .order-item .dis:before {
  background: url("../images/anniversary11sales/trail-left-icon.png") no-repeat center;
  width: 22px;
  height: 26px;
  background-size: cover;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -22px;
}
.panel.five .order-box .order-item .quote-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FC6144;
  border-radius: 6px;
  width: 269px;
  height: 42px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
.panel.five .order-box .order-item .quote-btn:hover {
  background: rgba(252, 97, 68, 0.8);
}
.panel.six {
  background: url("../images/anniversary11sales/panel-bg4_2.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 17px;
}
.panel.six .up-print-box .menu-top {
  width: 1280px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 8px;
}
.panel.six .up-print-box .menu-tag {
  width: 309px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel.six .up-print-box .menu-tag:hover {
  background-color: rgba(252, 97, 68, 0.1);
  color: #262626;
}
.panel.six .up-print-box .menu-tag.menu-active {
  background: #FC6144;
  color: #ffffff;
  font-weight: bold;
}
.panel.six .up-print-box .content-region {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(180deg, #FD6144 0%, rgba(253, 97, 68, 0.8) 100%);
}
.panel.six .up-print-box .plot-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.six .up-print-box .plot-item:first-of-type .order-item:nth-of-type(2) .title-top {
  background: url("../images/anniversary11sales/aluminum-6061.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:first-of-type .order-item:nth-of-type(3) .title-top {
  background: url("../images/anniversary11sales/stainless-steel-304.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:first-of-type .order-item:nth-of-type(4) .title-top {
  background: url("../images/anniversary11sales/pom-delrin-acetal.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(2) .order-item:nth-of-type(2) .title-top {
  background: url("../images/anniversary11sales/utr-8360.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(2) .order-item:nth-of-type(3) .title-top {
  background: url("../images/anniversary11sales/hp-pa-12.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(2) .order-item:nth-of-type(4) .title-top {
  background: url("../images/anniversary11sales/aluminum-alsi10mg.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(3) .order-item:nth-of-type(2) .title-top {
  background: url("../images/anniversary11sales/aluminum-5052.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(3) .order-item:nth-of-type(3) .title-top {
  background: url("../images/anniversary11sales/stainless-steel-304.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(3) .order-item:nth-of-type(4) .title-top {
  background: url("../images/anniversary11sales/copper-101.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(4) .order-item:nth-of-type(2) .title-top {
  background: url("../images/anniversary11sales/pc-abs.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(4) .order-item:nth-of-type(3) .title-top {
  background: url("../images/anniversary11sales/tpu.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .plot-item:nth-of-type(4) .order-item:nth-of-type(4) .title-top {
  background: url("../images/anniversary11sales/rubber.png") no-repeat center;
  background-size: cover;
}
.panel.six .up-print-box .order-item {
  float: left;
  width: 305px;
  height: 481px;
  background: #ffffff;
  border-radius: 14px;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.panel.six .up-print-box .order-item:hover {
  transform: translateY(-10px);
}
.panel.six .up-print-box .order-item:first-child {
  margin-left: unset;
  background: unset;
  padding: 0 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel.six .up-print-box .order-item:first-child:hover {
  transform: unset;
}
.panel.six .up-print-box .order-item:first-child:before {
  background: unset;
}
.panel.six .up-print-box .order-item:first-child .fir-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 28px;
}
.panel.six .up-print-box .order-item:first-child dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.panel.six .up-print-box .order-item:first-child dd:before {
  width: 7px;
  height: 7px;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}
.panel.six .up-print-box .order-item:first-child dd:last-child {
  margin-bottom: 50px;
}
.panel.six .up-print-box .order-item:first-child .get-int {
  font-weight: 500;
  font-size: 16px;
  color: #F05235;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 42px;
  background: #FFF1DA;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.panel.six .up-print-box .order-item:first-child .get-int:hover {
  background: rgba(255, 241, 218, 0.8);
}
.panel.six .up-print-box .order-item:before {
  width: 60px;
  height: 4px;
  background: #FD5A49;
  border-radius: 0 0 3px 3px;
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 2;
}
.panel.six .up-print-box .order-item .mark-info {
  background: url("../images/anniversary11sales/mark-order-icon.png") no-repeat center;
  width: 99px;
  height: 28px;
  padding-left: 4px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #FFF0D8;
  font-family: 'HarmonyOS_Sans_Medium';
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2;
}
.panel.six .up-print-box .order-item .title-top {
  width: 305px;
  height: 104px;
  padding: 26px 18px 10px;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.panel.six .up-print-box .order-item .title {
  font-size: 18px;
  color: #3E2600;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 14px;
}
.panel.six .up-print-box .order-item .des {
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panel.six .up-print-box .order-item .order-con {
  padding: 14px 18px 18px;
}
.panel.six .up-print-box .order-item .val-order {
  margin-bottom: 18px;
}
.panel.six .up-print-box .order-item .val-order:after {
  background: url("../images/anniversary11sales/order-line-bg.png") no-repeat center;
  width: 100%;
  height: 2px;
  background-size: cover;
  content: '';
  display: block;
}
.panel.six .up-print-box .order-item .val-order dd {
  margin-bottom: 14px;
}
.panel.six .up-print-box .order-item .val-order dd:last-child {
  margin-bottom: 16px;
}
.panel.six .up-print-box .order-item .cav-title {
  font-size: 12px;
  color: #6C7073;
  line-height: 16px;
  margin-bottom: 10px;
}
.panel.six .up-print-box .order-item .cav-row {
  min-height: 36px;
}
.panel.six .up-print-box .order-item .cav-des {
  display: inline-block;
  position: relative;
}
.panel.six .up-print-box .order-item .cav-des .val {
  left: 0;
  line-height: 18px;
  z-index: 2;
  font-size: 13px;
  color: #262626;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 2px;
}
.panel.six .up-print-box .order-item .cav-des .val-bg {
  display: inline-block;
  background: #FFEDDF;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.panel.six .up-print-box .order-item .tag-order:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.six .up-print-box .order-item .tag-row {
  border-radius: 2px;
  border: 1px solid #FECFD1;
  display: inline-block;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  color: #F44247;
  line-height: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-left: 6px;
}
.panel.six .up-print-box .order-item .tag-row:first-child {
  margin-left: unset;
}
.panel.six .up-print-box .order-item .tag-row.tag-or {
  border: 1px solid #D6DBE3;
  color: #6C7073;
}
.panel.six .up-print-box .order-item .current-price {
  margin-bottom: 8px;
  display: flex;
}
.panel.six .up-print-box .order-item .current-price.last-curren {
  justify-content: space-between;
}
.panel.six .up-print-box .order-item .current-price.last-curren .price {
  margin-left: -2px;
}
.panel.six .up-print-box .order-item .current-price.last-curren .pcs {
  margin-left: -4px;
}
.panel.six .up-print-box .order-item .current-price.last-curren .dis {
  margin-left: unset;
}
.panel.six .up-print-box .order-item .dis {
  height: 26px;
  line-height: 26px;
  background: linear-gradient(90deg, #FFE9C5 40%, #FFF0D8 50%, #FFE9C6 60%);
  border-radius: 0px 20px 20px 0px;
  display: inline-block;
  font-size: 12px;
  color: #8E4023;
  font-family: 'HarmonyOS_Sans_Medium';
  padding-right: 12px;
  position: relative;
  margin-left: 30px;
}
.panel.six .up-print-box .order-item .dis:before {
  background: url("../images/anniversary11sales/trail-left-icon.png") no-repeat center;
  width: 22px;
  height: 26px;
  background-size: cover;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -22px;
}
.panel.six .up-print-box .order-item .original-price {
  font-size: 13px;
  color: #8D9095;
  line-height: 18px;
  min-height: 36px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.panel.six .up-print-box .order-item .symbol {
  font-size: 20px;
  color: #3E2600;
  font-family: 'HarmonyOS_Sans_Medium';
}
.panel.six .up-print-box .order-item .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-weight: 800;
  font-size: 28px;
  color: #3E2600;
  line-height: 28px;
  margin-left: 2px;
}
.panel.six .up-print-box .order-item .pcs {
  font-size: 13px;
  color: #8D9095;
  margin-left: 4px;
  text-decoration-line: line-through;
}
.panel.six .up-print-box .order-item .pcs.no-un {
  text-decoration: unset;
}
.panel.six .up-print-box .order-item .quote-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FC6144;
  border-radius: 6px;
  height: 42px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s ease-in-out;
}
.panel.six .up-print-box .order-item .quote-btn:hover {
  background: rgba(252, 97, 68, 0.8);
}
.panel.seven {
  background: url("../images/anniversary11sales/panel-bg5_1.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.panel.seven .badge-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.seven .badge-box .badge-item {
  float: left;
  width: 305px;
  height: 394px;
  background: #ffffff;
  border-radius: 14px;
  margin-left: 20px;
  padding: 10px 18px 18px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.panel.seven .badge-box .badge-item:hover {
  transform: translateY(-10px);
}
.panel.seven .badge-box .badge-item:first-of-type {
  margin-left: unset;
}
.panel.seven .badge-box .badge-pic {
  width: 180px;
  height: 180px;
  margin: 0 auto 28px;
}
.panel.seven .badge-box .badge-pic img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.panel.seven .badge-box .badge-title {
  height: 72px;
  font-size: 18px;
  color: #3E2600;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.panel.seven .badge-box .badge-price {
  color: #3E2600;
  margin-bottom: 20px;
}
.panel.seven .badge-box .symbol {
  line-height: 20px;
  font-size: 20px;
  font-family: 'HarmonyOS_Sans_Medium';
}
.panel.seven .badge-box .price {
  font-size: 28px;
  line-height: 28px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.panel.seven .badge-box .pcs {
  font-size: 13px;
  color: #8D9095;
  line-height: 13px;
  text-decoration-line: line-through;
  margin-left: 4px;
}
.panel.seven .badge-box .jump-link {
  width: 269px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  background: #FC6144;
  border-radius: 6px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 18px;
}
.panel.seven .badge-box .jump-link:hover {
  background: rgba(252, 97, 68, 0.8);
}
.panel.eight {
  background: url("../images/anniversary11sales/panel-bg5_2.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel.eight .discount-box .dis-item {
  width: 294px;
  height: 394px;
  background: #ffffff;
  border-radius: 10px;
  padding: 26px 18px 18px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.panel.eight .discount-box .dis-item:hover {
  transform: translateY(-10px);
}
.panel.eight .discount-box .dis-item .dis-title {
  font-size: 18px;
  color: #3E2600;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.panel.eight .discount-box .dis-item .dis-pic {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
}
.panel.eight .discount-box .dis-item .dis-pic img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.panel.eight .discount-box .dis-item .dis-price {
  margin-bottom: 20px;
  color: #3E2600;
}
.panel.eight .discount-box .dis-item .symbol {
  font-size: 20px;
  line-height: 20px;
  font-family: 'HarmonyOS_Sans_Medium';
}
.panel.eight .discount-box .dis-item .price {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.panel.eight .discount-box .dis-item .jump-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 42px;
  background: #FC6144;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s ease-in-out;
}
.panel.eight .discount-box .dis-item .jump-link:hover {
  background: rgba(252, 97, 68, 0.8);
}
.panel.nine {
  background: url("../images/anniversary11sales/panel-bg6.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel.nine .project-box .col-4 {
  width: 240px;
  height: 336px;
  border-radius: 6px;
  background: #ffffff;
}
.panel.nine .project-box .col-4 .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.panel.nine .project-box .col-4 .p-rollover {
  position: relative;
  background: #EDF3FF;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.panel.nine .project-box .col-4 .p-rollover:hover:after {
  z-index: 0 !important;
}
.panel.nine .project-box .col-4 .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.panel.nine .project-box .col-4 .p-rollover:hover img {
  transform: scale(1.07);
}
.panel.nine .project-box .col-4 .p-rollover .img-cover {
  display: block;
  height: 158px;
  position: relative;
  z-index: 1;
}
.panel.nine .project-box .col-4 .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .col-4 .p-rollover .tips-text {
  font-size: 14px;
  color: #ffffff;
  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;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .col-4 .p-body {
  box-sizing: border-box;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .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';
}
.panel.nine .project-box .col-4 .p-body .p-name .title-link:hover {
  color: #202121;
}
.panel.nine .project-box .col-4 .p-body .p-tool {
  padding: 30px 16px 16px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.panel.nine .project-box .col-4 .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.panel.nine .project-box .col-4 .p-body .p-tool .view-num {
  margin-right: 10px;
  font-size: 12px;
  color: #8D9095;
  line-height: 16px;
}
.panel.nine .project-box .col-4 .p-body .p-release {
  border-top: 1px dashed #DBDEE2;
}
.panel.nine .project-box .col-4 .p-body .release-user {
  padding: 16px;
  display: flex;
  align-items: center;
}
.panel.nine .project-box .col-4 .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.nine .project-box .col-4 .p-body .release-user .list {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
  margin-right: 8px;
}
.panel.nine .project-box .col-4 .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .col-4 .p-body .release-user .head-img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.panel.nine .project-box .col-4 .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.panel.nine .project-box .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);
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .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;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.panel.nine .project-box .col-4 .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.panel.nine .project-box .share-board {
  position: relative;
  margin-bottom: 42px;
}
.panel.nine .project-box .swiper-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 1;
}
.panel.nine .project-box .swiper-btn .swiper-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.panel.nine .project-box .swiper-btn .swiper-icon:hover {
  opacity: 0.8;
}
.panel.nine .project-box .swiper-btn .left-icon {
  background: url("../images/anniversary11sales/swiper-left-icon.png") no-repeat center;
  background-size: cover;
  left: -90px;
}
.panel.nine .project-box .swiper-btn .right-icon {
  background: url("../images/anniversary11sales/swiper-right-icon.png") no-repeat center;
  background-size: cover;
  right: -90px;
}
.panel.nine .project-box .rules-des dt {
  font-size: 22px;
  color: #F05235;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 18px;
}
.panel.nine .project-box .rules-des dd {
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  margin-bottom: 14px;
}
.panel.nine .project-box .rules-des dd:nth-of-type(2) .rule-tag {
  text-decoration: unset;
  cursor: unset;
}
.panel.nine .project-box .rules-des .rule-tag {
  font-weight: bold;
  color: #F05235;
  text-decoration: underline;
}
.panel.ten {
  background: url("../images/anniversary11sales/lottery-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.panel.ten .wrap-page {
  pointer-events: auto;
}
.panel.ten .common-title {
  margin-bottom: 24px;
}
.panel.ten .win-lottery {
  background: url("../images/anniversary11sales/win-lettr-bg.png") no-repeat center;
  width: 1180px;
  height: 44px;
  background-size: cover;
  margin: 0 auto 26px;
  padding: 0 26px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel.ten .win-lottery .win-l {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #ffffff;
  line-height: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.panel.ten .win-lottery .win-l:before {
  background: url("../images/anniversary11sales/win-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  content: '';
  display: inline-block;
  margin-right: 8px;
}
.panel.ten .win-lottery .win-r {
  overflow: hidden;
  width: 968px;
  height: 25px;
}
.panel.ten .win-lottery .win-r .win-row {
  margin-top: 2px;
}
.panel.ten .win-lottery .win-r .win-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.panel.ten .win-lottery .win-r .win-list {
  float: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  display: inline-block;
  margin-left: 20px;
  max-width: 227px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel.ten .win-lottery .win-r .win-list:first-of-type {
  margin-left: unset;
}
.panel.ten .lottery-body {
  background: url("../images/anniversary11sales/lottery-body-bg.png") no-repeat center;
  width: 1144px;
  height: 626px;
  margin: 0 auto;
  background-size: 100% 100%;
  padding: 30px 40px 40px 20px;
  display: flex;
  justify-content: space-between;
}
.panel.ten .lottery-l {
  background: url("../images/anniversary11sales/lottery-graphic.png") no-repeat center;
  background-size: 100% 100%;
  width: 507px;
  height: 506px;
  position: relative;
}
.panel.ten .lottery-l .my-prize {
  font-size: 14px;
  color: #F36B24;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'HarmonyOS_Sans_Bold';
  background: url("../images/anniversary11sales/my-prize-btn .png") no-repeat center;
  width: 110px;
  height: 38px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 10px;
}
.panel.ten .lottery-l .my-prize::after {
  background: url("../images/anniversary11sales/prize-right-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  background-size: cover;
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}
.panel.ten .lottery-l .my-prize:hover::after {
  transform: translateX(4px);
}
.panel.ten .lottery-l .lottery-btn {
  background: url("../images/anniversary11sales/lottery-btn.png") no-repeat center;
  width: 192px;
  height: 48px;
  background-size: 100% 100%;
  margin: 0 auto 8px;
  font-size: 16px;
  display: flex;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.panel.ten .lottery-l .lottery-btn.disabled {
  background: url("../images/anniversary11sales/disable-lottery-btn.png") no-repeat center;
  width: 192px;
  height: 48px;
  background-size: 100% 100%;
  cursor: not-allowed;
}
.panel.ten .lottery-l .lottery-tips {
  color: #F36B24;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.panel.ten .lottery-l .lottery-tips .lottery-count {
  color: #ffffff;
  background: #F36B24;
  border-radius: 3px;
  padding: 0 3px;
  height: 20px;
  display: inline-block;
}
.panel.ten .lottery-l .lottery-rules {
  position: absolute;
  left: 14px;
  top: 6px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #FFFAEB;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.panel.ten .lottery-l .lottery-rules::after {
  background: url("../images/anniversary11sales/activity-rules-icon2.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  margin-left: 6px;
}
.panel.ten .graphic-el {
  position: relative;
  width: 394px;
  height: 394px;
  margin: 50px 0 40px 60px;
  background: url("../images/anniversary11sales/lottery-disabled-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.panel.ten .graphic-el.active {
  background: url("../images/anniversary11sales/lottery-active-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.panel.ten .graphic-el.active:after {
  opacity: 1;
  visibility: visible;
}
.panel.ten .graphic-el.finish {
  background: url("../images/anniversary11sales/lottery-finish-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.panel.ten .graphic-el:after {
  display: block;
  content: '';
  background: url("../images/anniversary11sales/section-el-border.png") no-repeat center;
  height: 394px;
  width: 394px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.panel.ten .graphic-el .section-el1 {
  background: url("../images/anniversary11sales/lottery1-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.panel.ten .graphic-el .section-el2 {
  background: url("../images/anniversary11sales/lottery2-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.panel.ten .graphic-el .section-el3 {
  background: url("../images/anniversary11sales/lottery3-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.panel.ten .graphic-el .section-el4 {
  background: url("../images/anniversary11sales/lottery4-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.panel.ten .graphic-el .section-el5 {
  background: url("../images/anniversary11sales/lottery5-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.panel.ten .graphic-el .section-el6 {
  background: url("../images/anniversary11sales/lottery6-icon.png") no-repeat center;
  width: 394px;
  height: 394px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.panel.ten .lottery-r {
  margin-top: 10px;
}
.panel.ten .lottery-tab {
  display: flex;
  align-items: center;
}
.panel.ten .lottery-tab dd {
  background: url("../images/anniversary11sales/tab-el-bg.png") no-repeat center;
  width: 274px;
  height: 52px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #fff;
  cursor: pointer;
  position: relative;
}
.panel.ten .lottery-tab dd:after {
  display: block;
  content: '';
  background: url("../images/anniversary11sales/arrow-icon-down.png") no-repeat;
  height: 10px;
  width: 26px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.panel.ten .lottery-tab dd.active {
  background: url("../images/anniversary11sales/tab-el-active-bg.png") no-repeat center;
  width: 274px;
  height: 52px;
  background-size: 100% 100%;
  color: #F36B24;
}
.panel.ten .lottery-tab dd.active:after {
  opacity: 1;
  visibility: visible;
}
.panel.ten .lottery-info {
  background: url("../images/anniversary11sales/lottery-info-bg.png") no-repeat center;
  background-size: 100% 100%;
  width: 550px;
  height: 420px;
  padding: 0 16px;
}
.panel.ten .lottery-info.active .info-mission {
  opacity: 1;
  visibility: visible;
}
.panel.ten .lottery-info .switch-info {
  height: 308px;
  position: relative;
}
.panel.ten .lottery-info .info-rules {
  position: absolute;
  top: 0;
  padding-top: 28px;
}
.panel.ten .lottery-info .des {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 16px;
}
.panel.ten .lottery-info .des a {
  text-decoration: underline;
}
.panel.ten .lottery-info .prize-pool-title {
  background: url("../images/anniversary11sales/prize-pool.png") no-repeat center;
  width: 281px;
  height: 38px;
  background-size: 100% 100%;
  margin: 0 auto 22px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
.panel.ten .lottery-info .prize-view .swiper-slide {
  background: url("../images/anniversary11sales/prize-el-bg.png") no-repeat center;
  width: 144px;
  height: 126px;
  background-size: 100% 100%;
  position: relative;
}
.panel.ten .lottery-info .prize-view .view-pic {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 90px;
}
.panel.ten .lottery-info .prize-view .first-tag {
  background: url("../images/anniversary11sales/1st-icon.png") no-repeat center;
  width: 34px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}
.panel.ten .lottery-info .prize-view .second-tag {
  background: url("../images/anniversary11sales/2nd-icon.png") no-repeat center;
  width: 34px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}
.panel.ten .lottery-info .prize-view .third-tag {
  background: url("../images/anniversary11sales/3rd-icon.png") no-repeat center;
  width: 34px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}
.panel.ten .lottery-info .prize-view .beans {
  color: #B83E18;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 1;
  right: 0;
  margin: auto;
}
.panel.ten .lottery-info .info-mission-box {
  padding-top: 18px;
}
.panel.ten .lottery-info .info-mission {
  height: 308px;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.panel.ten .lottery-info .info-mission .control-l {
  background: url("../images/anniversary11sales/mission-control-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-100%) rotate(180deg);
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.panel.ten .lottery-info .info-mission .control-l:hover {
  opacity: 0.8;
}
.panel.ten .lottery-info .info-mission .control-r {
  background: url("../images/anniversary11sales/mission-control-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 2;
  transform: translateY(-100%);
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.panel.ten .lottery-info .info-mission .control-r:hover {
  opacity: 0.8;
}
.panel.ten .swiper-slide {
  width: 330px;
}
.panel.ten .mission-step {
  display: flex;
  margin-top: 14px;
}
.panel.ten .mission-step:first-child {
  margin-top: 0;
}
.panel.ten .mission-step .step-view.active .mission-img {
  display: none;
}
.panel.ten .mission-step .step-view.active .mission-img-active {
  display: block;
}
.panel.ten .mission-step .mission-img {
  width: 80px;
  height: 130px;
}
.panel.ten .mission-step .mission-img-active {
  width: 80px;
  height: 130px;
  display: none;
}
.panel.ten .mission-step .step-info {
  margin-left: 10px;
  padding-top: 12px;
}
.panel.ten .mission-step .mission-name {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #FFE9AD;
  line-height: 22px;
  margin-bottom: 10px;
}
.panel.ten .mission-step .name-des {
  font-size: 14px;
  color: #FFF6E6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
}
.panel.ten .mission-step .go-mission {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFE9AC;
  line-height: 20px;
  font-family: 'HarmonyOS_Sans_Bold';
  cursor: pointer;
}
.panel.ten .mission-step .go-mission:hover:after {
  transform: translateX(5px);
}
.panel.ten .mission-step .go-mission:after {
  display: inline-block;
  content: '';
  background: url("../images/anniversary11sales/mission-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  margin-left: 2px;
  transition: all 0.3s;
  vertical-align: bottom;
}
.xgplayer-replay {
  display: none !important;
  pointer-events: none;
}
.el-pagination {
  position: fixed;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
  display: none;
}
.el-pagination a {
  background: url("../images/anniversary11sales/el-page-icon.png") no-repeat center;
  width: 40px;
  height: 42px;
  display: block;
  background-size: cover;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.el-pagination a.active {
  background: url("../images/anniversary11sales/el-page-icon-active.png") no-repeat center;
  background-size: cover;
}
.el-pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  transform: none;
}
.el-pagination a:hover .hover-text {
  opacity: 1;
}
.back-top {
  background: url("../images/anniversary11sales/top-btn-icon.png") no-repeat center;
  width: 56px;
  height: 56px;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 6;
  display: none;
}
.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 .pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-table;
  padding: 40px 30px 0;
  box-sizing: border-box;
  width: 660px;
}
.anniversary-pop-mask .pop-wrap.big {
  height: 643px;
  background: url("../images/anniversary11sales/pop-big-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.anniversary-pop-mask .pop-wrap.small {
  height: 260px;
  background: url("../images/anniversary11sales/pop-small-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.anniversary-pop-mask .pop-wrap .view-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url('../images/anniversary11sales/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 .view-close-btn:hover {
  transform: rotate(180deg);
}
.anniversary-pop-mask .pop-wrap .pop-tool {
  display: flex;
  justify-content: center;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn {
  background: url("../images/anniversary11sales/end-pop-btn.png") no-repeat center;
  width: 184px;
  height: 48px;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn:hover {
  opacity: 0.8;
}
.anniversary-pop-mask .pop-wrap .pop-tool .btn.ok {
  background: url("../images/anniversary11sales/end-border-pop-btn.png") no-repeat center;
  height: 48px;
  width: 184px;
  background-size: 100% 100%;
  margin-left: 56px;
  color: #FC6144;
}
.anniversary-pop-mask .pop-wrap.rules .view-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #7B2F0E;
  margin-bottom: 22px;
  font-family: HarmonyOS_Sans_Regular, serif;
}
.anniversary-pop-mask .pop-wrap.rules .view-rules li {
  color: #AE5027;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 22px;
  font-family: HarmonyOS_Sans_Regular, serif;
}
.anniversary-pop-mask .pop-wrap.rules .view-graphic {
  height: 315px;
}
.anniversary-pop-mask .pop-wrap.rules .view-graphic img {
  width: 601px;
  height: 315px;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules dt {
  font-size: 26px;
  line-height: 32px;
  color: #7B2F0E;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 18px;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules dt:first-of-type {
  font-size: 18px;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules dd {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #AE5027;
  line-height: 22px;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules dd span {
  position: absolute;
  left: 0;
  top: 0;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules:first-of-type dd {
  padding-left: unset;
}
.anniversary-pop-mask .pop-wrap.rules .activity-rules:first-of-type dd:last-of-type {
  margin-bottom: 28px;
}
.anniversary-pop-mask .pop-wrap.rules .btn {
  background: url("../images/anniversary11sales/end-pop-btn.png") no-repeat center;
  width: 184px;
  height: 48px;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  margin: auto;
}
.anniversary-pop-mask .pop-wrap.rules .btn:hover {
  opacity: 0.8;
}
.anniversary-pop-mask .pop-wrap.share-rules {
  padding: 32px 30px 0;
}
.anniversary-pop-mask .pop-wrap.share-rules .view-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  color: #7B2F0E;
  line-height: 32px;
  margin-bottom: 18px;
}
.anniversary-pop-mask .pop-wrap.share-rules .view-rules li {
  font-size: 16px;
  color: #AE5027;
  line-height: 22px;
  margin-bottom: 16px;
}
.anniversary-pop-mask .pop-wrap.share-rules .view-rules li:last-of-type {
  margin-bottom: unset;
}
.anniversary-pop-mask .pop-wrap.count .pop-body {
  padding-top: 42px;
}
.anniversary-pop-mask .pop-wrap.count .rules-text {
  color: #7B2F0E;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.anniversary-pop-mask .pop-wrap.end {
  width: 660px;
  height: 260px;
}
.anniversary-pop-mask .pop-wrap.end .pop-body {
  padding-top: 44px;
}
.anniversary-pop-mask .pop-wrap.end .rules-text {
  color: #7B2F0E;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 72px;
}
.anniversary-pop-mask .pop-wrap.win {
  padding-top: 44px;
}
.anniversary-pop-mask .pop-wrap.win .win-title {
  color: #7B2F0E;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}
.anniversary-pop-mask .pop-wrap.win .des {
  font-size: 16px;
  color: #AE5027;
  margin-bottom: 42px;
  text-align: center;
}
.anniversary-pop-mask .pop-wrap.win .des .tag {
  color: #FC6144;
}
.anniversary-pop-mask .pop-wrap.win .show-product {
  position: relative;
  width: 318px;
  height: 318px;
  margin: 0 auto 64px;
  display: flex;
  justify-content: center;
}
@keyframes move {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.anniversary-pop-mask .pop-wrap.win .show-product:before {
  display: block;
  content: '';
  background: url("../images/anniversary11sales/light-icon.png") no-repeat center;
  width: 318px;
  height: 318px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  margin: auto;
  bottom: 0;
  animation: move 26s infinite linear forwards;
}
.anniversary-pop-mask .pop-wrap.coupons {
  padding-top: 42px;
}
.anniversary-pop-mask .pop-wrap.coupons .title-text {
  color: #7B2F0E;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 22px;
}
.anniversary-pop-mask .pop-wrap.coupons .title-des {
  color: #AE5027;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 30px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-mask {
  margin-bottom: 22px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box {
  height: 368px;
  overflow-y: auto;
  margin-left: -20px;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.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: #FC6144;
}
.anniversary-pop-mask .pop-wrap.coupons .views-coupons-box .coupon-el {
  background: url("../images/anniversary11sales/coupon-el-bg.png") no-repeat center;
  width: 288px;
  height: 139px;
  background-size: 100% 100%;
  float: left;
  margin: 0 0 22px 12px;
}
.anniversary-pop-mask .pop-wrap.coupons .el-price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7B2F0E;
  padding-top: 14px;
  margin-bottom: 5px;
}
.anniversary-pop-mask .pop-wrap.coupons .el-price .tag {
  font-size: 20px;
  vertical-align: bottom;
}
.anniversary-pop-mask .pop-wrap.coupons .el-price .val {
  font-size: 30px;
  font-weight: 800;
}
.anniversary-pop-mask .pop-wrap.coupons .price-des {
  font-size: 14px;
  text-align: center;
  color: #7B2F0E;
  height: 34px;
  padding: 0 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anniversary-pop-mask .pop-wrap.coupons .des-text {
  font-size: 12px;
  color: #7B2F0E;
  text-align: center;
  line-height: 16px;
  margin-top: 12px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 12px;
}
.unlocking-hint-pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unlocking-hint-pop .tips-des {
  background: rgba(44, 44, 44, 0.95);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 12px 18px;
}
@media screen and (max-width: 1280px) {
  .el-pagination {
    right: 0;
  }
  .panel.home .banner-module .graphic-time .time-box {
    transform: scale(0.75);
    margin: 0 auto 75px;
  }
  @keyframes zoomAnimation {
    0%,
    100% {
      transform: scale(0.6);
    }
    50% {
      transform: scale(0.7);
    }
  }
  .panel.home .banner-module .jump-btn {
    bottom: 34px;
  }
  .panel.second .letter-speech::after {
    right: 10px;
  }
  .panel.nine .project-box .swiper-btn .left-icon {
    left: 40px;
  }
  .panel.nine .project-box .swiper-btn .right-icon {
    right: 40px;
  }
  .anniversary-pop-mask .pop-wrap {
    transform: scale(0.8);
  }
  .unlocking-hint-pop {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1440px) {
  .el-pagination {
    right: 0;
  }
  .panel.home .banner-module .graphic-time .time-box {
    transform: scale(0.75);
    margin: 0 auto 94px;
  }
  @keyframes zoomAnimation {
    0%,
    100% {
      transform: scale(0.6);
    }
    50% {
      transform: scale(0.7);
    }
  }
  .panel.home .banner-module .jump-btn {
    bottom: 34px;
  }
  .panel.second .letter-speech {
    transform: scale(0.8) translateY(-55px);
  }
  .panel.nine .project-box .swiper-btn .left-icon {
    left: -30px;
  }
  .panel.nine .project-box .swiper-btn .right-icon {
    right: -30px;
  }
  .panel.ten .wrap-page {
    transform: scale(0.8);
  }
  .panel.ten .win-lottery {
    transform: scale(0.8) translateY(-20px);
  }
  .panel.ten .lottery-body {
    transform: translateY(-90px);
  }
  .anniversary-pop-mask .pop-wrap {
    transform: scale(0.8);
  }
  .unlocking-hint-pop {
    transform: scale(0.8);
  }
  .back-top {
    transform: scale(0.8);
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .el-pagination {
    right: 20px;
  }
  .panel.home .banner-module .graphic-time .time-box {
    transform: scale(0.75);
    margin: 0 auto 94px;
  }
  @keyframes zoomAnimation {
    0%,
    100% {
      transform: scale(0.6);
    }
    50% {
      transform: scale(0.7);
    }
  }
  .panel.home .banner-module .jump-btn {
    bottom: 34px;
  }
  .panel .time-box {
    transform: scale(0.8);
  }
  .panel .jump-btn {
    transform: scale(0.8);
  }
  .panel.second .letter-speech {
    transform: scale(0.8) translateY(-55px);
  }
  .panel.third .coupon-box {
    transform: scale(0.9);
  }
  .panel.four {
    padding-top: 50px;
  }
  .panel.four .video-box {
    transform: scale(0.8) translateY(-90px);
  }
  .panel.six {
    overflow: hidden;
  }
  .panel.six .common-title {
    transform: scale(0.8);
  }
  .panel.six .menu-top {
    transform: scale(0.8);
  }
  .panel.six .up-print-box .plot-item {
    transform: scale(0.8) translateY(-70px);
  }
  .panel.six .up-print-box .content-region {
    padding: 30px 0 30px !important;
  }
  .panel.nine .common-title {
    transform: scale(0.8);
  }
  .panel.nine .project-box {
    transform: scale(0.9);
  }
  .panel.ten .wrap-page {
    transform: scale(0.8);
  }
  .panel.ten .win-lottery {
    transform: scale(0.8) translateY(-20px);
  }
  .panel.ten .lottery-body {
    transform: translateY(-90px);
  }
  .anniversary-pop-mask .pop-wrap {
    transform: scale(0.8);
  }
  .unlocking-hint-pop {
    transform: scale(0.8);
  }
  .back-top {
    transform: scale(0.8);
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .el-pagination {
    right: 20px;
  }
  .panel.home .banner-module .graphic-time .time-box {
    transform: scale(0.75);
    margin: 0 auto 94px;
  }
  @keyframes zoomAnimation {
    0%,
    100% {
      transform: scale(0.6);
    }
    50% {
      transform: scale(0.7);
    }
  }
  .panel.home .banner-module .jump-btn {
    bottom: 34px;
  }
  .panel.second .letter-speech {
    transform: scale(0.8) translateY(-55px);
  }
  .anniversary-pop-mask .pop-wrap {
    transform: scale(0.8);
  }
  .unlocking-hint-pop {
    transform: scale(0.8);
  }
  .back-top {
    transform: scale(0.8);
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1768px) {
  .panel .common-title {
    transform: scale(0.8);
    margin-bottom: unset;
  }
  .panel.six .up-print-box .menu-top {
    transform: scale(0.8);
    margin: 0 auto 20px;
  }
  .panel.six .up-print-box .content-region {
    padding: 40px 0 30px;
  }
}
/*# sourceMappingURL=anniversary11sales.css.map */</pre></body></html>