/* 内容区 */

@media screen and (min-width: 1000px) {
  .must::before {
    position: absolute;
    content: "*";
    color: red;
    left: -10px;
    top: 0;
  }
  .myDiaLogBox {
    display: none;
    font-size: 18px;
    background-color: rgba(159.5, 206.5, 255, 0.9);
    width: 300px;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 200;
    box-sizing: border-box;
    top: 50vh;
    left: calc(50vw - 150px);
  }
  .myDiaLogBox p {
    text-align: center;
  }
  .conBox {
    background-color: #f8f8f8;
    overflow: hidden;
    min-height: 790px;
    padding: 40px 0;
  }

  .fTitle {
    font-size: 35px;
    font-weight: 600;
    color: #293858;
    position: relative;
    margin-bottom: 80px;
  }

  .fTitle::before {
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #293858;
    bottom: -25px;
  }

  .sTitle {
    font-size: 30px;
    color: #293858;
    font-weight: 500;
    position: relative;
  }

  .boxStyle {
    box-sizing: border-box;
    padding: 30px;
    background-color: #ecf1f5;
    margin-bottom: 20px;
  }

  .inputBox {
    margin-top: 20px;
  }

  .label {
    position: relative;
    margin-right: 20px;
    width: 150px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #00a4c4;
  }
  .label1 {
    width: 285px;
  }

  .label2 {
    width: 225px;
  }

  .label3 {
    width: 300px;
  }
  .label4 {
    width: 350px;
  }

  .sInput {
    width: 560px;
  }

  .input {
    flex-grow: 1;
    outline: none;
    border: 0;
    height: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    background-color: #fff;
  }

  .inputyzm {
    width: 500px !important;
    /* flex-grow: 0; */
  }
  .codeImg,
  .PersoalcodeImg {
    cursor: pointer;
    height: 30px;
    margin-right: 20px;
  }
  .yzmBox {
    justify-content: flex-start;
  }

  .input1 {
    width: 200px;
  }

  .boxStyle .flexBox {
    flex-wrap: wrap;
  }

  .tTitle {
    font-size: 20px;
    color: #293858;
    position: relative;
    /* margin-top: 20px; */
  }
  .tTitle.must::before {
    left: -10px;
  }

  .prompt {
    color: #525e78;
    font-size: 14px;
    line-height: 30px;
  }

  .uploadBox {
    margin-top: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }

  .uploadBox .limit {
    font-size: 18px;
    color: #293858;
    margin-top: 10px;
    width: 990px;
  }

  .uploadBox .limit a {
    color: #00a4c4;
  }
  .proview1,
  .proview .PersoalProview {
    font-size: 18px;
    line-height: 30px;
  }
  .btnBox {
    width: 115px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .btnBox input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }

  .btnBox .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: #00a4c4;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }

  .btnBox .btn img {
    width: 14px;
  }

  hr {
    border: 1px solid #00a4c4;
    margin: 45px auto;
  }

  .leftFlex {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .leftFlex label {
    font-size: 18px;
  }

  .leftFlexCenter {
    align-items: center;
    margin-bottom: 60px;
  }

  .btnGroup {
    justify-content: center;
  }

  .btnGroup p {
    cursor: pointer;
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    margin: 30px;
  }

  .btnGroup p:nth-of-type(1) {
    background-color: #00a4c4;
    color: #fff;
  }

  .btnGroup p:nth-of-type(2) {
    color: #00a4c4;
    background-color: #fff;
  }

  .tabs-container {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .tabs {
    display: flex;
    list-style: none;
  }

  .tab {
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
  }

  .tab.active {
    color: #1a73e8;
    border-bottom-color: #1a73e8;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }
  .radioBox {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .sub-section {
    /* border: 1px solid #e0e0e0; */
    border-radius: 6px;
    /* padding: 15px; */
    margin: 15px 0;
    /* background-color: #f9f9f9; */
  }

  .sub-section .tTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
  }

  .sub-label {
    width: 170px;
    font-weight: normal;
    color: #fff;
  }
  .sub-label1 {
    width: 250px;
    font-weight: normal;
    color: #fff;
  }
}

@media screen and (max-width: 1000px) {
  .must::before {
    position: absolute;
    content: "*";
    color: red;
    left: -5px;
    font-size: 0.32rem;
    top: 0;
  }

  .myDiaLogBox {
    display: none;
    font-size: 0.32rem;
    background-color: rgba(159.5, 206.5, 255, 0.95);
    width: 6rem;
    color: #fff;
    padding: 0.3rem;
    border-radius: 8px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .myDiaLogBox p {
    text-align: center;
    margin: 0;
  }
  
  .conBox {
    background-color: #fff;
    overflow: hidden;
    min-height: auto;
    padding: 0.4rem 0.3rem;
  }

  .cantainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .fTitle {
    font-size: 0.48rem;
    font-weight: 600;
    color: #293858;
    text-align: center;
    margin: 0 auto 0.4rem;
    line-height: 1.3;
  }

  .sTitle {
    font-size: 0.36rem;
    color: #293858;
    font-weight: 500;
    margin-bottom: 0.3rem;
    line-height: 1.4;
  }

  .boxStyle {
    background-color: #ecf1f5;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    border-radius: 8px;
  }

  .inputBox {
    margin-top: 0.2rem;
    width: 100%;
  }

  /* 主要修改：实现两列布局 */
  .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 0.2rem;
  }

  /* 两列布局的输入框容器 */
  .flexBox .inputBox.sInput {
    width: calc(50% - 0.1rem);
    margin-top: 0;
    margin-bottom: 0.2rem;
  }

  /* 全宽的输入框 */
  .flexBox .inputBox:not(.sInput) {
    width: 100%;
  }

  .label {
    margin-right: 0;
    margin-bottom: 0.15rem;
    width: 100% !important;
    height: 0.7rem;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.7rem;
   /* text-align: center;*/
    background-color: #00a4c4;
    position: relative;
    border-radius: 4px;
    padding-left:0.2rem;
  }

  .label1, .label2, .label3, .label4 {
    width: 100% !important;
  }

  .input {
    flex-grow: 1;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 0.8rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
  }

  .inputyzm, .Persoalinputyzm {
    width: 100% !important;
    margin-top: 0.2rem;
  }

  .codeImg, .PersoalcodeImg {
    cursor: pointer;
    height: 0.8rem;
    margin-right: 0;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .yzmBox {
    justify-content: flex-start;
    width: 100%;
  }

  .input1 {
    width: 100% !important;
  }

  .tTitle {
    font-size: 0.32rem;
    position: relative;
    color: #293858;
    margin-bottom: 0.2rem;
    line-height: 1.4;
    width: 100%;
  }

  .prompt {
    color: #525e78;
    font-size: 0.28rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
  }

  .proview1, .proview .PersoalProview {
    font-size: 0.28rem;
    line-height: 1.5;
    margin: 0.15rem 0;
  }

  .uploadBox {
    margin-top: 0.3rem;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .uploadBox .limit {
    font-size: 0.26rem;
    color: #293858;
    margin-top: 0.2rem;
    width: 100%;
    line-height: 1.4;
  }

  .uploadBox .limit a {
    color: #00a4c4;
    word-break: break-all;
  }

  .btnBox {
    width: 2.5rem;
    height: 0.8rem;
    position: relative;
    cursor: pointer;
    margin-top: 0.2rem;
  }

  .btnBox input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }

  .btnBox .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: #00a4c4;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    border-radius: 4px;
  }

  .btnBox .btn img {
    width: 0.3rem;
    vertical-align: middle;
    margin-right: 0.1rem;
  }

  hr {
    border: 1px solid #00a4c4;
    margin: 0.4rem auto;
    width: 100%;
  }

  .leftFlex {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.3rem;
    width: 100%;
  }

  .leftFlex label {
    font-size: 0.28rem;
    margin-right: 0.2rem;
  }

  .leftFlexCenter {
    align-items: center;
    margin-bottom: 0.4rem;
    width: 100%;
  }

  .btnGroup {
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: 0.4rem;
  }

  .btnGroup p {
    cursor: pointer;
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    margin: 0 0.2rem;
    border-radius: 4px;
  }

  .btnGroup p:nth-of-type(1) {
    background-color: #00a4c4;
    color: #fff;
  }

  .btnGroup p:nth-of-type(2) {
    color: #00a4c4;
    background-color: #f8f8f8;
    border: 1px solid #00a4c4;
  }

  .tabs-container {
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: max-content;
  }

  .tab {
    padding: 0.2rem 0.3rem;
    cursor: pointer;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }

  .tab.active {
    color: #1a73e8;
    border-bottom-color: #1a73e8;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }
.tab {
    padding: 0.2rem 0.3rem;
    cursor: pointer;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background-color: #f5f5f5; /* 添加默认背景色 */
    border-radius: 4px; /* 添加圆角 */
    margin: 0 0.1rem; /* 添加间距 */
}

.tab.active {
    color: #fff; /* 选中时字体改为白色 */
    border-bottom-color: #1a73e8;
    background-color: #1a73e8; /* 选中时背景色改为蓝色 */
}

/* 可以添加悬停效果增强交互性 */
.tab:hover {
    background-color: #e0e0e0;
    transition: all 0.3s ease;
}

.tab.active:hover {
    background-color: #1a73e8; /* 选中状态下悬停保持蓝色 */
}
  .tabs-container {
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0.1rem 0; /* 添加内边距 */
}

.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: max-content;
    gap: 0.1rem; /* 添加标签间距 */
}
  /* 单选按钮组样式优化 */
  .radioBox {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    width: 100%;
    margin-top: 0.15rem;
    gap: 0.2rem;
  }

  .radioBox input[type="radio"] {
    margin-right: 0.08rem !important;
  }

  .radioBox label {
    font-size: 0.28rem !important;
    margin-right: 0.3rem;
    white-space: nowrap;
  }

  .flexBox label {
    font-size: 0.28rem !important;
    margin-top:0.1rem !important;
  }

  .sub-section {
    margin: 0.3rem 0;
    width: 100%;
  }

  .sub-section .tTitle {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #333;
  }

  .sub-label, .sub-label1 {
    width: 100% !important;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0.15rem;
  }

  /* 针对特定输入框的调整 */
  textarea.input {
    min-height: 2rem;
    padding: 0.2rem;
    line-height: 1.5;
    resize: vertical;
    width: 100%;
    font-size: 0.28rem;
  }

  select.input {
    height: 0.8rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }

  /* 特殊处理：某些需要全宽的元素 */
  .flexBox .inputBox.sInput:only-child,
  .flexBox .inputBox.sInput:nth-last-child(1):nth-child(odd) {
    width: 100%;
  }

  /* 单位性质单选按钮组特殊处理 */
  .flexBox > .radioBox.inputBox.sInput {
    width: 100%;
  }

  /* 确认函部分特殊处理 */
  .confirmation .limit {
    font-size: 0.24rem;
    line-height: 1.4;
  }

  /* 超小屏幕适配 */
  @media screen and (max-width: 360px) {
    .flexBox .inputBox.sInput {
      width: 100%;
    }
    
    .btnBox {
      width: 100%;
    }
    
    .btnGroup p {
      width: 45%;
      font-size: 0.3rem;
    }
  }
}