.zhP {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.zhIcon {
  font-size: 4rem;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.zhH1 {
  font-size: 2.5rem;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.zhH2 {
  font-size: 2rem;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.zhH3 {
  font-size: 1.5rem;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.zhH3Thick {
  font-size: 1.5rem;
  font-family: "Noto Sans TC";
  font-weight: 400;
}

.zhH4 {
  font-size: 1.2rem;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.zhH5 {
  font-size: 1rem;
  font-family: "Noto Sans TC";
  font-weight: 600;
}

.zhH6 {
  font-size: 0.8rem;
  font-family: "Noto Sans TC";
  font-weight: 400;
}

/* font-weight */

.zhFontWeight100 {
  font-weight: 100;
}

.zhFontWeight200 {
  font-weight: 200;
}

.zhFontWeight300 {
  font-weight: 300;
}

.zhFontWeight400 {
  font-weight: 400;
}

.zhFontWeight500 {
  font-weight: 500;
}

.zhFontWeight600 {
  font-weight: 600;
}

.zhFontWeight700 {
  font-weight: 700;
}

.zhFontWeight800 {
  font-weight: 800;
}

.zhFontWeight900 {
  font-weight: 900;
}

.zhLetterS25 {
  letter-spacing: -0.25em;
}

.zhLetterS05 {
  letter-spacing: -0.05em;
}

.zhLetterNormal {
  letter-spacing: 0em;
}

.zhLetterA05 {
  letter-spacing: 0.05em;
}

.zhLetterA20 {
  letter-spacing: 0.2em;
}

.zhWidth218px {
  width: 218px;
}

.zhWidth500 {
  width: 500px;
}

.zhWidth658 {
  width: 658px;
}

.zhWidth880 {
  width: 880px;
}

.zhWidth1000 {
  width: 1000px;
}

.zhWidth1200 {
  width: 1200px;
}

.zhWidth1518 {
  width: 1518px;
}

.zhHeight80 {
  height: 80px;
}

.zhHeight24 {
  height: 24px;
}

.zhWidth658 {
  width: 658px;
}

.zhWidth880 {
  width: 880px;
}

/* padding */

.zhPadding8 {
  padding: 8px;
}

.zhPadding16 {
  padding: 16px;
}

.zhPadding24 {
  padding: 24px;
}

.zhPadding32 {
  padding: 32px;
}

.zhPadding40 {
  padding: 40px;
}

.zhPadding48 {
  padding: 48px;
}

.zhPadding56 {
  padding: 56px;
}

.zhPaddingTop80 {
  padding-top: 80px;
}

/* margin */
.zhMarginButton160 {
  margin-bottom: 160px;
}

/* Border */

.zhBorderTop {
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 4px rgba(151, 71, 255, 0.2);
}

.zhBorderBottom {
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 0px 4px rgba(151, 71, 255, 0.2);
}

.zhBorder {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 4px rgba(151, 71, 255, 0.2);
}

.zhBorderMiddle {
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 4px rgba(151, 71, 255, 0.2);
}

.zhCorner33 {
  border-radius: 33px;
}

.zhCorner15 {
  border-radius: 15px;
}

/* Color */

.zhPurple {
  color: #5e40dc;
}

.zhPurple::placeholder {
  color: #5e40dc;
}

.zhPrimary {
  color: #4559a9;
}

.zhOnPrimary {
  color: #ffffff;
}

.zhPrimaryContainer {
  color: #dde1ff;
}

.zhOnPrimaryContainer {
  color: #001354;
}

.zhPrimaryFixed {
  color: #dde1ff;
}

.zhPrimaryFixedDim {
  color: #b8c4ff;
}

.zhOnPrimaryFixedVariant {
  color: #2c4090;
}

/********secondary***********/
.zhSecondary {
  color: #0060a8;
}

.zhOnSecondary {
  color: #ffffff;
}

.zhSecondaryFixed {
  color: #d2e4ff
    "

}

.zhOnSecondaryFixed {
    color: #001C38;
}

.zhSecondaryFixedDim {
    color: #A1C9FF";
}

.zhOnSecondaryFixedVariant {
  color: #004880;
}

/*********tertiary***********/
.zhTertiary {
  color: #004880;
}

.zhOnTertiary {
  color: #ffffff;
}

.zhTertiaryFixed {
  color: #e5deff;
}

.zhOnTertiaryFixed {
  color: #1b0063;
}

.zhTertiaryFixedDim {
  color: #c9bfff;
}

.zhOnTertiaryFixedVariant {
  color: #461fc4;
}

/********** system color **********/
.zhSystemColorError {
  color: #ba1a1a;
}

.zhSystemColorOnError {
  color: #ffffff;
}

.zhSystemColorOnErrorContainer {
  color: #410002;
}

/********** basicColor color **********/
.zhBasicColorOutline {
  color: #767680;
}

.zhBasicColorOutlineVariant {
  border-color: #c6c5d0;
}

.zhBasicColorSurface {
  color: #fbf8fd;
}

.zhBasicColorOnSurface {
  color: #1b1b1f;
}

.zhBasicColorSurfaceContainerlow {
  color: #f5f3f7;
}

.zhBasicColorSurfaceDim {
  color: #dbd9de;
}

.zhBasicColorWhite {
  color: #ffffff;
}

.zhBasicColorBlack {
  color: #000000;
}

/********** Background color **********/
.zhPrimaryBackground {
  background-color: #4559a9;
}

.zhPrimaryFixBackground {
  background-color: #dde1ff;
}

.zhSystemColorErrorContainer {
  background-color: #ffdad6;
}

.zhSystemColorSuccessContainer {
  background-color: #DDE1FF;
}

.zhBasicColorBackground {
  background-color: #fefbff;
}

.zhBasicColorBackgroundPink {
  background-color: #1e1e1e;
}

.zhBasicColorWhiteBackground {
  background-color: #ffffff;
}

.zhBasicColorOnBackground {
  background-color: #1b1b1f;
}

.zhTertiaryFixedBackground {
  background-color: #e5deff;
}

/********** Border color **********/

.zhBorderColorSystemColorError {
  border-color: #ba1a1a;
}

.zhBorderColorPrimary {
  border-color: #4559a9;
}

.zhButtonStyle {
  height: 40px;
  width: 120px;
  left: 1440px;
  top: 192px;
  border-radius: 33px;
  padding: 8px 16px 8px 16px;
}

.zhButtonStyle2 {
  padding: 16px;
  border-radius: 33px;
  padding: 8px 16px 8px 16px;
}

.zhOptionStyle {
  height: 40px;
  width: 153px;
  left: 360px;
  top: 192px;
  border-radius: 15px;
}

.zhButtonComfirm {
  align-items: center;
  gap: 8px;

  width: 173px;
  height: 56px;

  background: #4559a9;
  border-radius: 33px;
  flex: none;
  flex-grow: 0;
}

.zhButtonCancel {
  box-sizing: border-box;

  align-items: center;
  gap: 6px;
  width: 173px;
  height: 56px;
  border: 1px solid #c6c5d0;
  border-radius: 33px;
  flex: none;
  flex-grow: 0;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: -1.6em;
  right: 20%;
  padding: 2px 2px 2px 2px;
  color: #4559a9;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f8f8f8),
    color-stop(1, #cccccc)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

[data-title] {
  position: relative;
}

.zhDialogContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* 设置一个较高的 z-index 值，确保对话框显示在最上层 */
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明的背景色 */
  z-index: 9999;
  /* 较高的 z-index 值 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhInputBox {
  box-sizing: border-box;

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;

  width: 100%;
  height: 39px;

  /* material-theme/white */

  background: #ffffff;
  /* material-theme/sys/light/outline-variant */

  /*/border: 1px solid #C6C5D0;*/
  border-radius: 5px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.zhInputBox2 {
  display: flex;
  flex-direction: raw;
  justify-content: left;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 716px;
  height: 40px;
  background: #ffffff;
  border-radius: 33px;
  /* Inside auto layout */
}

.zhInputBox3 {
  display: flex;
  flex-direction: raw;
  justify-content: left;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 300px;
  height: 40px;
  background: #ffffff;
  border-radius: 33px;
  /* Inside auto layout */
}

.zhTextArea {
  /* 輸入框 */

  box-sizing: border-box;

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 16px;
  gap: 10px;
  isolation: isolate;

  /* material-theme/white */

  background: #ffffff;
  /* material-theme/sys/light/outline-variant */

  border: 1px solid #c6c5d0;
  border-radius: 5px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
}

.zhSearchBar {
  display: flex;
  flex-direction: raw;
  justify-content: left;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 400px;
  height: 56px;
  background: #ffffff;
  border-radius: 33px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}

.zhSearchBar2 {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;
  gap: 8px;
  width: 218px;
  height: 56px;
  background: #4559a9;
  border-radius: 33px;
  /* Inside auto layout */
  flex: none;

  flex-grow: 0;
}

.zhCategoryButton {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;
  gap: 6px;
  width: 218px;
  height: 56px;
  border: 1px solid #c6c5d0;
  border-radius: 33px;
  flex: none;

  flex-grow: 0;
}

.zhPaddingTop24 {
  padding-top: 24px;
}

.zhLi {
  list-style-type: none;
  display: flex;
  list-style-position: inside;
  margin-left: 0px;
  text-decoration: none;
}

.zhLi::before {
  content: "．";
  text-decoration: none;
}

.zhU {
  text-decoration: none;
}
