.prolist_bg {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.prolist_bg .prolist_left {
    float: left;
    width: 956px;
}
.i_supermarket {
    width: 954px;
    height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}
.i_supermarket_head {
    height: 50px;
    line-height: 50px;
    background-color: #5ebf6e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 20px;
    font-size: 15px;
}
.i_supermarket_head>span:nth-child(1) {
    font-weight: bold;
}
.i_circle>span {
    float: left;
    display: inline-block;
    width: 79.5px;
    height: 50px;
    background-color: #5ebf6e;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: -18px;
}
.prolist_right_ad_more {
    float: right;
    width: 230px;
}
.prolist_right_ad_more>a {
    display: block;
    padding-bottom: 15px;
}
.prolist_right_ad_more>a>img {
    width: 230px;
    height: 285px;
}
/*相关回收信息推荐下边*/
.rbHeadBox{
    width: 953px;
}
.rbHead{
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    font-size: 14px;
    margin-top: 20px;
    padding-left:20px;
}
.shf1_right_pro{
    display:block;
    float: left;
    width: 230px;
    height: 260px;
    text-align: center;
    margin-top: 10px;
    margin-right: 8px;
    border:1px solid #eee;
}
.rbList>a:nth-child(4n){
    margin-right:0;
}
.shf1_right_img{
    width: 200px;
    height: 200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.shf1_right_img>img{
    width: 200px;
    height: 200px;
    margin: auto;

}
.shf1_right_p1 {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
    margin: 10px auto 6px;
    text-align: left;
}
.shf1_right_p2 {
    margin: auto;
    width: 200px;
    text-align: left;
    color:#333!important;
}
.shf1_right_p2>span:nth-child(2){
    float:right;
}

/*广告2*/
.bd_ad_bottom>a:nth-child(1) {
    margin-right: 16px;
}
.bd_ad_bottom>a>img {
    width: 590px;
    height: 90px;
}

/*认证信息*/
.authenticationInfo{
    margin-top: 20px;
    margin-bottom: 20px;
}
.shopBriefHead {
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    font-size: 14px;
    padding-left: 20px;
}
.passTime{
    font-size: 12px;
    margin-left: 15px;
}
.aiTable{
    text-align: center;
    font-size: 14px;
}
.aiTable>tbody>tr{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.aiTable>tbody>tr>td{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.aiTable>tbody>tr>td:nth-child(1),.aiTable>tbody>tr>td:nth-child(3){
    width: 140px;
    height: 60px;
    line-height: 60px;
    background-color: #fbfbfb;
}
.aiTable>tbody>tr>td:nth-child(2){
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.aiTable>tbody>tr>td:nth-child(4){
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.tableTd120{
    height: 120px!important;
    line-height: unset!important;
}
.tableTdImg{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tableTdImgbox{
    margin-right: 30px;
    float: left;
}
.tableTdImgbox>img{
    width: 134px;
    height: 169px;
    cursor: pointer;
}
.fixImg{
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 999999;
    text-align: center;
    display: none;
}
.fixImg>img{
    margin: auto;
    height: 100%;
}
.fixImgClose{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 24px;
    top:20px;
    right: 430px;
    cursor: pointer;
}

.proQualifications{
    color:#ffffff!important;
}
.otherPro{
    float:right;
    color:#ffffff!important;
    margin-right:20px;
}