﻿body {
    overflow: hidden;
}

#freightIssueRateTwo {
    width: 100%;
    border: none;
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.allTwo {
    width: 85%;
    height: 580px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#allTwoSwiperContainer .swiper-container {
    height: 580px;
}

    #allTwoSwiperContainer .swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 98%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5%;
    }
.freightIssueRateInfo {
    float: left;
    width: 32%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,1);
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    font-size: 1rem;
}
.freightIssueRateInfoHide{
     width: 32%;
    height: 160px;
    background-color:transparent;
}

    .freightIssueRateInfo > div {
        display: flex;
        width: 90%;
        height: 16px;
        line-height: 16px;
        margin: 13px 0px;
        align-items:center;
    }

        .freightIssueRateInfo > div:nth-child(1) span:nth-child(2) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
        }

        .freightIssueRateInfo > div:nth-child(1) span:nth-child(3) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #282828;
        }

        .freightIssueRateInfo > div:nth-child(2) span:nth-child(1) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #333333;
        }

        .freightIssueRateInfo > div:nth-child(2) span:nth-child(3) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #81BD1E;
        }

        .freightIssueRateInfo > div:nth-child(3) span:nth-child(1) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #333333;
        }

        .freightIssueRateInfo > div:nth-child(3) span:nth-child(2) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #333333;
        }

        .freightIssueRateInfo > div:nth-child(4) span:nth-child(1) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #333333;
        }

        .freightIssueRateInfo > div:nth-child(4) span:nth-child(2) {
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            color: #333333;
        }
