.page-container {
    background: #F8F8F8;
}

.page-wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
}

@media screen and (max-width: 1400px) {
    .page-wrap {
        width: 1200px;
        margin: 0 auto;
        padding: 10px 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 {
    margin-bottom: 16px;
    display: block;
}

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

.breadcrumbs {
    display: flex;
    flex: 1;
    color: #666;
}

.breadcrumbs a:before {
    content: "\f285";
    display: inline-block;
    color: #666;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    margin: 0 4px;
}

.breadcrumbs a:first-child:before {
    display: none;
}

.breadcrumbs a.active {
    color: #F3630E;
}

.total-info {
    color: #666;
}

.bar-wrap {
    display: flex;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    color: #333;
    padding: 0 24px;
    margin: 20px 0 10px 0;
}

.bar-wrap .sort {
    position: relative;
    display: inline-block;
    height: 22px;
    color: #C0C4CC;
    margin-left: 8px;
    width: 14px;
}

.bar-wrap .sort.asc .bi-caret-up-fill {
    color: #F3630E;;
}

.bar-wrap .sort.desc .bi-caret-down-fill {
    color: #f3630e;
}

.bar-wrap .sort .bi-caret-up-fill {
    position: absolute;
    top: 0;
}

.bar-wrap .sort .bi-caret-down-fill {
    position: absolute;
    bottom: 0;
}

.bar-wrap .input-wrap {
    margin-left: 16px;
}

.bar-wrap .input-wrap input {
    width: 80px;
    height: 28px;
    line-height: 14px;
    padding: 0px 5px;
    text-align: center;
    outline: none;
    transition: color 0.3s, border-color 0.3s;
    border: 1px solid #eeeeee;
}

.bar-wrap input:hover, .bar-wrap input:active {
    color: #F3630E;
    border-color: #F3630E;
}

.bar-wrap input::-webkit-input-placeholder {
    color: #cccccc;
}

.bar-wrap input::-moz-placeholder {
    color: #cccccc;
}

.bar-wrap input::-ms-input-placeholder {
    color: #cccccc;
}

.bar-wrap .input-wrap .submit {
    width: 56px;
    height: 28px;
    background: #F3630E;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.main-wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.main-wrap .main-content {
    flex: 1;
}


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

.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 .text-gray {
    color: #999;
}

.top-bidder header .title {
    margin-top: 2px;
    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;
    border-collapse: collapse;
    border: 1px solid #EDEDED;
}

.top-bidder .table td {
    height: 32px;
    padding: 0;
    text-align: center;
    border: 1px solid #EDEDED;
    background: #fff;
}

.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;
    max-width: 470px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.main-wrap .main-content .product-list {
    display: flex;
    flex-wrap: wrap;;
}

.main-wrap .product-list .m-product-card {
    width: 223px;
    margin-left: 10px;
    margin-bottom: 10px;
}


@media screen and (min-width: 1400px) {
    .main-wrap .product-list .m-product-card:nth-of-type(5n+1) {
        margin-left: 0;
    }
}

.main-wrap aside {
    width: 235px;
    margin-left: 10px;
}

.main-wrap aside header {
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    background: url(/resources/assets/images/aside_header_bg.png) no-repeat left center;
    font-size: 14px;
}

.main-wrap aside header a img {
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 112px;
}

.main-wrap aside header a span {
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #333;
}

.main-wrap aside .content {
    margin-top: 10px;
}

.main-wrap aside .content .m-product-card + .m-product-card {
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    .main-wrap {
        width: 1200px;
        margin: 0 auto;
    }

    .main-wrap .product-list .m-product-card {
        width: 230px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .main-wrap .product-list .m-product-card:nth-of-type(4n+1) {
        margin-left: 0;
    }

    .main-wrap aside {
        width: 240px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .g-search-header .g-wrap{
        width: 1400px;
        margin: 0 auto;
    }
    .g-search-header .g-wrap .form-wrap{
        margin-left: 265px;
    }
    .g-header .g-wrap{
        width: 1400px;
        margin: 0 auto;
    }
}

.inquiry-info {
    text-align: center;
    width: 600px;
    margin: 30px auto 0;
}

.inquiry-info .title {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
}

.inquiry-info .title b {
    color: #F3630E;
    cursor: pointer;
}

.inquiry-info .tip {
    color: #999999;
    line-height: 16px;
}

.good-recommend {
    margin-top: 20px;
}

.good-recommend header {
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    background: url(/resources/assets/images/aside_header_bg.png) no-repeat left center;
    font-size: 14px;
    margin-bottom: 10px;
}

.good-recommend > .content {
    display: flex;
    flex-wrap: wrap;
}

.good-recommend > .content .m-product-card {
    width: 223px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.good-recommend > .content .m-product-card:nth-of-type(5n+1) {
    margin-left: 0;
}

@media screen and (max-width: 1400px) {
    .good-recommend > .content .m-product-card {
        width: 182px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    /*.good-recommend > .content .m-product-card:nth-of-type(4n+1) {*/
    /*    margin-left: 0;*/
    /*}*/
}

.hot-city-wrap {
    margin-top: 30px;
}

.hot-city-wrap header {
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    background: url(/resources/assets/images/aside_header_bg.png) no-repeat 28px center;
    font-size: 14px;
    margin-bottom: 10px;
}

.hot-city-wrap header:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "\70ed\95e8\57ce\5e02\884c\4e1a";
    background: #333;
    padding-left: 15px;
}

.hot-city-wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.hot-city-wrap .content a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-bottom: 5px;
}

.hot-city-wrap .content a:hover {
    color: #F3630E;
}

.hot-city-wrap .content a + a:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background: #EDEDED;
    border-radius: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

.no-result {
    position: relative;
    background: url(/resources/assets/images/product_search/empty.png) no-repeat center top;
    background-size: 148px 148px;
    height: 180px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.no-result .tip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
