
.shippingSchedule .sch_intro h1{
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: bold;
}

.shippingSchedule .sch_intro strong{
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.shippingSchedule .sch_intro p {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    margin-top: 12px;
}

.shippingSchedule .search_box{
    display: flex;
    min-width: 1024px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 32px;
    width: 100%;
    padding: 25px 91px 24px 81px;
    border: solid 1px #eee;
    background-color: #f9f9f9;
}

.shippingSchedule .search_box label{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

.shippingSchedule .sch_dpt input{
    width: 280px;
    margin-top: 8px
}

.shippingSchedule .search_box .sch_ship_icon {
    width: 91px;
    height: 48px;
}

.shippingSchedule .sch_ship_icon img{
    width: 100%;
    height: 100%;
}

.shippingSchedule .sch_arvl select {
    width: 280px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 8px;
}

.shippingSchedule .sch_arvl select:focus {
    border: 1px solid #111;
    color: #111;
}

.shippingSchedule .sch_arvl .sch_btn{
    padding: 12px 51.3px 12px 52px;
    border: solid 1px #e82020;
    background-color: #ef3231;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 18px;
}

.shippingSchedule .sch_search_wrap .sch_notice {
    margin:16px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #999;
    text-align: right;
}

.shippingSchedule .sch_result_top .align{
    display: flex;
    justify-content: space-between;
}

.shippingSchedule .sch_result_top .lft p{
    font-size: 14px;
    line-height: 1.4;
    color: #777;
}

.shippingSchedule .sch_result_top .lft p strong{
    font-weight: bold;
    color: #e82020;
}

.shippingSchedule .sch_result_top .rgt select {
    margin: 0;
    width: 100px;
    color: #111;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background-color: #fff;
    border-color: #ddd;
    padding: 0 30px 0 8px;
    background-position: center right -8px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.shippingSchedule .tb_cell {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.shippingSchedule .sch_result_wrap table{
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.sch_result_wrap table th{
    font-size: 0;
    font-weight: 500;
    color: #555;
    background-color: #f8f8f8;
}

.sch_result_wrap table th span {
    font-size: 13px;
}

.sch_result_wrap table td span, .sch_result_wrap table td strong{
    font-size: 14px;
}

.sch_result_wrap table th, .sch_result_wrap table td{
    padding: 10px;
    text-align: center;
    font-size: 0;
}

.sch_result_wrap table th, .sch_result_wrap table td{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.sch_result_wrap .line_td img{
    display: inline-block;
    width: auto;
    height: 24.7px;
    margin-top: 6px;
}

.shippingSchedule .port_flex_wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.shippingSchedule .port_td {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.shippingSchedule .port_td img{
    display: inline-block;
    width: auto;
    height: 13.3px;
}

.shippingSchedule .shipping_arr{
    position: absolute;
    width: auto;
    height: 9.5px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.shippingSchedule .shipping_arr img{
    height: 100%;
}

.shippingSchedule .port_td span, .port_td strong {
    display: block;
}

.sch_result_wrap table tr th:last-child{
    border-right: none;
}

.sch_result_wrap table tr td:last-child{
    border-right: none;
}

.sch_result_wrap table .no_search_result td{
    padding: 60px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
}



