.content-ul_2 {
    width: 1.96rem;
    /*height: 2rem;*/
    position: relative;
    margin: 0 0 0.2rem 0.2rem;
    display: none;
}

.content-ul_2>li>a {
        display: flex;
    align-items: flex-start;
    /*white-space: nowrap;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.content-ul_2>li>a:hover {
    color: #E5201C;
}
.content-process{
    width: 10.9rem;
}
.content-process_1 {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row; */
    flex-wrap: wrap;
    gap: 0.075rem;
}

.process-img_1 {
    max-width: 4.33rem;
    height: 3.3rem;
}

.process-img_2 {
    max-width: 2.87rem;
    height: 3.3rem;
}

.process-img_3,
.process-img_4 {
    width: 3.55rem;
    height: 1.6rem;
}

.process-img_4 {
    position: relative;
    top: 0.1rem;
}

.process-imgs3 {
    display: flex;
    flex-direction: column;
}


.process-tables {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.process-tables{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #333333;
    /*line-height: 0.6rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.41rem;
}
.process-tables div{
    text-align: center;
    width: 5.31rem;
}

.process-tables div table, th, td {
  border: 1px solid #efefef;
  border-collapse: collapse; /* 移除单元格之间的间隔 */
}
.process-tables-none div table, th, td {
    border: 0;
    border-collapse: collapse;
    overflow: hidden;
}
.process-tables div table thead tr:first-child{
    background: #efefef;
}
.process-tables th:first-child{
    border-right: 0.01rem #d9d9d9 solid;
}
.process-table_2 {

    display: flex;
    justify-content: space-between;
}
.process-tables div table thead tr:first-child th{
        line-height: 50px;
    font-weight: bold;
}
.process-tables div table thead tr th{
    font-weight: 400;
    /*line-height: 40px;*/
    padding: 13px;
}
#myTable,
#myTables {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.20rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-spacing: 0;
}

#myTable>thead>tr,
#myTables>thead>tr {
    height: 0.5rem;
    background: #efefef;
}

#myTable>thead>tr>th,
#myTables>thead>tr>th {
    border: 0.01rem solid #d9d9d9;
}

#tableBody>tr>td:first-child,
#tableBodys>tr>td:first-child {
    
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    height: 0.4rem;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: 1px solid #d9d9d9;
}

#tableBody>tr>td:last-child,
#tableBodys>tr>td:last-child {
    line-height: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: 1px solid #d9d9d9;
}
.process-content{
    padding: 0.5rem 0;
}
.process-content_1>p:first-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.process-content_1>p:last-child {
    padding-bottom: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#tableContainer,#tableContainers{
    width: 5.31rem;
}
.content-title table tbody tr td img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      transition: transform 0.3s ease;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.content-title table tbody tr td img:hover{
    transform: scale(1.2);
}


@media only screen and (max-width: 1024px) {
    .content-ul_2>li>a{
        font-size: 14px;
    }
    .process-tables div{
        width: 100%;
        margin-top: 0.2rem;
    }
    .content-ul_2{
        width: 100%;
        margin-top: 0.2rem;
    }
}