em,i{font-style: normal;}
.title {
    text-align: center;
    padding: 80px 0 46px;
}

.title span {
    color: #121212;
    font-size: 36px;
    display: block;
}

.title .t {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 580px;
    margin: 20px auto 0;
}


.floor_1 {
    width: 100%;
    height: calc(100vh - 0.553rem);
    background: url('../images/fl1_bg.jpg') no-repeat;
    background-size: cover;
    background-color: linear-gradient(138deg, #00e1ff 0%, #0038ff 100%);
    padding-bottom: .35rem;
  }
  
  .floor_1 .content {
    width: 19rem;
    /* height: 6.875rem; */
    padding: 0.625rem 0.875rem 0.855rem 0.875rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    backdrop-filter: blur(10px);
    display: flex;
    font-family: PingFangSC-Regular, sans-serif;
  }

  .floor_1 .content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #dc2b2b;
    display: flex;
    cursor: pointer;
  }
  .floor_1 .content .close img{
    margin-right: .035rem;
  }
  
  .floor_1 .content .logos-box {
    width: 8.75rem;
  }

  .floor_1 .content .logos-box img {
    margin-top: 2.395rem;
    background: #eee;
    width: 100%;
  }
  
  .floor_1 .content .title-row {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .floor_1 .content .title {
    font-size: 0.4rem;
    color: #2c2c2c;
    font-weight: 800;
    padding: 0;
  }
  
  .floor_1 .content .title-divider {
    width: 0.0375rem;
    height: 0.2875rem;
    margin: 0 0.1875rem;
    background-color: #D43A3C;
  }
  .floor_1 .content .title-extra {
    font-size: 0.3rem;
    color: #2C2C2C;
  }
  
  .floor_1 .content .title-sub {
    font-size: 0.225rem;
    color: #666666;
    /* text-align: center; */
  }
  
  .floor_1 .content .title-circle {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #D43A3C;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  
  .floor_1 .content .logos-container {
    margin-top: 0.5rem;
    height: 3.9375rem;
    overflow: hidden;
    position: relative;
  }
  
  .floor_1 .content .logos-container .logo-row {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .floor_1 .content .logos-container .logo-icon {
    width: 2.0625rem;
    height: 0.6625rem;
    margin-right: 0.125rem;
    margin-bottom: 0.125rem;
  }
  
  .floor_1 .content .divider {
    width: 0.0325rem;
    height: 7.925rem;
    background-color: #DDDDDD;
    margin: 0.975rem 1.4625rem 0 1.4625rem;
  }
  
  .floor_1 .content .register-box {
    width: 5.625rem;
  }
  
  .clearfix:after {
    clear: both;
    display: block;
    content: "";
  }
  
  .clearfix {
    zoom: 1;
  }
  
  input:focus,
  textarea:focus {
    box-shadow: 0 0 3px 1px rgba(32, 127, 179, 0.4);
    outline: 0 none;
  }

  /* 修复浏览器自动填充导致的背景图片消失问题 */
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
    -webkit-text-fill-color: #666 !important;
    transition: background-color 5000s ease-in-out 0s;
  }

  /* 为带图标的输入框在自动填充状态下保持背景图片 */
  .register-box-store:-webkit-autofill,
  .register-box-store:-webkit-autofill:hover,
  .register-box-store:-webkit-autofill:focus {
    background-image: url('../images/dian.png') !important;
    background-repeat: no-repeat !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  .register-box-category:-webkit-autofill,
  .register-box-category:-webkit-autofill:hover,
  .register-box-category:-webkit-autofill:focus {
    background-image: url('../images/fenlei.png') !important;
    background-repeat: no-repeat !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  .register-box-phone:-webkit-autofill,
  .register-box-phone:-webkit-autofill:hover,
  .register-box-phone:-webkit-autofill:focus {
    background-image: url('../images/phone-icon.png') !important;
    background-repeat: no-repeat !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  .register-box-email:-webkit-autofill,
  .register-box-email:-webkit-autofill:hover,
  .register-box-email:-webkit-autofill:focus {
    background-image: url('../images/email-icon.png') !important;
    background-repeat: no-repeat !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
    padding-left: .625rem !important;
  }

  .register-box-pass:-webkit-autofill,
  .register-box-pass:-webkit-autofill:hover,
  .register-box-pass:-webkit-autofill:focus {
    background-image: url('../images/mm.png') !important;
    background-repeat: no-repeat !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  .register-box-agent:-webkit-autofill,
  .register-box-agent:-webkit-autofill:hover,
  .register-box-agent:-webkit-autofill:focus {
    background-image: url('../images/qt.png') !important;
    background-repeat: no-repeat !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  .register-box-code:-webkit-autofill,
  .register-box-code:-webkit-autofill:hover,
  .register-box-code:-webkit-autofill:focus {
    background-image: url('../images/yzm.png') !important;
    background-repeat: no-repeat !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
    -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
  }

  /*注册*/
.login-box-cen-form-img {
    float: left;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    background: #0062FF;
  }
  
  .login-box-cen-form-mes {
    float: left;
    border: none;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    background: #D43A3C;
    cursor: pointer;
  }
  
  .register-box-cen-form {
    position: relative;
  }
  
  .register-box-cen-form .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: not-allowed;
  }
  
  .login-box-cen-form-input {
    float: left;
    padding: 0 .28rem 0 .28rem;
    border: none;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #666;
    box-sizing: border-box;
    font-family: PingFangSC-Light, sans-serif;
    font-weight: 300;
    background-color: #efefef;
  }

  .register-box-store,
  input.register-box-store {
    padding-left: .625rem !important;
    background: url('../images/dian.png') no-repeat #efefef !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-store:not(:placeholder-shown),
  input.register-box-store:not(:placeholder-shown) {
    background: url('../images/dian.png') no-repeat #e3f2fd !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
  }

  .register-box-category,
  select.register-box-category {
    padding-left: .625rem !important;
    background: url('../images/fenlei.png') no-repeat #efefef !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-category:not([value=""]),
  select.register-box-category:not([value=""]) {
    background: url('../images/fenlei.png') no-repeat #e3f2fd !important;
    background-size: .20rem !important;
    background-position: .175rem !important;
  }

  .register-box-phone,
  input.register-box-phone {
    padding-left: .625rem !important;
    background: url('../images/phone-icon.png') no-repeat #efefef !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-phone:not(:placeholder-shown),
  input.register-box-phone:not(:placeholder-shown) {
    background: url('../images/phone-icon.png') no-repeat #e3f2fd !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
  }

  .register-box-email,
  input.register-box-email {
    padding-left: .625rem !important;
    background: url('../images/email-icon.png') no-repeat #efefef !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-email:not(:placeholder-shown),
  input.register-box-email:not(:placeholder-shown) {
    background: url('../images/email-icon.png') no-repeat #e3f2fd !important;
    background-size: .25rem !important;
    background-position: .175rem !important;
  }

  .register-box-pass,
  input.register-box-pass {
    padding-left: .625rem !important;
    background: url('../images/mm.png') no-repeat #efefef !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-pass:not(:placeholder-shown),
  input.register-box-pass:not(:placeholder-shown) {
    background: url('../images/mm.png') no-repeat #e3f2fd !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }

  .register-box-agent,
  input.register-box-agent {
    padding-left: .625rem !important;
    background: url('../images/qt.png') no-repeat #efefef !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-agent:not(:placeholder-shown),
  input.register-box-agent:not(:placeholder-shown) {
    background: url('../images/qt.png') no-repeat #e3f2fd !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }

  .register-box-code,
  input.register-box-code {
    padding-left: .625rem !important;
    background: url('../images/yzm.png') no-repeat #efefef !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }

  /* 已输入内容时的样式 */
  .register-box-code:not(:placeholder-shown),
  input.register-box-code:not(:placeholder-shown) {
    background: url('../images/yzm.png') no-repeat #e3f2fd !important;
    background-size: .18rem !important;
    background-position: .175rem !important;
  }
  
  .login-box-cen-form-button {
    width: 100%;
    float: left;
    height: .625rem;
    line-height: .625rem;
    margin-top: .125rem;
    font-size: .25rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #C8CDD5;
    cursor: pointer;
    border: 0;
    outline: none;
    transition: all .3s;
    cursor: not-allowed;
  }
  
  .login-box-cen-form-button.active {
    background: #D43A3C;
    transition: all .3s;
    cursor: pointer;
  }
  .login-box-cen-form-mes:disabled {
    background-color: #e0e0e0; /* 灰色背景 */
    color: #a0a0a0; /* 灰色文本 */
    cursor: not-allowed; /* 设置鼠标指针为禁止点击的样式 */
  }

  /*错误提示*/
.err {
  float: left;
  height: .4rem;
  line-height: .4rem;
  font-size: .175rem;
  width: 100%;
  color: #e00;
  display: none;
  position: absolute;
  left: 0px;
}

.err img {
  margin-top: 2px;
  margin-right: 2px;
}

.err-top40 {
  top: .525rem;
}
.err-submit {
  top: -.25rem;
}
  
  .w100 {
    width: 100%;
  }
  
  .w228 {
    width: calc(100% - 2.675rem);
  }
  
  .w150 {
    width: 2.675rem;
  }
  
  .bitian {
    color: #dc2b2b;
  }
  
  .mar-bottom40 {
    margin-bottom: .32rem;
  }

  @media screen and (max-width: 1180px) {
    html{
      font-size: 100.1667px !important;
    }
    body{
      min-width: 750px;
    }
    .floor_1{
      padding-top: .25rem;
    }
    .floor_1 .content{
      margin: .36rem;
      padding-top: 1.2rem;
      box-sizing: border-box;
      position:static;
      transform:none;
      /* top: 50%; */
      /* left: 50%; */
      /* transform: translate(-50%, -50%);*/
    }
    .floor_1 .content .title{
      font-size: .6rem;
    }
    .floor_1 .content .close{
      font-size: .35rem;
    }
    .floor_1 .content .title-extra{
      font-size: .5rem;
    }
    .floor_1 .content .title-sub{
      font-size: .35rem;
    }
    .floor_1 .content{
      flex-direction:column;
      width:auto;
    }
    .floor_1 .content .divider{
      height: 1px;
      width: auto;
      margin: 0.275rem 0;
    }
    .floor_1 .content .title-row{
      justify-content:center;
      flex-direction:column;
    }
    .floor_1 .content .title-divider{
      display: none;
    }
    .floor_1 .content .logos-box img{
      margin-top: 0.69rem;
    }
    .floor_1 .content .register-box{
      width: auto;
    }
    .login-box-cen-form-input{
      height:1.3rem;
      line-height: 1.3rem;
      font-size:.39rem;
    }
    .login-box-cen-form-mes{
      height:1.3rem;
      line-height: 1.3rem;
      font-size:.26rem;
    }
    .login-box-cen-form-button{
      height: 1.3rem;
      line-height: 1.3rem;
      font-size: .35rem;
    }
    .err-top40{
      top:1.23rem;
    }
  }


  