//css for TourPackages
@import "cbkfe-assets/dist/css/control.less";
.cbkfe-tourPackage-popup {
    width: 16rem;
    margin: 6.25rem auto 0;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 0.3rem;
    max-height: 19.5rem;
    padding-bottom: 0.65rem;
    .cbkfe-tourPackage-title {
        font-weight: 600;
        font-size: 0.7rem;
        margin: 1rem 0 0.75rem 0;
    }
    .scroll-height {
        max-height: 16.3rem;
        overflow: scroll;
        .cbk-line {
            height: 0.05rem;
            background: #f9f9f9;
            border-radius: 0.2rem;
            margin: 0 0.75rem;
        }
        .cbk-line-first {
            height: 0.05rem;
            background: #f9f9f9;
            border-radius: 0.2rem;
        }
        .direction-row {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin: 0.6rem 0.6rem 0.4rem;
            .direction-row-content {
                width: 70%;
                .pageage-title {
                    font-size: 0.7rem;
                    font-weight: 600;
                    color: rgba(0, 0, 0, 1);
                }
                .pageage-dec {
                    font-size: 0.6rem;
                    font-weight: 400;
                    color: rgba(68, 68, 68, 1);
                    line-height: 1rem;
                }
                .direction-row-tag {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    overflow: hidden;
                    height: 1rem;
                    .row-tag-label {
                        color: #757575;
                        margin-right: 0.3rem;
                        .cbkfe-label::before {
                            content: '';
                            border-color: #C9C9C9;
                        }
                    }
                }
            }
            .price-flex-row {
                display: flex;
                flex-direction: row;
                align-items: flex-end;
                margin-top: 0.1rem;
                .price-flex-del {
                    font-weight: 400;
                    font-size: 0.6rem;
                    color: rgba(157, 157, 157, 1);
                    line-height: 0.5rem;
                    margin-left: 0.3rem;
                    margin-bottom: 0.2rem;
                }
                .price-flex-soldPrice {
                    color: #ff2244;
                    font-weight: 600;
                    font-size: 0.9rem;
                    display: flex;
                    flex-direction: row;
                    align-items: flex-end;
                }
            }
        }
        .flex-end {
            justify-content: flex-end;
            align-items: center;
            display: flex;
            .price-flex {
                display: flex;
                justify-content: center;
                align-items: flex-end;
                color: #ff2244;
                margin-right: 0.1rem;
                font-weight: 600;
                .font-doull {
                    font-size: 0.6rem;
                    line-height: 1.2rem;
                }
                .font-price-num {
                    font-size: 0.9rem;
                }
            }
        }
    }
    .element-center {
        display: flex;
        justify-content: center;
    }
    .marginLeft-tag {
        margin-left: 0.3rem;
    }
    .over-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bth-tour {
        display: flex;
        margin-top: 0.3rem;
        width: 3rem;
        height: 1.4rem;
        background: rgba(255, 34, 68, 1);
        border-radius: 1.1rem;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        font-size: 0.6rem;
    }
    .btn-notour {
        background: #c9c9c9;
    }
}