/* morebrand */
.Modal_morecd{
    width: 928px;
    height: 600px;
    background: #FFFFFF;
    position: relative;
}
.Modal_head{
    width: 888px;
    height: 55px;
    background: #DFEEFF;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 55px;
    padding: 0 20px;
}
.Modal_close{
    position: absolute;
    width: 16px;
    height: 16px;
    padding: 20px 20px 19px 20px;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAANhJREFUOBGlkwsOgyAQRMVwpx4Im56pVQ7kpUrn0WDsCmjSTdTI7ptZfi7GGFJKtxDCwzmXhguheifuqfrVA+u5L8sy8j0TAVbtLJ+A14izvpEBEhSQqIWBI6zHUUEHMIgM/NtOLDxNU67xUGciLRg2C/REyO3mHIsz48RhvtbtW5YX7ABXBRg0IgxVYRIjr39iW4MiYtzZXqK5Oz8CFmbBoHtbvAnU4HIWlGuekyzQg+mgd064C/uz3Vztpojm96JFGTVhuiixN5TozF1YSV69zqUTXec37AfmePk5MxMMYQAAAABJRU5ErkJggg==) no-repeat center;
}
.Modal_cont{
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}
.flext_head{
    display: flex;
    width: 888px;
    height: 50px;
    background: #FFCC00;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    color: #4a4a4a;
}
.flext_head .head_a,.bodyItem_a{
    width: 192px;
    margin: 0 60px 0 40px;
}
.flext_head .head_b,.bodyItem_b{
    width: 75px;
    margin-right: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flext_head .head_c,.bodyItem_c{
    width: 75px;
    margin-right: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bodyItem_c{
    text-decoration: line-through;
    color: #9b9b9b;
}
.flext_head .head_d,.bodyItem_d{
    width: 56px;
    margin-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flext_head .head_e,.bodyItem_e{
    width: 42px;
    margin-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flext_head .head_f,.bodyItem_f{
    width: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bodyItem_cont div{
    /* display: flex; */
    align-items: center;
    font-size: 14px;
    word-break:break-all;
    line-height: 20px;
}
.bodyItem_a{
    width: 192px;
    font-size: 12px!important;
    line-height: 16px!important;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bodyItem_b,.bodyItem_d{
    color: #E52F2C;
}
.flex_body{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    scrollbar-width: thin;/*火狐*/
    scrollbar-color: rgba(0, 0, 0, 0.6) transparent;/*火狐 */
    width: 928px;
    max-height: 350px;
    overflow-y: auto;
    margin: 0 auto;
}
.flex_body::-webkit-scrollbar{
    width:7px;
}
.flex_body::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}
.bodyItem_cont{
    width: 888px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    margin-left: 20px;
    color: #4a4a4a;
}
.bodyItem_cont:hover{
    background: #EEF4FC;
    border: 1px solid #003399;
}
.bodyItem_cont:hover .bodyItem_a{
    text-decoration: underline;
    color: #003399;
}
.flex_foot{
    text-align: left;
    line-height: 19px;
    height: 19px;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 20px;
    color: #4a4a4a;
}
.flex_foot span{
    color: #003399;
    font-size: 14px;
}
.check-all {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.check-all img ,.bodyItem_first img{
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 0 !important;
}
.bodyItem_first span{
    margin-left: 5px;
}
.check-all span {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.head_first,.bodyItem_first{
    display: flex;
    width: 45px;
    margin-left: 10px;
}
.felx_button{
    width: 120px;
    height: 36px;
    position: absolute;
    bottom: 30px;
    left: 404px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    background: #FFCC00;
    cursor: pointer;
}
.felx_button:hover{
    background-color: #FFEA98;
}
.flex_model{
    width: 200px;
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: 220px;
    left: 364px;
    display: none;
}
/* head头部  hover  */
.l-header_hotkeyword_otls li:hover a{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

/* 型号弹框 hover样式bug */
.bodyItem_cont.Item{
    background: #EEF4FC;
    border: 1px solid #003399;
}
.bodyItem_cont.Item .bodyItem_a{
    color: #4A4A4A;
    text-decoration: none;
}
/* 头部 关键词 */
.l-header_hotkeyword_otls li a{
    color: #FFFFFF !important;
}