@charset "UTF-8";
@import url(../../../../res_common/ours/ui/ui_common/iconfont/ehrIconFont.css);
@font-face {
  font-family: ehrNumberFont;
  src: url("../../font/HarmonyOS_Sans_Regular.eot");
  src: url("../../font/HarmonyOS_Sans_Regular.eot?#iefix") format("embedded-opentype"), url("../../font/HarmonyOS_Sans_Regular.woff") format("woff"), url("../../font/HarmonyOS_Sans_Regular.ttf") format("truetype"), url("../../font/HarmonyOS_Sans_Regular.svg#MontserratLight") format("svg");
  font-weight: 400;
  font-style: normal; }
.numberFont-text {
  font-family: ehrNumberFont !important; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ehrNumberFont,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
  -webkit-tap-highlight-color: transparent; }

html, body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  overflow: hidden; }

html {
  font-size: 100px; }

body {
  font-size: .16rem; }

a {
  text-decoration: none; }

i {
  font-style: normal; }

.numberFont-text {
  font-family: MiSansRegular !important; }

.display_none {
  display: none !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9cb0bb; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9cb0bb; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9cb0bb; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9cb0bb; }

/*隐藏模板标签*/
/*ours-view{
    display: none;
}*/
.borderTop:after,
.borderRight:after,
.borderBottom:after,
.borderLeft:after {
  content: '';
  height: 200%;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1; }

.borderTop:after {
  border-top: 1px solid #d9d9d9; }

.borderRight:after {
  border-right: 1px solid #d9d9d9; }

.borderBottom:after {
  border-bottom: 1px solid #d9d9d9; }

.borderLeft:after {
  border-left: 1px solid #d9d9d9; }

.ours-error-info {
  background: transparent;
  color: #e4393c;
  padding-left: 0; }

.ours-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ours-flex-box {
  width: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*框架布局元素--s--*/
.ehr-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.ehr-header {
  position: relative;
  z-index: 20; }

.ehr-header,
.ehr-footer {
  display: block; }

.ehr-search {
  padding: .03rem 0;
  position: relative;
  z-index: 10; }

.ehr-main {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  zoom: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 9; }

.form-common-nodata,
.ours-common-nodata {
  background: url("../images/ehr-noData-icon.png?version=1.0.2") center top no-repeat;
  background-size: auto .9rem;
  margin-top: .8rem;
  padding-top: 1.2rem;
  text-align: center;
  font-size: .15rem;
  line-height: 1.8;
  color: #aaa;
  text-shadow: 0 1px 0 #fbfbfb; }

/*框架布局元素--e--*/
/*警告提示信息 */
.ehr-common-warnInfo {
  display: none;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #222222;
  line-height: 18px;
  padding: 7px 7px 7px 34px;
  border: 1px solid #FFE9A7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFFAEB url("../images/ehr-warn-circle.png?version=1.0.0") left 12px top 10px no-repeat; }
  .ehr-common-warnInfo.ehr-show {
    display: block; }
  .ehr-common-warnInfo.ehr-common-warnInfo-decorate {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ehr-common-warnInfo .ehr-btn {
    border: none;
    background-color: transparent;
    color: #1D63EF;
    padding: 0;
    vertical-align: top; }
    .ehr-common-warnInfo .ehr-btn:hover {
      background-color: transparent;
      color: #1D63EF; }

/*成功*/
.ehr-common-warnInfo-success {
  background: #EBF8F2 url("../images/ehr-warn-success.png?version=1.0.0") left 12px top 10px no-repeat;
  border-color: #A7E1C4; }

/*错误*/
.ehr-common-warnInfo-error {
  background: #FEF3EB url("../images/ehr-warn-error.png?version=1.0.0") left 12px top 10px no-repeat;
  border-color: #FCCCA7; }

/*默认*/
.ehr-common-warnInfo-default {
  background: #ECF6FD url("../images/informationIcon.png?version=1.0.0") left 12px top 10px no-repeat;
  background-size: 14px auto;
  border-color: #ADD8F7; }

.ehr-common-warnInfo-hasNoBorder {
  border-color: transparent; }

.commonMargin-left {
  margin-left: 10px !important; }

.commonMargin-bottom {
  margin-bottom: 10px !important; }

.pageHeader {
  display: none; }

/*必填*/
.required-icon {
  color: #F65C78;
  line-height: 1;
  padding-top: 2px;
  display: inline-block; }

/*性别头像*/
.personGender-img {
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: .16rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.personGender-img,
.personGender-img-0 {
  background-image: url("../../images/header-userImg-3.png?version=1.0.0"); }

.personGender-img-1 {
  background-image: url("../../images/header-userImg-1.png?version=1.0.0"); }

.personGender-img-2 {
  background-image: url("../../images/header-userImg-2.png?version=1.0.0"); }

/*轻量级table*/
.table-content {
  padding: 20px 20px 50px 20px; }

.table-content .ui-sortable-helper,
.lightTable .ui-sortable-helper {
  background-color: #DEEAFA !important;
  /*拖动表格显示的颜色*/ }

.table-content-left .lightTable tr th, .table-content-left .lightTable tr td {
  text-align: left; }

.lightTable {
  width: 100%;
  border: 0;
  table-layout: fixed;
  border-collapse: collapse; }

.lightTable.textLeft tr th:first-child,
.lightTable.textLeft tr td:first-child {
  text-align: left; }

.lightTable tr th {
  background-color: #f5f8fa;
  font-weight: normal; }

.lightTable tr th,
.lightTable tr td {
  border: 0;
  line-height: 40px;
  padding: 0 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.lightTable tr td {
  cursor: pointer; }

.lightTable tr td:first-child {
  /*color: #76909E;*/
  text-align: left; }

.lightTable tr:nth-child(2n+1),
.lightTable tbody tr:nth-child(2n) {
  background-color: #fbfbfb; }

.lightTable.noCrosswalk tr:nth-child(2n+1),
.lightTable.noCrosswalk tbody tr:nth-child(2n) {
  background: none; }

.lightTable tbody tr:nth-child(2n+1) {
  background-color: transparent; }

.lightTable tr:hover,
.lightTable tbody tr:hover {
  background-color: #f4fafe; }

.lightTable tr.highBackground {
  background: rgba(55, 150, 236, 0.2) !important; }

.lightTable tr.errorBackground {
  background: #feeef1 !important; }

.tableInner {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; }
  .tableInner a {
    color: #1D63EF;
    text-decoration: none; }

.tableInner p {
  line-height: 1.7; }

.lightTable.whiteSpaceAuto tr td {
  padding-top: 10px;
  padding-bottom: 10px; }

.lightTable.whiteSpaceAuto tr td,
.lightTable.whiteSpaceAuto tr td .tableInner {
  line-height: 20px;
  overflow: auto;
  white-space: normal; }

/*Tab*/
.ehr-tab {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto; }

.ehr-tab .ehr-tab-item {
  min-width: 25%;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  padding: 0 .04rem;
  border-bottom: .02rem solid transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: color 0.3s, border-bottom-color 0.3s; }

.ehr-tab .ehr-tab-item.selected {
  color: #1D63EF;
  font-weight: bold;
  border-bottom-color: #1D63EF; }

/*Tab重构*/
.ehr-tab-1 {
  background: #ffffff;
  position: relative;
  z-index: 5;
  font-size: .14rem;
  box-shadow: 0 0.02rem 0.06rem 0.01rem rgba(62, 73, 103, 0.1); }

.ehr-tab-1 .ehr-tab-item {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ehr-tab-1 .ehr-tab-item.selected {
  border-color: transparent;
  font-weight: bold; }

.ehr-tab-1 .ehr-tab-item:after {
  content: "";
  background-color: #1D63EF;
  width: 0;
  height: .03rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -.1rem;
  bottom: 0;
  visibility: hidden;
  transition: width .3s; }

.ehr-tab-1 .ehr-tab-item.selected:after {
  width: .2rem;
  visibility: visible; }

.ehr-input,
.ehr-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: .4rem;
  line-height: 1.5;
  padding: .04rem .1rem;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #222222;
  background-color: #ffffff;
  background-image: none;
  position: relative;
  cursor: text;
  outline: none; }

.ehr-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1; }

.ehr-input:-ms-input-placeholder {
  color: #c5c8ce; }

.ehr-input::-webkit-input-placeholder {
  color: #c5c8ce; }

.ehr-input:hover {
  border-color: #1D63EF; }

.ehr-input:focus {
  border-color: #1D63EF;
  outline: 0; }

textarea.ehr-input,
.input-dialog-text {
  max-width: 100%;
  height: auto;
  min-height: 1.15rem;
  vertical-align: bottom;
  font-size: 14px; }

/*select--s*/
.ehr-select-area {
  padding: .05rem .12rem; }
  .ehr-select-area .ehr-select-area-box {
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
  .ehr-select-area .ehr-select {
    background-image: url("../images/downArrow-grey.png?version=1.0.0");
    background-repeat: no-repeat;
    background-position: center right .08rem;
    background-size: .14rem .14rem;
    background-color: transparent;
    height: .38rem;
    padding-left: 0;
    padding-right: .3rem;
    font-size: .16rem;
    border: 0; }

/*select--e*/
.ehr-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .08rem .12rem;
  font-size: 0;
  outline: none;
  border-radius: 4px;
  color: #1D63EF; }

.ehr-btn > span {
  font-size: 15px;
  vertical-align: middle; }

.ehr-btn-default {
  color: #1D63EF;
  background-color: transparent;
  border-color: #1D63EF; }

.ehr-btn-cancel {
  border-color: #d9d9d9;
  color: #222222; }

.ehr-btn-highlight {
  color: #ffffff;
  background-color: #1D63EF;
  border-color: #1D63EF; }

.ehr-btn-disable,
.ehr-btn-disable:hover {
  background-color: #ebebeb;
  color: #9CB0BB;
  border: 1px solid #ebebeb; }

.ehr-btn-fail {
  background-color: transparent;
  color: #F65C78;
  border-color: #F65C78; }

.ehr-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block; }

.ehr-row:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0; }

.ehr-col-span-24 {
  display: block;
  width: 100%; }

.ehr-col-span-1, .ehr-col-span-10, .ehr-col-span-11, .ehr-col-span-12, .ehr-col-span-13, .ehr-col-span-14, .ehr-col-span-15, .ehr-col-span-16, .ehr-col-span-17, .ehr-col-span-18, .ehr-col-span-19, .ehr-col-span-2, .ehr-col-span-20, .ehr-col-span-21, .ehr-col-span-22, .ehr-col-span-23, .ehr-col-span-24, .ehr-col-span-3, .ehr-col-span-4, .ehr-col-span-5, .ehr-col-span-6, .ehr-col-span-7, .ehr-col-span-8, .ehr-col-span-9 {
  width: 100%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative; }

.ehr-footer-btn-group {
  padding: .1rem .06rem;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto; }

.ehr-footer-btn-group .ehr-footer-btn-item {
  width: 1%;
  text-align: center;
  padding: 0 .06rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .ehr-footer-btn-group .ehr-footer-btn-item .ehr-btn {
    margin: 0 auto; }
    .ehr-footer-btn-group .ehr-footer-btn-item .ehr-btn > span {
      font-size: .15rem; }

/*复选&单选公用样式*/
.radioCheckbox-content {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer; }

.radioCheckbox-content.fl {
  padding-right: 5px; }
  .radioCheckbox-content.fl .checkbox-wrapper, .radioCheckbox-content.fl .radio-wrapper {
    float: left;
    margin-top: 2px; }
  .radioCheckbox-content.fl .radioCheckbox-text {
    display: block;
    overflow: hidden; }

.checkbox-wrapper, .radio-wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  float: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  margin: 0 4px 0 0;
  z-index: 5; }

.radioCheckbox-text {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px; }

.selected-icon {
  cursor: pointer; }

.radio-wrapper input[type=radio], .checkbox-wrapper input[type=checkbox], .checkbox-wrapper input[type=radio] {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

.checkbox-wrapper input[type="checkbox"] + .selected-icon, .radio-wrapper input[type="radio"] + .selected-icon, .checkbox-wrapper input[type="radio"] + .selected-icon {
  display: inline-block;
  background: #FFF;
  border: 1px solid #aab2bd;
  -webkit-transition: background 0.28s ease;
  -o-transition: background 0.28s ease;
  transition: background 0.28s ease; }

.checkbox-wrapper input[type="checkbox"] + .selected-icon:after, .radio-wrapper input[type="radio"] + .selected-icon:after, .checkbox-wrapper input[type="radio"] + .selected-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.checkbox-wrapper input[type="checkbox"]:checked + .selected-icon, .radio-wrapper input[type="radio"]:checked + .selected-icon, .checkbox-wrapper input[type="radio"]:checked + .selected-icon {
  background-color: #1D63EF;
  border-color: #1D63EF; }

/*disable状态Start*/
.checkbox-wrapper input[type="checkbox"]:disabled + .selected-icon,
.radio-wrapper input[type="radio"]:disabled + .selected-icon,
.radio-button-wrapper input[type="radio"]:disabled + .selected-icon,
.multiSelect-wrapper input[type="checkbox"]:disabled + .selected-icon {
  background-color: #D8E1E6;
  border-color: #D8E1E6;
  cursor: default; }

.checkbox-wrapper input[type="checkbox"]:checked:disabled + .selected-icon,
.radio-wrapper input[type="radio"]:checked:disabled + .selected-icon,
.radio-button-wrapper input[type="radio"]:checked:disabled + .selected-icon,
.multiSelect-wrapper input[type="checkbox"]:checked:disabled + .selected-icon {
  background-color: #B3E8F1;
  border-color: #B3E8F1;
  cursor: default; }

/*disable状态End*/
/*单选样式*/
.radio-wrapper input[type="radio"] + .selected-icon {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.radio-wrapper input[type="radio"] + .selected-icon:after {
  background: #FFF;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.radio-wrapper input[type="radio"]:checked + .selected-icon:after {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4); }

.button-wrapper-info {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: .24rem;
  word-wrap: break-word;
  cursor: pointer; }

/*复选*/
.checkbox-wrapper input[type="checkbox"] + .selected-icon,
.checkbox-wrapper input[type="radio"] + .selected-icon {
  width: 16px;
  height: 16px;
  border-radius: 2px; }

.checkbox-wrapper input[type="checkbox"]:checked + .selected-icon:after,
.radio-wrapper input[type="checkbox"]:checked + .selected-icon:after,
.checkbox-wrapper input[type="radio"]:checked + .selected-icon:after {
  border-bottom-color: #FFF;
  border-right-color: #FFF; }

.checkbox-wrapper input[type="checkbox"] + .selected-icon:after,
.radio-wrapper input[type="checkbox"] + .selected-icon:after,
.checkbox-wrapper input[type="radio"] + .selected-icon:after {
  top: 1px;
  left: -1px;
  width: 4px;
  height: 8px;
  border: 2px solid transparent;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/*标记*/
.dotSign {
  width: .06rem;
  height: .06rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle; }

.redSign {
  background-color: #F65C78; }

/*dialog改造*/
.ours-dialog-mid .dialog-content {
  width: 100%;
  display: block; }

.ours-dialog-bot span:last-child {
  color: #1D63EF; }

.ours-html-dialog-btn span {
  height: .4rem;
  line-height: .4rem; }

.dialog-content .ehr-common-warnInfo {
  margin: 0 -.14rem .14rem -.14rem; }

.radioCheckboxGroup-trans .radioCheckbox-content {
  display: block;
  line-height: normal;
  padding: 0.06rem 0 0.06rem 0; }

.radioCheckboxGroup-trans .radioCheckbox-content .radio-button-wrapper {
  margin-top: 0.04rem; }

.radioCheckboxGroup-trans .radioCheckbox-content .radioCheckbox-text {
  display: block;
  overflow: hidden;
  line-height: 24px; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
@media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
  .ours-actionSheet-dialog-cancel:after {
    background: #f5f6f8; }

  .commonFooterBefore {
    box-sizing: border-box;
    padding-bottom: 34px !important; } }
/*错误信息和发送验证码倒计时字体大小*/
.login_error,
.ours-cellphone-resend {
  font-size: .12rem; }

/*内容左右栅格*/
.ehr-grid-layout {
  width: 100%;
  display: block; }
  .ehr-grid-layout ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
  .ehr-grid-layout ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
  .ehr-grid-layout ul li:after {
    content: "";
    width: 0;
    display: table;
    visibility: hidden;
    clear: both; }
  .ehr-grid-layout ul li:last-child {
    margin-bottom: 0; }

.ehr-grid-layout-label,
.ehr-grid-layout-area {
  display: block;
  position: relative; }

.ehr-grid-layout-label {
  padding: 7px 0 3px 0;
  font-size: 16px;
  color: #666666; }

.ehr-grid-layout-area {
  line-height: 36px;
  font-size: 14px; }

.ehr-grid-layout-inputOperation {
  padding-right: .5rem;
  position: relative; }
  .ehr-grid-layout-inputOperation .unitInfo {
    right: .58rem; }
  .ehr-grid-layout-inputOperation .inputOperation-area {
    position: absolute;
    right: 0;
    top: 0; }
    .ehr-grid-layout-inputOperation .inputOperation-area .ehr-btn {
      min-width: .5rem; }
      .ehr-grid-layout-inputOperation .inputOperation-area .ehr-btn > span {
        font-size: 14px; }
      .ehr-grid-layout-inputOperation .inputOperation-area .ehr-btn.smallFont > span {
        font-size: .12rem; }
    .ehr-grid-layout-inputOperation .inputOperation-area .btnLink {
      color: #1D63EF; }
      .ehr-grid-layout-inputOperation .inputOperation-area .btnLink:hover {
        color: #1D63EF; }

.ehr-grid-layout-tag {
  display: block;
  font-size: 0; }
  .ehr-grid-layout-tag .ehr-grid-layout-tagItem {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 8px;
    line-height: 18px;
    margin: 2px 7px 2px 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px; }
    .ehr-grid-layout-tag .ehr-grid-layout-tagItem.blueTagItem {
      background-color: #ecf6fe;
      color: #1D63EF;
      border-color: #1D63EF; }

/*内容布局都加在ul上面*/
/*两列 twoColumn*/
/*左右列 row-leftRight-layout*/
/*一列左右布局*/
.ehr-grid-layout ul.row-leftRight-layout li .ehr-grid-layout-label,
.ehr-grid-layout ul.row-leftRight-layout li .ehr-grid-layout-area {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative; }

.ehr-grid-layout ul.row-leftRight-layout li .ehr-grid-layout-label {
  width: 35%;
  padding: .06rem .2rem .06rem 0;
  line-height: .24rem;
  text-align: right;
  font-size: .14rem; }

.ehr-grid-layout ul.row-leftRight-layout li .ehr-grid-layout-area {
  width: 65%; }

.ehr-grid-layout ul.row-leftRight-layout li.plaintext .ehr-grid-layout-label,
.ehr-grid-layout ul.row-leftRight-layout li.plaintext .ehr-grid-layout-label label,
.ehr-grid-layout ul.row-leftRight-layout li.plaintext .ehr-grid-layout-area {
  line-height: .24rem; }

.ehr-grid-layout ul.row-leftRight-layout li.plaintext .ehr-grid-layout-label {
  padding: 0 .08rem 0 0; }

.ehr-grid-layout-area-tips {
  padding-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.5); }
  .ehr-grid-layout-area-tips em {
    color: #ff500e;
    font-style: normal;
    margin: 0 2px; }

.ehr-grid-layout-area-error {
  font-size: 12px;
  color: #f16543;
  height: 14px;
  line-height: 14px;
  position: absolute;
  left: 0;
  bottom: -17px;
  right: 0; }

/*左侧自动宽度*/
.ehr-grid-layout-autoWidth ul li {
  min-height: .36rem;
  position: relative; }

.ehr-grid-layout-autoWidth ul li.plaintext {
  min-height: .24rem; }

.ehr-grid-layout-autoWidth ul li .ehr-grid-layout-label {
  width: auto !important;
  white-space: nowrap; }

.ehr-grid-layout-autoWidth ul li .ehr-grid-layout-area {
  width: auto !important;
  display: block; }

.ehr-grid-layout-autoWidth ul li.plaintext .ehr-grid-layout-area {
  overflow: hidden;
  float: none !important; }

.ours-class-radio-ver,
.ours-class-radio-ver .ours-class-radio {
  display: block; }

.ours-class-radio-ver .ours-class-radio > div {
  display: block;
  margin: 0; }

.ours-class-radio-ver .ours-class-radio label .radio-button-wrapper {
  top: .01rem; }

/*页面第一步公共无数据*/
.common-noData-area {
  text-align: center; }
  .common-noData-area .common-noData-img {
    background: url("../images/ehr-noData-icon.png?version=1.0.2") bottom center no-repeat;
    background-size: auto .9rem;
    width: 100%;
    height: 1.3rem; }
  .common-noData-area .noData-text {
    text-align: center;
    margin: .3rem 0;
    font-size: .14rem; }
  .common-noData-area .noData-text-other {
    font-size: .14rem; }
  .common-noData-area .noData-text button {
    margin-left: .2rem; }

.grid-emptyText .cell-inner {
  background: url("../images/ehr-noData-icon.png?version=1.0.2") top center no-repeat;
  background-size: auto .9rem;
  padding-top: 1.2rem !important; }

/*从左往右*/
.box-show-left {
  -webkit-animation: boxLeft .2s ease-in-out;
  animation: boxLeft .2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

@-webkit-keyframes boxLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes boxLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*从右往左*/
.box-show-right {
  -webkit-animation: boxRight .2s ease-in-out;
  animation: boxRight .2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

@-webkit-keyframes boxRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes boxRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*从下往上*/
.box-show-down {
  -webkit-animation: boxDown .2s ease-in-out;
  animation: boxDown .2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

@-webkit-keyframes boxDown {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes boxDown {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*从上往下*/
.box-show-up {
  -webkit-animation: boxUp .2s ease-in-out;
  animation: boxUp .2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible;
  top: 0;
  bottom: auto !important; }

@-webkit-keyframes boxUp {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes boxUp {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*区隔段*/
.divisionSlot-area {
  display: block;
  font-size: 0;
  white-space: nowrap; }

.divisionSlot-area-span {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.divisionSlot-area-span * {
  vertical-align: top; }

.divisionSlot-area-label {
  width: 10%;
  line-height: .4rem;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center; }

/*时间段*/
.timeSlot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .07rem .1rem .07rem .05rem;
  font-size: 0; }
  .timeSlot-content .form-delete-info {
    display: none !important; }

.timeSlot-text {
  padding: 0 .05rem;
  font-size: .12rem;
  display: inline-block;
  height: .34rem;
  line-height: .34rem; }

.timeSlot-item {
  zoom: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.timeSlot-item .form-simulation, .timeSlot-item .ours-readOnly, .timeSlot-item .ours-edit4ReadOnly, .timeSlot-item .ours-edit4View, .timeSlot-item .ours-readonly {
  background: transparent !important;
  min-height: .32rem;
  padding: .04rem .1rem !important;
  border: 0 !important; }

.timeSlot-content span input {
  vertical-align: top;
  height: .34rem;
  min-height: .34rem;
  font-size: .12rem;
  padding-left: .26rem !important; }

.timeSlot-content span .form-ico-datepicker {
  background-size: .16rem .16rem;
  left: .02rem; }

.timeSlot-area {
  background: #ffffff;
  zoom: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: .02rem; }
  .timeSlot-area .timeSlot-item input {
    height: .32rem;
    min-height: .32rem;
    font-size: .14rem;
    text-align: center;
    border: 0;
    padding-right: 0; }
  .timeSlot-area .timeSlot-text {
    height: .32rem;
    line-height: .32rem; }

/*添加*/
.common-add-btn {
  background: #eef3fa;
  padding: .12rem 0;
  font-size: 0;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5; }

.common-add-btn:after {
  content: '';
  height: 200%;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
  border-top: 1px solid #e6e6e6; }

.common-add-btn i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #2C82FC;
  margin: 0 .03rem;
  font-size: .16rem; }

.common-add-btn i.add-btn-icon {
  background-image: url("../images/common-add-icon.png?version=1.0.0");
  background-repeat: no-repeat;
  background-size: auto .16rem;
  background-position: center;
  width: .16rem;
  height: .2rem; }

.common-add-btn i.add-btn-info {
  height: .2rem;
  line-height: .2rem; }

.ehr-btn-add {
  background: url("../images/addIcon.png?version=1.0.0") center #1D63EF no-repeat;
  background-size: .32rem .32rem;
  width: .56rem;
  height: .56rem;
  border-radius: .4rem;
  position: fixed;
  bottom: 1.2rem;
  right: .24rem;
  z-index: 99; }

/*通用提示语*/
.forms-prompt-tips {
  display: none; }

/*无数据*/
.form-common-nodata,
.ours-common-nodata {
  background: url("../images/oursform-no-icon.png?version=1.0.0") center top no-repeat;
  background-size: auto .75rem;
  margin-top: .8rem;
  padding-top: 1rem;
  text-align: center;
  font-size: .14rem;
  line-height: 1.8;
  color: #aaa;
  text-shadow: 0 1px 0 #fbfbfb; }

.common-noData-area {
  text-align: center; }

.common-noData-area .common-noData-img {
  background: url("../images/ehr-noData-icon.png?version=1.0.2") bottom center no-repeat;
  background-size: auto .9rem;
  width: 100%;
  height: 1.3rem; }

.common-noData-area .noData-text {
  text-align: center;
  margin: .2rem 0 .3rem 0;
  font-size: .15rem; }

.common-noData-area .noData-text-other {
  font-size: .14rem; }

.common-noData-area .noData-text button {
  margin-left: .2rem; }

/*复制发起*/
.bizForm-button-container span.span-btn button.btntype-4 {
  background: url("../images/formore-option-icon.png?version=1.0.0") center no-repeat !important;
  background-size: auto .22rem !important;
  border: 1px solid #2C82FC;
  color: #2C82FC;
  font-size: 0; }

/*五角星匹配*/
.matchingContent {
  width: .7rem;
  height: .14rem;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  .matchingContent.bigger {
    width: 1.35rem;
    height: .27rem; }
    .matchingContent.bigger .matchingContent-area {
      background-size: 1.35rem .27rem;
      height: .27rem; }

.matchingContent-area {
  background-size: .7rem .14rem;
  background-repeat: no-repeat;
  width: 100%;
  height: .14rem;
  display: inline-block;
  vertical-align: top;
  transition: width .2s ease; }

.matchingContent-area-0 {
  background-image: url("../../images/recMatching-0.png?version=1.0.0"); }

.matchingContent-area-1 {
  background-image: url("../../images/recMatching-1.png?version=1.0.0"); }

.matchingContent-area-2 {
  background-image: url("../../images/recMatching-2.png?version=1.0.0"); }

.matchingContent-area-3 {
  background-image: url("../../images/recMatching-3.png?version=1.0.0"); }

.matchingContent-area-4 {
  background-image: url("../../images/recMatching-4.png?version=1.0.0"); }

.matchingContent-area-5 {
  background-image: url("../../images/recMatching-5.png?version=1.0.0"); }

/*薪资范围*/
.salaryArea {
  display: block;
  font-size: 0;
  padding-right: 60px;
  position: relative; }

.salaryArea-item {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.salaryArea-item input {
  vertical-align: top; }

.salaryLine {
  width: 10%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  vertical-align: top; }

.salaryUtil,
.salaryFace {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0; }

.salaryUtil {
  right: 42px; }

.salaryFace {
  color: #1D63EF;
  right: 0;
  cursor: pointer; }

.readOnly-column .salaryArea-item {
  width: auto; }

.readOnly-column .salaryUtil,
.readOnly-column .salaryFace {
  position: relative;
  right: auto;
  margin-right: 15px; }

.readOnly-column .salaryLine {
  line-height: 33px; }

/*邮件反馈*/
.emailFeedback {
  display: block;
  border-top: 0.05rem solid #1D63EF; }

.emailFeedback-content {
  padding: .8rem .2rem .4rem .2rem; }

.emailFeedback-result {
  display: block;
  text-align: center; }

.emailFeedback-result-img {
  background: url("../../pc/images/successImage.png?version=1.0.0") top center no-repeat;
  background-size: 86% auto;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto; }

.emailFeedback-result-text {
  font-size: .18rem;
  display: block; }
  .emailFeedback-result-text p {
    margin: .02rem 0; }

.emailFeedback-result-reason {
  display: block; }

.emailFeedback-other {
  width: 100%;
  margin: 0 auto;
  display: block; }
  .emailFeedback-other .emailFeedback-other-title {
    font-size: .18rem;
    font-weight: normal;
    margin-bottom: .15rem;
    position: relative; }
  .emailFeedback-other .emailFeedback-other-selectArea {
    padding: 0; }
  .emailFeedback-other .emailFeedback-other-btn {
    display: block;
    margin-top: .25rem;
    text-align: center; }
    .emailFeedback-other .emailFeedback-other-btn .ehr-btn {
      max-width: 64%; }

/*
开关*/
.ours-checkbox.small input[type=checkbox]:checked + .checkbox:after {
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem); }

/*条件筛选*/
.group-condition {
  background-image: none !important;
  font-family: "ehrIconFont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto !important;
  padding-left: .32rem;
  padding-right: .2rem;
  white-space: nowrap;
  font-size: .14rem !important;
  line-height: .32rem;
  position: relative; }
  .group-condition:before {
    content: "\e74d";
    width: .24rem;
    height: .32rem;
    font-size: .18rem;
    text-align: center;
    line-height: .32rem;
    position: absolute;
    left: .08rem;
    top: 0; }

.oursHeader-select {
  height: .44rem;
  line-height: .44rem;
  font-size: 0; }
  .oursHeader-select .oursHeader-select-info {
    max-width: 1rem;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .oursHeader-select:after {
    content: "\e77e";
    font-family: "ehrIconFont" !important;
    width: .18rem;
    height: inherit;
    line-height: inherit;
    font-size: .14rem;
    text-align: center;
    display: inline-block;
    vertical-align: top; }

.oursHeader-search {
  padding: .05rem; }
  .oursHeader-search .oursHeader-search-area {
    width: 100%;
    height: .34rem;
    background: #f4f4f4;
    position: relative;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem; }
    .oursHeader-search .oursHeader-search-area:after {
      content: "\e66a";
      font-family: "ehrIconFont" !important;
      width: .4rem;
      height: 100%;
      color: #999999;
      line-height: .34rem;
      font-size: .24rem;
      text-align: center;
      position: absolute;
      right: 0;
      opacity: .45; }

.personalState {
  color: var(--theme-color);
  padding: 0.02rem;
  border: 0.01rem solid var(--theme-color);
  display: inline-block;
  border-radius: 0.04rem;
  margin-left: 0.04rem;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.12rem; }
  .personalState.personalState-3 {
    color: #2cbe53;
    border-color: #2cbe53; }
  .personalState.personalState-5 {
    color: #a34ae2;
    border-color: #a34ae2; }

/*# sourceMappingURL=common.css.map */
