* {
  padding: 0;
  margin: 0;
  border: 0;
}
.loginWrap {
  width: 100%;
  height: 100%;
  background: #fff;
}
.wrap {
  /*width: 1200px;*/
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
header {
  background: #fff;
  padding: 21px 0;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content {
  position: relative;
}
.content .bg {
  width: 100%;
}
.content .wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 93px;
  left: 50%;
  transform: translateX(-50%);
}
.leftBox {
  padding-top: 44px;
  color: #fff;
}
.leftBox .welcome {
  font-size: 32px;
  margin-bottom: 23px;
}
.leftBox .desc {
  width: 480px;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 40px;
}
.leftBox .line {
  width: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.loginBox {
  width: 730px;
  min-height: 405px;
  padding: 40px 0 24px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
}
/* 左栏：账号/短信登录表单 */
.loginFormCol {
  flex: 1;
  padding: 0 32px;
  border-right: 1px solid #E8E8E8;
}
/* 右栏：企业微信扫码 */
.loginQrCol {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 0;
}
.loginQrCol .qrTitle {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
.loginQrCol .loginCode {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loginQrCol .qrDesc {
  margin-top: 12px;
  font-size: 13px;
  color: #666;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.ways {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
  margin-bottom: 24px;
}
.ways .tab {
  margin-right: 24px;
  cursor: pointer;
}
.ways .active {
  font-size: 24px;
  color: #000;
}
.inputBox .item {
  position: relative;
  margin-bottom: 16px;
}
.inputBox .item .icon {
  position: absolute;
  left: 12px;
  top: 16px;
  z-index: 1;
}
.inputBox .item .input input {
  width: calc(100% - 52px);
  height: 22px;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: solid 1px #D9D9D9;
  padding: 12px 12px 12px 36px;
}
.inputBox .item .input input:focus {
  outline-color: #2f54eb;
}
.inputBox .item .vcode {
  position: relative;
}
.inputBox .item .vcode button {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 102px;
  height: 40px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  line-height: 40px;
  color: #096DD9;
  cursor: pointer;
}
.inputBox .item .vcode .codeImg {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 96px;
  height: 32px;
  overflow: hidden;
}
.tool {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
}
.tool .keepPwd {
  display: flex;
  align-items: center;
}
.tool .keepPwd input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.buttonWrap{
  position: relative;
  margin: 32px 0 34px;
}
.buttonWrap .tip{
  position: absolute;
  top: -26px;
  left: 0px;
  color: #f44;
}
.button {
  width: 100%;
  height: 48px;
  background-color: #096DD9;
  border-radius: 4px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.forgetPwd {
  color: #096DD9;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.forgetPwd .icon {
  padding-right: 6px;
}
.loginCode {
  display: flex;
  align-items: center;
  flex-direction: column;
  /*padding-top: 32px;*/
}
.loginCode .ewm .img {
  width: 256px;
  height: 256px;
  border: 1px solid #E7E7E7;
}
.loginCode .desc {
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.loginCode .desc .icon {
  padding-right: 7px;
}
.loginCode .other {
  margin-top: 32px;
  display: flex;
  font-size: 14px;
  color: #096DD9;
}
.loginCode .other .item {
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.loginCode .other .icon {
  padding-right: 6px;
}
footer {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  margin: 20px 0;
}
footer .copyright {
  font-size: 12px;
  margin-top: 8px;
}
.qywxloginCode .other .icon {
  align-items: center;
  /*padding-right: 6px;*/
  padding-top: -6px;
}
.qywxlogintip{
  text-align: center;
  color: #f44;
}