.flex_warp{
    display: flex;
    flex-wrap: wrap;
}
.wd_10{
    width: 100%;
}
.wd_020{
    width: 20%;
}
.wd_025{
    width: 25%;
}
.wd_030{
    width: 30%;
}
.wd_040{
    width: 40%;
}
.wd_045{
    width: 45%;
}
.wd_016{
    width: 16%;
}
.wd_033{
    width: 33%;
}
.wd_050{
    width: 50%;
}
.wd_070{
    width: 70%;
}
.wd_060{
    width: 60%;
}
.wd_080{
    width: 80%;
}
.wd_090{
    width: 90%;
}
.wd_100{
    width: 100%;
}
.pd_010{
    padding: 10px;
}
.pd_020{
    padding: 20px;
}
.pdt_020{
    padding-top: 20px;
}
.pdl_020{
    padding-left: 20px;
}
.pdl_080{
    padding-left: 80px;
}
.pdt_030{
    padding-top: 30px;
}
.pdt_080{
    padding-top: 80px;
}
.pdb_020{
    padding-bottom: 20px;
}
.pdb_040{
    padding-bottom: 40px;
}
.pdb_080{
    padding-bottom: 80px;
}
.pdr_020{
    padding-right: 20px;
}
.pdr_080{
    padding-right: 80px;
}
.mgt_020{
    margin-top: 20px;
}
.mgt_030{
    margin-top: 30px;
}
.mgt_040{
    margin-top: 40px;
}
.mgt_080{
    margin-top: 80px;
}
.mgt_010{
    margin-top: 10px;
}
.mgl_020{
    margin-left: 20px;
}
.mgb_040{
    margin-bottom: 40px;
}
.mgb_080{
    margin-bottom: 80px;
}
.fw_100{
    font-weight: 100;
}
.justify-content_c{
    display: flex;
    justify-content: center;
}
.justify-content_r{
    display: flex;
    justify-content: right;
}
.align-items_c{
    display: flex;
    align-items: center;
}

.row_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.row_nowrap{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .wd_016[sjbjShow='100']{
        width: 100%;
    }
    .wd_020[sjbjShow='100']{
        width: 100%;
    }
    .wd_025[sjbjShow='100']{
        width: 100%;
    }
    .wd_030[sjbjShow='100']{
        width: 100%;
    }
    .wd_040[sjbjShow='100']{
        width: 100%;
    }
    .wd_045[sjbjShow='100']{
        width: 100%;
    }
    .wd_050[sjbjShow='100']{
        width: 100%;
    }
    .wd_060[sjbjShow='100']{
        width: 100%;
    }
    .wd_100[sjbjShow='100']{
        width: 100%;
    }
    .sjbjTable{
        width: 72rem !important;
    }
}
.text_c{
    text-align: center;
}
.text_l{
    text-align: left !important;
}
.fw_9{
    font-weight: 900;
}
.align-content_c{
    align-content: center;
}

.sjbjTable{
    width: 100%;;
}