* {
  padding: 0;
  margin: 0;
  border: 0;
}
.mobileWrap {
  min-height: 100vh;
  background: #096DD9 url(../imgmb/mobile_bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.mobileWrap .logo {
  height: 110px;
  text-align: center;
  padding: 32px 0;
}
.mobileWrap .logo .img{
  height: 110px;
  text-align: center;
}
.mobileWrap .loginMobileBox {
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin: 0 20px;
}
.mobileWrap .mobileTabWrap {
  background: #fff;
  border-radius: 0px 0px 14px 14px;
  padding-bottom: 20px;
  margin-top: -2px;
}
.mobileWrap .waysMobile {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #333;
  z-index: 3;
  position: relative;
  background: #fff;
  border-radius: 14px 14px 0 0;
}
.mobileWrap .waysMobile .tab {
  width: 50%;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
}
.mobileWrap .waysMobile .active {
  color: #333;
  font-weight: 600;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 14px;
}
.mobileWrap .waysMobile .active::after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #096DD9;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.mobileWrap .tabContentMobile {
  border-radius: 14px;
}
.mobileWrap .inputBoxMobile {
  padding: 32px 18px 0px;
}
.mobileWrap .inputBoxMobile .item {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  background: #F6F6F6;
}
.mobileWrap .inputBoxMobile .item:last-child {
  margin-bottom: 0;
}
.mobileWrap .inputBoxMobile .item .icon {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
}
.mobileWrap .inputBoxMobile .item .input input {
  width: calc(100% - 52px);
  height: 22px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  padding: 12px 12px 12px 40px;
  background: #F6F6F6;
}
.mobileWrap .inputBoxMobile .item .input input:focus {
  outline-color: #2f54eb;
}
.mobileWrap .inputBoxMobile .item .vcode {
  position: relative;
}
.mobileWrap .inputBoxMobile .item .vcode button {
  position: absolute;
  right: 0;
  top: 4px;
  width: 102px;
  height: 40px;
  background-color: #F6F6F6;
  border: none;
  font-size: 16px;
  line-height: 40px;
  color: #096DD9;
  cursor: pointer;
}
.mobileWrap .inputBoxMobile .item .vcode .codeImg {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 96px;
  height: 32px;
  overflow: hidden;
}
.mobileWrap .mobileTool {
  margin: 20px 18px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.mobileWrap .mobileTool .keepPwd {
  display: flex;
  align-items: center;
  color: #9D9D9D;
}
.mobileWrap .mobileTool .keepPwd input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  cursor: pointer;
}
.mobileWrap .mobileTool .forgetPwd {
  color: #096DD9;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.mobileWrap .mobileTool .forgetPwd .icon {
  padding-right: 4px;
}
.mobileWrap .buttonMobileWrap {
  margin: 20px 18px 32px;
}
.mobileWrap .buttonMobileWrap .tip {
  padding-bottom: 8px;
  color: #f44;
}
.mobileWrap .buttonMobileWrap .button {
  width: 100%;
  height: 46px;
  background-color: #096DD9;
  border-radius: 4px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.mobileWrap .workWx {
  text-align: center;
  cursor: pointer;
  padding: 16px 0;
}
.mobileWrap .workWx .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.mobileWrap .workWx .text {
  font-size: 12px;
  color: #333;
}
/* 下栏：企业微信扫码区 */
.mobileWrap .mbQrSection {
  padding: 0 18px 24px;
}
.mobileWrap .mbQrDivider {
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #999;
  margin: 8px 0 16px;
}
.mobileWrap .mbQrDivider::before,
.mobileWrap .mbQrDivider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 36%;
  height: 1px;
  background: #E8E8E8;
}
.mobileWrap .mbQrDivider::before { left: 0; }
.mobileWrap .mbQrDivider::after  { right: 0; }
.mobileWrap .mbQrSection .loginCode {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
.mobileWrap .mbQrDesc {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileWrap .mobile_footer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 16px 0 20px;
  width: 100%;
}
.mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F3F6FD;
  text-align: center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mask .inner {
  padding-top: 200px;
}
.mask .icon {
  width: 340px;
  /*// height: 54px;*/
  /*// animation: rotate 3s linear infinite;*/
}
.mask .desc {
  color: #333;
  font-size: 16px;
}
.mask .iconerr {
  width: 88px;
}
.mask .showerr {
  color: #f44;
  font-size: 16px;
}
.pwdTipWrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pwdTipWrap .inner {
  padding: 20px 20px 24px;
  margin-left: 8%;
  width: 74%;
  position: fixed;
  z-index: 980;
  top: 24%;
  background: #fff;
  border-radius: 12px;
}
.pwdTipWrap .icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
.pwdTipWrap .desc {
  color: #333;
  font-size: 16px;
}
.pwdTipWrap .btn {
  width: 88px;
  margin: 28px auto 0;
  color: #fff;
  font-size: 16px;
  background: #096DD9;
  border-radius: 4px;
  padding: 7px 0px;
}