.cs_wrap h1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.cs_wrap h2{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.cs_wrap p{
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px;
}
.cs_wrap p span{
    font-weight: bold;
}
.cs_wrap .c1_df{
    display: flex;
}
.cs_wrap .c1_df.f-d{
    flex-direction: column;
    align-items: center;
}
.cs_wrap .c1_df .c1_imgs{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cs_ul ul{
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 55px;
}
.cs_ul ul li{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 26px;
    position: relative;
}
.cs_ul ul li.active::before{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #E85E2F;
}
.list-case-show ul{
    list-style:none !important;
}
.c1 img{
    margin: 25px 0;
}
.c1_tables {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.c1_table_header, .c1_table_row {
    display: flex;
}
.c1_header_cell{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.c1_row_cell.tech{
    font-size: 15px;
    font-weight: bold;
    color: #D01126;
    text-align: center;
    line-height: 1.5;
}
.c1_row_cell.measures {
    font-size: 15px;
    color: #000;
}
.c1_header_cell.measures{
    display: flex;
    justify-content: center;
    align-items: center;
}
.c1_header_cell, .c1_row_cell {
    padding: 8px;
    border-bottom: 1px solid red; /* 所有元素底部添加邊框 */
}

/* 行元素添加邊框 */
.c1_row_cell {
    border-right: 1px solid red; /* 行內元素右側邊框 */
}

/* 特別處理表頭元素間無邊框 */
.c1_header_cell:not(:last-child) {
    border-right: none; /* 表頭最後一個元素之前的元素不添加右側邊框 */
}

.c1_header_cell:last-child, .c1_row_cell:last-child {
    border-right: 1px solid red; /* 最後一個元素添加右側邊框 */
}

.c1_header_cell:first-child, .c1_row_cell:first-child {
    border-left: 1px solid red; /* 第一個元素添加左側邊框 */
}

.c1_header_cell.tech, .c1_row_cell.tech {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c1_row_cell.tech.techblock{
    color: #000;
}
.c1_header_cell.measures, .c1_row_cell.measures {
    flex-grow: 1;
    width: 680px;
}

.c1_header_cell {
    background-color: #D01126;
    font-weight: bold;
}
.c1_tables .c1_row_cell .c1_row_p{
    display: flex;
    line-height: 1.5;
    margin: 0 0 5px;
}
.c1_tables .c1_row_cell .c1_row_p span{
    display: block;
    width: 100%;
    max-width: 6px;
    height: 6px;
    background: #EA5C60;
    border-radius: 50%;
    margin: 8px 10px 0 0;
}
a:hover{
    color: #000;
}


