a {
    text-decoration: none;
}

.become_banner {
    height: 780rem;
    background-image: url('/static/frontend/pc/images/becomeBanner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.becomeBanner_content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.becomeBanner_content-container {
    max-width: 1440rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.becomeBanner-content-left {
    width: 929rem;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 14rem;
    margin-top: 16rem;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}

.becomeBanner-title {
    width: 959rem;
    height: 218rem;
    font-size: 80rem;
    font-family: Open Sans, Open Sans-400;
    color: #ffffff;
    margin-top: 156rem;
    font-weight: 400;
    line-height: 98rem;
}

.becomeBanner-description {
    width: 821rem;
    height: 208rem;
    font-size: 24rem;
    font-family: Open Sans, Open Sans-300;
    font-weight: 300;
    color: #ffffff;
}

.becomeBanner-description span:last-child {
    display: inline-block;
    margin-top: 12rem;
}

.becomeBanner-content-right {
    width: 460rem;
    height: 488rem;
    display: flex;
    padding: 28rem;
    margin-top: 200rem;
    border-radius: 8rem;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.1);
}

.formTitle {
    font-size: 24rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0A1D3D;
}

.custom-banner-form-title {
    font-size: 24rem;
    font-weight: bold;
    margin-bottom: 25rem;
    text-align: center;
    color: #333;
}

.custom-banner-form-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-banner-form-row {
    display: flex;
    margin-bottom: 15rem;
    gap: 12rem;
}

.custom-banner-form-row:first-child {
    margin-bottom: 0;
}

.custom-banner-form-group {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.custom-banner-form-label {
    font-size: 14px;
    font-family: Inter, Inter-400;
    color: #666666;
}

.custom-banner-form-label span {
    color: red;
}

.ipt1,
.ipt2 {
    width: 200rem;
    height: 36rem;
    padding: 10rem 12rem;
    font-size: 14rem;
    background-color: #fafafa;
    border-radius: 4rem;
    border: 1rem solid #eeeeee;
}

.ipt1:focus,
.ipt2:focus,
.custom-banner-form-input:focus,
.custom-banner-form-textarea:focus {
    background-color: #ffffff;
    border: 1rem solid #0068D7;
}

.custom-banner-form-input,
.custom-banner-form-textarea {
    width: 410rem;
    height: 36rem;
    padding: 10rem 12rem;
    font-size: 14rem;
    background-color: #fafafa;
    border-radius: 4rem;
    border: 1rem solid #eeeeee;
}

.custom-banner-form-textarea {
    height: 100rem;
    resize: none;
}

.custom-banner-submit-btn {
    width: 410rem;
    height: 44rem;
    padding: 12rem;
    background-color: #0A1D3D;
    border: none;
    border-radius: 4rem;
    transition: background-color 0.3s;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #ffffff;
}

.custom-banner-submit-btn:active {
    background-color: #0E2A58;
}

.ipt1:focus,
.ipt2:focus,
.custom-banner-form-input:focus,
.custom-banner-form-textarea:focus {
    outline: none !important;
}

.ipt1::placeholder,
.ipt2::placeholder,
.custom-banner-form-input::placeholder,
.custom-banner-form-textarea::placeholder {
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #bbbbbb;
}

#errorText {
    font-size: 10rem;
    color: red;
    opacity: 0;
    display: block;
}

#errorPhone,
#errorPhone2 {
    font-size: 10rem;
    color: red;
    opacity: 0;
    display: block;
}

.emailRow {
    margin-bottom: 0;
}

/* banner */
.becomeContentContainer {
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 100rem;
}

.becomeTitle_1 {
    font-size: 48px;
    font-family: Open Sans, Open Sans-400;
    color: #222222;
    text-align: center;
}

.becomeCard_1 {
    max-width: 100%;
    height: 622rem;
    display: flex;
    margin-top: 40rem;
}

.singleMargin {
    margin-top: 120rem;
}

.card_1_left {
    width: 600rem;
    height: 100%;
}

.card_1_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_1_right {
    width: 840rem;
    height: 528rem;
    margin-top: 58rem;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
}

.card_1_item {
    width: 700rem;
    margin-top: 103rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card_1_item_left img {
    width: 113rem;
    height: 95rem;
}

.card_1_item_right {
    width: 534rem;
    height: 260rem;
    font-size: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_1_item_right_top {
    width: 100%;
    font-size: 40rem;
    height: 96rem;
    font-family: Inter, Inter-400;
    color: #0E2A58;
    line-height: 96rem;
    border-bottom: 1rem solid #E3E3E3;
}

.card_1_item_right_bottom {
    width: 100%;
    height: 128rem;
    font-size: 20rem;
    font-family: Inter, Inter-400;
    color: #485a64;
}

.card_1_item_right_longTop {
    width: 100%;
    font-size: 40rem;
    height: 110rem;
    font-family: Inter, Inter-400;
    color: #0E2A58;
    line-height: 40rem;
    border-bottom: 1rem solid #E3E3E3;
}

.fullLine {
    width: 99vw;
    height: 1rem;
    background-color: #eeeeee;
    margin-top: 120rem;
    margin-left: calc(-50vw + 50%);
}

.becomeTitle_2 {
    font-size: 48rem;
    height: 65rem;
    color: #222222;
    margin-top: 100rem;
    line-height: 55rem;
    text-align: center;
    font-family: Open Sans, Open Sans-400;
}

.becomeTitle_3 {
    font-size: 20rem;
    margin-top: 16rem;
    color: #FF9F00;
    text-align: center;
    font-family: Inter, Inter-400;
}

.becomeDesc {
    width: 1116rem;
    height: 84rem;
    text-align: center;
    font-size: 18rem;
    margin: 0 auto;
    margin-top: 28rem;
    color: #333333;
    font-family: Inter, Inter-400;
}

.max-width-container {
    width: 1440rem;
    margin: 0 auto;
    margin-top: 44rem;
}

.max-width-container .row {
    margin-left: 0;
    margin-right: 0;
}

.part5-content-box {
    width: 340rem;
    height: 560rem;
    background-color: #F6F7F7;
    border-radius: 4rem;
    overflow: hidden;
}

.content-img {
    width: 340rem;
    height: 272rem;
    object-fit: cover;
}

.content-text {
    display: flex;
    justify-content: center;
    height: calc(560rem - 272rem);
}

.content-text-inner {
    width: 300rem;
}

.part5-title {
    font-size: 20rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0E2A58;
    margin-top: 24rem;
}

.part-desc {
    margin-top: 12rem;
    font-size: 15rem;
    font-family: Inter, Inter-400;
    color: #333333;
}

.longTitle {
    width: 313rem;
    height: 46rem;
    line-height: 20rem;
}

/* form */
.part_contact {
    width: 100%;
    height: 670rem;
    display: flex;
    flex-direction: column;
    background-color: #ECEEEF;
    margin-top: 120rem;
}

.form-container {
    width: 100%;
    max-width: 1000rem;
    margin: 0 auto;
    margin-top: 20rem;
}

.become-form-desc {
    width: 907rem;
    margin: 0 auto;
    height: 46rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    text-align: center;
    color: #333333;
    margin-top: 20rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
    gap: 20rem;
}

.row1,
.row2 {
    height: 80rem;
}

.row1 .form-input {
    flex: 0 0 calc(33.333% - 14rem);
    max-width: calc(33.333% - 14rem);
    height: 80rem;
}

.row2 .form-input {
    flex: 0 0 calc(50% - 10rem);
    max-width: calc(50% - 10rem);
}

.row3 .form-input {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-textarea {
    height: 68rem;
    min-height: 68rem;
    resize: vertical;
}

.form-control {
    height: 44rem;
    border-radius: 4rem;
    font-size: 14rem;
    border: 1rem solid #eaeef6;
}

#message {
    height: 132rem;
}

.row3 .form-control {
    height: 132rem;
}

@media (max-width: 992px) {

    .row1 .form-input,
    .row2 .form-input {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-title {
    font-size: 48rem;
    font-family: Open Sans, Open Sans-400;
    color: #333333;
    text-align: center;
    margin-top: 72rem;
}

.form-control {
    padding-left: 12rem;
}

.form-label {
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
}

.require {
    color: red;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
    outline: 0;
}

.sendBtn {
    width: 364rem;
    height: 44rem;
    background: #0A1D3D;
    border-radius: 4rem;
    color: #ffffff;
    font-size: 14rem;
    margin-top: 32rem;
    border: none;
}

.sendBtn:active {
    background-color: #0E2A58;
}

#file {
    border: none;
    width: 400rem;
    height: 64rem;
}

.file-input-wrapper {
    position: relative;
    display: inline-block;
    width: 488rem;
    height: 44rem;
}

.file-input-wrapper input[type="file"] {
    width: 100%;
    height: 44rem;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4rem;
    cursor: pointer;
}

.file-input-display {
    width: 100%;
    height: 44rem;
    padding: 10rem;
    font-size: 14rem;
    color: #0068D7;
    border-radius: 4rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
}

.clear-button {
    width: 30rem;
    height: 44rem;
    border: none;
    padding-right: 14rem;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear-button img {
    width: 16rem;
    height: 16rem;
}

.file-box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.error-message {
    font-size: 10rem;
    color: red;
    opacity: 0;
}

#name::placeholder,
#email::placeholder,
#phone::placeholder,
#companyName::placeholder,
#message::placeholder {
    color: #bbbbbb;
}

.bottom_box {
    margin-top: 0 !important;
}

.toastify {
    font-size: 16rem;
}

#name:focus,
#email:focus,
#companyName:focus,
#phone:focus,
#message:focus {
    border: 1rem solid #0068D7;
}

#regFile {
    color: #F23A3C;
    font-size: 10rem;
    opacity: 0;
    display: block;
}

#message {
    padding-top: 10rem;
}

@media (min-width: 992px) and (max-width: 1440px) {
    body {
        overflow-x: auto;
    }

    .custom-banner-form-row {
        margin-bottom: 0;
    }

    .becomeBanner_content-container {
        justify-content: center;
    }

    .becomeBanner-content-left {
        width: 800rem;
    }

    .becomeBanner-title {
        font-size: 60rem;
        width: auto;
    }

    .max-width-container {
        max-width: 100%;
    }
}

.iti__selected-flag {
    min-width: 87rem;
    width: auto;
}

.iti__selected-dial-code,
.iti__country-name {
    font-size: 14rem;
    color: #333333;
}

.iti__flag-box {
    display: none !important;
}

/* 调整下拉项内边距 */
.iti__flag-box,
.iti__dial-code {
    font-size: 14rem;
}

/* 可选：调整下拉菜单宽度 */
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    width: 70rem;
    /* 根据实际需要调整 */
}

.iti--separate-dial-code {
    width: 100%;
}