/* public/css/main.css */

/* 定义字体文件 */
@font-face {
    font-family: 'HarmonyOS_SansSC_Regular';
    src: url('HarmonyOS_SansSC_Regular.ttf') format('truetype');
}

/* 定义字体文件 */
@font-face {
    font-family: 'HarmonyOS_SansSC_Medium';
    src: url('HarmonyOS_SansSC_Medium.ttf') format('truetype');
}

body,
html {
    color: #000;
    font-size: 14px;

    margin: 0;
    padding: 0;
    font-family: 'HarmonyOS_SansSC_Regular', Arial, sans-serif;
    width: 100%;
    /* 设置 body 和 html 宽度为 100% */
    overflow-x: hidden;
    /* 隐藏水平滚动条 */
}

* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    min-height: 390px;
    margin: 0 auto;
    padding: 0px 37px 13px 37px;
    background-color: #fff;
    border-radius: 12px;
    /* 设置圆角半径为 24px */
    box-sizing: border-box;
    /* 确保内边距和边框不增加元素的实际宽度和高度 */
}





.container h1 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: 'HarmonyOS_SansSC_Medium', Arial, sans-serif;
    font-size: 20px;
}

.container h2 {
    padding-top: 18px;
    padding-bottom: 10px;
    font-family: 'HarmonyOS_SansSC_Medium', Arial, sans-serif;
    font-size: 16px;

}

.container h3 {
    font-family: 'HarmonyOS_SansSC_Medium', Arial, sans-serif;
    font-size: 15px;
}


.container h4 {
    font-family: 'HarmonyOS_SansSC_Medium', Arial, sans-serif;
    font-size: 14px;

}

.container p {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.65;
    word-wrap: break-word;
}


.container h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.4rem;
    margin-top: 0.924rem;
    white-space: nowrap;
}

.container h5+* {
    margin-top: 0 !important;
}


.container .icon {
    display: inline-block;
    height: 19px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: 19px;
}

.container .iconFirst {
    display: inline-block;
    height: 19px;
    margin: 0 0.3rem 0 0;
    vertical-align: -0.29rem;
    width: 19px;
}

.container .iconLong {
    display: inline-block;
    height: 19px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: auto !important;
}

.container .iconMedium {
    display: inline-block;
    height: 21px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: auto !important;
}
.container .iconMedium40 {
    display: inline-block;
    height: 40px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: auto !important;
}
.container .iconMedium35 {
    display: inline-block;
    height: 35px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: auto !important;
}
.container .iconMedium25 {
    display: inline-block;
    height: 25px;
    margin: 0 0.3rem;
    vertical-align: -0.29rem;
    width: auto !important;
}


.container h5 .pic {
    height: 24px;
    width: auto !important;
}

td .img-normal {
    height: 24px;
    width: auto !important;
}


.img-normal {
    display: block;

    height: auto;
    margin: 0.786rem 0;
    max-width: 85%;
    vertical-align: middle;
    width: auto;
}

.container td {

    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #999;
    /* 添加单元格边框 */
    padding-top: 0.68rem;
    padding-right: 0.846rem;
    padding-bottom: 0.68rem;
    padding-left: 0.846rem;

}
.container th {

    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #999;
    /* 添加单元格边框 */
    padding-top: 0.68rem;
    padding-right: 0.846rem;
    padding-bottom: 0.68rem;
    padding-left: 0.846rem;

}
.container thead tr td{

        text-align: -webkit-center;
        vertical-align: middle;
        font-weight: bold;

}
.container thead th{

        text-align: -webkit-center;
        vertical-align: middle;
        font-weight: bold;

}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.link-a {
    color: #0a59f7;
}


ul {
    margin: 12px 0 0 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}


ol {
    margin: 12px 0 0 0;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.container ol,
.container ul {
    margin-bottom: 0.693rem;
    margin-top: 0.693rem;
}

li {
    margin-Top: 12px;
    /* 添加底部边距 */
    margin-bottom: 6px;
    /* 添加底部边距 */
}



p {
    font-size: 14px;
}



table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #fff;
    /* 添加表格边框 */

    margin-bottom: 0.693rem;
    width: 100%;
}


.left-column-10 {
    width: 10%;

    text-align: center;
    /* 图标居中 */
}

.right-column-90 {
    width: 90%;


}

.column-50 {
    width: 10%;

}




.td-text {
    padding: 8px 0;
    display: flex;
    /* 使用 Flexbox 布局 */
    flex-direction: column;
    /* 内容垂直排列，如无需改变行方向可移除此行 */
    justify-content: center;
    /* 垂直居中对齐 */
    font-weight: bold;
    /* 字体加粗 */
    line-height: 1.2;
    /* 减小行间距以适应多行文本 */
    padding-left: 13px;
    /* 左右内边距，如果只需要左侧内边距，请恢复为padding-left: 26px; */
}

ul {
    list-style-type: none;
    padding-left: 1.5rem
}

ul>li {
    position: relative
}

ul>li:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -.95rem;
    position: absolute;
    top: .7rem;
    width: 4px
}

ul ol {
    margin-left: 1rem
}

ul ol,
ul ul {
    margin-top: .693rem !important
}

ul ul {
    padding-left: 1rem
}

ul ul>li:before {
    border-radius: 0;
    content: "";
    display: block;
    height: 2px;
    left: -.85rem;
    position: absolute;
    top: .8rem;
    width: 5px
}


ol ul>li:before {
    border-radius: 0;
    content: "";
    display: block;
    height: 2px;
    left: -.85rem;
    position: absolute;
    top: .8rem;
    width: 5px
}

ul>li:before {
    background-color: rgba(0, 0, 0, .86)
}

@media (prefers-color-scheme: light) or (prefers-color-scheme:no-preference) {
    html {
        color: #000;
    }
     table {
        color: #000;
    }
	
	tr {
        color: #000;
    }

    ul>li:before {
        background-color: rgba(0, 0, 0, .86)
    }

    .container {
        color: #000;
        background-color: #fff;
    }
}

@media (prefers-color-scheme: dark) {
    html {
        color: #fff;
    }
     table {
        color: #fff;
    }
	
	tr {
        color: #fff;
    }


    ul>li:before{background-color:hsla(0,0%,100%,.86)}
	

    .container {
        color: #fff;
        background-color: #262626;
    }

    
}

.ol_a {
    list-style-type: lower-alpha;
    /* 使用小写字母作为列表项的标记 */
}
.ol_a_left0 {
    list-style-type: lower-alpha;
    padding-left: 0px;
    /* 使用小写字母作为列表项的标记 */
}

.container td p {
    margin-bottom: 0.214rem;
}
.container th p {
    margin-bottom: 0.214rem;
}

ol ul {
    padding-left: 1rem;
}


.imageBig{
    max-width: 85%;
}
.imageMiddle{
    max-width: 85%;
}
.imageMiddle1418{
    max-width: 85%;
}
