﻿.all {
    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.serviceType {
    display: flex;
    width: 80%;
    height: 12.5vw;
    margin: 30px auto;
}

    .serviceType > div {
        flex: 1;
        position: relative;
    }

.serviceType-bottomTitle {
    width: 100%;
    height: 3.75vw;
    color: #fff;
    position: relative;
    top: 8.75vw;
    background: rgba(26,26,26,1);
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.04);
    opacity: 0.6;
    font-size: 1.125vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 3.75vw;
    text-align: center;
}

@keyframes mymove {
    0% {
        height: 0; /*开始为原始大小*/
    }

    25% {
        height: 0.925vw; /*放大1.1倍*/
    }

    50% {
        height: 1.85vw;
    }

    75% {
        height: 2.775vw;
    }

    100% {
        height: 3.7vw;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0% {
        height: 0; /*开始为原始大小*/
    }

    25% {
        height: 0.925vw; /*放大1.1倍*/
    }

    50% {
        height: 1.85vw;
    }

    75% {
        height: 2.775vw;
    }

    100% {
        height: 3.7vw;
    }
}

.serviceType-mask {
    width: 100%;
    height: 3.7vw;
    position: absolute;
    background: rgba(24,178,243,1);
    opacity: 0.8;
    animation: mymove 0.3s infinite;
    -webkit-animation: mymove .0.5s infinite; /*Safari and Chrome*/
    animation-direction: normal; /*轮流反向播放动画。*/
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 0.5s infinite;
    -webkit-animation-direction: normal; /*轮流反向播放动画。*/
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
}

.serviceType-maskImg {
    width: 1.125vw;
    height: 1.125vw;
    margin: 0 0.5vw 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .serviceType-maskImg img {
        width: 100%;
    }

.serviceType-maskTitle {
    color: #fff;
    font-size: 1.125vw;
}

.serviceType-road {
    background: url(../images/road.png) no-repeat;
    background-size: 100% 100%;
}

.serviceType-water {
    background: url(../images/water.png) no-repeat;
    background-size: 100% 100%;
}

.serviceType-railway {
    background: url(../images/railway.png) no-repeat;
    background-size: 100% 100%;
}


.serviceType-plane {
    background: url(../images/plane.png) no-repeat;
    background-size: 100% 100%;
}

.showData {
    width: 100%;
}

.showData-input {
    width:75%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showData-top {
    height: 124px;  
    background: #fff;
    display:flex; 
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.15);
}

.showData-top .qsd,
.showData-top .mdd,
.showData-top .yxrq {
    width: calc(33% - 20px);
    background: #F7F7F7;
    padding: 20px;
    box-sizing: border-box;
}

.showData-bottom {
    width: 100%;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: space-between;
}

.showData-left div {
    width: 90%;
}

        .qsd div input, .mdd div input, .yxrq div input {
            width: 100%;
            height: 30px;
            margin-top: 10px;
            border: solid 1px #c1c1c1;
        }
.buttonDomian {
    width: 22%;
    margin-left: 3%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.buttonDomian input {
    margin: 0;
}

.qsd span, .qh span, .mdd span, .yxrq span {
    color: #333;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}



.WdatePicker input {
    padding-right: 0px;
}

.button {
    margin: 10px 0px;
}

#btnOffer {
    width: 45%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: linear-gradient(270deg, #E16700 0%, #FFA700 77%, #FFCC23 100%);
    border: none;
    border-radius: 4px;
}

#btnSearch {
    width: 45%;
    height:100%;
    background: linear-gradient(90deg, #90CC2C 0%, #1A6B2E 100%);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.left {
    width: 10%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

    .left .left-dow {
        width: 60px;
        height: 60px;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }

        .left .left-dow img {
            width: 100%;
        }

.content {
    width: 100%;
}

    .content #rows {
        display: flex;
         flex-wrap: wrap;
        justify-content: center;
        align-items:center;
    }

        .content #rows .HistoryFreightRate {
            float: left;
            width: 32%;
            background: rgba(255,255,255,1);
            box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
            border-radius: 6px;
            padding: 30px;
            margin-bottom: 25px;
            box-sizing: border-box;
            cursor: pointer;
        }
            .content #rows .HistoryFreightRate:hover {
                background-color: #FCFFF7;
            }

        .content #rows .HistoryFreightRateHidden {
            background-color: transparent;
            border: none;
        }

        .content #rows .HistoryFreightRate div {
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
        }
        .HistoryFreightRateTitle, .HistoryFreightRateFreight,.HistoryFreightRateDate {
            display: inline-block;
            color: #999;
        }
        .das {
            color: #999;
            font-size: 14px;
            display: inline-block !important;
            margin: 0 20px;
        }
        .HistoryFreightRateTitle {
            color: #999;
        }

            .content #rows .HistoryFreightRate .HistoryFreightRatePlace div {
                flex: 1;
                font-size: 1rem;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #333;
                line-height: 24px;
            }

            .content #rows .HistoryFreightRate .HistoryFreightRateTitleFreight .HistoryFreightRateTitle {
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #999;
            }

            .content #rows .HistoryFreightRate .HistoryFreightRateTitleFreight .HistoryFreightRateFreight {
                text-align: right;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #81BD1E;
            }

            .HistoryFreightRateTitleFreight {
                padding-top: 20px;
                display: flex;
                align-items: center;
            }

            .content #rows .HistoryFreightRate .HistoryFreightRateDateDetail .HistoryFreightRateDate {
                width: 70%;
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #999;
            }

            .content #rows .HistoryFreightRate .HistoryFreightRateDateDetail .HistoryFreightRateDetail {
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: rgba(145,145,145,1);
                margin-top: 25px;
            }
            .HistoryFreightRateDetail img{
                display: inline-block !important;
            }



.right {
    width: 10%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

    .right .right-dow {
        width: 60px;
        height: 60px;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }

        .right .right-dow img {
            width: 100%;
        }

.record {
    float: left;
    position: relative;
    width: 49%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px 6px rgba(181,181,181,0.2);
    border-radius: 10px;
    margin-top: 20px;
}

    .record:nth-child(even) {
        margin-left: 1%;
    }

    .record .InputLine {
        height: 40px;
    }

    .record div div label {
        font-size: 12px;
        color: #000000;
        line-height: 20px;
    }

        .record div div label.place {
            font-size: 20px;
            color: #18B2F3;
        }



input {
    text-indent: 10px;
}

.count {
    width: 30%;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #919191;
    line-height: 40px;
    text-align: left;
}



.pageBar {
    width: 69%;
    height: 40px;
    float: left;
    text-align: right;
}

.pagination table {
    display: inline-block;
}

.gridArea {
    height: 89%;
    width: 100%;
}

.pageBarDomian {
    height: 10%;
    width: 100%;
    margin: 0.5% 0px;
}

.l-btn {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    box-shadow: -1px -0.5px 5px 2px rgba(181,181,181,0.2);
}

.pagination .l-btn-left {
    width: 25px;
    height: 25px;
}

.pagination .l-btn-left {
    width: 25px;
    height: 25px;
}

.pagination span {
    width: 25px;
    height: 25px;
}

.pagination-prev {
    background: url(/images/上一页.png) no-repeat 10px 0px;
}

.pagination-next {
    background: url(/images/下一页.png) no-repeat 15px 0px;
}

.pagination-link .l-btn-text {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #cccccc;
}

.l-btn-selected {
    background-color: #18B2F3;
}

.tsfw {
    width: 100%;
    height: 275px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tsfw img {
        width: 62.5%;
    }

.anchorBL {
    display:none;
}

.pageination_align {
    text-align: center;
}

.pageination {
    color: #48576a;
    font-size: 12px;
    display: inline-block;
    user-select: none;
}

.pagination_page {
    padding: 0 4px;
    border: 1px solid #d1dbe5;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    width: 10px;
    height: 10px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin: 0 3px;
}

.pagination_page_right {
    border-right: 1px solid #d1dbe5;
}

.pagination_page:hover {
    color: #20a0ff;
}

.disabled {
    color: #e4e4e4 !important;
    background-color: #fff;
    cursor: not-allowed;
}

.pagination_page_active {
    border-color: #20a0ff;
    background-color: #20a0ff;
    color: #fff !important;
    cursor: default;
}

.OriginPlace:before,
 .Destination:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
}
.OriginPlace:before {
    background-color: #81BD1E;
}
.Destination:before {
     background-color:#2388F5;
}
