.track123_form_wrapper a:empty,
.track123_form_wrapper ul:empty,
.track123_form_wrapper dl:empty,
.track123_form_wrapper div:empty,
.track123_form_wrapper section:empty,
.track123_form_wrapper article:empty,
.track123_form_wrapper p:empty,
.track123_form_wrapper h1:empty,
.track123_form_wrapper h2:empty,
.track123_form_wrapper h3:empty,
.track123_form_wrapper h4:empty,
.track123_form_wrapper h5:empty,
.track123_form_wrapper h6:empty {
  display: none;
}
/* 解决移动端点击背景变蓝 */
.track123-shopify-search-block { 
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
.track123-shopify-search-block a:focus,input:focus,p:focus,div:focus{ 
	/* -webkit-tap-highlight-color:rgba(0,0,0,0);  */
	/* -webkit-user-modify:read-write-plaintext-only;  */
}

.track123_mobile_banner_img {
    display: none !important;
    width: 100%;
    height: 240px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.track123_block_wrapper {
    width: 100%;
    height: 720px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.track_main_wrapper {
    width: 100%;
    max-width: var(--page-width, 1200px);
    display: flex;
    justify-content: flex-start;
    /* padding: 0 50px; */
}
.track123_form_wrapper {
    width: 320px;
    padding: 32px 24px;
    text-align: left;
    background-color: #ffffff;
}
.track123_hide_form_wrapper {
    display: none;
}
.track123_form_wrapper .track123_title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 48px;
}

.track123_tracking_above, .track123_tracking_below {
    white-space: pre-line;
    padding: 20px 0;
}

.track123_form_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.track123_input_container {
    position: relative;
    width: 272px;
    margin-bottom: 12px;
}

.track123_form_button { 
    width: 100%;
    cursor: pointer;
    margin: 12px 0 0 0 !important;
}
.track123_form_button::after, .styled-submit::after {
    box-shadow: unset !important;
}

.track123_form_label {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
}

.track123_form_input {
    width: 100%;
    border: solid 1px;
    margin: 0 !important;
    padding: 0.8rem 1.5rem !important;
}

.track123_form_error {
    display: none;
    color: #D72C0D;
    text-align: start;
    line-height: 18px;
    margin-top: 4px;
}

.track123_form_error_show {
    display: block !important;
}

/* 两列模式 */
.track123_center_line {
    opacity: 0.6;
    font-size: 14px;
}
.track123_form_wrapper .track123_title {
    margin-bottom: 24px;
}

.track123_tracking_above, .track123_tracking_below {
    white-space: pre-line;
    padding: 20px 0;
}

.track123_form_input {
    width: 100%;
    border: solid 1px;
    padding: 0.8rem 1.5rem !important;
}

.track123_form_error_show {
    display: block !important;
}


.track123_result_title {
    margin-top: 0;
}

/* 小屏幕 */
@media screen and (max-width: 767px) {
    /* .track_main_wrapper {
        padding: 0 1.5rem;
    } */
    .track123_mobile_banner_img {
        display: block !important;
    }
    .track123_block_wrapper {
        padding: unset;
        height: auto !important;
        justify-content: center;
        background: unset !important;
        position: relative;
    }
    .track123_page_loading {
        width: 100%;
    }
    .track123_form_wrapper {
        width: 100%;
        border: 1px solid #BABFC3;
    }
    .track123_input_container {
        width: 100%;
    }
}