.service-content {
  /*overflow: hidden;*/
}
.login-wrap {
  float: right;
}

.redcolor {
  color: #ff7878;
}
.input_prompttxt {
  display: none;
  margin-top: 3px;
  margin-bottom: 0px;
  box-sizing: border-box;
  font-size: 12px;
  color: #ff7878;
  text-align: center;
}
.input_prompttxt:before{
  content: '';
  background: url('../../images/zwybuy-images/icon-inputwarn.png') no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-top: 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}

/**登录注册弹框样式*/
.login-wrap, .register-wrap {
  position: relative;
  background-color: white;
  padding: 30px 20px;
  width: 350px;
  height: 420px;
  border: 1px solid gray;
  /*border-radius: 8px;*/
}
.login-wrap .iconfont, .register-wrap .iconfont{
  margin: 0 6px;
  color: #BFD2DC;
}
.register-wrap {
  height: 600px;
}
.log-contentwrap, .reg-contentwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.close, .goback {
  display: block;
  position: absolute;
  top: 27px;
  font-size: 20px;
  cursor: pointer;
  content: '';
}
.close {
  background: url('../../images/zwybuy-images/icon-close.png') no-repeat center;
  width: 18px;
  height: 18px;
  right: 20px;
}
.goback {
  left: 32px;
  background: url('../../images/zwybuy-images/icon-return.png') no-repeat center;
  width: 11px;
  height: 19px;
}
.login-wrap .title, .register-wrap .title {
  text-align: center;
  font-size: 20px;
  color: #28323C;
  font-weight: bold;
  padding: 16px 0 16px 0;
}

.wrap-item {
  padding-bottom: 24px;
  position: relative;
}
.wrap-item .input_prompttxt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 30px;
  text-align: left;
  padding-left: 24px;
}
.log-contentwrap .vcode-wrap .input_prompttxt {
  padding-left: 24px;
}
.input-wrap {
  position: relative;
  height: 36px;
  line-height: 36px;
  border: 1px solid #BFD2DC;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.input-wrap:hover{
  border: 1px solid #1fadf6;
}
.input-wrap:focus{
  border: 1px solid #1fadf6;
}
.input-wrap:active{
  border: 1px solid #1fadf6;
}
/* .input-wrap.prompt {
  border-color: #ff7878;
} */
.input-wrap span {
  display: inline-block;
  margin-right: 0px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.icon-inputwarn {
  display: none;
  content: url('../../images/zwybuy-images/icon-inputwarn.png');
  margin-left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.icon-success {
  position: absolute;
  right: 8px;
  top: 8px;
  content: url(../../images/zwybuy-images/icon-success.png);
  background-size: cover;
  width: 18px;
  display: none;
}
.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: #282828;
  padding: 0 0 0 4px;
  height: 100%;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.log-contentwrap .vcode-wrap {
  display: none;
}
.log-contentwrap .vcode-wrap>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.log-contentwrap .vcode-wrap input {
  width: 100px;
  height: 34px;
  box-sizing: border-box;
  font-size: 13px;
  outline: none;
}
.log-contentwrap .vcode-wrap img {
  display: inline-block;
  height: 34px;
  width: 64px;
  margin-right: 4px;
}
.log-contentwrap .vcode-wrap .icon-success {
  right: 126px;
}
.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;
}
span.btn-getcode {
  display: inline-block;
  width: 120px;
  background-color: #ff7878;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
span.code-second {
  display: none;
  width: 120px;
  background-color: gray;
  color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
}
span.log-getcode {
  display: inline-block;
  width: 80px;
  background-color: #ff7878;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  height: 36px;
  margin-right: -1px
}
span.log-second {
  display: none;
  width: 80px;
  background-color: gray;
  color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  height: 36px;
}
.code-wrap input {
  width: 100px;
}
.btn-wrap {
  margin-top: 12px;
  text-align: center;
  position: relative;
}
#log-submit-prompt {
  position: absolute;
  top: -33px;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
}
div.btn-login, div.btn-register {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: white;
  background: linear-gradient(180deg,rgba(66,199,251,1) 0%,rgba(31,173,246,1) 100%);
  border: 0;
  border-radius: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:0px 4px 8px 0px rgba(31,173,246,0.34);
}
div.btn-login:hover, div.btn-register:hover{
  background:linear-gradient(180deg,rgba(33,193,255,1) 0%,rgba(0,142,215,1) 100%);
}
.bottombetween {
  position: absolute!important;
  bottom: 20px;
  width: 100%;
  left: 0px;
  border: 0!important;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 0 30px;
  z-index: 2;
}
.bottombetween a {
  cursor: pointer;
  color: #34b2f3;
  line-height: 22px;
}
.bborder{
  border: 1px solid #1fadf6;
}

/*扫码登录样式*/
.switch{
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}
.log-qrcode-wrap{
  text-align: center;
  margin-top: 40px;
  display: none;
  position: relative;
}
.qrcode-remain-text{
  margin-top: 16px;
}
.scan-mask-wrap{
  width: 168px;
  height: 168px;
  position: absolute;
  top: 0;
  left: 46px;
  display: none;
}
.scan-mask{
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
.scan-mask-text{
  position: absolute;
  top: 56px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
}
.scan-mask-btn{
  position: absolute;
  top: 84px;
  left: 50px;
  text-align: center;
  padding: 4px 20px;
  background-color: #FF0000;
  color: #ffffff;
  cursor: pointer;
}
.guide-text{
  vertical-align: top;
  margin-top: 4px;
}
.switch.switch-pc{
  display: none;
}
/* 物料替换-官网登录页底图 */
.background-img--page {
  background: url('/themes/Home/default/Public/images/hopeAddImages/bg-login_v6.png?v=20240514') center no-repeat;
  float: left;
  width: 100%;
  padding: 56px;
  background-size: cover;
}

@media all and (max-width:1020px) {
  .background-img--page {
    background: url('/themes/Home/default/Public/images/hopeAddImages/bg-login_v6.png?v=20240514') center no-repeat;
    float: left;
    width: 100%;
    padding: 56px 0px;
    background-size: cover;
    display: flex;
  }
}
