input:-webkit-autofill {
  background: #fff;
}
.display_error {
  display: none;
}

.showform {
  display: initial !important;
}
.login_bg {
  z-index: 0;
  background: url("../../register/img/bg.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.login_pad {
  padding-top: 2%;
  padding-bottom: 40px;
  padding-left: -2%;
  text-align: center;
}

.login_pad > a > img {
  width: 206px;
}
.login-content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.optionTapBox .msg-box .msg-wrap .n-msg {
  display: none;
}
/*//表单*/
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.45);
  /* background-color: #F7F9FA; */
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.loginForm {
  max-width: 420px;
  min-width: 320px;
  margin: 0 auto;
  border-radius: 8px;
}
@media (min-width: 375px) and (max-width: 600px) {
  .loginFormTi {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .boxCenter .content .contentDivTi {
    height: 580px;
  }
}
.loginForm .title {
  background: url(../../register/img/title.svg) center no-repeat;
  width: 280px;
  height: 24px;
  padding: 60px;
  position: absolute;
  top: 20px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
}
.loginForm .form-group {
  position: relative;
  padding-right: 20px;
  margin-bottom: 25px;
}

.loginForm .form-control {
  padding: 5px 42px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  box-shadow: none;
}
.loginForm .form-control:hover {
  border-color: rgba(98, 70, 232,1);
  outline: 0;
  box-shadow: none;
}
.loginForm .form-control:focus,
.loginForm .form-control:active {
  border-color: rgba(98, 70, 232,1);
  outline: 0;
  box-shadow: none;
}

.form-group .span-icon {
  position: absolute;
  background: #eef1f2;
  left: 1px;
  top: 1px;
  padding: 6px;
  width: 38px;
  height: 38px;
}
.form-group .span-icon.active {
  background: rgba(27, 209, 209, 0.09);
}
.form-group.site-link {
  position: relative;
}
/*.loginForm:focus .span-icon,.loginForm:active .span-icon{*/
/*background: rgba(27,209,209,0.09);*/
/*}*/

.loginForm .icon-company,
.loginForm .icon-link,
.loginForm .icon-contact,
.loginForm .icon-phone,
.loginForm .icon-key {
  /*background: url(../../register/img/icon-sprite.png) no-repeat;*/
  display: block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  padding: 12px;
}

.loginForm .icon-company {
  background-position: 0 0;
  display: block;
  background: url(../../register/img/icon-company.svg) center no-repeat;
}

.loginForm .icon-link {
  background: url(../../register/img/icon-link.svg) center no-repeat;
}

.loginForm .icon-contact {
  background: url(../../register/img/icon-contact.svg) center no-repeat;
}

.loginForm .icon-phone {
  background: url(../../register/img/icon-phone.svg) center no-repeat;
}

.loginForm .icon-key {
  background: url(../../register/img/icon-key.svg) center no-repeat;
}

.loginForm .has-error .form-control {
  border-color: rgba(209, 27, 27, 0.85);
}

.loginForm .has-error .form-control:focus {
  border-color: #d11b1b;
  box-shadow: none;
}
.n-error .n-icon {
  display: none;
}
.n-error {
  color: rgba(209, 27, 27, 0.85);
}
.loginForm .form-control.input-tel {
  width: 180px;
}

.loginForm .telCode .msg-box {
  position: absolute;
  bottom: 0;
}

.loginForm .btn.btn-orange {
  background: transparent;
  position: absolute;
  top: 0;
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(98, 70, 232,1);
  font-size: 12px;
  width: 100px;
  height: 40px;
  text-align: center;
  float: right;
  border-radius: 8px;
}

.loginForm .btn.btn-blue {
  background: rgba(98, 70, 232,1);
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  /* -webkit-box-shadow: rgba(0,244,244,0.33) 0px 11px 37px; */
  /* -moz-box-shadow: rgba(0,244,244,0.33) 0px 11px 37px; */
  /* box-shadow: rgba(0,244,244,0.33) 0px 11px 37px; */
}

.loginForm .btn.btn-orange:hover,
.loginForm .btn.btn-orange:active,
.loginForm .btn.btn-orange:focus {
  background: rgba(98, 70, 232,1);
  color: #fff;
  outline: none;
}

.loginForm .btn.btn-blue:hover,
.loginForm .btn.btn-blue:active,
.loginForm .btn.btn-blue:focus {
  background: rgba(98, 70, 232,1);
  color: #fff;
}

.icon-star {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #ff0000;

  /* display: none; */
}

.tip-msg {
  margin: 0 50px;
  font-size: 14px;
  position: absolute;
  background: #fff;
  /*-webkit-box-shadow: 3px 3px 3px #bbbbbb;*/
  /*-moz-box-shadow: 3px 3px 3px #bbbbbb;*/
  /*box-shadow: 3px 3px 3px #bbbbbb;*/
  display: none;
  padding: 20px;
  border-radius: 5px;
  top: -30px;
  z-index: 1;
  color: #888888;
  text-align: left;
}

.tip-msg p {
  text-indent: 2em;
}

.tip-msg .icon-close {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #bbbbbb;
  background: url(../../register/img/icon-close.png) no-repeat;
  display: block;
  height: 14px;
  width: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.errorMsg {
  position: absolute;
  color: #c33;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin-top: -15px;
  margin-left: 43px;
}

.loginForm .help-block {
  display: none;
  position: absolute;
  color: #535353;
  font-size: 12px;
  left: 45px;
  margin: 2px 0 0 0;
}

.loginForm .has-error .help-block {
  color: rgba(209, 27, 27, 0.85);
  display: block;
}

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 8px;
}
.footer {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.footer p {
  margin: 0;
}
.footer a {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.footer a:hover {
  color: rgba(98, 70, 232,1);
}
input {
  /* box-shadow: inset 0 0 0 1000px #fff !important; */
}
/*
  * 极限验证
*/
.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_success_btn {
  width: 290px;
}
@media screen and (max-width: 640px) {
  .tip-msg {
    margin: 0 15px;
  }
}

@media screen and (max-width: 380px) {
  .loginForm .btn.btn-orange {
    width: 85px;
  }

  .loginForm .form-control.input-tel {
    width: 150px;
  }
}

@media screen and (max-width: 360px) {
  .loginForm {
    padding: 40px;
  }
  .login_pad {
    padding-bottom: 20px;
  }
  .login_pad > a > img {
    width: 150px;
  }
  .loginForm .title {
    top: 10px;
    width: 270px;
  }

  .loginForm .btn.btn-orange {
    width: 100px;
  }

  .loginForm .form-control.input-tel {
    width: 160px;
  }
}

@media screen and (max-width: 320px) {
  .loginForm .btn.btn-orange {
    width: 85px;
  }
  .loginForm .title {
    top: 10px;
    width: 230px;
  }
  .loginForm .form-control.input-tel {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .specially > img {
    height: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .specially > img {
    width: 90%;
  }
}
p {
  margin: 0;
}
.img-style{
  transform:scale(0.7) !important;
}
.optionTap-bgc{
  background-color: #FFFFFF !important
}
.option-positiones{
  position: absolute !important
}
.captcha-test-style{
  display: none 
}
.form-group-button-style{
  padding-top: 16px !important
}

/* 验证码左右布局样式 */
.captcha-group .captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.captcha-group .input-captcha {
  flex: 1;
  min-width: 0;
}

.captcha-group .captcha-image {
  width: 100px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  object-fit: cover;
}

.captcha-group .captcha-image:hover {
  border-color: rgba(98, 70, 232,1);
  opacity: 0.8;
}

/* 响应式适配 */
@media screen and (max-width: 420px) {
  .captcha-group .captcha-wrapper {
    gap: 6px;
  }
  
  .captcha-group .captcha-image {
    width: 80px;
    height: 36px;
  }
}

@media screen and (max-width: 360px) {
  .captcha-group .captcha-image {
    width: 70px;
    height: 32px;
  }
}
