* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html,
body {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 1197px;
  background: linear-gradient(180deg, #FDFFF1 0%, #FFFFFF 100%);
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrap .top-cell {
  margin-bottom: 32px;
  width: 1197px;
}

.wrap .top-cell .cell {
  display: flex;
  justify-content: space-between;
}

.wrap .top-cell .cell .cell-l {
  margin-left: 25px;
  display: flex;
  align-items: center;
}

.wrap .top-cell .cell .cell-l img {
  margin-right: 10px;
  width: 49px;
  height: 49px;
  border-radius: 25px;
}

.wrap .top-cell .cell .cell-l span {
  font-weight: 100;
  font-size: 30px;
  color: #000000;
}

.wrap .top-cell .cell .cell-l .slash {
  margin: 0 20px;
  width: 1px;
  height: 33px;
  background: #979797;
}

.wrap .top-cell .cell .cell-r {
  display: flex;
  align-items: center;
  margin-right: 22px;
}

.wrap .top-cell .cell .cell-r .highlight {
  cursor: pointer;
}

.wrap .container {
  width: 1197px;
  height: 532px;
  background: #ffffff;
  border-radius: 7px;
  background-color: #fff;
}

.wrap .container .login {
  display: flex;
  height: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
}

.wrap .container .login .login-l {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  width: 819px;
}

.wrap .container .login .login-l .enterprise-logo {
  width: 465px;
  height: 365px;
}

.wrap .container .login .login-r {
  flex: 1;
}

.wrap .container .login .login-r .switch-login-cell {
  margin-top: 17px;
  margin-left: 40px;
  font-size: 18px;
  color: #515151;
  line-height: 25px;
}

.wrap .container .login .login-r .switch-login-cell .sms-login {
  margin-right: 38px;
  cursor: pointer;
}

.wrap .container .login .login-r .switch-login-cell .password-login {
  cursor: pointer;
}

.wrap .container .login .login-r .switch-login-cell .current-login-type {
  padding-bottom: 6px;
  position: relative;
  font-weight: 600;
  color: #333333;
}

.wrap .container .login .login-r .switch-login-cell .current-login-type::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 13px;
  height: 4px;
  background: #96B32B;
  border-radius: 3px;
  transform: translateX(-50%);
}

.wrap .container .login .login-r .password-login-form {
  margin: 58px auto 0;
  width: 315px;
}

.wrap .container .login .login-r .sms-login-form {
  margin: 24px auto 0;
  width: 315px;
}

.wrap .container .login .login-r .sms-login-form .tip {
  margin-bottom: 14px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #515151;
}

.wrap .container .login .login-r .sms-login-form .send-msg-wrap {
  position: relative;
}

.wrap .container .login .login-r .sms-login-form .send-msg-wrap .code-inp {
  padding-right: 130px;
}

.wrap .container .login .login-r .sms-login-form .send-msg-wrap .slash {
  position: absolute;
  top: calc(49px / 2);
  right: 120px;
  width: 1px;
  height: 35px;
  background: #ebebeb;
  transform: translateY(-50%);
}

.wrap .container .login .login-r .sms-login-form .send-msg-wrap .send-msg {
  position: absolute;
  top: calc(49px / 2);
  right: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #96B32B;
  transform: translateY(-50%);
  cursor: pointer;
}

.wrap .container .login .login-r .sms-login-form .send-msg-wrap .count-down {
  display: none;
  position: absolute;
  top: calc(49px / 2);
  right: 10px;
  font-size: 16px;
  color: #999;
  transform: translateY(-50%);
}

.wrap .container .login .login-r .forgetPw-form {
  margin: 24px auto 0;
  width: 315px;
}

.wrap .container .login .login-r .forgetPw-form .tip {
  margin-bottom: 14px;
  line-height: 25px;
  font-size: 18px;
  text-align: left;
  color: #333333;
  font-weight: 600;
}

.wrap .container .login .login-r .forgetPw-form .send-msg-wrap {
  position: relative;
}

.wrap .container .login .login-r .forgetPw-form .send-msg-wrap .code-inp {
  padding-right: 130px;
}

.wrap .container .login .login-r .forgetPw-form .send-msg-wrap .slash {
  position: absolute;
  top: calc(49px / 2);
  right: 120px;
  width: 1px;
  height: 35px;
  background: #ebebeb;
  transform: translateY(-50%);
}

.wrap .container .login .login-r .forgetPw-form .send-msg-wrap .forget-send-msg {
  position: absolute;
  top: calc(49px / 2);
  right: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #96B32B;
  transform: translateY(-50%);
  cursor: pointer;
}

.wrap .container .login .login-r .forgetPw-form .send-msg-wrap .forget-count-down {
  display: none;
  position: absolute;
  top: calc(49px / 2);
  right: 10px;
  font-size: 16px;
  color: #999;
  transform: translateY(-50%);
}

.wrap .container .login .login-r .agreement-wrap {
  display: flex;
  font-size: 14px;
  color: #818181;
  line-height: 20px;
  cursor: pointer;
}

.wrap .container .login .login-r .agreement-wrap .checkbox {
  margin-left: 18px;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  background: #fff;
}

.wrap .container .login .login-r .agreement-wrap .checkbox.checked {
  border: 1px solid #0367f5;
  background: #0367f5;
}

.wrap .container .login .login-r .agreement-wrap .checkbox img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wrap .container .login .login-r .login-btn {
  margin-top: 20px;
  margin-bottom: 137px;
  margin-left: 40px;
  width: 315px;
  line-height: 49px;
  background: linear-gradient(146deg, #D8F367 0%, #F5FDA6 100%);
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #303030;
  text-align: center;
  cursor: pointer;
}

.wrap .container .login .login-r .bottom-cell {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 22px;
  font-size: 18px;
  color: #333333;
}

.wrap .container .login .login-r .bottom-cell .forget-pw,
.wrap .container .login .login-r .bottom-cell .register {
  cursor: pointer;
}

.wrap .container .forget-pw-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
}

.wrap .container .forget-pw-wrap .switch-forget-pw-cell {
  font-size: 18px;
  color: #515151;
  line-height: 25px;
}

.wrap .container .forget-pw-wrap .switch-forget-pw-cell .forget-msg {
  margin-right: 100px;
  cursor: pointer;
}

.wrap .container .forget-pw-wrap .switch-forget-pw-cell .forget-mail {
  cursor: pointer;
}

.wrap .container .forget-pw-wrap .switch-forget-pw-cell .current-login-type {
  padding-bottom: 6px;
  position: relative;
  font-weight: 600;
  color: #333333;
}

.wrap .container .forget-pw-wrap .switch-forget-pw-cell .current-login-type::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 13px;
  height: 4px;
  background: #96B32B;
  border-radius: 3px;
  transform: translateX(-50%);
}

.wrap .container .forget-pw-wrap .mail-forget-form {
  margin: 58px auto 0;
  width: 414px;
}

.wrap .container .forget-pw-wrap .send-msg-form {
  margin: 24px auto 0;
  width: 315px;
}

.wrap .container .forget-pw-wrap .send-msg-form .tip {
  margin-bottom: 14px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #515151;
}

.wrap .container .forget-pw-wrap .send-msg-form .send-msg-wrap {
  position: relative;
}

.wrap .container .forget-pw-wrap .send-msg-form .send-msg-wrap .code-inp {
  padding-right: 130px;
}

.wrap .container .forget-pw-wrap .send-msg-form .send-msg-wrap .slash {
  position: absolute;
  top: calc(49px / 2);
  right: 120px;
  width: 1px;
  height: 35px;
  background: #ebebeb;
  transform: translateY(-50%);
}

.wrap .container .forget-pw-wrap .send-msg-form .send-msg-wrap .send-msg {
  position: absolute;
  top: calc(49px / 2);
  right: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #0367f5;
  transform: translateY(-50%);
  cursor: pointer;
}

.wrap .container .forget-pw-wrap .send-msg-form .send-msg-wrap .count-down {
  display: none;
  position: absolute;
  top: calc(49px / 2);
  right: 10px;
  font-size: 16px;
  color: #999;
  transform: translateY(-50%);
}

.highlight {
  color: #0367f5;
}

input {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  height: 49px;
  background: #f5f6f9;
  border-radius: 24px;
  font-size: 18px;
  outline: none;
  border: none;
}

input::placeholder {
  font-size: 18px;
  color: #818181;
}
