:root {
  --cms-primary-color: #3d78f6;
  --cms-primary-light-color: #77adf9;
  --cms-primary-expand-color: #2258cd;
  --cms-primary-color-transparent: rgba(61, 120, 246, 0.6);
  --cms-primary-color-transparent2: rgba(61, 120, 246, 0.2);
  --cms-primary-color-login-transparent: rgba(61, 120, 246, 0.85);
  --cms-primary-assist-color: #ffba07;
  --cms-adorn-first-color: #cf2f22;
  --cms-adorn-second-color: #4da743;
  --cms-primary-text-color: #2b2b2b;
  --cms-primary-text-light-color: #5b5c5f;
  --cms-primary-background-text-color: #fff;
  --cms-primary-background-text-light-color: #f5f5f5;
  --cms-assist-text-color: #9b9ca1;
  --cms-mask-text-color: rgba(0, 0, 0, 0.6);
  --cms-primary-background-color: #fff;
  --cms-second-background-color: #eceff5;
  --cms-border-color: #e9e9e9;
  --cms-scence-nav-btn: linear-gradient(180deg, #82daff, var(--cms-primary-color));
  --cms-entry-btn-background-color: #fff100;
  --download_main: url(/kc520-1/background/download_main.png?1760015458956);
  --h5_login_bg_1: url(/kc520-1/background/h5_login_bg_1.png?1760015458956);
  --h5_login_bg_2: url(/kc520-1/background/h5_login_bg_2.png?1760015458956);
  --tabbarModalBg: url(/kc520-1/background/tabbarModalBg.png?1760015458956);
  --cms_pic_vip: url(/kc520-1/button/cms_pic_vip.png?1760015458956);
  --vip_button_icon: url(/kc520-1/button/vip_button_icon.png?1760015458956);
  --activity: url(/kc520-1/common/activity.png?1760015458956);
  --loginPop: url(/kc520-1/common/loginPop.png?1760015458956);
  --registerPop: url(/kc520-1/common/registerPop.png?1760015458956);
  --usercard_coding: url(/kc520-1/common/usercard_coding.png?1760015458956);
  --usercard_recharge: url(/kc520-1/common/usercard_recharge.png?1760015458956);
  --usercard_transfer: url(/kc520-1/common/usercard_transfer.png?1760015458956);
  --usercard_vip: url(/kc520-1/common/usercard_vip.png?1760015458956);
  --favicon: url(/kc520-1/logo/favicon.ico?1760015458956);
  --logo: url(/kc520-1/logo/logo.png?1760015458956);
  --logo_download: url(/kc520-1/logo/logo_download.png?1760015458956);
  --logo_h5: url(/kc520-1/logo/logo_h5.png?1760015458956);
  --cms_game_noimg: url(/kc520-1/noData/cms_game_noimg.png?1760015458956);
  --cms_moren: url(/kc520-1/noData/cms_moren.png?1760015458956);
  --cms_noimg: url(/kc520-1/noData/cms_noimg.png?1760015458956);
}

.ant-collapse {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background-color: rgb(250, 250, 250);
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: rgb(217, 217, 217);
  border-right-color: rgb(217, 217, 217);
  border-left-color: rgb(217, 217, 217);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 2px;
}

.ant-collapse>.ant-collapse-item {
  border-bottom: 1px solid rgb(217, 217, 217);
}

.ant-collapse>.ant-collapse-item:last-child,
.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header {
  border-radius: 0px 0px 2px 2px;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: 0.3s, visibility;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus {
  outline: none;
}

.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}

.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}

.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header {
  padding-left: 12px;
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header {
  position: relative;
  padding: 12px 40px 12px 16px;
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0px;
  transform: translateY(-50%);
}

.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(217, 217, 217);
}

.ant-collapse-content>.ant-collapse-content-box {
  padding: 16px;
}

.ant-collapse-content-hidden {
  display: none;
}

.ant-collapse-item:last-child>.ant-collapse-content {
  border-radius: 0px 0px 2px 2px;
}

.ant-collapse-borderless {
  background-color: rgb(250, 250, 250);
  border: 0px;
}

.ant-collapse-borderless>.ant-collapse-item {
  border-bottom: 1px solid rgb(217, 217, 217);
}

.ant-collapse-borderless>.ant-collapse-item:last-child,
.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0px;
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
  background-color: transparent;
  border-top: 0px;
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
  padding-top: 4px;
}

.ant-collapse-ghost {
  background-color: transparent;
  border: 0px;
}

.ant-collapse-ghost>.ant-collapse-item {
  border-bottom: 0px;
}

.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content {
  background-color: transparent;
  border-top: 0px;
}

.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-collapse-rtl {
  direction: rtl;
}

.ant-collapse-rtl .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 12px 40px 12px 16px;
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  margin-right: 0px;
  margin-left: 12px;
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0px;
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header {
  padding-right: 12px;
  padding-left: 0px;
}

.activity-active-qMejF {
  background: var(--cms-primary-color);
}

.activity-active-qMejF>span {
  color: rgb(255, 255, 255);
}

.drag-img-Mh9ac {
  position: relative;
  width: 70px !important;
  height: 70px !important;
}

.activity-nbMSD {
  background-color: rgb(240, 246, 255);
  padding-bottom: 50px;
}

.activity-kc292-zEydq {
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

.activity-kc377-jeh5S,
.activity-kc501-tShh4 {
  background-color: rgb(23, 23, 23);
  color: rgb(255, 255, 255);
}

.activity-nbMSD .ant-collapse {
  border: none;
  background: transparent;
}

.activity-nbMSD .ant-collapse .ant-collapse-item {
  border-bottom: none;
  margin-bottom: 4px;
}

.activity-nbMSD .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 0px;
}

.activity-nbMSD .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: none;
}

.activity-nbMSD .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0px;
}

.activity-active-qMejF {
  background: var(--cms-primary-color) !important;
}

.activity-banner-R5SsQ {
  width: 100%;
  height: 470px;
  max-width: 1200px;
  margin: 0px auto;
}

.activity-banner-image-lxtgT {
  position: relative;
  width: 100%;
  height: 100%;
}

.activity-banner-image-lxtgT img {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.activity-wrap-xRNtC {
  width: 800px;
  margin: 0px auto;
  padding: 24px 41px;
  border: 1px solid var(--cms-primary-color);
}

.activity-wrap-nav-list-XSsOm {
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.activity-wrap-nav-title-ZguNR {
  height: 36px;
  font-size: 24px;
  margin-bottom: 20px;
}

.activity-wrap-nav-line-FobKH {
  width: 100%;
  height: 4px;
  background: rgb(247, 210, 151);
  margin: 20px 0px;
}

.activity-wrap-nav-item-IEnbF {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgb(153, 153, 153);
  color: rgb(255, 255, 255);
  margin-right: 16px;
  margin-bottom: 10px;
}

.activity-wrap-nav-item-name-F_IF2 {
  color: rgb(255, 255, 255);
}

.activity-wrap-time-P2xSE {
  bottom: 10px;
}

.activity-wrap-time-P2xSE,
.activity-wrap-title-ycSlx {
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0px;
  padding: 0px 20px;
  border-radius: 0px 10px 10px 0px;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(90deg, var(--cms-primary-color), var(--cms-primary-light-color));
}

.activity-wrap-title-ycSlx {
  bottom: 50px;
}

.activity-wrap-discount-BmPBs {
  width: 100%;
}

.activity-wrap-discount-item-lMnk_ {
  cursor: pointer;
  list-style: none;
  background-color: rgb(238, 241, 255);
  transition: 0.25s;
  height: 178px;
  position: relative;
  width: 100%;
  margin-bottom: 1px;
}

.activity-wrap-discount-image-WM4jL {
  height: 178px;
  cursor: inherit;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.activity-wrap-discount-image-WM4jL img {
  width: 100%;
  height: 100%;
}

.adetail-Fplh2 {
  min-height: 550px;
  padding-bottom: 20px;
}

.adetail-is-panel-iwm3z {
  min-height: 0px;
}

.adetail-akc377-X2y5d,
.adetail-akc501-xOlmn {
  background-color: var(--cms-primary-background-color);
}

.adetail-content-tZmxX {
  width: 100%;
}

.adetail-title-j1AYD,
.adetail-title-j1AYD img {
  width: 100%;
  height: auto;
}

.adetail-wrap-PzBsl {
  padding: 20px;
  margin-top: 20px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

.adetail-wrap-PzBsl h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}

.adetail-wrap-PzBsl img {
  width: 100%;
  height: auto;
  margin: 10px 0px;
}

.adetail-activity-img-V1woG {
  text-align: center;
}

.adetail-activity-img-V1woG img {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 1000px;
}

.adetail-join-ZvpVP {
  width: 170px;
  height: 184px;
  position: fixed;
  right: 170px;
  z-index: 55;
}

.adetail-join-ZvpVP img {
  width: 170px;
  height: 132px;
}

.adetail-join-ZvpVP span {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 12px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.adetail-join-ZvpVP span,
.adetail-join-ZvpVP span:hover {
  background: var(--cms-primary-color);
}

.adetail-table-title-oJ5tj {
  max-width: 700px;
  height: 40px;
  background: rgb(240, 246, 255);
  color: rgb(108, 123, 168);
  display: flex;
  margin: 0px auto;
}

.adetail-table-title-oJ5tj div {
  flex: 1 1 0%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.adetail-table-con-I0I7b {
  max-width: 700px;
  height: 40px;
  color: rgb(51, 51, 51);
  display: flex;
  margin: 0px auto;
}

.adetail-table-con-I0I7b div {
  flex: 1 1 0%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.adetail-img-FovfB {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.ant-select-single .ant-select-selector {
  display: flex;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  inset: 0px 11px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0px;
  line-height: 30px;
  transition: 0.3s;
}

@supports (-moz-appearance:meterbar) {

  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}

.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after,
.ant-select-single .ant-select-selector::after {
  display: inline-block;
  width: 0px;
  visibility: hidden;
  content: " ";
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
  color: rgb(191, 191, 191);
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0px 11px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 0px 11px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 38px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0px 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0px 11px;
}

.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.ant-select-selection-overflow-item {
  flex: 0 0 auto;
  align-self: center;
  max-width: 100%;
}

.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: rgb(245, 245, 245);
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0px;
  margin: 2px 0px;
  line-height: 24px;
  content: " ";
}

.ant-select-multiple.ant-select-allow-clear .ant-select-selector,
.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
  padding-right: 24px;
}

.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline: 8px 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: rgb(191, 191, 191);
  border-color: rgb(217, 217, 217);
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.ant-select-multiple .ant-select-selection-item-remove {
  font-style: normal;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}

.ant-select-multiple .ant-select-selection-item-remove>* {
  line-height: 1;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}

.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}

.ant-select-multiple .ant-select-selection-item-remove>.anticon {
  vertical-align: -0.2em;
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0px;
}

.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}

.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
  transition: 0.3s;
}

.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}

.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  line-height: 30px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}

.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}

.ant-select {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: var(--ant-primary-color-hover);
  box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
  outline: 0px;
  border-right-width: 1px !important;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: rgb(245, 245, 245);
  cursor: not-allowed;
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: rgb(245, 245, 245);
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  appearance: none;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: var(--ant-primary-5);
  border-right-width: 1px !important;
}

.ant-select-selection-item {
  flex: 1 1 0%;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (-ms-high-contrast:none) {}

.ant-select-selection-placeholder {
  flex: 1 1 0%;
  overflow: hidden;
  color: rgb(191, 191, 191);
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

@media (-ms-high-contrast:none) {}

.ant-select-arrow {
  display: inline-block;
  font-style: normal;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.ant-select-arrow>* {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow::before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}

.ant-select-arrow .anticon>svg {
  vertical-align: top;
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}

.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}

.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: rgb(255, 255, 255);
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s, opacity 0.15s;
  text-rendering: auto;
}

.ant-select-clear::before {
  display: block;
}

.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-select:hover .ant-select-clear {
  opacity: 1;
}

.ant-select-dropdown {
  margin: 0px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0px;
  overflow: hidden;
  font-size: 14px;
  font-variant: normal;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px -4px, rgba(0, 0, 0, 0.08) 0px 6px 16px 0px, rgba(0, 0, 0, 0.05) 0px 9px 28px 8px;
}

.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}

.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item-empty {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item,
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.ant-select-item {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  transition: background 0.3s;
}

.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}

.ant-select-item-option {
  display: flex;
}

.ant-select-item-option-content {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-select-item-option-state {
  flex: 0 0 auto;
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: rgb(245, 245, 245);
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: var(--ant-primary-1);
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: var(--ant-primary-color);
}

.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: rgb(245, 245, 245);
}

.ant-select-item-option-grouped {
  padding-left: 24px;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ant-select-rtl {
  direction: rtl;
}

.ant-select-rtl .ant-select-arrow,
.ant-select-rtl .ant-select-clear {
  right: auto;
  left: 11px;
}

.ant-select-dropdown-rtl {
  direction: rtl;
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}

.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0px;
  margin-left: 4px;
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0px;
  left: auto;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0px;
  left: 9px;
  text-align: right;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0px;
  padding-left: 18px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0px;
  padding-left: 21px;
}

.ant-empty {
  margin: 0px 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}

.ant-empty-image img {
  height: 100%;
}

.ant-empty-image svg {
  height: 100%;
  margin: auto;
}

.ant-empty-footer {
  margin-top: 16px;
}

.ant-empty-normal {
  margin: 32px 0px;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-normal .ant-empty-image {
  height: 40px;
}

.ant-empty-small {
  margin: 8px 0px;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-small .ant-empty-image {
  height: 35px;
}

.ant-empty-img-default-ellipse {
  fill: rgb(245, 245, 245);
  fill-opacity: 0.8;
}

.ant-empty-img-default-path-1 {
  fill: rgb(174, 184, 194);
}

.ant-empty-img-default-path-2 {
  fill: url("#linearGradient-1");
}

.ant-empty-img-default-path-3 {
  fill: rgb(245, 245, 247);
}

.ant-empty-img-default-path-4,
.ant-empty-img-default-path-5 {
  fill: rgb(220, 224, 230);
}

.ant-empty-img-default-g {
  fill: rgb(255, 255, 255);
}

.ant-empty-img-simple-ellipse {
  fill: rgb(245, 245, 245);
}

.ant-empty-img-simple-g {
  stroke: rgb(217, 217, 217);
}

.ant-empty-img-simple-path {
  fill: rgb(250, 250, 250);
}

.ant-empty-rtl {
  direction: rtl;
}

.warp-XrM9X {
  width: 100%;
  height: 200px;
  flex-direction: column;
}

.warp-XrM9X,
.warp-btns-PCzeP {
  display: flex;
  align-items: center;
}

.warp-btns-PCzeP {
  width: 80%;
  height: 45px;
  border-radius: 8px;
  background-color: var(--cms-primary-color);
  justify-content: center;
  color: var(--cms-primary-background-text-color);
  font-size: 14px;
}

.warp-XrM9X .ant-select {
  width: 80%;
  margin: 30px auto;
}

.warp-XrM9X .ant-select .ant-select-selector {
  border-radius: 8px;
  height: 45px;
  display: flex;
  align-items: center;
}

.dsd {
  z-index: 5001 !important;
}

.lucky-QUA9k {
  width: 100%;
  min-height: 100vh;
  background-size: 100%;
  background-color: rgb(203, 33, 25);
}

.lucky-web-l2SQE {
  background-image: url("/img/bg1.67d9f580.png");
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.lucky-web-l2SQE .lucky-win-nezzo {
  width: 800px;
  height: 220px;
}

.lucky-web-l2SQE .lucky-lottery-EDeMo {
  height: 530px;
  background-size: 530px 530px;
}

.lucky-web-l2SQE .lucky-lottery-zp-gTAC8 {
  width: 440px;
  height: 440px;
}

.lucky-web-l2SQE .lucky-lottery-bg-DXvWB {
  width: 70%;
}

.lucky-web-l2SQE .lucky-lottery-zz-Xp74D {
  width: 116px;
  height: 163px;
  margin-top: -26px;
  cursor: pointer;
}

.lucky-web-l2SQE .lucky-list-txt-Z50Ip {
  font-size: 16px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae {
  height: 50px;
  bottom: 49px;
  display: flex;
  justify-content: center;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span {
  width: 40px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: absolute;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:first-child {
  left: 156px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(2) {
  left: 203px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(3) {
  left: 250px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(4) {
  left: 312px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(5) {
  left: 359px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(6) {
  left: 406px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(7) {
  left: 468px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(8) {
  left: 515px;
}

.lucky-web-l2SQE .lucky-win-amount-nnDae>span:nth-child(9) {
  left: 561px;
}

.lucky-web-l2SQE .lucky-times-yDfu_ .lucky-list-bg-kqchT {
  background-image: url("/img/zjphb.f2af52fb.png");
}

.lucky-web-l2SQE .lucky-rule-DJpEG .lucky-list-bg-kqchT {
  background-image: url("/img/zhuanpan1-1.83597385.png"), url("/img/zhuanpan2-2.24c539bb.png");
  background-position: 0px 0px, 0px 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100% 100%;
  position: relative;
}

.lucky-web-l2SQE .lucky-rule-DJpEG .lucky-list-bg-kqchT::after {
  width: 100%;
  height: 20px;
  content: "";
  display: inline-block;
  background-image: url("/img/zhuanpan3-3.023d0bf8.png");
  position: absolute;
  bottom: -20px;
  left: 0px;
  background-size: 100%;
  z-index: 9;
  background-repeat: no-repeat;
}

.lucky-web-l2SQE .lucky-rule-DJpEG .lucky-list-bg-con-vtFLe {
  height: auto;
}

.lucky-web-l2SQE .lucky-list-bg-kqchT {
  width: 800px;
  height: 443px;
}

.lucky-web-l2SQE .lucky-list-bg-con-vtFLe {
  width: 500px;
  margin: 0px auto;
  height: 300px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  top: 104px;
  padding: 0px 40px;
}

.lucky-web-l2SQE .lucky-list-bg-con1-T4pHv {
  top: 80px !important;
  line-height: 22px !important;
}

.lucky-h5-EDjMP {
  background-image: url("/img/bg1_h5.cfbf210e.png");
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.lucky-h5-EDjMP .lucky-win-nezzo {
  width: 250px;
  height: 80px;
}

.lucky-h5-EDjMP .lucky-lottery-EDeMo {
  height: 232px;
  background-size: 232px 232px;
}

.lucky-h5-EDjMP .lucky-lottery-zp-gTAC8 {
  width: 180px;
  height: 180px;
}

.lucky-h5-EDjMP .lucky-lottery-bg-DXvWB {
  width: 90%;
}

.lucky-h5-EDjMP .lucky-lottery-zz-Xp74D {
  width: 51px;
  height: 75px;
  margin-top: -12px;
  cursor: pointer;
}

.lucky-h5-EDjMP .lucky-list-txt-Z50Ip {
  font-size: 16px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae {
  height: 30px;
  bottom: 7px;
  display: flex;
  justify-content: center;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span {
  width: 18px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:first-child {
  left: 28px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(2) {
  left: 48px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(3) {
  left: 68px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(4) {
  left: 93px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(5) {
  left: 113px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(6) {
  left: 133px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(7) {
  left: 158px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(8) {
  left: 178px;
}

.lucky-h5-EDjMP .lucky-win-amount-nnDae>span:nth-child(9) {
  left: 198px;
}

.lucky-h5-EDjMP .lucky-times-yDfu_ .lucky-list-bg-kqchT {
  background-image: url("/img/zjphb_h5.3aa13cd3.png");
}

.lucky-h5-EDjMP .lucky-rule-DJpEG .lucky-list-bg-kqchT {
  background-image: url("/img/zhuanpan1.e692b954.png"), url("/img/zhuanpan2.c9f8b617.png");
  background-position: 0px 0px, 0px 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100% 100%;
  position: relative;
}

.lucky-h5-EDjMP .lucky-rule-DJpEG .lucky-list-bg-kqchT::after {
  width: 100%;
  height: 20px;
  content: "";
  display: inline-block;
  background-image: url("/img/zhuanpan3.8b7daf04.png");
  position: absolute;
  bottom: -20px;
  left: 0px;
  background-size: 100%;
  z-index: 9;
  background-repeat: no-repeat;
}

.lucky-h5-EDjMP .lucky-rule-DJpEG .lucky-list-bg-con-vtFLe {
  height: auto;
}

.lucky-h5-EDjMP .lucky-rule-DJpEG>div {
  height: auto;
  min-height: 100px;
}

.lucky-h5-EDjMP .lucky-list-bg-kqchT {
  width: 343px;
  height: 240px;
}

.lucky-h5-EDjMP .lucky-list-bg-con-vtFLe {
  width: 290px;
  margin: 0px auto;
  height: 165px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  top: 50px;
}

.lucky-win-nezzo {
  width: 100%;
  height: 100px;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0px auto;
  content: "";
}

.lucky-win-nezzo img {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.lucky-win-amount-nnDae {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0px;
  display: flex;
}

.lucky-lottery-EDeMo {
  width: 100%;
  margin-top: 20px;
  background-image: url("/img/zpbg.02890e6d.gif");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucky-lottery-zp-gTAC8 {
  z-index: 2;
  transform-origin: center center;
  transform: rotate(0deg);
  border-radius: 50%;
  position: relative !important;
}

.lucky-lottery-bg-DXvWB,
.lucky-lottery-zz-Xp74D {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lucky-lottery-zz-Xp74D {
  z-index: 3;
}

.lucky-times-yDfu_ .lucky-list-bg-con-vtFLe>div {
  display: flex;
}

.lucky-times-yDfu_ .lucky-list-bg-con-vtFLe>div>span {
  flex: 1 1 0%;
  text-align: center;
  color: rgb(43, 43, 43);
}

.lucky-times-yDfu_ .lucky-list-bg-con-vtFLe>div:nth-child(2n) {
  background: rgba(255, 255, 255, 0.2);
}

.lucky-times-yDfu_ .lucky-list-bg-con-vtFLe>div:nth-child(2n-1) {
  background: rgba(255, 255, 255, 0.1);
}

.lucky-list-mpjEz {
  margin: 20px auto;
  font-size: 12px;
}

.lucky-list-txt-Z50Ip {
  text-align: center;
  font-size: 12px;
  color: rgb(255, 229, 0);
  margin-bottom: 10px;
}

.lucky-list-bg-kqchT {
  padding: 0px 15px;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% center;
  color: rgb(255, 255, 255);
}

.lucky-list-bg-con-vtFLe {
  height: 110px;
  position: relative;
  overflow: hidden;
  top: 40px;
}

.backLottery-Kvqaj {
  left: 1.2rem !important;
}

.agliveStyle-af5jD {
  right: 0px !important;
  left: auto !important;
}

.back-GfMgV {
  position: absolute;
  top: 0.06rem;
  left: 0.06rem;
  z-index: 2024;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 0.02rem solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 0.22rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

.back-icon-YqNJy {
  margin: 0.1rem auto 0px;
}

.main-VtGHw {
  width: 100vw;
  min-height: 100vh;
  background-image: url("/img/bg.bf0ae7cc.png");
  background-size: 100%;
  background-color: rgb(174, 7, 15);
}

.main-mobile-bg-NIBel {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

.main-mobile-bg-tpl-kP_jq {
  width: 100%;
  height: 185px;
  background-size: 100% 100%;
  padding-top: 136px;
  margin-bottom: 100px;
}

.main-mobile-bg-banner-rv0Lq {
  width: 100%;
  margin-top: 20px;
}

.main-mobile-bg-time-yAqaa {
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: rgb(255, 227, 73);
}

.main-mobile-bg-time-yAqaa em {
  font-size: 14px;
  font-style: normal;
  color: rgb(255, 255, 255);
}

.main-mobile-bg-time-yAqaa p {
  width: 90%;
  margin: auto;
}

.main-mobile-bg-time-yAqaa p img {
  width: 100%;
}

.main-mobile-bg-time-yAqaa span {
  margin: 0px 10px;
  padding: 2px 5px;
  color: rgb(72, 12, 25);
  text-align: center;
  font-size: 14px;
  display: inline-flex;
}

.main-mobile-bg-time-yAqaa span div {
  background-image: url("/img/timeBg.3b0c8b1f.png");
  width: 21px;
  height: 27px;
  background-size: 100%;
  line-height: 27px;
  text-align: center;
  font-family: DigifaceWide;
  font-size: 22px;
}

.main-mobile-bg-winnotice-P4Mb7 {
  height: 30px;
  margin: 12px auto 0px;
  padding: 0px 10px;
  line-height: 30px;
  color: rgb(249, 208, 208);
  background: url("/img/lb_bg.7f5b9e6e.png") 50% center no-repeat;
  box-sizing: border-box;
  display: flex;
  border-radius: 33px;
}

.main-mobile-bg-con-J90QE {
  font-size: 12px;
}

.main-mobile-bg-con-icon-IQxue {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.main-mobile-bg-con-icon-IQxue svg {
  margin-top: 10px;
  width: 14px;
  height: 14px;
}

.main-mobile-bg-con-content-I8VqX {
  cursor: pointer;
  overflow: hidden;
  width: 70%;
  height: 30px;
  line-height: 30px;
  color: rgb(245, 198, 48);
}

.main-mobile-bg-con-content-list-Zch0G {
  white-space: nowrap;
  will-change: transform;
  display: inline-block;
  transform: translateZ(0px);
}

.main-mobile-bg-con-content-list-Zch0G:hover {
  animation-play-state: paused;
}

.main-mobile-bg-con-content-item-CXvYz {
  white-space: nowrap;
  display: inline-block;
}

.main-bg-xXdG9 {
  width: 1200px;
  margin: auto;
}

.main-bg-tpl-al_NH {
  width: 100%;
  height: 545px;
  background-size: 100% 100%;
  padding-top: 432px;
  margin-bottom: 170px;
}

.main-bg-tpl-box-Vt7Od {
  width: 1200px;
  margin: auto;
}

.main-bg-container-AsHAj {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% center;
  position: relative;
}

.main-bg-container-banner-dTeJe {
  margin-top: 20px;
  width: 100%;
}

.main-bg-container-time-E4YEf {
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: rgb(255, 227, 73);
}

.main-bg-container-time-E4YEf p {
  width: 857px;
  text-align: center;
  margin: auto;
}

.main-bg-container-time-E4YEf p img {
  width: 100%;
}

.main-bg-container-time-E4YEf span {
  margin: 0px 10px;
  padding: 2px 5px;
  color: rgb(72, 12, 25);
  text-align: center;
  font-size: 32px;
  display: inline-flex;
}

.main-bg-container-time-E4YEf span div {
  background-image: url("/img/timeBg.3b0c8b1f.png");
  width: 55px;
  height: 70px;
  background-size: 100%;
  line-height: 70px;
  text-align: center;
  font-family: DigifaceWide;
  font-size: 55px;
}

.main-bg-container-time-E4YEf em {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-style: normal;
  font-family: "STHeiti,Arial", "Microsoft Yahei", "Hiragino Sans GB", "Simsun,sans-self";
}

.main-bg-container-winnotice-cjk0H {
  height: 56px;
  margin: 12px auto 0px;
  padding: 0px 10px 0px 48px;
  line-height: 64px;
  color: rgb(249, 208, 208);
  background: url("/img/lb_bg.7f5b9e6e.png") 50% center no-repeat;
  box-sizing: border-box;
  display: flex;
  border-radius: 33px;
}

.modal-kkdGi {
  background-image: initial;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent !important;
}

.modal-redPacket-jyk7G {
  width: 359px;
  height: 520px;
  margin: auto;
  background: rgb(131, 28, 32);
  border-radius: 5px;
}

.modal-redPacket-wrap-UGj6b {
  position: relative;
  width: 100%;
  height: 380px;
  text-align: center;
  background: url("/img/tu05.0f42f6cb.png") 50% center no-repeat;
}

.modal-redPacket-wrap-close-Ry0nr {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  font-size: 35px;
  font-weight: 100;
  color: rgb(139, 64, 64);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: 0.6s;
}

.modal-redPacket-wrap-close-Ry0nr:hover {
  transform: rotate(-180deg);
  opacity: 0.9;
}

.modal-redPacket-wrap-imgbox-SpcHp {
  position: absolute;
  left: 45px;
  top: 35px;
  width: 70%;
}

.modal-redPacket-wrap-openm-vMPqp {
  top: 330px;
  width: 95px;
  height: 95px;
  line-height: 95px;
}

.modal-redPacket-wrap-open-eDm2j,
.modal-redPacket-wrap-openm-vMPqp {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 23px;
  color: rgb(255, 255, 255);
  background: url("/img/tu09.fd39da57.png") 0% 0% / 100% no-repeat;
  cursor: pointer;
  transition: 0.8s;
  transform-style: preserve-3d;
}

.modal-redPacket-wrap-open-eDm2j {
  top: 300px;
  width: 122px;
  height: 122px;
  line-height: 122px;
}

.modal-redPacket-wrap-anmid-Jr1Gn {
  animation: 0.8s linear 0s infinite normal none running shake-n9wNi;
}

.modal-RedPacketopen-roqQQ {
  width: 359px;
  height: 520px;
  margin: auto;
  background: url("/img/pc_bg.70dd3ff4.png") 0% 0% / 100% 100% no-repeat;
  border-radius: 5px;
}

.modal-RedPacketopen-top-_TNyF {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.modal-RedPacketopen-con-NLnkr {
  width: 300px;
  margin: 0px auto;
  height: 400px;
  background: url("/img/pc_con.8503023e.png") 0% 0% / 100% no-repeat;
  overflow: hidden;
  clear: both;
}

.modal-RedPacketopen-con-NLnkr h2,
.modal-RedPacketopen-con-NLnkr h4,
.modal-RedPacketopen-con-NLnkr h5 {
  text-align: center;
}

.modal-RedPacketopen-con-NLnkr h2 {
  margin-top: 10px;
  color: red;
  font-size: 46px;
}

.modal-RedPacketopen-con-NLnkr h4 {
  color: rgb(174, 7, 15);
  font-size: 20px;
}

.modal-RedPacketopen-con-NLnkr h5 {
  color: rgb(255, 255, 255);
  margin-top: 90px;
  font-size: 20px;
}

.modal-RedPacketopen-moneyshow-B_GwI {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
}

.modal-RedPacketopen-moneyshow-B_GwI span {
  color: red;
}

.modal-RedPacketopen-count-hheg1 {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
}

.modal-RedPacketopen-count-hheg1 span {
  color: red;
}

@keyframes notice-scrols-ceeFP {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

.noticeCon-icon-_5q0v {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.noticeCon-icon-_5q0v svg {
  margin-top: 25px;
}

.noticeCon-content-qe9eb {
  cursor: pointer;
  overflow: hidden;
  width: 1000px;
  height: 56px;
  line-height: 56px;
  color: rgb(255, 255, 255);
}

.noticeCon-content-list-W3j3y {
  white-space: nowrap;
  will-change: transform;
  display: inline-block;
  transform: translateZ(0px);
}

.noticeCon-content-list-W3j3y:hover {
  animation-play-state: paused;
}

.noticeCon-content-item-zzegG {
  white-space: nowrap;
  display: inline-block;
  padding-right: 50px;
}

@keyframes shake-n9wNi {
  0% {
    transform: rotateY(0deg) translateZ(0px);
  }

  50% {
    transform: rotateY(180deg) translateZ(0px);
  }

  100% {
    transform: rotate(0deg) translateZ(0px);
  }
}

.main-x0Q72 {
  padding: 10px;
  margin-top: 20px;
  background-image: url("/img/cbg.f884ecdf.jpg");
  background-size: 100%;
}

.main-tablebox-nLdYK {
  margin: 20px auto;
}

.main-tablebox-Trboxpc-gMkKz {
  font-size: 16px;
  height: 40px;
}

.main-tablebox-Trbox-ojm5K,
.main-tablebox-Trboxpc-gMkKz {
  background: rgba(84, 12, 9, 0.5);
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 10px;
}

.main-tablebox-Trbox-ojm5K {
  height: 30px;
}

.main-box-vuMhV {
  margin: 0px auto;
  overflow: hidden;
}

.main-box-ss-C1aDW {
  font-size: 12px;
}

.main-box-ss-C1aDW,
.main-box-sspc-n3eDd {
  font-family: "PingFang SC";
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

.main-box-sspc-n3eDd {
  font-size: 30px;
}

.main-box-bgpc-cALn4 {
  background-image: url("/img/textbg.96ace4b8.png");
  font-weight: 700;
  font-size: 26px;
  width: 1200px;
  height: 61px;
  line-height: 61px;
  color: rgb(69, 12, 24);
  margin-top: 20px;
  background-size: 100% 100%;
}

.main-box-bgpc-cALn4 span {
  display: inline-block;
  width: 213px;
  text-align: center;
}

.main-box-bg-LaXX0 {
  background-image: url("/img/textbg.96ace4b8.png");
  font-weight: 700;
  font-size: 14px;
  width: 250%;
  height: 26px;
  line-height: 26px;
  color: rgb(69, 12, 24);
  margin-top: 20px;
  background-size: 100% 100%;
}

.main-box-bg-LaXX0 span {
  display: inline-block;
  width: 100px;
  text-align: left;
  margin-left: 10px;
}

.main-box-m30-gurcr {
  margin-top: 20px;
  font-size: 14px;
  padding-left: 1em;
  line-height: 180%;
}

.main-box-m30-yy-neomX {
  font-size: 13px;
}

.main-box-m30-yy-neomX,
.main-box-m30-yypc-JQiC2 {
  color: rgb(242, 226, 87);
  font-weight: 700;
  text-decoration: underline;
}

.main-box-m30-yypc-JQiC2 {
  font-size: 30px;
}

.main-box-mm-hFZbq {
  margin-top: 20px;
  font-size: 13px;
  padding-left: 1em;
  color: rgb(255, 255, 255);
}

.main-box-mmpc-fdK0u {
  margin-top: 20px;
}

.main-box-mmpc-fdK0u,
.main-box-mt50-L_vqs {
  font-size: 18px;
  padding-left: 1em;
  line-height: 180%;
  color: rgb(255, 255, 255);
}

.main-box-mt50-L_vqs {
  font-size: 14px;
  margin: 8px auto;
}

.main-image-bBRxA {
  text-align: center;
}

.main-image-bBRxA img {
  width: 100%;
}

.main-pic-MRiFR {
  width: 120% !important;
  margin-left: -10%;
}

@keyframes aimMove-liAW2 {
  0% {}

  100% {
    transform: translateY(120vh);
  }
}

.main-gQQdn {
  position: absolute;
  inset: 0px;
  z-index: 5;
  height: 100%;
  pointer-events: none;
}

.main-playBotn-pBLsa {
  width: 100%;
  font-size: 40px;
  text-align: center;
  background: red;
  color: rgb(255, 255, 255);
  position: fixed;
  z-index: 99999;
}

.main-serHome-Gmhrj {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100vh;
}

.main-serHome-packRed-oFDFe {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
}

.main-serHome-packRed-oFDFe p {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  background: red;
  color: rgb(255, 255, 255);
  font-size: 26px;
}

.main-serHome-packet-fqi7K {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main-serHome-packet-fqi7K i {
  width: 48px;
  height: 69px;
  display: block;
  background-size: 100% 100%;
}

.main-serHome-packet-fqi7K li {
  position: absolute;
  top: -100px;
  z-index: 10;
}

.main-serHome-packet-fqi7K a {
  display: block;
  cursor: pointer;
  pointer-events: auto;
}

.main-serHome-packet-clockwise-ztLPd {
  animation: 3s linear 0s 1 normal forwards running clockwiseSpin-FIMnP;
}

.main-serHome-packet-resovleclockwise-wJ16X {
  animation: 3s linear 0s 1 normal forwards running resovleclockwiseSpin-o2L7v;
}

.move-t4coC {
  animation: 5s linear 0s 1 normal forwards running aimMove-liAW2;
}

.play-roOfR {
  animation-play-state: running !important;
}

.stop-Fy__B {
  animation-play-state: paused !important;
}

@keyframes clockwiseSpin-FIMnP {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(480deg);
  }
}

@keyframes resovleclockwiseSpin-o2L7v {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(-480deg);
  }
}

.empty-PyWZG {
  margin: 10px auto;
  text-align: center;
}

.empty-span-jAprb {
  display: inline-block;
  position: relative;
  line-height: 100%;
  text-align: center;
}

.empty-span-jAprb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  background: transparent;
}

.empty-span-jAprb svg .st0 {
  fill: var(--cms-geekblue-color);
  opacity: 0.7;
}

.empty-text-Sqls3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--cms-geekblue-color);
  opacity: 0.7;
  letter-spacing: 10px;
  position: relative;
  top: -80px;
}

.activity-active-U596w,
.activity-wrap-nav-item-t93FT.active-XnyiR,
.activity-wrap-nav-item-t93FT:hover {
  background: var(--cms-primary-color);
}

.activity-active-U596w>span,
.activity-wrap-nav-item-t93FT:hover>span {
  color: rgb(255, 255, 255);
}

.drag-img-bFSGV {
  position: relative;
  width: 70px !important;
  height: 70px !important;
}

.activity-vzigo {
  background-color: rgb(240, 246, 255);
}

.activity-banner-grZc2 {
  width: 100%;
  max-width: 1200px;
  height: 470px;
  margin: 0px auto;
}

.activity-banner-image-lw8oK {
  position: relative;
  width: 100%;
  height: 100%;
}

.activity-banner-image-lw8oK img {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.activity-wrap-I9w1H {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  padding: 20px 0px 45px;
}

.activity-wrap-nav-ozXXM {
  position: sticky;
  top: 125px;
  width: 198px;
  text-align: center;
  min-height: 457px;
}

.activity-wrap-nav-title-OeSmv {
  width: 170px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent var(--cms-primary-color) transparent;
  position: absolute;
  top: -86px;
  left: 15px;
}

.activity-wrap-nav-title-OeSmv p {
  color: rgb(255, 255, 255);
  position: relative;
  font-size: 16px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  margin-bottom: 0px;
}

.activity-wrap-nav-list-En2TY {
  width: 100%;
  border-radius: 10px;
  padding: 19px 0px 29px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(221, 229, 245) 0px 2px 15px 0px;
  font-size: 16px;
}

.activity-wrap-nav-item-t93FT {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 59px;
  line-height: 59px;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
}

.activity-wrap-nav-item-name-t29bW {
  color: rgb(106, 115, 145);
}

.activity-wrap-time-R0bUk {
  bottom: 10px;
}

.activity-wrap-time-R0bUk,
.activity-wrap-title-nE1RY {
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0px;
  padding: 0px 20px;
  border-radius: 0px 10px 10px 0px;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(90deg, var(--cms-primary-color), var(--cms-primary-light-color));
}

.activity-wrap-title-nE1RY {
  bottom: 50px;
}

.activity-wrap-discount-q0YmR {
  flex: 1 1 0%;
  padding-left: 32px;
  width: 800px;
}

.activity-wrap-discount-item-mPzM0 {
  cursor: pointer;
  list-style: none;
  border-radius: 14px;
  background-color: rgb(238, 241, 255);
  transition: 0.25s;
  height: 220px;
  position: relative;
  width: 100%;
  box-shadow: rgba(150, 151, 180, 0.5) 0px 2px 14px 0px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}

.activity-wrap-discount-item-mPzM0:hover {
  box-shadow: rgba(150, 151, 180, 0.7) 0px 5px 20px 0px;
  transform: scale(1.02);
  transition: transform 0.3s;
}

.activity-wrap-discount-image-d9zg2 {
  height: 220px;
  cursor: inherit;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.activity-wrap-discount-image-d9zg2 img {
  width: auto;
  height: 100%;
}

.active-acn186-ma_nQ,
.active-acn257-Rqukv,
.active-akc396-cKgDe {
  background-color: rgb(240, 246, 255);
}