.transport_title{
    height: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transport_title>h2{
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    color: var(--27397c);
}

.download{
    display: flex;
    width: 215px;
    height: 55px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 1px 1px #c6c6c6;
}
.download>img{
    background-color: var(--27397c);
    width: 55px;
    height: 100%;
    padding: 12px;
}
.download>div{
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.download>div>p{
    margin: 0;
}
.bgc_wholeseale{
    width: 100%;
    background-color: #eaf4fd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 100px;
}
.bgc_wholeseale>img{
   margin: auto;
}