.contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  background: #f8f9fd;
}

.login {
  height: 100%;
  color: #343e4c;
}

.login .entry {
  position: relative;
  width: 480px;
  height: 100%;
  float: right;
  background: #fff;
  overflow-y: auto;
  z-index: 1;
}

.login .banner {
  height: 100%;
  margin-right: 480px;
}

.login .banner .img-drap {
  min-width: 260px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}

.img-drap img {
  height: 100%;
  width: 100%;
}

.img-cna {
  /* background: url("../images/login_bg_cna.png") center no-repeat; */
}

.img-eng {
  display: none;
  /* background: url("../images/login_bg_eng.png") center no-repeat; */
}

.logo-wrap {
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
}

.header_left_logo {
  background: transparent url('../images/kdzwy-logo.png') no-repeat center center/cover;
  display: inline-block;
  width: 172px;
  height: 50px;
}

.header_right_logo {
  background: transparent url('../images/zwy-logo.svg') no-repeat center center/cover;
  display: inline-block;
  width: 96px;
  height: 40px;
  margin-left: 4px;
  position: relative;
  top: -4px;
}

.return-to-v5 {
  position: absolute;
  top: 16px;
  right: 16px;
}

.primary-color {
  color: #1390ff;
  cursor: pointer;
}

.register-row {
  overflow: hidden;
  margin-top: 40px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tabs-wrap {
  overflow: hidden;
  padding: 8px 0 0 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.tabs-item {
  float: left;
  padding: 8px 0;
  cursor: pointer;
  text-align: center;
}

.tabs-item:hover {
  color: #1390ff;
}

.tabs-item.active-tab {
  color: #1390ff;
  font-weight: bold;
  border-bottom: 2px solid #1390ff;
}

.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.sevicecover {
  display: none;
}

.cbody {
  position: absolute;
  background-color: white;
  padding: 0;
  width: 360px;
  height: 240px;
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.cbody .content {
  font-size: 13px;
  line-height: 1.5;
  float: none;
  padding: 0 20px;
  height: 108px;
  color: #516374;
}

.cover .content span {
  color: #516374;
}

.cbody .c-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  background-image: linear-gradient(-180deg, #FF6C55 0%, #FE472A 100%);
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  color: #ffffff;
}

.sevicecover .cbody .actionRow {
  padding: 0 40px;
  text-align: center;
}

.sevicecover .cbody .actionRow .primary {
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #FF6C55 0%, #FE472A 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
  border-radius: 14px;
  width: 126px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}

.sevicecover .cbody .actionRow .primary:hover {
  background-image: linear-gradient(-180deg, #f57b68 0%, #f53415 100%);
}

.sevicecover .cbody .actionRow .primary a {
  color: #ffffff;
}

.sevicecover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  margin-right: 26px;
  background-image: linear-gradient(-180deg, #ECECEC 0%, #D9D9D9 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #8896A4;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 32px;
  cursor: pointer;
}

.se-close {
  display: block;
  position: absolute;
  top: 12px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url('../images/popo-close.png') center no-repeat;
  background-size: cover;
  right: 12px;
  color: #ffffff;
}

.se-close::before {
  display: none;
}

.sevicecover .content .warningColor {
  color: #FF6C55;
}

/* 密码提示弹框 */
.pwdcover {
  display: none;
}

.pwdcover .cbody .actionRow {
  padding: 0 40px;
  text-align: center;
}

.pwdcover .cbody .actionRow .primary {
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  background-image: linear-gradient(-180deg, #FF6C55 0%, #FE472A 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
  border-radius: 14px;
  width: 126px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}

.pwdcover .cbody .actionRow .primary:hover {
  background-image: linear-gradient(-180deg, #f57b68 0%, #f53415 100%);
}

.pwdcover .cbody .actionRow .primary a {
  color: #ffffff;
}

.pwdcover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  margin-right: 26px;
  background-image: linear-gradient(-180deg, #ECECEC 0%, #D9D9D9 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #8896A4;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 32px;
  cursor: pointer;
}

.pwdcover .content {
  font-size: 13px;
  line-height: 1.5;
  float: none;
  padding: 0 20px;
  height: 108px;
  color: #516374;
}

.pwd-close {
  display: block;
  position: absolute;
  top: 12px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url('../images/popo-close.png') center no-repeat;
  background-size: cover;
  right: 12px;
  color: #ffffff;
}

.pwd-close::before {
  display: none;
}

.acct-close {
  display: block;
  position: absolute;
  top: 12px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url('../images/popo-close.png') center no-repeat;
  background-size: cover;
  right: 12px;
  color: #ffffff;
}

.acct-close::before {
  display: none;
}

.probation-close {
  display: block;
  position: absolute;
  top: 12px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url('../images/popo-close.png') center no-repeat;
  background-size: cover;
  right: 12px;
  color: #ffffff;
}

.probation-close::before {
  display: none;
}

.pwdcover .content .warningColor {
  color: #FF6C55;
}

/*提示未开通时模态框的样式*/
.actcover {
  display: none;
}

.actcover .cbody .content {
  font-size: 13px;
  line-height: 1.8;
  float: none;
  height: 108px;
  color: #516374;
}

.actcover .cbody .c-title {
  background-image: linear-gradient(-180deg, #1390ff 0%, #1390ff 100%);
}

.actcover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  margin-right: 26px;
  background-image: linear-gradient(-180deg, #1390ff 0%, #1390ff 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #ffffff;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 32px;
  cursor: pointer;
  float: right;
}

/* 试用期弹框 */
.probation-cover {
  display: none;
}

.probation-cover .cbody .content {
  font-size: 13px;
  line-height: 1.8;
  float: none;
  height: 108px;
  color: #516374;
}

.probation-cover .cbody .c-title {
  background-image: linear-gradient(-180deg, #1390ff 0%, #1390ff 100%);
}

.probation-cover .cbody .actionRow .default {
  border: none;
  outline: none;
  border-radius: 4px;
  margin-right: 26px;
  background-image: linear-gradient(-180deg, #1390ff 0%, #1390ff 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  color: #ffffff;
  font-size: 12px;
  width: 126px;
  height: 30px;
  line-height: 32px;
  cursor: pointer;
  float: right;
}

/* 切换短信/密码/扫码登录 */
.switch {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}

.log-qrcode-wrap {
  text-align: center;
  margin-top: 24px;
  display: none;
  position: relative;
}

.log-msg-wrap {
  display: none;
}

.qrcode-remain-text {
  margin-top: 24px;
}

.scan-mask-wrap {
  width: 168px;
  height: 168px;
  position: absolute;
  top: 0;
  left: 92px;
  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;
}

.bottomright_new {
  text-align: right;
  margin-top: 8px;
}

.login-wrap {
  padding: 0 64px;
  font-size: 14px;
}

.login-wrap a {
  text-decoration: none;
  color: #1390ff;
}

.login-wrap a:visited {
  color: #1390ff;
}

.input_prompttxt {
  display: none;
  margin-top: 8px;
  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: 6px;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1.4px;
}

.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: 14px;
  width: 16px;
  height: 16px;
  content: url('../images/new/icon-success.png');
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #B6C1D8;
  padding-left: 36px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: border-color 0.5s;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.input-suffix {
  position: absolute;
  top: 14px;
  left: 12px;
}

input {
  outline: none;
}

.btn-login {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(180deg, #1390ff 0%, #2386EE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1390ff, endColorstr=#2386EE);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: 0 solid #fff;
  cursor: pointer;
  margin-top: 10px;
}

.btn-login:hover {
  background: #6ba7f8;
}

.cur-tab {
  font-weight: bold;
}

.wrap-item {
  margin-top: 20px;
}

#log-submit-prompt {
  text-align: center;
  color: #ff7878;
  margin-top: 16px;
}
#log-submit-prompt-msg {
  margin-top: 16px;
}
#log-submit-prompt-v1 {
  margin-top: 16px;
}
#log-submit-prompt-cus {
  margin-top: 16px;
}

.redcolor {
  text-align: center;
  color: #ff7878;
  margin: 0;
}

.mt10 {
  margin-bottom: 8px;
  text-align: center;
  color: #B3BBD1;
  font-size: 12px;
}

.mt10 p {
  margin: 4px 0;
}

.fix_bo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mt6 {
  margin-top: 6px;
}

.icon-gs {
  background: transparent url('../images/icon-gs.png') no-repeat center center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icon-zh {
  background: transparent url('../images/icon-zh.png') no-repeat center center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.mt10 a {
  color: #B3BBD1;
  text-decoration: none;
}

.mt10 a:hover {
  color: #1390ff;
}

.switch-psw {
  display: none;
}

.login-ways {
  height: 17px;
  font-size: 0;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
  margin-top: 20px;
  /* margin-bottom: 20px; */
  position: relative;
  z-index: 1;
}

.login-ways .switch-item {
  border-right: 1px solid #ccc;
  padding: 0 8px;
  font-size: 12px;
}

.login-ways .switch-item:hover .ways-color {
  color: #1390ff;
}

.qrcode-forget-password:hover .ways-color {
  color: #1390ff;
}

.login-ways .ways-color {
  width: 63px;
  display: inline-block;
  color: #4a4a4a;
  cursor: pointer;
}

.login-ways a.ways-color:visited {
  color: #4a4a4a;
}

.login-ways a.ways-color:hover {
  color: #1390ff;
}

.no-right-border {
  border-right: none !important;
}

.get-msg {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  background-color: #1390ff;
  border-radius: 0 4px 4px 0;
}

.log-second {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
  padding: 0 8px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  background-color: #dfdfdf;
  border-radius: 0 4px 4px 0;
}

.qrcode-forget-password {
  padding: 0 8px;
  font-size: 12px;
  border-right: 1px solid #ccc;
}
.register-wrap{
  padding: 0 8px;
  font-size: 12px;
}

.verfiycode {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  cursor: pointer;
}

#v1Wrap,
#customerLoginWrap {
  display: none;
}

.input-wrap input:hover,
.input-wrap input:focus {
  border-color: #1390ff;
}

.disabled-btn {
  background-image: linear-gradient(90deg, #999 0%, #999 100%);
  cursor: not-allowed;
}

.disabled-btn:hover {
  background: linear-gradient(90deg, #999 0%, #999 100%);
}

.ft12 {
  font-size: 12px;
}

.agreement-dell-wrap {
  margin-top: 20px;
}
.login-form{
  margin-top: 40px;
  position: relative;
}
.new-login-lead{
  display: none;
  position: absolute;
  width: 144px;
  height: 80px;
  top: -72px;
  left: -22px;
  text-align: center;
  font-size: 12px;
  z-index: 4;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
  background: #ffffff;
  border-radius: 8px;
}
.new-login-lead-text{
  margin-top: 14px;
  padding: 0 24px;
}
.new-login-lead-btn{
  margin-top: 6px;
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  color: #1390ff;
  cursor: pointer;
}
.new-login-lead:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  position: absolute;
  left: 72px;
  bottom: -8px;
  z-index: 2;
}