body {
  font-family: microsoft yahei;
  background-color: #f5f5f5;
}
h3 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
.hide {
  display: none !important;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #000000;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #38adf5;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #38adf5;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.box {
  width: 1080px;
  margin: 0 auto;
  padding: 48px 60px 0;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  /* 猎聘安全码 */
}
.box .diff-content {
  min-height: 428px;
  /* 提示语 */
  /* 倒计时 */
  /* 短信验证码 */
}
.box .diff-content .tip-module .tip-title {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.box .diff-content .tip-module .tip-title .ico-warning {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 28px;
  background: url(//concat.lietou-static.com/fe-security-pc/v5/images/common/security/warning.ea87cfce.png) no-repeat left top;
  margin-right: 10px;
}
.box .diff-content .tip-module .tip-title span {
  vertical-align: middle;
}
.box .diff-content .tip-info {
  font-size: 14px;
  color: #333333;
  /* text-align: center; */
  line-height: 28px;
  padding: 24px 0 48px;
  max-width: 50%;
  margin: 0 auto;
}
.box .diff-content .clock-module {
  color: #999;
  /* text-align: center; */
}
.box .diff-content .clock-module .clock-title {
  font-size: 14px;
  line-height: 20px;
}
.box .diff-content .clock-module .clock-box {
  width: 298px;
  height: 80px;
  line-height: 80px;
  padding: 16px 0 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.box .diff-content .clock-module .clock-box li {
  width: 76px;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  border-radius: 3px;
  font-size: 36px;
  color: #333333;
}
.box .diff-content .clock-module .clock-box li:nth-child(2):before, .box .diff-content .clock-module .clock-box li:nth-child(2):after {
  content: ':';
  font-size: 36px;
  position: absolute;
}
.box .diff-content .clock-module .clock-box li:nth-child(2):before {
  left: -23px;
}
.box .diff-content .clock-module .clock-box li:nth-child(2):after {
  right: -23px;
}
.box .diff-content .handle-module {
  text-align: center;
  /* 修改密码 */
}
.box .diff-content .handle-module .default-btn {
  display: block;
  width: 320px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 60px;
  background: #5897ff;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  border: 0;
  outline: none;
}
.box .diff-content .handle-module .submit-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: #5897ff;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  outline: 0;
  border: 0;
  margin-bottom: 60px;
}
.box .diff-content .handle-module .logout-btn {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  text-decoration: none;
  padding-left: 16px;
  background: url(//concat.lietou-static.com/fe-security-pc/v5/images/common/security/logout.dd4ee9b6.png) no-repeat left center;
  background-size: 12px;
}
.box .diff-content .verify-module {
  width: 320px;
  margin: 0 auto;
  text-align: left;
}
.box .diff-content .verify-module .phone {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 600;
}
.box .diff-content .verify-module .phone label {
  color: #999999;
}
.box .diff-content .verify-module .form-box .inp-box {
  height: 40px;
  margin: 18px 0 0;
  padding-right: 12px;
  color: #000000;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 40px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  display: -ms-flexbox;
}
.box .diff-content .verify-module .form-box .inp-box:hover {
  border-color: #38adf5;
  border-right-width: 1px !important;
}
.box .diff-content .verify-module .form-box .inp-box:focus {
  border-color: #38adf5;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.box .diff-content .verify-module .form-box .inp-box .code-inp {
  outline: 0;
  border: 0;
  flex: 1;
  padding: 0 12px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.box .diff-content .verify-module .form-box .inp-box .send-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
  text-decoration: none;
  width: 70px;
  font-size: 14px;
  color: #5897ff;
}
.box .diff-content .verify-module .form-box .inp-box .send-btn.disabled {
  color: #999999;
}
.box .diff-content .verify-module .form-box .error-msg {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0 12px;
  color: #ff4b49;
  text-align: left;
  visibility: hidden;
}
.box .diff-content .verify-module .form-box.has-error .inp-box {
  background-color: #fff;
  border-color: #f04134;
}
.box .diff-content .verify-module .form-box.has-error .inp-box:hover {
  background-color: #fff;
  border-color: #f04134;
}
.box .diff-content .verify-module .form-box.has-error .inp-box:focus {
  border-color: #fc7060;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.box .diff-content .verify-module .form-box.has-error .error-msg {
  visibility: visible;
}
.box .safe-code-content {
  padding: 36px 0;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.box .safe-code-content > ul {
  width: 320px;
  margin: 0 auto;
  display: flex;
}
.box .safe-code-content .safe-code {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.box .safe-code-content .copy-btn {
  width: 58px;
  text-align: right;
  background: url(//concat.lietou-static.com/fe-security-pc/v5/images/common/security/copy.618674ae.png) no-repeat 20px center;
  background-size: 9px auto;
  cursor: pointer;
}
.vdialog .vd-header {
  display: none;
}
.vdialog .vd-footer {
  padding-bottom: 36px;
}
.vdialog .vd-footer:before {
  height: 0;
  margin-bottom: 0;
}
.vdialog .vd-footer a.vd-btn-ok {
  height: 32px;
  width: 84px;
  padding: 0;
  border: 0;
  line-height: 32px;
  background: #5897ff;
  border-radius: 3px;
}
.vdialog .vd-main .vd-content {
  padding: 36px 0 24px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.vdialog .vd-main .vd-content span.err-ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 28px;
  padding-left: 38px;
  max-width: 360px;
  background: url(//concat.lietou-static.com/fe-security-pc/v5/images/common/security/failed.7dc441d9.png) no-repeat left center;
  background-size: 28px auto;
}
.tipsui {
  border-color: #5897ff;
  background-color: #5897ff;
}
.tipsui .tipsui-arrow i, .tipsui .tipsui-arrow em {
  border-top-color: #5897ff;
}
