html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* css */
.advertising-box{
    border-radius: 0.2rem;
    overflow: hidden;
    width: 7.2rem;
    height: 5.24rem;
    position: relative;
    margin: 0 auto;
}

.img-box{
    border-top-left-radius: .2rem;
    overflow: hidden;
    border-top-right-radius: .2rem;
    /* object-fit:contain; */
    width: 0px;
    height: 4.05rem;
    position: relative;
}
.normalimg{
    display: block;
    position: relative;
    /* height: 3.72rem; */
    margin: 0 auto;
    z-index: 2;
}
.filterImg{
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);    
    filter: blur(5px);
    position: absolute;
    top: 0;
    z-index: 1;
}
.bottom-text-box{
    overflow: hidden;
    position: relative;
    height: 1.19rem;
}
.left-box{
    float: left;
    font-size: 0.24rem;
    font-family: ProductSans-Regular, ProductSans;
    width: calc(100% - 2.5rem);
    position: absolute;
    top: 50%;
    margin-top: -.4rem;
    padding-left: .22rem;
}
.title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .3rem;
    font-size: .26rem;
}
.right-box{
    float: right;
    width: 1.8rem;
}
.shooping-button{
    width: 1.74rem;
    height: 0.55rem;
    background: #247FFF;
    border-radius: 0.12rem;
    border: none;
    font-size: 0.26rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.55rem;
    position: absolute;
    top: 50%;
    margin-top: -.275rem;
    right: .24rem;
}
.price-box{
    color: #FF2C00;
    margin-top: .1rem;
    overflow: hidden;
}
.rm-text{
    font-size: 0.2rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 400;
    margin-right: 0.05rem;
    /* margin: .16rem 0 .16rem .16rem; */
}
.price-text{
    font-size: 0.36rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 500;
    margin-left: .01rem;
}
.no-price{
    position: relative;
    color: #D8D8D8;
    float: left;
    margin: 0 .18rem;
    line-height: .45rem;
}
.centerline{
    height: 0.02rem;
    width: 110%;
    position: absolute;
    top: 50%;
    background: #D8D8D8;
    left: -.05rem;
}
.bottom-text{
    font-size: 0.18rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 0.3rem;
    /* margin-top: 0.24rem; */
    /* margin-bottom: 0.2rem; */
    padding-left: .22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topPrice-discount {
    z-index: 229;
    height: 1.1rem;
    background: url(../static/red.png)
        100% 100% no-repeat;
    background-size: 100% 100%;
    width: .94rem;
    justify-content: flex-start;
    padding-top: .12rem;
    align-items: center;
    position: absolute;
    right: .24rem;
    /* top: -.1rem; */
}

.block-discount {
z-index: auto;
/* width: .52rem; */
height: .62rem;
}

.info1 {
z-index: 230;
/* width: .52rem; */
display: block;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: .38rem;
font-family: Roboto-Regular;
line-height: .38rem;
text-align: center;
}

.info2 {
    z-index: 231;
    /* width: .39rem; */
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .24rem;
    font-family: Roboto-Regular;
    line-height: .24rem;
    text-align: center;
    align-self: center;
    margin-top: .05rem;
}
.bottom-discount{
    width: .92rem;
    height: 0.28rem;
    background: #FF2C00;
    border-radius: 0.06rem;
    font-size: 0.18rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: center;
    float: left;
    margin-top: .04rem;
}
.shopee{
    font-size: 0.18rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 0.3rem;
    position: absolute;
    z-index: 11;
    top: .12rem;
    left: .24rem;

}
.bottomDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: fff;
    background: rgb(0 0 0 / 20%);
}
.no-pricetext{
    font-size: .2rem;
}
.price-text-point{
    font-size: .18rem;
    font-family: ProductSans-Regular, ProductSans;
    font-weight: 500;
}