@charset "utf-8";
/* CSS Document */
/**登录 相关 通用 样式*/
.input_prompttxt {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  font-size: 12px;
  color: #ff7878;
  text-align: center;
}
.input_prompttxt:before{
  content: '';
  background: url('../images/new/icon-inputwarn.png') no-repeat;
  background-size: contain;
  margin-right: 12px;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.logform-wrap {
  width: 100%;
  height: 100%;
}
.logform-wrap form {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  height: 100%;
}
@media (min-width: 1440px) {
  .logform-wrap form {
    max-width: 1400px;
  }
}
.login-wrap {
  background-color: white;
  padding: 40px;
  width: 360px;
  min-height: 340px;
  background-color: white;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  /*border-radius: 10px;*/
}
.log-contentwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.login-wrap .title {
  text-align: center;
  margin-bottom: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #31BFCF;
  text-shadow: 0 0 2px rgba(49,191,207,0.50);
}

.wrap-item {
  padding-bottom: 20px;
  position: relative;
}
.wrap-item .input_prompttxt {
  position: absolute;
  top: 39px;
  left: 0px;
  width: 100%;
  padding-left: 13px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  background: #FCDCDC;
  border: 1px solid #F69696;
  z-index: 1;
}
.vcode-wrap .input_prompttxt {
  padding-left: 24px;
}
.input-wrap {
  position: relative;
  padding: 10px 0px 10px 12px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #D7E1EB;
  display: flex;
  align-items: center;
}
.input-wrap.inputwrap-focus {
  border: 1px solid #16B6E6;
  box-shadow: 0 2px 4px 0 rgba(22,182,230,0.40);
}
.input-wrap.inputwrap-focus i:before {
  color: #16B6E6;
}
.icon-inputwarn {
  display: none;
  content: url('../images/zwybuy-images/icon-inputwarn.png');
  margin-left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.icon-success {
  display: none;
  position: absolute;
  right: 12px;
  top: 11px;
  width: 16px;
  height: 16px;
  content: url('../images/new/icon-success.png');
}
.icon-account {
  /*background-image: url('../../images/zwybuy-images/icon-account.png');*/
}
.icon-pwd {
  /*background-image: url('../../images/zwybuy-images/icon-pwd.png');*/
}
.input-wrap input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  padding: 0px 12px;
  height: 100%;
  line-height: 20px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.vcode-wrapitem {
  display: flex;
}
.vcode-wrap {
  width: 172px;
  margin-right: 20px;
}
.vcode-wrap input {
  flex: none;
  width: 146px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}
.vcode-wrapitem img {
  display: inline-block;
  height: 40px!important;
  width: 100px;
}
.vcode-wrap .icon-success {
  /*right: 126px;*/
  right: 4px;
}
.err-div {
  border-color: #fd7777!important;
}

.icon-inputwarn {
  display: none;
  content: url('../images/zwybuy-images/icon-inputwarn.png');
  margin-left: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.btn-wrap {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#log-submit-prompt {
  position: absolute;
  top: -40px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
}
div.btn-login {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  background-image: linear-gradient(90deg, #1DDEE0 0%, #16B6E6 100%);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.btn-login.disabled {
  background-image: linear-gradient(90deg, #999 0%, #999 100%);
  cursor: not-allowed;
}
.bottomright {
  position: absolute !important;
  bottom: -34px;
  width: 100%;
  left: 0;
  border: 0 !important;
  overflow: hidden;
}
.bottomright .forgetpwd{
  float: left;
}
.bottomright .toregister{
  float: right;
}
.bottomright a {
  cursor: pointer;
  color: #30bfcf;
  font-size: 14px;
  line-height: 22px;
}

.old-wrap {
  position: absolute;
  right: 0px;
  margin: 85px 0 0 0;
}