.wrap {
    background: #f5f5f5;
}

.headerTop_title {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.headerTop_title h2{
    color: #000;
}

.headerTop_title .btn_JoinBack {
    background: url('../images/common/ico_back_w24.svg') no-repeat center;
}

.ship_sche_wrap {
    width: 100%;
    min-width: 360px;
    background: #f5f5f5;
}

.ship_sche_wrap .top_wrap{
    position: relative;
}

.ship_sche_wrap .intro_bg{
    position: relative;
    width: 100%;
    padding-top: 41.3%;
    background: center / cover no-repeat url('../images/common/bg_shipping.png');
}

.intro_bg .intro_txt{
    position: absolute;
    width: 100%;
    top:0;
    padding: 24px 17px 0;
    text-align: center;
}

.intro_bg .intro_txt h3{
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.intro_bg .intro_txt p {
    font-size: 12px;
    line-height: 1.5;
    color: #ececec;
    margin-top: 14px;
    font-weight: 300;
}

.ship_sche_wrap .search_box{
    position: relative;
    top: -20px;
    width: calc(100% - 32px);
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 16px 12px 48px;
}

.border_wrap {
    position: absolute;
    top: 14px;
    left: 6px;
}

.circle_dashed_border{
    position: relative;
    width: 1px;
    height: 38px;
    border-left: 1px dashed #ccc;
}

.circle_dashed_border:before{
    position: absolute;
    top: -13px;
    left: -7.5px;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.circle_dashed_border:after{
    position: absolute;
    left: -7.5px;
    bottom: -13px;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.label_container{
    position: relative;
    padding-left: 18px;
}

.label_container label{
    font-size: 12px;
    line-height: 17px;
    color: #777;
    vertical-align: top;
}

.label_container input{
    background: transparent;
    font-size: 15px;
    font-weight: bold;
    border: none;
    padding: 0;
    height: 21px;
    margin-bottom: 10px;
}

.ship_sche_wrap .search_box select{
    margin: 3px 4px 0;
    color: #ddd;
    font-size: 15px;
}

.ship_sche_wrap .search_box select:focus{
    color: #111;
    font-weight: bold;
    border: 1px solid #ddd;
}

.search_box .notice_txt{
    margin-top: 9px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    margin-bottom: 13px;
}

.search_box .search_btn_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
}

.search_box .search_btn_wrap button{
    width: 100%;
    height: 100%;
    background: #e82020;
    color: #fff;
    font-size: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search_result_list_wrap{
    padding: 0 16px;
}

.result_count_wrap{
    margin-bottom: 8px;
}

.result_count_wrap p{
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.result_count_wrap p strong{
    color: #ef3231;
    font-weight: bold;
}

.dashed_border_hzt_wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
}

.dashed_border_hzt{
    position: relative;
    width: 92px;
    height: 1px;
    border-top: 1px dashed #ccc;
}

.dashed_border_hzt::before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #ccc;
    left: -10px;
    top: -4.5px;
}

.dashed_border_hzt::after{
    position: absolute;
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #ccc;
    right: -10px;
    top: -4.5px;
}

.search_result_list li{
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
    width: 100%;
    border-radius: 4px;
    padding: 16px;
}

.search_result_list li .item_top{
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.search_result_list .port_info_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40%;
}

.port_info_wrap img{
    width: auto;
    height: 16px;
}

.port_info_wrap .port{
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    text-align: center;
}

.item_table td, .item_table th{
    padding: 6px 0;
    font-size: 13px;
    line-height: 20px;
}

.item_table table{
    width: 100%;
}

.item_table th {
    color: #666;
}

.item_table td {
    color: #111;
    text-align: right;
}

.item_table td img{
    width: auto;
    height: 18px;
    margin-right: 11px;
}

.view_btn_area{
    width: 100%;
    padding-top: 8px;
    margin-bottom: 40px;
}

.view_btn_area button{
    width: 100%;
    padding: 14px 0;
    color: #e82020;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    border: 1px solid #e82020;
    border-radius: 4px;
    background: #fff;
}

.ship_sche_wrap .search_no_result{
    width: 100%;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 46px 0 66px;
}