.tf-pricetable,
.tf-pricetable .header-price,
.tf-pricetable .price,
.tf-pricetable .title,
.tf-pricetable .number-order,
.tf-pricetable .icon,
.tf-pricetable .wrap-icon svg,
.tf-pricetable .wrap-icon i,
.tf-pricetable .text,
.tf-pricetable .time,
.tf-pricetable .header-price:after {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tf-pricetable {
    position: relative;
}
.tf-pricetable .icon {
    width: 134px;
    height: 118px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    margin-bottom: 26px;
    border-radius: 50%;
}
.tf-pricetable .time {
    margin-left: 11px;
    position: relative;
    top: 5px;
}
.tf-pricetable .header-price {
    position: relative;
    overflow: hidden;
}
.tf-pricetable .header-price:after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 1px;
    background-color: rgba(8, 31, 81, 0.1);
}
.tf-pricetable:hover .header-price:after,
.price-active .tf-pricetable .header-price:after {
    background-color: rgba(225, 225, 225, 0.2);
}
.tf-pricetable .number-order {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255,255,255,0.24);
    white-space: nowrap;
    position: absolute;
    right: 26px;
    top: 55%;
    transform: translateY(-50%);
}
.tf-pricetable .price {
    margin-bottom: 20px;
}
.tf-pricetable .wrap-button a {
    display: inline-block;
    text-align: center;
}
.tf-pricetable .wrap-button a i {
    font-size: 12px;
    margin-left: 8px;
}
.tf-pricetable .content-list .item {
    display: flex;
    align-items: center;
}
.tf-pricetable .content-list .item .wrap-icon {
    line-height: 1;
}
.tf-pricetable:hover,
.price-active .tf-pricetable {
    transform: translateY(-40px);
}
.tf-pricetable.style2 .price {
    margin-top: 22px;
    margin-bottom: 20px;
}
.tf-pricetable.style2 .header-price:after {
    left: 60px;
    right: 60px;
}
@media (max-width: 1024px) {
    .price-active .tf-pricetable {
        transform: translateY(0px);
    }
}