/*瀑布流标题*/
.guessYouLikeParentBox {
    width: 100%;
    height: 1.46rem;
}
.guessYouLikeParentBox::-webkit-scrollbar {
    display: none;
}
.guessYouLikeTag{
    padding: .28rem 0rem .30rem 0;
    white-space: nowrap;
    overflow: scroll;
    font-weight: bold;
}
.guessYouLikeTag li{
    font-size: .24rem;
    display: inline-block;
    padding: 0rem .14rem 0 .14rem;
    text-align: center;
    border-right: 1px solid rgb(222,222,222);
    width: 2.1rem;
}
.guessYouLikeTag::-webkit-scrollbar {
    display: none;
}
.guessYouLikeTag li>span{
    color: red;
    font-size: 0.3rem;
}
.guessYouLikeTag li div {
    margin-top: 0.12rem;
}
.guessYouLikeTag li div span{
    color: rgb(115,115,115);
    font-size: .20rem;
}
.flex-direction {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
}
.guessYouLikeTag li:nth-of-type(1){
    margin-left: .20rem;
}
.guessYouLikeTag li .active {
    color: white;
    font-size: .2rem;
    padding: 0.07rem 0.10rem 0.06rem 0.10rem;
    border-radius: 0.17rem;
    -webkit-border-radius: 0.17rem;
    -ms-border-radius: 0.17rem;
    -moz-border-radius: 0.17rem;
    /*border: 1px solid transparent;*/
    box-sizing: border-box;
}
.guessYouLikeBox {
    width: 7.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
}
#guessYouLikeLeftBox {
    float: left;
    width: 3.48rem;
    overflow: hidden;
}
#guessYouLikeRightBox {
    float: right;
    width: 3.48rem;
    overflow: hidden;
}
.guessYouLikeItemBox {
    padding: .2rem .24rem .38rem .24rem;
    width: 3.48rem;
    background: white;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -moz-border-radius: .1rem;
    margin-bottom:0.15rem;
}
#guessYouLikeLeftBox .imgDiv {
    width: 3rem;
    height: 3.05rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .13rem;
}

#guessYouLikeRightBox .imgDiv {
    width: 3rem;
    height: 3.05rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .13rem;
}
#guessYouLikeLeftBox .imgDiv .productPic{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}
#guessYouLikeRightBox .imgDiv .productPic{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}
.imgTagSize {
    width: 0.65rem;
    height: 0.65rem;
    position: absolute;
}
.fullOffTag {
    top: 0.04rem;
    left: 0.04rem;
}
.freeMailTag {
    top: 0.8rem;
    right: 0.04rem;
}
.freeMailAndTaxTag {
    top: 0.8rem;
    right: 0.04rem;
}
.memberLowPriceTag {
    top: 0.8rem;
    left: 0.04rem;
}
.newPersonPriceTag {
    bottom: 0.04rem;
    left: 0.04rem;
}
.newProductOffPriceTag {
    top: 1.56rem;
    left: 0.04rem;
}
.timeLimitSecondsKillTag {
    top: 0.04rem;
    right: 0.04rem;
}
.memberSecondsKillTag {
    top: 0.04rem;
    right: 0.04rem;
}
.inventoryLackTag {
    top: 1.56rem;
    right: 0.04rem;
}
.noGoodsImgTagSize {
    width: 1rem;
    height: 1rem;
    position: absolute;
}
.noGoodsTag {
    top: 1rem;
    right: 1rem;
}
.guessYouLikeBox .productName {
    max-height: 0.64rem;
    line-height: .32rem;
    font-size: .22rem;
    color: rgb(0,0,0);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.priceInfo {
    display: flex;
    align-items: baseline;
    height: .74rem;
    margin-top: 0.08rem;
    width: 200%;
    transform: scale(0.5);
    transform-origin: 0 0;
}
.priceInfo .nowPriceSpan {
    float: left;
    margin-top: 0.03rem;
    line-height: 0.92rem;
    width: 200%;
    display: flex;
    align-items: baseline
}
.priceInfo .nowPriceSpan .s1 {
    font-size: .40rem;
    color: rgb(247,108,137);
    font-weight: bold;
}
.priceInfo .nowPriceSpan .s2 {
    font-size: .72rem;
    color: rgb(247,108,137);
    margin-left: .24rem;
}
.originalPrice {
    text-decoration: line-through;
    color: #acacac;
    margin-left: 0.36rem;
    line-height: 0.40rem;
}
.originalPrice span:nth-of-type(1){
    font-size: .40rem;
    line-height: .40rem;
}
.priceInfo .buyCart {
    width: .74rem;
    height: 0.52rem;
    margin-left: auto;
    flex-shrink: 0;
}
.priceInfo .buyCart svg {
    width: auto;
    height: 0.52rem;
}