
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Black';
    src: url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Black.ttf') format('woff'),
    url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Black.ttf') format('woff2');
}
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Light.ttf') format('woff'),
    url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Light.ttf') format('woff2');
}
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Bold.ttf') format('woff'),
    url('../../font-awesome/fonts/HarmonyOS_Sans_SC_Bold.ttf') format('woff2');
}
@font-face {
    font-family: 'JDLANGZHENGTI';
    src: url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff'),
    url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff2');
}
@font-face {
    font-family: '452';
    src: url('../../font-awesome/fonts/452-cai978.ttf') format('woff'),
    url('../../font-awesome/fonts/452-cai978.ttf') format('woff2');
}


input,textarea{
    background-color: #fff !important;
}
.form-control{

    border: var(--bs-border-width) solid #d6d7d9;

    box-shadow: none;
    height:6rem;
    font-size: 1.8rem;

}
.banner-home{
        width: 100%;
    height: 25.9rem;
    position: relative;
    margin-top: 11rem;
    min-height: 25.9rem;
}
.banner-home .bj{
    width: 100%;
    height: 100%;
    z-index:1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-home .opactiy{
    width: 100%;
    height: 100%;
    z-index:2;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.banner-home span{
    font-family: '452';
    font-weight: normal;
    font-size: 8.41rem;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9;
}
form{

    padding: 6.9rem 22.4rem 16.4rem 22.4rem;
}
form .title1,form .title2{
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 1.6rem;
    color: #959595;
    line-height: 1.8rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
}
form .title2{
    margin-top: 1rem;
 }

form .title3{
    font-family: 'HarmonyOS_Sans_SC_Black';
    font-size: 5.28rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 6.6rem;
    line-height: 1;
    display: block;
    margin-bottom: 3rem;
}
.title-ground{
    font-family: 'HarmonyOS_Sans_SC_Black';
    font-size: 5.28rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 3rem;
}

.ground-content {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: 2rem;
    color: #686565;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ground-content  .title{
    color: #000;
    margin-top: 3rem;
    display: block;
    margin-bottom: 0.2rem;

    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #000;
    font-weight: 600;


}
.mb-3 {
    margin-bottom: 3rem !important;
}
.form-label{
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #000;
    font-weight: 600;
}
.daler-groud{

    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 2.19rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 2rem;
}
.dealer-ground-content .dealer-ground-item span{

    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.19rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 2;
}
.dealer-ground-item{
    margin-top: 4rem;
}
textarea.form-control{
    height: 13rem;
}
.submit{
    width: 26.1rem;
    height: 7.6rem;
    display: block;
    background-color: #f12535;
    border-radius: 2rem;

    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 4.27rem;
    color: #FFFFFF;
    line-height: 4.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 7.21rem;
    margin-top: 5rem;
    cursor: pointer;
}
.form-check{
    margin-top: 1.2rem;
}
.form-check-input:checked {
    background-color: red !important;
    border-color: red;
}
/* 方案1：Flexbox（现代浏览器推荐） */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8); /* 半透明背景 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    z-index: 1000;
    display: none;
}

.modal-content {
    width: 70.2rem;
    height: 5.2rem;
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 5.59rem;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.modal-button {
    margin-top: 1rem;
    color: white;
    cursor: pointer;
    width: 13.8rem;
    height: 5.5rem;
    line-height: 5.5rem;
    border-radius: 6rem;
    background-color: red;
    font-size: 3rem;
    display: block;
    text-align: center;
    margin: 2rem auto;
}
/* 设置 select2 的高度，例如 40px */
.select2-container .select2-selection--single {
    height: 6rem !important;
    line-height: 6rem;
}

/* 设置内部文字垂直居中 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 6rem !important;
}

/* 设置下拉按钮的高度 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 6rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 2rem;
}
.select2-results__option {
   font-size: 1.6rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 5rem;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .banner-home {
        height: 49.9rem;
        margin-top: 28rem;
    }
    .banner-home span {
        font-size: 13.41rem;
        text-align: center;
        width: 100%;
    }
    form .title1, form .title2{
        font-size: 7.6rem;
        line-height: 8.8rem;
    }
    form .title3 {
        font-size: 10.28rem;
        margin-top: 8.6rem;
        margin-bottom: 6rem
    }
    .form-label {
        font-size: 6rem;
    }
    .form-control{
        height: 28px;
    }
    .mb-3 {
        margin-bottom: 10rem !important;
    }
    .title-ground{
        font-size: 10.28rem;
    }
    .dealer-ground-content .dealer-ground-item span{
        line-height: 1.4;
        font-size: 6.19rem;
    }
    .dealer-ground-item {
        margin-top: 16rem;
    }
    .ground-content .title{
        font-size: 6.8rem;
    }
    .ground-content{
        font-size: 6rem;
    }
    .daler-groud {
        font-size: 6.19rem;
    }
    .submit {
        width: 55.1rem;
        height: 15.6rem;
        font-size: 6.27rem;
        line-height: 14.21rem;
        margin-top: 10rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 7rem;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 16rem !important;
    }
    .select2-container .select2-selection--single {
        height: 17rem !important;
        line-height: 17rem;
    }
    .form-control {
   
        font-size: 5.8rem;
    }
    textarea.form-control {
        height: 45rem;
    }
    .select2-results__option {
        font-size: 6.6rem !important;
    }
    .select2-results__option {
        font-size: 6.6rem !important;
    }
}