@import 'cbkfe-assets/dist/css/control.less';

.package-image--boutique {
    position: relative;

    &::before {
        content: '精品推荐';
        position: absolute;
        top: 0.3rem;
        left: 0.3rem;
        width: 3.5rem;
        height: 1rem;
        background: url('https://static.caibeike.com/i/96a1a0ca8028d183320ee4442b6f79b7-VE3n7L-AbgwCihp1') no-repeat;
        background-size: contain;
        background-position: left top;
        z-index: 20;
        .font(0.6rem,
            #000,
            1rem);
        font-weight: 500;
        text-align: right;
        padding-right: 0.1rem;
    }
}

.card-packages-content {
    padding: 0 0.75rem;
    padding-bottom: 0.75rem; // position: relative;
}

.packages-moreBtn-container {
    margin-top: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.packages__moreBtnShow {
    position: absolute;
    bottom: 0;
    width: 17.25rem;
    height: 5.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 44%, #FFFFFF 100%);
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 0.8rem;
    font-weight: 400;
    color: #FF2244;
    line-height: 0.8rem;

    .icon--arrow--down {
        font-size: 0.6rem;
        margin-left: 0.3rem;
    }
}

.card-packages__moreBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    .font(0.8rem, #f24, 1.3rem);
    font-weight: 400;
    text-align: center;
    padding: 0 0.8rem;
    transform: rotate(360deg);

    .iconfont {
        margin-left: 0.3rem;
        font-size: 0.5rem;
        display: inline-block;
        line-height: 0.5rem;
    }

    &--true {
        .iconfont {
            display: inline-block;
            transform: translateY(1px);
        }
    }

    //收起状态
    &--false {
        .iconfont {
            display: inline-block;
            transform: rotate(180deg) translateY(1px);
        }
    }
}

.card-packages-content-relative {
    position: relative;
}

.card-packages-content-normal {
    position: static;
}

.cbkfe-card-package {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.2rem 0.6rem 0rem #E9E9E9;
    border-radius: 0.2rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;

    .package-image {
        position: relative;
        // width: 4.2rem;
        // height: 4.2rem;
        width: 4rem;
        height: 4rem;
        background: rgba(216, 216, 216, 1);
        border-radius: 0.2rem;
    }

    .package-image-container {
        position: relative;
        height: 4rem;
        width: 4rem;
    }

    .package-image--TagIconUrl {
        position: absolute;
        top: 0.3rem;
        left: -0.2rem;
        width: 3.9rem;
        height: 1.05rem;
        z-index: 1;
    }


    .package-image--noAppoint {
        position: relative;

        &::after {
            content: '免预约';
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
            width: 2.45rem;
            height: 0.9rem;
            background: #000000;
            border-radius: 0rem 0.4rem 0rem 0.2rem;
            text-align: center;
            font-size: 0.55rem;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 0.9rem;
            background-color: rgba(0, 0, 0, 0.6);
        }
    }

    .package-info {
        flex: 1;
        min-width: 50%;
        padding-left: 0.5rem;

        .package-info-consumption-count {
            width: 100%;
            height: 0.75rem;
            font-size: 0.75rem;
        }
        .package-info-consumption-count-box {
            position: relative;
            display: flex;
            margin: 0.2rem 0;

            &__left{
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 0;
                top: 0;
                width: 0.75rem;
                height: 0.75rem;
                background: linear-gradient(135deg, #FFCC44 0%, #FF9933 100%);
                border-radius: 0.1rem;

                &__icon {
                    height: 0.4rem;
                    width: 0.4rem;
                }
            }

            &__right {
                position: absolute;
                top: 0;
                left: 0.6rem;
                min-width: 3.05rem;
                height: 0.75rem;
                background: rgba(255, 153, 51, 0.08);
                border-radius: 0.1rem;
                border: 0.03rem solid rgba(255, 153, 51, 0.2);
                font-size: 0.5rem;
                font-family: PingFangSC-Regular, PingFang SC;
                color: #FF9933;
                line-height: 0.75rem;
                padding-left: 0.4rem;
                padding-right: 0.3rem;
            }
        }
    }

    .package-info-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }
    .package-info-distance {
        display: inline-block;
        width: 2.1rem;
        font-family: PingFangSC-Regular;
        letter-spacing: 0;
        text-align: right;
        .font(0.6rem, #9D9D9D, 1.0rem);
        margin-left: 0.6rem;
    }

    .package-title-text {
        position: relative;
        flex: 1;
        padding-left: 0 !important;
        .font(0.75rem,
            #000,
            1.0rem);
        font-weight: 500;
        .text-overflow();

        &::after {
            content: '';
            // position: absolute;
            // left: 0;
            // top: 50%;
            // transform: translateY(-50%);
            width: 0 !important;
            height: 0 !important;
            // background: url('https://static.caibeike.com/i/a5f2168463fdc94c5f00e5918499a5f4-M7pKk6') no-repeat;
            // background-size: 0.75rem;
            // background-position: 0 0.05rem;
        }
    }

    .package-title-icon {
        flex-shrink: 0;
        width: 0.75rem;
        height: 0.75rem;
        margin-left: 0.5rem;
    }

    .package-distance {
        margin-top:0.25rem;
        flex-shrink: 0;
        .font(0.6rem,
            #9d9d9d,
            0.8rem);
    }

    .package-info-subTitle {
        display: flex;
        // align-items: center;
        justify-content: space-between;
        overflow: hidden;
        margin-top: 0.225rem !important;

        .package-info-content {
            display: inline-flex;
            overflow: hidden;
            align-items: center;
        }

        .package-subTitle {
            // flex: 1;
            .font(0.65rem,
                #000,
                0.8rem);
            font-weight: 400;
            .text-overflow();
        }

        .package-consumeText {
            height: 0.9 rem;
            font-size: 0.55rem;
            color: #757575;
            line-height: 0.9rem;
            text-align: right;
            margin-left: 0.6rem;
            white-space: nowrap;
        }
    }

    .package-info-firstCanAppointDay{
        margin-top:0.35rem !important;
        display: flex;
    }

    .package-info-firstCanAppointDayText{
        flex: 1;
        font-size: 0.6rem;
        line-height: 1;
        font-weight: 400;
        color: #757575;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .package-info-firstCanAppointDayDistance{
        flex-shrink: 0;
        font-size: 0.6rem;
        color: #9d9d9d;
        line-height: 1;
    }

    .package-info-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .cardPackage-item__desc {
        flex: 1;
        margin-top: 0.25rem;
        font-size: 0;
        line-height: 0;
        .line-clamp(1);

        .cardPackage-item__descItem {
            display: inline-flex;
            align-items: center;
            font-size: 0.6rem;
            line-height: 0.8rem; // margin-bottom: 0.2rem;
            font-weight: 400;
            color: #757575;
            flex-shrink: 0;

            &:first-child {
                &[data-type="2"] {
                    font-weight: 500;
                    color: #22BE8E;
                }
            }

            &:not(:first-child)::before {
                content: '|';
                display: inline-block;
                font-size: 0.6rem;
                font-weight: 400;
                color: #757575;
                margin: 0 0.3rem;
            }
        }
    }

    .cardPackage-item__labels {
        margin-top: 0.23rem;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        height: 0.95rem !important;
        .line-clamp(1);

        .cardPackage-item__label {
            display: inline-flex;
            margin-right: 0.3rem;
            margin-bottom: 0.1rem;

            .productor-recommend__tagText {
                font-size: 0.5rem;
                font-weight: 300;
                color: #9D9D9D;
                overflow-x: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 0.65rem;
            }

            .recommend__tagText--and {
                transform: translateY(1px);
            }
        }
    }

    .package-exprience {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 0.5rem;
        background: rgba(249, 249, 249, 1);
        border-radius: 0.1rem;
        padding: 0.3rem;
        box-sizing: border-box;

        &--white {
            background: #fff;
        }

        .package-exprience-travelImg {
            flex-shrink: 0;
            width: 1rem;
            height: 1rem;
            border: 1px solid #fff;
            border-radius: 100%;

            &:not(:first-child) {
                margin-left: -0.2rem;
            }
        }

        .package-exprience-travelNum {
            flex: 1;
            .font(0.6rem,
                #444,
                0.8rem);
            margin-left: 0.4rem;
        }

        .package-verify {
            flex-shrink: 0;
            .font(0.6rem,
                #9d9d9d,
                0.8rem);
        }
    }

    .package-boutique-image {
        width: 2.7rem;
    }
}

.cbkfe-packageInfoCard-popup {
    width: 16rem;
    background: #f9f9f9;
    border-radius: 0.4rem;
    overflow: hidden;
    margin: auto;

    .package-card-modal {
        position: relative;
        background: #f9f9f9;

        .card-modal-header {
            position: relative;
            display: flex;
            align-items: flex-start;
            overflow: hidden;
            flex-wrap: nowrap;
            padding: 0.75rem; // .border-bottom-1px(#e9e9e9);
        }

        .package-content__card {
            box-shadow: none;
        }

        .modal-header-image {
            flex-shrink: 0;
            width: 2.25rem;
            height: 2.25rem;
            margin-right: 0.5rem;
            border-radius: 0.2rem;
        }

        .modal-header-titles {
            flex: 1;
            overflow: hidden;
        }

        .modal-header-brandTitle {
            position: relative;
            .font(0.7rem,
                #ff9933,
                0.9rem);
            font-weight: 400;
            padding-left: 1rem;
            padding-right: 0.75rem;
            .text-overflow();

            &::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0.125rem;
                background: url('https://static.caibeike.com/i/a5f2168463fdc94c5f00e5918499a5f4-M7pKk6') no-repeat;
                background-size: 0.65rem;
                width: 0.9rem;
                height: 0.9rem;
            }
        }

        .modal-header-closeIcon {
            position: absolute;
            right: 0;
            top: 0.15rem;
            width: 0.63rem;
            height: 0.63rem;
            margin-left: 0.5rem;
        }

        .modal-header-packageTitle {
            .font(0.8rem,
                #000,
                1rem);
            margin-top: 0.25rem;
            font-weight: 500;
            .text-overflow();
        }

        .card-modal-footer {
            &--food {
                position: relative;
                min-height: 3.75rem;
                background: rgba(255, 255, 255, 1);
                box-shadow: 0rem -0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.04);
                padding-top: 0.75rem;
                box-sizing: border-box;
            }

            &--park {
                padding-bottom: 1rem;
                background: #f5f5f5;
            }
        }

        .card-modal-btn {
            width: 10.5rem;
            height: 2rem;
            .font(0.8rem,
                #fff,
                2rem);
            background: rgba(255, 34, 68, 1);
            border-radius: 0.2rem;
            font-weight: 500;
            text-align: center;
            margin: auto;
        }

        .card-modal-content {
            max-height: 16.5rem;
            overflow: auto;

            .package-content {
                background: #f9f9f9;
                margin-top: 0;
                padding: 0.75rem;
                padding-top: 0;

                .food-menu-container {
                    background: #Fff;
                }
            }
        }
    }
}

.cbkfe-cardPackages-description {
    background: rgba(249, 249, 249, 1);
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.65rem 0.5rem;

    &--only {
        background: #fff;
    }

    .package-description-title {
        position: relative;
        margin-bottom: 0.32rem;
        font-size: 0.75rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 0.95rem;
        padding-left: 1rem;

        &::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            background: url('https://static.caibeike.com/i/7b45423fba4aa6bf7bb03217e3a2fc3f-VhLFb0@!c150') no-repeat;
            background-size: 0.7rem;
            background-position: center;
            width: 0.8rem;
            height: 0.8rem;
        }
    }

    .package-description-li {
        margin-top: 0.18rem;
        font-size: 0.7rem;
        font-weight: 300;
        color: rgba(68, 68, 68, 1);
        line-height: 0.9rem;
    }
}

.cbkfe-card-packages {
    .card-packages-header {
        padding: 0 0.75rem;
        padding-bottom: 0.75rem;
        align-items: center;

        .cmh-all {
            flex-shrink: 0;

            .iconfont-down {
                transform: rotate(90deg);
            }

            .iconfont-up {
                transform: rotate(-90deg);
            }
        }

        .cmh-all>.iconfont {
            display: none;
        }
    }

    .card-packages-titleLabel {
        margin-left: 0.5rem; // width: 4.5rem;
        // height: 0.95rem;
        background: linear-gradient(45deg, rgba(255, 204, 68, 1) 0%, rgba(255, 153, 51, 1) 100%);
        border-radius: 0.48rem 0.48rem 0.48rem 0.05rem;
        .font(0.6rem,
            #fff,
            0.8rem);
        padding: 0 0.3rem;
        vertical-align: top;
        transform: translateY(-2px);

        .card-packages-labelCount {
            display: inline-block;
            font-family: D-DINCondensed-Bold;
            .font(0.8rem,
                #fff,
                1rem);
            margin-right: 0.1rem;

            &--ios {
                transform: translateY(1px);
            }

            &--android {
                transform: translateY(1px);
            }
        }
    }

    .card-packages-btns {
        flex-shrink: 0;

        .card-packages-btn {
            .font(0.7rem,
                #757575,
                0.9rem);

            &--active {
                font-weight: 500;
                color: #FF2244;
            }

            &--normal {
                font-weight: 500;
                color: #000000;
            }

            &:not(:only-child):first-child {
                margin-right: 1.1rem;
            }
        }
    }

    .icon--arrow {
        display: inline-block;
        font-size: 0.5rem;
        margin-left: 0.3rem;
    }


}

.cbkfe-package-switchCity {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    transition: visibility 0.2s linear, background 0.2s linear;
    overflow: hidden;

    &--visible {
        visibility: visible;
        background: rgba(0, 0, 0, 0.6); // height: 100vh;

        .package-switchCity-content {
            transform: translateY(0);
        }
    }

    &--hidden {
        visibility: hidden;
        background: rgba(0, 0, 0, 0);

        .package-switchCity-content {
            transform: translateY(-100%);
        }
    }

    .package-switchCity-scroll {
        padding: 0 0.53rem 0rem 0.53rem;
        display: flex;
        flex-wrap: wrap;
    }

    .package-switchCity-scroll-bottom {
        height: 1rem;
        background: #fff;
        width: 100%;
    }

    .package-switchCity-touch {
        max-height: 60vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .package-switchCity-touch2 {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .package-switchCity-content {
        flex: 1;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        transition: transform 0.2s linear;
        background: #fff;

        .package-switchCity-city {
            display: flex;
            justify-content: center;
            border-radius: 0.63rem;
            font-size: 0.7rem;
            font-weight: 400;
            background: #f5f5f5;
            line-height: 1.25rem;
            padding: 0 0.45rem;
            margin-right: 0.45rem;
            margin-top: 0.75rem;
            min-width: 3.9rem;

            &--active {
                background: rgba(255, 34, 68, .1);
                color: #FF2244;
            }
        }
    }
}

.card-packages-btns-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.comment-title {
    transform: translateY(2px);
}

.text-layout {
    display: flex;
    flex-direction: row;
    align-items: center;

    .text-over {
        max-width: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .text-no-choose {
        color: #757575;
        font-weight: 400;
        line-height: 0.9rem;
    }
}

.cbkfe-hotelcard-package {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.2rem 0.6rem 0rem #E9E9E9;
    border-radius: 0.2rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;

    .package-image-container {
        position: relative;
        height: 4.95rem;
        width: 4.95rem;
    }

    .package-image {
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(216, 216, 216, 1);
        border-radius: 0.2rem;
    }

    .package-imgicon{
        position: absolute;
        top: -0.25rem;
        left: -0.62rem;
        width: 3.9rem;
        height:1.05rem;
    }

    .package-info {
        flex: 1;
        min-width: 50%;
        height:4.95rem;
        padding-left: 0.5rem;

        .package-info-headers{
            display: flex;
            
            .package-info-aisde{
                flex: 1;
                width: 1px;
            }

            .package-info-checked{
                position: relative;
                width: 1.8rem;
                display: flex;

                .package-info-checked{
                    position: absolute;
                    right:0;
                    bottom:0.4rem;
                    width: 0.9rem;
                    height:0.9rem;
                    background: url('https://static.caibeike.com/i/17157550470eb85945d267814ec0db0a-WqXxzN-iAwiAhp1') no-repeat;
                    background-size: 100% 100%; 
                    border-radius:50%;  
                }

                .checked{
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAMAAABzP0xhAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA/QIE+vXrVfHvhkVB5dxcUEs8Lygi95yXbWNHCMp6NjTUt6t+fJJTFt4AAAEPSURBVDjLfdKHjoMwEEVRDzgQSpa+lNRt7/8/cSeMjZUge4QAWdcHCVDBicw13Ay3vAw3saozEPKwkx5ABDRBR3MilNdp2AGg8et3ztIQks7rFEdpCJXXKTPj6EVFHqc1DVElTcTHm9MmxvmsvM49cU4si8U0pi/O/WSd1DoziDDFrulO0KujU+v0vKQ1JtnD5+7DOIfNUSlve1q5itam355Vq40v7Dv744KbzanFEf8bWqpZXdSwNY04Mm6dFtV/mftjI46V1COxu+erbc7s+L6la6L9H6hNZZqCnf03X56MDCErxdlZN5BrjLOvcpA0iXP21Qi9Ni073rn8gNaGnUA1Eq4PdsIzdLE44fE0/zdpH7cCRpoLAAAAAElFTkSuQmCC') 50% 50% no-repeat #FF2244;
                    background-size: 0.45rem auto;     
                }
            }
        }

        .package-info-consumption-count {
            width: 100%;
            height: 0.75rem;
            font-size: 0.75rem;
        }
        .package-info-consumption-count-box {
            position: relative;
            display: flex;
            margin: 0.2rem 0;

            &__left{
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 0;
                top: 0;
                width: 0.75rem;
                height: 0.75rem;
                background: linear-gradient(135deg, #FFCC44 0%, #FF9933 100%);
                border-radius: 0.1rem;

                &__icon {
                    height: 0.4rem;
                    width: 0.4rem;
                }
            }

            &__right {
                position: absolute;
                top: 0;
                left: 0.6rem;
                min-width: 3.05rem;
                height: 0.75rem;
                background: rgba(255, 153, 51, 0.08);
                border-radius: 0.1rem;
                border: 0.03rem solid rgba(255, 153, 51, 0.2);
                font-size: 0.5rem;
                font-family: PingFangSC-Regular, PingFang SC;
                color: #FF9933;
                line-height: 0.75rem;
                padding-left: 0.4rem;
                padding-right: 0.3rem;
            }
        }
    }

    .package-info-title {
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .package-title-text {
        position: relative;
        padding-left: 0 !important;
        .font(0.8rem,#000, 0.8rem);
        font-weight: 500;
        height: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .iconfont{
        position: relative;
        top: 0.02rem;
        font-size: 0.55rem;
        margin-left: 0.3rem;
    }

    .package-title-icon {
        flex-shrink: 0;
        width: 0.75rem;
        height: 0.75rem;
        margin-left: 0.5rem;
    }

    .package-distance {
        margin-top:0.5rem;
        flex-shrink: 0;
        .font(0.6rem,
            #9d9d9d,
            0.8rem);
    }

    .package-info-subTitle {
        display: flex;
        // align-items: center;
        justify-content: space-between;
        overflow: hidden;
        margin-top: 0.43rem !important;

        .package-info-content {
            display: inline-flex;
            overflow: hidden;
            align-items: center;
        }

        .package-subTitle {
            // flex: 1;
            .font(0.6rem,#444,0.8rem);
            font-weight: 400;
            .line-clamp(2);
            text-align: justify;
            i{
                margin-right:0.2rem;
                color:#000;
            }
        }
    }

    .package-info-firstCanAppointDay{
        margin-top:0.4rem !important;
        display: flex;
        font-size: 0.5rem;
        line-height: 0.5rem;
        color: #757575;

        .package-info-firstCanAppointDayText{
            flex: 1;
        }
    
        .package-info-firstCanAppointNo{
            flex: 1;
            text-align: right;
        }
    }

    .package-info-zzb{
        position: relative;
        margin-top:0.45rem;
        padding:0 0.5rem 0 2.4rem;
        vertical-align: top;
        display: inline-block;
        font-size: 0;
        height: 0.75rem;
        font-size: 0;
        background-image: linear-gradient(90deg, #FFF8E6 2%, #FFF3DB 100%);
        border-radius: 0 0.1rem 0.1rem 0;
        &::before{
            content: '';
            position: absolute;
            top:0;
            left:0;
            width: 2.1rem;
            height:0.75rem;
            background: url('https://static.caibeike.com/i/c92740f85e37ae24a65c68251143124e-jGwkmV-bgOwgMhp1') no-repeat;
            background-size: 100% auto;
        }

        .package-info-zzbText{
            padding-right:0.3rem;
            font-size: 0.5rem;
            color: #884C08;
            line-height: 0.75rem;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAMAAACK2/weAAAATlBMVEUAAACeUwqITAiITAeKTwmITAiKSwiNWBGITAmITQiJTAiITgmITAqJTAeITQmPVQiSUAiJTQiITAiITAqKTQiKTAmPUQyJTg2GUQ2ITAic1WKXAAAAGXRSTlMAA/prMOxgDvHPxZSCbVIcC9S2nYdXKScTV11qPwAAAGlJREFUGNNVz1kOgCAMRVGsivM8dv8btbxUCvfvBPICDhXOahaXtGx8NHbumbiroicWt/4fKBkNK6wk7m9xoLqexaA2ZiSeco5C0/4mU3TqchzGFNQ/8Rmkj1Jy7cNFVLXyIUh94buW6QNmBgrcFMrOTQAAAABJRU5ErkJggg==')  right center no-repeat;
            background-size: 0.15rem auto;
        }
    }

    .cardPackage-item__labels {
        margin-top: 0.5rem;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        height: 0.78rem !important;
        .line-clamp(1);

        .cardPackage-item__firetlabel{
            display: inline-block;
            margin-right: 0.3rem;
            // margin-bottom: 0.1rem;
            height:0.75rem;
            padding: 0 0.3rem;
            font-size: 0.5rem;
            line-height: 0.75rem;
            color: #884C08;
            background: #FFF5E0;
            border-radius:0.1rem;
            vertical-align: top;
        }

        .cardPackage-item__label {
            display: inline-flex;
            margin-right: 0.3rem;
            margin-bottom: 0.1rem;

            .productor-recommend__tagText {
                font-size: 0.5rem;
                font-weight: 300;
                color: #9D9D9D;
                overflow-x: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 0.65rem;
            }

            .cbkfe-label{
                height:0.75rem;
            }

            .cbkfe-label .cbkfe-label-text{
                font-size: 0.5rem;
                line-height: 0.5rem;
            }

            .recommend__tagText--and {
                transform: translateY(1px);
            }
        }
    }

    .package-exprience {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 0.5rem;
        background: rgba(249, 249, 249, 1);
        border-radius: 0.1rem;
        padding: 0.3rem;
        box-sizing: border-box;

        &--white {
            background: #fff;
        }

        .package-exprience-travelImg {
            flex-shrink: 0;
            width: 1rem;
            height: 1rem;
            border: 1px solid #fff;
            border-radius: 100%;

            &:not(:first-child) {
                margin-left: -0.2rem;
            }
        }

        .package-exprience-travelNum {
            flex: 1;
            .font(0.6rem,
                #444,
                0.8rem);
            margin-left: 0.4rem;
        }

        .package-verify {
            flex-shrink: 0;
            .font(0.6rem,
                #9d9d9d,
                0.8rem);
        }
    }

    .package-boutique-image {
        width: 2.7rem;
    }
}