
.card-deck .card {
    transition: box-shadow .3s;
    border: 0;
    margin-bottom: 15px;
}

.card:hover {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
}

.card-title {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.card-text {
    font-size: 12px;
    color: #888;
    line-height: 17px;
}

.price {
    font-size: 0.36rem;
    color: #e74a3b;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1;
    margin-right: 0.15rem;
    font-size: 26px;
}

.after-price-title {
    font-size: 0.5rem;
    height: 0.98rem;
    line-height: 0.96rem;
    -webkit-transform-origin: left 80%;
    transform-origin: left 80%;
    color: #fff;
    background: #e74a3b;
    padding: 0 0.1rem;
    display: inline-block;
    border-radius: 0.05rem;
}

.price-area {
    float: left;
    width: 130px;
}

.button-buy {
    float: right;
}

.buy-footer {
    overflow: hidden;
}

.card p {
    margin-bottom: 0.5rem;
}

.showtime {
    text-decoration: none;
    padding: 2px 13px;
    background: #F44336;
    color: #fff;
    font-weight: 100;
    position: relative;
    display: inline-block;
}

.showtime:hover {
    background: #ff8822;
    color: #fff;
}

.showtime:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute !important;
    z-index: 100;
    top: 8px;
    left: -10px;
    border: 7px solid #fff;
    border-radius: 8px;
}

.showtime:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute !important;
    z-index: 100;
    top: 8px;
    right: -10px;
    border: 7px solid #fff;
    border-radius: 8px;
}

.showtime:hover {
    text-decoration: none;
}

.coupon-thumb {
    position: absolute;
    width: 33%;
    height: 73px;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #4e73df;
    display: flex;
    text-align: center;
}

.coupon-thumb p {
    color: #fff;
    font-size: 1.0rem;
    padding-top: 3px;
    text-align: center;
    overflow: hidden;
    font-weight: 700;
    align-self: center;
    margin: auto auto;
}

.coupon-thumb:after {
    position: absolute;
    bottom: -10px;
    content: "";
    display: block;
    background: radial-gradient(circle, transparent 5px, #4e73df 6px);
    background-size: 10px 40px;
    background-position: -10px -10px;
    width: 100%;
    height: 10px;
    z-index: -1;
}