.standardPrice {
    padding: 0 10px;
    background-color: white;
}



.standardPrice .standardPriceTitle {
    border-radius: 10px;
    background-color: #f7725f;
    color: white;
}
.standardPrice .standardPriceCom > span{ 
    display: inline-block;
    width: calc(100% / 5);
    text-align: center;
}
.standardPrice .standardPriceCom a{ 
    text-decoration: none;
    color: #f7725f!important;
}
.standardPriceContentSty{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.standardPriceContent > div:nth-child(even){
    background-color: #f2f0f1;
}