/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
/*
    tabs theme
*/
.ant-tabs-mini .ant-tabs-tab {
  margin-right: 0;
  padding: 0.24rem 0.25333rem 0.18667rem;
}
.ant-tabs-nav .ant-tabs-tab {
  font-size: 0.24rem;
  line-height: 1;
}
.ant-tabs-ink-bar {
  height: 0.05333rem;
}
/*
empolyee slide box styles
*/
.empolyee_slide_box .ant-select-selection {
  border: none;
  box-shadow: none;
}
.empolyee_slide_box .ant-input {
  border: none;
  box-shadow: none;
}
.ant-tree li a {
  vertical-align: middle;
}
.ant-tree li a.ant-tree-node-selected {
  background: transparent;
}
.ant-tree li .ant-tree-switcher,
.ant-tree li .ant-tree-iconEle {
  vertical-align: middle;
}
.ant-tree li .ant-tree-switcher:after {
  font-size: 0.24rem !important;
}
.ant-tree li .ant-tree-noline_open:after {
  color: #37BF8B !important;
}
@http :  "http://localhost:3005/" !default;
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.01333rem dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0.53333rem;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: border-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `border-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.01333rem solid #c0c0c0;
  margin: 0 0.02667rem;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'iconfont';
  /* project id 234158 */
  src: url('http://at.alicdn.com/t/font_bre2xmio5dp74x6r.eot');
  src: url('http://at.alicdn.com/t/font_bre2xmio5dp74x6r.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_bre2xmio5dp74x6r.woff') format('woff'), url('http://at.alicdn.com/t/font_bre2xmio5dp74x6r.ttf') format('truetype'), url('http://at.alicdn.com/t/font_bre2xmio5dp74x6r.svg#iconfont') format('svg');
}
.ai_icon {
  font-family: "iconfont" !important;
  font-size: 0.21333rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.00267rem;
  -moz-osx-font-smoothing: grayscale;
}
.busiIns_info_warp .am-list-item .am-input-label.am-input-label-5,
.busiIns_info_warp .am-list-item .am-input-control input,
.busiIns_info_warp .am-list-item .am-list-line .am-list-content,
.busiIns_info_warp .am-list-item .am-list-line .am-list-extra {
  width: 2.77333333rem;
  font-size: 0.34133333rem;
}
.busiIns_info_warp .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.busiIns_info_warp .am-search {
  padding: 0;
  border-radius: 0.42666667rem;
  height: 0.74666667rem;
}
.busiIns_info_warp .am-search .am-search-input {
  background-color: transparent;
}
.busiIns_info_warp .am-search .am-search-input .am-search-synthetic-ph-placeholder,
.busiIns_info_warp .am-search .am-search-input .am-search-synthetic-ph {
  font-size: 0.34133333rem;
  color: #999;
}
.busiIns_info_warp .am-search .am-search-input .am-search-synthetic-ph-icon {
  vertical-align: 0.04266667rem;
}
.busiIns_info_warp .am-search .am-search-cancel {
  font-size: 0.34133333rem;
  padding-right: 0.34133333rem;
}
.busiIns_info_warp .btn_box {
  margin: 0.68266667rem;
}
.busiIns_info_warp .btn_box .am-button {
  font-size: 0.34133333rem;
  background-color: #5391FE;
  border: 0.01333rem solid #5391FE;
}
.busiIns_info_warp .foot_warp .am-button-primary {
  color: #fff;
  background-color: #5391FE;
  border: 1PX solid #5391FE;
}
.login_warp .am-list-header {
  padding: 0;
}
.new_login_warp {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/img/login_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1rem;
}
.new_login_warp .am-list-item .am-input-control input {
  text-align: left;
  color: #000000 !important;
  font-size: 0.4rem;
}
.new_login_warp .am-list-item.am-input-item {
  border-bottom: 0.01333rem solid #ddd;
  height: 1.5rem;
}
.new_login_warp .am-list-item.am-input-item:after {
  border: none;
}
.new_login_warp h4 {
  padding-bottom: 1.5rem;
  color: #000000;
}
.new_login_warp .code .am-list-item .am-input-control {
  border-right: 0.01333rem solid #ddd;
  margin-right: 0.3rem;
}
.new_login_warp .provider_pos_code {
  display: inline-block;
}
.new_login_warp .provider_pos_code .am-checkbox-agree {
  margin: 0;
  padding-bottom: 0rem;
  padding-top: 0;
}
.new_login_warp .provider_pos_code .am-checkbox-agree .am-checkbox-inner {
  width: 0.4rem;
  height: 0.4rem;
  left: -0.6rem;
  top: 0.05rem;
  border: 0.04rem solid #1089ee;
}
.new_login_warp .provider_pos_code .am-checkbox-agree .am-checkbox.am-checkbox-checked .am-checkbox-inner {
  background: #1089ee;
}
.new_login_warp .provider_pos_code .am-checkbox-agree .am-checkbox-inner:after {
  top: 0.05rem;
  right: 0.1rem;
  width: 0.1rem;
  height: 0.2rem;
  border-color: #fff;
}
.new_login_warp .provider_pos_code .am-checkbox-agree .am-checkbox-agree-label {
  font-size: 0.33rem;
  margin-left: 0.7rem;
}
.new_login_warp .login_btn {
  width: 100%;
  padding-top: 2rem;
}
.smaCode .am-list-item .am-input-extra {
  max-height: none;
}
.smaCode .am-button {
  border: none;
  color: #1089ee;
  font-size: 0.4rem;
}
.am-toast.am-toast-mask .am-toast-notice {
  max-width: 100%;
}
.am-tab-bar-bar .am-tab-bar-tab-title {
  font-size: 0.32rem;
  margin: 0.16rem 0 0 0;
}
.items_line .am-list-body div:not(:last-child) .am-list-line:after {
  border-bottom: none;
}
.view-container {
  background: #eeeeee;
  width: 100%;
  height: 100%;
}
.am-modal.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  font-size: 0.42667rem;
  color: #333;
  text-align: center;
}
.am-modal.am-modal-android .am-modal-content .am-modal-body {
  font-size: 0.34667rem;
  color: #333;
}
.abandon_btn .am-button {
  height: 0.66667rem;
  line-height: 0.66667rem;
  padding: 0 0.21333rem;
}
.am-modal.am-modal-android .am-modal-content .am-modal-footer {
  border-top: 0.01333rem solid #999;
  padding: 0;
}
.am-modal.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v .am-modal-button {
  margin: 0 auto;
  font-size: 0.4rem;
}
.am-tab-bar-bar {
  height: 1.30667rem;
  padding-top: 0.12rem;
}
.am-list-item {
  min-height: 1.12rem;
  padding-left: 0.42667rem;
}
.person .item {
  border: 0.01333rem solid #ddd;
}
.person .item .am-list-item .am-list-line:after {
  border-bottom: none;
}
.person .am-list-item {
  min-height: 1.17333rem;
}
.person .am-list-item img {
  width: 0.42667rem;
  height: 0.42667rem;
}
.am-list-item img {
  width: 0.93866667rem;
  height: 0.93866667rem;
}
.demo {
  background: #ff0000;
  width: 4.26666667rem;
  height: 10.79466667rem;
}
/**/
.resume_info {
  overflow: hidden;
}
.resume_info .am-list-header {
  padding: 0.42667rem 0.42667rem;
  font-size: 0.32rem;
}
.resume_info .am-list-item .am-list-line .am-list-extra {
  color: #333;
}
.resume_info .am-list-body .am-list-item .am-input-label.am-input-label-5 {
  width: 2.5rem;
}
.jobRequire_info .am-list-header {
  padding: 0.34133333rem 0.68266667rem;
}
.jobRequire_info .am-list-item .am-list-line .am-list-extra {
  text-align: right;
}
.insCalculator_info .am-list-header {
  padding: 0.21333rem 0.42667rem;
}
.insCalculator_info .am-checkbox {
  margin-top: 0.21333333rem;
  margin-left: -0.42666667rem;
}
.insCalculator_info .am-checkbox .am-checkbox-checked {
  border-color: #108ee9;
}
.insCalculator_info .am-checkbox-inner {
  border-radius: 10%;
  width: 0.42666667rem;
  height: 0.42666667rem;
  border: 0.02667rem solid #ccc;
}
.insCalculator_info .am-checkbox-inner:after {
  top: 0rem;
  left: 0.08533333rem;
  right: 0.128rem;
  width: 0.128rem;
  height: 0.256rem;
  border-width: 0 0.04rem 0.04rem 0;
}
.insCalculator_info .am-list-item .am-list-thumb:first-child {
  margin-right: -0.13333rem;
}
.insCalculator_info .am-list-item .am-input-control input {
  text-align: right;
  color: #888 !important;
}
.insCalculator_info .am-list-item .am-input-control input:disabled {
  text-align: right;
  color: #000 !important;
}
.insCalculator_info .am-list-item .am-list-line .am-list-extra {
  text-align: right;
  width: 5.06667rem;
}
.edit_input_wrap .am-list-item .am-input-control input {
  text-align: right;
  color: #333 !important;
}
.resume_info_exp .am-list-header {
  padding: 0.42667rem;
  font-size: 0.32rem;
}
.resume_info_exp .am-icon-md {
  width: 0.85333333rem;
  height: 0.85333333rem;
}
.recommend_info .am-list-header {
  padding: 0;
}
.recommend_info .am-list-body {
  margin-top: -0.21333rem;
}
.recommend_info .am-list-item .am-input-label.am-input-label-5 {
  width: 4.26666667rem;
}
.recommend_info .am-list .am-list-item.am-textarea-item {
  padding: 0;
}
.recommend_info .am-textarea-control {
  padding: 0.42667rem;
}
.recommend_info .am-textarea-control textarea {
  line-height: inherit;
  font-size: 0.4rem;
}
.recommend_info .am-textarea-count {
  bottom: 0.34133333rem;
  right: 0.512rem;
  font-size: 0.29333rem;
}
.recommend_info .am-textarea-count span {
  color: #bbb;
}
.common_warp {
  position: relative;
}
.common_warp .am-list-item {
  padding: 0;
}
.common_warp .am-list-item .am-list-line-multiple {
  padding: 0.4rem 0.26667rem;
}
.common_warp .am-list-item .am-list-line-multiple .am-list-title {
  margin-bottom: 0.26667rem;
  font-size: 0.4rem;
}
.common_warp .am-list-item .am-list-line-multiple .am-list-con {
  font-size: 0.34667rem;
}
.common_warp .am-list-item .am-list-line-multiple .am-list-extra {
  font-size: 0.34667rem;
  margin-right: 0.66667rem;
}
.common_warp .am-list-item .am-list-line-multiple .am-list-extra .color_normal {
  color: #3795ff;
  background-color: #e9f3ff;
  padding: 0.08rem 0.10667rem;
}
.common_warp .am-list-item .am-list-line-multiple .am-list-extra .color_extra {
  color: #f6423b;
  background-color: #fff2f1;
  padding: 0.08rem 0.10667rem;
}
.common_warp .more_img {
  position: absolute;
  right: 0.26667rem;
  top: 0.86667rem;
  height: 0.4rem;
}
.no_time {
  display: inline-block;
  width: 0.29333rem;
  height: 0.29333rem;
  line-height: 0.29333rem;
  text-align: center;
}
.time {
  display: inline-block;
  width: 0.29333rem;
  height: 0.29333rem;
  line-height: 0.29333rem;
  text-align: center;
  background-color: #3796ff;
  color: #fff;
  box-shadow: 0 0.01333rem 0.05333rem 0 rgba(38, 105, 174, 0.2);
}
.start_span {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.end_span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.more_img {
  position: absolute;
  right: 0.26667rem;
  top: 0.86667rem;
  height: 0.4rem;
}
.candidate_info .am-list-item {
  padding: 0;
}
.candidate_info .am-list-item .am-list-line-multiple {
  padding: 0.42666667rem 0.68266667rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-pst {
  margin-bottom: 0.08533333rem;
  font-size: 0.4rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-brief {
  color: #999;
  margin-bottom: 0.08533333rem;
  font-size: 0.32rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-salary {
  color: #f25555;
  font-size: 0.34667rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-salary .am-list-salary-unit {
  margin-left: 0.17066667rem;
  font-size: 0.34667rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra {
  font-size: 0.4rem;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra .color_is_read {
  color: #999;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra .color_interview {
  color: #fd7249;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra .color_abandon {
  color: #f25555;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra .color_onboard {
  color: #1089ee;
}
.candidate_info .am-list-item .am-list-line-multiple .am-list-extra .color_new {
  color: #4DB376;
}
.salary_info .am-list-item .am-list-line .am-list-extra {
  text-align: left;
}
.salary_info_warp .am-list-item {
  height: 2.09066667rem;
  min-height: 2.09066667rem;
  padding-left: 0.68266667rem;
}
.salary_info_warp .am-list-item img {
  width: 1.024rem;
  height: 1.024rem;
}
.salary_slip_info .am-list-item {
  background-color: #f6f6f6;
}
.answer_info .am-list-header {
  background-color: #fff;
  color: #333;
  padding: 0.34133333rem 0.68266667rem;
  font-size: 0.4rem;
}
.edit_name .am-list-header {
  padding: 0;
}
.edit_name .am-list-body {
  margin-top: -0.256rem;
}
.posqrcode-container .am-modal-content .am-modal-body {
  padding: 0;
}
.posqrcode-container.am-modal.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0;
}
.posqrcode-container.am-modal.am-modal-transparent .am-modal-content {
  padding: 0;
  background: transparent;
}
.posqrcode-container.am-modal.am-modal-transparent .am-modal-content .am-modal-close {
  margin-top: 0.512rem;
  right: 1rem;
}
.share_info.am-modal.am-modal-transparent .am-modal-content {
  padding: 0;
}
.share_info.am-modal.am-modal-transparent .am-modal-content .am-modal-close {
  margin-top: 0.512rem;
}
.share_info.am-modal.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0;
}
.talent_info .am-list-header {
  padding: 0.34133333rem 0.68266667rem;
}
.talent_info .am-list-item:first-child {
  padding: 0;
}
.talent_info .am-list-item:first-child .am-list-line {
  padding: 0 0.68266667rem;
}
.talent_info .am-list-item .am-list-line-multiple {
  padding: 0.34133333rem 0;
}
.quick_join .am-list-header {
  padding: 0;
}
.quick_join .am-list-item.am-input-item {
  margin-top: 0rem;
}
.quick_join .am-list-item .am-input-label.am-input-label-5 {
  width: auto;
}
.my_reward_total .am-list-item .am-list-line .am-list-content {
  text-align: center;
  padding: 0;
}
.reward_del .am-list-item .am-list-line-multiple {
  padding: 0.34133333rem 0;
}
.reward_del .am-list-item .am-list-line .am-list-brief {
  margin-top: 0.17066667rem;
}
.item_row {
  padding: 0.42666667rem 0.68266667rem;
  background: #fff;
}
.item_row .am-steps-item.am-steps-status-process .am-steps-tail > i,
.item_row .am-steps-item.am-steps-status-wait .am-steps-tail > i {
  background-color: transparent;
}
.am-steps-vertical.am-steps-small .am-steps-tail {
  left: 0.384rem;
}
.am-steps-item.am-steps-status-finish .am-steps-tail > i {
  background-color: transparent;
}
.am-steps.am-steps-small .am-steps-item.am-steps-custom .am-steps-head-inner,
.am-steps.am-steps-small .am-steps-item.am-steps-status-process .am-steps-head-inner {
  width: 0.85333333rem;
  height: 0.85333333rem;
  margin-right: 0.34133333rem;
}
.am-steps.am-steps-small .am-steps-item.am-steps-custom .am-steps-head-inner img,
.am-steps.am-steps-small .am-steps-item.am-steps-status-process .am-steps-head-inner img {
  width: 0.85333333rem;
}
.tenant_login_warp .am-list-header {
  padding: 0;
}
.share_post .am-list-body div:not(:last-child) .am-list-line:after {
  border: none;
}
.share_post .am-list-item,
.share_post .am-list-body {
  background-color: transparent;
}
.am-steps-vertical .am-steps-main {
  min-height: 1.92rem;
}
.am-steps-vertical .am-steps-main .am-steps-title {
  color: #333;
  font-weight: normal;
  margin-bottom: 0.128rem;
  font-size: 0.4rem;
}
.am-steps-vertical .am-steps-main .am-steps-description {
  padding: 0;
  color: #999;
  font-size: 0.29333rem;
}
.am-wingblank.am-wingblank-lg {
  color: #999;
  margin: 0.34133333rem 0.512rem;
  font-size: 0.29333rem;
}
.am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-size: 0.4rem;
}
.bank_info .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.am-picker-popup-item {
  font-size: 0.4rem;
}
.am-picker-col-content .am-picker-col-item {
  font-size: 0.37333rem;
}
.am-picker-col-item {
  font-size: 0.512rem;
}
.am-picker-col-item-selected {
  font-size: 0.55466667rem;
}
.head-am-list-content .am-list-item .am-list-line .am-list-content {
  text-align: center;
}
.am-whitespace.am-whitespace-sm {
  height: 0.26667rem;
  background: #f7f9fb;
  border-top: #eeeeee solid 0.01333rem;
  border-bottom: #eeeeee solid 0.01333rem;
}
.am-list-item .am-input-label {
  font-size: 0.4rem;
  color: #333;
}
.am-list-item .am-input-control {
  font-size: 0.37333rem;
}
.am-list-item .am-input-control input {
  font-size: 0.4rem;
  text-align: right;
  color: #888 !important;
}
.am-list-item.am-input-item {
  height: 1.17333rem;
  min-height: 1.04rem;
  padding-left: 0.42667rem;
}
.am-button {
  border-radius: 0.05333rem;
  font-size: 0.32rem;
}
.am-button.customer {
  height: 0.64rem;
  line-height: 0.64rem;
}
.am-button-ghost.am-button.customer {
  color: #333;
  border: 1PX solid #e5e5e5;
}
.customer_search_wrap .am-modal-content {
  background: #f7f9fb;
}
.customer_search_wrap .am-list-header {
  text-align: left;
}
.am-list-item .am-input-label.am-input-label-5 {
  width: 3.84rem;
}
.applyLeave_info_box .am-list-item .am-input-label.am-input-label-5 {
  width: 2.77333333rem;
}
.am-textarea-control textarea {
  font-size: 0.4rem;
}
.am-textarea-count {
  font-size: 0.32rem;
}
.am-list-item .am-list-line .am-list-brief {
  margin-top: 0;
  font-size: 0.32rem;
}
.am-tag.am-tag-small {
  font-size: 0.34133333rem;
}
.am-list-extra .am-radio-wrapper {
  position: inherit;
}
.am-list-thumb .am-checkbox-wrapper {
  position: inherit;
}
.am-toast-notice-content .am-toast-text {
  font-size: 0.37333rem;
}
/**/
.sider-menu-item {
  width: 100%;
  padding: 0.21333rem 0.21333rem 0.21333rem 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 0.04rem solid transparent;
}
.sider-menu-item i {
  color: rgba(255, 255, 255, 0.67);
  margin-right: 0.10667rem;
}
.sider-menu-item .nav-text {
  color: rgba(255, 255, 255, 0.67);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.sider-menu-item-wrap a,
.sider-menu-item-wrap a:hover,
.sider-menu-item-wrap a:visited,
.sider-menu-item-wrap a:hover,
.sider-menu-item-wrap a:active {
  text-decoration: none;
}
.action-item:hover {
  border-left: 0.04rem solid #37BF8B;
}
.sider-menu-item.active {
  border-left: 0.04rem solid #37BF8B;
  background-color: #000;
}
.sider-menu-item.active .nav-text,
.sider-menu-item.active i {
  color: #fff;
}
.hidden {
  display: none;
}
.pointer {
  cursor: pointer;
}
.sider-menu-item:hover .nav-text,
.sider-menu-item:hover i {
  color: #fff;
}
.head-menu-wrap {
  float: right;
  overflow: hidden;
  padding-right: 0.21333rem;
}
.head-menu-wrap li {
  display: inline-block;
}
.home-head {
  border-bottom: 0.01333rem solid #e9e9e9;
  overflow: hidden;
}
.circle {
  width: 0.53333rem;
  height: 0.53333rem;
  border-radius: 0.26667rem;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 0.06667rem 0;
  cursor: pointer;
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  bottom: 0.04rem;
  border-width: 0.06667rem 0.06667rem 0;
  border-top-color: #fff;
}
.ant-tooltip .ant-tooltip-inner {
  background-color: #fff;
  box-shadow: 0 0.01333rem 0.08rem rgba(0, 0, 0, 0.2);
  color: #000;
}
.text-right {
  text-align: right;
}
.ant-progress-bg {
  background-color: #37bf8b;
}
.glob .ant-tree {
  font-size: 0.18667rem;
  padding: 0;
}
.glob .ant-tree > li {
  padding: 0.10667rem;
}
.glob .ant-tree > li:last-child {
  border-bottom: none;
}
.glob .ant-tree > li:hover .not {
  color: #37BF8B;
}
.glob .ant-tree .notorg {
  background-color: #f5f5f5;
  font-size: 0.17333rem;
  border: none;
  margin-top: -0.01333rem;
}
.glob .ant-tree .notorg .ant-tree-title {
  display: inline-block;
  line-height: 0.4rem;
  color: #999;
}
.glob .ant-tree .notorg a:hover {
  background-color: #f5f5f5;
}
.glob .notPeo {
  background-color: #f5f5f5;
}
.size {
  width: 100%;
}
.size .ant-tabs-nav {
  font-size: 0.26667rem;
  padding: 0.13333rem 0;
}
.size .ant-tabs-nav .ant-tabs-tab {
  padding: 0.10667rem 0.4rem;
}
.size .ant-tabs-bar {
  margin-bottom: 0;
}
/*
*ant tabs
*/
.ant-tabs-nav .ant-tabs-ink-bar {
  background-color: #37BF8B;
}
.ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #000;
}
/*
*ant card
*/
.ant-card {
  border-radius: 0;
}
.ant-card .ant-card-head {
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.21333rem;
}
.ant-card .ant-card-head .ant-card-head-title {
  font-size: 0.18667rem;
}
.ant-card .ant-card-extra {
  top: 0;
}
.ant-card .ant-card-body {
  padding: 0;
}
.ant-card:hover {
  box-shadow: none;
}
.border {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.border .ant-input {
  border: none;
}
.border .ant-input:hover {
  border-color: transparent;
}
.border .ant-input:focus {
  border-color: transparent;
}
.formItems .ant-col-14 {
  width: 100%;
}
.formItems .ant-input {
  border: none;
}
.item .ant-col-14 {
  width: 100%;
}
.transfer .ant-input {
  border: none;
}
.transfer .ant-select-selection {
  border: none;
}
.pay_select .ant-select-selection--single {
  height: 0.48rem;
}
.ant-btn.ant-btn-primary:active,
.ant-btn.ant-btn-primary.active {
  background-color: #30a67b;
  border-color: #30a67b;
}
.ant-btn.ant-btn-primary:hover,
.ant-btn.ant-btn-primary:focus {
  background-color: #67cea7;
  border-color: #67cea7;
}
.ant-btn.ant-btn-primary {
  background-color: #37BF8B;
  border-color: #37BF8B;
}
.ant-btn {
  border-color: #37BF8B;
  color: #37BF8B;
}
.ant-btn:hover,
.ant-btn:focus {
  border-color: #37BF8B;
  background-color: #37BF8B;
  color: #fff;
}
.ant-radio-button-wrapper-checked {
  border-color: #37BF8B;
  background-color: #37BF8B;
  color: #fff;
  box-shadow: -0.01333rem 0 0 0 #37BF8B;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #37BF8B;
  background-color: #37BF8B;
  color: #fff;
  box-shadow: -0.01333rem 0 0 0 #37BF8B;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  background-color: #37BF8B;
  color: #fff;
}
.ant-calendar-picker-icon:after {
  color: #37BF8B;
}
.ant-select-arrow:before {
  color: #37BF8B;
}
.ant-pagination-item {
  border-radius: 50%;
}
.ant-pagination-prev,
.ant-pagination-next {
  border-radius: 50%;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #37BF8B;
}
.custom-offer .ant-form-item {
  margin-bottom: 0;
}
.bars .ant-tabs {
  min-height: 8.66667rem;
}
.notes .ant-tabs {
  min-height: 6.66667rem;
}
.ant-pagination-item-active {
  background-color: #37BF8B;
  border-color: #37BF8B;
}
.ant-switch-checked {
  border-color: #37BF8B;
  background-color: #37BF8B;
}
.ant-switch-checked.ant-switch-disabled {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
a:active {
  background: none;
}
a:hover {
  background-color: none;
}
a.postion_chose:hover {
  color: #000;
  background-color: #fff;
}
a.postion_chose.am-button-primary {
  background-color: #108ee9;
  color: #FFF;
}
.am-list-item .am-input-extra {
  font-size: 0.37333rem;
  max-height: 0.81066667rem;
}
.am-list-item .am-input-extra a:hover {
  background-color: transparent;
  color: #1089ee;
}
.am-list-item .am-list-line .am-list-content {
  font-size: 0.4rem;
  color: #333;
}
.am-search-input .am-search-synthetic-ph {
  height: 0.74667rem;
  line-height: 0.74667rem;
}
.am-search {
  height: 0.66667rem;
  padding: 0.53333rem 0.21333rem;
}
.am-search-input {
  height: 0.66667rem;
}
.am-search-input input[type="search"] {
  font-size: 0.37333rem;
  height: 0.66667rem;
}
.am-search-input .am-search-synthetic-ph-placeholder {
  vertical-align: text-bottom;
  font-size: 0.32rem;
}
.searchBar .am-search-input .am-search-synthetic-ph-icon {
  position: relative;
  top: -0.13333rem;
}
.searchBar .am-search-input .am-search-clear {
  top: 0.16rem;
  right: 0.10667rem;
}
.am-search-input .am-search-synthetic-ph-icon {
  display: inline-block;
  margin-right: 0.13333rem;
  width: 0.4rem;
  height: 0.53333rem;
  overflow: hidden;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-size: 0.4rem auto;
  position: relative;
  top: -0.13333rem;
}
.am-search.am-search-start .am-search-input input[type="search"] {
  padding-left: 0.93333rem;
}
.am-search-input .am-search-clear {
  top: 0.16rem;
  right: 0.10667rem;
}
.am-search-cancel {
  font-size: 0.4rem;
}
.status_btn {
  padding: 0 0.42667rem;
}
.status_btn .am-button {
  height: inherit;
  line-height: inherit;
  padding: 0.10667rem 0.21333rem;
  margin-right: 0.32rem;
  font-size: 0.18667rem;
}
.qrcode-wrap .view-container {
  background: #fff;
}
.qrcode-wrap .am-flexbox {
  overflow: auto;
}
.am-search.am-search-start .am-search-input .am-search-synthetic-ph {
  width: 0.53333rem !important;
  padding-top: 0.10667rem;
}
.head_triangle_right {
  width: 0;
  height: 0;
  border-top: 0.09333rem solid transparent;
  border-left: 0.13333rem solid #dcdcdc;
  border-bottom: 0.09333rem solid transparent;
  display: inline-block;
  margin-left: 0.18667rem;
  padding-top: 0.04rem;
}
.head_triangle {
  width: 0;
  height: 0;
  border-left: 0.09333rem solid transparent;
  border-right: 0.09333rem solid transparent;
  border-top: 0.13333rem solid #dcdcdc;
  display: inline-block;
  margin-left: 0.18667rem;
  padding-top: 0.04rem;
}
.head_triangle1 {
  width: 0;
  height: 0;
  border-left: 0.09333rem solid transparent;
  border-right: 0.09333rem solid transparent;
  border-top: 0.13333rem solid #dcdcdc;
  display: inline-block;
  margin-left: 0.18667rem;
  padding-top: 0.05333rem;
}
.index_img {
  width: 2.25333rem;
  height: 1.72rem;
}
.index_ul {
  position: relative;
  padding: 0.4rem;
  height: auto;
  overflow: hidden;
}
.index_xs {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.85333rem;
  height: 0.85333rem;
}
.index_li_right {
  width: 6.66667rem;
  float: right;
  margin-top: -0.10667rem;
}
.index_name {
  color: #252525;
  font-size: 0.42667rem;
}
.index_logo {
  width: 0.82667rem;
  height: 0.82667rem;
  border-radius: 50%;
  float: left;
  margin: 0.18667rem 0.29333rem 0.18667rem 0;
}
.index_companyName {
  float: left;
  width: 6rem;
  line-height: 1.5;
  padding: 0.3rem 0rem;
}
.text_overflow {
  width: 0.4rem !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon_span {
  position: relative;
}
.am-flexbox .am-flexbox-item {
  margin: 0;
  min-width: auto;
}
.am-list .with_radio .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {
  position: absolute;
  top: -0.13333rem;
}
.am-list .with_radio .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox {
  position: relative;
  height: 100%;
}
.with_radio .am-list-item .am-list-line .am-list-content label {
  font-size: 0.34667rem;
  display: inline-block;
  padding-left: 0.02667rem;
}
.with_radio.with_radio_text .am-list-line {
  padding-right: 0;
}
.wkai-list-header {
  font-size: 0.42667rem;
  padding: 0.26667rem 0.4rem 0.26667rem 0.42667rem;
  color: #333;
}
.wkai-list-header .wkai-header-tag {
  font-size: 0.24rem;
  color: #4e8fe7;
  padding: 0.06667rem 0.2rem;
  border: 0.02667rem solid #4e8fe7;
  border-radius: 0.2rem;
  vertical-align: middle;
  margin-left: 0.21333rem;
}
.wkai-item {
  padding: 0.4rem  0.4rem 0.4rem 0.4rem;
  background-color: #ffffff;
  position: relative;
}
.wkai-item .tit {
  font-weight: bold;
  padding-bottom: 0.3rem;
  color: #333;
}
.wkai-item .tit-errors {
  color: #ff0000;
  box-sizing: border-box;
  border-top: 0.01333rem solid #ff0000;
  font-size: 0.3rem;
}
.wkai-edit-btn {
  font-size: 0.4rem;
  color: #4e8fe7;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
}
.wkai-item-form li {
  line-height: 1rem;
  border-bottom: 0.01333rem solid #ddd;
}
.wkai-item-form dd,
.wkai-item-form dt {
  display: inline-block;
  font-size: 0.4rem;
  color: #333333;
}
.wkai-item-form dd:after {
  content: ':';
  margin-left: 0.13333rem;
}
.wkai-item-form dt {
  margin-left: 0.4rem;
  color: #666666;
}
.wkai-item-form-list > li {
  margin-bottom: 0.4rem;
  border-bottom: 0.01333rem solid #ddd;
  padding-bottom: 0.2rem;
}
.wkai-item-form-list > li:last-child {
  margin-bottom: 0;
}
.wkai-item-form-list:before {
  content: ' ';
  width: 0.01333rem;
  position: absolute;
  left: 0.53333rem;
  top: 0.66667rem;
  bottom: 0;
  z-index: 1000;
}
.wkai-item-form-item:before {
  content: ' ';
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  background-color: #4e8fe7;
  position: absolute;
  left: -0.6rem;
  top: 0.26667rem;
  z-index: 1000;
  box-shadow: 0 0 0.26667rem #4e8fe7;
}
.wkai-item-form-item .wkai-item-form-item-date {
  font-size: 0.32rem;
  color: #252525;
}
.wkai-item-form-item .wkai-item-form-item-company {
  font-size: 0.4rem;
  color: #333333;
}
.wkai-item-form-item .wkai-item-form-item-job {
  font-size: 0.29333rem;
  color: #666666;
}
.resume_set_accordion {
  border-top: none !important;
}
.resume_set_accordion .am-accordion-item .am-accordion-header:after {
  border-bottom: none !important;
}
.resume_set_accordion .am-accordion-item .am-accordion-header {
  height: 1.5rem !important;
  text-align: center;
}
.empty.wkai-item-form-list:before {
  background-color: transparent;
}
.candidate-interview .am-list-item .am-list-content {
  white-space: inherit;
}
.candidate-interview .am-list-item .am-list-content .am-list-brief {
  white-space: inherit;
}
.quick_join_id_card {
  position: relative;
}
.quick_join_id_card .am-list-item .am-input-control input {
  color: #333 !important;
}
.quick_join_id_card .am-list-item.am-input-disabled .am-input-label {
  color: #333;
}
.quick_join_id_card .am-list-item .am-input-control input::-webkit-input-placeholder {
  color: #888;
}
.quick_join_id_card .am-list-item .am-input-control input::-moz-placeholder {
  color: #888;
}
.quick_join_id_card .am-list-item .am-input-control input::-ms-input-placeholder {
  color: #888;
}
.greySpace {
  height: 0.26667rem;
  background: #eeeeee;
}
.greySpaceSmall {
  height: 0.13333rem;
  background: #eeeeee;
}
.agent_btn {
  background: #3A95FF;
  border-radius: 0.10667rem;
  height: 1.2rem;
}
.agent_btn span {
  font-size: 0.37333rem;
  color: #FFFFFF;
}
.bank_card .am-card-body {
  border-top-width: 0;
}
.clearAll:before {
  content: '';
  display: table;
  visibility: hidden;
  height: 0;
}
.clearAll:after {
  content: '';
  display: table;
  visibility: hidden;
  height: 0;
  clear: both;
}
.applyLeave_info .am-list-body div:not(:last-child) .am-list-line:after {
  border-bottom: 0PX solid #ddd;
}
.list_line .am-list-item .am-input-label {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.ins_calculate_result .am-list-line .am-list-extra {
  width: 7rem;
}
.btna.am-modal.am-modal-transparent {
  width: auto !important;
  height: auto !important;
}
.btna.am-modal.am-modal-transparent .am-modal-content {
  border-radius: 0.18667rem;
}
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer {
  padding: 0;
}
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer .am-modal-button-group-h {
  padding: 0;
}
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:nth-child(1),
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:nth-child(1):hover {
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
}
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:nth-child(2),
.btna.am-modal.am-modal-transparent .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:nth-child(2):hover {
  background-color: #108ee9;
  color: #fff;
  -ms-flex: 1;
      flex: 1;
}
.certification-smaCode .am-list-item .am-input-extra {
  max-height: none;
}
.certification-smaCode .am-list-item {
  padding-left: 0;
}
.certification-smaCode .am-button {
  border: none;
  color: #1089ee;
  font-size: 0.4rem;
}
.generalize .am-list-item.am-input-item {
  border-bottom: 0.01333rem #e5e5e5 solid;
}
.generalize .am-list-body {
  border: none;
}
.generalize .am-list-body:after {
  border: none;
}
.generalize .am-list-item.am-input-item:after {
  border: none;
}
.generalize .am-list-item .am-input-control input {
  text-align: left;
}
.search-wrap {
  width: 100%;
  position: fixed;
  top: -3.3rem;
  left: 0;
  z-index: 99;
}
.qrcode_wrap_tabs {
  width: 78%;
  position: absolute;
  top: 2.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.qrcode_wrap_tabs .am-tab-bar {
  border-radius: 0.13333rem;
}
.qrcode_wrap_tabs .am-tab-bar-bar {
  padding: 0;
  position: absolute;
  top: 0;
  border: none;
  border-radius: 0.13333rem;
  height: 1.2rem;
}
.qrcode_wrap_tabs .am-tab-bar-bar .am-tab-bar-tab-title {
  font-size: 0.4rem;
  line-height: 0;
  margin: 0;
  border-radius: 0.13333rem;
}
.qrcode_wrap_tabs .am-tab-bar-bar .am-tab-bar-tab div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.qrcode_wrap_tabs .am-tab-bar-tab-active {
  border-top-left-radius: 0.13333rem;
  border-top-right-radius: 0.13333rem;
  background: #56A4FF;
}
.qrcode_wrap_tabs .am-tab-bar-tab-active .am-tab-bar-tab-title {
  color: #fff !important;
}
.qrcode_wrap_tabs_uid .am-tab-bar-tab-active {
  background: #fff;
}
.blue {
  color: #1890FF;
  background-image: url(//hropublic.oss-cn-beijing.aliyuncs.com/WeChat/img/yes.png) !important;
}
.noAnimate {
  -webkit-animation: .3s seconddiv2;
  background: transparent;
}
.noAnimate.off {
  -webkit-animation: .3s seconddiv;
  background: transparent;
}
@keyframes seconddiv {
  0% {
    transform: scale(0.6, 0.6);
  }
  10% {
    transform: scale(0.65, 0.65);
  }
  25% {
    transform: scale(0.7, 0.7);
  }
  45% {
    transform: scale(0.75, 0.75);
  }
  65% {
    transform: scale(0.8, 0.8);
  }
  75% {
    transform: scale(0.85, 0.85);
  }
  80% {
    transform: scale(0.9, 0.9);
  }
  90% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes seconddiv2 {
  0% {
    transform: scale(0.6, 0.6);
  }
  10% {
    transform: scale(0.65, 0.65);
  }
  25% {
    transform: scale(0.7, 0.7);
  }
  45% {
    transform: scale(0.75, 0.75);
  }
  65% {
    transform: scale(0.8, 0.8);
  }
  75% {
    transform: scale(0.85, 0.85);
  }
  80% {
    transform: scale(0.9, 0.9);
  }
  90% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.selfInformation .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.staff_pos_code .am-checkbox-agree {
  margin: 0;
  padding-bottom: 0.4rem;
  padding-top: 0;
}
.staff_pos_code .am-checkbox-agree .am-checkbox-inner {
  top: 0.08rem;
  left: -0.5rem;
  border-radius: 0%;
  width: 0.4rem;
  height: 0.4rem;
}
.staff_pos_code .am-checkbox-agree .am-checkbox-agree-label {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.38rem;
  margin: 0 auto;
}
.staff_pos_code .am-checkbox-inner:after {
  top: 0rem;
  right: 0.1rem;
}
.class_is_authenticated {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.class_is_authenticated .is_authenticated_expired {
  font-size: 0.35rem;
  height: 0.65rem;
  color: #999;
  background: #ddd;
  padding: 0 0.15rem;
  line-height: 0.65rem;
  border-radius: 0.1rem;
}
.class_is_authenticated .is_authenticated_expiring {
  font-size: 0.35rem;
  height: 0.65rem;
  color: #fff;
  background: #ff9522;
  padding: 0 0.15rem;
  line-height: 0.65rem;
  border-radius: 0.1rem;
}
.contract_sigin_modal_wrap .am-textarea-label.am-textarea-label-5 {
  width: 3.73333rem;
}
.contract_sigin_modal_wrap .am-list-item .am-input-label.am-input-label-5 {
  width: 3.73333rem;
}
.my-list .am-list-item.am-input-disabled .am-input-label {
  color: #000;
}
.my-list .am-list-item .am-input-control input {
  text-align: right;
  color: #888 !important;
}
.my-list .am-list-item .am-input-control input:disabled {
  text-align: right;
  color: #000 !important;
  opacity: 0.8;
}
.entry_my_list img {
  width: 1rem !important;
  height: 1rem !important;
}
.entry_my_list .am-list-body {
  background: #fafafa;
  border: none;
}
.entry_my_list .am-list-line.am-list-line-multiple {
  border: 0;
}
.entry_my_list .am-list-body:after {
  border-bottom: 0;
}
.entry_my_list .am-list-body div:not(:last-child) .am-list-line:after {
  border-bottom: 0;
}
.fontStyle .am-list-item .am-input-label.am-input-label-5 {
  width: 3.84rem;
}
.entry-detail {
  border-bottom: 1PX solid #ddd;
}
.entry-detail .am-list-item.am-input-item:after {
  border-bottom: none;
}
.entry-detail .am-list-item.am-input-disabled .am-input-label {
  color: #000;
}
.entry-detail .am-list-item .am-input-control input {
  text-align: right;
  color: #888 !important;
}
.entry-detail .am-list-item .am-input-control input:disabled {
  text-align: right;
  color: #000 !important;
  opacity: 0.8;
}
.everyday_clockin_date {
  position: absolute;
  top: 0;
  right: 0;
}
.everyday_clockin_date .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.everyday_clockin_date .am-list-item {
  width: 3.5rem;
  padding-left: 0;
}
.everyday_clockin_radio {
  padding-left: 0.8rem;
}
.everyday_clockin_radio .am-radio-wrapper {
  font-size: 0.4rem;
  display: block;
  width: 1.5rem;
  margin-top: 0.3rem;
  color: #666;
}
.everyday_clockin_radio .am-radio-wrapper .am-radio {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.02667rem #ccc solid;
  border-radius: 50%;
  top: -0.04rem;
  right: 0.14rem;
}
.everyday_clockin_radio .am-radio-wrapper .am-radio-checked {
  border: 0.02667rem #108ee9 solid;
}
.everyday_clockin_radio .am-radio-wrapper .am-radio-inner {
  position: absolute;
  right: 0;
  width: 0.3rem;
  height: 0.3rem;
  box-sizing: border-box;
  transform: rotate(0deg);
}
.everyday_clockin_radio .am-radio-wrapper .am-radio-inner:after {
  position: absolute;
  display: none;
  top: 0.024rem;
  right: 0.024rem;
  z-index: 999;
  width: 0.2rem;
  height: 0.2rem;
  border-style: none;
  border-width: 0;
  content: ' ';
  transform: rotate(0deg);
  border-radius: 50%;
}
.everyday_clockin_radio .am-radio-wrapper .am-radio.am-radio-checked .am-radio-inner:after {
  display: block;
  background: #108ee9;
}
.inspector_wrap .am-list-body div:not(:last-child) .am-list-line:after {
  border-bottom: 0;
}
.inspector_wrap .add {
  position: relative;
}
.inspector_wrap .add .num {
  position: absolute;
  top: 0rem;
  right: 0.25rem;
  z-index: 999;
  width: 3.8rem;
}
.inspector_wrap .add .num .am-list-item.am-input-item {
  padding: 0;
}
.inspector_wrap .add .num .am-list-item .am-input-label.am-input-label-5 {
  width: 0rem;
  margin: 0;
  padding: 0;
}
.inspector_wrap .add .num .am-list-item .am-input-control {
  background: #f7f7f7;
  border-radius: 0.2rem;
}
.inspector_wrap .add .num .am-list-item .am-input-control input {
  padding: 0.2rem 0.3rem;
  text-align: center;
}
.inspector_wrap .add .detal_num {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  z-index: 999;
  width: 2.5rem;
  padding: 0.15rem 0.3rem;
  background: #f7f7f7;
  text-align: center;
  border-radius: 0.2rem;
}
.inspector_wrap .am-checkbox.am-checkbox-checked .am-checkbox-inner {
  background: #108ee9;
}
.inspector_wrap .new .am-checkbox-inner {
  border: 0.04rem solid #108ee9;
}
.inspector_wrap .am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
  border-color: #fff;
}
.inspector_wrap .am-checkbox .am-checkbox-disabled {
  border: 0.04rem solid #888;
}
.inspector_wrap .am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after {
  border-color: #fff;
}
.inspector_wrap .am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner {
  background: #888;
}
.inspector_wrap .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content {
  color: #000 !important;
}
.inspector_adress .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  color: #888888;
}
.am-list-item .am-textarea-control textarea {
  color: #888888;
}
.inspector_form_new_address {
  border-bottom: 0.01333rem solid #ddd;
}
.inspector_form_new_address .am-list-item.am-input-item:after {
  border: none;
}
.inspector_form_new_address .am-list-item .am-input-label.am-input-label-5 {
  width: 0rem;
}
.inspector_form_new_address .am-list-item .am-input-label {
  padding: 0;
  margin: 0;
}
.inspector_form_new_address .am-list-item .am-input-control input {
  text-align: left;
}
.inspector_form_new_address .am-list-item.am-input-item {
  padding: 0;
}
.resumes_adress .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.contract_view_fields {
  padding-bottom: 1rem;
  background: #fff;
}
.contract_view_fields .tit {
  background: #eee;
  font-size: 0.45rem;
  padding: 0.2rem;
}
.contract_view_fields .category {
  padding: 0.2rem;
  color: #000;
  text-align: left;
}
.contract_view_fields .am-list-item .am-input-label {
  font-size: 0.4rem;
}
.contract_view_fields .am-list-item .am-input-control input {
  font-size: 0.4rem;
  text-align: left;
}
.contract_view_fields .lable_name {
  font-size: 0.4rem;
  text-align: left;
  color: #000;
  padding: 0.2rem 0 0 0.4rem;
}
.contract_view_fields .am-list-item .am-input-label.am-input-label-5 {
  width: 0;
}
.contract_view_fields .am-list-item .am-input-label {
  margin: 0;
  padding: 0;
}
.contract_view_fields .am-list-item .am-input-control input:disabled {
  text-align: left;
}
.contract_view_fields .am-list-item.am-input-item {
  height: 1rem;
}
.contract_view_fields .am-list-item .am-list-line .am-list-content {
  -ms-flex: 0;
      flex: 0;
}
.contract_view_fields .am-list-item .am-list-line .am-list-extra {
  text-align: left;
  font-size: 0.4rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -ms-flexbox;
  display: flex;
}
.contract_view_fields .am-list-item {
  height: 1rem;
}
.contract_view_fields .am-list-item.am-input-item:after {
  border-bottom: none;
}
.contract_view_fields .am-list-item .am-list-line .am-list-arrow {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.3rem;
}
.contract_view_fields .am-textarea-item {
  height: auto;
  padding: 0.4rem;
}
.contract_view_fields .am-textarea-item .am-textarea-control textarea {
  font-size: 0.4rem;
}
.contract_view_fields .am-textarea-control {
  padding: 0;
}
.contract_view_fields .am-list-item .am-input-control input:disabled {
  color: #ccc !important;
  opacity: 1;
}
.contract_view_fields .disable_lock .am-list-item .am-list-line .am-list-content {
  color: #bbb;
}
.contract_view_fields .disable_lock .am-list-item .am-list-line .am-list-extra {
  color: #ccc !important;
  opacity: 1;
  padding-right: 0.1rem;
}
.contract_view_fields .disable_lock .am-list-item .am-list-line .am-list-arrow-horizontal {
  display: none;
}
.show_errors {
  color: #ff0000;
  margin-left: 0.4rem;
  box-sizing: border-box;
  border-top: 0.01333rem solid #ff0000;
  font-size: 0.3rem;
}
.show_errors_no {
  border-top: 0.01333rem solid #ddd;
  margin-left: 0.4rem;
}
.input_title {
  color: #333;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.2rem;
}
.input_title .am-list-item.am-input-item {
  border: 0.04rem solid #E8EAEC;
  border-radius: 0.1rem;
}
.input_title .am-list-item.am-input-item:after {
  display: contents;
}
.input_title .am-list-item.am-input-item .am-input-label {
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.input_title .am-list-item.am-input-item .am-input-control input {
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.input_title .am-list-item.am-list-item-middle {
  border: 0.01333rem solid #E8EAEC;
  border-radius: 0.05333rem;
}
.input_title .am-list-item.am-list-item-middle .am-list-content {
  -ms-flex: none;
      flex: none;
}
.input_title .am-list-item.am-list-item-middle .am-list-extra {
  -ms-flex: 1;
      flex: 1;
  text-align: start;
}
.input_title .am-list-item.am-list-item-middle .am-list-extra svg {
  position: absolute;
  right: 0.6rem;
}
.input_title .am-list-item.am-list-item-middle {
  border: 0.04rem solid #E8EAEC;
  border-radius: 0.1rem;
}
.input_title .am-list-item.am-textarea-item {
  border: 0.04rem solid #E8EAEC;
  border-radius: 0.1rem;
}
.input_title .am-list-item.am-input-item .am-input-control input:-ms-input-placeholder {
  font-size: 0.4rem;
  color: #888;
}
.input_title .am-list-item.am-input-item .am-input-control input::placeholder {
  font-size: 0.4rem;
  color: #888;
}
.success_status {
  color: #4886fe;
  background: rgba(72, 134, 254, 0.1);
  padding: 0.06667rem 0.13333rem;
  text-align: center;
  border-radius: 0.05333rem;
}
.info_status {
  color: #faad14;
  background: rgba(250, 173, 20, 0.1);
  padding: 0.06667rem 0.13333rem;
  text-align: center;
  border-radius: 0.05333rem;
}
.error_status {
  color: #fa4b4b;
  background: rgba(250, 75, 75, 0.1);
  padding: 0.06667rem 0.13333rem;
  text-align: center;
  border-radius: 0.05333rem;
}
.questions_answers_input .am-textarea-control {
  padding: 0.4rem 0.4rem 0.5rem 0rem;
}
.questions_answers_input .am-textarea-count {
  right: 0.4rem;
}
.no_hove_btn .agree a:hover,
.no_hove_btn .agree a:active {
  background: #108ee9;
  color: #fff;
  border: 1PX solid #108ee9;
}
.no_hove_btn .reject a:hover,
.no_hove_btn .reject a:active {
  background: #fff;
  color: #000;
}
.invite_interview_textarea {
  padding: 0rem 0.4rem 0.4rem;
  height: 5rem;
}
.invite_interview_textarea .am-list-item {
  border: 0.01333rem #eee solid;
  border-radius: 0.2rem;
  padding: 0rem;
}
.invite_interview_textarea .am-list-item .am-textarea-control {
  padding: 0.30667rem;
}
.invite_interview_textarea .am-list-item .am-textarea-control textarea {
  font-size: 0.35rem;
}
.employee_onboard_form p {
  font-size: 0.4rem;
  padding-left: 0.4rem;
}
.employee_onboard_form .am-list-item .am-input-control input {
  text-align: left;
  font-size: 0.45rem;
}
.employee_onboard_form .am-list-item .am-input-control input {
  text-align: left;
  font-size: 0.45rem;
}
.employee_onboard_form .am-list-item .am-input-control input::-webkit-input-placeholder {
  color: #888;
}
.employee_onboard_form .am-list-item .am-input-label.am-input-label-5 {
  width: 0;
  margin-right: 0;
}
.employee_onboard_form .am-list-item.am-list-item-middle .am-list-line {
  border-bottom: 1PX solid #ddd;
}
.employee_onboard_form .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-size: 0.45rem;
  padding-top: 0;
  padding-bottom: 0;
}
.employee_onboard_form .am-list-item .am-list-line .am-list-content {
  -ms-flex: none;
      flex: none;
}
.employee_onboard_form .am-list-item .am-input-control input:disabled {
  color: #000 !important;
  opacity: 0.8;
}
