ul, p{
    margin: 0;
}

.banner {
    width: 100%;
    height: 476px;
    background: url(../images/logistics/logistics-index-banner.png) no-repeat;
    background-size: 100% 100%;
}

.start {
    margin-top: 207px;
}

.start ul {
    display: flex;
    align-items: center;
    margin-bottom: 53px;
}

.start ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 26px;
}

.start ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #6076AA;
    ;
}

.start ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #F3F2F8;
    margin-left: 10px;
    margin-bottom: 0;
}

.start-btn a {
    width: 160px;
    height: 53px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 53px;
    margin: 0 26px;
}


.c-item {
    width: 100%;
    margin-top: 29px;
}


.step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.step li {
    width: 165px;
    height: 196px;
    background: #ffffff;
    padding: 13px;
    border: 3px solid rgba(120, 144, 220, 0.21);
}

.step li img {
    width: auto;
    height: auto;
}

.step-content {
    text-align: center;
}

.step-content p {
    font-size: 22px;
    font-weight: 400;
    color: #424242;
    margin-top: 17px;
    margin-bottom: 12px;
}

.fare-table {
    width: 917px;
    height: 421px;
    margin-right: 16px;
    background-color: #ffffff;
    overflow-y: auto;
    border: 3px solid rgba(120, 144, 220, 0.21);
}

.fare-table-con{
    width: 100%;
    height: calc(100% - 58px);
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.fare-table-con::-webkit-scrollbar { width: 0 !important }

.fare-table table {
    width: 100%;
}

.fare-table table tr {
    line-height: 58px;
    border-bottom: 1px solid #EDF1F5;
}

.fare-table table tr:last-child {
    border: none;
}

.fare-table table tr th {
    font-size: 16px;
    font-weight: bold;
    color: #414141 !important;
    line-height: 58px;
    padding: 0 10px;
}

.fare-table .table-head {
    background-color: #FBFBFD;
}

.no-data{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    text-align:center;
    padding:30px;
}

.fare-table .address {
    width: 192px;
}

.fare-table .address img {
    height: 20px;
    width: 15px;
    margin-right: 17px;
}

.fare-table .address p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
}

.fare-table .mileage {
    font-size: 16px;
    font-weight: 400;
    color: #1952A9;
    width: 129px;
}

.fare-table .cost {
    font-size: 16px;
    font-weight: 400;
    color: #DD9C00;
    width: 129px;
}

.fare-table .date{
    font-size: 16px;
    font-weight: 400;
    color: #DD9C00;
    width: 125px;
}

.fare-table .open-date{
    width: 125px;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.fare-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding: 0 10px;
}

.fare-table .fare-table__cell {
    padding: 17px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.fare-query {
    flex: 1;
    background: url(../images/logistics/fare-form-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 12px;
}

.fare-query .title {
    font-size: 16px;
    font-weight: 400;
    color: #A6B3C6;
    text-align: center;
    padding: 30px 0 20px 0;
}

.fare-query .title h5 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 15px;
}

.fare-query .split-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(244deg, rgba(61, 97, 151, 0) 0%, rgba(61, 97, 151, 1) 50%, rgba(61, 97, 151, 0) 100%);
}

.fare-query .source {
    padding: 30px 30px;
}

.fare-form-item {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.fare-form-item:last-child {
    margin-bottom: 0;
}

.fare-form-item_label {
    text-align: left;
    vertical-align: middle;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #BACAE3;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 21px 0 0;
}

.fare-form-item_content {
    flex: 1;
}

.fare-input {
    width: 100%;
    background: rgba(64, 97, 148, 0.5);
    border-radius: 5px;
    border: 1px solid #7493C2;
}

.fare-input__inner {
    -webkit-appearance: none;
    background-color: rgba(64, 97, 148, 0.5);
    background-image: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.fare-form-item_content .sub-btn {
    width: 141px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #DD9C02;
    border-radius: 5px;
    border: none;
    margin-top: 8px;

}

.partner {
    width: 100%;
    background-color: #fff;
    border: 3px solid rgba(120, 144, 220, 0.21);
    border-bottom: 1px solid rgba(120, 144, 220, 0.21);
}

.partner .title {
    padding: 0 9px 0 9px;
    border-bottom: 2px solid rgba(120, 144, 220, 0.21);
}

.partner .title ul li{
    padding: 18px 9px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}

.partner .title ul li:last-child{
    margin: 0;
}

.partner .title .is_active h5{
    font-size: 21px !important;
    font-weight: bold !important;
    color: #154095 !important;
}

.partner .title .is_active::after{
    content:'';
    position: absolute;
    bottom: -3px;
    left: calc(50% - 20px);
    right: auto;
    width: 40px;
    border: 2px solid #154095;

}

.partner .title h5 {
    font-size: 16px;
    font-weight: 400;
    color: #9FA7B4;
    line-height: 24px;
    margin: 0;
}

.partner-content{
    width: 100%;
    height: 276px;
    overflow: hidden;
    
}

.partner-content ul{
    transition: .5s transform ease-in-out;
}

.partner-content ul li{
    height: 276px;
    width: 100%;
}

.partner-swiper-container{
    width: 100%;
    height: 100%;
}

.partner-swiper-slide{
    height: 138px;
    border-bottom: 1px solid rgba(120, 144, 220, 0.21);
    border-right: 1px solid rgba(120, 144, 220, 0.21);
}

.partner-swiper-slide a{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}



