
.service-content {
  overflow: hidden;
}
.register-wrap {
  float: right;
}

/* .prompt {
  border-color: #ff7878!important;
} */
.redcolor {
  color: #ff7878;
}
.icon-success {
  display: none;
  margin-left: 20px;
  content: url('../../images/zwybuy-images/icon-success.png');
}
.icon-inputwarn {
  display: none;
  content: url('../../images/zwybuy-images/icon-inputwarn.png');
  margin-left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.icon-refresh {
  display: inline-block;
  content: url('../../images/zwybuy-images/icon-refresh.png');
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.prompt-input {
  border-color: #ff7878;
  border-style: solid;
  border-width: 1px;
}
.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: 260px;
  height: 364px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 8px;
}
.register-wrap {
  padding: 16px;
  box-sizing: content-box;
  margin: 71px 0;
  width: 308px;
}
.log-contentwrap, .reg-contentwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.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;
}
.register-wrap .title{
  text-align: center;
  font-size: 20px;
  color: #28323C;
  font-weight: bold;
  padding: 8px 0 16px 0;
}
.wrap-item {
  padding-bottom: 16px;
  position: relative;
}
.wrap-item .input_prompttxt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 30px;
  text-align: left;
  padding-left: 24px;
}
.code-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 span {
  display: inline-block;
  margin-right: 0px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.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-phone {
  background-image: url('../../images/zwybuy-images/icon-phone.png');
}
.input-wrap .icon-phone:before{
  display: none;
}
.icon-pwd {
  background-image: url('../../images/zwybuy-images/icon-pwd.png');
}
.input-wrap input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 13px;
  color: #282828;
  padding: 0 0 0 4px;
  height: 100%;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.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;
}
.reg-contentwrap span.btn-getcode,.reg-contentwrap span.code-second, .reg-contentwrap img.verfiycode{
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -1px;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 0 8px 8px 0;
}
span.btn-getcode {
  display: inline-block;
  background-color: #FF6C55;
  color: white;
  cursor: pointer;
  text-align: center;
}
span.code-second {
  display: none;
  background-color: gray;
  color: white;
  text-align: center;
}
.btn-wrap {
  margin-top: 24px;
  text-align: center;
  position: relative;
}
#reg-submit-prompt {
  position: absolute;
  top: -28px;
  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%);
}
.bottomcenter {
  text-align: center;
  position: absolute!important;
  bottom: 16px;
  width: 100%;
  left: 0px;
  font-size: 12px;
  border: 0!important;
}
.register-wrap a {
  cursor: pointer;
  color: #34b2f3;
}
.agreement-wrap {
  padding-bottom: 30px;
  position: relative;
}
.agree-chbx {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.agree-prompttxt {
  color: #ff7878;
  display: none;
  position: absolute;
  bottom: 10px;
}
.login-wrap .iconfont, .register-wrap .iconfont{
  margin: 0 6px;
  color: #BFD2DC;
}
#reg-error-code-img{
  width: 72px;
  height: 32px;
  margin-right: 6px;
}
.bborder{
  border: 1px solid #1fadf6;
}
/* 物料替换-官网注册页底图 */
.background-img--page {
  background: url('/themes/Home/default/Public/images/hopeAddImages/bg-login_v6.png?v=20240514') center no-repeat;
  float: left;
  width: 100%;
  background-size: cover;
}
.register-wrap .iconshuruzhanghao,.register-wrap .iconshurumima{
  margin-right: 10px;
}
.register-wrap .iconABC,.register-wrap .icontest{
  font-size: 10px;
  margin-top: 3px;
}
.footer .link.fl{
  padding: 23px 0;
}
.agreement-dell-wrap{
  font-size: 12px;
  width: 124%;
  position: relative;
  left: -8px;
}
#agreementCheckbox{
  position: relative;
  top: 2px;
}