/*车源中心自定义CSS*/
.cheList {
    padding: 15px 0;
    margin: 0 15px;
}

.cheImg {
    width: 200px;
    border-radius: 10px;
    margin-top: -100px
}

.p-5 {
    padding: 1rem !important;
}

.driverName {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.sourceInfoTitle {
    margin-left: 15px;
    font-size: 19px;
    color: #035ded;
    font-weight: bold;
    border-bottom: 1px solid;
}
.rightSign {
    display: inline-block;
    margin: 0 10px;
}

.currencyTitle {
    color: #999;
}

.freightRate {
    margin-left: 10px;
    display: inline-block;
}

.imgDiv {
    display: inline-block;
    margin-right: 10px;
}

.btnDiv {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.startEnd {
    color: #035ded;
}

.faHuoBtn {
    display: block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ff7300;
    border-radius: 50px;
    cursor: pointer;
    margin: 5px auto 20px;
}

.chaKanBtn {
    display: block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    margin: 5px auto 0;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #dddbdc;
}

.chaKanBtn:hover {
    color: #fff;
    background: #035ded;
}

.product-buyer-name {
    display: inline-block;
    max-width: 333px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.type_hy_zc {
    color: #1934a7;
    border: 1px solid #1934a7;
    border-radius: 2px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
}
.currencyDiv {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}
.popup {
    width: 700px;
    height: 500px;
}

.popup .popup-div-left {
    border-right: 1px solid grey;
    width: 300px;
    height: 100%;
    display: inline-block;
    margin-top: 10px;
}

.popup-div-right {
    display: inline-block;
    padding: 10px;
    width: 380px;
    height: 79%;
    position: absolute;
    top: 82px;
    text-align: center;
}

.popup-div-left-title {
    font-size: 20px;
    margin-top: 33px;
    margin-left: 104px;
    font-weight: bold;
    margin-bottom: -10px !important;
}

.popup-div-left-title1 {
    font-size: 20px;
    margin-left: 62px;
    font-weight: bold;
}
.popup-img-div {
    width: 250px;
    margin: -18px 20px 18px;
}
.popup-img-bg {
    width: 250px;
}


.popup-div-right-title {
    color: #3f51b5!important;
}

.popup-div-right-img {
    border: 1px solid gray;
    padding: 20px;
    border-radius: 24px;
    margin-top: 6px;
    display: inline-block;
    box-shadow: 0 0 1px rgb(28 31 35 / 16%), 0 6px 32px 4px rgb(28 31 35 / 8%);
}

.popup-div-right-p {
    margin-top: 10px;
    margin-bottom: 0!important;
}

.popup-div-right-a {
    font-size: 14px;
}
.layui-layer{
    border-radius: 24px!important;
}

.vehicleHover:hover{
    box-shadow: 0 0.125rem 0.55rem rgb(0 0 0 / 20%) !important;
}
.searchButton{
    border: 1px #1b1c1e;
    color: #f5f8fd;
    border-radius: 0.25rem;
    margin-left: 10px;
    background-color: #035ded;
    padding: 2px 15px;
}

.searchButton:hover{
    background-color: #327ffb;

}
.truckTypeCheck{
    background-color: #1934a7;
    color: white;
    border-radius: 14px;
    padding: 4px 10px;
}
.truckTypeCheck:hover{
    color: white;
}