/* 生日专区 */
.tem5 .birthdayPart{
    width: 7rem;
    height: auto;
    margin: 0.25rem auto 0.18rem auto;
    padding: 0.18rem;
    background-color: white;
    border-radius: 0.11rem;
    padding: 0 0.18rem 0.18rem 0.18rem;
}
.tem5 .birthdayPart .bdayTitle{
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.18rem;
}
.tem5 .birthdayPart .bdayTitle>div{
    display: flex;
    align-items: center;
}
.tem5 .birthdayPart .bdayTitle>div>span{
    display: block;
    width: 0.44rem;
    height: 0.44rem;
    background: url("../../images/birthday/cake.png") center no-repeat;
    background-size: contain;
}
.tem5 .birthdayPart .bdayTitle>div>p{
    font-family: 'phm';
    font-size: 0.32rem;
    color: #FF9D83;
    line-height: 1em;
    margin-left: 0.18rem;
}
.tem5 .birthdayPart .bdayTitle>a{
    display: block;
    font-family: 'phr';
    font-size: 0.22rem;
    color: #BBBBBB;
    line-height: 1em;
}
.tem5 .birthdayPart .bdayList{
    width: 100%;
    height: 2.45rem;
    overflow-x: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    scrollbar-width: none;
}
.tem5 .birthdayPart .bdayList .item{
    width: 1.75rem;
    height: 2.45rem;
    min-width: 1.75rem;
    margin-right: 0.18rem;
}
.tem5 .birthdayPart .bdayList .item .img{
    width: 1.75rem;
    height: 1.75rem;
}
.tem5 .birthdayPart .bdayList .item p{
    width: 100%;
    height: 0.6rem;
    font-family: 'phr';
    font-size: 0.21rem;
    line-height: 0.3rem;
    color: #0C0C0C;
}

/* 商品列表 */
.tem5 .showGoods{
    width: 100%;
    height: auto;
    margin-bottom: 0.18rem;
}
.tem5 .showGoods .title{
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
    padding-left: 0.25rem;
}
.tem5 .showGoods .title .colorBtn{
    width: 1.75rem;
    height: 0.54rem;
    font-family: 'phr';
    font-size: 0.28rem;
    line-height: 0.54rem;
    text-align: center;
    color: var(--themeColorA);
    margin-right: 0.18rem;
}
.tem5 .showGoods .title .navList{
    flex: 1;
    height: 0.9rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.tem5 .showGoods .title .navList .item{
    min-width: fit-content;
    height: 0.54rem;
    border-radius: 0.27rem;
    border: 0.02rem solid #EEEEEE;
    padding: 0 0.27rem;
    font-family: 'phr';
    font-size: 0.28rem;
    line-height: 0.54rem;
    text-align: center;
    color: #333333;
    margin-right: 0.18rem;
}
.tem5 .showGoods .title .navList .item.active{
    background-color: var(--themeColorA);
    color: white;
}
.tem5 .showGoods .list{
    width: 100%;
    height: auto;
    padding: 0 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tem5 .showGoods .list .item{
    width: 3.4rem;
    /* height: 4.54rem; */
    height: 4.95rem;
    background-color: white;
    padding: 0.18rem 0.18rem 0 0.18rem;
    margin-bottom: 0.18rem;
    position: relative;
}
.tem5 .showGoods .list .item:after{
    content: "";
    width: 3.5rem;
}
.tem5 .showGoods .list .item .img{
    /* width: 2.63rem; */
    width: 100%;
    /* height: 2.63rem; */
    height: 3.04rem;
    background: url("../../images/g01.png") center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.tem5 .showGoods .list .item .p01{
    width: 100%;
    height: 0.3rem;
    margin-top: 0.35rem;
    font-family: 'phr';
    font-size: 0.21rem;
    line-height: 0.3rem;
    color: #0C0C0C;
}
.tem5 .showGoods .list .item .p02{
    width: 100%;
    height: 0.35rem;
    font-family: 'phr';
    font-size: 0.25rem;
    line-height: 0.35rem;
    color: #D8D8D8;
    margin-top: 0.18rem;
    text-decoration: line-through;
}
.tem5 .showGoods .list .item .p03{
    width: 100%;
    height: 0.35rem;
    display: flex;
    align-items: flex-end;
}
.tem5 .showGoods .list .item .p03>svg{
    width: 0.15rem;
    height: 0.15rem;
    color: var(--themeColorB);
    margin-bottom: 0.03rem;
}
.tem5 .showGoods .list .item .p03>p{
    font-family: 'phr';
    font-size: 0.25rem;
    line-height: 1em;
    color: var(--themeColorB);
    margin: 0 0.07rem;
}
.tem5 .showGoods .list .item .p03>p>span.op{
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    margin-right: 0.1rem;
    text-decoration: line-through;
}
.tem5 .showGoods .list .item .p03>span{
    font-size: 0.14rem;
    line-height: 1em;
    color: var(--themeColorB);
}
.tem5 .showGoods .list .item .p03>p.plus{
    margin: 0;
}