.apply_box .code_box, .apply_box .age_box,
.apply_box .edu_box,
.apply_box .exp_box,
.apply_box .money_box, .flex_AcJsb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d_n {
  display: none;
}

.s_mar_t24 {
  margin-top: 24px;
}

.s_mar_t16 {
  margin-top: 16px;
}

.layui-m-layerchild {
  overflow: hidden !important;
  border-radius: 16px !important;
}

.layui-m-layer-footer {
  background-color: #fff !important;
}

.layui-m-layercont {
  text-align: left;
}

.layui-m-layer-footer {
  position: absolute !important;
}

.apply_box .title {
  color: #141517;
  font-size: 18px;
  font-weight: bold;
}
.apply_box input {
  border: none;
  width: 100%;
  background-color: #F3F7FE;
  font-size: 14px;
}
.apply_box .icon_red {
  color: #FF3D3D;
  margin-left: 3px;
}
.apply_box .name_box,
.apply_box .phone_box,
.apply_box .salary_box,
.apply_box .code_box {
  background-color: #F3F7FE;
  border-radius: 8px;
  padding: 10px;
  margin: 6px 0 0 0;
}
.apply_box .job_box select {
  width: 100%;
  background-color: #F3F7FE;
  border-radius: 8px;
  padding: 10px;
  margin: 6px 0 0 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.apply_box .age_box,
.apply_box .edu_box,
.apply_box .exp_box,
.apply_box .money_box {
  margin: 6px 0 0 0;
}
.apply_box .age_box p,
.apply_box .edu_box p,
.apply_box .exp_box p,
.apply_box .money_box p {
  color: #63666D;
  font-size: 12px;
  background-color: #F3F7FE;
  border-radius: 8px;
  padding: 10px 14px;
}
.apply_box .age_box .active_p,
.apply_box .edu_box .active_p,
.apply_box .exp_box .active_p,
.apply_box .money_box .active_p {
  background-color: #9BE6FF;
  color: #333;
}
.apply_box .code_box input {
  width: 60%;
}
.apply_box .code_box .getCode {
  color: #3E20FF;
}
.apply_box .apply_text {
  font-size: 12px;
  color: #63666D;
  line-height: 12px;
}
.apply_box .error_tip {
  font-size: 12px;
  color: #ff5f5f;
  line-height: 12px;
}
.apply_box .foot_tip_text {
  margin-top: 16px;
  line-height: 18px;
  color: #93989E;
  font-size: 12px;
}
.apply_box .foot_tip_text span {
  color: #3E20FF;
}
.apply_box .suer_btn {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: -moz-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: -o-linear-gradient(bottom, #FC4D00 0%, #FF7200 100%);
  background: linear-gradient(0deg, #FC4D00 0%, #FF7200 100%);
  margin-top: 16px;
  border-radius: 10px;
  font-size: 18px;
}

.c_user_protocols_box,
.c_user_policy_box {
  margin-right: 20px;
  background-color: #fff;
  position: absolute;
  padding: 10px;
  top: 0;
  height: 100%;
}
.c_user_protocols_box .c_user_protocols,
.c_user_policy_box .c_user_protocols {
  overflow: auto;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
}
.c_user_protocols_box .c_user_protocols_header,
.c_user_policy_box .c_user_protocols_header {
  text-align: center;
  font-size: 16px;
  padding: 2px 0 6px 0;
  color: #0052FF;
}
.c_user_protocols_box .c_user_icon,
.c_user_policy_box .c_user_icon {
  position: absolute;
  right: 4px;
  top: 1px;
}