﻿
.mainBox {
    width: 100%;
    padding: 40px 0;
    background: #F5F5F5;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.searchFix {
    background: #fff;
    height: 37px;
    padding: 40px 20px;
    margin-bottom: 40px;
}

    .searchFix .poa {
        color: #999999;
        right: 10px;
        top: 10px;
    }

    .searchFix .por {
        height: 37px;
        width: 218px;
        float: left;
        margin-right: 8px;
    }

    .searchFix .pored {
        float: right;
        margin-right: 0px;
    }

.fl {
    float: left;
}

.searchFix .fl {
    margin-right: 8px;
    margin-top: 8px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.searchFix .seBtn {
    width: 90px;
    height: 40px;
    background: #FF9913;
    box-shadow: 0px 0px 14px 1px rgba(255, 153, 19, 0.32);
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    left: 50%;
    margin-left: -45px;
    top: 100px;
    cursor: pointer;
}

.w218 {
    width: 218px;
    height: 37px;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    outline: none;
    text-indent: 10px;
}

.qyg1 {
    text-indent: 36px;
    background: url(/images/freight/riqi.png) no-repeat 10px 11px;
}

.fl {
    float: left;
}

.clearH {
    display: inline-block;
    background: url(/images/freight/delB.png) no-repeat left center;
    padding-left: 16px;
    margin-left: 20px;
    color: #666;
    cursor: pointer;
}

.hisItem {
    margin-top: 15px;
    padding: 15px 20px;
    background: #fff;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

    .hisItem:last-child {
        margin-right: 0;
    }

    .hisItem img {
        width: 30px;
        height: 4px;
        vertical-align: 4px;
        margin: 0 4px;
    }

    .hisItem .c8 {
        font-size: 12px;
        color: #888;
        margin-top: 10px;
    }

.yjT {
    font-size: 16px;
    color: #333;
    background: #eee;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}

    .yjT img {
        width: 40px;
        vertical-align: 4px;
    }

    .yjT .c9 {
        color: #999;
        font-size: 12px;
        line-height: 40px;
    }

.table {
    margin-bottom: 0px;
}

table th,
table td {
    text-align: left;
    padding-left: 20px;
    background: #fff;
    width: 100px;
    line-height: 18px;
}

.table th {
    height: 40px;
    border-bottom: 1px solid #eee;
}

.table td {
    padding: 20px 0;
    padding-left: 20px;
}

    .table td p {
        width: 100%;
        font-size: 16px;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.table .w80 {
    width: 80px;
}

.table .w240 {
    width: 280px;
    text-align: center;
}

.table .yf {
    cursor: pointer;
    color: #ff9913;
}

.table .w160 {
    width: 160px;
}

.table .tc3 {
    padding: 0 10px;
}

.table .f13 {
    font-size: 13px;
    color: #999;
    margin-bottom: -6px;
}

.f12 {
    font-size: 12px;
    color: #999;
}

.f12r {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: right;
}

.f12l {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: left;
}

.cr {
    color: #FF3131;
}

.cf9 span {
    color: #09f;
}

.fjbox {
    right: 5px;
    top: 20px;
    padding: 15px;
    width: 565px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 4px 4px rgb(0,0,0,0.05);
}

.dn {
    display: none;
}

.fjbox table th,
.fjbox table td {
    border: 1px solid #E8EDF0
}


td .button {
    width: 76px;
    height: 34px;
    background: #FF9913;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.table td p.f12 {
    font-size: 12px;
    margin-top: 4px;
}

.table .addTr {
    background: #f5f5f5;
    height: 10px;
    padding: 0;
}

.qyg1 {
    text-indent: 36px;
    background: url(/images/freight/riqi.png) no-repeat 10px 11px;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-input-placeholder {
    color: #999999;
}

input::-ms-input-placeholder {
    color: #999999;
}

.searchFix.fixed {
    width: 1160px;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px #ccc;
    z-index: 22;
}

.fjTable th,
.tbScroll td {
    width: 94px;
    box-sizing: border-box;
}

.tbScroll {
    max-height: 296px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .tbScroll tr:first-child td {
        border-top: none;
    }

    .tbScroll::-webkit-scrollbar {
        width: 2px;
    }

    /* 滚动槽 */
    .tbScroll::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    /* 滚动条滑块 */
    .tbScroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.4);
    }

        .tbScroll::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(0, 0, 0, 0.4);
        }

.listDown {
    background: #fff;
    z-index: 22222;
    width: 216px;
    padding: 30px 20px;
    height: 209px;
    right: 70px;
    font-size: 16px;
    top: -162px;
    color: #333333;
    line-height: 30px;
    background: #fff url(/images/freight/bg3.png) no-repeat left center;
    box-sizing: border-box;
}

    .listDown a:hover {
        color: #ff9913;
    }

.dn {
    display: none
}

.hisList{
    cursor:pointer;
}
.img_car {
    font-size: 16px;
    text-align: center;
    width: 50px;
 /*   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    float: left;
}