* {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
body {
  width: 100vw;
  min-height: 100vh;
  background: url("/assets/website/image/login-bg.png") no-repeat 0 0;
  background-size: cover;
}
body .footer {
  height: 170px;
}
body .header {
  height: 170px;
  display: flex;
  align-items: center;
}
body .header .header-inner-logo {
  margin-left: 120px;
  width: 278px;
  height: 48px;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/logo2x.png") no-repeat 0 0 / 278px 48px;
  margin-top: 6px;
}
body .main {
  width: 836px;
  height: 560px;
  margin: 0 auto;
  display: flex;
}
body .main .main-left {
  width: 364px;
  background: url("/assets/website/image/main-left.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 60px;
}
body .main .main-left .main-left-title {
  margin-left: 60px;
  font-family: MicrosoftYaHei, MicrosoftYaHei, serif;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
body .main .main-left .mian-info {
  margin-top: 60px;
}
body .main .main-left .mian-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 60px;
}
body .main .main-left .mian-info .info-item .info-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
}
body .main .main-left .mian-info .info-item .info-text {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
body .main .main-left .info-icon.icon1 {
  background-image: url("/assets/website/image/icon-job.png");
}
body .main .main-left .info-icon.icon2 {
  background-image: url("/assets/website/image/icon-chat.png");
}
body .main .main-left .info-icon.icon3 {
  background-image: url("/assets/website/image/icon-match.png");
}
body .main .main-left.recruiter {
  width: 364px;
  background: url("/assets/website/image/main-left-recruiter.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 60px;
}
body .main .main-left.recruiter .main-left-title {
  margin-left: 60px;
  font-family: MicrosoftYaHei, MicrosoftYaHei, serif;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
body .main .main-left.recruiter .mian-info {
  margin-top: 60px;
}
body .main .main-left.recruiter .mian-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 60px;
}
body .main .main-left.recruiter .mian-info .info-item .info-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
}
body .main .main-left.recruiter .mian-info .info-item .info-text {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
body .main .main-left.recruiter .info-icon.icon1 {
  background-image: url("/assets/website/image/icon-rencai.png");
}
body .main .main-left.recruiter .info-icon.icon2 {
  background-image: url("/assets/website/image/icon-zxlt.png");
}
body .main .main-left.recruiter .info-icon.icon3 {
  background-image: url("/assets/website/image/icon-offer.png");
}
body .main .main-right {
  width: 472px;
  height: 100%;
  background: #FFFFFF;
  padding: 56px 60px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
}
body .main .main-right .switch {
  display: flex;
  justify-content: space-between;
  height: 44px;
  background-color: #F8F9FB;
  padding: 4px;
  margin-bottom: 16px;
}
body .main .main-right .switch .tag {
  width: 196px;
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  font-weight: 600;
  color: #46485B;
}
body .main .main-right .switch .tag.active {
  background-color: white;
  border-color: #FFFFFF;
  color: #3F7FFF;
}
body .main .main-right .tips {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #46485B;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  margin-bottom: 24px;
}
body .main .main-right .form .form-item .form-item-title {
  height: 72px;
  font-size: 18px;
  color: #212428;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
}
body .main .main-right .form .form-item .form-item-title label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
body .main .main-right .form .form-item .form-item-title .form-item-input {
  position: relative;
}
body .main .main-right .form .form-item .form-item-title .form-item-input input {
  width: 100%;
  background: #FFFFFF;
  color: #212428;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 80px 8px 12px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
}
body .main .main-right .form .form-item .form-item-title .form-item-input input::placeholder {
  color: #8B8F9E;
}
body .main .main-right .form .form-item .form-item-title .form-item-input .vcode-img {
  display: block;
  object-fit: fill;
  width: 140px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 1px;
  cursor: pointer;
}
body .main .main-right .form .form-item .form-item-title .form-item-input button {
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 12px;
  top: 3px;
  bottom: 0;
  border: none;
  background-color: #fff;
  color: #007bff;
  cursor: pointer;
  opacity: 1;
}
body .main .main-right .form .submit-item button {
  border: 0;
  width: 352px;
  height: 40px;
  background: linear-gradient(270deg, #73B6FF 0%, #3F7FFF 100%);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
}
body .main .main-right .form .user_agreement {
  margin-top: 24px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #8B8F9E;
  line-height: 22px;
  text-align: left;
  display: flex;
  align-items: center;
}
body .main .main-right .form .user_agreement a {
  text-decoration: none;
  color: #3F7FFF;
}
body .main .main-right .form .user_agreement input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
.scale-out-center {
  -webkit-animation: scale-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.scale-in-center {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.dialog-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.dialog-mask .dialog-inner {
  width: 380px;
  min-height: 240px;
  background-color: #fff;
  border-radius: 8px;
}
.dialog-mask .dialog-inner .dialog-inner-title {
  color: #212428;
  font-size: 18px;
  line-height: 26px;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}
.dialog-mask .dialog-inner .dialog-inner-content {
  font-size: 14px;
  color: #46485B;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 32px 32px;
}
.dialog-mask .dialog-inner .dialog-inner-btn {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  background-color: #3F7FFF;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 32px;
  cursor: pointer;
}
/*# sourceMappingURL=login.css.map */