@charset "UTF-8";
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
@-o-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* --------- 整体页面背景色 -------------- */
.skeletonPageBg {
  background-color: var(--theme-bg-color);
}
/* --------- 部分整体高亮背景色 1 -------------- */
.skeletonBoxLightBg {
  background-color: var(--theme-top-bar);
}
/* --------- 部分整体高亮背景色 2 -------------- */
.skeletonBoxLightBg2 {
  background-color: var(--theme-template-color);
}
/* --------- 流光块底色 -------------- */
.skeletonBg {
  overflow: hidden;
  background-color: var(--theme-header-color);
}
.skeleton-paragraph {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(156, 186, 67, 0) 25%,
    var(--theme-template-color) 37%,
    rgba(156, 186, 67, 0) 63%
  );
  background-size: 400% 100%;
  animation-name: skeleton-loading;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1rmjt_3 * {
  fill: #054146;
}

._inViewPoint_1rmjt_55 {
  width: 0rem !important;
  height: 0rem !important;
}
.loader {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.loader_inner {
  bottom: 0;
  height: 60rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100rem;
}

.loader_line_wrap {
  animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  height: 50rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100rem;
}
.loader_line {
  border: 4rem solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100rem;
}
.loader_line_wrap:nth-child(1) {
  animation-delay: -50ms;
}
.loader_line_wrap:nth-child(2) {
  animation-delay: -100ms;
}
.loader_line_wrap:nth-child(3) {
  animation-delay: -150ms;
}
.loader_line_wrap:nth-child(4) {
  animation-delay: -200ms;
}
.loader_line_wrap:nth-child(5) {
  animation-delay: -250ms;
}

.loader_line_wrap:nth-child(1) .loader_line {
  border-color: hsl(0, 80%, 60%);
  height: 90rem;
  width: 90rem;
  top: 7rem;
}
.loader_line_wrap:nth-child(2) .loader_line {
  border-color: hsl(60, 80%, 60%);
  height: 76rem;
  width: 76rem;
  top: 14rem;
}
.loader_line_wrap:nth-child(3) .loader_line {
  border-color: hsl(120, 80%, 60%);
  height: 62rem;
  width: 62rem;
  top: 21rem;
}
.loader_line_wrap:nth-child(4) .loader_line {
  border-color: hsl(180, 80%, 60%);
  height: 48rem;
  width: 48rem;
  top: 28rem;
}
.loader_line_wrap:nth-child(5) .loader_line {
  border-color: hsl(240, 80%, 60%);
  height: 34rem;
  width: 34rem;
  top: 35rem;
}

@keyframes spin {
  0%,
  15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_15y2v_3 * {
  fill: #054146;
}

._modalBox_15y2v_55 {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 750rem;
}
html[pc='2'] ._modalBox_15y2v_55 {
  left: 0;
  width: 100%;
  transform: translateX(0);
}
html[pc='2'] ._modalBox_15y2v_55 {
  width: 100%;
}
._modalBox_15y2v_55 ._inBox_15y2v_76 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_5bpag_3 * {
  fill: #054146;
}

._tipStyle_5bpag_55,
._message_5bpag_55,
._messagePc_5bpag_55 {
  background-color: var(--theme-toast-bg-color);
  color: var(--theme-toast-text-color);
}

._animate__animated_5bpag_60,
._message_5bpag_55._hidden_5bpag_60,
._message_5bpag_55._visible_5bpag_60,
._messagePc_5bpag_55._hidden_5bpag_60,
._messagePc_5bpag_55._visible_5bpag_60 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

._animate__zoomIn_5bpag_65,
._message_5bpag_55._visible_5bpag_60,
._messagePc_5bpag_55._visible_5bpag_60 {
  -webkit-animation-name: _zoomIn_5bpag_1;
  animation-name: _zoomIn_5bpag_1;
}

@keyframes _zoomIn_5bpag_1 {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
._animate__zoomOut_5bpag_79,
._message_5bpag_55._hidden_5bpag_60,
._messagePc_5bpag_55._hidden_5bpag_60 {
  -webkit-animation-name: _zoomOut_5bpag_1;
  animation-name: _zoomOut_5bpag_1;
}

@keyframes _zoomOut_5bpag_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
._messageBox_5bpag_96 {
  position: fixed;
  bottom: 0rem;
  height: 0rem;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._messagePc_5bpag_55 {
  width: max-content;
  margin: 15rem auto;
  padding: 20rem 38rem;
  border-radius: 12rem;
  max-width: 478rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
  opacity: 0;
}
._messagePc_5bpag_55:active {
  opacity: 0.8;
}
._messagePc_5bpag_55 p {
  text-align: center;
  font-size: 24rem;
}
._messagePc_5bpag_55 img {
  width: 42rem;
  height: 42rem;
  margin-inline-end: 20rem;
}
._messagePc_5bpag_55._visible_5bpag_60 {
  opacity: 1;
}
._message_5bpag_55 {
  width: max-content;
  margin: 15rem auto;
  padding: 20rem 38rem;
  border-radius: 12rem;
  max-width: 478rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
  opacity: 0;
}
._message_5bpag_55:active {
  opacity: 0.8;
}
._message_5bpag_55 p {
  text-align: center;
  font-size: 24rem;
}
._message_5bpag_55 img {
  width: 42rem;
  height: 42rem;
  margin-inline-end: 20rem;
}
._message_5bpag_55._visible_5bpag_60 {
  opacity: 1;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1mkr5_3 * {
  fill: #054146;
}

._active_1mkr5_55 {
  transition: all 1s ease-in-out;
  transform: rotate(720deg);
}

._freshBox_1mkr5_60 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._freshBox_1mkr5_60 svg {
  width: 100%;
  height: 100%;
}
._freshBox_1mkr5_60 svg * {
  fill: var(--theme-main-color);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_xmn9w_3 * {
  fill: #054146;
}

._pcBox_xmn9w_55 img {
  width: 420rem;
  height: 459.5rem;
  margin: 60rem auto auto;
}
._pcBox_xmn9w_55 ._btn_xmn9w_60 {
  width: 420rem;
  height: 60rem;
  margin: 24rem auto 40rem;
  border-radius: 30rem;
  background-color: #2fa33f;
  color: #fff;
  font-size: 20rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
html[theme='whiteRedGucci'] ._pcBox_xmn9w_55 ._btn_xmn9w_60 {
  background-color: #520e23;
}
._pcBox_xmn9w_55 ._btn_xmn9w_60:active {
  transform: scale(0.95);
}

._h5Box_xmn9w_82 img {
  width: 476rem;
  height: 521rem;
  margin: 160rem auto auto;
}
._h5Box_xmn9w_82 ._btn_xmn9w_60 {
  width: 476rem;
  height: 80rem;
  margin: 24rem auto 40rem;
  border-radius: 40rem;
  background-color: #2fa33f;
  color: #fff;
  font-size: 24rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
html[theme='whiteRedGucci'] ._h5Box_xmn9w_82 ._btn_xmn9w_60 {
  background-color: #520e23;
}
._h5Box_xmn9w_82 ._btn_xmn9w_60:active {
  transform: scale(0.95);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1re2l_3 * {
  fill: #054146;
}

._xuanfu_1re2l_55 {
  z-index: 50;
}
html.h5 ._xuanfu_1re2l_55 {
  width: 150rem;
  height: 150rem;
  position: fixed;
  bottom: 600rem;
  right: 30rem;
}
html.h5 ._xuanfu_1re2l_55 ._img_1re2l_65 {
  width: 100%;
  height: 100%;
}
html.h5 ._xuanfu_1re2l_55 ._close_1re2l_69 {
  width: 35rem;
  height: 35rem;
  position: absolute;
  top: -20rem;
  right: -10rem;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1272a_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1272a_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1272a_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1272a_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1272a_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1272a_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1272a_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1272a_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1272a_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1272a_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1272a_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1272a_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1272a_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1272a_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1272a_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1272a_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1272a_3 * {
  fill: #054146;
}

._h5DateContainer_1272a_55 {
  height: 48rem;
  padding: 0 30rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24rem;
  border: 1rem solid var(--theme-light-line-color);
  background: var(--theme-template-color);
  color: var(--theme-tips);
  font-size: 20rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  white-space: nowrap;
}

._date_1272a_72 {
  position: absolute;
  width: 700rem;
  background-color: #fff;
  left: 0;
  top: calc(100% + 6rem);
  z-index: 10;
  font-size: 24rem;
  display: inline-flex;
  color: black !important;
  --rv-gray-3: rgba(0, 0, 0, 0);
  border-radius: 8rem;
  overflow: hidden;
  --rv-picker-background-color: #fff;
  --rv-picker-title-font-size: 24rem;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.2);
}
html[dir='rtl'] ._date_1272a_72 {
  right: 0;
}

._timer_1272a_93 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._timer_1272a_93 ._time_1272a_93 {
  flex: 1;
  height: 0;
}
._timer_1272a_93 ._btn_1272a_102 {
  display: flex;
  justify-content: center;
  padding: 24rem 0;
}
._timer_1272a_93 ._btn_1272a_102 button {
  outline: none;
  border-radius: 30rem;
  border: 1rem solid #eab700;
  display: flex;
  height: 48rem;
  padding: 12rem 28rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
}
._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: var(--theme-top-bar);
  border: 1rem solid var(--theme-top-bar);
}
._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: var(--theme-top-bar);
  color: var(--theme-white-color);
}
html[theme='blue'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #eab700;
  border: 1rem solid #eab700;
}
html[theme='blue'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #eab700;
  color: #1f2837;
}
html[theme='purple'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #ffdc82;
  border: 1rem solid #ffdc82;
}
html[theme='purple'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #ffdc82;
  color: #5e095d;
  border: 0;
}
html[theme='black'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  border: 0;
}
html[theme='oilyGreen'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #fee004;
  border: 1rem solid #fee004;
}
html[theme='oilyGreen'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #fee004;
  color: #3f3f3f;
  border: 0;
}
html[theme='whiteRed'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #cb3034;
  border: 1rem solid #cb3034;
}
html[theme='whiteRed'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #cb3034;
  color: #fff;
  border: 0;
}
html[theme='versaceYellow'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #212121;
  border: 1rem solid #212121;
}
html[theme='versaceYellow'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #212121;
  color: #fff;
  border: 0;
}
html[theme='lancomePeach'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #ffe2c9;
  border: 1rem solid #ffe2c9;
}
html[theme='lancomePeach'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #ffe2c9;
  color: #565656;
  border: 0;
}
html[theme='hermesOrange'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #551f0e;
  border: 1rem solid #551f0e;
}
html[theme='hermesOrange'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #551f0e;
  color: #fff;
  border: 0;
}
html[theme='whiteBlue'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #5378bf;
  border: 1rem solid #5378bf;
}
html[theme='whiteBlue'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #5378bf;
  color: #fff;
  border: 0;
}
html[theme='lightBrown'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #a49485;
  border: 1rem solid #a49485;
}
html[theme='lightBrown'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #a49485;
  color: #ffefe0;
  border: 0;
}
html[theme='whitePink'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #ef7a7b;
  border: 1rem solid #ef7a7b;
}
html[theme='whitePink'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #ef7a7b;
  color: #ffffff;
  border: 0;
}
html[theme='furlaBlue'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #7996e3;
  border: 1rem solid #7996e3;
}
html[theme='furlaBlue'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #7996e3;
  color: #fff;
  border: 0;
}
html[theme='sk2'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #f5d470;
  border: 1rem solid #f5d470;
}
html[theme='sk2'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #f5d470;
  color: #fff;
  border: 0;
}
html[theme='whiteYellow'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #df9a1c;
  border: 1rem solid #df9a1c;
}
html[theme='whiteYellow'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #df9a1c;
  color: #fff;
  border: 0;
}
html[theme='whiteOrange'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #fa9447;
  border: 1rem solid #fa9447;
}
html[theme='whiteOrange'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #fa9447;
  color: #fff;
  border: 0;
}
html[theme='furlaBlue'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #7996e3;
  border: 1rem solid #7996e3;
}
html[theme='furlaBlue'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #7996e3;
  color: #fff;
  border: 0;
}
html[theme='bvGreen'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #7b9a1e;
  border: 1rem solid #7b9a1e;
}
html[theme='bvGreen'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #7b9a1e;
  color: #f2fbb7;
  border: 0;
}
html[theme='whiteBrown'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #927d6a;
  border: 1rem solid #927d6a;
}
html[theme='whiteBrown'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #927d6a;
  color: #fff;
  border: 0;
}
html[theme='AnnaSuiPurple'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #fff;
  border: 1rem solid #fff;
}
html[theme='AnnaSuiPurple'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #fff;
  color: #8870b8;
  border: 0;
}
html[theme='whitePurple'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #610862;
  border: 1rem solid #610862;
}
html[theme='whitePurple'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #610862;
  color: #fff;
  border: 0;
}
html[theme='burgundyRed'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #630b20;
  border: 1rem solid #630b20;
}
html[theme='burgundyRed'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #fe3856;
  color: #fff;
  border: 0;
}
html[theme='whiteDarkGreen'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #054146;
  border: 1rem solid #054146;
}
html[theme='whiteDarkGreen'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #054146;
  color: #fff;
  border: 0;
}
html[theme='whiteBrownLauren'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #9c6638;
  border: 1rem solid #9c6638;
}
html[theme='whiteBrownLauren'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #9c6638;
  color: #fff;
  border: 0;
}
html[theme='greenGold'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #003e37;
  border: 1rem solid #003e37;
}
html[theme='greenGold'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #003e37;
  color: #ffffff;
  border: 0;
}
html[theme='whiteRedGucci'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #520e23;
  border: 1rem solid #520e23;
}
html[theme='whiteRedGucci'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #520e23;
  color: #fff;
  border: 0;
}
html[theme='embraerBlue'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #00ac3f;
  border: 1rem solid #00ac3f;
}
html[theme='embraerBlue'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #00ac3f;
  color: #fff;
  border: 0;
}
html[theme='elsaPink'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #c3607c;
  border: 1rem solid #c3607c;
}
html[theme='elsaPink'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #c3607c;
  color: #fff;
  border: 0;
}
html[theme='whiteBlueFendi'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #11a3ea;
  border: 1rem solid #11a3ea;
}
html[theme='whiteBlueFendi'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #11a3ea;
  color: #fff;
  border: 0;
}
html[theme='bvlgariBrown'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #feae8a;
  border: 1rem solid #feae8a;
}
html[theme='bvlgariBrown'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #feae8a;
  color: #57433a;
  border: 0;
}
html[theme='venetaGrey'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #f3e7cb;
  border: 1rem solid #f3e7cb;
}
html[theme='venetaGrey'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #f3e7cb;
  color: #648872;
  border: 0;
}
html[theme='martinPurple'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #2f137a;
  border: 1rem solid #2f137a;
}
html[theme='martinPurple'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #2f137a;
  color: #ffffff;
  border: 0;
}
html[theme='usdtGreen'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #21a57d;
  border: 1rem solid #21a57d;
}
html[theme='usdtGreen'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #21a57d;
  color: #ffffff;
  border: 0;
}
html[theme='whiteGreenCindy'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #5f7b10;
  border: 1rem solid #5f7b10;
}
html[theme='whiteGreenCindy'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #5f7b10;
  color: #ffffff;
  border: 0;
}
html[theme='microsoftRed'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #d14d28;
  border: 1rem solid #d14d28;
}
html[theme='microsoftRed'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #d14d28;
  color: #ffffff;
  border: 0;
}
html[theme='celineBrownWhite'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #42281c;
  border: 1rem solid #42281c;
}
html[theme='celineBrownWhite'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #42281c;
  color: #ffffff;
  border: 0;
}
html[theme='ferrariBlack'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #e41827;
  border: 1rem solid #e41827;
}
html[theme='ferrariBlack'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #e41827;
  color: #ffffff;
  border: 0;
}
html[theme='burberryBlueWhite'] ._timer_1272a_93 ._btn_1272a_102 button._cancel_1272a_119 {
  color: #111f34;
  border: 1rem solid #111f34;
}
html[theme='burberryBlueWhite'] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #111f34;
  color: #ffffff;
  border: 0;
}

._line_1272a_454 {
  border-left: 1rem dashed #9d9d9d;
}

._H5DatePicker_1272a_458 {
  padding: 0 24rem;
}
._H5DatePicker_1272a_458 ._title_1272a_461 {
  text-align: center;
  border-bottom: 1rem solid #d8d8d8;
  padding: 24rem 0;
  color: #9d9d9d;
}
._H5DatePicker_1272a_458 ._content_1272a_467 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
._H5DatePicker_1272a_458 ._content_1272a_467 ._items_1272a_472 {
  height: 300rem;
  overflow: auto;
  transition: all 0.5s;
}
._H5DatePicker_1272a_458 ._content_1272a_467 ._items_1272a_472 ._item_1272a_472 {
  height: 60rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #9d9d9d;
  font-size: 24rem;
  width: 80rem;
}
._H5DatePicker_1272a_458 ._content_1272a_467 ._items_1272a_472 ._active_1272a_486 {
  color: #3f3f3f;
}
._H5DatePicker_1272a_458 ._content_1272a_467::after {
  content: '';
  position: absolute;
  top: 180rem;
  width: 100%;
  border-top: 1rem solid #d8d8d8;
}
._H5DatePicker_1272a_458 ._content_1272a_467::before {
  content: '';
  position: absolute;
  top: 120rem;
  width: 100%;
  border-top: 1rem solid #d8d8d8;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_xc0wt_3 * {
  fill: #054146;
}

._pcDateContainer_xc0wt_55 {
  height: 48rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24rem;
  border: 1rem solid var(--theme-light-line-color);
  background: var(--theme-template-color);
  color: var(--theme-tips);
  font-size: 18rem !important;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 0 14rem;
}
html[pc='2'] ._pcDateContainer_xc0wt_55 {
  height: 40rem;
}

._content_xc0wt_74 {
  position: absolute;
  display: flex;
  z-index: 10;
  left: 0;
  top: 48rem;
  width: 700rem;
  border-radius: 20rem;
  background: #ffffff;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.2);
}
html[dir='rtl'] ._content_xc0wt_74 {
  left: auto;
  right: 0;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1lugm_3 * {
  fill: #054146;
}

._defaultCss_1lugm_55 {
  fill: var(--theme-tips);
}
html[theme='blue'] ._defaultCss_1lugm_55 {
  fill: white;
}
html[theme='whiteGreen'] ._defaultCss_1lugm_55 {
  fill: #999999;
}
html[theme='oilyGreen'] ._defaultCss_1lugm_55 {
  fill: #c4ffd9;
}
html[theme='versaceYellow'] ._defaultCss_1lugm_55 {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_1lugm_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_1lugm_55 {
  fill: #ffbe8b;
}
html[theme='whiteBlue'] ._defaultCss_1lugm_55 {
  fill: #9d9d9d;
}
html[theme='sk2'] ._defaultCss_1lugm_55 {
  fill: #ffc5c8;
}
html[theme='lightBrown'] ._defaultCss_1lugm_55 {
  fill: var(--color-icon-2);
}
html[theme='whiteOrange'] ._defaultCss_1lugm_55 {
  fill: #9a9a9a;
}
html[theme='furlaBlue'] ._defaultCss_1lugm_55 {
  fill: #d4ddfe;
}
html[theme='whitePink'] ._defaultCss_1lugm_55 {
  fill: #ffe1c9;
}
html[theme='bvGreen'] ._defaultCss_1lugm_55 {
  fill: #d1e676;
}
html[theme='whiteBrown'] ._defaultCss_1lugm_55 {
  fill: #9d9d9d;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1lugm_55 {
  fill: #cca9aa;
}
html[theme='whitePurple'] ._defaultCss_1lugm_55 {
  fill: #9d9d9d;
}
html[theme='burgundyRed'] ._defaultCss_1lugm_55 {
  fill: #e08ea3;
}
html[theme='whiteDarkGreen'] ._defaultCss_1lugm_55 {
  fill: #9d9d9d;
}
html[theme='whiteBrownLauren'] ._defaultCss_1lugm_55 {
  fill: #9a9a9b;
}
html[theme='whiteRedGucci'] ._defaultCss_1lugm_55 {
  fill: #520e23;
}
html[theme='embraerBlue'] ._defaultCss_1lugm_55 {
  fill: #6f97eb;
}
html[theme='elsaPink'] ._defaultCss_1lugm_55 {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='bvlgariBrown'] ._defaultCss_1lugm_55 {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='whiteBlack'] ._defaultCss_1lugm_55 {
  fill: #d8d8d8;
}
html[theme='whiteBlueFendi'] ._defaultCss_1lugm_55 {
  fill: #9d9d9d;
}
html[theme='venetaGrey'] ._defaultCss_1lugm_55 {
  fill: #a0d3b3;
}
html[theme='microsoftRed'] ._defaultCss_1lugm_55 {
  fill: #fff;
}
html[theme='ferrariBlack'] ._defaultCss_1lugm_55 {
  fill: #adb6c3;
}
html[theme='burberryBlueWhite'] ._defaultCss_1lugm_55 {
  fill: #51627c;
}
html[theme='whiteRed'] ._defaultCss_1lugm_55 {
  fill: #ff8094;
}
html[theme='whiteRed'] ._defaultCss_1lugm_55 * {
  fill: #ff8094;
}
html[theme='testU8'] ._defaultCss_1lugm_55 {
  fill: #9aa4c4;
}
html[theme='testU8'] ._defaultCss_1lugm_55 * {
  fill: #9aa4c4;
}
._defaultCss_1lugm_55 * {
  fill: var(--theme-tips);
}
._defaultCss_1lugm_55 * * {
  fill: var(--theme-tips);
}
html[theme='blue'] ._defaultCss_1lugm_55 * {
  fill: #b5e4ff;
}
html[theme='whiteGreen'] ._defaultCss_1lugm_55 * {
  fill: #999999;
}
html[theme='purple'] ._defaultCss_1lugm_55 * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='oilyGreen'] ._defaultCss_1lugm_55 * {
  fill: #87d1a2;
}
html[theme='versaceYellow'] ._defaultCss_1lugm_55 * {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_1lugm_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_1lugm_55 * {
  fill: #ffbe8b;
}
html[theme='whiteBlue'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBlue'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='sk2'] ._defaultCss_1lugm_55 * {
  fill: #ffc5c8;
}
html[theme='sk2'] ._defaultCss_1lugm_55 * * {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteYellow'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_1lugm_55 * {
  fill: #e7d2c2;
}
html[theme='lightBrown'] ._defaultCss_1lugm_55 * * {
  fill: #e7d2c2;
}
html[theme='whiteOrange'] ._defaultCss_1lugm_55 * {
  fill: #9a9a9a;
}
html[theme='whiteOrange'] ._defaultCss_1lugm_55 * * {
  fill: #9a9a9a;
}
html[theme='furlaBlue'] ._defaultCss_1lugm_55 * {
  fill: #d4ddfe;
}
html[theme='furlaBlue'] ._defaultCss_1lugm_55 * * {
  fill: #d4ddfe;
}
html[theme='whitePink'] ._defaultCss_1lugm_55 * {
  fill: #ffe1c9;
}
html[theme='whitePink'] ._defaultCss_1lugm_55 * * {
  fill: #ffe1c9;
}
html[theme='bvGreen'] ._defaultCss_1lugm_55 * {
  fill: #d1e676;
}
html[theme='bvGreen'] ._defaultCss_1lugm_55 * * {
  fill: #d1e676;
}
html[theme='whiteBrown'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBrown'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1lugm_55 * {
  fill: #bfa9cc;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1lugm_55 * * {
  fill: #bfa9cc;
}
html[theme='whitePurple'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='burgundyRed'] ._defaultCss_1lugm_55 * {
  fill: #e08ea3;
}
html[theme='burgundyRed'] ._defaultCss_1lugm_55 * * {
  fill: #e08ea3;
}
html[theme='whiteRedGucci'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteRedGucci'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='whiteDarkGreen'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteDarkGreen'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='greenGold'] ._defaultCss_1lugm_55 * {
  fill: #039685;
}
html[theme='greenGold'] ._defaultCss_1lugm_55 * * {
  fill: #039685;
}
html[theme='whiteBrownLauren'] ._defaultCss_1lugm_55 * {
  fill: #9a9a9b;
}
html[theme='whiteBrownLauren'] ._defaultCss_1lugm_55 * * {
  fill: #9a9a9b;
}
html[theme='embraerBlue'] ._defaultCss_1lugm_55 * {
  fill: #6f97eb;
}
html[theme='embraerBlue'] ._defaultCss_1lugm_55 * * {
  fill: #6f97eb;
}
html[theme='elsaPink'] ._defaultCss_1lugm_55 * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='elsaPink'] ._defaultCss_1lugm_55 * * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='bvlgariBrown'] ._defaultCss_1lugm_55 * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='bvlgariBrown'] ._defaultCss_1lugm_55 * * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='whiteBlack'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBlack'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='whiteBlueFendi'] ._defaultCss_1lugm_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBlueFendi'] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
html[theme='venetaGrey'] ._defaultCss_1lugm_55 * {
  fill: #a0d3b3;
}
html[theme='venetaGrey'] ._defaultCss_1lugm_55 * * {
  fill: #a0d3b3;
}
html[theme='martinPurple'] ._defaultCss_1lugm_55 * {
  fill: #2f137a;
}
html[theme='martinPurple'] ._defaultCss_1lugm_55 * * {
  fill: #2f137a;
}
html[theme='usdtGreen'] ._defaultCss_1lugm_55 * {
  fill: #89f1cd;
}
html[theme='usdtGreen'] ._defaultCss_1lugm_55 * * {
  fill: #89f1cd;
}
html[theme='microsoftRed'] ._defaultCss_1lugm_55 * {
  fill: white;
}
html[theme='microsoftRed'] ._defaultCss_1lugm_55 * * {
  fill: white;
}
html[theme='celineBrownWhite'] ._defaultCss_1lugm_55 * {
  fill: #b8a194;
}
html[theme='celineBrownWhite'] ._defaultCss_1lugm_55 * * {
  fill: #b8a194;
}
html[theme='ferrariBlack'] ._defaultCss_1lugm_55 * {
  fill: #e41827;
}
html[theme='burberryBlueWhite'] ._defaultCss_1lugm_55 * {
  fill: #51627c;
}
html[theme='whiteBlue'] ._defaultCss_1lugm_55._SecColor_1lugm_352 {
  fill: #5378bf;
}
html[theme='whiteBlue'] ._defaultCss_1lugm_55._SecColor_1lugm_352 * {
  fill: #5378bf;
}
html[theme='sk2'] ._defaultCss_1lugm_55._SecColor_1lugm_352 {
  fill: #f5d470;
}
html[theme='sk2'] ._defaultCss_1lugm_55._SecColor_1lugm_352 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._defaultCss_1lugm_55._SecColor_1lugm_352 {
  fill: #df9a1c;
}
html[theme='whiteYellow'] ._defaultCss_1lugm_55._SecColor_1lugm_352 * {
  fill: #df9a1c;
}
html[theme='bvGreen'] ._defaultCss_1lugm_55._SecColor_1lugm_352 {
  fill: #fff45d;
}
html[theme='bvGreen'] ._defaultCss_1lugm_55._SecColor_1lugm_352 * {
  fill: #fff45d;
}
html[theme='testU8'] ._defaultCss_1lugm_55._SecColor_1lugm_352 {
  fill: #3066ff;
}
html[theme='testU8'] ._defaultCss_1lugm_55._SecColor_1lugm_352 * {
  fill: #3066ff;
}

._lineStrong_1lugm_383 {
  color: #000;
}
._lineStrong_1lugm_383 ._line_1lugm_383 path:nth-child(n + 2) {
  stroke: #2bdf44;
}
._lineStrong_1lugm_383 ._tool_line_t_1lugm_389 {
  color: #2bdf44;
}

._lineMiddle_1lugm_393 ._line_1lugm_383 path:nth-child(2),
._lineMiddle_1lugm_393 ._line_1lugm_383 path:nth-child(3) {
  stroke: #eab700;
}

._lineWeak_1lugm_397 ._line_1lugm_383 path:nth-child(2) {
  stroke: #ed463f;
}
._lineWeak_1lugm_397 ._tool_line_t_1lugm_389 {
  color: #ed463f;
}

html[theme='whiteRed'] ._lineCyIcon_1lugm_404 {
  fill: #cb3034;
}
html[theme='whiteRed'] ._lineCyIcon_1lugm_404 circle {
  stroke: #cb3034;
}
html[theme='blue'] ._lineCyIcon_1lugm_404 {
  fill: #eab700;
}
html[theme='whiteGreen'] ._lineCyIcon_1lugm_404 {
  fill: #5bbc90;
}
html[theme='purple'] ._lineCyIcon_1lugm_404 {
  fill: #ffdc82;
}
html[theme='purple'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #7d1b7e;
}
html[theme='purple'] ._lineCyIcon_1lugm_404 ._lineIconCy_1lugm_422 {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #067831;
}
html[theme='versaceYellow'] ._lineCyIcon_1lugm_404 {
  fill: #212121;
}
html[theme='lancomePeach'] ._lineCyIcon_1lugm_404 * {
  fill: #ffe2c9;
  stroke: #ffe2c9;
}
html[theme='lancomePeach'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #df6061;
}
html[theme='hermesOrange'] ._lineCyIcon_1lugm_404 * {
  fill: #551f0e;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='hermesOrange'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: white;
}
html[theme='whiteBlue'] ._lineCyIcon_1lugm_404 * {
  fill: #5378bf;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteBlue'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: white;
}
html[theme='whiteYellow'] ._lineCyIcon_1lugm_404 * {
  fill: #df9a1c;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteYellow'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: white;
}
html[theme='sk2'] ._lineCyIcon_1lugm_404 * {
  fill: #f5d470;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='sk2'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #c4242a;
}
html[theme='lightBrown'] ._lineCyIcon_1lugm_404 * {
  fill: #fed39d;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='lightBrown'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #9b8977;
}
html[theme='whiteOrange'] ._lineCyIcon_1lugm_404 * {
  fill: #fa9447;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteOrange'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='furlaBlue'] ._lineCyIcon_1lugm_404 * {
  fill: #4969c2;
  stroke: rgba(255, 252, 210, 0.3);
}
html[theme='furlaBlue'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fffcd2;
}
html[theme='whitePink'] ._lineCyIcon_1lugm_404 * {
  fill: #ef7a7b;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whitePink'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='bvGreen'] ._lineCyIcon_1lugm_404 * {
  fill: #fee004;
  stroke: rgba(6, 120, 49, 0.3);
}
html[theme='bvGreen'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #067831;
}
html[theme='oilyGreen'] ._lineCyIcon_1lugm_404 * {
  fill: #fff45d;
  stroke: rgba(123, 154, 30, 0.3);
}
html[theme='oilyGreen'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #7b9a1e;
}
html[theme='whiteBrown'] ._lineCyIcon_1lugm_404 * {
  fill: #927d6a;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteBrown'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='AnnaSuiPurple'] ._lineCyIcon_1lugm_404 * {
  fill: #fff;
  stroke: rgba(136, 112, 184, 0.24);
}
html[theme='AnnaSuiPurple'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #8870b8;
}
html[theme='whitePurple'] ._lineCyIcon_1lugm_404 * {
  fill: #610862;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whitePurple'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='burgundyRed'] ._lineCyIcon_1lugm_404 * {
  fill: #fe3856;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='burgundyRed'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='whiteDarkGreen'] ._lineCyIcon_1lugm_404 * {
  fill: #054146;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteDarkGreen'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='whiteRedGucci'] ._lineCyIcon_1lugm_404 * {
  fill: #054146;
  stroke: rgba(255, 255, 255, 0.3);
}
html[theme='whiteRedGucci'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}
html[theme='microsoftRed'] ._lineCyIcon_1lugm_404 * {
  fill: #fff;
  stroke: rgba(0, 0, 0, 0.3);
}
html[theme='microsoftRed'] ._lineCyIcon_1lugm_404 ._lineIconG_1lugm_419 {
  stroke: #fff;
}

._downDefault_1lugm_558 {
  stroke: var(--theme-tips);
}
html[theme='blue'] ._downDefault_1lugm_558 {
  stroke: white;
}
html[theme='whiteGreen'] ._downDefault_1lugm_558 {
  stroke: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._downDefault_1lugm_558 {
  stroke: #c4ffd9;
}
html[theme='versaceYellow'] ._downDefault_1lugm_558 {
  stroke: #fff7e0;
}
html[theme='lancomePeach'] ._downDefault_1lugm_558 {
  stroke: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._downDefault_1lugm_558 {
  stroke: #ffbe8b;
}
html[theme='whiteBlue'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='sk2'] ._downDefault_1lugm_558 {
  stroke: #ffc5c8;
}
html[theme='lightBrown'] ._downDefault_1lugm_558 {
  stroke: #e7d2c2;
}
html[theme='whiteOrange'] ._downDefault_1lugm_558 {
  stroke: #9a9a9a;
}
html[theme='furlaBlue'] ._downDefault_1lugm_558 {
  stroke: #d4ddfe;
}
html[theme='whitePink'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='bvGreen'] ._downDefault_1lugm_558 {
  stroke: #d1e676;
}
html[theme='whiteBrown'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='AnnaSuiPurple'] ._downDefault_1lugm_558 {
  stroke: #cca9aa;
}
html[theme='whitePurple'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='burgundyRed'] ._downDefault_1lugm_558 {
  stroke: #fff;
}
html[theme='whiteRedGucci'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='whiteDarkGreen'] ._downDefault_1lugm_558 {
  stroke: #9d9d9d;
}
html[theme='whiteBrownLauren'] ._downDefault_1lugm_558 {
  stroke: #9a9a9b;
}

._cpfNew_1lugm_622 {
  width: 28rem;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #054146;
}

._defaultCss_y5nxb_55 {
  fill: var(--theme-default-icon);
}
html[theme='blue'] ._defaultCss_y5nxb_55 {
  fill: white;
}
html[theme='whiteGreen'] ._defaultCss_y5nxb_55 {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_y5nxb_55 {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_y5nxb_55 {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_y5nxb_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_y5nxb_55 {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_y5nxb_55 {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_y5nxb_55 {
  fill: #ffefe0;
}
html[theme='microsoftRed'] ._defaultCss_y5nxb_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='celineBrownWhite'] ._defaultCss_y5nxb_55 {
  fill: #776050;
}
html[theme='ferrariBlack'] ._defaultCss_y5nxb_55 {
  fill: #adb6c3;
}
html[theme='burberryBlueWhite'] ._defaultCss_y5nxb_55 {
  fill: #51627c;
}
._defaultCss_y5nxb_55 * {
  fill: var(--theme-default-icon);
}
html[theme='blue'] ._defaultCss_y5nxb_55 * {
  fill: #b5e4ff;
}
html[theme='whiteGreen'] ._defaultCss_y5nxb_55 * {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_y5nxb_55 * {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_y5nxb_55 * {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_y5nxb_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_y5nxb_55 * {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_y5nxb_55 * {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_y5nxb_55 * {
  fill: #ffefe0;
}
html[theme='microsoftRed'] ._defaultCss_y5nxb_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='celineBrownWhite'] ._defaultCss_y5nxb_55 * {
  fill: #776050;
}
html[theme='ferrariBlack'] ._defaultCss_y5nxb_55 * {
  fill: #adb6c3;
}
html[theme='burberryBlueWhite'] ._defaultCss_y5nxb_55 * {
  fill: #51627c;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_y5nxb_3 * {
  fill: #054146;
}

._defaultCss_y5nxb_55 {
  fill: var(--theme-default-icon);
}
html[theme='blue'] ._defaultCss_y5nxb_55 {
  fill: white;
}
html[theme='whiteGreen'] ._defaultCss_y5nxb_55 {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_y5nxb_55 {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_y5nxb_55 {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_y5nxb_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_y5nxb_55 {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_y5nxb_55 {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_y5nxb_55 {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_y5nxb_55 {
  fill: #ffefe0;
}
html[theme='microsoftRed'] ._defaultCss_y5nxb_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='celineBrownWhite'] ._defaultCss_y5nxb_55 {
  fill: #776050;
}
html[theme='ferrariBlack'] ._defaultCss_y5nxb_55 {
  fill: #adb6c3;
}
html[theme='burberryBlueWhite'] ._defaultCss_y5nxb_55 {
  fill: #51627c;
}
._defaultCss_y5nxb_55 * {
  fill: var(--theme-default-icon);
}
html[theme='blue'] ._defaultCss_y5nxb_55 * {
  fill: #b5e4ff;
}
html[theme='whiteGreen'] ._defaultCss_y5nxb_55 * {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_y5nxb_55 * {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_y5nxb_55 * {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_y5nxb_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_y5nxb_55 * {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_y5nxb_55 * {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_y5nxb_55 * {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_y5nxb_55 * {
  fill: #ffefe0;
}
html[theme='microsoftRed'] ._defaultCss_y5nxb_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='celineBrownWhite'] ._defaultCss_y5nxb_55 * {
  fill: #776050;
}
html[theme='ferrariBlack'] ._defaultCss_y5nxb_55 * {
  fill: #adb6c3;
}
html[theme='burberryBlueWhite'] ._defaultCss_y5nxb_55 * {
  fill: #51627c;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_kezss_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_kezss_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_kezss_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_kezss_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_kezss_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_kezss_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_kezss_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_kezss_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_kezss_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_kezss_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_kezss_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_kezss_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_kezss_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_kezss_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_kezss_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_kezss_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_kezss_3 * {
  fill: #054146;
}

._defaultCss_kezss_55 {
  fill: #a7b7d7;
}
html[theme='blue'] ._defaultCss_kezss_55 {
  fill: white;
}
html[theme='whiteGreen'] ._defaultCss_kezss_55 {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_kezss_55 {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_kezss_55 {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_kezss_55 {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_kezss_55 {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_kezss_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_kezss_55 {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_kezss_55 {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_kezss_55 {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_kezss_55 {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_kezss_55 {
  fill: #ffefe0;
}
._defaultCss_kezss_55 * {
  fill: #a7b7d7;
}
html[theme='blue'] ._defaultCss_kezss_55 * {
  fill: #eab700;
}
html[theme='whiteGreen'] ._defaultCss_kezss_55 * {
  fill: rgb(91, 188, 144);
}
html[theme='oilyGreen'] ._defaultCss_kezss_55 * {
  fill: #c4ffd9;
}
html[theme='whiteOrange'] ._defaultCss_kezss_55 * {
  fill: #9d9d9d;
}
html[theme='whiteRed'] ._defaultCss_kezss_55 * {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_kezss_55 * {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_kezss_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_kezss_55 * {
  fill: #ffbe8b;
}
html[theme='sk2'] ._defaultCss_kezss_55 * {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_kezss_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_kezss_55 * {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_kezss_55 * {
  fill: #ffefe0;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1q5bq_3 * {
  fill: #054146;
}

._defaultCss_1q5bq_55 {
  fill: #717e97;
}
html[theme='blue'] ._defaultCss_1q5bq_55 {
  fill: white;
}
html[theme='whiteGreen'] ._defaultCss_1q5bq_55 {
  fill: #9d9d9d;
}
html[theme='oilyGreen'] ._defaultCss_1q5bq_55 {
  fill: #c4ffd9;
}
html[theme='versaceYellow'] ._defaultCss_1q5bq_55 {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_1q5bq_55 {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_1q5bq_55 {
  fill: #ffbe8b;
}
html[theme='whiteBlue'] ._defaultCss_1q5bq_55 {
  fill: #9d9d9d;
}
html[theme='sk2'] ._defaultCss_1q5bq_55 {
  fill: #ffc5c8;
}
html[theme='lightBrown'] ._defaultCss_1q5bq_55 {
  fill: #e7d2c2;
}
html[theme='whiteOrange'] ._defaultCss_1q5bq_55 {
  fill: #9a9a9a;
}
html[theme='furlaBlue'] ._defaultCss_1q5bq_55 {
  fill: #d4ddfe;
}
html[theme='whitePink'] ._defaultCss_1q5bq_55 {
  fill: #ffe1c9;
}
html[theme='bvGreen'] ._defaultCss_1q5bq_55 {
  fill: #d1e676;
}
html[theme='whiteBrown'] ._defaultCss_1q5bq_55 {
  fill: #9d9d9d;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1q5bq_55 {
  fill: #cca9aa;
}
html[theme='whitePurple'] ._defaultCss_1q5bq_55 {
  fill: #9d9d9d;
}
html[theme='burgundyRed'] ._defaultCss_1q5bq_55 {
  fill: #e08ea3;
}
html[theme='whiteDarkGreen'] ._defaultCss_1q5bq_55 {
  fill: #9d9d9d;
}
html[theme='bvlgariBrown'] ._defaultCss_1q5bq_55 {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='venetaGrey'] ._defaultCss_1q5bq_55 {
  fill: #a0d3b3;
}
._defaultCss_1q5bq_55 * {
  fill: #717e97;
}
html[theme='blue'] ._defaultCss_1q5bq_55 * {
  fill: #eab700;
}
html[theme='whiteGreen'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='purple'] ._defaultCss_1q5bq_55 * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='oilyGreen'] ._defaultCss_1q5bq_55 * {
  fill: #c4ffd9;
}
html[theme='whiteRed'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='versaceYellow'] ._defaultCss_1q5bq_55 * {
  fill: #fff7e0;
}
html[theme='lancomePeach'] ._defaultCss_1q5bq_55 * {
  fill: rgba(255, 255, 255, 0.8);
}
html[theme='hermesOrange'] ._defaultCss_1q5bq_55 * {
  fill: #ffbe8b;
}
html[theme='whiteBlue'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBlue'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='sk2'] ._defaultCss_1q5bq_55 * {
  fill: #ffc5c8;
}
html[theme='sk2'] ._defaultCss_1q5bq_55 * * {
  fill: #ffc5c8;
}
html[theme='whiteYellow'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whiteYellow'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='lightBrown'] ._defaultCss_1q5bq_55 * {
  fill: #e7d2c2;
}
html[theme='lightBrown'] ._defaultCss_1q5bq_55 * * {
  fill: #e7d2c2;
}
html[theme='whiteOrange'] ._defaultCss_1q5bq_55 * {
  fill: #9a9a9a;
}
html[theme='whiteOrange'] ._defaultCss_1q5bq_55 * * {
  fill: #9a9a9a;
}
html[theme='furlaBlue'] ._defaultCss_1q5bq_55 * {
  fill: #d4ddfe;
}
html[theme='furlaBlue'] ._defaultCss_1q5bq_55 * * {
  fill: #d4ddfe;
}
html[theme='whitePink'] ._defaultCss_1q5bq_55 * {
  fill: #ffe1c9;
}
html[theme='whitePink'] ._defaultCss_1q5bq_55 * * {
  fill: #ffe1c9;
}
html[theme='bvGreen'] ._defaultCss_1q5bq_55 * {
  fill: #d1e676;
}
html[theme='bvGreen'] ._defaultCss_1q5bq_55 * * {
  fill: #d1e676;
}
html[theme='whiteBrown'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whiteBrown'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1q5bq_55 * {
  fill: #bfa9cc;
}
html[theme='AnnaSuiPurple'] ._defaultCss_1q5bq_55 * * {
  fill: #bfa9cc;
}
html[theme='whitePurple'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whitePurple'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='burgundyRed'] ._defaultCss_1q5bq_55 * {
  fill: #e08ea3;
}
html[theme='burgundyRed'] ._defaultCss_1q5bq_55 * * {
  fill: #e08ea3;
}
html[theme='whiteDarkGreen'] ._defaultCss_1q5bq_55 * {
  fill: #9d9d9d;
}
html[theme='whiteDarkGreen'] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
html[theme='bvlgariBrown'] ._defaultCss_1q5bq_55 * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='bvlgariBrown'] ._defaultCss_1q5bq_55 * * {
  fill: rgba(255, 255, 255, 0.6);
}
html[theme='venetaGrey'] ._defaultCss_1q5bq_55 * {
  fill: #a0d3b3;
}
html[theme='venetaGrey'] ._defaultCss_1q5bq_55 * * {
  fill: #a0d3b3;
}
html[theme='whiteBlue'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 {
  fill: #5378bf;
}
html[theme='whiteBlue'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 * {
  fill: #5378bf;
}
html[theme='sk2'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 {
  fill: #f5d470;
}
html[theme='sk2'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 {
  fill: #df9a1c;
}
html[theme='whiteYellow'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 * {
  fill: #df9a1c;
}
html[theme='bvGreen'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 {
  fill: #fff45d;
}
html[theme='bvGreen'] ._defaultCss_1q5bq_55._SecColor_1q5bq_241 * {
  fill: #fff45d;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_buc2r_3 * {
  fill: #054146;
}

._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='blue'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #eab700;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteGreen'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #1e8c58;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='purple'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #5d085d;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteRed'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #cb3034;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='oilyGreen'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #fee004;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='versaceYellow'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #f2a200;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lancomePeach'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #f4da80;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='hermesOrange'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #f26305;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBlue'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #5378bf;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='sk2'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #f5d470;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteYellow'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #df9a1c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lightBrown'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteOrange'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #fa9447;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='furlaBlue'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #f9b205;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePink'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #ef7a7b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='bvGreen'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #5c780b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='AnnaSuiPurple'] ._theme_buc2r_55 {
  --title-color: #010000;
  --light-color: #8870b8;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePurple'] ._theme_buc2r_55 {
  --title-color: #010000;
  --light-color: #610862;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBrown'] ._theme_buc2r_55 {
  --title-color: #010000;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='black'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #2fa33f;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='burgundyRed'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #fe3856;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='elsaPink'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: #b94b6b;
}
html[theme='whiteBlueFendi'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: ##11a3ea;
}
html[theme='whiteRedGucci'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #520e23;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='whiteGreenCindy'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #5f7b10;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='microsoftRed'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #d14d28;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='celineBrownWhite'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #42281c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='ferrariBlack'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #e41827;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='burberryBlueWhite'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #111f34;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='windbellGreen'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: #00ad09;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='almondYellow'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='bondiBlue'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='wasabiYellowWhite'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='gemRed'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='coralPurple'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='newVersionRed'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='marrsGreen'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='kelinBlue'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='amberYellow'] ._theme_buc2r_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}

._pickDateModalBox_buc2r_416 {
  width: 375rem;
  height: 400rem;
  color: var(--color1);
}
._pickDateModalBox_buc2r_416 ._topTitleBox_buc2r_421 {
  width: 100%;
  height: 25rem;
  margin-top: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
._pickDateModalBox_buc2r_416 ._topTitleBox_buc2r_421 ._signInSpan_buc2r_430 {
  font-weight: bold;
  font-size: 18rem;
  color: var(--title-color);
}
._pickDateModalBox_buc2r_416 ._topTitleBox_buc2r_421 ._closeBtn_buc2r_435 {
  height: 25rem;
  width: 25rem;
  right: 14rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
html[dir='rtl'] ._pickDateModalBox_buc2r_416 ._topTitleBox_buc2r_421 ._closeBtn_buc2r_435 {
  left: 14rem;
  right: auto;
}
._pickDateModalBox_buc2r_416 ._topTitleBox_buc2r_421 ._closeBtn_buc2r_435 ._closeBtnIcon_buc2r_449 {
  width: 12rem;
  height: 12rem;
  fill: var(--icon-color);
}
._pickDateModalBox_buc2r_416
  ._topTitleBox_buc2r_421
  ._closeBtn_buc2r_435
  ._closeBtnIcon_buc2r_449
  * {
  fill: var(--icon-color);
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10rem;
  margin-top: 25rem;
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 span {
  font-size: 18rem;
  font-weight: 500;
  color: var(--light-color);
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 svg * {
  fill: var(--icon-color) !important;
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._btnBox_buc2r_475 {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._btnBox_buc2r_475 ._icon_buc2r_482 {
  width: 24rem;
  height: 13.5rem;
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._btnBox_buc2r_475 ._icon_buc2r_482 * {
  fill: #494d5a;
}
html[dir='rtl']
  ._pickDateModalBox_buc2r_416
  ._titleBtnBox_buc2r_457
  ._btnBox_buc2r_475
  ._icon_buc2r_482 {
  transform: rotate(180deg);
}
._pickDateModalBox_buc2r_416
  ._titleBtnBox_buc2r_457
  ._btnBox_buc2r_475
  ._icon_buc2r_482._left_buc2r_492 {
  transform: rotate(180deg);
}
html[dir='rtl']
  ._pickDateModalBox_buc2r_416
  ._titleBtnBox_buc2r_457
  ._btnBox_buc2r_475
  ._icon_buc2r_482._left_buc2r_492 {
  transform: rotate(0deg);
}
._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._choBtn_buc2r_498 {
  height: 25rem;
  border: 0.5rem solid var(--light-color);
  padding: 0rem 7rem;
  padding-top: 2.5rem;
  border-radius: 5rem;
  text-align: center;
}
html[theme='elsaPink'] ._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._choBtn_buc2r_498 {
  background-color: #ffffff;
  border: 1px solid #b94b6b;
  color: #b94b6b;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_buc2r_416
  ._titleBtnBox_buc2r_457
  ._choBtn_buc2r_498 {
  background-color: #ffffff;
  border: 1px solid #520e23;
  color: #520e23;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_buc2r_416
  ._titleBtnBox_buc2r_457
  ._choBtn_buc2r_498 {
  background-color: #ffffff;
  border: 1px solid #11a3ea;
  color: #11a3ea;
}
html[theme='usdtGreen'] ._pickDateModalBox_buc2r_416 ._titleBtnBox_buc2r_457 ._choBtn_buc2r_498 {
  background-color: #ffffff;
  border: 1px solid #21a57d;
  color: #21a57d;
}
._pickDateModalBox_buc2r_416 ._conetntBox_buc2r_526 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
._pickDateModalBox_buc2r_416 ._conetntBox_buc2r_526 ._itemBox_buc2r_535 {
  width: 40rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_buc2r_416 ._conetntBox_buc2r_526 ._itemBox_buc2r_535 ._inBox_buc2r_542 {
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color2);
}
._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._wekTxt_buc2r_550 {
  color: white;
  font-size: 12rem;
  margin-bottom: 5rem;
}
._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  border-radius: 100%;
  background-color: var(--light-color);
  color: var(--color4) !important;
  font-size: 14rem;
  font-weight: 700;
}
html[theme='elsaPink']
  ._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  background-color: #b94b6b;
  color: #ffffff !important;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  background-color: #11a3ea;
  color: #ffffff !important;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  background-color: #520e23;
  color: #ffffff !important;
}
html[theme='embraerBlue']
  ._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  background-color: #00ac3f;
  color: #ffffff !important;
}
html[theme='usdtGreen']
  ._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._today_buc2r_555 {
  background-color: #21a57d;
  color: #ffffff !important;
}
._pickDateModalBox_buc2r_416
  ._conetntBox_buc2r_526
  ._itemBox_buc2r_535
  ._inBox_buc2r_542._disabled_buc2r_582 {
  color: var(--color3);
  cursor: not-allowed;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1qs4a_3 * {
  fill: #054146;
}
._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='blue'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #eab700;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteGreen'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #1e8c58;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='purple'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #5d085d;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteRed'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #cb3034;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='oilyGreen'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #fee004;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='versaceYellow'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #f2a200;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lancomePeach'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #f4da80;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='hermesOrange'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #f26305;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBlue'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #5378bf;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='sk2'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #f5d470;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteYellow'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #df9a1c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lightBrown'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteOrange'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #fa9447;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='furlaBlue'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #f9b205;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePink'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #ef7a7b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='bvGreen'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #5c780b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='AnnaSuiPurple'] ._theme_1qs4a_55 {
  --title-color: #010000;
  --light-color: #8870b8;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePurple'] ._theme_1qs4a_55 {
  --title-color: #010000;
  --light-color: #610862;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBrown'] ._theme_1qs4a_55 {
  --title-color: #010000;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='black'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #2fa33f;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='burgundyRed'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #fe3856;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='elsaPink'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: #b94b6b;
}
html[theme='whiteBlueFendi'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: ##11a3ea;
}
html[theme='whiteRedGucci'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #520e23;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='whiteGreenCindy'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #5f7b10;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='microsoftRed'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #d14d28;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='celineBrownWhite'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #42281c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='ferrariBlack'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #e41827;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='burberryBlueWhite'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #111f34;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='windbellGreen'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: #00ad09;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='almondYellow'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='bondiBlue'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='wasabiYellowWhite'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='gemRed'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='coralPurple'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='newVersionRed'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='marrsGreen'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='kelinBlue'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='amberYellow'] ._theme_1qs4a_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
._pickDateModalBox_1qs4a_416 {
  width: 375rem;
  height: 400rem;
  color: var(--color1);
}
._pickDateModalBox_1qs4a_416 ._topTitleBox_1qs4a_421 {
  width: 100%;
  height: 25rem;
  margin-top: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
._pickDateModalBox_1qs4a_416 ._topTitleBox_1qs4a_421 ._signInSpan_1qs4a_430 {
  font-weight: bold;
  font-size: 18rem;
  color: var(--title-color);
}
._pickDateModalBox_1qs4a_416 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 {
  height: 25rem;
  width: 25rem;
  right: 14rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
html[dir='rtl'] ._pickDateModalBox_1qs4a_416 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 {
  left: 14rem;
  right: auto;
}
._pickDateModalBox_1qs4a_416 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 ._closeBtnIcon_1qs4a_449 {
  width: 12rem;
  height: 12rem;
  fill: var(--icon-color);
}
._pickDateModalBox_1qs4a_416
  ._topTitleBox_1qs4a_421
  ._closeBtn_1qs4a_435
  ._closeBtnIcon_1qs4a_449
  * {
  fill: var(--icon-color);
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10rem;
  margin-top: 25rem;
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 span {
  font-size: 18rem;
  font-weight: 500;
  color: var(--light-color);
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 svg * {
  fill: var(--icon-color) !important;
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._btnBox_1qs4a_475 {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._btnBox_1qs4a_475 ._icon_1qs4a_482 {
  width: 24rem;
  height: 13.5rem;
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._btnBox_1qs4a_475 ._icon_1qs4a_482 * {
  fill: #494d5a;
}
html[dir='rtl']
  ._pickDateModalBox_1qs4a_416
  ._titleBtnBox_1qs4a_457
  ._btnBox_1qs4a_475
  ._icon_1qs4a_482 {
  transform: rotate(180deg);
}
._pickDateModalBox_1qs4a_416
  ._titleBtnBox_1qs4a_457
  ._btnBox_1qs4a_475
  ._icon_1qs4a_482._left_1qs4a_492 {
  transform: rotate(180deg);
}
html[dir='rtl']
  ._pickDateModalBox_1qs4a_416
  ._titleBtnBox_1qs4a_457
  ._btnBox_1qs4a_475
  ._icon_1qs4a_482._left_1qs4a_492 {
  transform: rotate(0deg);
}
._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._choBtn_1qs4a_498 {
  height: 25rem;
  border: 0.5rem solid var(--light-color);
  padding: 0rem 7rem;
  padding-top: 2.5rem;
  border-radius: 5rem;
  text-align: center;
}
html[theme='elsaPink'] ._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._choBtn_1qs4a_498 {
  background-color: #ffffff;
  border: 1px solid #b94b6b;
  color: #b94b6b;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_1qs4a_416
  ._titleBtnBox_1qs4a_457
  ._choBtn_1qs4a_498 {
  background-color: #ffffff;
  border: 1px solid #520e23;
  color: #520e23;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_1qs4a_416
  ._titleBtnBox_1qs4a_457
  ._choBtn_1qs4a_498 {
  background-color: #ffffff;
  border: 1px solid #11a3ea;
  color: #11a3ea;
}
html[theme='usdtGreen'] ._pickDateModalBox_1qs4a_416 ._titleBtnBox_1qs4a_457 ._choBtn_1qs4a_498 {
  background-color: #ffffff;
  border: 1px solid #21a57d;
  color: #21a57d;
}
._pickDateModalBox_1qs4a_416 ._conetntBox_1qs4a_526 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
._pickDateModalBox_1qs4a_416 ._conetntBox_1qs4a_526 ._itemBox_1qs4a_535 {
  width: 40rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_1qs4a_416 ._conetntBox_1qs4a_526 ._itemBox_1qs4a_535 ._inBox_1qs4a_542 {
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color2);
}
._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._wekTxt_1qs4a_550 {
  color: white;
  font-size: 12rem;
  margin-bottom: 5rem;
}
._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  border-radius: 100%;
  background-color: var(--light-color);
  color: var(--color4) !important;
  font-size: 14rem;
  font-weight: 700;
}
html[theme='elsaPink']
  ._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  background-color: #b94b6b;
  color: #ffffff !important;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  background-color: #11a3ea;
  color: #ffffff !important;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  background-color: #520e23;
  color: #ffffff !important;
}
html[theme='embraerBlue']
  ._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  background-color: #00ac3f;
  color: #ffffff !important;
}
html[theme='usdtGreen']
  ._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._today_1qs4a_555 {
  background-color: #21a57d;
  color: #ffffff !important;
}
._pickDateModalBox_1qs4a_416
  ._conetntBox_1qs4a_526
  ._itemBox_1qs4a_535
  ._inBox_1qs4a_542._disabled_1qs4a_582 {
  color: var(--color3);
  cursor: not-allowed;
}
._selectMonthBox_1qs4a_587 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 690rem;
  height: 673rem;
  bottom: 30rem;
  border-radius: 10rem;
  background: white;
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.85));
}
._selectMonthBox_1qs4a_587 ._topTitleBox_1qs4a_421 {
  width: 100%;
  height: 50rem;
  margin-top: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
._selectMonthBox_1qs4a_587 ._topTitleBox_1qs4a_421 ._signInSpan_1qs4a_430 {
  font-weight: bold;
  font-size: 36rem;
  color: var(--title-color);
}
._selectMonthBox_1qs4a_587 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 {
  height: 50rem;
  width: 50rem;
  right: 28rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
._selectMonthBox_1qs4a_587 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 ._closeBtnIcon_1qs4a_449 {
  width: 24rem;
  height: 24rem;
}
._selectMonthBox_1qs4a_587 ._topTitleBox_1qs4a_421 ._closeBtn_1qs4a_435 ._closeBtnIcon_1qs4a_449 * {
  fill: var(--icon-color);
}
._selectMonthBox_1qs4a_587 ._contentBox_1qs4a_629 {
  width: 600rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
._selectMonthBox_1qs4a_587 ._contentBox_1qs4a_629 ._itemBox_1qs4a_535 {
  flex-shrink: 0;
  width: 110rem;
  height: 50rem;
  margin-right: 52rem;
  border: 1rem solid var(--light-color);
  color: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  margin-bottom: 20rem;
}
._selectMonthBox_1qs4a_587 ._contentBox_1qs4a_629 ._itemBox_1qs4a_535:nth-child(4n + 4) {
  margin-right: 0rem;
}
._selectMonthBox_1qs4a_587 ._contentBox_1qs4a_629 ._itemBox_1qs4a_535._active_1qs4a_655 {
  border: 0rem;
  background-color: var(--light-color);
  color: var(--color4);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_pw3vv_3 * {
  fill: #054146;
}
._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='blue'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #eab700;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteGreen'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #1e8c58;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='purple'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #5d085d;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteRed'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #cb3034;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='oilyGreen'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #fee004;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='versaceYellow'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #f2a200;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lancomePeach'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #f4da80;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='hermesOrange'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #f26305;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBlue'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #5378bf;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='sk2'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #f5d470;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteYellow'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #df9a1c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='lightBrown'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteOrange'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #fa9447;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='furlaBlue'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #f9b205;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePink'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #ef7a7b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='bvGreen'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #5c780b;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='AnnaSuiPurple'] ._theme_pw3vv_55 {
  --title-color: #010000;
  --light-color: #8870b8;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whitePurple'] ._theme_pw3vv_55 {
  --title-color: #010000;
  --light-color: #610862;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='whiteBrown'] ._theme_pw3vv_55 {
  --title-color: #010000;
  --light-color: #927d6a;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='black'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #2fa33f;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='burgundyRed'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #fe3856;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9a9a9b;
  --color4: #ffffff;
}
html[theme='elsaPink'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: #b94b6b;
}
html[theme='whiteBlueFendi'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #fff0bc;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #030200;
  --color3: #969696;
  --color4: ##11a3ea;
}
html[theme='whiteRedGucci'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #520e23;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='whiteGreenCindy'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #5f7b10;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #969696;
  --color4: #ffffff;
}
html[theme='microsoftRed'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #d14d28;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='celineBrownWhite'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #42281c;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='ferrariBlack'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #e41827;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='burberryBlueWhite'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #111f34;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #323133;
  --color3: #9d9d9d;
  --color4: #ffffff;
}
html[theme='windbellGreen'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: #00ad09;
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='almondYellow'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='bondiBlue'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='wasabiYellowWhite'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-main-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='gemRed'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-template-color);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='coralPurple'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='newVersionRed'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='marrsGreen'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='kelinBlue'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
html[theme='amberYellow'] ._theme_pw3vv_55 {
  --title-color: #565656;
  --light-color: var(--theme-top-bar);
  --icon-color: #9a9a9b;
  --color1: #3f3f3f;
  --color2: #9a9a9b;
  --color3: #323133;
  --color4: #ffffff;
}
._pickDateModalBox_pw3vv_416 {
  width: 375rem;
  height: 400rem;
  color: var(--color1);
}
._pickDateModalBox_pw3vv_416 ._topTitleBox_pw3vv_421 {
  width: 100%;
  height: 25rem;
  margin-top: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
._pickDateModalBox_pw3vv_416 ._topTitleBox_pw3vv_421 ._signInSpan_pw3vv_430 {
  font-weight: bold;
  font-size: 18rem;
  color: var(--title-color);
}
._pickDateModalBox_pw3vv_416 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 {
  height: 25rem;
  width: 25rem;
  right: 14rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
html[dir='rtl'] ._pickDateModalBox_pw3vv_416 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 {
  left: 14rem;
  right: auto;
}
._pickDateModalBox_pw3vv_416 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 ._closeBtnIcon_pw3vv_449 {
  width: 12rem;
  height: 12rem;
  fill: var(--icon-color);
}
._pickDateModalBox_pw3vv_416
  ._topTitleBox_pw3vv_421
  ._closeBtn_pw3vv_435
  ._closeBtnIcon_pw3vv_449
  * {
  fill: var(--icon-color);
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10rem;
  margin-top: 25rem;
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 span {
  font-size: 18rem;
  font-weight: 500;
  color: var(--light-color);
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 svg * {
  fill: var(--icon-color) !important;
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._btnBox_pw3vv_475 {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._btnBox_pw3vv_475 ._icon_pw3vv_482 {
  width: 24rem;
  height: 13.5rem;
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._btnBox_pw3vv_475 ._icon_pw3vv_482 * {
  fill: #494d5a;
}
html[dir='rtl']
  ._pickDateModalBox_pw3vv_416
  ._titleBtnBox_pw3vv_457
  ._btnBox_pw3vv_475
  ._icon_pw3vv_482 {
  transform: rotate(180deg);
}
._pickDateModalBox_pw3vv_416
  ._titleBtnBox_pw3vv_457
  ._btnBox_pw3vv_475
  ._icon_pw3vv_482._left_pw3vv_492 {
  transform: rotate(180deg);
}
html[dir='rtl']
  ._pickDateModalBox_pw3vv_416
  ._titleBtnBox_pw3vv_457
  ._btnBox_pw3vv_475
  ._icon_pw3vv_482._left_pw3vv_492 {
  transform: rotate(0deg);
}
._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._choBtn_pw3vv_498 {
  height: 25rem;
  border: 0.5rem solid var(--light-color);
  padding: 0rem 7rem;
  padding-top: 2.5rem;
  border-radius: 5rem;
  text-align: center;
}
html[theme='elsaPink'] ._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._choBtn_pw3vv_498 {
  background-color: #ffffff;
  border: 1px solid #b94b6b;
  color: #b94b6b;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_pw3vv_416
  ._titleBtnBox_pw3vv_457
  ._choBtn_pw3vv_498 {
  background-color: #ffffff;
  border: 1px solid #520e23;
  color: #520e23;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_pw3vv_416
  ._titleBtnBox_pw3vv_457
  ._choBtn_pw3vv_498 {
  background-color: #ffffff;
  border: 1px solid #11a3ea;
  color: #11a3ea;
}
html[theme='usdtGreen'] ._pickDateModalBox_pw3vv_416 ._titleBtnBox_pw3vv_457 ._choBtn_pw3vv_498 {
  background-color: #ffffff;
  border: 1px solid #21a57d;
  color: #21a57d;
}
._pickDateModalBox_pw3vv_416 ._conetntBox_pw3vv_526 {
  width: 300rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
._pickDateModalBox_pw3vv_416 ._conetntBox_pw3vv_526 ._itemBox_pw3vv_535 {
  width: 40rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pickDateModalBox_pw3vv_416 ._conetntBox_pw3vv_526 ._itemBox_pw3vv_535 ._inBox_pw3vv_542 {
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color2);
}
._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._wekTxt_pw3vv_550 {
  color: white;
  font-size: 12rem;
  margin-bottom: 5rem;
}
._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  border-radius: 100%;
  background-color: var(--light-color);
  color: var(--color4) !important;
  font-size: 14rem;
  font-weight: 700;
}
html[theme='elsaPink']
  ._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  background-color: #b94b6b;
  color: #ffffff !important;
}
html[theme='whiteBlueFendi']
  ._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  background-color: #11a3ea;
  color: #ffffff !important;
}
html[theme='whiteRedGucci']
  ._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  background-color: #520e23;
  color: #ffffff !important;
}
html[theme='embraerBlue']
  ._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  background-color: #00ac3f;
  color: #ffffff !important;
}
html[theme='usdtGreen']
  ._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._today_pw3vv_555 {
  background-color: #21a57d;
  color: #ffffff !important;
}
._pickDateModalBox_pw3vv_416
  ._conetntBox_pw3vv_526
  ._itemBox_pw3vv_535
  ._inBox_pw3vv_542._disabled_pw3vv_582 {
  color: var(--color3);
  cursor: not-allowed;
}
._selectYearBox_pw3vv_587 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 690rem;
  height: 673rem;
  bottom: 30rem;
  border-radius: 10rem;
  background: white;
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.85));
}
._selectYearBox_pw3vv_587 ._topTitleBox_pw3vv_421 {
  width: 100%;
  height: 50rem;
  margin-top: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
._selectYearBox_pw3vv_587 ._topTitleBox_pw3vv_421 ._signInSpan_pw3vv_430 {
  font-weight: bold;
  font-size: 36rem;
  color: var(--title-color);
}
._selectYearBox_pw3vv_587 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 {
  height: 50rem;
  width: 50rem;
  right: 28rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
._selectYearBox_pw3vv_587 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 ._closeBtnIcon_pw3vv_449 {
  width: 24rem;
  height: 24rem;
}
._selectYearBox_pw3vv_587 ._topTitleBox_pw3vv_421 ._closeBtn_pw3vv_435 ._closeBtnIcon_pw3vv_449 * {
  fill: var(--icon-color);
}
._selectYearBox_pw3vv_587 ._contentBox_pw3vv_629 {
  width: 600rem;
  height: 520rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
}
._selectYearBox_pw3vv_587 ._contentBox_pw3vv_629 ._itemBox_pw3vv_535 {
  flex-shrink: 0;
  width: 110rem;
  height: 50rem;
  margin-right: 50rem;
  border: 1rem solid var(--light-color);
  color: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  margin-bottom: 20rem;
}
._selectYearBox_pw3vv_587 ._contentBox_pw3vv_629 ._itemBox_pw3vv_535:nth-child(4n + 4) {
  margin-right: 0rem;
}
._selectYearBox_pw3vv_587 ._contentBox_pw3vv_629 ._itemBox_pw3vv_535._active_pw3vv_659 {
  border: 0rem;
  background-color: var(--light-color);
  color: var(--color4);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1h4ya_3 * {
  fill: #054146;
}

._changeThemeBox_1h4ya_55 {
  position: absolute;
  z-index: 9999;
  background-color: white;
  right: 0rem;
  top: 0rem;
  cursor: pointer;
  border-radius: 10rem;
  padding: 10rem;
  color: green;
  display: flex;
  align-items: center;
  gap: 10rem;
}
html[dir='rtl'] ._changeThemeBox_1h4ya_55 {
  right: auto;
  left: 0rem;
}
._changeThemeBox_1h4ya_55 svg {
  width: 20rem;
}
._changeThemeBox_1h4ya_55 svg * {
  fill: green !important;
}
._changeThemeBox_1h4ya_55:active {
  transform: scale(0.95);
}

._theme_box_1h4ya_83 {
  position: absolute;
  top: 70rem;
  right: 0rem;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  width: 550rem;
  gap: 10rem;
  background-color: white;
  border-radius: 10rem;
  padding: 10rem;
  height: 800rem;
  overflow: auto;
}
html[dir='rtl'] ._theme_box_1h4ya_83 {
  right: auto;
  left: 0rem;
}
._theme_box_1h4ya_83 ._item_1h4ya_102 {
  border: 1rem solid green;
  color: green;
  padding: 10rem;
  border-radius: 10rem;
  cursor: pointer;
  display: flex;
  gap: 5rem;
}
._theme_box_1h4ya_83 ._item_1h4ya_102 svg {
  width: 20rem;
}
._theme_box_1h4ya_83 ._item_1h4ya_102 svg * {
  fill: green !important;
}
._theme_box_1h4ya_83 ._item_1h4ya_102:active {
  transform: scale(0.95);
}

._h5Temp_box_1h4ya_121 {
  position: absolute;
  top: 180rem;
  right: 0rem;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  width: 250rem;
  gap: 10rem;
  background-color: white;
  border-radius: 10rem;
  padding: 10rem;
  height: 120rem;
  overflow: auto;
}
._h5Temp_box_1h4ya_121 ._item_1h4ya_102 {
  border: 1rem solid green;
  color: green;
  padding: 10rem;
  border-radius: 10rem;
  height: 40rem;
  cursor: pointer;
  display: flex;
  gap: 5rem;
}
._h5Temp_box_1h4ya_121 ._item_1h4ya_102 svg {
  width: 20rem;
}
._h5Temp_box_1h4ya_121 ._item_1h4ya_102 svg * {
  fill: green !important;
}
._h5Temp_box_1h4ya_121 ._item_1h4ya_102:active {
  transform: scale(0.95);
}

._changePCBox_1h4ya_156 {
  position: absolute;
  top: 70rem;
  right: 0rem;
  z-index: 999;
  background-color: white;
  color: green;
  border-radius: 10rem;
  padding: 10rem;
  cursor: pointer;
}
html[dir='rtl'] ._changePCBox_1h4ya_156 {
  right: auto;
  left: 0rem;
}
._changePCBox_1h4ya_156:active {
  transform: scale(0.95);
}

._changeTempH5Box_1h4ya_175 {
  position: absolute;
  top: 120rem;
  right: 0rem;
  z-index: 999;
  background-color: white;
  color: green;
  border-radius: 10rem;
  padding: 10rem;
  cursor: pointer;
}
._changeTempH5Box_1h4ya_175:active {
  transform: scale(0.95);
}

._changeTempPCBox_1h4ya_190 {
  position: absolute;
  top: 175rem;
  right: 0rem;
  z-index: 999;
  background-color: white;
  color: green;
  border-radius: 10rem;
  padding: 10rem;
  cursor: pointer;
}
._changeTempPCBox_1h4ya_190:active {
  transform: scale(0.95);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1r9q9_3 * {
  fill: #054146;
}

._spin_1r9q9_55 {
  animation: _spin_1r9q9_55 1s linear infinite;
}

@keyframes _spin_1r9q9_55 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_36n7e_3 * {
  fill: #054146;
}

._showAllSVGBox_36n7e_55 {
  position: fixed;
  top: 0rem;
  left: 0rem;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 180rem;
  min-height: 200rem;
  justify-content: flex-end;
  z-index: 10000000000000000;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
._showAllSVGBox_36n7e_55 ._item_36n7e_72 {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
}
._showAllSVGBox_36n7e_55 ._item_36n7e_72 svg {
  width: 40rem;
}
._showAllSVGBox_36n7e_55 ._item_36n7e_72 span {
  font-size: 14rem;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_1txcw_3 * {
  fill: #054146;
}

._pop_box_1txcw_55 {
  z-index: 1000;
  position: absolute;
  padding: 20rem;
  background-color: #fff;
  border-radius: 10rem;
  border: 1rem solid #dbdbdb;
  color: #333;
}
._pop_box_1txcw_55 ._arrow_down_1txcw_64 {
  position: absolute;
  right: 15rem;
  bottom: -10rem;
  width: 20rem;
}
html[dir='rtl'] ._pop_box_1txcw_55 ._arrow_down_1txcw_64 {
  right: auto;
  left: 15rem;
}
._pop_box_1txcw_55 ._arrow_down_1txcw_64 * {
  stroke: #fff;
  fill: #fff;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_t5y6x_3 * {
  fill: #054146;
}

._h5_skeleton_t5y6x_55 {
  width: 100%;
  height: 100%;
}
._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 {
  width: 100%;
  height: 90rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
html[nested='1'] ._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 {
  width: 750rem;
  margin: auto;
}
._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 ._leftIcon_t5y6x_71 {
  width: 40rem;
  height: 40rem;
  border-radius: 20rem;
  margin-left: 20rem;
}
._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 ._rightBox_t5y6x_77 {
  display: flex;
  flex-direction: row;
}
._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 ._rightItemBox1_t5y6x_81 {
  width: 100rem;
  height: 54rem;
  margin-right: 30rem;
  border-radius: 12rem;
}
._h5_skeleton_t5y6x_55 ._headerBox_t5y6x_59 ._rightItemBox2_t5y6x_87 {
  width: 54rem;
  height: 54rem;
  margin-right: 20rem;
  border-radius: 30rem;
}
._h5_skeleton_t5y6x_55 ._carouselBox_t5y6x_93 {
  width: 710rem;
  height: 210rem;
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20rem;
}
._h5_skeleton_t5y6x_55 ._noticeBox_t5y6x_101 {
  margin-top: 40rem;
  width: 710rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
._h5_skeleton_t5y6x_55 ._noticeBox_t5y6x_101 ._noticeItemBox1_t5y6x_111 {
  width: 40rem;
  height: 40rem;
  border-radius: 40rem;
}
._h5_skeleton_t5y6x_55 ._noticeBox_t5y6x_101 ._noticeItemBox2_t5y6x_116 {
  width: 655rem;
  height: 20rem;
  border-radius: 10rem;
}
._h5_skeleton_t5y6x_55 ._typeSelectBox_t5y6x_121 {
  margin-top: 40rem;
  width: 710rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
._h5_skeleton_t5y6x_55 ._typeSelectBox_t5y6x_121 ._typeSelectItemBox_t5y6x_131 {
  width: 120rem;
  height: 60rem;
  border-radius: 12rem;
}
._h5_skeleton_t5y6x_55 ._gameLogoBox_t5y6x_136 {
  margin-top: 20rem;
  width: 710rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
._h5_skeleton_t5y6x_55 ._gameLogoBox_t5y6x_136 ._gameLogoItem1_t5y6x_146 {
  width: 40rem;
  height: 40rem;
  border-radius: 40rem;
}
._h5_skeleton_t5y6x_55 ._gameLogoBox_t5y6x_136 ._gameLogoItem2_t5y6x_151 {
  width: 100rem;
  height: 20rem;
  border-radius: 10rem;
  margin-left: 10rem;
}
._h5_skeleton_t5y6x_55 ._gameListBox_t5y6x_157 {
  margin-top: 20rem;
  width: 710rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
._h5_skeleton_t5y6x_55 ._gameListBox_t5y6x_157 ._gameListItemBox_t5y6x_168 {
  width: 218rem;
  height: 290rem;
  margin-bottom: 20rem;
  border-radius: 20rem;
}
/* 兼容笔记本设备显示 */
html[theme='blue'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #eab700;
}
html[theme='purple'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #fee004;
}
html[theme='whiteGreen'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #ffffff;
}
html[theme='whiteRed'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #cb3034;
}
html[theme='hermesOrange'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #551f0e;
}
html[theme='sk2'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #f5d470;
}
html[theme='whiteYellow'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #fffcd2;
}
html[theme='whitePink'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #fff45d;
}
html[theme='whiteBrown'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #fff;
}
html[theme='whitePurple'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #610862;
}
html[theme='burgundyRed'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] ._svg_theme_fill_color_ovjwc_3 * {
  fill: #054146;
}

._pc_skeleton_ovjwc_55 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 {
  width: 100%;
  height: 80rem;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._headerBoxInBox_ovjwc_65 {
  min-height: 80rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._logoItem_ovjwc_71 {
  width: 200rem;
  height: 30rem;
  border-radius: 20rem;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._contentBox_ovjwc_76 {
  width: 1200rem;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._contentBox_ovjwc_76 ._blanceBox_ovjwc_85 {
  width: 230rem;
  height: 40rem;
  border-radius: 20rem;
  margin-right: 20rem;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._contentBox_ovjwc_76 ._headerRightItemBox1_ovjwc_91 {
  width: 100rem;
  height: 40rem;
  margin-right: 20rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._contentBox_ovjwc_76 ._headerRightItemBox2_ovjwc_97 {
  width: 56rem;
  height: 56rem;
  margin-right: 20rem;
  border-radius: 20rem;
}
._pc_skeleton_ovjwc_55 ._headerBox_ovjwc_61 ._contentBox_ovjwc_76 ._headerRightItemBox3_ovjwc_103 {
  width: 150rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
._pc_skeleton_ovjwc_55
  ._headerBox_ovjwc_61
  ._contentBox_ovjwc_76
  ._headerRightItemBox3_ovjwc_103
  ._item3_1_ovjwc_111 {
  width: 50rem;
  height: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55
  ._headerBox_ovjwc_61
  ._contentBox_ovjwc_76
  ._headerRightItemBox3_ovjwc_103
  ._item3_2_ovjwc_116 {
  width: 150rem;
  height: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55 ._leftBox_ovjwc_121 {
  width: 240rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._pc_skeleton_ovjwc_55 ._rightBox_ovjwc_128 {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 {
  flex: 1;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._btmContentBoxIn_ovjwc_136 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._btmContentBoxIn_ovjwc_136 ._sliderBox_ovjwc_142 {
  width: 240rem;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 14rem;
  justify-content: flex-start;
  align-items: flex-start;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._btmContentBoxIn_ovjwc_136
  ._sliderBox_ovjwc_142
  ._sliderItemBox1_ovjwc_151 {
  display: inline-block;
  width: 100rem;
  height: 70rem;
  border-radius: 10rem;
  margin-right: 10rem;
  margin-top: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._btmContentBoxIn_ovjwc_136
  ._sliderBox_ovjwc_142
  ._sliderItemBox2_ovjwc_159 {
  width: 210rem;
  height: 60rem;
  margin-top: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._btmContentBoxIn_ovjwc_136
  ._sliderBox_ovjwc_142
  ._sliderItemBox3_ovjwc_165 {
  width: 210rem;
  height: 50rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._btmContentBoxIn_ovjwc_136
  ._sliderBox_ovjwc_142
  ._sliderItemBox3_ovjwc_165
  ._sliderItemBox3_1_ovjwc_174 {
  width: 30rem;
  height: 30rem;
  border-radius: 30rem;
  margin-right: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._btmContentBoxIn_ovjwc_136
  ._sliderBox_ovjwc_142
  ._sliderItemBox3_ovjwc_165
  ._sliderItemBox3_2_ovjwc_180 {
  width: 140rem;
  height: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._contentBox2_ovjwc_185 {
  width: 1200rem;
  margin: auto;
  margin-top: 20rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._contentBox2_ovjwc_185 ._carouselBox_ovjwc_193 {
  width: 1200rem;
  height: 250rem;
  position: relative;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._carouselBox_ovjwc_193
  ._underBox_ovjwc_198 {
  top: 25rem;
  position: absolute;
  width: 100%;
  height: 200rem;
  border-radius: 20rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._carouselBox_ovjwc_193
  ._upBox_ovjwc_205 {
  position: absolute;
  top: 0;
  left: 174rem;
  width: 848rem;
  height: 250rem;
  border-radius: 20rem;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._contentBox2_ovjwc_185 ._noticeBox_ovjwc_213 {
  width: 100%;
  height: 70rem;
  margin-top: 20rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._noticeBox_ovjwc_213
  ._noticeItemBox1_ovjwc_222 {
  width: 30rem;
  height: 30rem;
  border-radius: 30rem;
  margin-left: 20rem;
  margin-right: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._noticeBox_ovjwc_213
  ._noticeItemBox2_ovjwc_229 {
  width: 1120rem;
  height: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._contentBox2_ovjwc_185 ._typeSelectBox_ovjwc_234 {
  width: 100%;
  height: 100rem;
  margin-top: 20rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._typeSelectBox_ovjwc_234
  ._typeSelectItemBox_ovjwc_244 {
  width: 100rem;
  height: 60rem;
  border-radius: 10rem;
  margin-right: 20rem;
}
._pc_skeleton_ovjwc_55 ._btmContentBox_ovjwc_133 ._contentBox2_ovjwc_185 ._gameListBox_ovjwc_250 {
  width: 100%;
  height: fit-content;
  border-radius: 10rem;
  margin-top: 20rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._jockpotBox_ovjwc_256 {
  width: 1140rem;
  height: 253rem;
  margin-top: 20rem;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: auto;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264 {
  width: 1140rem;
  height: fit-content;
  margin-top: 20rem;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264
  ._gameItemTitleBox_ovjwc_274 {
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264
  ._gameItemTitleBox_ovjwc_274
  ._titleBox1_ovjwc_281 {
  width: 30rem;
  height: 30rem;
  border-radius: 30rem;
  margin-right: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264
  ._gameItemTitleBox_ovjwc_274
  ._titleBox2_ovjwc_287 {
  width: 100rem;
  height: 10rem;
  border-radius: 10rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264
  ._listItemBox_ovjwc_292 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20rem;
  gap: 24rem;
}
._pc_skeleton_ovjwc_55
  ._btmContentBox_ovjwc_133
  ._contentBox2_ovjwc_185
  ._gameListBox_ovjwc_250
  ._gameItemBox_ovjwc_264
  ._listItemBox_ovjwc_292
  ._gameItem_ovjwc_264 {
  width: 170rem;
  height: 226rem;
  border-radius: 20rem;
} /*
  设置通用字体
  F_Regu 无法加粗
  F_Bold 只有粗体
*/
@font-face {
  font-family: 'Roboto';
  src: url('/yq-br-prod/web1/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('/yq-br-prod/web1/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'HYYakuHei';
  src: url('/yq-br-prod/web1/fonts/HYYakuHei.ttf') format('truetype');
}

* {
  font-family: 'Roboto';
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 22rem;
}
[pc='2'] * {
  font-size: 20rem;
}
html,
body,
#root {
  width: 100vw;
  height: 100% !important;
  height: 100dvh !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
#fullScreen {
  width: 100%;
  height: 100%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-signin2 {
  width: 100%;
  height: 80rem;
}
.geetest_logo,
.geetest_box_logo,
.geetest_feedback {
  display: none !important;
}
#root {
  /* z-index: 10; */
}

/* 雪花飘落动画 */
.snow_down {
  position: fixed;
  left: 10vw;
  top: 100vh;
  animation-name: fall;
  animation-timing-function: linear; /* 设置缓动函数 */
  animation-duration: 15s; /* 动画持续时间为3秒 */
  z-index: 100;
  pointer-events: none;
}

/* 烟花特效 */
.flower_boom {
  position: fixed;
  z-index: 100;
  pointer-events: none;
}

/* 雪花飘落的动画 */
@keyframes fall {
  0% {
    transform: rotate(0deg) translateX(0rem);
    top: -120rem;
  }
  100% {
    top: 100vh;
    transform: rotate(720deg) translateX(30rem); /* 完成从顶部到底部的飘落 */
  }
}

/* 针对 Chrome、Safari、Edge、Opera */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 针对 Firefox */
input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}

#logRegBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000000000;
}
img {
  display: block;
}
input {
  outline: none;
  border: 0;
  background-color: transparent !important;
  background-clip: content-box;
  padding: 1rem;
}
input:focus {
  background: transparent;
  background-clip: content-box;
}
input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}

.button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.button:active {
  transform: scale(0.95);
}

/* 黑绿色主题配置修改 */
html[theme='black'],
html[theme='black'] body,
html[theme='black'] #root {
  background-color: #263040;
  color: #a7b7d7;
}
html[theme='black'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #161d29 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='black'] input::placeholder {
  color: rgba(167, 183, 215, 0.5);
}

/* 绿色主题配置修改 */
html[theme='blue'],
html[theme='blue'] body,
html[theme='blue'] #root {
  background-color: #5d98e2;
  color: #b5e4ff;
}
html[theme='blue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #015ed4 inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}
html[theme='blue'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* 白绿色主题配置修改 */
html[theme='whiteGreen'],
html[theme='whiteGreen'] body,
html[theme='whiteGreen'] #root {
  background-color: #e1e1e1;
  color: #1e8c58;
}
html[theme='whiteGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f5f5f5 inset !important;
  -webkit-text-fill-color: #333333;
}
html[theme='whiteGreen'] input::placeholder {
  color: #999999;
}

/* 紫色色主题配置修改 */
html[theme='purple'],
html[theme='purple'] body,
html[theme='purple'] #root {
  background-color: #89188a;
  color: rgba(255, 255, 255, 0.6);
}
html[theme='purple'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #5d085d inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='purple'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* 白红主题配置修改 */
html[theme='whiteRed'],
html[theme='whiteRed'] body,
html[theme='whiteRed'] #root {
  background-color: #ebebeb;
  color: #cb3034;
}
html[theme='whiteRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteRed'] input::placeholder {
  color: #9d9d9d;
}

/* 绿色主题配置修改 */
html[theme='oilyGreen'],
html[theme='oilyGreen'] body,
html[theme='oilyGreen'] #root {
  background-color: #3bac65;
  color: #c4ffd9;
}
html[theme='oilyGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #067831 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='oilyGreen'] input::placeholder {
  color: #87d1a2;
}

/* 范思哲黄色主题配置修改 */
html[theme='versaceYellow'],
html[theme='versaceYellow'] body,
html[theme='versaceYellow'] #root {
  background-color: #ffc930;
  color: #ffffff;
}
html[theme='versaceYellow'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f5b90c inset !important;
  -webkit-text-fill-color: #3f3f3f;
}
html[theme='versaceYellow'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* 蜜桃色主题配置修改 */
html[theme='lancomePeach'],
html[theme='lancomePeach'] #root {
  background-color: #e18878;
  color: #fff;
}

html[theme='lancomePeach'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #e18878 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='lancomePeach'] input::placeholder {
  color: #fee0e0;
}
/* 橙色主题配置修改 */
html[theme='hermesOrange'],
html[theme='hermesOrange'] body,
html[theme='hermesOrange'] #root {
  background-color: #ffbd89;
  color: #fff;
}
html[theme='hermesOrange'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f26e0a inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='hermesOrange'] input::placeholder {
  color: #ffbe8b;
}

/* 白蓝色主题配置修改 */
html[theme='whiteBlue'],
html[theme='whiteBlue'] body,
html[theme='whiteBlue'] #root {
  background-color: #acb8d3;
  color: #565656;
}
html[theme='whiteBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #333333;
}
html[theme='whiteBlue'] input::placeholder {
  color: #9d9d9d;
}

/* sk2色主题配置修改 */
html[theme='sk2'],
html[theme='sk2'] body,
html[theme='sk2'] #root {
  background-color: #cc2b32;
  color: #fff;
}
html[theme='sk2'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #c4242a inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='sk2'] input::placeholder {
  color: #ffc5c8;
}

/* 白黄色主题配置修改 */
html[theme='whiteYellow'],
html[theme='whiteYellow'] body,
html[theme='whiteYellow'] #root {
  background-color: #e7cf9d;
  color: #565656;
}
html[theme='whiteYellow'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteYellow'] input::placeholder {
  color: #9d9d9d;
}

/* 浅棕色主题配置修改 */
html[theme='lightBrown'],
html[theme='lightBrown'] body,
html[theme='lightBrown'] #root {
  background-color: #9a8156;
  color: #fff;
}
html[theme='lightBrown'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #9b8977 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='lightBrown'] input::placeholder {
  color: #e7d2c2;
}

/* 白橘色主题配置修改 */
html[theme='whiteOrange'],
html[theme='whiteOrange'] body,
html[theme='whiteOrange'] #root {
  background-color: #e5e4e5;
  color: #363333;
}
html[theme='whiteOrange'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f9f9f9 inset !important;
  -webkit-text-fill-color: #363333;
}
html[theme='whiteOrange'] input::placeholder {
  color: #9a9a9a;
}

/* furlaBlue主题配置修改 */
html[theme='furlaBlue'],
html[theme='furlaBlue'] body,
html[theme='furlaBlue'] #root {
  background-color: #abbbe9;
  color: #d4ddfe;
}
html[theme='furlaBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #5375d1 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='furlaBlue'] input::placeholder {
  color: #d4ddfe;
}

/* whitePink主题配置修改 */
html[theme='whitePink'],
html[theme='whitePink'] body,
html[theme='whitePink'] #root {
  background-color: #eac7c9;
  color: #ffc5c7;
}
html[theme='whitePink'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whitePink'] input::placeholder {
  color: #9d9d9d;
}

/* bvGreen主题配置修改 */
html[theme='bvGreen'],
html[theme='bvGreen'] body,
html[theme='bvGreen'] #root {
  background-color: #9cbe1f;
  color: #fff;
}
html[theme='bvGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #7b9a1e inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='bvGreen'] input::placeholder {
  color: #d1e676;
}
/* whiteBrown主题配置修改 */
html[theme='whiteBrown'],
html[theme='whiteBrown'] body,
html[theme='whiteBrown'] #root {
  background-color: #b6aa9c;
  color: #565656;
}
html[theme='whiteBrown'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteBrown'] input::placeholder {
  color: #9d9d9d;
}
/* AnnaSuiPurple主题配置修改 */
html[theme='AnnaSuiPurple'],
html[theme='AnnaSuiPurple'] body,
html[theme='AnnaSuiPurple'] #root {
  background-color: #a592c9;
  color: #fff;
}
html[theme='AnnaSuiPurple'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #6b53a2 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='AnnaSuiPurple'] input::placeholder {
  color: #bfa9cc;
}

/* whitePurple 主题配置修改 */
html[theme='whitePurple'],
html[theme='whitePurple'] body,
html[theme='whitePurple'] #root {
  background-color: #c197c1;
  color: #565656;
}
html[theme='whitePurple'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whitePurple'] input::placeholder {
  color: #9d9d9d;
}

/* burgundyRed 主题配置修改 */
html[theme='burgundyRed'],
html[theme='burgundyRed'] body,
html[theme='burgundyRed'] #root {
  background-color: #8f2b40;
  color: #fff;
}
html[theme='burgundyRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #630b20 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='burgundyRed'] input::placeholder {
  color: #e08ea3;
}
/* whiteDarkGreen 主题配置修改 */
html[theme='whiteDarkGreen'],
html[theme='whiteDarkGreen'] body,
html[theme='whiteDarkGreen'] #root {
  background-color: #4a6365;
  color: #323133;
}
html[theme='whiteDarkGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteDarkGreen'] input::placeholder {
  color: #9d9d9d;
}

/* greenGold 主题配置修改 */
html[theme='greenGold'],
html[theme='greenGold'] body,
html[theme='greenGold'] #root {
  background-color: #2a815f;
  color: #fff;
}
html[theme='greenGold'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #003e37 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='greenGold'] input::placeholder {
  color: #039685;
}

/* whiteBrownLauren 主题配置修改 */
html[theme='whiteBrownLauren'],
html[theme='whiteBrownLauren'] body,
html[theme='whiteBrownLauren'] #root {
  background-color: #cdcecf;
  color: #323133;
}
html[theme='whiteBrownLauren'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f9f9f9 inset !important;
  -webkit-text-fill-color: #323133;
}
html[theme='whiteBrownLauren'] input::placeholder {
  color: #9a9a9b;
}

/* whiteRedGucci 主题配置修改 */
html[theme='whiteRedGucci'],
html[theme='whiteRedGucci'] body,
html[theme='whiteRedGucci'] #root {
  background-color: #7d6067;
  color: #565656;
}
html[theme='whiteRedGucci'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteRedGucci'] input::placeholder {
  color: #9d9d9d;
}

/* embraerBlue 主题配置修改 */
html[theme='embraerBlue'],
html[theme='embraerBlue'] body,
html[theme='embraerBlue'] #root {
  background-color: #214a9c;
  color: #fff;
}
html[theme='embraerBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #082c71 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='embraerBlue'] input::placeholder {
  color: #6f97eb;
}

/* elsaPink 主题配置修改 */
html[theme='elsaPink'],
html[theme='elsaPink'] body,
html[theme='elsaPink'] #root {
  background-color: #ed89a5;
  color: #ffffff;
}
html[theme='elsaPink'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #c3607c inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='elsaPink'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* bvlgariBrown 主题配置修改 */
html[theme='bvlgariBrown'],
html[theme='bvlgariBrown'] body,
html[theme='bvlgariBrown'] #root {
  background-color: #836658;
  color: #ffffff;
}
html[theme='bvlgariBrown'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #634c42 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='bvlgariBrown'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* whiteBlack 主题配置修改 */
html[theme='whiteBlack'],
html[theme='whiteBlack'] body,
html[theme='whiteBlack'] #root {
  background-color: #898788;
  color: #565656;
}
html[theme='whiteBlack'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteBlack'] input::placeholder {
  color: #9d9d9d;
}

/* whiteBlueFendi 主题配置修改 */
html[theme='whiteBlueFendi'],
html[theme='whiteBlueFendi'] body,
html[theme='whiteBlueFendi'] #root {
  background-color: #d8d8d8;
  color: #565656;
}
html[theme='whiteBlueFendi'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='whiteBlueFendi'] input::placeholder {
  color: #9d9d9d;
}
/* venetaGrey 主题配置修改 */
html[theme='venetaGrey'],
html[theme='venetaGrey'] body,
html[theme='venetaGrey'] #root {
  background-color: #a0d3b3;
  color: #d8fee6;
}
html[theme='venetaGrey'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='venetaGrey'] input::placeholder {
  color: #a0d3b3;
}
/* martinPurple 主题配置修改 */
html[theme='martinPurple'],
html[theme='martinPurple'] body,
html[theme='martinPurple'] #root {
  background-color: #d1d1d1;
  color: #9a9a9b;
}
html[theme='martinPurple'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='martinPurple'] input::placeholder {
  color: #9a9a9b;
}
/* usdtGreen 主题配置修改 */
html[theme='usdtGreen'],
html[theme='usdtGreen'] body,
html[theme='usdtGreen'] #root {
  background-color: #64c0a4;
  color: #ffffff;
}
html[theme='usdtGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #21a57d inset !important;
  -webkit-text-fill-color: #89f1cd;
}
html[theme='usdtGreen'] input::placeholder {
  color: #89f1cd;
}

/* whiteGreenCindy 主题配置修改 */
html[theme='whiteGreenCindy'],
html[theme='whiteGreenCindy'] body,
html[theme='whiteGreenCindy'] #root {
  background-color: #a6b185;
  color: #565656;
}
html[theme='whiteGreenCindy'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f5f5f5 inset !important;
  -webkit-text-fill-color: #333333;
}
html[theme='whiteGreenCindy'] input::placeholder {
  color: #9d9d9d;
}

/* whiteGreenCindy 主题配置修改 */
html[theme='microsoftRed'],
html[theme='microsoftRed'] body,
html[theme='microsoftRed'] #root {
  background-color: #f47e62;
  color: rgba(255, 255, 255, 0.8);
}
html[theme='microsoftRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #d14d28 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='microsoftRed'] input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* whiteGreenCindy 主题配置修改 */
html[theme='celineBrownWhite'],
html[theme='celineBrownWhite'] body,
html[theme='celineBrownWhite'] #root {
  background-color: #887670;
  color: #565656;
}
html[theme='celineBrownWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='celineBrownWhite'] input::placeholder {
  color: #9d9d9d;
}

/* ferrariBlack 主题配置修改 */
html[theme='ferrariBlack'],
html[theme='ferrariBlack'] body,
html[theme='ferrariBlack'] #root {
  background-color: var(--theme-light-line-color);
  color: #68707b;
}
html[theme='ferrariBlack'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #1b1e22 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='ferrariBlack'] input::placeholder {
  color: #68707b;
}

/* ferrariBlack 主题配置修改 */
html[theme='burberryBlueWhite'],
html[theme='burberryBlueWhite'] body,
html[theme='burberryBlueWhite'] #root {
  background-color: #fff;
  color: #565656;
}
html[theme='burberryBlueWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='burberryBlueWhite'] input::placeholder {
  color: #9d9d9d;
}

/* windbellGreen 主题配置修改 */
html[theme='windbellGreen'],
html[theme='windbellGreen'] body,
html[theme='windbellGreen'] #root {
  background-color: #00ce47;
  color: #9ffdbd;
}
html[theme='windbellGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #00ad09 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='windbellGreen'] input::placeholder {
  color: #9ffdbd;
}

/* diorPurpleWhite 主题配置修改 */
html[theme='diorPurpleWhite'],
html[theme='diorPurpleWhite'] body,
html[theme='diorPurpleWhite'] #root {
  background-color: #d8d8d8;
  color: #565656;
}
html[theme='diorPurpleWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='diorPurpleWhite'] input::placeholder {
  color: #9d9d9d;
}

/* almondYellow 主题配置修改 */
html[theme='almondYellow'],
html[theme='almondYellow'] body,
html[theme='almondYellow'] #root {
  background-color: #eba470;
  color: #ffeac4;
}
html[theme='almondYellow'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #d48951 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='almondYellow'] input::placeholder {
  color: #ffeac4;
}

/* montblancBluewhite 主题配置修改 */
html[theme='montblancBluewhite'],
html[theme='montblancBluewhite'] body,
html[theme='montblancBluewhite'] #root {
  background-color: #d8d8d8;
  color: #565656;
}
html[theme='montblancBluewhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656;
}
html[theme='montblancBluewhite'] input::placeholder {
  color: #9d9d9d;
}
/* bondiBlue 主题配置修改 */
html[theme='bondiBlue'],
html[theme='bondiBlue'] body,
html[theme='bondiBlue'] #root {
  background-color: var(--theme-light-line-color);
  color: #fff;
}
html[theme='bondiBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #029fc5 inset !important;
  -webkit-text-fill-color: #fff;
}
html[theme='bondiBlue'] input::placeholder {
  color: var(--theme-tips);
}
/* wasabiYellowWhite 主题配置修改 */
html[theme='wasabiYellowWhite'],
html[theme='wasabiYellowWhite'] body,
html[theme='wasabiYellowWhite'] #root {
  background-color: #d8d8d8;
  color: #595959;
}
html[theme='wasabiYellowWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #f6f6f6 inset !important;
  -webkit-text-fill-color: #595959;
}
html[theme='wasabiYellowWhite'] input::placeholder {
  color: #9d9d9d;
}
/* gemRed 主题配置修改 */
html[theme='gemRed'],
html[theme='gemRed'] body,
html[theme='gemRed'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='gemRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='gemRed'] input::placeholder {
  color: var(--theme-tips);
}
/* coralPurpleWhite 主题配置修改 */
html[theme='coralPurpleWhite'],
html[theme='coralPurpleWhite'] body,
html[theme='coralPurpleWhite'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='coralPurpleWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='coralPurpleWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* elegantPinkWhite 主题配置修改 */
html[theme='elegantPinkWhite'],
html[theme='elegantPinkWhite'] body,
html[theme='elegantPinkWhite'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='elegantPinkWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='elegantPinkWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* lemonGreenWhite 主题配置修改 */
html[theme='lemonGreenWhite'],
html[theme='lemonGreenWhite'] body,
html[theme='lemonGreenWhite'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='lemonGreenWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='lemonGreenWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* caramelYelloWhite 主题配置修改 */
html[theme='caramelYelloWhite'],
html[theme='caramelYelloWhite'] body,
html[theme='caramelYelloWhite'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='caramelYelloWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='caramelYelloWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* camelliaRedWhite 主题配置修改 */
html[theme='camelliaRedWhite'],
html[theme='camelliaRedWhite'] body,
html[theme='camelliaRedWhite'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='camelliaRedWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='camelliaRedWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* coralPurple 主题配置修改 */
html[theme='coralPurple'],
html[theme='coralPurple'] body,
html[theme='coralPurple'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='coralPurple'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='coralPurple'] input::placeholder {
  color: var(--theme-tips);
}
/* armaniBlackRed 主题配置修改 */
html[theme='armaniBlackRed'],
html[theme='armaniBlackRed'] body,
html[theme='armaniBlackRed'] #root {
  background-color: var(--theme-home-linear-icon1);
  color: var(--theme-tite-color);
}
html[theme='armaniBlackRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='armaniBlackRed'] input::placeholder {
  color: var(--theme-tips);
}
/* astonMartinVioletti 主题配置修改 */
html[theme='astonMartinVioletti'],
html[theme='astonMartinVioletti'] body,
html[theme='astonMartinVioletti'] #root {
  background-color: var(--theme-light-line-color);
  color: var(--theme-tite-color);
}
html[theme='astonMartinVioletti'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='astonMartinVioletti'] input::placeholder {
  color: var(--theme-tips);
}
/* cartierBlueWhite 主题配置修改 */
html[theme='cartierBlueWhite'],
html[theme='cartierBlueWhite'] body,
html[theme='cartierBlueWhite'] #root {
  background-color: var(--theme-top-default-icon);
  color: var(--theme-tite-color);
}
html[theme='cartierBlueWhite'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='cartierBlueWhite'] input::placeholder {
  color: var(--theme-tips);
}
/* louisVuittonBlue 主题配置修改 */
html[theme='louisVuittonBlue'],
html[theme='louisVuittonBlue'] body,
html[theme='louisVuittonBlue'] #root {
  background-color: var(--theme-top-default-icon);
  color: var(--theme-tite-color);
}
html[theme='louisVuittonBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='louisVuittonBlue'] input::placeholder {
  color: var(--theme-tips);
}
/* newVersionRed 主题配置修改 */
html[theme='newVersionRed'],
html[theme='newVersionRed'] body,
html[theme='newVersionRed'] #root {
  background-color: #842239;
  color: var(--theme-tite-color);
}
html[theme='newVersionRed'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='newVersionRed'] input::placeholder {
  color: var(--theme-tips);
}

/* marrsGreen 主题配置修改 */
html[theme='marrsGreen'],
html[theme='marrsGreen'] body,
html[theme='marrsGreen'] #root {
  background-color: var(--theme-top-default-icon);
  color: var(--theme-tite-color);
}
html[theme='marrsGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='marrsGreen'] input::placeholder {
  color: var(--theme-tips);
}

/* kelinBlue 主题配置修改 */
html[theme='kelinBlue'],
html[theme='kelinBlue'] body,
html[theme='kelinBlue'] #root {
  background-color: var(--theme-search-icon);
  color: var(--theme-tite-color);
}
html[theme='kelinBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='kelinBlue'] input::placeholder {
  color: var(--theme-tips);
}

/* malachiteGreen 主题配置修改 */
html[theme='malachiteGreen'],
html[theme='malachiteGreen'] body,
html[theme='malachiteGreen'] #root {
  background-color: var(--theme-search-icon);
  color: var(--theme-tite-color);
}
html[theme='malachiteGreen'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='malachiteGreen'] input::placeholder {
  color: var(--theme-tips);
}

/* royalBlue 主题配置修改 */
html[theme='royalBlue'],
html[theme='royalBlue'] body,
html[theme='royalBlue'] #root {
  background-color: var(--theme-default-icon);
  color: var(--theme-tite-color);
}
html[theme='royalBlue'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='royalBlue'] input::placeholder {
  color: var(--theme-tips);
}

/* amberYellow 主题配置修改 */
html[theme='amberYellow'],
html[theme='amberYellow'] body,
html[theme='amberYellow'] #root {
  background-color: var(--theme-default-icon);
  color: var(--theme-tite-color);
}
html[theme='amberYellow'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='amberYellow'] input::placeholder {
  color: var(--theme-tips);
}

/* citrusColor 主题配置修改 */
html[theme='citrusColor'],
html[theme='citrusColor'] body,
html[theme='citrusColor'] #root {
  background-color: var(--theme-default-icon);
  color: var(--theme-tite-color);
}
html[theme='citrusColor'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw var(--theme-template-color) inset !important;
  -webkit-text-fill-color: var(--theme-tite-color);
}
html[theme='citrusColor'] input::placeholder {
  color: var(--theme-tips);
}
/* 兼容笔记本设备显示 */
html[theme='blue'] .svg_theme_fill_color * {
  fill: #eab700;
}
html[theme='purple'] .svg_theme_fill_color * {
  fill: #ffdc82;
}
html[theme='oilyGreen'] .svg_theme_fill_color * {
  fill: #fee004;
}
html[theme='whiteGreen'] .svg_theme_fill_color * {
  fill: #1e8c58;
}
html[theme='versaceYellow'] .svg_theme_fill_color * {
  fill: #ffffff;
}
html[theme='whiteRed'] .svg_theme_fill_color * {
  fill: #cb3034;
}
html[theme='hermesOrange'] .svg_theme_fill_color * {
  fill: #551f0e;
}
html[theme='sk2'] .svg_theme_fill_color * {
  fill: #f5d470;
}
html[theme='whiteYellow'] .svg_theme_fill_color * {
  fill: #df9a1c;
}
html[theme='furlaBlue'] .svg_theme_fill_color * {
  fill: #fffcd2;
}
html[theme='whitePink'] .svg_theme_fill_color * {
  fill: #ef7a7b;
}
html[theme='bvGreen'] .svg_theme_fill_color * {
  fill: #fff45d;
}
html[theme='whiteBrown'] .svg_theme_fill_color * {
  fill: #927d6a;
}
html[theme='AnnaSuiPurple'] .svg_theme_fill_color * {
  fill: #fff;
}
html[theme='whitePurple'] .svg_theme_fill_color * {
  fill: #610862;
}
html[theme='burgundyRed'] .svg_theme_fill_color * {
  fill: #fe3856;
}
html[theme='whiteDarkGreen'] .svg_theme_fill_color * {
  fill: #054146;
}
[theme='windbellGreen'] {
  --theme-withdraw-money: #00ff62;
  --theme-sidebar-color: #00c335;
  --theme-money: #ffc700;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff5d3a;
  --theme-default-icon: #daffd8;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #77a900;
  --theme-tite-color: #fff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #0ab744;
  --theme-main-color: #e6fb00;
  --theme-header-color: #00b72e;
  --theme-top-bar: #0ca60e;
  --theme-bg-color: #159942;
  --theme-template-color: #00ad09;
  --theme-search-icon: #9afdbc;
  --theme-reduce-money: #00ff62;
  --theme-tips: #9ffdbd;
  --theme-rises-money: #00ff62;
  --theme-white-color: #fff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #d7ffa8;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #0a950c;
  --theme-top-default-icon: #9ad997;
  --theme-top-button-text1: #77a900;
  --theme-top-button-text2: #c2d20a;
  --theme-top-money: #ffc700;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #c1d10a;
  --theme-home-linear-icon1: #159942;
  --theme-home-linear-icon2: #00b00a;
  --theme-home-icon2: #c2d20a;
  --theme-home-linear-btn1: #159942;
  --theme-home-linear-btn2: #00b00a;
  --theme-pc-title-icon: #000;
}
/*
var(--theme-money);
**/
[theme='black'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #1f2837;
  --theme-money: #fed205;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e0153a;
  --theme-default-icon: #a7b7d7;
  --theme-float: rgba(182, 201, 244, 0.1);
  --theme-top-button: #1f2837;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: #2d343e;
  --theme-light-line-color: rgba(255, 255, 255, 0.3);
  --theme-main-color: #2fa33f;
  --theme-header-color: #1f2837;
  --theme-top-bar: #18212f;
  --theme-bg-color: #0d131c;
  --theme-template-color: #161d29;
  --theme-search-icon: #a7b7d7;
  --theme-reduce-money: #e0153a;
  --theme-tips: #717e97;
  --theme-rises-money: #fed205;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #94b6d2;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #18242f;
  --theme-top-default-icon: #a7b7d7;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #2fa33f;
  --theme-top-money: #fded06;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #2fa33f;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #2fa33f;
  --theme-home-linear-btn1: #272d37;
  --theme-home-linear-btn2: #161d29;
  --theme-pc-title-icon: #fff;
}
[theme='blue'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #2b7de4;
  --theme-money: #eab700;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ed463f;
  --theme-default-icon: #b5e4ff;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #152837;
  --theme-text-button: #1f2837;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: rgba(255, 255, 255, 0.3);
  --theme-main-color: #eab700;
  --theme-header-color: #2b7dea;
  --theme-top-bar: #015ed4;
  --theme-bg-color: #2078e5;
  --theme-template-color: #186cd5;
  --theme-search-icon: #2fe6ff;
  --theme-reduce-money: #2bdf44;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #ff5851;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #98eaf5;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #015ed4;
  --theme-top-default-icon: #b5e4ff;
  --theme-top-button-text1: #1f2837;
  --theme-top-button-text2: #daac08;
  --theme-top-money: #eab700;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #f1dc28;
  --theme-home-linear-icon1: #4191ff;
  --theme-home-linear-icon2: #0071ff;
  --theme-home-icon2: #e9b10d;
  --theme-home-linear-btn1: #2078e5;
  --theme-home-linear-btn2: #186cd5;
  --theme-pc-title-icon: #fff;
}
[theme='diorPurpleWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #b5a4df;
  --theme-float: rgba(255, 179, 187, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #8165c2;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #8165c2;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #999a9b;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #b5a4df;
  --theme-sidebar-icon: #b5a4df;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #d0befe;
  --theme-top-button-text1: #8165c2;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #d0befe;
  --theme-home-icon1: #b5a4df;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #8165c2;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='whiteGreen'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ffaa09;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e0153a;
  --theme-default-icon: #158058;
  --theme-float: #f5f5f5;
  --theme-top-button: #ffffff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #133333;
  --theme-line-color: rgba(255, 255, 255, 0.5);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #1e8c58;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #076237;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f5f5f5;
  --theme-search-icon: #1e8058;
  --theme-reduce-money: #e0153a;
  --theme-tips: #999999;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #5bbc90;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #5bbc90;
  --theme-top-button-text1: #076237;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #69d4a3;
  --theme-home-icon1: #5bbc90;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #1e8c58;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='purple'] {
  --theme-withdraw-money: #2bdf44;
  --theme-sidebar-color: #7d1b7e;
  --theme-money: #f6a42d;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e0153a;
  --theme-default-icon: rgba(255, 255, 255, 0.7);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #ffffff;
  --theme-text-button: #5e095d;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.32);
  --theme-light-line-color: rgba(255, 255, 255, 0.32);
  --theme-main-color: #fedc82;
  --theme-header-color: #7d1b7e;
  --theme-top-bar: #4d024f;
  --theme-bg-color: #791079;
  --theme-template-color: #5d085d;
  --theme-search-icon: #f077f9;
  --theme-reduce-money: #2bdf44;
  --theme-tips: rgba(255, 255, 255, 0.7);
  --theme-rises-money: #ff5851;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.6);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.6);
  --theme-footer-bg-color: #5d085d;
  --theme-top-default-icon: rgba(255, 255, 255, 0.6);
  --theme-top-button-text1: #4d024f;
  --theme-top-button-text2: #ffdc82;
  --theme-top-money: #f6a42d;
  --theme-person-text: rgba(0, 0, 0, 0.44);
  --theme-home-icon1: #ffdc82;
  --theme-home-linear-icon1: #791079;
  --theme-home-linear-icon2: #5d085d;
  --theme-home-icon2: #f8d57b;
  --theme-home-linear-btn1: #791079;
  --theme-home-linear-btn2: #5d085d;
  --theme-pc-title-icon: #fff;
}
[theme='oilyGreen'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #058536;
  --theme-money: #ffaa09;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #caffd9;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #067831;
  --theme-text-button: #067831;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #3bac65;
  --theme-main-color: #fee004;
  --theme-header-color: #0c913f;
  --theme-top-bar: #0d5e2b;
  --theme-bg-color: #0c913f;
  --theme-template-color: #067831;
  --theme-search-icon: #caffd9;
  --theme-reduce-money: #e0153a;
  --theme-tips: #87d1a2;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #e2ffc4;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #0d5e2b;
  --theme-top-default-icon: #fee7ca;
  --theme-top-button-text1: #067831;
  --theme-top-button-text2: #fee004;
  --theme-top-money: #ffaa09;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #fee004;
  --theme-home-linear-icon1: #0c913f;
  --theme-home-linear-icon2: #067831;
  --theme-home-icon2: #fee004;
  --theme-home-linear-btn1: #0c913f;
  --theme-home-linear-btn2: #067831;
  --theme-pc-title-icon: #fff;
}
[theme='versaceYellow'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fec626;
  --theme-money: #fff104;
  --theme-unclickable: #e6aa07;
  --theme-error: #ea4e3d;
  --theme-default-icon: #fff7e0;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #ffffff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: #ffe08a;
  --theme-light-line-color: #ffe08a;
  --theme-main-color: #212121;
  --theme-header-color: #ffcd3e;
  --theme-top-bar: #f2a200;
  --theme-bg-color: #f4b807;
  --theme-template-color: #f5b90b;
  --theme-search-icon: #fff7e0;
  --theme-reduce-money: #e0153a;
  --theme-tips: #fff0c1;
  --theme-rises-money: #fff500;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #ffe1dd;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #f4b305;
  --theme-top-default-icon: #fff7e0;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #212121;
  --theme-top-money: #fff104;
  --theme-person-text: rgba(255, 255, 255, 0.4);
  --theme-home-icon1: #212121;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #212121;
  --theme-home-linear-btn1: #e6b938;
  --theme-home-linear-btn2: #f5b90b;
  --theme-pc-title-icon: #fff;
  --border-color: #ffc930;
  --color-icon-2: #212121;
  --theme-bg-1: #fed156;
}
[theme='lancomePeach'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ca6251;
  --theme-money: #f4da80;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ed0002;
  --theme-default-icon: rgba(255, 255, 255, 0.8);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #df6061;
  --theme-text-button: #df6061;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: rgba(255, 255, 255, 0.4);
  --theme-main-color: #ffe34f;
  --theme-header-color: #ac5040;
  --theme-top-bar: #ab4a39;
  --theme-bg-color: #ab4b3a;
  --theme-template-color: #ab4a39;
  --theme-search-icon: #fee0e0;
  --theme-reduce-money: #76e886;
  --theme-tips: #fee0e0;
  --theme-rises-money: #f4da80;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #e18878;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #c86439;
  --theme-top-button-text2: #ffe34f;
  --theme-top-money: #f4da80;
  --theme-person-text: rgba(0, 0, 0, 0.44);
  --theme-home-icon1: #ffe2c9;
  --theme-home-linear-icon1: #f59e8f;
  --theme-home-linear-icon2: #e18878;
  --theme-home-icon2: #f7d6ba;
  --theme-home-linear-btn1: #f59e8f;
  --theme-home-linear-btn2: #e18878;
  --theme-pc-title-icon: #fff;
  --border-color: #e38979;
  --color-icon-2: #ffffff;
  --theme-bg-1: #d57564;
}
[theme='whiteYellow'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ff6600;
  --theme-unclickable: #c0c0c0;
  --theme-error: #d92c1b;
  --theme-default-icon: #9a6a16;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #df9a1c;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #df9a1c;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #ffd589;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #9a6a16;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #ffd589;
  --theme-top-button-text1: #df9a1c;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffd589;
  --theme-home-icon1: #9a6a16;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #df9a1c;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='sk2'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #d72a30;
  --theme-money: #ffaa09;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ffe209;
  --theme-default-icon: #ffc5c8;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #ffc5c8;
  --theme-text-button: #c4242a;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: rgba(255, 255, 255, 0.4);
  --theme-main-color: #f5d470;
  --theme-header-color: #d73138;
  --theme-top-bar: #9d1d22;
  --theme-bg-color: #e13c43;
  --theme-template-color: #c4242a;
  --theme-search-icon: rgba(255, 255, 255, 0.72);
  --theme-reduce-money: #66ffa1;
  --theme-tips: #ffc5c8;
  --theme-rises-money: #fee004;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #ffc5c8;
  --theme-sidebar-icon: #ffc5c8;
  --theme-footer-bg-color: #c4242a;
  --theme-top-default-icon: #fdb3b7;
  --theme-top-button-text1: #9d1d22;
  --theme-top-button-text2: #f5d470;
  --theme-top-money: #ffaa09;
  --theme-person-text: rgba(0, 0, 0, 0.44);
  --theme-home-icon1: #f5d470;
  --theme-home-linear-icon1: #e13c43;
  --theme-home-linear-icon2: #c4242a;
  --theme-home-icon2: #eaca69;
  --theme-home-linear-btn1: #e13c43;
  --theme-home-linear-btn2: #c4242a;
  --theme-pc-title-icon: #fff;
}
[theme='whiteOrange'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #f4bd36;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #ffd29a;
  --theme-float: #e9e9e9;
  --theme-top-button: #f37509;
  --theme-text-button: #ffffff;
  --theme-tite-color: #363333;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #e5e4e5;
  --theme-main-color: #fa9447;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #f37509;
  --theme-bg-color: #f3f3f3;
  --theme-template-color: #f9f9f9;
  --theme-search-icon: #e5e4e5;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9a9a9a;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #ffb77c;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #ffd2ad;
  --theme-top-button-text1: #f37509;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffd2ad;
  --theme-home-icon1: #ffb77c;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #fa9447;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='hermesOrange'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fa831d;
  --theme-money: #fded06;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e60101;
  --theme-default-icon: #fee7ca;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #febd89;
  --theme-main-color: #551f0e;
  --theme-header-color: #fc9e4f;
  --theme-top-bar: #f26305;
  --theme-bg-color: #f48e39;
  --theme-template-color: #ec7215;
  --theme-search-icon: #fec08c;
  --theme-reduce-money: #e0153a;
  --theme-tips: #ffbe8b;
  --theme-rises-money: #fded06;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #fff2d6;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #f26305;
  --theme-top-default-icon: #fee7ca;
  --theme-top-button-text1: #ffffff;
  --theme-top-button-text2: #551f0e;
  --theme-top-money: #fded06;
  --theme-person-text: #fc9e4f;
  --theme-home-icon1: #551f0e;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #551f0e;
  --theme-home-linear-btn1: #f48e39;
  --theme-home-linear-btn2: #ec7215;
  --theme-pc-title-icon: #fff;
}
[theme='lightBrown'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #7b6032;
  --theme-money: #ffd600;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #dccba7;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #9b8977;
  --theme-tite-color: #dccba7;
  --theme-line-color: #9a8156;
  --theme-light-line-color: #b7a697;
  --theme-main-color: #ecb267;
  --theme-header-color: #ad9986;
  --theme-top-bar: #55411d;
  --theme-bg-color: #886b38;
  --theme-template-color: #70552d;
  --theme-search-icon: #e5d2c0;
  --theme-reduce-money: #e0153a;
  --theme-tips: #e7d2c2;
  --theme-rises-money: #ffd600;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #f4cdb0;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #8c7a66;
  --theme-top-default-icon: #fff7e0;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #ecb267;
  --theme-top-money: #ffd600;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #adb6c3;
  --theme-home-linear-icon1: #ffdf9a;
  --theme-home-linear-icon2: #f0c059;
  --theme-home-icon2: #6d7481;
  --theme-home-linear-btn1: #a49485;
  --theme-home-linear-btn2: #9b8977;
  --theme-pc-title-icon: #fff;
  --border-color: #9a8156;
  --color-icon-2: #dccba7;
  --theme-bg-1: #886b38;
}
[theme='furlaBlue'] {
  --theme-withdraw-money: #51de85;
  --theme-sidebar-color: #7996e3;
  --theme-money: #f9b205;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94d3d;
  --theme-default-icon: rgba(255, 255, 255, 0.6);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #4969c2;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: rgba(255, 255, 255, 0.3);
  --theme-main-color: #fffcd2;
  --theme-header-color: #7996e3;
  --theme-top-bar: #4969c2;
  --theme-bg-color: #8eabfa;
  --theme-template-color: #5375d1;
  --theme-search-icon: rgba(255, 255, 255, 0.72);
  --theme-reduce-money: #51de85;
  --theme-tips: #d4ddfe;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.6);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.6);
  --theme-footer-bg-color: #5375d1;
  --theme-top-default-icon: rgba(255, 255, 255, 0.6);
  --theme-top-button-text1: #4969c2;
  --theme-top-button-text2: #fffcd2;
  --theme-top-money: #f9b205;
  --theme-person-text: rgba(0, 0, 0, 0.52);
  --theme-home-icon1: #fffcd2;
  --theme-home-linear-icon1: #8eabfa;
  --theme-home-linear-icon2: #5375d1;
  --theme-home-icon2: #f7f4c5;
  --theme-home-linear-btn1: #8eacfa;
  --theme-home-linear-btn2: #5375d1;
  --theme-pc-title-icon: #fff;
}
[theme='whitePink'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #f88486;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #fdaaae;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #fff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #fcacad;
  --theme-main-color: #ffe1c9;
  --theme-header-color: #fff;
  --theme-top-bar: #df6061;
  --theme-bg-color: #ee7879;
  --theme-template-color: #ee7879;
  --theme-search-icon: #f2cdd1;
  --theme-reduce-money: #1cc245;
  --theme-tips: #ffc5c7;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #fff;
  --theme-sidebar-icon: #fdaaae;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #f2cdd1;
  --theme-top-button-text1: #ee777d;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #f2cdd1;
  --theme-home-icon1: #fdaaae;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #ef7a7b;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
  --border-color: #fcacad;
  --color-icon-2: #fff;
  --theme-bg-1: #f59e8f;
}
[theme='bvGreen'] {
  --theme-withdraw-money: #00e717;
  --theme-sidebar-color: #88aa22;
  --theme-money: #ff8a00;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #f2fbb7;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #7b9a1e;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #9cbe1f;
  --theme-main-color: #fff45d;
  --theme-header-color: #9cba43;
  --theme-top-bar: #5c780b;
  --theme-bg-color: #8ba638;
  --theme-template-color: #7b9a1e;
  --theme-search-icon: #d1e676;
  --theme-reduce-money: #e0153a;
  --theme-tips: #d1e676;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #e0f681;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #5c780b;
  --theme-top-default-icon: #fff7e0;
  --theme-top-button-text1: #7b9a1e;
  --theme-top-button-text2: #fff45d;
  --theme-top-money: #ff8a00;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #fff45d;
  --theme-home-linear-icon1: #6f9400;
  --theme-home-linear-icon2: #749b00;
  --theme-home-icon2: #e3d300;
  --theme-home-linear-btn1: #8ba638;
  --theme-home-linear-btn2: #7b9a1e;
  --theme-pc-title-icon: #fff;
}
[theme='whiteBrown'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #c8ae94;
  --theme-float: #e9e9e9;
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #927d6a;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #8c7a66;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #d0c3b1;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #c8ae94;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #e3d5c2;
  --theme-top-button-text1: #8c7a66;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #e3d5c2;
  --theme-home-icon1: #c8ae94;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #927d6a;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='AnnaSuiPurple'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #755cad;
  --theme-money: #ffdc82;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94c3d;
  --theme-default-icon: rgba(255, 255, 255, 0.72);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #8870b8;
  --theme-text-button: #8870b8;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.24);
  --theme-light-line-color: rgba(255, 255, 255, 0.24);
  --theme-main-color: #fff;
  --theme-header-color: #8870b8;
  --theme-top-bar: #58418c;
  --theme-bg-color: #8870b8;
  --theme-template-color: #6b53a2;
  --theme-search-icon: rgba(255, 255, 255, 0.72);
  --theme-reduce-money: #1bc246;
  --theme-tips: #bfa9cc;
  --theme-rises-money: #f9b205;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #6b53a2;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #58418c;
  --theme-top-button-text2: #fff;
  --theme-top-money: #ffdc82;
  --theme-person-text: rgba(0, 0, 0, 0.52);
  --theme-home-icon1: #ffffff;
  --theme-home-linear-icon1: #8870b8;
  --theme-home-linear-icon2: #6b53a2;
  --theme-home-icon2: #fff7f7;
  --theme-home-linear-btn1: #8870b8;
  --theme-home-linear-btn2: #6b53a2;
  --theme-pc-title-icon: #fff;
  --border-color: #7862ab;
  --color-icon-2: #fff;
  --theme-bg-1: #886fb8;
}
[theme='whitePurple'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #d765de;
  --theme-float: #e9e9e9;
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #610862;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #610c61;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #ffaeff;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #d765de;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #ffaeff;
  --theme-top-button-text1: #610c61;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffaeff;
  --theme-home-icon1: #d765de;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #610862;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='burgundyRed'] {
  --theme-withdraw-money: #00bdae;
  --theme-sidebar-color: #781830;
  --theme-money: #f7bb32;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e02743;
  --theme-default-icon: #e08ea3;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #feffff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.24);
  --theme-light-line-color: #8f2b40;
  --theme-main-color: #fe3856;
  --theme-header-color: #811e35;
  --theme-top-bar: #630b20;
  --theme-bg-color: #781830;
  --theme-template-color: #630b20;
  --theme-search-icon: #e08ea3;
  --theme-reduce-money: #00bdae;
  --theme-tips: #e08ea3;
  --theme-rises-money: #f7bb32;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #e08ea3;
  --theme-sidebar-icon: #e08ea3;
  --theme-footer-bg-color: #630b20;
  --theme-top-default-icon: #ffa4bb;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #e52c48;
  --theme-top-money: #f7bb32;
  --theme-person-text: rgba(255, 255, 255, 0.52);
  --theme-home-icon1: #e52c48;
  --theme-home-linear-icon1: #781830;
  --theme-home-linear-icon2: #630b20;
  --theme-home-icon2: #db1e3b;
  --theme-home-linear-btn1: #781830;
  --theme-home-linear-btn2: #630b20;
  --theme-pc-title-icon: #fff;
}
[theme='whiteDarkGreen'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fafafa;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #23919c;
  --theme-float: #e9e9e9;
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #054146;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #054146;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #67b5bc;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #23919c;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #67b5bc;
  --theme-top-button-text1: #054146;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #67b5bc;
  --theme-home-icon1: #23919c;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #054146;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='greenGold'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #26634a;
  --theme-money: #f9fd4e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #4fcabc;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #00352f;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #05584f;
  --theme-main-color: #f9fd4e;
  --theme-header-color: #08655b;
  --theme-top-bar: #164633;
  --theme-bg-color: #194c38;
  --theme-template-color: #194c38;
  --theme-search-icon: #4ec7b9;
  --theme-reduce-money: #e0153a;
  --theme-tips: #039685;
  --theme-rises-money: #fed600;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #64ecc1;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #00352f;
  --theme-top-default-icon: #fff7e0;
  --theme-top-button-text1: #00352f;
  --theme-top-button-text2: #f9fd4e;
  --theme-top-money: #ffd600;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #194c38;
  --theme-home-linear-icon1: #f9fd4e;
  --theme-home-linear-icon2: #f9fd4e;
  --theme-home-icon2: #194c38;
  --theme-home-linear-btn1: #014d45;
  --theme-home-linear-btn2: #003e37;
  --theme-pc-title-icon: #fff;
  --border-color: #2a815f;
  --color-icon-2: #7db39e;
  --theme-bg-1: #22674b;
}
[theme='whiteBrownLauren'] {
  --theme-withdraw-money: #1cc245;
  --theme-sidebar-color: #fafafa;
  --theme-money: #f9b105;
  --theme-unclickable: #c0c0c0;
  --theme-error: #fd5048;
  --theme-default-icon: #cb9878;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #323133;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #cdcecf;
  --theme-main-color: #9c6638;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #a95e34;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #cb9878;
  --theme-reduce-money: #ee4e3f;
  --theme-tips: #9a9a9b;
  --theme-rises-money: #f9b105;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #cb9878;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #ffc4a0;
  --theme-top-button-text1: #a95e34;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffc4a0;
  --theme-home-icon1: #cb9878;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #9c6638;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='whiteRedGucci'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fafafa;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #b9919c;
  --theme-float: #e9e9e9;
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #520e23;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #650022;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #ba9ca2;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #b9919c;
  --theme-sidebar-icon: #b9919c;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #b9919c;
  --theme-top-button-text1: #650c22;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #b9919c;
  --theme-home-icon1: #b99b9c;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #520e23;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='embraerBlue'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #0c3589;
  --theme-money: #ffd600;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #ffefe0;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #fff;
  --theme-line-color: #002744;
  --theme-light-line-color: #214a9c;
  --theme-main-color: #04ccf3;
  --theme-header-color: #174196;
  --theme-top-bar: #031e3b;
  --theme-bg-color: #002744;
  --theme-template-color: #002744;
  --theme-search-icon: #b9c8e9;
  --theme-reduce-money: #e0153a;
  --theme-tips: #6f97eb;
  --theme-rises-money: #ffd600;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04ccf3;
  --theme-sidebar-text: #b9cbff;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #092c71;
  --theme-top-default-icon: #ffefe0;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #04ccf3;
  --theme-top-money: #ffd600;
  --theme-person-text: rgba(255, 255, 255, 0.6);
  --theme-home-icon1: #04ccf3;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #04ccf3;
  --theme-home-linear-btn1: #0c3588;
  --theme-home-linear-btn2: #082c71;
  --theme-pc-title-icon: #fff;
  --border-color: #034570;
  --color-icon-2: #5b8fa7;
  --theme-bg-1: #02385a;
}
[theme='elsaPink'] {
  --theme-withdraw-money: #3fcd39;
  --theme-sidebar-color: #d36684;
  --theme-money: #ffd205;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff9495;
  --theme-default-icon: rgba(255, 255, 255, 0.8);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #b94b6b;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.24);
  --theme-light-line-color: rgba(255, 255, 255, 0.24);
  --theme-main-color: #fff0bc;
  --theme-header-color: #d36684;
  --theme-top-bar: #b94b6b;
  --theme-bg-color: #d57490;
  --theme-template-color: #c3607c;
  --theme-search-icon: #febec3;
  --theme-reduce-money: #3fcd39;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #ffd205;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #c3607c;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #b94b6b;
  --theme-top-button-text2: #fff0bc;
  --theme-top-money: #ffd205;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #fff0bc;
  --theme-home-linear-icon1: #d57490;
  --theme-home-linear-icon2: #c3607c;
  --theme-home-icon2: #f1e1aa;
  --theme-home-linear-btn1: #d57490;
  --theme-home-linear-btn2: #c3607c;
  --theme-pc-title-icon: #fff;
}
[theme='bvlgariBrown'] {
  --theme-withdraw-money: #25a620;
  --theme-sidebar-color: #745a4e;
  --theme-money: #f9b205;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94d3d;
  --theme-default-icon: rgba(255, 255, 255, 0.6);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #57433a;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.36);
  --theme-light-line-color: rgba(255, 255, 255, 0.36);
  --theme-main-color: #feae8a;
  --theme-header-color: #73594d;
  --theme-top-bar: #3a2f2a;
  --theme-bg-color: #544038;
  --theme-template-color: #634c42;
  --theme-search-icon: #c2b5b2;
  --theme-reduce-money: #25a620;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #f9b205;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.6);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.6);
  --theme-footer-bg-color: #634c42;
  --theme-top-default-icon: rgba(255, 255, 255, 0.6);
  --theme-top-button-text1: #3a2f2a;
  --theme-top-button-text2: #feae8a;
  --theme-top-money: #f9b205;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #feae8a;
  --theme-home-linear-icon1: #544038;
  --theme-home-linear-icon2: #634c42;
  --theme-home-icon2: #f5a581;
  --theme-home-linear-btn1: #544038;
  --theme-home-linear-btn2: #634c42;
  --theme-pc-title-icon: #fff;
}
[theme='whiteBlack'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #9d9d9d;
  --theme-float: rgba(0, 0, 0, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #000000;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #000000;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #9b9a9a;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #fff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9d9d9d;
  --theme-sidebar-icon: #9d9d9d;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #9d9d9d;
  --theme-top-button-text1: #000;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #9d9d9d;
  --theme-home-icon1: #9d9d9d;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #000000;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='whiteBlueFendi'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fafafa;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #6bccfa;
  --theme-float: #e9e9e9;
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #11a3ea;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #0d9fe8;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #2fe6ff;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #6bccfa;
  --theme-sidebar-icon: #6bccfa;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #2fe6ff;
  --theme-top-button-text1: #0d9fe8;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #2fe6ff;
  --theme-home-icon1: #6bccfa;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #11a3ea;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='venetaGrey'] {
  --theme-withdraw-money: #00e717;
  --theme-sidebar-color: #759882;
  --theme-money: #f5bb30;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #d8fee6;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #d8fee6;
  --theme-text-button: #648872;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #9aafa1;
  --theme-main-color: #f3e7cb;
  --theme-header-color: #587c65;
  --theme-top-bar: #537760;
  --theme-bg-color: #799b86;
  --theme-template-color: #648872;
  --theme-search-icon: #d7fde5;
  --theme-reduce-money: #e0153a;
  --theme-tips: #a0d3b3;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #d8ffe0;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #537760;
  --theme-top-default-icon: #d8fee6;
  --theme-top-button-text1: #648872;
  --theme-top-button-text2: #f3e7cb;
  --theme-top-money: #f5bb30;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #f3e7cb;
  --theme-home-linear-icon1: #799b86;
  --theme-home-linear-icon2: #799b86;
  --theme-home-icon2: #f3e7cb;
  --theme-home-linear-btn1: #799b86;
  --theme-home-linear-btn2: #648872;
  --theme-pc-title-icon: #fff;
}
[theme='martinPurple'] {
  --theme-withdraw-money: #1cc245;
  --theme-sidebar-color: #fff;
  --theme-money: #f9b206;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #9775de;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #2e2e2e;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d1d1d1;
  --theme-main-color: #2f137a;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #2b0a75;
  --theme-bg-color: #f9f9f9;
  --theme-template-color: #f3f3f3;
  --theme-search-icon: #9775de;
  --theme-reduce-money: #ee4e3f;
  --theme-tips: #9a9a9b;
  --theme-rises-money: #f9b206;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9775de;
  --theme-sidebar-icon: #9775de;
  --theme-footer-bg-color: #f3f3f3;
  --theme-top-default-icon: #be9fff;
  --theme-top-button-text1: #2b0a75;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #be9fff;
  --theme-home-icon1: #9775de;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #2f137a;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #fff;
}
[theme='usdtGreen'] {
  --theme-withdraw-money: #46e53f;
  --theme-sidebar-color: #40b18a;
  --theme-money: #ffc022;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee5345;
  --theme-default-icon: rgba(255, 255, 255, 0.8);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #21a57d;
  --theme-text-button: #21a57d;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: rgba(255, 255, 255, 0.3);
  --theme-main-color: #fff;
  --theme-header-color: #40b18a;
  --theme-top-bar: #278d6a;
  --theme-bg-color: #4ebb95;
  --theme-template-color: #21a57d;
  --theme-search-icon: #c4ffd9;
  --theme-reduce-money: #46f53f;
  --theme-tips: #89f1cd;
  --theme-rises-money: #f8b305;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #21a57d;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #21a57d;
  --theme-top-button-text2: #fff;
  --theme-top-money: #ffc022;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #ffffff;
  --theme-home-linear-icon1: #4ebb95;
  --theme-home-linear-icon2: #21a57d;
  --theme-home-icon2: #eef9f2;
  --theme-home-linear-btn1: #4ebb95;
  --theme-home-linear-btn2: #21a57d;
  --theme-pc-title-icon: #fff;
}
[theme='whiteGreenCindy'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #a9c575;
  --theme-float: rgba(0, 0, 0, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #5f7b10;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #5f7b10;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #c5d29e;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #a9c575;
  --theme-sidebar-icon: #a9c575;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #ffff99;
  --theme-top-button-text1: #5f7b10;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffff99;
  --theme-home-icon1: #a9c575;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #5f7b10;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='microsoftRed'] {
  --theme-withdraw-money: #3ccb34;
  --theme-sidebar-color: #de5833;
  --theme-money: #f8b305;
  --theme-unclickable: #c0c0c0;
  --theme-error: #fed205;
  --theme-default-icon: rgba(255, 255, 255, 0.8);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #d14d28;
  --theme-text-button: #d14d28;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: rgba(255, 255, 255, 0.3);
  --theme-main-color: #fff;
  --theme-header-color: #de5833;
  --theme-top-bar: #d14d28;
  --theme-bg-color: #e5603b;
  --theme-template-color: #d14d28;
  --theme-search-icon: rgba(255, 255, 255, 0.8);
  --theme-reduce-money: #3ccb34;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #f8b305;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #d14d28;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #d14d28;
  --theme-top-button-text2: #fff;
  --theme-top-money: #ffc022;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #ffffff;
  --theme-home-linear-icon1: #e5603b;
  --theme-home-linear-icon2: #d14d28;
  --theme-home-icon2: #f7f8ea;
  --theme-home-linear-btn1: #e5603b;
  --theme-home-linear-btn2: #d14d28;
  --theme-pc-title-icon: #fff;
}
[theme='celineBrownWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #956d56;
  --theme-float: rgba(66, 40, 28, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #42281c;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #42271c;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #b8a194;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #956d56;
  --theme-sidebar-icon: #956d56;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #b8a194;
  --theme-top-button-text1: #42271c;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #b8a194;
  --theme-home-icon1: #956d56;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #42281c;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='ferrariBlack'] {
  --theme-withdraw-money: #04be02;
  --theme-sidebar-color: #22242a;
  --theme-money: #999999;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ea4e3d;
  --theme-default-icon: #adb6c3;
  --theme-float: #1e2024;
  --theme-top-button: #fff;
  --theme-text-button: #fff;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #444444;
  --theme-main-color: #e41827;
  --theme-header-color: #222222;
  --theme-top-bar: #1c1e23;
  --theme-bg-color: #222222;
  --theme-template-color: #222222;
  --theme-search-icon: #adb6c3;
  --theme-reduce-money: #04be02;
  --theme-tips: #68707b;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #b8c8e0;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #1c1e23;
  --theme-top-default-icon: #fff7e0;
  --theme-top-button-text1: #fff;
  --theme-top-button-text2: #e41827;
  --theme-top-money: #ffaa09;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #adb6c3;
  --theme-home-linear-icon1: #ffdf9a;
  --theme-home-linear-icon2: #e41827;
  --theme-home-icon2: #6d7481;
  --theme-home-linear-btn1: #212329;
  --theme-home-linear-btn2: #1b1e22;
  --theme-pc-title-icon: #fff;
  --border-color: #444444;
  --color-icon-2: #999999;
  --theme-bg-1: #333333;
}
[theme='burberryBlueWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #51627c;
  --theme-float: rgba(255, 179, 187, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #111f34;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #111f34;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #999a9b;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #51627c;
  --theme-sidebar-icon: #51627c;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #748bae;
  --theme-top-button-text1: #111f34;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #748bae;
  --theme-home-icon1: #51627c;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #111f34;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='whiteBlue'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94d3e;
  --theme-default-icon: #a1b8ed;
  --theme-float: rgba(182, 201, 244, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #5378bf;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #5674cc;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #adc1ed;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #a1b8ed;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #b8cffe;
  --theme-top-button-text1: #5674cc;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #b9cffe;
  --theme-home-icon1: #a1b8ed;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #5378bf;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='whiteRed'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ff820e;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94d3e;
  --theme-default-icon: #ff8094;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #cb3034;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #d2393d;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #ffbec3;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #ff8094;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #ffd2ad;
  --theme-top-button-text1: #f37509;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ffd2ad;
  --theme-home-icon1: #ff8094;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #c52226;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='almondYellow'] {
  --theme-withdraw-money: #00ed5b;
  --theme-sidebar-color: #df9965;
  --theme-money: #ffd600;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff004b;
  --theme-default-icon: #fef0e4;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #a97a00;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.24);
  --theme-light-line-color: #eba470;
  --theme-main-color: #faf975;
  --theme-header-color: #e49e6c;
  --theme-top-bar: #bf7236;
  --theme-bg-color: #e0955e;
  --theme-template-color: #d48951;
  --theme-search-icon: #edd1af;
  --theme-reduce-money: #2bdf44;
  --theme-tips: #ffeac4;
  --theme-rises-money: #ff5851;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #ffe2c6;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #bf7236;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #a97a00;
  --theme-top-button-text2: #faf975;
  --theme-top-money: #ffd600;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #f6e553;
  --theme-home-linear-icon1: #e0955e;
  --theme-home-linear-icon2: #d48951;
  --theme-home-icon2: #e9b10d;
  --theme-home-linear-btn1: #ffaf75;
  --theme-home-linear-btn2: #d38043;
  --theme-pc-title-icon: #fff;
}
[theme='montblancBluewhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e94d3e;
  --theme-default-icon: #82a2fb;
  --theme-float: rgba(6, 63, 214, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #063fd6;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #043dd2;
  --theme-bg-color: #fff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #8aa2e1;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #82a2fb;
  --theme-sidebar-icon: #82a2fb;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #a2bbff;
  --theme-top-button-text1: #043dd2;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #a2bbff;
  --theme-home-icon1: #82a2fb;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #063fd6;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='bondiBlue'] {
  --theme-withdraw-money: #27ffad;
  --theme-sidebar-color: #35bede;
  --theme-money: #ffc700;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee6e6e;
  --theme-default-icon: rgba(255, 255, 255, 0.8);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #029fc5;
  --theme-text-button: #029fc5;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.24);
  --theme-light-line-color: #6ad0f0;
  --theme-main-color: #f5f4c2;
  --theme-header-color: #37bde0;
  --theme-top-bar: #0586a5;
  --theme-bg-color: #5fc2e1;
  --theme-template-color: #029fc5;
  --theme-search-icon: rgba(255, 255, 255, 0.6);
  --theme-reduce-money: #27ffad;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #ff5851;
  --theme-white-color: #fff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #029fc5;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #029fc5;
  --theme-top-button-text2: #f5f4c2;
  --theme-top-money: #ffc700;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #f5f4c2;
  --theme-home-linear-icon1: #5fc2e1;
  --theme-home-linear-icon2: #029fc5;
  --theme-home-icon2: #ecebb2;
  --theme-home-linear-btn1: #5fc2e1;
  --theme-home-linear-btn2: #029fc5;
  --theme-pc-title-icon: #fff;
  --border-color: #0bb5d9;
  --color-icon-2: #ecebb2;
  --theme-bg-1: #62c3df;
}
[theme='wasabiYellowWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #cabf40;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #fff;
  --theme-tite-color: #595959;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #ac9906;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #aa9b04;
  --theme-bg-color: #f2f2f2;
  --theme-template-color: #f7f7f7;
  --theme-search-icon: #f4eea6;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #cabf40;
  --theme-sidebar-icon: #cabf40;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #f4eea6;
  --theme-top-button-text1: #aa9b04;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #f4eea6;
  --theme-home-icon1: #cabf40;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #ac9906;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='gemRed'] {
  --theme-withdraw-money: #5ec62d;
  --theme-sidebar-color: #ab2b38;
  --theme-money: #ffc700;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff0000;
  --theme-default-icon: #fff;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fff;
  --theme-text-button: #9c1524;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.36);
  --theme-light-line-color: #bb2435;
  --theme-main-color: #fadd11;
  --theme-header-color: #ab2c39;
  --theme-top-bar: #870a1a;
  --theme-bg-color: #a92231;
  --theme-template-color: #9b1524;
  --theme-search-icon: rgba(255, 255, 255, 0.6);
  --theme-reduce-money: #5ec62d;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #ff0000;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.8);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.8);
  --theme-footer-bg-color: #9b1524;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #9c1524;
  --theme-top-button-text2: #fadd11;
  --theme-top-money: #ffc700;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #fadd11;
  --theme-home-linear-icon1: #a92231;
  --theme-home-linear-icon2: #9b1524;
  --theme-home-icon2: #edd10c;
  --theme-home-linear-btn1: #a92231;
  --theme-home-linear-btn2: #9b1524;
  --theme-pc-title-icon: #fff;
}
[theme='coralPurpleWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #df84ac;
  --theme-float: #e9e9e9;
  --theme-top-button: #fff;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #c5006b;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #c5006a;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f1f1f1;
  --theme-search-icon: #c5006b;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #ff820e;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #df84ac;
  --theme-sidebar-icon: #df84ac;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #ff9cc7;
  --theme-top-button-text1: #c5006a;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #ff9cc7;
  --theme-home-icon1: #df84ac;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #c5006b;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='elegantPinkWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #dca3ab;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #be627c;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #be627c;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #f8c2d3;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #dca3ab;
  --theme-sidebar-icon: #dca3ab;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #f8c2d3;
  --theme-top-button-text1: #be627c;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #f8c2d3;
  --theme-home-icon1: #dca3ab;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #be627c;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='lemonGreenWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #4bca5b;
  --theme-float: rgba(76, 171, 66, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #00a200;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #00a300;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #abf9ab;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #d1b28f;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #4bca5b;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #abf9ab;
  --theme-top-button-text1: #00a300;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #abf9ab;
  --theme-home-icon1: #4bca5b;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #00a200;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='caramelYelloWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #caab96;
  --theme-float: rgba(187, 108, 35, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #c9783f;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #c67d4a;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #f5d2b8;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #d1b28f;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #caab96;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #f5d2b8;
  --theme-top-button-text1: #c67d4a;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #f5d2b8;
  --theme-home-icon1: #ffb77c;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #fa9447;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='camelliaRedWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #fff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #d2a294;
  --theme-float: rgba(171, 75, 58, 0.1);
  --theme-top-button: #3f3f3f;
  --theme-text-button: #fff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #ad4d3b;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #b14e3c;
  --theme-bg-color: #fafafa;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #e5baae;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #fabd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #d2a294;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #e5baae;
  --theme-top-button-text1: #b14e3c;
  --theme-top-button-text2: #fff;
  --theme-top-money: #fff;
  --theme-person-text: #e5baae;
  --theme-home-icon1: #d2a294;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #ad4d3b;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='coralPurple'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ce357c;
  --theme-money: #ffa653;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff5d4e;
  --theme-default-icon: #ffadd1;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #c5006a;
  --theme-text-button: #c5006a;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.36);
  --theme-light-line-color: #df84ac;
  --theme-main-color: #ffffff;
  --theme-header-color: #d13284;
  --theme-top-bar: #c5006a;
  --theme-bg-color: #c43578;
  --theme-template-color: #bd216a;
  --theme-search-icon: #df84ac;
  --theme-reduce-money: #3fcd39;
  --theme-tips: #ffa6cd;
  --theme-rises-money: #ffd205;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #ffadd1;
  --theme-sidebar-icon: #ffadd1;
  --theme-footer-bg-color: #bd216a;
  --theme-top-default-icon: #ffadd1;
  --theme-top-button-text1: #c5006a;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffa653;
  --theme-person-text: #df84ac;
  --theme-home-icon1: #ffffff;
  --theme-home-linear-icon1: #da74a1;
  --theme-home-linear-icon2: #c5006b;
  --theme-home-icon2: #ffd4e7;
  --theme-home-linear-btn1: #da74a1;
  --theme-home-linear-btn2: #c5006b;
  --theme-pc-title-icon: #fff;
}
[theme='armaniBlackRed'] {
  --theme-withdraw-money: #2bdf44;
  --theme-sidebar-color: #323232;
  --theme-money: #f0b87c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4348;
  --theme-default-icon: rgba(255, 255, 255, 0.4);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #222222;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.2);
  --theme-light-line-color: rgba(255, 255, 255, 0.28);
  --theme-main-color: #db002a;
  --theme-header-color: #393939;
  --theme-top-bar: #222222;
  --theme-bg-color: #313131;
  --theme-template-color: #262626;
  --theme-search-icon: #8e8e8e;
  --theme-reduce-money: #2bdf44;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #f6a42d;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.4);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.4);
  --theme-footer-bg-color: #262626;
  --theme-top-default-icon: rgba(255, 255, 255, 0.4);
  --theme-top-button-text1: #ffffff;
  --theme-top-button-text2: #db002a;
  --theme-top-money: #e0a62f;
  --theme-person-text: rgba(0, 0, 0, 0.6);
  --theme-home-icon1: #db002a;
  --theme-home-linear-icon1: #363636;
  --theme-home-linear-icon2: #222222;
  --theme-home-icon2: #db002a;
  --theme-home-linear-btn1: #4e4e4e;
  --theme-home-linear-btn2: #222222;
  --theme-pc-title-icon: #fff;
}
[theme='astonMartinVioletti'] {
  --theme-withdraw-money: #00c92e;
  --theme-sidebar-color: #441d94;
  --theme-money: #ff9b00;
  --theme-unclickable: #c0c0c0;
  --theme-error: #e24c39;
  --theme-default-icon: #9471e6;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #ffffff;
  --theme-text-button: #ffffff;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #5d33be;
  --theme-main-color: #d062ff;
  --theme-header-color: #3c178b;
  --theme-top-bar: #2b0978;
  --theme-bg-color: #421c94;
  --theme-template-color: #2b0978;
  --theme-search-icon: #c4a3fd;
  --theme-reduce-money: #e0153a;
  --theme-tips: #926fe5;
  --theme-rises-money: #ff9b00;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #c59bff;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #2b0978;
  --theme-top-default-icon: #9471e6;
  --theme-top-button-text1: #ffffff;
  --theme-top-button-text2: #d062ff;
  --theme-top-money: #ff9b00;
  --theme-person-text: rgba(0, 0, 0, 0.6);
  --theme-home-icon1: #d062ff;
  --theme-home-linear-icon1: #6628c9;
  --theme-home-linear-icon2: #2b0978;
  --theme-home-icon2: #bd24ff;
  --theme-home-linear-btn1: #421c94;
  --theme-home-linear-btn2: #280978;
  --theme-pc-title-icon: #fff;
}
[theme='cartierBlueWhite'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #91aae8;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #0f2f73;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #0f2f73;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #0f2f73;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #314075;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9a9a9a;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #91aae8;
  --theme-sidebar-icon: #91aae8;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #b2cbe8;
  --theme-top-button-text1: #0f2f73;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffffff;
  --theme-person-text: #b2cbe8;
  --theme-home-icon1: #91aae8;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #0f2f73;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='louisVuittonBlue'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ffa109;
  --theme-unclickable: #c0c0c0;
  --theme-error: #fc4b1f;
  --theme-default-icon: #718396;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #394055;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #323a4c;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #394055;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #b9c1cc;
  --theme-reduce-money: #1cc245;
  --theme-tips: #858daf;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #718396;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #9ca1ab;
  --theme-top-button-text1: #475266;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffffff;
  --theme-person-text: #a8afbe;
  --theme-home-icon1: #667186;
  --theme-home-linear-icon1: #edd500;
  --theme-home-linear-icon2: #ff6d44;
  --theme-home-icon2: #323a4c;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='newVersionRed'] {
  --theme-withdraw-money: #04be02;
  --theme-sidebar-color: #651226;
  --theme-money: #e39c03;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff4a4a;
  --theme-default-icon: #b95b71;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #b95b71;
  --theme-text-button: #530b17;
  --theme-tite-color: #ffffff;
  --theme-line-color: #ae2345;
  --theme-light-line-color: #b95b71;
  --theme-main-color: #ebc96f;
  --theme-header-color: #72152b;
  --theme-top-bar: #330215;
  --theme-bg-color: #4c0113;
  --theme-template-color: #4c0113;
  --theme-search-icon: #b95b71;
  --theme-reduce-money: #04be02;
  --theme-sidebar-icon: #fff;
  --theme-tips: #b95b71;
  --theme-rises-money: #ffaa09;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #cc6e67;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #38081b;
  --theme-top-default-icon: #b95b71;
  --theme-top-button-text1: #530b17;
  --theme-top-button-text2: #ebc96f;
  --theme-top-money: #f7bb32;
  --theme-person-text: rgba(60, 0, 0, 0.52);
  --theme-home-icon1: #ebc96f;
  --theme-home-linear-icon1: #9c2442;
  --theme-home-linear-icon2: #82142e;
  --theme-home-icon2: #ebb359;
  --theme-home-linear-btn1: #651226;
  --theme-home-linear-btn2: #4c0113;
  --theme-pc-title-icon: #fff;
  --border-color: #842239;
  --color-icon-2: #b95b71;
  --theme-bg-1: #651226;
}
[theme='marrsGreen'] {
  --theme-withdraw-money: #18ed3e;
  --theme-sidebar-color: #0e7279;
  --theme-money: #f5b610;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff4c2d;
  --theme-default-icon: #a7e1eb;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #a7e1eb;
  --theme-text-button: #ffffff;
  --theme-tite-color: #e8fcff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #007e8d;
  --theme-main-color: #1ec54f;
  --theme-header-color: #127078;
  --theme-top-bar: #054b51;
  --theme-bg-color: #0b6b74;
  --theme-template-color: #075a62;
  --theme-search-icon: #acdfe9;
  --theme-reduce-money: #e0153a;
  --theme-tips: #acdfe9;
  --theme-rises-money: #f5b610;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #f5b610;
  --theme-sidebar-text: #98f3ed;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #054b51;
  --theme-top-default-icon: #a7e1eb;
  --theme-top-button-text1: #ffffff;
  --theme-top-button-text2: #2cb253;
  --theme-top-money: #f5b610;
  --theme-person-text: rgba(255, 255, 255, 0.6);
  --theme-home-icon1: #26b457;
  --theme-home-linear-icon1: #1589a0;
  --theme-home-linear-icon2: #04717b;
  --theme-home-icon2: #24ab4c;
  --theme-home-linear-btn1: #00666f;
  --theme-home-linear-btn2: #005860;
  --theme-pc-title-icon: #fff;
}
[theme='kelinBlue'] {
  --theme-withdraw-money: #2bdf44;
  --theme-sidebar-color: #1e47b1;
  --theme-money: #fcdd48;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4348;
  --theme-default-icon: rgba(255, 255, 255, 0.52);
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: rgba(255, 255, 255, 0.4);
  --theme-text-button: #0530a0;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.2);
  --theme-light-line-color: rgba(255, 255, 255, 0.28);
  --theme-main-color: #fdf1bd;
  --theme-header-color: #032394;
  --theme-top-bar: #042783;
  --theme-bg-color: #1b44ad;
  --theme-template-color: #0530a0;
  --theme-search-icon: #729ff7;
  --theme-reduce-money: #2bdf44;
  --theme-tips: rgba(255, 255, 255, 0.6);
  --theme-rises-money: #f6a42d;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: rgba(255, 255, 255, 0.52);
  --theme-sidebar-icon: rgba(255, 255, 255, 0.52);
  --theme-footer-bg-color: #0530a0;
  --theme-top-default-icon: rgba(255, 255, 255, 0.4);
  --theme-top-button-text1: #0530a0;
  --theme-top-button-text2: #fdf1bd;
  --theme-top-money: #fcdd48;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #fdf1bd;
  --theme-home-linear-icon1: #05269a;
  --theme-home-linear-icon2: #042783;
  --theme-home-icon2: #fdf1bd;
  --theme-home-linear-btn1: #05269a;
  --theme-home-linear-btn2: #042783;
  --theme-pc-title-icon: #fff;
}
[theme='malachiteGreen'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ebf6f6;
  --theme-money: #ffaa09;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #44a5a1;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #096c68;
  --theme-text-button: #ffffff;
  --theme-tite-color: #595959;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: #cfdfdf;
  --theme-main-color: #096c68;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #096c68;
  --theme-bg-color: #ebf6f6;
  --theme-template-color: #ffffff;
  --theme-search-icon: #44a5a1;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9d9d9d;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #44a5a1;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #98c7d3;
  --theme-top-button-text1: #096068;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffffff;
  --theme-person-text: #98c7d3;
  --theme-home-icon1: #44a5a1;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #096c68;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='royalBlue'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #f3f3fb;
  --theme-money: #f4bd36;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #515187;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #252669;
  --theme-text-button: #ffffff;
  --theme-tite-color: #363333;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: #dfdfdf;
  --theme-main-color: #252669;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #252669;
  --theme-bg-color: #f3f3f3;
  --theme-template-color: #ffffff;
  --theme-search-icon: #e5e4e5;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9a9a9a;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #9a9a9a;
  --theme-sidebar-icon: #515187;
  --theme-footer-bg-color: #f9f9f9;
  --theme-top-default-icon: #bebed2;
  --theme-top-button-text1: #252669;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffffff;
  --theme-person-text: #bebed2;
  --theme-home-icon1: #515187;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #252669;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
[theme='amberYellow'] {
  --theme-withdraw-money: #00c40e;
  --theme-sidebar-color: #aea42f;
  --theme-money: #ffc629;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ff204f;
  --theme-default-icon: #fdf7c7;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #fee648;
  --theme-text-button: #9c8e00;
  --theme-tite-color: #fffffd;
  --theme-line-color: #d4cd45;
  --theme-light-line-color: #dbce5d;
  --theme-main-color: #fee648;
  --theme-header-color: #cbb841;
  --theme-top-bar: #aa9b04;
  --theme-bg-color: #cdbc52;
  --theme-template-color: #bbae2d;
  --theme-search-icon: #fff695;
  --theme-reduce-money: #00c40e;
  --theme-tips: #fff3af;
  --theme-rises-money: #ffbb47;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #ffffff;
  --theme-toast-text-color: #030200;
  --theme-progress-color: #04be02;
  --theme-sidebar-text: #fef6c7;
  --theme-sidebar-icon: #ffffff;
  --theme-footer-bg-color: #aa9b04;
  --theme-top-default-icon: #fff695;
  --theme-top-button-text1: #aa9b04;
  --theme-top-button-text2: #fee648;
  --theme-top-money: #ffbb47;
  --theme-person-text: rgba(94, 94, 94, 0.52);
  --theme-home-icon1: #fee648;
  --theme-home-linear-icon1: #d8c954;
  --theme-home-linear-icon2: #aa9b04;
  --theme-home-icon2: #ffd311;
  --theme-home-linear-btn1: #cdbc52;
  --theme-home-linear-btn2: #aa9b04;
  --theme-pc-title-icon: #fff;
}
[theme='citrusColor'] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #ffffff;
  --theme-money: #ff891c;
  --theme-unclickable: #c0c0c0;
  --theme-error: #ee4e3f;
  --theme-default-icon: #fe8865;
  --theme-float: rgba(255, 255, 255, 0.1);
  --theme-top-button: #f36635;
  --theme-text-button: #ffffff;
  --theme-tite-color: #565656;
  --theme-line-color: rgba(255, 255, 255, 0.4);
  --theme-light-line-color: #d8d8d8;
  --theme-main-color: #f36635;
  --theme-header-color: #e9e9e9;
  --theme-top-bar: #f36635;
  --theme-bg-color: #ffffff;
  --theme-template-color: #f6f6f6;
  --theme-search-icon: #f36635;
  --theme-reduce-money: #1cc245;
  --theme-tips: #9a9a9a;
  --theme-rises-money: #f4bd36;
  --theme-white-color: #ffffff;
  --theme-toast-bg-color: #333333;
  --theme-toast-text-color: #ffffff;
  --theme-progress-color: #06be01;
  --theme-sidebar-text: #fe8865;
  --theme-sidebar-icon: #fe8865;
  --theme-footer-bg-color: #f6f6f6;
  --theme-top-default-icon: #ffffff;
  --theme-top-button-text1: #f36635;
  --theme-top-button-text2: #ffffff;
  --theme-top-money: #ffffff;
  --theme-person-text: #ffffff;
  --theme-home-icon1: #fe8865;
  --theme-home-linear-icon1: #f6e553;
  --theme-home-linear-icon2: #e9b10d;
  --theme-home-icon2: #f36635;
  --theme-home-linear-btn1: #f6f6f6;
  --theme-home-linear-btn2: #e1e1e1;
  --theme-pc-title-icon: #000;
}
