.bg{
    background-color: #fff;
    padding: 10px 0 0;
    border: 0;
}
.footer{
    display: flex;
    justify-content: end;
    padding-top: 20px;
}
.red{
    color: #e60000;
}
.primary{
    color: #409eff;
}
.danger, .danger > span{
    color: #f56c6c !important;
}
.color303133{
    color: #303133;
}
.color409EFF{
    color: #409eff;
}
.cursor{
    cursor: pointer;
}
.line{
    border-bottom: 1px solid #EBEEF5;
}
.w100{
    width: 100%;
}
.w98{
    width: 98% !important;
}
.w80{
    width: 80%;
}
.w75{
    width: 75%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.w49{
    width: 49%;
}
.w45{
    width: 45%;
}
.w36{
    width: 36%;
}
.w25{
    width: 25%;
}
.w90px{
    width: 90px;
}
.w120px{
    width: 120px;
}
.w200px{
    width: 200px !important;
}
.w260{
    width: 260px !important;
}
.w300{
    width: 300px;
}
.w400{
    width: 400px;
}
.w420{
    width: 420px;
}
.w450{
    width: 450px;
}
.h90px{
    height: 90px;
}
.h250{
    height: 250px;
}
.h260{
    height: 260px;
}
.h280{
    height: 280px;
}
.h300{
    height: 300px;
}
.pb10{
    padding-bottom: 10px;
}
.pt10{
    padding-top: 10px;
}
.pl10{
    padding-left: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt10{
    margin-top: 10px;
}
.mt5{
    margin-top: 5px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mr30{
    margin-right: 30px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml_per_30{
    margin-left: 30% !important;
}
.minh100{
    min-height: 100px;
}
.font24{
    font-size: 24px;
}
.footer-tips{
    display: flex;
}
.tip-b{
    width: 45%;
}
.min-h200{
    min-height: 200px;
}
.search-bar div {
    margin-right: 10px;
}
.components__form{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 16px;
    padding-right: 15px;
}

.search-bar__form{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    grid-gap: 15px;
    padding-right: 30px;
}
.el-thumb{
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.border_bootom{
    border-bottom: solid #eee 1px;
}
.x-list{
    flex: 1;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    border: solid #eee 1px;
    height: auto;
    background: #f5f7fa;
    padding: 20px;
}
.x-list >.el-row{
    margin: 5px 0;
}
.l_bg{
    border: solid #eee 1px;
    background: #f5f7fa;
    padding: 10px;
}
.l_dialog{
    min-width: 100px !important;
}
.l-top-right{
    position: absolute;
    top: -8%;
    right: -8%;
}
.success-row{
    background: #f0f9eb !important;
}

.danger-row{
    background: #f56c6c !important;
}

.search-bar__list__form{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    grid-gap: 15px;
    padding-right: 30px;
}
.el-col {
    line-height: 34px;
}
.el-title {
    font-size: 1.1rem;
}
.tips{
    font-size: 12px;
    color: #909399;
}
.flex-wrap{
    display: flex;
    flex-flow: wrap;
}
.text_left, .text_left input{
    text-align: left !important;
}
.font_font_family{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.align_items_c{
    display: flex;
    text-align: center;
}

.absolute{
    position: absolute;
    top: -10%;
    right: -8%;
}

