/*货源中心自定义CSS*/
i, em {
    font-style: normal;
}


.sourceList {

}

.p-5 {
    padding: 1rem !important;
}

.searchDiv {
    background: #fffdfd;
    padding: 10px;
}

.searchInput {
    width: 220px;
    height: 32px;
    border: 1px solid #d9d9d9;
}

.goodsDiv {
    margin: 10px;
    background: #fffdfd;
    padding: 10px;
}

.city {
    margin-right: 10px;
    font-size: 14px;
}

.grey_hy {
    color: #888;
    margin: 0 2px 0 3px;
}

.sourceTitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.sourceInfoTitle {
    margin-left: 15px;
    font-size: 19px;
    color: #035ded;
    font-weight: bold;
    border-bottom: 1px solid;
}

.currencyDiv {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.pspan1 {
    color: #b3b3b3;
    width: 80px;
    text-align: left;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    float: left;
}

.line {
    font-size: 17px;
    color: #ddd;
    margin: 0 3px;
}

.type_hy_zc {
    color: #00d265;
    border: 1px solid #00d265;
    border-radius: 2px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
}

.type_hy_wl {
    color: #129ff9;
    font-size: 14px;
    border: 1px solid #129ff9;
    padding: 1px 4px;
    vertical-align: top;
}

.rate_my {
    color: #555;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.money {
    font-weight: bold;
    font-size: 15px;
    color: #fb5000;
}

.release_time {
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
}

.long_term {
    color: #666;
    line-height: 0;
}

.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: 56%;
    height: 79%;
    position: absolute;
    top: 82px;
}

.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-bg {
    width: 250px;
    margin: -18px 22px 22px;
}

.popup-img-realImg {
    position: absolute;
    left: 74px;
    width: 141px;
    top: 120px;
    height: 304px;
}

.popup-div-right-title {
    margin-left: 114px;
    color: #01cb9a;
}

.popup-div-right-img {
    margin-left: 69px;
    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-left: 95px;
    margin-top: 10px;
    margin-bottom: 0!important;
}

.popup-div-right-a {
    margin-left: 125px;
    font-size: 14px;
}
.layui-layer{
    border-radius: 24px!important;
}
.sourceleHover: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;

}
.currencyTips{
    display: inline-block;
    margin-left: 5px;
    color: #ed4200;
}
.truckTypeCheck{
    background-color: #1934a7;
    color: white;
    border-radius: 14px;
    padding: 4px 10px;
}
.truckTypeCheck:hover{
    color: white;
}