/*! 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;
}

.chatButton {
  padding: 0.16667rem 0.33333rem;
  background-color: #006699;
  color: white;
  border: none;
  cursor: pointer;
}
.HomePage {
  min-width: 20rem;
}

/* .homeHeader {
  height: 65px !important;
} */
.logoImg {
  display: inline;
  float: left;
  outline: none;
  cursor: pointer;
  line-height: 0.83333rem;
}
.el-menu-header.el-menu--horizontal {
  border-bottom: solid 0;
}
.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%;
}
.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;
}
.detailTitleInfo {
  padding: 0.3rem 0;
  width: 100%;
  height: 2rem;
  background-color: #f5faff;
  padding: 0.33333rem 0;
}
.detail_position_nm {
  font-size: 0.46667rem;
  width: 6.66667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.33333rem 0 0.33333rem;
}
.detail_position_full_nm {
  font-size: 0.33333rem;
  visibility: hidden;
  position: absolute;
  top: 0.66667rem;
  left: 0.33333rem;
  opacity: 0; 
  transition: opacity 0.5s, visibility 0.5s;
  background-color: white;
  border: black solid 0.01667rem;
  box-shadow: 0.16667rem 0.08333rem 0.08333rem black;
}
.detail_position_nm:hover .detail_position_full_nm {
  visibility: visible ;
  opacity: 1;
}
.positionDetailRoot {
  margin-top: 0;
  width: 80%;
  background-color: #ffffff;
  padding: 0.33333rem;
  float: left;
}
.othersRoot {
  margin-top: 0;
  margin-left: 2%;
  width: 18%;
  height: auto;
  background-color: #ffffff;
  padding: 0.33333rem;
  float: right;
  cursor: pointer;
}
.detail_salary {
  margin: 0.33333rem 0.33333rem 0 0.33333rem;
  font-size: 0.4rem;
  color: rgb(255, 0, 0);
}
.detailItemRow {
  font-size: 0.26667rem;
  color: #666666;
}
.detailItemRow1 {
  padding-top: 0.16667rem;
  display: flex;
  flex-wrap: wrap;
  color: #666666;
}
.detail_lan {
  padding-right: 0.5rem;
}
.detailItemRowTitle {
  font-size: 0.33333rem;
  color: #333333;
}
.detailItemRowTitle1 {
  padding-top: 0.26667rem;
  color: #333333;
  font-weight: 700;
}
.detailItemRowTitle2 {
  padding-top: 0.5rem;
  color: #2d8cf0;
}
.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 #2d8cf0;
  background: #f7f9fc;
}
.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.23333rem;
  padding-top: 0.41667rem;
}
.detail_work_content {
  padding-top: 0.33333rem;
  white-space: pre-wrap;
}
.detailItemRowTitle5 {
  padding-top: 0.16667rem;
  font-weight: bold;
  text-align: center;
  font-size: 0.26667rem;
}
.detailItemRowTitle5 .comNm {
  font-size: 0.4rem;
  font-weight: bold;
}
.detailItemRowTitle5 .cntPosition {
  font-weight: bold;
  color: #005ae0;
}
.detailItemRow6 {
  padding-top: 0.16667rem;
  font-size: 0.26667rem;
}
.homePageButton {
  float: right;
  background: #2d8cf0;
  color: #fff;
  font-size: 0.43333rem;
  font-weight: 400;
  height: 0.8rem;
  width: 2.5rem;
  margin: 0.16667rem 0.66667rem 0 0.16667rem;
}
.menuItem1,
.menuItem2,
.logout {
  float: right;
}
.item {
    margin-right: 0.16667rem;
    /* 可以根据需要自行调整 */
}
.el-menu-headers {
    /* display: flex;
    padding: 18px; */
    display: flex;
    padding: 0.3rem;
}

