@charset "utf-8";

.certification-process {
  position: relative;
  width: 100%;
  height: auto;
  overflow: initial;
  margin: 30px 0 0 0;
}

.certification-process2 {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin: 30px 0 60px 0;
}

/* ==================== 1280px 断点 ==================== */
@media screen and (max-width: 1280px) {
  /* 认证流程页面适配 */
  .process-bg img {
    aspect-ratio: 5 / 2;
    object-fit: cover;
  }
  #logobg .p p:first-child {
    font-size: 48px;
  }

  #logobg .p p:last-child {
    font-size: 24px;
  }

  .certification-process {
    height: auto;
    margin: 30px 0 80px 0;
  }

  .certification-process .img {
    height: 300px;
  }

  .certification-process li {
    margin-bottom: 80px;
  }

  .certification-process li span {
    font-size: 26px;
  }

  .certification-process li i {
    width: 48px;
    height: 64px;
  }

  .certification-process li p {
    font-size: 26px;
    margin-top: 25px;
  }

  /* 布局组件适配 */
  .layout-wrapper .left-panel .title {
    font-size: 34px;
  }

  .left-panel {
    flex: 0 0 240px;
    padding: 0 25px;
  }

  .icon-wrapper {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }

  .right-panel {
    padding: 0 30px 35px 0;
  }

  .right-panel-section {
    margin-left: -15px;
    margin-bottom: 28px;
  }

  .right-panel-section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .right-panel-section-content {
    font-size: 22px;
    line-height: 44px;
    padding-left: 60px;
  }

  #process .target-audience-card__bullet {
    width: 30px;
    height: 30px;
  }

  #process .target-audience-card__bullet:after {
    width: 18px;
    height: 18px;
  }
}

/* ==================== 1024px 断点 ==================== */
@media screen and (max-width: 1024px) {
  /* 顶部 Banner 适配 */
  #logobg .p p:first-child {
    font-size: 42px;
  }

  #logobg .p p:last-child {
    font-size: 20px;
  }

  /* 认证流程图适配 */
  .certification-process {
    height: auto;
    margin: 25px 0 70px 0;
  }

  .certification-process .img {
    height: 280px;
    background-size: 95% 100%;
  }

  .certification-process li {
    margin-bottom: 70px;
  }

  .certification-process li span {
    font-size: 24px;
    left: 32%;
  }

  .certification-process li i {
    width: 44px;
    height: 60px;
  }

  .certification-process li p {
    font-size: 24px;
    margin-top: 22px;
  }

  /* 布局组件适配 */
  .layout-wrapper .left-panel .title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .left-panel {
    flex: 0 0 220px;
    padding: 0 20px;
    border-right-width: 1.5px;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .right-panel {
    padding: 0 25px 30px 0;
  }

  .right-panel-section {
    margin-left: -12px;
    margin-bottom: 25px;
  }

  .right-panel-section-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
    text-indent: 15px;
  }

  .right-panel-section-content {
    font-size: 20px;
    line-height: 40px;
    padding-left: 55px;
  }

  #process .target-audience-card__bullet {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  #process .target-audience-card__bullet:after {
    width: 16px;
    height: 16px;
  }
}

/* ==================== 768px 断点 ==================== */
@media screen and (max-width: 768px) {
  /* 顶部 Banner 适配 */
  #logobg {
    min-height: 200px;
  }

  #logobg .p p:first-child {
    font-size: 32px;
    line-height: 1.4;
  }

  #logobg .p p:last-child {
    font-size: 16px;
    /* display: none; 移动端隐藏英文副标题 */
  }

  /* 认证流程图适配 - 改为纵向布局 */
  .certification-process {
    position: relative;
    height: auto;
    overflow: visible;
    margin: 20px 0 10px 0;
  }

  .certification-process .img {
    display: none;
    position: relative;
    width: 100%;
    height: 200px;
    background-size: contain;
    margin-bottom: 30px;
  }

  .certification-process ul {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .certification-process li {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }

  .certification-process li span {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .certification-process li i {
    width: 36px;
    height: 50px;
  }

  .certification-process li p {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }

  .certification-process2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  /* 布局组件 - 改为纵向布局 */
  .layout-wrapper {
    flex-direction: column;
  }

  .layout-wrapper .left-panel .title {
    font-size: 24px;
    letter-spacing: 0;
  }

  .left-panel {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 2px dashed #c5c5c5;
    padding: 25px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .left-panel .title {
    margin-bottom: 0;
    text-align: left;
    font-size: 24px;
  }

  .right-panel {
    flex: 1;
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
  }

  .right-panel-section {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .right-panel-section-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-indent: 0;
  }

  .right-panel-section-content {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0;
    color: #666;
  }

  #process .target-audience-card__bullet {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  #process .target-audience-card__bullet:after {
    width: 14px;
    height: 14px;
  }

  /* 段落文字优化 */
  .right-panel-section-content br {
    display: block;
    content: "";
    margin-bottom: 8px;
  }
}

/* ==================== 480px 断点 ==================== */
@media screen and (max-width: 480px) {
  /* 顶部 Banner 适配 */
  #logobg {
    min-height: 150px;
  }

  #logobg .p p:first-child {
    font-size: 26px;
    padding: 0 15px;
  }

  /* 认证流程图适配 */
  .certification-process {
    margin: 15px 0 10px 0;
  }

  .certification-process .img {
    height: 160px;
    margin-bottom: 25px;
  }

  .certification-process li {
    margin-bottom: 30px;
  }

  .certification-process li span {
    font-size: 18px;
  }

  .certification-process li i {
    width: 30px;
    height: 42px;
  }

  .certification-process li p {
    font-size: 18px;
    margin-top: 12px;
  }

  .certification-process li::before {
    font-size: 18px;
  }

  /* 布局组件进一步优化 */
  .left-panel {
    padding: 20px 15px;
    border-bottom-width: 1.5px;
  }

  .icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .left-panel .title {
    font-size: 20px;
  }

  .right-panel {
    padding: 20px 15px 25px 15px;
  }

  .right-panel-section {
    margin-bottom: 20px;
  }

  .right-panel-section-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .right-panel-section-content {
    font-size: 15px;
    line-height: 1.7;
  }

  #process .target-audience-card__bullet {
    width: 20px;
    height: 20px;
  }

  #process .target-audience-card__bullet:after {
    width: 12px;
    height: 12px;
  }

  /* 列表内容优化 */
  .right-panel-section-content br {
    display: block;
    margin-bottom: 6px;
  }
}

/* ==================== 通用优化 ==================== */
@media screen and (max-width: 768px) {
  /* 优化长文本换行 */
  .right-panel-section-content {
    word-wrap: break-word;
    word-break: break-all;
  }

  /* 防止文字溢出 */
  .layout-wrapper {
    overflow-x: hidden;
  }

  /* 优化触摸体验 */
  .left-panel,
  .right-panel {
    -webkit-tap-highlight-color: transparent;
  }
}

/* 考生服务-申请证书 适配 */
/* ==================== 证书申请表单适配 ==================== */

/* 1280px 断点 */
@media screen and (max-width: 1280px) {
  .user-form-container {
    border-radius: 6px;
  }

  .user-form-content {
    padding: 25px;
  }

  .user-form-section {
    margin-bottom: 35px;
    gap: 20px;
  }

  .user-form-section__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .user-form-group {
    margin-bottom: 30px;
  }

  .user-form-label {
    font-size: 22px;
    width: 180px;
  }

  .user-form-input {
    width: calc(100% - 180px);
    font-size: 22px;
    padding: 11px 13px;
  }

  .user-form-radio-label {
    font-size: 22px;
  }

  .user-form-radio-custom {
    width: 13px;
    height: 13px;
    border-width: 7px;
    margin-right: 8px;
  }

  .user-form-date-group {
    width: calc(100% - 180px);
  }

  .user-form-footer {
    padding: 25px;
  }

  .user-form-button {
    padding: 16px 32px;
    font-size: 22px;
    min-width: 260px;
    margin: 0 25px;
  }
}

/* 1024px 断点 */
@media screen and (max-width: 1024px) {
  .user-form-content {
    padding: 22px;
  }

  .user-form-section {
    margin-bottom: 30px;
    gap: 18px;
  }

  .user-form-section__title {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .user-form-group {
    margin-bottom: 28px;
  }

  .user-form-label {
    font-size: 20px;
    width: 160px;
    flex-shrink: 0;
  }

  .user-form-input {
    width: calc(100% - 160px);
    font-size: 20px;
    padding: 10px 12px;
  }

  .user-form-input--select {
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 35px;
  }

  .user-form-radio-label {
    font-size: 20px;
  }

  .user-form-radio-custom {
    width: 12px;
    height: 12px;
    border-width: 6px;
    margin-right: 8px;
  }

  .user-form-radio-custom::after {
    width: 8px;
    height: 8px;
  }

  .user-form-date-group {
    width: calc(100% - 160px);
    gap: 8px;
  }

  .user-form-date-select {
    width: 200px;
  }

  .user-form-footer {
    padding: 22px;
  }

  .user-form-button {
    padding: 15px 28px;
    font-size: 20px;
    min-width: 240px;
    margin: 0 20px;
    border-radius: 10px;
  }
}

/* 768px 断点 - 移动端重点优化 */
@media screen and (max-width: 768px) {
  .user-form-container {
    border-radius: 4px;
  }

  .user-form-content {
    padding: 20px 15px;
  }

  .user-form-section {
    margin-bottom: 25px;
    gap: 15px;
    flex-direction: column;
  }

  .user-form-section__title {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .user-form-row {
    flex: none;
    width: 100%;
  }

  .user-form-group {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .user-form-label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
  }

  .user-form-input {
    width: 100%;
    font-size: 16px;
    padding: 12px 14px;
    box-sizing: border-box;
  }

  .user-form-input--select {
    width: 100%;
    background-position: right 12px center;
    padding-right: 35px;
  }

  .user-form-radio-group {
    width: 100%;
  }

  .user-form-radio-label {
    font-size: 16px;
    width: 100%;
  }

  .user-form-radio-custom {
    width: 18px;
    height: 18px;
    border-width: 2px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .user-form-radio-custom::after {
    width: 10px;
    height: 10px;
  }

  .user-form-date-group {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .user-form-date-select {
    width: 100%;
  }

  .user-form-footer {
    padding: 20px 15px;
    flex-direction: column;
    gap: 15px;
  }

  .user-form-button {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 8px;
  }

  .user-form-button--cancel {
    order: 2;
  }

  .user-form-button--next {
    order: 1;
  }
}

/* 480px 断点 - 小屏手机优化 */
@media screen and (max-width: 480px) {
  .user-form-content {
    padding: 18px 12px;
  }

  .user-form-section {
    margin-bottom: 20px;
  }

  .user-form-section__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .user-form-group {
    margin-bottom: 18px;
  }

  .user-form-label {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .user-form-input {
    font-size: 15px;
    padding: 11px 12px;
  }

  .user-form-input::placeholder {
    font-size: 14px;
  }

  .user-form-radio-label {
    font-size: 15px;
  }

  .user-form-radio-custom {
    width: 16px;
    height: 16px;
  }

  .user-form-radio-custom::after {
    width: 8px;
    height: 8px;
  }

  .user-form-footer {
    padding: 18px 12px;
    gap: 12px;
  }

  .user-form-button {
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 6px;
  }
}

/* ==================== 信息审核表单适配 ==================== */

/* 1280px 断点 */
@media screen and (max-width: 1280px) {
  .information-section {
    padding: 0 15px;
  }
}

/* 768px 断点 */
@media screen and (max-width: 768px) {
  .information-section {
    padding: 0;
  }

  .user-form-header {
    padding: 0 15px;
  }

  .user-form-header__title {
    font-size: 22px !important;
  }

  /* 优化长文本换行 */
  .user-form-section__title {
    word-wrap: break-word;
    word-break: break-all;
  }

  /* 防止文字溢出 */
  .user-form-input {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 优化触摸体验 */
  .user-form-input,
  .user-form-button,
  .user-form-radio-label {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  /* 单选按钮增大点击区域 */
  .user-form-radio-label {
    padding: 5px 0;
  }
}

/* 480px 断点 */
@media screen and (max-width: 480px) {
  .user-form-header {
    padding: 0 12px;
  }

  .user-form-header__title {
    font-size: 20px !important;
  }

  .user-form-section__title {
    font-size: 16px;
  }
}

/* ==================== 通用优化 ==================== */
@media screen and (max-width: 768px) {
  /* 优化表单输入框聚焦效果 */
  .user-form-input:focus {
    box-shadow: 0 0 0 2px rgba(58, 122, 254, 0.15);
  }

  /* 优化下拉选择框 */
  .user-form-input--select {
    cursor: pointer;
  }

  /* 优化按钮禁用状态 */
  .user-form-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  /* 优化错误提示 */
  .user-form-error-message {
    font-size: 14px;
    color: #ff4444;
    margin-top: 5px;
  }
}

/* ==================== 联系我们区域适配 ==================== */
#contactus {
  display: flex;
  justify-content: center;
  align-items: normal;
}
.contactus-card {
  height: auto;
}

/* 1280px 断点 */
@media screen and (max-width: 1280px) {
  .contactus-card {
    width: 550px;
    height: auto;
    padding: 22px 50px 50px 50px;
  }

  .contactus-card:first-child {
    margin-right: 40px;
  }

  .contactus-card__icon {
    width: 86px;
    height: 86px;
    margin-right: 14px;
  }

  .contactus-card__title {
    font-size: 32px;
  }

  .contactus-card__con {
    font-size: 19px;
    line-height: 2;
    margin-left: 100px;
  }
}

/* 1024px 断点 */
@media screen and (max-width: 1024px) {
  .contactus-card {
    width: 500px;
    height: 230px;
    padding: 20px 45px 45px 45px;
  }

  .contactus-card:first-child {
    margin-right: 0;
  }

  .contactus-card__icon {
    width: 76px;
    height: 76px;
    margin-right: 12px;
  }

  .contactus-card__title {
    font-size: 28px;
  }

  .contactus-card__con {
    font-size: 22px;
    line-height: 44px;
    margin-left: 90px;
  }

  #contactus {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

/* 768px 断点 - 移动端重点优化 */
@media screen and (max-width: 768px) {
  #contactus {
    flex-direction: column;
    margin-top: 35px;
    gap: 25px;
    align-items: stretch;
  }

  .contactus-card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 200px;
    padding: 20px;
    box-sizing: border-box;
  }

  .contactus-card:first-child {
    margin-right: 0;
  }

  .contactus-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .contactus-card__icon {
    width: 66px;
    height: 66px;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .contactus-card__title {
    font-size: 24px;
    line-height: 1.3;
  }

  .contactus-card__con {
    font-size: 18px;
    line-height: 1.8;
    margin-left: 81px;
    color: #666;
  }

  .contactus-card__con br {
    display: block;
    margin-bottom: 8px;
  }
}

/* 480px 断点 - 小屏手机优化 */
@media screen and (max-width: 480px) {
  .contactus-card {
    padding: 18px;
    border-radius: 6px;
  }

  .contactus-card__icon {
    width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 6px;
  }

  .contactus-card__title {
    font-size: 20px;
  }

  .contactus-card__con {
    font-size: 16px;
    line-height: 1.7;
    margin-left:0;
  }

  .contactus-card__con br {
    margin-bottom: 6px;
  }
}

/* ==================== 联系我们页面通用优化 ==================== */
@media screen and (max-width: 768px) {
  /* 优化触摸体验 */
  .contactus-card {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  /* 优化邮箱链接点击 */
  .contactus-card__con a {
    color: #0165e8;
    text-decoration: none;
    word-break: break-all;
  }

  /* 防止文字溢出 */
  .contactus-card__con {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* 增加卡片阴影深度 */
  .contactus-card {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (max-width: 480px) {
  /* 进一步优化小屏显示 */
  .contactus-card__title {
    background: linear-gradient(180deg, #0165e8 0%, #093369 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* 调整内容间距 */
  .contactus-card__con {
    margin-left: 0;
    padding-left: 68px;
    position: relative;
  }

  /* 确保图标位置正确 */
  .contactus-card__header {
    position: relative;
    margin-bottom: 0;
    
  }
  
  .user-form-radio-con{
    width: calc(100% - 35px);
  }

}
