/*-------------- 个人中心求购 ------------------------------*/

.user_tit {
    display: flex;
}

.user_tit>div {
    text-align: center;
}
.user_tit>div.active {
    background: #fff;
    color: #ff7e00;
}
.gq_products{
   margin-top: 30px;
}
.gq_products .gq_main {
    display: none;
    margin-bottom: 20px;
}
.pagination{
    margin: 30px 0 0!important; 
}
.gq_products .showmain {
    display: block;
}

.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;
}

.centre_message th {
    background: #f1f1f1;
    text-align: center;
}
.gq_products .gq_main  table tr{
    border-bottom: 1px solid #eaeaea;
    /* line-height: 40px; */
}
.gq_products .gq_main  table td,th{
    border-right: 1px solid #e0e0e0;
    line-height:34px;
    padding:6px;
}
.gq_products .gq_main  table tr td:first-child{
    width: 50%;
    text-align: left;
}
.gq_products .gq_main  table td a{
    background: #2da1ea;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
}
.gq_products .gq_main  table td a img{
    width: 12px;
}
/*--------------------------------------------- 发布供求信息------------- */

.fb_content {
    overflow: hidden;
}

.fb_content>div {
    border: 1px solid #eaeaea;
    width: 94%;
    margin: 30px 3%;
}

.fb_content>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 span {
    margin-right: 10px;
}

.fb_content .fb_table tr td:nth-child(1) {
    padding-left: 20px;
    width: 95px;
}

.fb_content .fb_table tr td:nth-child(2) {
    width: 390px;
}

.fb_content .fb_table tr td:nth-child(3) {
    width: 100px;
}


/* 上传图片 */

.hy_pic_top {
    display: flex;
    /* padding-left: 20px; */
    line-height: 30px;
    margin: 14px 0;
}

.layui-upload-drag .add-img {
    width: 80px;
    height: 20px;
    border: none;
    border-radius: 4px;
    margin: 0 20px;
}

.layui-upload-drag {
    padding: 0;
    border: none;
}

.z_photo .z_file {
    position: relative;
}

.z_photo .img_preview {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.z_photo .img_preview .img_list {
    position: relative;
    width: 172px;
    height: 190px;
}

.z_photo .img_list .del_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 158px;
    line-height: 125px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
}

.z_photo .img_list .del_img img {
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
}

.z_photo .img_list .description input {
    border: 1px solid #ddd;
    padding-left: 5px;
    height: 28px;
    width: 97%;
    margin: 10px auto;
}

.z_photo .img_list:hover .del_img {
    display: block;
}

.z_photo .layui-upload-img {
    width: 90%;
    height: 158px;
    margin: 0 5%;
}

.img-section {
    border: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.img-box .upimg-div .z_file {
    width: 125px;
    height: 125px;
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 0;
    border: none;
}

.img-box .upimg-div .z_file span {
    bottom: 20px;
    position: absolute;
    left: 27px;
    color: #999;
}


/* ------------------------供求信息列表  xm-------------------------------------------- */

.supply-list .supply-item {
    float: left;
    cursor: pointer;
}

.supply .supply-main {
    display: none;
}

.supply .selected {
    display: block;
}

.supply-info {
    width: 969px;
    height: 40px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}

.supply-info .supply-item {
    width: 322px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.supply-list .active {
    color: #ff7e00;
    background: #fff;
    border-bottom:0 none;
}
.supply-info .supply-item:nth-child(3) {
    border-right: 0 none;
}

.supply-list {
    width: 969px;
    max-height: 1035px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
}

.supply-table {
    width: 969px;
    font-size: 14px;
}

.supply-table th {
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* padding: 10px 10px; */
    font-weight: 700;
    border:0 none;
}

.supply-table tr {
    height: 50px;
    border-bottom: 1px dotted #e4e4e4;
    cursor: pointer;
}
.supply-table tr:nth-child(1){
    border-bottom: none;
    height:40px;
}
.supply-table tr th:first-child {
    
    width: 40%;
}
.supply-table tr td:first-child img{
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px 10px 0;
}
.supply-table .ellipse{
    text-align: left;
    line-height: 50px;
}
.supply-table td {
    text-align: center;
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supply {
    position: relative;
    height: 801px;
    padding-top: 16px;
}

.check-more {
    position: absolute;
    bottom: 27px;
    margin: 0 auto;
    left: 397px;
}

.check-more button {
    width: 175px;
    height: 36px;
    background-color: #ff7e00;
    border-radius: 5px;
    color: white;
    margin: 0 auto;
    font-size: 14px;
}
.pics_table table th:first-child{
    position: relative;
    padding:0;
}
.pics_table{
    border-top-left-radius: 24px;
    max-height: 1032px;
    overflow: hidden;
}
.pics_table .supply {
    height:950px;
    padding-top:0;
}
.pics_table table tr{
    border-bottom: 1px dotted #e4e4e4;
    line-height: 40px;
}
.pics_table table th{
    background: #f8f8f8;
}
.pics_table table th:first-child div{
    position: absolute;
    width: 128px;
    height: 40px;
    line-height: 40px;
    top: 0;
}
.pics_table table th:first-child .div1{
    background: url(../../images/gq_Message/gq_list_tit1.png) no-repeat top left;
    background-size: 100% 100%;
}
.pics_table table th:first-child .div2{
    background: url(../../images/gq_Message/gq_list_tit2.png) no-repeat top left;
    background-size: 100% 100%;
}
.pics_table table th:first-child .div3{
    background: url(../../images/gq_Message/gq_list_tit3.png) no-repeat top left;
    background-size: 100% 100%;
}

/* ----------------------------供求详情页---------------------------- */

.gq_1200 .sort {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0 none;
    text-indent: 1em;
}

.gq_1200 .gqbanner {
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.gq_1200 .gqbanner img {
    width: 100%;
    vertical-align: bottom;
}

.gq_detail_div table {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0 none;
}

.gq_detail_div table tr td {
    padding: 20px 0;
}

.gq_detail_div table tr td div {
    line-height: 30px;
}

.gq_detail_div table .lookphone {
    width: 188px;
    padding: 7px 0;
    letter-spacing: 5px;
    border-radius: 23px;
    cursor: pointer;
}
.gq_detail_div table .lookphone2{
    line-height:40px;
}

.gq_detail_div table .lookphone img {
    width: 20px;
    height: 30px;
    vertical-align: middle;
}

.gq_detail_div .content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0 none;
    text-indent: 1em;
}

.gq_detail_div .cont_img {
    border: 1px solid #ddd;
    border-top: 0 none;
}

.gq_detail_div .cont_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px;
}

.gq_detail_div .cont_img ul li {
    width: 250px;
    margin-right: 10px;
}

.gq_detail_div .cont_img ul li:nth-child(5) {
    margin-right: 0;
}

.gq_detail_div .cont_img img {
    width: 100%;
}

.gq_detail_div .look_bottom {
    border: 1px solid #ddd;
    height: 37px;
    border-top: 0 none;
    padding: 20px
}

.gq_detail_div .look_bottom span {
    margin-left: 20px;
    line-height: 40px;
    color: #002aa7;
}

.gq_detail_div .look_bottom .downFile,
.lookphone {
    width: 132px;
    padding: 5px 0;
    letter-spacing: 3px;
    border-radius: 20px;
    cursor: pointer;
}

.gq_detail_div .look_bottom .downFile img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.gq_detail_div .look_bottom .lookphone img {
    width: 16px;
    height: 25px;
    vertical-align: middle;
}

.col {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    margin: -4px 0px;
    padding-left: 20px;
    position: relative;
}
.nocols{
    font-size: 14px;
    line-height: 41px;
}
.cols{
    font-size: 14px;
    line-height: 41px;
}
.col img {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 17px;
    height: 17px;
}
/* 相关推荐 */
.gq_1200 .about_tuijian{
    /* line-height: 50px; */
}
.gq_1200 .about_tuijian ul {
    padding: 0 15px 15px;
    height: 145px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}
.gq_1200 .about_tuijian ul li {
    float: left;
    width: 150px;
    line-height: 15px;
    margin-right: 40px;
    margin-top: 20px;
}
.gq_1200 .about_tuijian ul li:nth-child(5n){
    margin-right: 0;
}