@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(.175, .885, .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: #373638;
  border: 1rem solid #373638;
}
html[theme=versaceYellow] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #373638;
  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: #f0c059;
  border: 1rem solid #f0c059;
}
html[theme=ferrariBlack] ._timer_1272a_93 ._btn_1272a_102 button._sure_1272a_123 {
  background-color: #f0c059;
  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: #9d9d9d;
}
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: #9d9d9d;
}
html[theme=whitePink] ._defaultCss_1lugm_55 * * {
  fill: #9d9d9d;
}
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: #ADB6C3;
}
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: #373638;
}
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: #9d9d9d;
}
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: #9d9d9d;
}
html[theme=whitePink] ._defaultCss_1q5bq_55 * * {
  fill: #9d9d9d;
}
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: #F0C059;
  --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: #F0C059;
  --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: #F0C059;
  --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.60);
}

/* 白绿色主题配置修改 */
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.60);
}
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: #FFE08A;
  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.60);
}


/* 蜜桃色主题配置修改 */
html[theme='lancomePeach'],

html[theme='lancomePeach'] #root {

  background-color: #FFBBBB;
  color: #fff;
}

html[theme='lancomePeach'] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100vw #EE7879 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: #565656;
}
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: #05584F;
  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.60)
}

/* 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.80);
}
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.60);
}

/* 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: var(--theme-top-default-icon);
  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: #373638;
  --theme-header-color: #FfCD3E;
  --theme-top-bar: #F4B305;
  --theme-bg-color: #E6B938;
  --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: #373638;
  --theme-top-money: #FFF104;
  --theme-person-text: rgba(255, 255, 255, 0.4);
  --theme-home-icon1: #373638;
  --theme-home-linear-icon1: #F6E553;
  --theme-home-linear-icon2: #E9B10D;
  --theme-home-icon2: #373638;
  --theme-home-linear-btn1: #E6B938;
  --theme-home-linear-btn2: #F5B90B;
  --theme-pc-title-icon: #fff;
}
[theme=lancomePeach] {
  --theme-withdraw-money: #00d552;
  --theme-sidebar-color: #f88486;
  --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: #ffe2c9;
  --theme-header-color: #fc9c9d;
  --theme-top-bar: #df6061;
  --theme-bg-color: #f59e8f;
  --theme-template-color: #ee7879;
  --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:#ee7879;
  --theme-top-default-icon: rgba(255, 255, 255, 0.8);
  --theme-top-button-text1: #df6061;
  --theme-top-button-text2: #ffe2c9;
  --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: #EE7879;
  --theme-home-icon2: #F7D6BA;
  --theme-home-linear-btn1: #F59E8F;
  --theme-home-linear-btn2: #EE7879;
  --theme-pc-title-icon: #fff;
}
[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: #FAFAFA;
  --theme-money: #FF820E;
  --theme-unclickable: #c0c0c0;
  --theme-error: #EE4E3F;
  --theme-default-icon: #FDAAAE;
  --theme-float: #E9E9E9;
  --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: #EF7A7B;
  --theme-header-color: #E9E9E9;
  --theme-top-bar: #EE777D;
  --theme-bg-color: #FFF;
  --theme-template-color: #F6F6F6;
  --theme-search-icon: #F2CDD1;
  --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:#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;
}
[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: #05584F;
  --theme-money: #FFD600;
  --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: #FDD981;
  --theme-header-color: #08655B;
  --theme-top-bar: #00352F;
  --theme-bg-color: #014D45;
  --theme-template-color: #003E37;
  --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: #FDD981;
  --theme-top-money: #FFD600;
  --theme-person-text: rgba(0, 0, 0, 0.4);
  --theme-home-icon1: #007F71;
  --theme-home-linear-icon1: #FDD981;
  --theme-home-linear-icon2: #E7A70A;
  --theme-home-icon2: #05584F;
  --theme-home-linear-btn1: #014D45;
  --theme-home-linear-btn2: #003E37;
  --theme-pc-title-icon: #fff;
}
[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: #FFAA09;
  --theme-unclickable: #c0c0c0;
  --theme-error: #EA4E3D;
  --theme-default-icon: #ADB6C3;
  --theme-float: #1E2024;
  --theme-top-button: #FFF;
  --theme-text-button: #874404;
  --theme-tite-color: #ffffff;
  --theme-line-color: rgba(255, 255, 255, 0.3);
  --theme-light-line-color: #3E4652;
  --theme-main-color: #F0C059;
  --theme-header-color: #202329;
  --theme-top-bar: #1C1E23;
  --theme-bg-color: #212329;
  --theme-template-color: #1B1E22;
  --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: #874404;
  --theme-top-button-text2: #F0C059;
  --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: #F0C059;
  --theme-home-icon2: #6D7481;
  --theme-home-linear-btn1: #212329;
  --theme-home-linear-btn2: #1B1E22;
  --theme-pc-title-icon: #fff;
}
[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.80);
  --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.80);
  --theme-sidebar-icon:rgba(255, 255, 255, 0.80);
  --theme-footer-bg-color:#029fc5;
  --theme-top-default-icon: rgba(255, 255, 255, 0.80);
  --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;
}
[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.60);
  --theme-reduce-money: #5EC62D;
  --theme-tips: rgba(255, 255, 255, 0.60);
  --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.80);
  --theme-sidebar-icon:rgba(255, 255, 255, 0.80);
  --theme-footer-bg-color:#9b1524;
  --theme-top-default-icon: rgba(255, 255, 255, 0.80);
  --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.20);
  --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.60);
  --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.30);
  --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.40);
  --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.40);
  --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: #38081B;
  --theme-bg-color: #651226;
  --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;
}
[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;
}