*{margin: 0; padding: 0;}

.container {
    width: 90%;
    margin: 30px auto 0 auto;
    font-size: 16px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    
}

p {
    margin-bottom: 30px;
    line-height: 30px;
}

.bold {
    font-weight: bold;
}

.break_word {
    word-wrap: break-word;
}

.ml20 {
    margin-left: 20px;
}

.tableCss{border-collapse: collapse;margin-bottom: 5px; }
.tableCss td{border:1px solid #333;padding: 0 4px;}

.tableDiv{
    overflow: auto;
    margin-bottom: 25px;
}

.tableDiv::-webkit-scrollbar { 
    width: 0;
    height: 2px;
}

.tableDiv::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(35,88,127,0.2); */
    background: #B41C1B;
}

.tableDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(20,53,76,0.2);
    border-radius: 1px;
    background: #ccc;
}

.ecny{
    background: #F4F4F4;
}

.title{
    font-family: PingFangHK-Semibold;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0.12px;
    line-height: 16px;
    font-weight: 600;
}
.content{
    font-family: PingFangHK-Regular;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0.12px;
    line-height: 18px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

a{
    text-decoration: none;
    color:#551a8b;
}
ul{
    list-style-position: inside;
    padding: 0 10px;
}
li{
    margin: 5px 0 0 0;
}
.text_bold{
    font-family: PingFangHK-Semibold;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: underline;
}
.text_normal{
    font-family: PingFangHK-Regular;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0;
    font-weight: 400;
}
