/* 求购信息列表 */
body {
    background: #F7F8FC;
}
.qiugou_list {
    margin-bottom: 60px;
}
 .container{
    display: inline-block;
    width: 100%;
}
.qiugou_list .title {
    font-size: 36px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
    margin-top: 70px;
}
.qiugou_list .container .list{
    width: 922px;
    float: left;
    background-color: white;
    border-radius: 5px;
}
.qiugou_list .container .list .top_tit {
    display: flex;
    background-color: #f7f8fc;
    padding: 0 10px;
}

.qiugou_list .container .list .top_tit .t {
    flex: 1;
    line-height: 46px;
    box-sizing: border-box;
    text-align: center;
}

.qiugou_list .container .list .top_tit .t.t-1 {
    text-indent: 10px;
    flex: 4;
    text-align: left;
}
.qiugou_list .container .bott_con{
    padding: 0 10px;
}
.qiugou_list .container .bott_con .item {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    color: #333;
}
.qiugou_list .container .bott_con .item:last-child{
    border: none;
}

.qiugou_list .container .bott_con .c {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    text-align: center;
}

.qiugou_list .container .bott_con .c .lc {
    color: #FF7112;
}
.qiugou_list .container .bott_con .c.c-1 {
    flex: 4;
    text-align: left;
}
/* 求购内容 */
.qiugou_content .top .user{
    float: left;
}
.qiugou_content .top .user img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.qiugou_content .top .info{
    float: left;
    margin-left: 18px;
    width: 1110px;
}
.qiugou_content .top .info .tit{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.qiugou_content .top .info .data{
    color: #A7ADB4;
    font-size: 14px;
    margin-top: 21px;
}
.qiugou_content .top .info .data .id,
.qiugou_content .top .info .data .time{
    display: flex;
    align-items: center;
    float: left;
}
.qiugou_content .top .info .data .time{
    margin-left: -4px;
}
.qiugou_content .top .info .data .views{
    float: right;
}
.qiugou_content .top .info .data img{
    margin-right: 6px;
    width: 13px;
    height: 12px;
}
.qiugou_content .bott{
    width: 925px;
    float: right;
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
}
.qiugou_content .bott .title{
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    padding: 17px 0 17px 27px;
    font-weight: 500;
    display: flex;
}
.qiugou_content .bott .title span{
    margin-top: 13px;
    margin-left: 10px;
    flex: 1;
    background-image: url(/static/pcimg/fengexian.png);
    height: 1px;
}
.qiugou_content .bott .table ul{
    display: flex;
    text-align: center;
}
.qiugou_content .bott .table ul li{
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
}
.qiugou_content .bott .table ul .t{
    flex: 2;
    background-color: #F7F8FC;
    border-left: 1px solid #AFB0BB;
    border-bottom: 1px solid #AFB0BB;
    text-align: right;
    padding-right: 20px;
}
.qiugou_content .bott .table ul .c{
    flex: 3;
    border-left: 1px solid #AFB0BB;
    border-bottom: 1px solid #AFB0BB;
    text-align: left;
    padding-left: 20px;
}
.qiugou_content .bott .table ul .t1{
    text-align: center;
}
.qiugou_content .bott .table ul .t2{
    flex: 13;
    border-left: none;
}
.qiugou_content .bott .table ul .c.c1{
    border-bottom: none;
    height: auto;
    text-align: left;
    padding: 15px 28px;
    line-height: 1.8;
}
.qiugou_content .bott .table{
    border: 1px solid #AFB0BB;
    border-left: none;
    margin: 20px 68px 20px 68px;
    font-size: 14px;
}
.qiugou_content .bott .tips{
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 55px;
}

.qiugou_content .qiugou_tel {
    width: 180px;
    height: 46px;
    line-height: 46px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #E53A11;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 60px;
}
.hide{
    display: none;
}
.qiugou_list_order{
    text-align: right;
    padding: 20px;
}
.qiugou_list_order a{
    margin-right: 20px;
}
.qiugou_list_order a:last-child{
    margin-right: 0px;
}
.qiugou_list_order a img{
    width: 10px;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
.list_r{
    width: 238px;
    float: right;
}
.list_r1{
    background: #E53A11;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
}
.list_r2{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list_r3{
    background: white;
    border-radius: 5px;
}
.list_r3 img{
    /*width: 100%;
    height: 186px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    width: 200px;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
.list_r3_con{
    padding: 15px 10px;
}
.list_r3_con1{
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 7px;
}
.list_r3_con2{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #C8CFDB;
    align-items: center;
}
.list_r3_con2r{
    color: #E53A11;
    font-size: 16px;
}
.list_r3_a{
    margin-bottom: 15px;
    display: block;
}
.list_r_show{
    width: 238px;
    float: left;
}
.qiugou_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 50px 20px;
}