.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: 2.0rem;
    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.20em;
}

.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;
}

.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;
}

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

.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;
}