.price-title {
    font-size: 44px;
    text-align: center;
    padding: 40px 0;
    margin-top: 80px;
}
.price-table{
    border: none;
    border-bottom: 1px solid #e6e6e6;
    /* border-left: 1px solid #e6e6e6; */
}
.price-table td{
    line-height: 20px;
    padding: 20px;
    /* text-align: center; */
    border-left: none;
}
.price-table  td:not(:first-child){
    border-left: none;
}
.price-table .tbody_head td{
    line-height: 22px;
    font-size: 14px;
    padding: 40px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.price-table  td:last-child{
    border-right: 1px solid #e6e6e6;
}
.price-table tr:nth-child(even){
    background: white;
}
.price-table tr:nth-child(odd){
    background: white;
}
.price-table .tbody_head{
    background: #f5f6f8!important;
}
.price-table .tbody_head td>span{
    color: #f7393e;
    font-weight: bold;
}
.price-table .rowName{
    background: #f5f6f8!important;
    width: 20px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.price-table th, .price-table td.price_td{
    text-align: center;
    color: #ff7000;
}
.price-table th, .price-table td.price_td.free>span{
    padding: 5px 10px;
    background: #02c398;
    color: white;
}

.icon{
    width: 18px;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon1{
    background: url(./img/icon1.png) no-repeat;
}
.icon2{
    background: url(./img/icon2.png) no-repeat;
}

.warn_tips td>p{
    white-space: nowrap;
    line-height: 26px;
}