
/* -----------------------------个人中心询价列表 --------------------------------------*/
.user_tit {
    display: flex;
}

.user_tit>div {
    text-align: center;
}
.user_tit>div>a{
    width: 140px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    margin: 0;
}
.user_tit>div.active a {
    background: #fff;
    color: #ff7e00;
}
.fb {
    position: absolute;
    right: 20px;
    top: 6px;
}

.fb a {
    /* padding: 10px 20px; */
    margin-right: 3%;
    border-radius: 5px;
}
.fb a:hover{
    color:#ffff;
}
.centre_message {
    border: 1px solid #eaeaea;
    width: 94%;
    margin: 0 3%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
.xbj_products{
    margin-top: 30px;
 }
 .xbj_products .xbj_main {
     /* display: none; */
     margin-bottom: 20px;
 }
 .xbj_products .xbj_main>p>img{
     width: 20px;
     height:20px
 }
 /* .pagination{
     margin: 30px 0 0!important; 
 } */
 /* .gq_products .showmain {
     display: block;
 } */
.centre_message th {
    background: #f1f1f1;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}
.xbj_products .bj_xbj_main table tr td:first-child  {
    width: 20%!important;
    background: #f1f1f1;
    text-align: center!important;
}

.xbj_products .xbj_main  table tr{
    border-bottom: 1px solid #e8e8e8;
    /* line-height: 40px; */
}
.xbj_products .xbj_main  table td{
    border-right: 1px solid #eaeaea;
    line-height:34px;
    padding:6px;
}
.xbj_products .bj_xbj_main table td{
    text-align: left;
}
.xbj_products .xbj_main  table tr td:first-child{
    width: 50%;
    text-align: left;
}
.xbj_products .xbj_main  table td a{
    background: #2da1ea;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
}
.xbj_products .xbj_main  table td a img{
    width: 12px;
}

/* ---------------------------------个人中心我的询价详情页 -----------------------*/
.xbj_main>p{
    width: 94%;
    margin: 15px 3%;

}
.xbj_products .cp_detail {
    width: 90%;
    margin: 0 3%;
    border:1px solid #eaeaea;
    padding:18px;
    height: 68px;
}
.xbj_products .cp_detail .bottom{
   line-height: 30px;
}
.xbj_products .cp_detail .bottom span{
    display: inline-block;
}
.xbj_products .cp_detail .bottom span:first-child{
    margin-right: 50px;
    max-width: 460px;
    min-width: 230px;
   
}
.xbj_products .cp_detail .bottom .statu{
    display: inline-block;
    padding:0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #eee;
    color: #00830f;
}
.looklook{
    cursor: pointer;
}
.choose_price button{
    border:1px solid #ddd;
    padding:5px 30px;
    letter-spacing: 3px;
    color: #ff0000;
}
.choose_pricedd{
    border:0 none!important;
    padding: 5px 0px!important;
    letter-spacing: 0!important;
}

/*----------------------------------------------- 个人中心发布询价 ----------------------------------*/
.fb_content {
    overflow: hidden;
}

.fb_content>form>div {
    border: 1px solid #eaeaea;
    width: 94%;
    margin: 30px 3%;
}

.fb_content>form>div .anquanjb {
    padding: 0 2%;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb_content .fb_table {
    width: 100%;
}

.fb_content .fb_table tr {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: 75px;
}
.fb_content .fb_table tr:last-child{
    border:0 none
}

.fb_content .fb_table span {
    margin-right: 10px;
}

.fb_content .fb_table tr td:nth-child(1) {
    padding-left: 20px;
    width: 112px;
}
.fb_table1 input{
    border:1px solid #d2d2d2;
    width: 27%;
    height:33px;
}
.fb_table1 select{
    width: 26%;
    height: 35px;
}
.fb_table2 th{
    text-align: center;
}
.fb_table2 td{
    text-align: center;
}
.fb_content .fb_table2 tr td:nth-child(1){
    padding: 0;
}
.fb_table2 input{
    border:1px solid #d2d2d2; 
    width:100px;
    padding:1px 3px;
}

.fb_content .fb_table3 tr td:nth-child(1){
    width: 143px;
}
.fb_content .fb_table3 input{
    width: 30px;
}
.upfile_ul{
    height: 87px;
    padding: 0 30px;
    margin:15px 0;
}
.upfile_ul li{
    width: 48%;
    height: 87px;
    display: flex;
    border:1px solid #d2d2d2;
}
.upfile_ul li>div{
    line-height: 30px;
    padding-top: 13px;
}
.upfile_ul li>div:first-child{
    background: #f8f8f8;
    width: 30%;
}
.upfile_ul li>div.wenjian{
    display: flex;
    margin-left: 16px;
}
.upfile_ul li>div.wenjian img{
    width: 50px;
    height: 53px;
    margin: 5px 10px 5px 0px;
}
.upfile_ul li>div.wenjian p{
    color:#3ba76a ;
}
.upfile_ul li>div.wenjian a{
    display: inline-block;
    padding:1px 4px;
    background: #f1f1f1;
    border:1px solid #8f8f8f;
    border-radius: 3px;
    line-height: 15px;
}
.fb_btn{
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    margin: 0 auto 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}
/* -------------------------------询价采购列表-------------------------------- */
.supply-list{
    float: left;
    cursor: pointer;
    margin-top: 20px;
}
.supply-table{
    width: 100%;
    border:1px solid #d2d2d2;
}
.supply-table tr{
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
}
.supply-table tr th{
    text-align: center;
    background: #f1f1f1;
}
.supply-table tr th:first-child {   
    width: 30%;
}
.supply-table .ellipse{
    text-align: left;
}
.supply-table td {
    text-align: center;
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supply-table .bj{
    display: inline-block;
    padding: 1px 4px;
    width: 44px;
    height: 17px;
    line-height: 17px;
}

/* ------------------------------------------询价采购报价详情页-------------- */
.quote_detail .xbj_products{
    margin-top: 23px;
}
.quote_detail .xbj_products .cp_detail{
    width: 95%;
    margin: 0;
}
.quote_detail .xbj_main>p {
    width: 94%;
    margin: 15px 0;
}
.quote_detail  .centre_message {
    border: 1px solid #eaeaea;
    width: 99%;
    margin:0;
}
.quote_detail  .xbj_products .cp_detail .bottom .statu {
    padding: 0 25px;
    border-radius: 3px;
    background: #ff7e00;
    color: #fff;
    border: none;
    cursor: pointer;
}
.quote_detail .xbj_products .xbj_main>p>img {
    vertical-align: middle;
}
/* -----------------------------报价弹框 ----------------------*/
.prop_box{
    display: none;
    z-index: 111111;
    background: rgba(0, 0, 0,0.8);
    position: fixed;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prop_box .content{
    width: 70%;
    /* height: 80%; */
    margin: 30px auto;
    overflow: auto;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
.prop_box .content>img{
    width: 20px;
    height: 20px;
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
}
.prop_box .content table tr{
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
}
.prop_box .content table tr td{
    border: 1px solid #d2d2d2;
}
.prop_box .content table tr td input{
    border:1px solid #d2d2d2;
    line-height:25px;
    border-radius: 3px;
    padding: 0 10px;
}
.prop_box .content table span {
    margin-right: 10px;
}
.prop_box .content .bj_tan {
    margin-bottom: 30px;
}
.prop_box .content .bj_tan table tr td{
    text-align: left;
    padding-left: 20px;
}
.prop_box .content .bj_tan table tr td:first-child{
    background: #f1f1f1
}
.prop_box .content .tj_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    margin: 0 auto 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}
/* ------------------------------个人中心报价查看详细弹框--------------------- */
.prop_box2 .content{
    width: 70%;
    /* height: 80%; */
    margin: 30px auto;
    overflow: auto;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
.prop_box2 .content>img{
    width: 20px;
    height: 20px;
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
}
.prop_box2 .content table tr{
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
}
.prop_box2 .content table tr td{
    border: 1px solid #d2d2d2;
}
.prop_box2 .content table tr td input{
    border:1px solid #d2d2d2;
    line-height:25px;
    border-radius: 3px;
    padding: 0 10px;
}
.prop_box2 .content table span {
    margin-right: 10px;
}
.prop_box2 .content .bj_tan {
    margin-bottom: 30px;
}
.prop_box2 .content .bj_tan table tr td{
    text-align: left;
    padding-left: 20px;
}
.prop_box2 .content .bj_tan table tr td:first-child{
    background: #f1f1f1
}
.prop_box2 .content .tj_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    margin: 0 auto 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}

.word_sou button {
    width: 80px;
    text-align: center;
    line-height: 32px;
    background: #ff7e00;
    color: #fff;
}
.word_sou input {
    width: 200px;
    height: 30px;
    line-height: 28px;
    padding-left: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}