footer{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.becomeDealer{
    padding-bottom: 120px;
}
.becomeDealer_subtitle{
    background: #141414;
}
.becomeDealer_subtitle h3{
    font-size: 1.75rem;
    color: #fff;
    height: 4.375rem;
    line-height: 4.375rem;
    font-weight: normal;
}
.becomeDealer .w_main:not(h3.w_main){
    background: #141414;
    margin-top: 48px;
    padding: 48px 48px 0 48px;
    box-sizing: border-box;
}
.registration_process{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3.75rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.registration_box{
    width: 25%;
    text-align: center;
    position: relative;
}
.registration_box:not(.last)::before{
    content: "";
    position: absolute;
    top: 20px; 
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 1;
}
.registration_box section{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #141414;
    z-index: 2;
    position: relative;
}
.registration_box section svg{
    display: none;
}
.registration_box p{
    font-size: 1rem;
    margin-top: 15px;
}
.registration_box.finished section span{
    display: none;
}
.registration_box.finished section svg{
    display: block;
    fill: var(--red-color);
}
.registration_box.active section{
    color: var(--red-color);
}
.dealers_box{
    padding: 5rem 0;
    box-sizing: border-box;
    max-width: 600px;
    margin: auto;
}
.dealers_box:not(.active){
    display: none;
}
.dealers_box h3{
    font-size: 1.125rem;
    font-weight: normal;
    display: block;
    color: #fff;
    width: max-content;
    margin-bottom: 0.9375rem;
}
.dealersBox_form section{
    margin-top: 2.5rem;
}
.dealersBox_form section label{
    color: #fff;
    font-size: 1rem;
    box-sizing: border-box;
    position: relative;
}
.dealersBox_form section.required label{
    padding: 0 0 0 0.75rem;
}
.dealersBox_form section.required label::before{
    position: absolute;
    content: "*";
    color: #F01A1A;
    left: 0;
    top: 2%;
}
.dealersBox_form section input,.dealersBox_form section select{
    background: rgba(255,255,255,0.1);
    border: 0;
    height: 3rem;
    width: 100%;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    box-sizing: border-box;
    margin-top: 10px;
}
main input:-webkit-autofill,
main input:-webkit-autofill:hover,
main input:-webkit-autofill:focus,
main input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important; /* 使用相同的半透明白色背景 */
  -webkit-text-fill-color: #fff !important; /* 确保文本颜色为白色 */
  caret-color: #fff; /* 光标颜色设置为白色 */
  transition: background-color 5000s ease-in-out 0s; /* 防止闪烁 */
}
.dealersBox_form section select{
    display: block;
  -webkit-appearance: none; /* 移除默认的下拉箭头（仅对WebKit内核有效） */
  -moz-appearance: none;    /* 移除默认的下拉箭头（仅对Gecko内核有效） */
  appearance: none;         /* 尝试移除所有浏览器的默认下拉箭头 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14" fill="none"><path stroke="rgba(255, 255, 255, 1)" stroke-width="1.5" d="M6.20898 11.3506L8.21957 11.3506L12.4156 7.36437L13.7268 7.36437"/><path stroke="rgba(255, 255, 255, 1)" stroke-width="1.5" d="M8.51785 11.3514L6.50727 11.3514L2.31125 7.36523L1 7.36523"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px;
  margin: 20px 0 0 0;
}
.dealersBox_form section select option {
    color: #141414;
}
.dealersBox_form section.acting_brand input,.social_media input,
.e-commerce_address input{
    display: none;
}
.dealersBox_form section .error{
    color: var(--red-color);
    opacity: 0.8;
    margin-top: 5px;
    font-size: 12px;
}
.dealersForm_button{
    margin: 5rem auto auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.becomeDealer form button{
    background: var(--red-changeColor);
    border: none;
    width: 10rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.25rem;
    margin: 0 20px;
}
.becomeDealer form button:hover{
    opacity: 0.8;
    cursor: pointer;
}
.dealersForm_button .prev{
    background: none;
    border: 1px solid var(--second-textColor);
}
#step-4,.dealers_finish{
    min-height: 30vw;
}
.dealers_finish{
    /* display: none; */
    text-align: center;
    padding-top: 12%;
    box-sizing: border-box;
}
.dealers_finish p{
    width: 100%;
    font-size: 1.25rem;
    margin-top: 40px;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .becomeDealer{
        padding: 20px 0 80px 0;
    }
    .becomeDealer_subtitle h3{
        display: none;
    }
    .becomeDealer .w_main:not(h3.w_main){
        margin-top: 0;
        padding: 40px 10px;
    }
    .registration_box section{
        width: 30px;
        height: 30px;
    }
    .registration_box:not(.last)::before{
        top: 15px;
    }
    .registration_process{
        padding-bottom: 20px;
    }
    .dealers_content{
        max-width: 90%;
        margin: auto;
    }
    .dealers_box{
        padding: 40px 0 0 0;
    }
    .dealers_box h3{
        font-size: 16px;
    }
    .registration_box p{
        font-size: 12px;
        margin-top: 10px;
    }
    .dealersBox_form section{
        margin-top: 20px;
    }
    .dealersBox_form section label{
        font-size: 14px;
    }
    .dealersBox_form section input, .dealersBox_form section select{
        font-size: 14px;
        height: 40px;
    }
    .dealersForm_button{
        margin-top: 40px;
    }
    .becomeDealer form button{
        width: 120px;
        height: 40px;
        margin: 0 10px;
    }
    .dealers_finish{
        min-height: 80vw;
        padding-top: 25%;
    }
    .dealers_finish p{
        font-size: 14px;
        max-width: 80%;
        margin: 20px auto auto auto;
    }
}
@media only screen and (max-width: 320px) {
    .registration_box p{
        font-size: 10px;
    }
}