.page {
    background: rgba(250, 250, 250, 1);
    margin: 0 auto;
    max-width: 480px;
    min-height: 100vh;
}

.page .header {}

/* .page .search-bar {

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.64rem;
    background: #f5f5f5;
    border-radius: 0.4rem;
    font-size: .28rem;
    padding: 0 0.26rem;
    line-height: .32rem;
    color: rgba(153, 153, 153);
}

.page .search-icon {
    margin-right: 0.14rem;
    font-size: .32rem;
} */

.ad-img-box {
    height: 4.2rem;
    border-radius: 0rem;
}

.ad-img-box img {
    height: 4.2rem;
    border-radius: 0rem;
}

.title {
    padding: 0.24rem;
    display: flex;
    align-items: center;
    flex: 1;
    line-height: 0.52rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}

.goods-cards {
    padding: 0 0.24rem;
    display: grid;
    justify-content: center;
    justify-items: stretch;
    align-items: stretch;
    grid-gap: 0.24rem;

}

.goods-card-container {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 0.16rem;
    overflow: hidden;
    min-height: 1.72rem;
}

.goods-card-image {
    width: 3.04rem;
    height: 2.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.goods-card-image img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.goods-card-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.16rem;
    overflow: hidden;

}

.title-box {
    font-weight: 600;
    color: #333;
    font-family: PingFang SC;
    font-size: .28rem;
    line-height: .4rem;
    white-space: normal;
    margin-bottom: 0.08rem;
}

.description-box {
    color: #999;
    font-size: .24rem;
    font-weight: 400;
    font-family: PingFang SC;
    line-height: .32rem;
    white-space: normal;
    margin-bottom: 0.08rem;
}

.goods-card-info .assist-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: left;
}


.new-price-container {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    color: #ff5024;
    font-family: PingFangSC;
    line-height: .32rem;
    align-items: baseline;
    margin-top: 0.04rem;
}

.price-money {
    margin-left: -0.06rem;
    height: 0.32rem;
    color: #ff5024;
    font-weight: 700;
    font-family: D-DIN-Bold;
    font-size: .2rem;
}

.xe-price--decimal {
    font-size: .32rem;
}

.other-info {
    align-items: baseline;
    color: #b2b2b2;
    font-size: .2rem;
    font-weight: 400;
    line-height: .28rem;
    margin-left: 0.08rem;
    font-family: PingFang SC;
}


.one-line-hidden,
.two-line-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line-hidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.one-line-hidden {
    white-space: nowrap !important;
}

.xe-price--decimal,
.xe-price--price-text .price-money {
    height: 0.32rem;
    color: #ff5024;
    font-weight: 700;
    font-family: D-DIN-Bold;
}

.goods-card-image .type-label-box {
    position: absolute;
    bottom: 0.12rem;
    right: 0.12rem;
    border-radius: 0.08rem;
    padding: 0 0.08rem;
    box-sizing: border-box;
    height: 0.32rem;
    line-height: .32rem;
    background: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 3;
}

.goods-card-image .type-label-box .type-label {
    color: #fff;
    font-size: .2rem;
    font-weight: 500;
    font-family: PingFang SC;
}


.footer {
    padding: 0.4rem;
    font-size: 12px;
    text-align: center;
}

.footer,
.footer a {
    color: rgba(0, 0, 0, .5);
}

.footer a{
    margin-right: 0.1rem;
}