.jrwm_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jrwm_span{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    flex: none;
    margin-right: 14px;
}
.jrwm_input{
    width: 555px;
    height: 48px;
    flex: 1;
    background: #F6F6F6;
    outline: none;
    border: 0;
    padding: 0 12px;
}
.jrwm_btn{
    width: 136px;
    height: 48px;
    background: #1489FF;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-left: 14px;
}
.jrwm_table{
    width: 100%;
    margin-top: 54px;
}
.jrwm_table tr th{
    height: 46px;
    font-weight: 500;
    font-size: 16px;
    background: #DDEEFF;
    border-bottom: 1px solid #1489FF;
    color: #1489FF;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
}

.jrwm_table tr td{
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    color: #616161;
    padding: 0 10px;
}
.jrwm_table tr:nth-child(2n-1) td{
    background: #F9FAFB;
}
.jrwm_table tr th:nth-child(3){
    text-align: center;
}
.jrwm_table tr td:nth-child(3){
    text-align: center;
}
.jrwm_table tr th:nth-child(4){
    white-space: nowrap;
    text-align: center;
}
.jrwm_table tr td:nth-child(4){
    white-space: nowrap;
    text-align: center;
}
.jrwm_table_x{
    width: 100%;
}
@media screen and (max-width:1024px) {
    .jrwm_span {
        font-size: 0.5rem;
        margin-right: 0.5rem;
    }
    .jrwm_input {
        width: 100%;
        height: 1.5rem;
        padding: 0 0.5rem;
    }
    .jrwm_btn{
        width: 3rem;
        height: 1.5rem;
        margin-left: 0.5833rem;
        font-size: 0.5rem;
    }
    .jrwm_table_x{
        overflow-x: auto;
    }
    .jrwm_table{
        margin-top: 1rem;
        width: 26rem !important;
    }
   
    .jrwm_table tr th{
        height: 1.5rem;
        font-size: 0.5rem;
        padding: 0 0.5rem;
    }
    
    .jrwm_table tr td{
        height: 1.5rem;
        font-weight: 500;
        font-size: 0.55rem;
        color: #616161;
        padding: 0 0.55rem;
    }
    .table_img {
        width: 2.5rem !important;
    }
    .main_right_cen{
        overflow-x: auto;
    }
}