/*
 * @Author: lucky
 * @Date: 2023-12-27 17:52:42
 */
.bagWhite {
    background: white;
}

h2 {
    margin: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsisTwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bannerImg {
    width: 100%;
    height: 320px;
}

.bannerImg img {
    width: 100%;
    height: 100%;
}

.fileterList {
    margin: 10px 0px 25px;
}

.classIfy,
.timeSelect {
    width: 100%;
    /* height: 110px; */
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
}

.classIfy p,
.timeSelect p {
    width: 90px;
    margin-top: 4px;
    text-align: right;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.timeSelect .timeIfyCount ,
.classIfy .classIfyCount_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.classIfy .classIfyCount{
    width: 90%;
    display: flex;
}
.classIfy .classIfyCount .classIfy_li,
.timeSelect .timeIfyCount .timeIfy_li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #868686;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    padding: 0px 5px;
    box-sizing: border-box;
}

.classIfy .liNow,
.timeSelect .liNow {
    border-radius: 3px;
    border: 1px solid var(--color);
    color: var(--color) !important;
    box-sizing: border-box;

}

.mainTitle {
    width: 100%;
    height: 65px;
    background: white;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
}

.mainTitle .titleDiv {
    flex: 2;
    font-weight: bold;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #363636;
    cursor: pointer;
}

.mainTitle .divNow {
    color: var(--color) !important;
}

.mainTitle .cutRule {
    font-size: 20px;
    line-height: 65px;
    color: #CCCCCC;
}

.mainTitle .leftBag {
    flex: 2;
    line-height: 75px;
    height: 70px;
    text-align: left;
    background: url('../../images/pcImg/demandTitle.png') no-repeat center;
    background-size: 100% 100%;
}

.mainTitle .leftBag b {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;

}

.mainTitle .leftBag b::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 25px;
    background: #FFFFFF;
    margin: 0px 5px 0px 20px;
}

.mainTitle .listStyle {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    justify-content: space-around;
}

.mainTitle .listStyle .listNow {
    color: var(--color) !important;
}

.mainBox {
    width: 100%;
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
}

.mainBox .mainLeft {
    width: 76%;

}

.mainBox .mainLeft .mainLeft_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mainBox .mainLeft .mainLeft_ul .noData {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    color: #ABABAB;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li {
    width: 292px;
    height: 354px;
    margin: 0px 12px 12px 0px;
    background: #FFFFFF url('../../images/pcImg/damendBag.png') no-repeat top;
    background-size: 100%;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .lableClassIfy {
    width: 100%;
    height: 23px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .lableClassIfy span,
.mainLeft .listTable .tableGoodsName .lableClassIfy span {
    display: inline-block;
    width: 91px;
    height: 100%;
    font-size: 12px;
    line-height: 23px;
    color: white;
    text-align: center;
    font-weight: bold;
    background-size: cover;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_Title {
    max-width: 230px;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    margin-left: 10px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_remark {
    width: 274px;
    height: 38px;
    font-size: 14px;
    color: #979797;
    line-height: 20px;
    margin: 15px 0px 10px 10px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_count {
    margin: 15px 0px 10px 10px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_count p {
    margin: 20px 0px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_count p:nth-of-type(2) {
    height: 30px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_lable {
    display: inline-block;
    width: 100px;
    height: 19px;
    font-size: 14px;
    color: #ABABAB;
    line-height: 19px;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_count i {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px 5px;
    background: #F2F7FF;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_weiZhi,
.mainBox .mainLeft .mainLeft_ul .expectedSource .li_weiZhi{
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url('../../images/pcImg/weiZhiBag.png') no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 4px;
}

.mainBox .mainLeft .mainLeft_ul .li_shopData {
    width: 97%;
    height: 29px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    background: #F1FAFF;
    border: 1px solid #D5EAFF;
    padding: 0px 5px;
}

.mainBox .mainLeft .mainLeft_ul .li_shopData .li_shopName {
    max-width: 180px;
    font-size: 14px;
    color: #262626;
    line-height: 19px;
    margin-right: 5px;
}

.mainBox .mainLeft .mainLeft_ul .li_shopData .li_isAutonym,
.mainBox .mainLeft .mainLeft_ul .li_shopData .li_isFirm {
    display: inline-block;
    height: 16px;
    margin: 0px 5px;
}

.mainBox .mainLeft .mainLeft_ul .li_shopData .li_isAutonym {
    width: 21px;
    background: #FFF0C9;
    background: url('../../images/pcImg/isAutonymBag.png') no-repeat center;
    background-size: cover;
}

.mainBox .mainLeft .mainLeft_ul .li_shopData .li_isFirm {
    width: 16px;
    background: url('../../images/pcImg/isFirmBag.png') no-repeat center;
    background-size: cover;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_Btn {
    width: 100%;
    margin-top: 5px;
    display: flex;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_Btn button {
    width: 50%;
    border: none;
    height: 52px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_Btn button:nth-of-type(1) {
    /* border:2px solid var(--color);
    border-top-left-radius:10px ;
    border-bottom-left-radius:10px ;
    color: var(--color);
    background: white; */

    /* background: linear-gradient(135deg, #EC4545 0%, #F05C5C 100%); */
    background: linear-gradient(135deg, var(--rgba6) 0%, var(--rgba6) 100%);
}

.mainBox .mainLeft .mainLeft_ul .mainLeft_li .li_Btn button:nth-of-type(2) {
    background: linear-gradient(135deg, var(--color) 0%, var(--color) 100%);

    /* background: linear-gradient(135deg, #419EFF 0%, #419EFF 100%); */
    /* border-top-right-radius:10px ;
    border-bottom-right-radius:10px ; */
}

/* 列表模式 */
.mainBox .mainLeft .listTable {
    background: #FFFFFF url('../../images/pcImg/damendBag.png') no-repeat top;
    background-size: 100%;
    box-sizing: border-box;
}

.mainBox .mainLeft .listTable thead {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.mainBox .mainLeft .listTable .tableBodyTr {
    height: 110px;
    font-size: 12px;
}

.mainBox .mainLeft .listTable .tableBodyTr:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.mainBox .mainLeft .listTable .tableBodyTr td {
    padding: 0px 5px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.mainLeft .listTable .tableGoodsName {
    position: relative;
}

.mainLeft .listTable .tableGoodsName .lableClassIfy {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainLeft .listTable .tableGoodsName .lableClassIfy span {
    position: relative;
}
.mainLeft .listTable .tableGoodsName .lableClassIfy span i{
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mainLeft .listTable .tableGoodsName .lableClassIfy span:nth-of-type(1)::before,
.mainLeft .listTable .tableGoodsName .lableClassIfy span:nth-of-type(2)::before,
.mainLeft .listTable .tableGoodsName .lableClassIfy span:nth-of-type(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    /* 翻转背景图 */
    z-index: 1;
}

.mainLeft .listTable .tableGoodsName .lableClassIfy .labelType_1::before {
    background-image: url('../../images/pcImg/jingJiaBag.png');
}

.mainLeft .listTable .tableGoodsName .lableClassIfy .labelType_2::before {
    background-image: url('../../images/pcImg/zhaoBiaoBag.png');
}

.mainLeft .listTable .tableGoodsName .lableClassIfy .labelType_3::before {
    background-image: url('../../images/pcImg/outBag.png');
}

.mainLeft .listTable .optionsBtn button {
    width: 100px;
    padding: 5px 4px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.mainLeft .listTable .optionsBtn .participateBidding {
    margin-top: 10px;
    background-color: white;
    color: var(--color);
    border: 1px solid var(--color);
}

.mainLeft .listTable .optionsBtn .releaseAnalogy {
    margin-top: 10px;
    background-color: var(--color);
    color: white;
}

.mainBox .mainRight {
    width: 24%;
}

.mainBox .mainRight .releaseDemand {
    width: 100%;
    height: 495px;
    padding: 20px 10px;
    background: linear-gradient(141deg, var(--rgba6) 0%, var(--color) 100%);
    box-sizing: border-box;
}

.mainBox .mainRight .releaseDemand h2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.mainBox .mainRight .releaseDemand h6 {
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.mainBox .mainRight .releaseDemand .fromGoods {
    margin: 15px 0px;
}

.mainBox .mainRight .releaseDemand .fromGoods span {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
}

.mainBox .mainRight .releaseDemand .fromGoods i {
    color: red;
    margin-right: 3px;
}

.mainBox .mainRight .releaseDemand .fromGoods select,
.mainBox .mainRight .releaseDemand .fromGoods input,
.mainBox .mainRight .releaseDemand .fromGoods textarea {
    width: 100%;
    height: 30px;
    list-style: none;
    border: none;
    padding-left: 5px;
    outline-style: none;
    background: #FFFFFF;
}

.mainBox .mainRight .releaseDemand .fromGoods select {
    width: 32%;
    font-size: 12px;
}

.mainBox .mainRight .releaseDemand .fromGoods textarea {
    height: 90px;
    padding-top: 5px;
}

.mainBox .mainRight .releaseDemand .fromGoods button {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #FFC359;
    border: none;
    color: white;
    border-radius: 5px;
}

.mainBox .mainRight .newDeal {
    width: 100%;
    max-height: 583px;
    padding: 12px 20px;
    margin-top: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.mainBox .mainRight .newDeal .newDealTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainBox .mainRight .newDeal .newDealTitle h2 {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
}

.mainBox .mainRight .newDeal .newTitleName {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 15px 0px 10px;
    color: #ADADAD;
    border-bottom: 1px solid #EDEDED;
}

.mainBox .mainRight .newDeal .newTitleName span:nth-of-type(1) {
    width: 52px;
}

.mainBox .mainRight .newDeal .newTitleName span:nth-of-type(3) {
    width: 74px;
    text-align: center;
}

.mainBox .mainRight .newDeal .newCountList {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    margin-top: 12px;
}

.mainBox .mainRight .newDeal .newCountList .newCountList_li {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333;
    line-height: 32px;
    transition: opacity 0.5s ease-in-out;
    animation: slide-up 1.5s linear infinite;
}

@keyframes slide-up {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-25%);
    }

    50% {
        transform: translateY(-50%);
    }

    75% {
        transform: translateY(-75%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.mainBox .mainRight .newDeal .newCountList .newCountList_li span {
    display: inline-block;
}

.mainBox .mainRight .newDeal .newCountList .newCountList_li span:nth-of-type(1) {
    width: 52px;
}

.mainBox .mainRight .newDeal .newCountList .newCountList_li span:nth-of-type(2) {
    width: 110px;
}

.mainBox .mainRight .newDeal .newCountList .newCountList_li span:nth-of-type(3) {
    width: 74px;
    text-align: center;
}