
footer {
  background-color: #eeeeee;
  color: #555;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  text-align: center;
  left: 0;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
}
.fontSize {
  font-size: 100%;
}


/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}
* {
  touch-action: pan-y;
}
/*移动端1像素边框*/
@charset "utf-8";
.border,
.border-top,
.border-right,
.border-bottom,
.border-left,
.border-topbottom,
.border-rightleft,
.border-topleft,
.border-rightbottom,
.border-topright,
.border-bottomleft {
  position: relative;
}

.border::before,
.border-top::before,
.border-right::before,
.border-bottom::before,
.border-left::before,
.border-topbottom::before,
.border-topbottom::after,
.border-rightleft::before,
.border-rightleft::after,
.border-topleft::before,
.border-topleft::after,
.border-rightbottom::before,
.border-rightbottom::after,
.border-topright::before,
.border-topright::after,
.border-bottomleft::before,
.border-bottomleft::after {
  content: "\0020";
  overflow: hidden;
  position: absolute;
}

/* border
 * 因，边框是由伪元素区域遮盖在父级
 * 故，子级若有交互，需要对子级设置
 * 定位 及 z轴
 */
.border::before {
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-top::before,
.border-bottom::before,
.border-topbottom::before,
.border-topbottom::after,
.border-topleft::before,
.border-rightbottom::after,
.border-topright::before,
.border-bottomleft::before {
  left: 0;
  width: 100%;
  height: 0.01667rem;
}

.border-right::before,
.border-left::before,
.border-rightleft::before,
.border-rightleft::after,
.border-topleft::after,
.border-rightbottom::before,
.border-topright::after,
.border-bottomleft::after {
  top: 0;
  width: 0.01667rem;
  height: 100%;
}

.border-top::before,
.border-topbottom::before,
.border-topleft::before,
.border-topright::before {
  border-top: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-right::before,
.border-rightbottom::before,
.border-rightleft::before,
.border-topright::after {
  border-right: 0.01667rem solid #eaeaea;
  transform-origin: 100% 0;
}

.border-bottom::before,
.border-topbottom::after,
.border-rightbottom::after,
.border-bottomleft::before {
  border-bottom: 0.01667rem solid #eaeaea;
  transform-origin: 0 100%;
}

.border-left::before,
.border-topleft::after,
.border-rightleft::after,
.border-bottomleft::after {
  border-left: 0.01667rem solid #eaeaea;
  transform-origin: 0 0;
}

.border-top::before,
.border-topbottom::before,
.border-topleft::before,
.border-topright::before {
  top: 0;
}

.border-right::before,
.border-rightleft::after,
.border-rightbottom::before,
.border-topright::after {
  right: 0;
}

.border-bottom::before,
.border-topbottom::after,
.border-rightbottom::after,
.border-bottomleft::after {
  bottom: 0;
}

.border-left::before,
.border-rightleft::before,
.border-topleft::after,
.border-bottomleft::before {
  left: 0;
}

@media (max-device-pixel-ratio: 1.49),
  (max-resolution: 143dpi),
  (max-resolution: 1.49dppx) {
  /* 默认值，无需重置 */
}

@media (min-device-pixel-ratio: 1.5) and (max-device-pixel-ratio: 2.49),
  (min-resolution: 144dpi) and (max-resolution: 239dpi),
  (min-resolution: 1.5dppx) and (max-resolution: 2.49dppx) {
  .border::before {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
  }

  .border-top::before,
  .border-bottom::before,
  .border-topbottom::before,
  .border-topbottom::after,
  .border-topleft::before,
  .border-rightbottom::after,
  .border-topright::before,
  .border-bottomleft::before {
    transform: scaleY(0.5);
  }

  .border-right::before,
  .border-left::before,
  .border-rightleft::before,
  .border-rightleft::after,
  .border-topleft::after,
  .border-rightbottom::before,
  .border-topright::after,
  .border-bottomleft::after {
    transform: scaleX(0.5);
  }
}

@media (min-device-pixel-ratio: 2.5),
  (min-resolution: 240dpi),
  (min-resolution: 2.5dppx) {
  .border::before {
    width: 300%;
    height: 300%;
    transform: scale(0.33333);
  }

  .border-top::before,
  .border-bottom::before,
  .border-topbottom::before,
  .border-topbottom::after,
  .border-topleft::before,
  .border-rightbottom::after,
  .border-topright::before,
  .border-bottomleft::before {
    transform: scaleY(0.33333);
  }

  .border-right::before,
  .border-left::before,
  .border-rightleft::before,
  .border-rightleft::after,
  .border-topleft::after,
  .border-rightbottom::before,
  .border-topright::after,
  .border-bottomleft::after {
    transform: scaleX(0.33333);
  }
}
* {
  touch-action: pan-y;
}

.HomePage {
  min-width: 20rem;
}

/* .homeHeader {
  height: 65px !important;
} */
.el-menu-header.el-menu--horizontal {
  border-bottom: solid 0;
}
.menuItem1,
.menuItem2,
.logout {
  float: right;
}
.item {
    margin-right: 0.16667rem;
}
.logoImg {
  display: inline;
  float: left;
  outline: none;
  cursor: pointer;
  line-height: 0.83333rem;
}
.homeHeaderRoot {
  position: fixed;
  z-index: 100;
  height: 1.08333rem !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 0.33333rem 0.33333rem -0.33333rem #dbdbdb;
}
.el-menu-header {
  padding: 0 11%;
}
.el-menu-headers {
    /* display: flex;
    padding: 18px; */
    display: flex;
    padding: 0.3rem;
}
.space {
  width: 69%;
  pointer-events: none;
}
.homeBody {
  padding-top: 0.16667rem;
  background-color: rgb(241, 241, 241);
}
.bodyRoot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding-top: 0.33333rem;
  align-items: stretch;
}
.detailTitleInfo {
  padding: 0.3rem 0;
  width: 100%;
  height: 2rem;
  background-color: #f5faff;
  padding: 0.33333rem 0;
}
.detail_position_nm {
  font-size: 0.46667rem;
}
.companyDetailRoot {
  margin-top: 0;
  width: 80%;
  background-color: #ffffff;
  padding: 0.33333rem;
  float: left;
}
.companyDetail_salary {
  font-size: 0.33333rem;
  color: rgb(255, 0, 0);
  padding-top: 0.33333rem;
}
.detailItemRow {
  font-size: 0.26667rem;
}
.detailItemRow1 {
  padding-top: 0.16667rem;
  display: flex;
  flex-wrap: wrap;
}
.detail_lan {
  padding-right: 0.5rem;
}
.companyDetailItemRowTitle {
  font-size: 0.46667rem;
}
.companyDetailItemRowTitle1 {
  padding-top: 0.5rem;
  font-weight: bold;
}
.companyDetailItemRowTitle2 {
  padding-top: 0.5rem;
  font-weight: bold;
}
.detailItemRow2 {
  padding-top: 0.16667rem;
}
.detail_flg {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #c2c1c1;
}
.companyDetailItemRowTitle3 {
  padding-top: 0.5rem;
  font-weight: bold;
}
.detailItemRow3 {
  padding-top: 0.25rem;
}
.detail_work_time {
  font-size: 0.26667rem;
}
.detail_work_time_from {
  font-size: 0.26667rem;
  display: inline;
}
.detail_wavy_line_time {
  font-size: 0.26667rem;
  display: inline;
}
.detail_work_time_to {
  font-size: 0.26667rem;
  display: inline;
}
.detailItemRow5 {
  font-size: 0.26667rem;
  padding-top: 0.41667rem;
}
.detail_work_content {
  padding-top: 0.33333rem;
  white-space: pre-wrap;
}
.companyDetailItemRowTitle4 {
  padding-top: 0.5rem;
  font-weight: bold;
}
.companyDetailItemRowTitle5 {
  padding-top: 0.16667rem;
  text-align: center;
  font-size: 0.26667rem;
  font-weight: bold;
}
.companyDetailItemRowTitle5 .comNm {
  font-size: 0.4rem;
  font-weight: bold;
}
.companyDetailItemRowTitle5 .cntPosition1 {
  font-size: 0.33333rem;
  font-weight: bold;
  color: #ffffff;
}
.companyDetailItemRowTitle5 .cntPosition2 {
  font-size: 1.06667rem;
  font-weight: bold;
  color: #190088;
}
.detailItemRow6 {
  padding-top: 0.16667rem;
  font-size: 0.23333rem;
}
.box-card {
  margin-top: 0.33333rem;
  margin-left: 2%;
  width: 18%;
  height: auto;
  padding: 0.33333rem;
  float: right;
  background-image: linear-gradient(to bottom right, #0063b9, #33cdff);
}
.paginationStyle {
  padding: 4vh;
  background-color: rgb(241, 241, 241);
}
.positionRoot {
  width: 80%;
  float: left;
}
.positionList {
  margin-top: 0.33333rem;
  width: 100%;
  background-color: #ffffff;
  padding: 0.33333rem;
}
.positionList:hover {
  cursor: pointer;
  box-shadow: 0 0.03333rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.positionListRow1 {
  margin-bottom: 0;
}
.othersRoot {
  margin-top: 0;
  margin-left: 2%;
  width: 18%;
  height: auto;
  background-color: #ffffff;
  padding: 0.33333rem;
  float: right;
  cursor: pointer;
}
.position_nm {
  font-size: 0.33333rem;
  margin-top: 0.08333rem;
}
.salary {
  font-size: 0.41667rem;
  color: rgb(255, 0, 0);
  text-align: right;
}
.wavy_line {
  font-size: 0.41667rem;
  color: rgb(255, 0, 0);
  text-align: center;
}
.salary_max {
  font-size: 0.41667rem;
  color: rgb(255, 0, 0);
  display: inline;
}
.salary_section {
  font-size: 0.41667rem;
  color: rgb(255, 0, 0);
  display: inline;
}
.positionListRow2 {
  font-size: 0.26667rem;
  margin-top: 0.08333rem;
}
.company_nm {
  color: rgb(138, 138, 138);
}
.positionListRow3 {
  margin-top: 0.16667rem;
}
.lan {
  font-size: 0.23333rem;
  color: rgb(138, 138, 138);
}
.exp_years {
  font-size: 0.23333rem;
  color: rgb(138, 138, 138);
}
.contract_section {
  text-align: right;
  font-size: 0.23333rem;
  color: rgb(138, 138, 138);
}
.positionListRow4 {
  margin-top: 0.08333rem;
}
.prefe_nm {
  color: rgb(138, 138, 138);
}
.station {
  color: rgb(138, 138, 138);
}
.work_date_str {
  text-align: right;
  color: rgb(138, 138, 138);
}
.positionListRow5 {
  margin-top: 0.08333rem;
}
.emp_labor_ins {
  height: 0.33333rem;
  font-size: 0.16667rem;
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #e2e2e2;
}
.welfare {
  height: 0.33333rem;
  font-size: 0.16667rem;
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #e2e2e2;
}
.noData {
  margin-top: 0.33333rem;
  width: 100%;
  height: 5rem;
  font-size: 0.41667rem;
  background-color: #ffffff;
  padding: 10% 0;
  text-align: center;
}
.positionTitle {
  font-size: 0.5rem;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0.33333rem;
}
.con_upd_flg {
  height: 0.33333rem;
  font-size: 0.16667rem;
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #e2e2e2;
}
.training_flg {
  height: 0.33333rem;
  font-size: 0.16667rem;
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #e2e2e2;
}
.inspection_flg {
  height: 0.33333rem;
  font-size: 0.16667rem;
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 0.08333rem;
  border: 0.01667rem solid #e2e2e2;
}


/* ページネーションのデータ数毎ページの幅 */
::v-deep .el-pagination .el-select .el-input {
  width: 2rem;
}
