* {
  outline: 0;
  overflow: -moz-scrollbars-vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", SimSun, Arial, "Helvetica Neue", Helvetica;
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

a {
  color: #666;
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:hover span,
a:hover i,
a:visited,
a:visited span,
a:visited i,
a:link,
a:link span,
a:link i,
a:active,
a:active span,
a:active i {
  color: #666;
}

h1,
h2,
h3,
h4 {
  margin: 10px 0;
  font-weight: 400;
}

p {
  margin: 0;
}

p + p {
  margin-top: 10px;
}

img {
  border: 0;
  vertical-align: top;
  display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 1px solid #ededed;
  border-radius: 0;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
}

textarea {
  overflow: auto;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox],
input[type=file] {
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea {
  font-family: "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

strong {
  font-weight: 400;
}

em,
i {
  font-style: normal;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {
  color: #666;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  height: 100%;
  background: url(../images/zhaopin_login_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

body .main {
  width: 580px;
  height: 528px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(33, 22, 19, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(33, 22, 19, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -290px;
  margin-top: -264px;
}

body .main .title-bar {
  padding: 50px 0 0;
  position: relative;
}

body .main .title-bar .switch-login {
  width: 52px;
  height: 51px;
  position: absolute;
  top: 12px;
  right: 12px;
}

body .main .title-bar .switch-login img {
  width: 52px;
  height: 51px;
}

body .main .title-bar .switch-login .tips {
  width: 83px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 15px;
  color: #f39973;
  background: url(../images/zhaopin_login_tips.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 62px;
}

body .main .title-bar .logo {
  /* width: 164px; */
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

body .main .title-bar .logo img {
  /* width: 100%; */
    height: 100%;
}

body .main .title-bar .title {
  margin: 30px auto;
}

body .main .title-bar .title.form-login-title h3:before {
  width: 133px;
}

body .main .title-bar .title.form-login-title h3:after {
  width: 133px;
}

body .main .title-bar .title h3 {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #858484;
  text-align: center;
}

body .main .title-bar .title h3::before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  vertical-align: middle;
  background-color: #e0dfdf;
  -webkit-transform: translate(-11px) rotate(0deg);
  transform: translate(-11px) rotate(0deg);
}

body .main .title-bar .title h3::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  vertical-align: middle;
  background-color: #e0dfdf;
  -webkit-transform: translate(11px) rotate(0deg);
  transform: translate(11px) rotate(0deg);
}

body .main .login-box .qrcode-box {
  margin: 37px auto;
}

body .main .login-box .qrcode-box .qrcode-main {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

body .main .login-box .qrcode-box .qrcode-main img {
  width: 100%;
  height: 100%;
}

body .main .login-box .qrcode-box .qrcode-info {
  margin-top: 27px;
  font-size: 14px;
  color: #858484;
  text-align: center;
}

body .main .login-box .form-box {
  width: 398px;
  margin: 0 auto;
}

body .main .login-box .form-box .login-form-item {
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

body .main .login-box .form-box .login-form-item.name-item img {
  width: 17px;
  height: 18px;
}

body .main .login-box .form-box .login-form-item.pwd-item {
  margin-top: 23px;
}

body .main .login-box .form-box .login-form-item input {
  width: 320px;
  border: none;
  outline: none;
  font-size: 14px;
}

body .main .login-box .form-box .login-form-item input::-webkit-input-placeholder {
  color: #b1afaf;
}

body .main .login-box .form-box .login-form-item input::-ms-input-placeholder {
  color: #b1afaf;
}

body .main .login-box .form-box .login-form-item input::placeholder {
  color: #b1afaf;
}

body .main .login-box .form-box .login-form-item img {
  float: right;
  margin-top: 13px;
}
#imgCode,#smsCode{
    width: 220px;
}
body .main .login-box .form-box .login-form-item .sms-item {
    width: 17px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}
.main .login-box .form-box .login-form-item .captcha{
    float: right;
    margin-top: 8px;
    cursor: pointer;
}
#getSms{
    float: right;
    background: transparent;
    color: #fd5d38;
    border: none;
    line-height: 44px;
}
#getSms[disabled="disabled"]{
    color: #ccc;
    cursor: not-allowed;
}
body .main .login-box .form-box .login-form-submit-btn {
  width: 100%;
  height: 48px;
  margin-top: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #ea7443;
  text-align: center;
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: 0px 4px 0px #ec6941;
  box-shadow: 0px 4px 0px #ec6941;
}

body .main .login-box .form-box .login-form-submit-btn:focus {
  background-color: #ec6941;
}

body .main .bottom-bar {
  width: 100%;
  height: 47px;
  line-height: 47px;
  padding: 0 29px 0 32px;
  background-color: #eff1f5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}

body .main .bottom-bar a {
  color: #E3612B;
  font-size: 14px;
}

body .main .bottom-bar a:hover {
  color: #f34915;
}

body .main .bottom-bar .back-home {
  float: left;
}

body .main .bottom-bar .back-home img {
  width: 8px;
  height: 14px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

body .main .bottom-bar .contact {
  float: right;
}

.regist-card{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.regist-card a{
    color: #248eff;
}
.regist-arrow{
    width: 8px;
    height: 14px;
    margin-left: 4px;
    margin-bottom: 2px;
    vertical-align: middle;
    transform: rotate(180deg);
}