.fa-check{
    font-size: 14px;
    color: #13a49d;
}
.fa-close{
    font-size: 24px;
    color: red;
}
.tips {
    margin-bottom: 60px;
    margin-top: 20px;
}
.product-vip {
    display: flex;
}
.product-vip >div{
    flex: 1;
    margin: 20px;
    box-shadow: 0 40px 60px 0 rgba(37, 59, 112, 0.1);
    border-radius: 4px;
    padding: 20px 30px;
}
.product-vip .top{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: 170px;
}
.product-vip .top h3{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.product-vip .sm{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}
.product-vip .price{
    text-align: center;
}
.price strong{
    font-size: 30px;
    font-weight: 500;
}
.price span{
    font-size: 12px;
    padding-left: 10px;
}
.product-vip hr{
    color: #f5f5f5;
}
.product-vip .js{
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}
.product-vip ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}