@charset "UTF-8";
/* 兼容笔记本设备显示 */
html[theme=blue] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #EAB700;
}
html[theme=purple] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #ffdc82;
}
html[theme=oilyGreen] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #F9FC4F;
}
html[theme=whiteGreen] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #1e8c58;
}
html[theme=versaceYellow] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #FFE5D2;
}
html[theme=whiteRed] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #CB3034;
}
html[theme=hermesOrange] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #551f0e;
}
html[theme=sk2] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #f5d470;
}
html[theme=whiteYellow] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #DF9A1C;
}
html[theme=furlaBlue] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #FFFCD2;
}
html[theme=whitePink] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #EF7A7B;
}
html[theme=bvGreen] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #FFF45D;
}
html[theme=whiteBrown] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #927D6A;
}
html[theme=AnnaSuiPurple] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #fff;
}
html[theme=whitePurple] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #610862;
}
html[theme=burgundyRed] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #FE3856;
}
html[theme=whiteDarkGreen] ._svg_theme_fill_color_1u0w0_3 * {
  fill: #054146;
}

._pagination_1u0w0_55 {
  display: flex;
  height: 46rem;
}
._pagination_1u0w0_55 > div {
  background-color: var(--theme-bg-color);
}
._pagination_1u0w0_55 ._txt_1u0w0_62 {
  height: 100%;
  width: 120rem;
  font-size: 20rem;
  border: 1rem solid var(--theme-light-line-color);
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  color: var(--theme-tite-color);
}
._pagination_1u0w0_55 svg * {
  fill: var(--theme-light-line-color);
}
._pagination_1u0w0_55 ._pre_1u0w0_76, ._pagination_1u0w0_55 ._pagination_temp12_1u0w0_76 ._next_1u0w0_76, ._pagination_temp12_1u0w0_76 ._pagination_1u0w0_55 ._next_1u0w0_76 {
  width: 60rem;
  border-width: 1rem;
  border-right-width: 0;
  border-style: solid;
  border-color: var(--theme-light-line-color);
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
._pagination_1u0w0_55 ._pre_1u0w0_76 svg, ._pagination_1u0w0_55 ._pagination_temp12_1u0w0_76 ._next_1u0w0_76 svg, ._pagination_temp12_1u0w0_76 ._pagination_1u0w0_55 ._next_1u0w0_76 svg {
  width: 16rem;
  height: 16rem;
}
._pagination_1u0w0_55 ._next_1u0w0_76 {
  width: 60rem;
  border-width: 1rem;
  border-left-width: 0;
  border-style: solid;
  border-color: var(--theme-light-line-color);
  border-top-right-radius: 25rem;
  border-bottom-right-radius: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
._pagination_1u0w0_55 ._next_1u0w0_76 svg {
  transform: rotate(180deg);
  width: 16rem;
  height: 16rem;
}
._pagination_1u0w0_55 ._active_1u0w0_111 svg * {
  fill: var(--theme-tite-color) !important;
}

._pagination_temp12_1u0w0_76 {
  display: flex;
  align-items: center;
}
._pagination_temp12_1u0w0_76 ._pre_1u0w0_76, ._pagination_temp12_1u0w0_76 ._next_1u0w0_76 {
  width: 36rem;
  height: 36rem;
  background-color: var(--theme-header-color);
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
._pagination_temp12_1u0w0_76 ._pre_1u0w0_76 svg, ._pagination_temp12_1u0w0_76 ._next_1u0w0_76 svg {
  width: 36rem;
  height: 36rem;
}
._pagination_temp12_1u0w0_76 ._pre_1u0w0_76 svg *, ._pagination_temp12_1u0w0_76 ._next_1u0w0_76 svg * {
  fill: var(--theme-white-color);
}
._pagination_temp12_1u0w0_76 ._txt_1u0w0_62 {
  margin: 0 16rem;
  border-radius: 5rem;
  background-color: var(--theme-withdraw-money);
  height: 36rem;
  padding: 0 16rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #FFF;
  font-size: 20rem;
  cursor: pointer;
}
._pagination_temp12_1u0w0_76 ._next_1u0w0_76 {
  transform: rotate(180deg);
}