html, body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f5f5f5;
}
#app{
    background: #f3f3f3;
}

.immigration-banner {
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-title {
    font-size: 72px;
    color: #002768;
    text-align: center;
}

/* 主要内容区域 */
.content-section-list {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 160px;
    padding: 0 20px;
}

/* 表单容器 */
.assessment-form-container {
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 70px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* 表单头部 */
.form-header {
    text-align: left;
    margin-bottom: 35px;
}

.header-instruction {
    font-size: 18px;
    /* font-weight: bold; */
    color: #002768;
    margin: 0;
}

/* 表单样式 */
.assessment-form {
    width: 100%;
    justify-content: space-between;
}

/* 表单区块 */
.form-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

/* 子标题样式 */
.subsection-title {
    font-size: 16px;
    color: #333;
    margin: 30px 0 20px 0;
    font-weight: bold;
    text-align: center;
}

/* 子子标题样式 */
.sub-subsection-title {
    font-size: 14px;
    color: #002768;
    margin: 15px 0 10px 0;
    font-weight: bold;
    text-align: left;
}

/* 表单行 */
.form-row {
    display: flex;
    gap: 40px;
   /* flex-wrap: nowrap !important; */
    justify-content: space-between;
    margin: 0;
    margin-bottom: 35px;
    padding: 0 15px;
    position: relative;
}

.form-row .el-form-item {
    /* flex: 1; */
    margin-bottom: 0;
}

/* 表单列样式 */
.form-column {
    flex: 1;
}

/* 表单项样式 */
.el-form-item {
    margin-bottom: 20px;
}

.el-form-item__label {
    font-size: 14px;
    color: #333333 !important;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
    line-height: 20px !important;
    text-align: left;
    float: none;
    width: auto;
    text-align: left !important;
}

/* .el-form-item__label::before {
    content: '*';
    color: #ff0000;
    margin-right: 4px;
} */

.el-form-item.is-required .el-form-item__label::before {
    content: '*';
    color: #ff0000;
    margin-right: 4px;
}

/* 表单项内容区域 */
.el-form-item__content {
    display: block;
    width: 100%;
    margin-left: 0;
    line-height: 40px;
    position: relative;
}

/* 输入框样式 */
.form-input .el-input__inner {
    width: 410px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    font-size: 14px;
}

.form-input .el-input__inner:focus {
    border-color: #002768 !important;
}

.form-input .el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

/* 选择框样式 */
.form-select {
    width: 410px;
}

.form-select .el-input__inner {
    width: 410px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    font-size: 14px;
}

.form-select .el-input__inner:focus {
    border-color: #002768 !important;
}

.form-select .el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

/* 单选框样式 */
.form-radio {
    width: 410px !important;
}
.form-radio .el-input__inner {
    width: 410px !important;
}

.form-input-other {
    width: 120px !important;
    position: absolute !important;
    bottom: 3px;
    right: 6px;
}
.form-input-other .el-input__inner {
    width: 120px ;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
}

/* Element UI Select 组件样式覆盖 */
.el-select {
    width: 100%;
}

.el-select .el-input {
    width: 410px;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

/* 日期选择器样式 */
.form-date {
    width: 410px;
}

.form-date .el-input__inner {
    width: 410px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    font-size: 14px;
}

.form-date .el-input__inner:focus {
    border-color: #002768 !important;
}

.form-date .el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

/* 核心区域样式 */

.form-row-content{
    display: flex;
    justify-content: space-between;
}
.form-row-left,.form-row-right{
    width: 430px;
}
.checkbox-group{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    line-height: 14px;
}

.checkbox-group-A{
    line-height: 14px;
}


.form-row-gap{
    gap: 0;
}

.form-row-gap-12{
    gap: 12px;
}

.form-row-input{
    position: absolute;
}

.form-row-input-1{
    top:26px;
    right: 174px;
}
.form-row-input-2{
    top:78px;
    right: 174px;
}
.form-row-input-3{
    top:130px;
    right: 65px;
}

.form-row-input-4{
    top:182px;
    right: 65px;
}

.form-row-input-5{
    top:281px;
    left:0px
}
.checkbox-group-L{
    margin-top:40px;
}

.form-input-othe .el-input__inner {
    width: 120px ;
    /* border: none !important; */
    /* border-bottom: 1px solid #f0f0f0 !important; */
    /* border-radius: 0 !important; */
}

/* 原创性贡献 - 复选框和输入框包装器样式 */
.checkbox-item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.checkbox-input-wrapper {
    /* margin-left: 20px; */
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.checkbox-input-wrapper .el-form-item {
    margin-bottom: 0;
}

.checkbox-input-wrapper .el-form-item__content {
    margin-left: 0;
}

.original-contribution-group .checkbox-item-wrapper .el-checkbox {
    margin-right: 0;
    margin-bottom: 0;
    flex: 1;
    min-width: 0;
}

.original-contribution-group .el-checkbox-group {
    width: 100%;
}

.background-f2{
    background: #f2f2f2;
    padding:10px 0;
    margin-bottom: 20px;
}
.form-bottom{
    margin-bottom: 0;
}
.form-textarea  .el-form-item{
    flex: 1 !important;
}
.el-textarea__inner{
    min-height: 90px !important;
    flex: 1 !important;
}

.el-textarea__inner:focus{
    border-color: #002768 !important;
}

/* Element UI DatePicker 组件样式覆盖 */
.el-date-editor {
    width: 410px;
}

.el-date-editor .el-input {
    width: 410px;
}

.el-date-editor .el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

/* 全局焦点状态样式 */
.el-input.is-focus .el-input__inner {
    border-color: #002768 !important;
}

.el-input__inner:focus {
    border-color: #002768 !important;
}

/* 单选框组样式 */
.el-radio-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.el-radio {
    margin-right: 10px !important;
    margin-bottom: 8px;
}

.el-radio__label {
    font-size: 14px;
    color: #333333;
    padding-left: 5px !important;
}

/* 复选框组样式 */
.el-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.el-checkbox {
    margin-right: 10px !important;
    margin-bottom: 8px;
}

.el-checkbox__label {
    font-size: 14px;
    color: #333333;
    padding-left: 5px !important;
}

/* 提示文字样式 */
.other-input-hint {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

.evus-hint {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

/* 提交按钮样式 */
.form-submit {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.submit-btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #002768;
    border-color: #002768;
    border-radius: 6px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner{
    width: 100% !important;
}



/* ====== 移动端响应式适配 ====== */
@media (max-width: 1200px) {
    body{
        height: 100vh;
    }
    /* 头部 */
    .immigration-banner{
        height: 4rem;
        border-top: 1px solid #e0e0e0;
        background: #ffffff;
    }
    .banner-img{
        display: none;
    }
    .banner-title{
        font-size: 1.227rem;
        color: #333333;
    }
    /* 内容 */
    .content-section-list{
        margin-top: 20px;
        padding: 0;
        background: #ffffff;
        margin-bottom: 0;
    }
   .form-header{
    display: none;
    }
    .assessment-form-container{
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: none;
        background: #ffffff;
    }
    .section-title{
        font-size: 1.12rem;
        color: #002768;
        border-bottom: 1px solid #e0e0e0;
        padding: 2.4rem 1.333rem 1.333rem 1.333rem;
        margin-bottom: 0;
    }
    
    /* 表单行样式 - 移动端 */
    .form-row{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 1.333rem;
        margin-bottom: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
    
    /* 表单项样式 - 移动端 */
    .el-scrollbar__wrap{
        margin: 0 !important;
    }
    .el-form-item{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 4rem;
        margin-bottom: 0;
        padding: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    

    /* 标签样式 - 移动端 */
    .el-form-item__label{
        font-size: 0.960rem !important; /* 36px转换为rem，基于16px基准 */
        color: #333333 !important;
        font-weight: normal;
        display: block;
        margin-bottom: 0;
        line-height: 3rem !important;
        text-align: left;
        float: none;
        width: auto;
        padding-right: 1.333rem;
        flex-shrink: 0;
    }
    
    /* 表单项内容区域 - 移动端 */
    .el-form-item__content{
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 0;
        line-height: 4rem;
        position: relative;
        flex: 1;
        min-width: 0; /* 防止flex子元素溢出 */
    }
    
    /* 输入框样式 - 移动端 */
    .form-input .el-input__inner,
    .form-select .el-input__inner,
    .form-date .el-input__inner{
        width: 100% !important;
        height: 4rem;
        border: none !important;
        border-bottom: none !important;
        border-radius: 0 !important;
        font-size: 0.960rem; /* 36px */
        color: #333333;
        padding: 0 0.5rem;
        background: transparent;
        box-sizing: border-box;
        text-align: right;
    }
    
    /* 输入框占位符样式 - 移动端 */
    .form-input .el-input__inner::placeholder,
    .form-select .el-input__inner::placeholder,
    .form-date .el-input__inner::placeholder{
        font-size: 0.960rem; /* 36px */
        color: #bdbdbd;
    }
    
    /* 选择框下拉图标 - 移动端 */
    .form-select .el-input__suffix{
        right: 0;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* 选择框样式 - 移动端 */
    .form-select{
        width: 100% !important;
    }
    
    .el-select{
        width: 100%;
    }
    
    .el-select .el-input{
        width: 100% !important;
    }
    
    /* 日期选择器 - 移动端 */
    .form-date{
        width: 100% !important;
    }
    
    .el-date-editor{
        width: 100% !important;
    }
    
    .el-date-editor .el-input{
        width: 100% !important;
    }
    
    /* 单选框组 - 移动端 */
    .form-radio{
        width: 100% !important;
    }
    
    .el-radio-group{
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* 复选框组 - 移动端 */
    .el-checkbox-group{
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* 文本域 - 移动端 */
    .form-textarea .el-textarea__inner{
        width: 100% !important;
        min-height: 150px !important;
        font-size: 0.960rem;
        color: #333333;
        border: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        border-radius: 0 !important;
        padding: 0.5rem;
        box-sizing: border-box;
        text-align: right;
    }
    
    .form-textarea .el-textarea__inner::placeholder{
        font-size: 0.960rem;
        color: #bdbdbd;
    }
    
    /* 表单区块 - 移动端 */
    .form-section{
        margin-bottom: 0;
        width: 100%;
    }
    
    /* 核心区域样式 - 移动端 */
    .form-row-content{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .form-row-left,
    .form-row-right{
        width: 100%;
    }
    
    /* 子标题 - 移动端 */
    .subsection-title{
        font-size: 1.2rem;
        padding: 1.333rem 1.333rem 0.8rem 1.333rem;
        margin: 0;
    }
    
    /* 背景区域 - 移动端 */
    .background-f2{
        background: #f2f2f2;
        padding: 0;
        margin-bottom: 0;
    }
    
    .background-f2 .form-row{
        padding: 0 1.333rem;
    }
    
    /* 提交按钮 - 移动端 */
    .form-submit{
        display: flex;
        gap: 1.333rem;
        padding: 2.667rem 1.333rem;
        margin-top: 0;
    }
    
    .submit-btn{
        
    }
    
    /* 特殊输入框样式调整 - 移动端 */
    .form-input-other .el-input__inner{
        width: 100% !important;
        height: 150px;
        font-size: 0.960rem;
    }
    
    /* 表单行间距调整 - 移动端 */
    .form-row-gap,
    .form-row-gap-12{
        gap: 0;
    }
    
    /* 绝对定位输入框 - 移动端 */
    .form-row-input{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
    
    /* 复选框和单选框标签 - 移动端 */
    .el-radio__label,
    .el-checkbox__label{
        font-size: 1.6rem;
        color: #333333;
    }
    
    /* 提示文字 - 移动端 */
    .other-input-hint,
    .evus-hint{
        font-size: 0.960rem;
        padding: 0 1.333rem;
    }
    
    .form-column-mobile .el-form-item{
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
    .form-column-mobile .el-form-item .el-form-item__content{
        /* flex-direction: column;   */
        height: auto;
        /* align-items: flex-start; */
    }
    .form-column-mobile .el-form-item .el-form-item__content .el-input__inner{
        border: none !important;
    }

    
  
}








