.act-list-cell {
    background-color: white;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(207, 207, 207, 0.5);
}

.act-list-cell .head-box {
    height: 6.1rem;
    position: relative;
}

.act-list-cell .head-box .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 标签：订、惠、积 */
.act-list-cell .head-box .icon-book-tag {
    position: absolute;
    top: -5px;
    left: 16px;
    width: 1.4235rem;
    height: auto;
}

.act-list-cell .head-box .tag-ticket-count {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.54);
    color: #ffdb4b;
    font-weight: 400;
    font-size: 22px;
    top: 0.5rem;
    right: 0;
    border-radius: 20px 0px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    padding-left: 15px;
    box-sizing: border-box;
}

.act-list-cell .head-box .act-time,
.act-list-cell .head-box .tag-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
    font-weight: 400;
    font-size: 22px;
    bottom: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    box-sizing: border-box;
}

.act-list-cell .head-box .act-time {
    left: 16px;
}

.act-list-cell .head-box .tag-name {
    right: 16px;
}

.act-list-cell .footer-box {
    padding: 0.5rem 0.375rem;
}

.act-list-cell .footer-box .footer-title {
    font-weight: normal;
    font-size: 0.72rem;
    color: #0c0c0c;
    line-height: 1.5em;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.act-list-cell .footer-box .footer-address {
    font-weight: 400;
    font-size: 24px;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.act-list-cell .footer-box .footer-address .icon {
    flex-shrink: 0;
    margin-right: 8px;
    height: 1.1em;
}

.act-list-cell .footer-box .footer-address .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.act-list-cell .footer_bottom_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act-list-cell .has-price-and-unit {
    align-items: flex-end;
}

.act-list-cell .footer_bottom_div .price-free,
.act-list-cell .footer_bottom_div .price-paid {
    font-weight: 400;
    font-size: 0.65rem;
    color: #ea503a;
}

.act-list-cell .footer_bottom_div .price-box {
    display: flex;
    align-items: baseline;
    position: relative;
}

.act-list-cell .footer_bottom_div .price-box .money-flag {
    font-weight: 500;
    font-size: 0.7rem;
    color: #ec2c07;
}

.act-list-cell .footer_bottom_div .price-box .money-text {
    font-weight: 500;
    font-size: 0.97rem;
    color: #ec2c07;
}

.act-list-cell .footer_bottom_div .price-box .price-unit {
    font-weight: normal;
    font-size: 0.62rem;
    color: #999;
    margin-left: 3px;
}

.act-list-cell .footer_bottom_div .has-btn-enabled {
    bottom: -6px;
}

.act-list-cell .footer_bottom_div .order-state-gray {
    font-size: 0.65rem;
    color: #999;
}

.act-list-cell .footer_bottom_div .book-btn-enabled {
    font-weight: normal;
    font-size: 0.6rem;
    color: white;
    text-shadow: 0px 0px 0px #255ad4;
    padding: 5px 13px;
    border-radius: 22px;
    background: #6DA5F2;
}