.track123_block2_wrapper {
    margin: 48px 0;
    text-align: left;
}
.track123_form2_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
.track123_form2_wrapper .track123_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.track123-powered-by2 {
    opacity: 0.7;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
}
.track123_form2_content {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.track123_form2_content .track123_input_container {
    margin-right: 16px;
}
.track123_form2_content .track123_button {
    width: fit-content;
    height: fit-content;
    margin-top: 24px !important;
}
.track123_form_button::after, .styled-submit::after {
    box-shadow: unset !important;
}
.track123_form2_label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.track123_form2_input {
    /* width: 100%; */
    border: solid 1px;
    margin: 0 !important;
    padding: 0.8rem 1.5rem !important;
}
.track123_form2_error {
    display: none;
    color: #D72C0D;
    text-align: start;
    line-height: 18px;
    margin-top: 4px;
}
.track123_form2_error_show {
    display: block !important;
}
.track123_form2_input_content {
    display: flex;
    align-items: center;
}
.track123_center_line2 {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
    margin-left: 16px;
}
.track123_center_line2_mobile {
    display: none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
    margin-bottom: 12px;
    text-align: center;
}
/* loading2 */
.track123_page_loading2 {
    width: 100vw !important;
    height: 200px !important;
    border: unset !important;
}
/* 错误提示 */
.track123_error_info_content2 {
    width: 100% !important;
    height: 100px !important;
    border: unset !important;
}
.track123_error_info_content2 .track123_error_content {
    opacity: 1 !important;
    font-size: 28px !important;
}
/* 订单详情 */
.track123_shipping_details_wrapper2 {
    margin-top: 80px;
    justify-content: center;
}
.track123_order_wrapper2 {
    display: none;
    width: calc(100vw - 184px)
}
.track123_order_detail_wrapper2 {
    flex: 1 !important;
    background: #FFFFFF;
    border: 1px solid #BABFC3;
    width: calc((100vw - 184px) / 2) !important;
}
.track123_order_items_wrapper2 {
    width: calc((100vw - 184px) / 2) !important;
    margin-left: 24px !important;
    background: #FFFFFF;
    border: 1px solid #BABFC3;
}
.track123_back2 {
    display: none !important;
}
.track123_package_list_wrapper2 {
    width: 100% !important;
    background: #FFFFFF;
    border: 1px solid #BABFC3;
    margin: 0 80px;
}
.track123_order_header2 {
    /* background: #FFFFFF; */
}
.track123_package_tips2 {
    margin-top: 0 !important;
}

/* 小屏幕 */
@media screen and (max-width: 767px) {
    .track123_form2_content {
        padding: 0 24px;
        flex-direction: column;
    }
    .track123_input_container {
        width: 100%;
        margin-bottom: 12px;
        margin-right: unset;
    }
    .track123_form2_content .track123_button {
        width: 100% !important;
    }
    .track123_center_line2 {
        display: none;
    }
    .track123_center_line2_mobile {
        display: block;
    }
    .track123_form2_content .track123_button {
        margin-top: 12px;
    }
    .track123_shipping_details_wrapper2 {
        padding: 0 24px;
        flex-direction: column;
    }
    .track123_order_wrapper2 {
        width: 100%;
        border: unset !important;
    }
    .track123_order_detail_wrapper2 {
        width: 100% !important;
    }
    .track123_order_items_wrapper2 {
        margin-top: 10px;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .track123_package_list_wrapper2 {
        margin: unset !important;
    }
}