body{
    background: #fff!important;
}
.nav{
    display: flex;
    flex-direction: row;
    height: .4rem;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.nav-bar{
    flex: 1;
}
.nav-inner{
    display: flex;
    flex-direction: row;
}
.nav-inner > div{
    flex: 1;
    text-align: center;
    color: #fff;
}
.nav-inner > div a{
    color: #fff;
    display:inline-block;
}
.nav-active{
    color: #F8793B!important;
    border-bottom: 2px solid #F8793B;
}
.swiper-container-1{
    height: 3rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;list-style:none;
    padding:0;
    z-index:1
}
.swiper-container-2{
    margin:0 auto;
    position:relative;
}
.swiper-container-2 .swiper-slide{
    width: 2.1rem;
    height: 1.87rem;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
}
.truck{
    background: url("../img/truck@2x.png") no-repeat;
    width: 1.54rem;
    height: .65rem;
    background-size: 100% 100%;
    margin: .3rem auto .2rem;
}
.truck-detail{
    width: 1.5rem;
    margin: 0 auto;
    color: #585858;
}
.truck-detail span{
    color: #989898;
}
.truck-tip{
    width: .7rem;
    height: .2rem;
    line-height: .2rem;
    text-align: center;
    color: #fff;
    background-color: #F1956C;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.35rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 6px;
}
.car-sort-title{
    font-size: .22rem;
    color: #333333;
    font-weight: bold;
    margin-top: .3rem;
    margin-bottom: .2rem;
    margin-left: .15rem;
}
.logo{
    background: url("../img/logo.png") no-repeat;
    width: .74rem;
    height: .21rem;
    background-size: 100% 100%;
    margin-left: .18rem;
    margin-right: .7rem;
}
.service{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.service-item{
    flex: 1;
    text-align: center;
}
.car{
    width: .26rem;
    height: .25rem;
    background: url("../img/icon_1.png?v=20190516") no-repeat;
    background-size: 100% 100%;
    margin: 0.04rem auto 0;
}
.money{
    width: .22rem;
    height: .29rem;
    background: url("../img/icon_2.png?v=20190516") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.kefu{
    width: .27rem;
    height: .29rem;
    background: url("../img/icon_3.png?v=20190516") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.teching{
    width: .31rem;
    height: .27rem;
    background: url("../img/icon_4.png?v=20190516") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.f-truck{
    font-size: 14px;
    font-weight: bold;
    color: #585858;
    margin-top: .18rem;
}
.f-truck-m{
    font-family:"PingFangSC-Light";
    font-size: 12px;
    margin: 0 auto;
    color: #989898;
}
.pass-city{
    text-align: center;
    height: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    margin: 0 .15rem;
}
.pass-city-name{
    font-weight: 400;
    color: #585858;
    font-size: 14px;
}
.border-gray-top{
    border-top: 1px solid #E3E3E3;
}
.truck-footer{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    height: .54rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 999; 
}
.truck-btn-left{
    flex: 1;
    text-align: center;
    align-items: center;
    color:#585858;
    background-color: #eeeeee;
    height: .54rem;
    line-height: .54rem;
}
.truck-btn-right{
    flex: 1;
    text-align: center;
    align-items: center;
    color:#fff;
    background-color: #F8793B;
    height: .54rem;
    line-height: .54rem;
}
.truck-btn-left a{
    display: block; 
}
.truck-btn-right a{
    color:#fff;
    display: block; 
}
.set-m-b{
    margin-bottom: 1rem;
}
#app{
    padding-bottom: 1rem;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
}