html, body {
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    overflow-x: hidden;
  }
  
  .header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  .te-header-logo {
    display: flex;
    align-items: center;
  }
  .language-selector {
    height: 36px;
    width: 100%;
    text-align: right;
    cursor: pointer;
  }
 
  .switch-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 35px;
  }

  .switch-inner span:nth-child(2) {
    width: 1px;
    height: 25px;
    margin: 0 5px;
    background: #002768;
    transform: skewX(-25deg);
  }

  .switch-inner span {
    font-size: 12px;
    color: #9b9b9c;
  }

  .switch-inner span.active {
    color: #002768 !important;
    /* font-weight: bold; */
    font-size: 16px;
  }

  .switch-inner span:not(.active) {
    color: #9b9b9c !important;
    font-weight: normal;
    font-size: 12px;
  }

  .main-container {
    width: 595px;
    
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px 4px rgba(2, 21, 116, 0.2);
    margin: 0 auto;
    margin-top: 35px;
    padding:0 36px;
  }
  
  .login-form-container {
    /* width: 595px;
    height: 610px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 4px 4px rgba(2, 21, 116, 0.2);
    padding: 40px;
    position: relative; */
  }
  
  .login-title {
    font-size: 18px;
    color: #bf123f;
    text-align: left;
    margin-bottom: 35px;
    padding-top: 55px;
  }
  
  .form-group {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
  }
  
  .form-label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    display: block;
  }
  
  .captcha-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
 

  .form-input {
    width: 529px;
    height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 14px;
  }
  .captcha-input-left{
    width: 300px;
  }
  .captcha-image{
    cursor: pointer;
  }
  .form-input:focus{
    outline: none;
    box-shadow: none;
    border-color: initial;
    border: 1px solid #d1d5db;
  }
  .verification-input:focus{
    outline: none;
    box-shadow: none;
    border-color: initial;
    border: none;
  }

  .verification-group {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #d1d5db;
  }
  
  .verification-input {
    flex: 1;
    height: 38px;
    /* border: 1px solid #d1d5db; */
    border-radius: 3px;
    padding: 0 12px;
    font-size: 14px;
    border: none;
  }
  
  .get-code-btn {
    font-size: 14px;
    color: #002768;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
  }
  .disabled{
    color: #9b9b9c !important;
    cursor: not-allowed;
  }

  .login-btn-group{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  
  .login-btn {
    width: 220px;
    height: 48px;
    background: #002768;
    color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    display: block;
  }
  .email-login-link{
    border: none;
    display: block;
    background: #fff;
    color: #bf123f;
    font-size: 16px;
  }
  .login-btn-group-item{
    display: flex;
    gap: 10px;
  }

  /* 微信登录样式 */

 

  
  
  .registration-note {
    font-size: 12px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .agreement-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  
  .agreement-checkbox {
    margin-right: 8px;
  }
  
  .agreement-text {
    font-size: 12px;
    color: #333333;
  }
  
  .agreement-link {
    font-size: 12px;
    color: #4b90f8;
    text-decoration: none;
  }
  .error-message-field,.error-message-field,.error-message-field{
    color: #bf123f;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
  }
  /* 公司信息横幅 */
.te-contact-banner {
    width: 100%;
    background: #e9e9e9;
  
    height: 330px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 0 auto 0 auto;
    margin-top: 45px;
    position: relative;
  }
  
  .te-contact-inner {
    width: 1200px;
    display: flex;
    /* justify-content: space-between; */
    padding-top: 50px;
    /* align-items: flex-start; */
  }
  
  .te-contact-left {
    /* flex: 1.2; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
  }
  
  .te-contact-logo {
    /* height: 60px;
      margin-bottom: 10px; */
  }
  
  .te-contact-title {
    font-size: 28px;
    font-weight: bold;
    color: #002768;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
  }
  
  .te-contact-title-cn {
    font-size: 24px;
    color: #002768;
  }
  
  .te-contact-title-en {
    font-size: 20px;
    color: #e94e3c;
    letter-spacing: 2px;
  }
  
  .te-contact-qrcodes {
    display: flex;
  
    margin-top: 45px;
  }
  
  .te-contact-qrcode {
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* .te-contact-qrcode img {
      width: 90px;
      height: 90px;
      border: 1px solid #ccc;
      background: #fff;
    } */
  .te-contact-qrcode-label {
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
  }
  
  .te-contact-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    color: #333333;
    margin-top: 50px;
  }
  
  .te-contact-desc {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
  }
  
  .te-contact-info {
    line-height: 2.2;
    font-size: 14px;
    color: #002768;
  }
  
  .te-contact-info-main {
    font-size: 14px;
  }
  .te-header-mobile-nav{
    display: none;
  }
  
  @media (max-width: 1200px) {
    
    .header{
      width: 100%;
    }
    .logo{
      display: none;
    }
   .language-selector{
      display: none;
    }
    .te-contact-banner{
      height: 100%;
    }
    .te-header-mobile-nav{
      display: flex;
      padding: 0 1.333rem;
      align-items: center;
      justify-content: space-between;
      padding-top: 10px;
      background: #fff;
    }
    .te-logo-img-mobile{
      width: auto;
      height: 1.707rem;
    }
    .te-header-login{
      font-size: 1.280rem;
    }
    .lang-switch-item-zh,.lang-switch-item-en{
      font-size: 1.080rem;
      color: #bf123f;
    }
    /* 主体 */
    .main-container{
      width: 100%;
      padding: 0 1.333rem;
      border-radius: 0;
      box-shadow: none;
      margin-top: 0;
    }
    .login-title{
      display: none;
    }
    .form-input-group{
      display: flex;
      align-items: center;
      padding-top: 1.7333rem;
    }
    .form-group{
      width: 100%;
      height: 5.067rem;
      border-bottom: 1px solid #e0e0e0;
    }
    .form-label{
      font-size: 1.200rem;
      color: #67666c;
      margin-bottom: 0;
    }
    .form-input,.form-input:focus{
      flex: 1;
      height: 2.667rem;
      border-radius: 0.267rem;
      border: none;
      /* padding-top: 20px; */
      font-size: 1.200rem;
      color: #aeadb2;
      text-align: right;
      width: 100%;
    }
    .form-input::placeholder {
      font-size: 1.200rem;
      color: #aeadb2;
      text-align: right;
    }
    .captcha-container,.verification-group{
      flex: 1;
      border: none;
      flex-direction: row;
    }
    .get-code-btn{
      text-decoration: none;
      font-size: 1.200rem;
      color: #4b90f8;
      background: #fff;
      border: none;
      cursor: pointer;
      white-space: nowrap;
    }
    .login-btn-group{
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    }
    .login-btn{
      width: 100%;
      height: 3.520rem;
      border-radius: 45px;
      font-size: 1.200rem;
    }
    .email-login-link{
      margin-top: 10px;
    }
    .registration-note{
      font-size: 0.960rem;
      color: #67666c;
      margin-bottom: 10px; 
    }
    .agreement-text,.agreement-link{
      font-size: 0.960rem;
      color: #4b90f8;
    }
    .agreement-checkbox{
      border-radius: 50%;
      width: 1.173rem;
      height: 1.173rem;
    }
    .agreement-group{
      flex-wrap: wrap
    }
    .wechat-login-btn{
      display: none;
    }
  }

  

 