/**所在页面 start **/
.container-item-backs{
    width: 100%;
    background-color: rgba(30, 36, 48, 1);
    /*height: 105px;*/
    padding: 20px 0;
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: 10;*/
}
.container-item-back{
    width: 82%;
    margin: 0 9%;
    height: 35px;
    /*border: #777777 1px solid;*/
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item-back-img1 {
    width: 20px;
    height: auto;
    margin: auto 5px auto 0;
    cursor: pointer;
}
.container-item-back h1{
    font-size: 16px;
    color: white;
    margin: auto 5px auto 0;
    cursor: pointer;
}
.container-item-back p{
    font-size: 16px;
    color: #cccccc;
    margin: auto 5px auto 0;
}
.container-item-back-img2 {
    width: 12px;
    height: auto;
    margin: auto 5px auto 0;
}
/**所在页面 end **/

.container-list{
    background-color: rgba(30, 36, 48, 1);
}
.banners{
    width: 100%;
    padding: 0 0 20PX 0;
}
.banner{
    width: 82%;
    margin: 0 9%;
    height: 360px;
    overflow: hidden;
}
.banner .el-carousel__container{
    width: 100% !important;
    height: 100% !important;
}
.banner .el-carousel__button{
    width: 8px;
    height: 8px;
    border-radius: 50% 50%;
}
.banner .banner-item-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.banner .banner-item-img img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.container-item-title{
    width: 82%;
    margin: 0 9%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
}
.container-item-title-t1{
    color: #ffffff;
    font-size: 24px;
    margin: auto 10px auto 0;
}
.container-item-title-b1{
    margin: auto 0;
    cursor: pointer;
    border: #c23978 1px solid;
    font-size: 16px;
    color: #c23978;
    border-radius: 16px 16px;
    padding: 4px 12px;
}
.container-item-title-btn{
    color: #9c0948;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.container-item-supplier{
    width: 82%;
    margin: 0 9%;
    position: relative;
    padding: 0 0 20px 0;
}
.container-item-supplier-works{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(70, 76, 86);
    border-radius: 4px 4px;
    padding: 0 0 10px 0;
}
.container-item-supplier-works-list{
    width: 20%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
}
.works-content-li-top{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}
.works-content-sign{
    background: #ecf7ff;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    width: 80px;
    margin: auto 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 5;
}
.works-content-sign img{
    width: 50px;
    height: 50px;
    margin: auto auto;
}
.works-left{
    background: #ecf7ff;
    height: 4px;
    width: 50%;
    margin: auto 0;
    position: absolute;
    top: 48%;
    left: 0;
}
.works-right{
    background: #ecf7ff;
    height: 4px;
    width: 50%;
    margin: auto 0;
    position: absolute;
    top: 48%;
    right: 0;
}
.works-content-li-con{
    margin: 20px 0;
    min-width: 155px;
    max-width: 80%;
    height: 100px;
}
.works-content-li-title{
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: white;
}
.works-content-li-srb{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #dddddd;
}
.container-item-supplier-my{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0px;
}
.container-item-supplier-my-btn{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #9c0948;
    border-radius: 4px 4px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.container-item-supplier-my-btn:hover{

    background-color: #c23978;
}
.container-item-rfq{
    width: 82%;
    margin: 0 9%;
    position: relative;
    padding: 0 0 20px 0;
}
.container-item-rfq-lists{
    width: 100%;
    background-color: rgb(70, 76, 86);
    border-radius: 4px 4px;
    padding: 0 0 10px 0;
}
.container-item-rfq-listsBOX{
    width: 100%;
    height: 800px;
    overflow-y: scroll;
}
.container-item-rfq-listsBOX::-webkit-scrollbar{
    display: none;
}
.container-item-rfq-listBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.container-item-rfq-listBox2{
    background-color: rgb(112, 123, 138);
    height: 40px;
}
.container-item-rfq-list{
    width: 12.5%;
    text-align: center;
    height: 120px;
    line-height: 120px;
    color: #eeeeee;
    font-size: 14px;
    cursor: pointer;
    /*border: #9c0948 1px solid;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.container-item-rfq-listBox:hover{
    background-color: rgb(149, 161, 180);
}
.container-item-rfq-listBox2 .container-item-rfq-list{
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: auto;
}
.container-item-rfq-listBox2:hover{
    background: transparent;
}

.container-item-rfq-list0{
    /*width: 130px;*/
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-item-rfq-list1{
  /*width: 80px;*/
}
.container-item-rfq-list2{
    /*width: 120px;*/
}
.container-item-rfq-list7{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-item-rfq-table-images{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto auto;
}
.container-item-rfq-table-image{
    width: 100px;
    height: 90px;
    border-radius: 4px 4px;
    margin: auto auto;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-item-rfq-table-image img{
    height: 100%;
    margin: auto auto;
    display: block;
}
.container-item-rfq-table-btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-item-rfq-table-btn{
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #9c0948;
    border-radius: 4px 4px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    margin: auto auto;
}
.container-item-rfq-table-btn:hover{

    background-color: #c23978;
}
/*.container-item-rfq-list-left{*/
/*    width: 140px;*/
/*    height: 130px;*/
/*    border-radius: 4px 4px;*/
/*    margin: auto 10px auto 3%;*/
/*    overflow: hidden;*/
/*    background-color: white;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.container-item-rfq-list-left img{*/
/*    height: 100%;*/
/*    margin: auto auto;*/
/*    display: block;*/
/*}*/
/*@media screen and (max-width: 1500px){*/
/*    .container-item-rfq-list-left{*/
/*        width: 100px;*/
/*        height: 90px;*/
/*    }*/
/*}*/
/*.container-item-rfq-list-right{*/
/*    !*width: 90%;*!*/
/*    margin: auto 3% auto 0;*/
/*    !*border: #1d98e6 1px solid;*!*/
/*    !*width: 68%;*!*/
/*}*/
/*.container-item-rfq-list-right-t1{*/
/*    !*color: #06a7e2;*!*/
/*    color: #eeeeee;*/
/*    overflow:hidden;*/
/*    text-overflow:ellipsis;*/
/*    display:-webkit-box;*/
/*    -webkit-box-orient:vertical;*/
/*    -webkit-line-clamp:1;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*}*/
/*.container-item-rfq-list-right-t2{*/
/*    font-size: 12px;*/
/*    color: #eeeeee;*/
/*    overflow:hidden;*/
/*    text-overflow:ellipsis;*/
/*    display:-webkit-box;*/
/*    -webkit-box-orient:vertical;*/
/*    -webkit-line-clamp:2;*/
/*}*/
/*.container-item-rfq-list-right-t21{*/
/*    color: #bbbbbb;*/
/*}*/
/*.container-item-rfq-list-right-t22{*/
/*    color: #06a7e2;*/
/*}*/
/*.container-item-rfq-list-btn{*/
/*    padding: 0 10px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    background-color: #9c0948;*/
/*    border-radius: 4px 4px;*/
/*    font-size: 12px;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    right: 3%;*/
/*    bottom: 10px;*/
/*}*/
/*.container-item-rfq-list-btn:hover{*/

/*    background-color: #c23978;*/
/*}*/
/*.container-item-rfq-table{*/
/*    width: 100%;*/
/*    min-height: 20px;*/
/*    !*border: #9c0948 1px solid;*!*/
/*    border-radius: 4px 4px;*/
/*    overflow: hidden;*/
/*    background-color: rgb(70, 76, 86);*/
/*}*/
/*.container-item-rfq-table-images{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.container-item-rfq-table-image{*/
/*    width: 100px;*/
/*    height: 90px;*/
/*    border-radius: 4px 4px;*/
/*    margin: auto auto;*/
/*    overflow: hidden;*/
/*    background-color: white;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.container-item-rfq-table-image img{*/
/*    height: 100%;*/
/*    margin: auto auto;*/
/*    display: block;*/
/*}*/
/*.container-item-rfq-table-btns{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.container-item-rfq-table-btn{*/
/*    padding: 0 10px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    background-color: #9c0948;*/
/*    border-radius: 4px 4px;*/
/*    font-size: 12px;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    margin: auto auto;*/
/*}*/
/*.container-item-rfq-table-btn:hover{*/

/*    background-color: #c23978;*/
/*}*/
/*.el-table{*/
/*    background-color: rgb(70, 76, 86) !important;*/
/*    border: 0 !important;*/
/*}*/
/*.el-table tr{*/
/*    background-color: rgb(70, 76, 86) !important;*/
/*    color: #dddddd;*/
/*}*/
/*.el-table thead > tr th{*/
/*    background-color: rgb(70, 76, 86) !important;*/
/*    color: white;*/
/*}*/
/*.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{*/
/*    border-color: rgb(98, 106, 119) !important;*/
/*}*/
/*.el-table--border::after, .el-table--group::after, .el-table::before{*/
/*    background: transparent !important;*/
/*}*/
/*.el-table--enable-row-hover .el-table__body tr:hover>td{*/
/*    background-color: rgb(98, 106, 119) !important;*/
/*    color:white !important;*/
/*}*/
/**整体页面 start **/
.userInBox{
    display: flex !important;
}
/**整体页面 end **/

/** 登录 start **/
.loginModal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2002;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: rgba(30, 36, 48, 0.3);
}
.loginBox{
    min-width: 460px;
    width: 480px;
    padding: 25px 70px;
    min-height: 300px;
    margin: auto auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(30, 36, 48, 1);
    box-shadow: 0 5px 15px rgba(30, 36, 48, 1);
    background-color: rgba(30, 36, 48, 0.8);
    position: relative;
}
.loginBox .logo{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    /*text-align: center;*/
    /*border: #9c0948 1px solid;*/
}
.loginBox .logo img{
    display: block;
    width: 280px;
    margin: auto auto;
    /*margin-bottom: 40px*/
}
.loginBox-title{
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin: 10px 0 10px 0;
}
.loginBox .formBox{
    color: white;
}
.loginBox .formBox .el-input__inner{
    color: white;
    background-color: rgb(70, 76, 86,0.7);
    border: none;
}
.loginBox .formBox .el-input.is-disabled .el-input__inner{
    color: white;
    background-color: rgb(70, 76, 86,0.7);
    border: none;
    font-size: 20px;
    font-weight: 600;
}
.loginBox .formBox .el-checkbox{
    color: white;
}
.loginBox .formBox .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #9c0948;
}
.loginBox-title2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0 10px 0;
}
.loginBox-title2-t1{
    margin: auto 0;
    color: white;
    font-size: 14px;
    /*font-weight: 600;*/
    cursor: pointer;
}
.loginBox-close{
    position: absolute;
    top: 5%;
    right: 3%;
    cursor: pointer;
}
.loginBox-close img{
    width: 28px;
    height: 28px;
}
.loginBox .cuowu{
    color: #9c0948;
}
/** 登录 end **/


