.tab{
    padding-top: 60px;
    background: #FFFFFF;
}
.tab .container{
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.tab .tabs_title{
    display: flex;
    justify-content: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
}
.tab .tabs_title .tab_title_item{
    width: 25%;
    font-size: 24px;
    font-weight: 500;
    height: 74px;
    color: #1F1F1F;
    cursor: pointer;
    text-align: center;
    line-height: 74px;
}
.tab .tabs_title .active{
    color: #FFFFFF;
    font-family: DIN-Medium, DIN;
    background: #C9151E;
    cursor: pointer;
}
.tab .tabs_content{
    padding-top: 77px;
}
.tab .tabs_content .tab_content_item{
   padding-left: 134px;
   display: none;
}
.tab .tabs_content .tab_content_item .car {
    display: flex;
    padding-bottom: 17px;
}
.tab .tabs_content .active{
    display: block;
}
.tab .tabs_content .tab_content_item .car .car_left{
    width: 452px;
    height: 246px;
}
.tab .tabs_content .tab_content_item .car .car_left img{
    width: 100%;
}
.tab .tabs_content .tab_content_item .car .car_right {
    margin-left: 106px;
}
.tab .tabs_content .tab_content_item .car .car_right .car_right_item{
    width: 378px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
}
.tab .tabs_content .tab_content_item .car .car_right .car_right_item .p_one{
    width: 208px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 30px;
}
.tab .tabs_content .tab_content_item .car .car_right .car_right_item .p_two{
    margin-top: 11px;
    width: 250px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
/* car_right_item2 */
.tab .tabs_content .tab_content_item .car .car_right .car_right_item2{
    padding-bottom: 17px;
}
.tab .tabs_content .tab_content_item .car .car_right .car_right_item2 .p_one{
    margin-top: 14px;
}
/* car_right_item3 */
.tab .tabs_content .tab_content_item .car .car_right .car_right_item3{
    padding-bottom: 17px;
    border-bottom: none;
}
.tab .tabs_content .tab_content_item .car .car_right .car_right_item3 .p_one{
    margin-top: 15px;
}
/* 费用 */
.price{
    padding-top: 43px;
    padding-bottom: 180px;
}
.price .price_title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price .price_title .line{
    width: 225px;
    height: 1px;
    opacity: 0.99;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}
.price .price_title .price_title_text {
    width: 112px;
    height: 40px;
    font-size: 28px;
    font-family: Helvetica;
    color: #1F1F1F;
    line-height: 34px;
    margin: 0 38px;
}
.price .collapse{
    border-collapse:collapse;
    width: 1200px;
    border: 1px #EEEEEE solid;
    margin-top: 54px;
}
.price .collapse th{
    height: 40px;
    background-color: #EEEEEE;
    font-weight: 600;
}
.price .collapse td{
    height: 50px;
    text-align: center;
    font-weight: 400;
}

.price .collapse td,th{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #1F1F1F;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}
.price .collapse .table-left{
    font-weight: 500;
}