.transport .t_banner img{
    width: 100%;
}
.transport .t_search{
    width: 1200px;
    margin: 35px auto;
}
.transport .t_search .search_box{
    justify-content: center;
    align-items: center;
}
.transport .t_search .search_box input{
    width: 450px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: rgba(255,255,255);
    border: 1px solid #B4B4B4;
    opacity: 1;
    border-radius: 6px 0px 0px 6px;
    padding: 0 10px;
    border-right: none;
}
.transport .t_search .search_box .button_span{
    width: 70px;
    height: 40px;
    display: block;
    text-align: center;
    background: rgba(190,0,0);
    opacity: 1;
    border-radius: 0px 6px 6px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    border: none;
}
.transport .t_search .row1{
    font-weight: bold;
    line-height: 38px;
    color: #BE0000;
    font-size: 22px;
    text-align: center;
    position: relative;
    width: 960px;
    margin: 30px auto 30px;
}
.transport .t_search .row1 .price_note{
    font-size: 24px;font-weight: bold;
}
.transport .t_search .row1 .change_btn{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    bottom: 0;
    cursor: pointer;
    color: #BE0000;
}
.transport .t_search .hide_search{
    margin: 0 30px;
    position: relative;
}
.transport .t_search .hide_search .item{
    align-items: center;
    margin-bottom: 20px;
}
.transport .t_search .hide_search .item label{
    width: 100px;
    text-align: right;
    font-size: 16px;
}
.transport .t_search .hide_search .item .item_info{
    font-size: 14px;
}
.transport .t_search .hide_search .item .item_info input{
    width: 200px;
    height: 40px;
    background: rgba(255,255,255);
    border: 1px solid #B4B4B4;
    opacity: 1;
    border-radius: 6px 0px 0px 6px;
    padding: 0 10px;
    border-right: none;
    font-size: 14px;
}
.transport .t_search .hide_search .item .item_info .item_btn{
    width: 50px;
    height: 40px;
    background: rgba(190,0,0);
    opacity: 1;
    border-radius: 0px 6px 6px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #FFFFFF;
    margin-right: 30px;
    text-align: center;
}
.transport .t_search .hide_search .item .item_info img{
    width: 14px;
    margin-top: -3px;
}
.transport .t_search .hide_search .item .item_info span{
    margin-right: 50px;
}
.transport .t_search .hide_search .case_box{
    position: absolute;
    right: -30px;
    top: 5px;
}
.transport .t_search .hide_search .case_box img{
    width: 60%;
}
.transport .t_search .hide_search .case_box span{
    position: absolute;
}
.transport .t_search .hide_search .case_box .c{
    left: 9px;
    bottom: -6px;
    transform: rotate(18deg);
}
.transport .t_search .hide_search .case_box .k{
    left: 80px;
    bottom: -5px;
    transform: rotate(-24deg);
}
.transport .t_search .hide_search .case_box .g{
    left: -37px;
    bottom: 48px;
}
.t_list_box{
    width: 1200px;
    margin: 30px auto;
    background-color: #FCF4F4;
    padding: 30px 25px 20px;
}
.t_list_box .t_sort img{
    height: 18px;
    margin-right: 15px;
}
.t_list_box .t_sort .nav{
    cursor: pointer;
}
.t_list_box .t_list{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    flex-wrap: wrap;
}
.t_list_box .t_list .item{
    background-color: #FFFFFF;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 80px) / 4);box-sizing: border-box;
}
.t_list_box .t_list .item:nth-child(4n){
    margin-right: 0;
}
.t_list_box .t_list .item .row1{
    background-color: #F1F1F1;
    position: relative;
    padding: 10px 15px
}
.t_list_box .t_list .item .row1 .way{
    position: absolute;
    left: 5px;
    top: 5px;
}
.t_list_box .t_list .item .row1 .t1{
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t_list_box .t_list .item .row2{
    font-weight: bold;
    color: #BE0000;
    margin: 5px 0;
    font-size: 18px;
}
.t_list_box .t_list .item .row3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t_list_box .t_list .item .row4{
    height: 27px;
    background: rgba(255,255,255,0.39);
    border: 1px solid #BE0000;
    opacity: 1;
    border-radius: 13px;
    color: #BE0000;
    text-align: center;
    line-height: 25px;
    margin: 7px auto 5px;
    width: 120px;
    cursor: pointer;
    display: block;
}
.t_btn_box{
    margin: 40px auto 80px;
    text-align: center;
}
.t_btn_box .t_btn_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
}
.t_btn_box .button1{
    display: block;
    width: 300px;
    height: 42px;
    background: rgba(190,0,0);
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: auto;
}