.m-sidebar .product-class  .new-title {
  background-color:#fff;
}
.m-sidebar .product-class  .new-title .name{
  position:relative;
  color: #333333;
  padding-left:10px;
}
.m-sidebar .product-class  .new-title .name:before {
  position:absolute;
  content: '';
  display:block;
  width:4px;
  height:16px;
  top:0;
  left:0;
  background:#FC6921;
}
.m-product-list .product-item {
    position: relative;
    float: left;
    margin-bottom: 15px;
}
.m-product-list .product-item .product-inner {
    height:365px;
}
.product-star .product-item .product-inner{
    width:180px;
    height:340px;
}
.product-star .product-item {
    margin:0 16px;
    padding:5px 0;
    width:100%;
}
.product-star {
    margin: 0;
}
.star-img {
    position:absolute;
    top:0;
    left:0;
    width:95px;
    z-index:998;
}
.hot-img {
    width:119px;
    left:5px;
    top:5px;
}
.product-item .product-null {
    text-align:center;
    font-size:14px;
    color:#000;
    width:100%;

}
.product-null img {
    width:100%;
}
.product-item .phone-txt {
    color:#333333;
    font-size:14px;
    line-height:32px;
    padding-top:45px;
    text-align:center;

}
.product-item  .hover-txt {
    display:none;
    background:#FC6921;
    color:#fff;
    font-size:14px;
    text-align:center;
    height:160px;
    padding:40px 20px 0 20px;
}
.product-item  .hover-txt .link-to {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../images/search-icon6.png) no-repeat center;
    margin-left:5px;
}
.product-item  .hover-txt a {
   display:flex;
   align-items:center;
   justify-content: center;
   color:#fff;
   border-top:1px solid #fff;
   padding-top:20px;
   margin-top:20px;
}
.null-place:hover  .phone-txt{
    display:none;
}
.null-place:hover  .hover-txt{
    display:block;
}
.product-item .big {
    position:relative;
}
.product-item .tip-txt {
   position:absolute;
   display:block;
   width:32px;
   height:17px;
   border:1px solid #666666;
   border-radius:2px;
   text-align:center;
   line-height:17px;
   right:5px;
   top:5px;
   font-size:12px;
   color:#666666;
}
.product-infos {
    padding:10px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.product-infos .company-name {
    flex:1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-infos .company-icon1 {
    width:15px;
    height:18px;
    background:url(${base}/resources/shop/images/search-icon5.png) no-repeat center;
}
.product-infos .company-icon2 {
    width:14px;
    height:20px;
    margin:0 5px;
    background:url(../images/m-icon6.png) no-repeat center;
}
.location {
    padding:12px 10px ;
}
.product-infos .company-location {
    width:15px;
    height:16px;
    margin-right:5px;
    background:url(../images/search-icon7.png) no-repeat center;
}

.star-null {
    background:url(../images/star_defalut.png) no-repeat center;
    width:168px;
    height:168px;
}
.product-list .top-list .list-null {
    padding-top:100px;
    text-align:center;
    font-size:22px;
    color:#000;
    background:url(../images/bw_defalut.png) no-repeat center;
    height:340px;
}
.product-list .top-list .list-null a {
    display: block;
    color:#fff;
    width:150px;
    height:35px;
    line-height:35px;
    background:rgba(255,84,0,1);
    font-size:18px;
    margin:0 auto;
    margin-top:20px;
}
