.price-icon {
    width: 14px;
    margin-right: 4px;
}

.m-product-list .product-item {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.m-product-list .product-item .product-inner {
    height: 365px;
}
.m-product-list .product-item.gold-ad {
    text-align: center;
}
.m-product-list .product-item.gold-ad img{
    width: 100%;
}

.m-product-list .product-item.gold-ad .title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 25px 0 13px;
}

.m-product-list .product-item.gold-ad .tip {
    font-size: 12px;
    color: #666666;
}

.m-product-list .product-item.gold-ad .link {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: #FFCA4B;
    text-align: center;
    border-radius: 4px;
    color: #333;
    margin-top: 22px;
}

.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(../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;
}

.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;
}

.no-result p {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.no-result {
    text-align: center;
}

.no-result img {
    width: 178px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: url(../images/search-bottom.png) no-repeat center;
}

.hide {
    display: none;
}

.fixed-bottom a {
    display: block;
    height: 140px;
}

.fixed-bottom .main-container {
    width: 1330px;
    margin: 0 auto;
    position: relative;
}

.fixed-bottom .main-container img {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.m-sidebar .product-class {
    margin-top: 0;
}

.ad-label {
    position: relative;
}

.ad-label::after {
    content: '广告';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.ad-header {
    display: block;
    width: 1350px;
    margin: 0 auto 16px;
}

.ad-header img {
    width: 100%;
}

.top-bidder {
    position: relative;
    padding: 16px;
    background: #FFFEFB;
    border: 1px solid #FFCA4B;
    display: flex;
    margin-bottom: 10px;
}

.top-bidder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(/resources/shop/images/label_bw.png) no-repeat left top;
    background-size: 80px;
    z-index: 100;
}

.top-bidder .photo {
    width: 200px;
    height: 200px;
    margin-right: 17px;
}

.top-bidder header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.top-bidder header small {
    color: #D11414;
}

.top-bidder header big {
    color: #D11414;
    font-size: 20px;
}

.top-bidder header .title {
    font-size: 18px;
    display: flex;
}

.top-bidder header .title a {
    display: inline-block;
    max-width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-bidder header .title:after {
    content: '广告';
    display: inline-block;
    margin-left: 10px;
    width: 38px;
    height: 18px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.top-bidder .body {
    flex: 1;
    align-items: flex-start;
}

.top-bidder .table {
    min-width: 266px;
    max-width: 50%;
    margin-bottom: 0;
}

.top-bidder .table td {
    height: 32px;
    padding: 0;
    text-align: center;
}

.top-bidder .table td:first-child {
    background: #FAFAFA;
}

.top-bidder .info-wrap {
    flex: 1;
    text-align: right;
    padding-top: 10px;
}

.top-bidder .info-wrap > div + div {
    margin-top: 10px;
}

.top-bidder footer {
    margin-top: 14px;
}

.top-bidder .link {
    position: absolute;
    right: 144px;
    bottom: 18px;
    display: inline-block;
    width: 96px;
    height: 33px;
    line-height: 33px;
    background: rgba(243, 99, 14, 0.1);
    border-radius: 8px;
    border: 1px solid #F3630E;
    text-align: center;
    color: #F3630E;
    cursor: pointer;
}

.top-bidder .contact {
    position: absolute;
    right: 24px;
    bottom: 18px;
    display: inline-block;
    width: 96px;
    line-height: 33px;
    height: 33px;
    background: #F3630E;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.text-simple-gray{
    color: #999;
}

.main-product-box{
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
