/* 
 ==================================================
 ********** 调色板 **********
 ==================================================
*/
:root {
  /* --mui-theme-primary: #6200ee;
  --mui-theme-primary: #008275;
  --mui-theme-accent: #008275;
  --mui-theme-secondary: #018786;
  --mui-theme-background: #fff;
  --mui-theme-surface: #fff;
  --mui-theme-error: #b00020;
  --mui-theme-on-primary: #fff;
  --mui-theme-on-secondary: #fff;
  --mui-theme-on-surface: #000;
  --mui-theme-on-error: #fff;
  --mui-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mui-theme-text-secondary-on-background: var(--mui-color_on_background_opacity_54);
  --mui-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mui-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mui-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mui-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mui-theme-text-secondary-on-light: var(--mui-color_on_background_opacity_54);
  --mui-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mui-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mui-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mui-theme-text-primary-on-dark: white;
  --mui-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mui-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mui-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mui-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); */
}

body{
  /* --mui-color_accent: #008577; */
  --mui-color_accent_rgb: 0, 133, 119;
  /* --mui-color_accent_rgb: 204, 100, 26; */
  /* --mui-color_accent_rgb: 71, 97, 138; */
  
  --mui-color_accent_opacity_10: rgba(var(--mui-color_accent_rgb), 0.10);
  --mui-color_accent_opacity_12: rgba(var(--mui-color_accent_rgb), 0.12);
  --mui-color_accent_opacity_26: rgba(var(--mui-color_accent_rgb), 0.26);
  --mui-color_accent_opacity_40: rgba(var(--mui-color_accent_rgb), 0.40);
  --mui-color_accent: rgba(var(--mui-color_accent_rgb), 1);
  
  
  /* --mui-color_on_background: #008577; */
  --mui-color_on_background_rgb: 0, 0, 0;
  /* --mui-color_on_background_rgb: 85, 170, 255; */
  
  --mui-color_on_background_opacity_10: rgba(var(--mui-color_on_background_rgb), 0.10);
  --mui-color_on_background_opacity_12: rgba(var(--mui-color_on_background_rgb), 0.12);
  --mui-color_on_background_opacity_14: rgba(var(--mui-color_on_background_rgb), 0.14);
  --mui-color_on_background_opacity_16: rgba(var(--mui-color_on_background_rgb), 0.16);
  --mui-color_on_background_opacity_20: rgba(var(--mui-color_on_background_rgb), 0.20);
  --mui-color_on_background_opacity_40: rgba(var(--mui-color_on_background_rgb), 0.40);
  --mui-color_on_background_opacity_53_5: rgba(var(--mui-color_on_background_rgb), 0.535);
  --mui-color_on_background_opacity_54: rgba(var(--mui-color_on_background_rgb), 0.54);
  --mui-color_on_background_opacity_60: rgba(var(--mui-color_on_background_rgb), 0.60);
  --mui-color_on_background_opacity_70: rgba(var(--mui-color_on_background_rgb), 0.70);
  --mui-color_on_background_opacity_86_3: rgba(var(--mui-color_on_background_rgb), 0.86328125);/* 221 / 256 = 0.86328125 */
  --mui-color_on_background: rgba(var(--mui-color_on_background_rgb), 1);

  --mui-elevation_1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mui-elevation_2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mui-elevation_4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);

}

.mui-elevation{
  
  
  /* box-shadow: 0px calc(var(--elevation) * 0.33px) calc(var(--elevation) * 1.33px) rgba(0, 0, 0, 0.16), 
              0px calc(var(--elevation) * 0.5px) calc(var(--elevation) * 2.5px) rgba(0, 0, 0, 0.12),
              0px calc(var(--elevation) * 0.17px) calc(var(--elevation) * 4.5px) rgba(0, 0, 0, 0.10);
   */
   
  /* box-shadow: 0px var(--ty) 0px #CCCCFF80, 
              0px calc(var(--elevation) * 0.66px + var(--ty)) 0                               calc((var(--elevation) * -1.333px - 0px))                               var(--mui-color_background),
              0px calc(var(--elevation) * 0.66px + var(--ty)) calc(var(--elevation) * 1.33px) calc((var(--elevation) * -1.333px - 0px) + (var(--elevation) * 1.33px)) rgba(0, 0, 0, 0.2),
              0px calc(1.333px + var(--ty)) 0                                                                                            calc(-2px - (0.333px * max(calc(var(--elevation) - 13), 0))) var(--mui-color_background), 
              0px calc(1.333px + var(--ty)) calc((2px * min(1 * var(--elevation), 1)) + (1.333px * max(calc(var(--elevation) - 13), 0))) calc(-2px - (0.333px * max(calc(var(--elevation) - 13), 0)))  rgba(0, 0, 0, 0.08);
  */
  
  /* 
  --dpr: calc(1 / 3);
  --elevation: 1;
  --ty: 0px;
  
  box-shadow: 0px var(--ty) 0px #CCCCFF80, 
              0px calc((2px * var(--dpr)) + var(--elevation) * (1 * var(--dpr)) + var(--ty)) 0                                                                                             calc((0px * var(--dpr)) + (var(--elevation) * (0 - 4 * var(--dpr)))) var(--mui-color_background),
              0px calc((2px * var(--dpr)) + var(--elevation) * (1 * var(--dpr)) + var(--ty)) calc((min(1 * var(--elevation), 1px) * 2 * var(--dpr)) + var(--elevation) * (3 * var(--dpr))) calc((0px * var(--dpr)) + (var(--elevation) * (0 - 4 * var(--dpr))) + (var(--elevation) * (4 * var(--dpr)))) rgba(0, 0, 0, 0.2),
              0px calc(((4px * var(--dpr)) * var(--dpr)) + var(--ty)) 0px                                                                                calc(-2px - ((1 * var(--dpr)) * max(calc(var(--elevation) - 13px), 0px))) var(--mui-color_background),
              0px calc(((4px * var(--dpr)) * var(--dpr)) + var(--ty)) calc((2 * min(1 * var(--elevation), 1px)) + ((1 * var(--dpr)) * var(--elevation))) calc(-2px - ((1 * var(--dpr)) * max(calc(var(--elevation) - 13px), 0px)))  rgba(0, 0, 0, 0.08);
  */
  
  --dpr: calc(1 / 3);
  --elevation: 2;
  --ty: 0px;
  
  --elevation_dp: calc(var(--dpr) * var(--elevation));
  
  --shadow_fxd_start: max(calc(var(--elevation) - 13), 0);

  --elevation_morethen_1: min(0, max(calc(100 * var(--elevation)), 1));

  --shadow_abs_oy: calc((var(--elevation_morethen_1) * 2px * var(--dpr)) + (1px * var(--elevation_dp)) + var(--ty));
  --shadow_abs_br: calc((var(--elevation_morethen_1) * 2px * var(--dpr)) + (4px * var(--elevation_dp)));
  --shadow_abs_sr: calc(0px);
  
  --shadow_abs_c_sr: calc(((-4px) * var(--elevation_dp)));

  --shadow_fxd_oy: calc(var(--ty));
  --shadow_fxd_br: calc((var(--elevation_morethen_1) * 2px * min(1 * var(--elevation), 1)) + (1 * var(--elevation_dp)));
  --shadow_fxd_sr: calc((-2px) - (1px * var(--dpr) * var(--shadow_fxd_start)));
  
  --shadow_fxd_c_sr: calc((-2px) - (1px * var(--dpr) * var(--shadow_fxd_start)));



  /*  */
  
  box-shadow: 0px var(--ty) 0px #CCCCFF80, 

              0px var(--shadow_abs_oy) 0px                  var(--shadow_abs_c_sr) var(--mui-color_background),
              0px var(--shadow_abs_oy) var(--shadow_abs_br) var(--shadow_abs_sr)   rgba(0, 0, 0, 0.2), 

              0px var(--shadow_fxd_oy) 0px                  var(--shadow_fxd_c_sr, 100px) var(--mui-color_background);
              0px var(--shadow_fxd_oy) var(--shadow_fxd_br) var(--shadow_fxd_sr)   rgba(0, 0, 0, 0.08);

  
  /* box-shadow: 0px var(--ty) 0px #CCCCFF80, 
              0px var(--ty) 100px calc(var(--elevation) * 1) rgba(0, 0, 0, 1);
  */

  /* transition: box-shadow 0ms cubic-bezier(0.4, 0, 0.2, 1);
  */
}

body{
  --mui-color_background: #FAFAFA;
  --mui-color_container_background: #D6D7D7;
  --mui-color_input_unactive_background: var(--mui-color_on_background_opacity_54);
  --mui-color_text_content: var(--mui-color_on_background_opacity_86_3);
  --mui-color_switch_handle_background: #ECECEC;
  --mui-color_top_app_bar_background: #F5F5F5;
  
  --mui-color_dialog_background: #FFFFFF;
}

body.mui-theme_dark{
  --mui-color_accent_rgb: 128, 203, 196;
  --mui-color_on_background_rgb: 255, 255, 255;
  
  
  --mui-color_background: #303030;
  --mui-color_container_background: #5A595B;
  --mui-color_input_unactive_background: var(--mui-color_on_background_opacity_70);
  --mui-color_text_content: var(--mui-color_on_background);
  --mui-color_switch_handle_background: #B9B9B9;
  --mui-color_top_app_bar_background: #212121;
  
  --mui-color_dialog_background: #424242;
}


body{
  background-color: var(--mui-color_background);
  color: var(--mui-color_text_content);
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  --mui-animator_duration_scale: 1;
  margin: 0;
}





.mui-bg{
  /* background-color: #B9DBD8; */
  /* background-color: rgba(0, 130, 117, 0.26); */
  /* background-color: #00827542; */
  background-color: var(--mui-color_accent_opacity_26);
  
  /* background-color: #96CBC6; */
  /* background-color: rgba(0, 130, 117, 0.4); */
  /* background-color: #00827566; */
  background-color: var(--mui-color_accent_opacity_40);
}

/* 
 ==================================================
 ********** 按钮（懒得做） **********
 ==================================================
*/

.mui-button {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 2px;
  border: none;
  display: inline-flex;
  user-select: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--mui-color_container_background);
  color: var(--mui-color_text_content);
  align-items: center;
  justify-content: center;
}

.mui-button.mui-elevation{
  --elevation: 2;
  transition: box-shadow calc(0.1s * var(--mui-animator_duration_scale)) calc(0.0s * var(--mui-animator_duration_scale));
}

.mui-button_bar_style{
  box-shadow: unset;
  background-color: inherit;
  color: var(--mui-color_accent);
  box-sizing: border-box;
}


.mui-button_icon_button_style{
  box-shadow: unset;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
}

.mui-button_wrapper{
  padding: 6px 4px;
  display: inline-block;
}

.mui-button_wrapper .mui-button{
  width: 100%;
  height: 100%;
}

.mui-button:active {
  
}

.mui-button.mui-elevation:active{
  --elevation: 6;
  transition: box-shadow calc(0.1s * var(--mui-animator_duration_scale)) calc(0.0s * var(--mui-animator_duration_scale));
}

.mui-button_bar_style:active{
  box-shadow: unset;
}

.mui-button_icon_button_style:active{
  box-shadow: unset;
}




/* 
 ==================================================
 ********** 复选框 checkbox **********
 ==================================================
*/

.mui-checkbox {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}

.mui-checkbox input {
  /* margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 1;
  border-radius: 0; */
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}


.mui-checkbox .mui-ripple {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.mui-rounded {
  border-radius: 100vmax;
}

.mui-checkbox .mui-checkbox_box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;
  border-radius: 2px;
  transform-origin: center;
  animation: checkbox_box_unchecked_scale_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

.mui-checkbox input:checked ~ .mui-checkbox_box {
  box-shadow: 0 0 0 9px var(--mui-color_accent) inset;
  animation: checkbox_box_checked_scale_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

@keyframes checkbox_box_checked_scale_animation {
  0% {
    width: 18px;
    height: 18px;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px var(--mui-color_accent) inset;
  }

  40% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 9px var(--mui-color_accent) inset;
  }

  100% {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 9px var(--mui-color_accent) inset;
  }
}

@keyframes checkbox_box_unchecked_scale_animation {
  0% {
    width: 18px;
    height: 18px;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 9px var(--mui-color_input_unactive_background) inset;

  }

  40% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 9px var(--mui-color_input_unactive_background) inset;
  }
  
  40.01% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 8px var(--mui-color_input_unactive_background) inset;
  }

  100% {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;
  }
}

.mui-checkbox .mui-checkbox_box .mui-checkbox_box_inner {
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2px solid var(--mui-color_background);
  border-bottom: 2px solid var(--mui-color_background);
  box-sizing: border-box;
  opacity: 0;
  animation: checkbox_box_inner_unchecked_size_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

.mui-checkbox input:checked ~ .mui-checkbox_box .mui-checkbox_box_inner {
  animation: checkbox_box_inner_checked_size_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

@keyframes checkbox_box_inner_checked_size_animation {
  0% {
    opacity: 0;
    transform-origin: left bottom;
  }

  40% {
    opacity: 0;
  }

  40.01% {
    bottom: 50%;
    top: unset;
    width: 2px;
    height: 2px;
    
    transform-origin: left bottom;
    transform: translate(-2px, 4.5px) rotate(-45deg);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    
  }

  100% {
    bottom: 50%;
    top: unset;
    width: 12px;
    height: 7px;
    transform-origin: left bottom;
    transform: translate(-2px, 4.5px) rotate(-45deg);
    opacity: 1;
  }
}

@keyframes checkbox_box_inner_unchecked_size_animation {
  0% {
    width: 12px;
    height: 7px;
    transform: translate(-50%, -80%) rotate(-45deg);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);

  }

  40% {
    width: 2px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  }

  40.01% {
    width: 2px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
  }

  100% {
    width: 2px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
  }
}

/* 
 ==================================================
 ********** 开关 switch **********
 ==================================================
*/

.mui-switch{
  width: 60px;
  height: 40px;
  position: relative;
}

.mui-switch .mui-switch_track {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 20px;
  width: 24px;
  height: 14px;
  background-color: var(--mui-color_on_background_opacity_40);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: left cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.3s * var(--mui-animator_duration_scale));
}

.mui-switch input {
  /* margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 40px;
  opacity: 0;
  z-index: 1;
  border-radius: 0; */
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.mui-switch input:checked ~ .mui-switch_track {
  background-color: var(--mui-color_accent_opacity_26);
}

.mui-switch .mui-switch_handle {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-color: var(--mui-color_switch_handle_background);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: left cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.3s * var(--mui-animator_duration_scale)), 
              background-color 0s calc(0.1s * var(--mui-animator_duration_scale)), 
              box-shadow cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.3s * var(--mui-animator_duration_scale));
  animation: switch_handle_off_scale_animation calc(0.3s * var(--mui-animator_duration_scale)) forwards;
}

.mui-switch .mui-switch_handle.mui-elevation{
  --elevation: 2;
  /* box-shadow: unset; */
}

.mui-switch .mui-ripple {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: left cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.3s * var(--mui-animator_duration_scale));
}

.mui-switch input:checked ~ .mui-switch_handle {
  background-color: var(--mui-color_accent);
  left: 40px;
  --elevation: 4;
  animation: switch_handle_on_scale_animation calc(0.3s * var(--mui-animator_duration_scale)) forwards;
}

@keyframes switch_handle_on_scale_animation {
  0% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes switch_handle_off_scale_animation {
  0% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.mui-switch input:checked ~ .mui-ripple {
  left: 20px;
}

/* 
 ==================================================
 ********** 单选框 radio **********
 ==================================================
*/

.mui-radio {
  width: 40px;
  height: 40px;
  position: relative;
}

.mui-radio input {
  /* margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 1;
  border-radius: 0; */
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}


.mui-radio .mui-ripple {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.mui-rounded {
  border-radius: 100vmax;
}

.mui-radio .mui-radio_box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;
  border-radius: 20px;
  transform-origin: center;
  animation: radio_box_unchecked_scale_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

.mui-radio input:checked ~ .mui-radio_box {
  box-shadow: 0 0 0 9px var(--mui-color_accent) inset;
  animation: radio_box_checked_scale_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

@keyframes radio_box_checked_scale_animation {
  0% {
    width: 20px;
    height: 20px;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px var(--mui-color_accent) inset;
  }

  40% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 10px var(--mui-color_accent) inset;
  }
  
  40.01% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 2px var(--mui-color_accent) inset;
  }

  100% {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 2px var(--mui-color_accent) inset;
  }
}

@keyframes radio_box_unchecked_scale_animation {
  0% {
    width: 20px;
    height: 20px;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;

  }

  40% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;
  }
  
  40.01% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 10px var(--mui-color_input_unactive_background) inset;
  }

  100% {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 2px var(--mui-color_input_unactive_background) inset;
  }
}

.mui-radio .mui-radio_box .mui-radio_box_inner {
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--mui-color_accent);
  
  box-sizing: border-box;
  opacity: 0;
  animation: radio_box_inner_unchecked_size_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

.mui-radio input:checked ~ .mui-radio_box .mui-radio_box_inner {
  animation: radio_box_inner_checked_size_animation calc(0.5s * var(--mui-animator_duration_scale)) forwards;
}

@keyframes radio_box_inner_checked_size_animation {
  0% {
    width: 0px;
    height: 0px;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    background-color: var(--mui-color_accent);
  }

  40% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }

  40.01% {
    width: 16px;
    height: 16px;
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);

  }

  100% {
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-color: var(--mui-color_accent);
  }
}

@keyframes radio_box_inner_unchecked_size_animation {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    background-color: var(--mui-color_input_unactive_background);
  }

  40% {
    width: 16px;
    height: 16px;
    opacity: 1;
    animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  }

  40.01% {
    width: 0px;
    height: 2px;
    opacity: 0;
  }

  100% {
    width: 0px;
    height: 0px;
    opacity: 0;
    background-color: var(--mui-color_input_unactive_background);
  }
}

/* 
 ==================================================
 ********** 文本框 textfield **********
 ==================================================
*/

.mui-textfield{
  width: 210px;
  height: 45px;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 4px 7px 4px;
}

.mui-textfield input{
  width: 100%;
  height: calc(100% - 2px);
  line-height: 26px;
  font-size: 18px; 
  border: none;
  border-bottom: 1px solid var(--mui-color_input_unactive_background);
  outline: none;
  padding: 0;
  background-color: transparent;
  caret-color: var(--mui-color_accent);
  color: var(--mui-color_text_content);
  font-weight: 400;
}



.mui-textfield input:focus, 
.mui-textfield input:active{
  border-bottom: 2px solid var(--mui-color_accent);
}

.mui-textfield input::selection{
  background-color: var(--mui-color_accent_opacity_40);
}

.mui-textfield input::-webkit-input-placeholder{
  color: var(--mui-color_on_background_opacity_60);
}

/* 
 ==================================================
 ********** 滑块 slider **********
 ==================================================
*/

.mui-slider{
  width: 100%;
  height: 32px;
  position: relative;
  box-sizing: border-box;
  padding: 15px 16px;
}

.mui-slider .mui-slider_box{
  position: relative;
  height: 2px;
  width: 100%;
  
  
}


.mui-slider .mui-slider_box_track{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transform-origin: right;
  transform: scaleX(calc(1 - var(--value)));
  background-color: var(--mui-color_on_background_opacity_16);
}


.mui-slider .mui-slider_box_fill{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transform-origin: left;
  transform: scaleX(var(--value));
  
  background-color: var(--mui-color_accent);
}

.mui-slider .mui-slider_box_thumb{
  position: absolute;
  left: calc(100% * var(--value));
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  transform-origin: left;
  margin-top: 1px;
  transform: translate(-50%, -50%);
  background-color: var(--mui-color_accent);
  transition: width cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.1s * var(--mui-animator_duration_scale)), 
      height cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.1s * var(--mui-animator_duration_scale));
}

.mui-slider.mui-touch_active_state .mui-slider_box_thumb{
  width: 18px;
  height: 18px;
  transition: width cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.5s * var(--mui-animator_duration_scale)), 
      height cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.5s * var(--mui-animator_duration_scale));
}

.mui-slider .mui-ripple {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: calc(var(--value) * (100% - 32px));
  top: 0;
  width: 32px;
  height: 32px;
}

.mui-slider input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% - 16px);
  height: 32px;
  margin: 0 8px;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* 
 ==================================================
 ********** 列表 listview **********
 ==================================================
*/

.mui-list{
  width: 100%;
}

.mui-list_item{
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  user-select: none;
}

.mui-list_item_iconbox{
  width: 56px;
  padding: 4px 0;
  color: var(--mui-color_on_background_opacity_54);
  display: flex;
  align-items: center;
  justify-content: start;
}



.mui-list_item_contentbox{
  padding: 16px 0;
  flex-grow: 1;
  width: 0;
}

.mui-list_item_title{
  font-size: 16px;
  line-height: 21px;
  color: var(--mui-color_text_content);
  word-break: break-all;
}

.mui-list_item_text{
  font-size: 14px;
  line-height: 19px;
  color: var(--mui-color_on_background_opacity_53_5);
  word-break: break-word;
}

.mui-list_item_control_switch_box{
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
}

.mui-list_item_control_switch_box .mui-switch{
  margin: -6px;
}

/* 
 ==================================================
 ********** 副标题 subtitle **********
 ==================================================
*/

.mui-list_subtitle .mui-list_item_contentbox{
  padding: 8px 0;
}

.mui-list_subtitle .mui-list_item_title{
  font-size: 14px;
  line-height: 19px;
  color: var(--mui-color_accent);
  word-break: break-word;
}

/* 
 ==================================================
 ********** 列表控制 list_control **********
 ==================================================
*/

.mui-list_control{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  user-select: none;
}

.mui-list_control .mui-list_item{
  flex-grow: 1;
  width: 0;
}

.mui-list_control_dividerbox{
  width: 1px;
  padding: 16px 0;
  box-sizing: border-box;
}

.mui-list_control_dividerbox .mui-divider{
  width: 1px;
  height: 100%;
}

.mui-list_control_switch_box{
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
 ==================================================
 ********** 分隔 divider **********
 ==================================================
*/

.mui-divider{
  background-color: var(--mui-color_on_background_opacity_12);
}


.mui-divider{
  width: 100%;
  height: 1px;
}

.mui-divider_vertical{
  width: 100%;
  height: 1px;
}


.mui-divider_horizontal{
  width: 1px;
  height: 100%;
}



/* 
 ==================================================
 ********** 图标 icon **********
 ==================================================
*/

.mui-icon{
  color: inherit;
  font-weight: normal;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  word-wrap: normal;
  user-select: none;
}

/* 
 ==================================================
 ********** 顶部应用栏 top_app_bar **********
 ==================================================
*/

.mui-top_app_bar{
  width: 100%;
  height: 56px;
  background-color: var(--mui-color_top_app_bar_background);
  color: var(--mui-color_text_content);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}

.mui-top_app_bar.mui-elevation{
  --elevation: 2;
}

.mui-top_app_bar_icon_button_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.mui-top_app_bar_title{
  font-size: 20px;
  margin-left: 16px;
  flex-grow: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none
}

.mui-top_app_bar_button_group{
  height: 56px;
  display: flex;
  align-items: center;
}

.mui-top_app_bar_button_group_icon_button_wrapper{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
 ==================================================
 ********** 吐司 toast **********
 ==================================================
*/

.mui-toast{
  background-color: rgba(239, 239, 239, 0.9);
  color: rgba(0, 0, 0, 0.86328125);
  padding: 16px 24px;
  border-radius: 22px;
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1000;
  pointer-events: none;
  transition: calc(0.5s * var(--mui-animator_duration_scale)) linear opacity;
}

.mui-toast_hide{
  opacity: 0;
}

.mui-toast .mui-toast_text{
  font-size: 14px;
  user-select: none;
}


/* 
 ==================================================
 ********** 遮罩 overlay **********
 ==================================================
*/

.mui-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;

  pointer-events: none;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0.0, 0.2, 1) calc(0.25s * var(--mui-animator_duration_scale));
}

.mui-overlay_show{
  pointer-events: unset;
  opacity: 1;
}

/* 
 ==================================================
 ********** 对话框 dialog **********
 ==================================================
*/

.mui-dialog{
  position: fixed;
  left: 0;
  right: 0;
  width: 310px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  --elevation: 15;
  z-index: 1001;
  border-radius: 2px;
  
  background-color: var(--mui-color_dialog_background);
  color: var(--mui-color_text_content);
}

.mui-dialog_title{
  padding: 18px 24px 8px 24px;
  font-size: 20px;
  font-weight: 500;
}

.mui-dialog_content_text{
  padding: 0 24px 26px 24px;
}

.mui-dialog_actions{
  padding: 4px 12px;
  display: flex;
  flex-direction: row; 
}

.mui-dialog_actions_spacer{
  flex-grow: 1;
}

/* 
 ==================================================
 ********** 进度条 progress_bar **********
 ==================================================
*/

.mui-progress_bar{
  width: 200px;
  height: 4px;
  --i: 0.5;
  position: relative;
}

.mui-progress_bar_active_track{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--i) * 100%);
  background-color: var(--mui-color_accent);
}

.mui-progress_bar_inactive_track{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  
  width: calc((1 - var(--i)) * 100%);
  background-color: var(--mui-color_accent_opacity_26);
}

/* 
 ==================================================
 ********** 抽屉 drawer **********
 ==================================================
*/


.mui-drawer{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 296px;
  background-color: var(--mui-color_background);
  color: var(--mui-color_text_content);
  --elevation: 15;
  
}

.mui-drawer_closed{
  transform: translateX(-296px);
  transition: calc(0.225s * var(--mui-animator_duration_scale)) cubic-bezier(0.4, 0.0, 0.6, 1);;
}

.mui-drawer_open{
  transform: translateX(0);
  transition: calc(0.375s * var(--mui-animator_duration_scale)) cubic-bezier(0.0, 0.0, 0.2, 1);
}

/* 
 ==================================================
 **********  **********
 ==================================================
*/