//css for RecommendLike
@import 'cbkfe-assets/dist/css/control.less';
.hairlines {
    .discount {
        border-right-width: 0.8px !important;
    }
}

.recommend-like {
    position: relative;
    overflow: hidden;
    padding-left: 0.75rem;
    padding-top: 1.2rem;
    .module {
        &-title {
            display: block;
            height: 1rem;
            .font(0.9rem, #000, 1rem);
            font-weight: 500;
            margin-bottom: 0.5rem;
            &:before {
                content: "";
                position: relative;
                top: 0.1rem;
                display: inline-block;
                margin-right: 0.4rem;
                width: 0.15rem;
                height: 0.75rem;
                border-radius: 0.08rem;
                background-color: #FF2244;
            }
            .module-title-item {
                vertical-align: middle;
            }
        }
        &-content {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        &-item {
            margin-top: 0.5rem;
            width: 50%;
            padding-right: 0.75rem;
            padding-bottom: 0.5rem;
            .item {
                &-cover {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    height: 5.75rem;
                    border-radius: 0.4rem;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: cover;
                }
                &-title {
                    .text-overflow();
                    margin-top: 0.3rem;
                    .font(0.7rem, #000, 1.1rem);
                    font-weight: 500;
                }
                &-message {
                    height: 1rem;
                    .font(0.6rem, #444, 1rem);
                    font-weight: 400;
                    .text-overflow();
                    display: flex;
                    justify-content: space-between;
                }
                &-slogan {
                    .text-overflow();
                    .font(0.6rem, #757575, 0.9rem);
                    font-weight: 400;
                }
                &-priceline {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-top: 0.3rem;
                    padding-top: 1px;
                    align-items: flex-end;
                }
            }
            .tag {
                display: inline-block;
                padding-right: 0.2rem;
                font-weight: 300;
                .text-overflow();
            }
            .distance {
                flex-shrink: 0;
                min-width: 1.5rem;
                color: #444;
            }
            .item-priceline-suffix {
                display: inline-block;
                .font(0.6rem, #FF2244, 0.6rem);
                font-weight: 400;
            }
            .item-priceline-prefix {
                display: inline-block;
                .font(0.5rem, #FF2244, 1.1);
                margin-right: 0.1rem;
                font-weight: 500;
            }
            .price {
                .font(0.85rem, #FF2244, 1);
                font-weight: 500;
                transform: translateY(1px)
            }
            .discount {
                display: flex;
                align-items: center;
                position: relative;
                margin-left: 0.15rem;
                padding: 0 0.3rem 0 0.45rem;
                background: url('https://static.caibeike.com/i/29c17f39f5c24d5ff46281c442e57346-WJ0TUm') 0 no-repeat;
                background-size: auto 100%;
                border-right: 1px solid #FF2244;
                border-radius: 0 0.1rem 0.1rem 0;
                font-size: 0.5rem;
                color: #FF2244;
                height: 0.65rem;
                font-weight: 400;
                &--android {
                    padding-top: 0.15rem;
                }
            }
            .market-price {
                margin-left: 0.2rem;
                .font(0.6rem,
                #757575,
                1);
                font-weight: 400;
            }
            .label {
                .market-price();
                font-weight: 300;
                margin: 0 0.2rem 0 0;
            }
        }
    }
}