@charset "UTF-8";
.content{
  min-width: 1200px;
}
.logo-high{
    border: 1px solid #6e90ff !important;
}
.content .query {
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          background-color: #f9f9f9;
}

.content .query .left-popularPositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}
.content .query .right{
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.content .query .right .follow-font{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  font-size: 15px;
}

.content .query .left-popularPositions .popularPositions {
  font-size: 14px;
  color: rgba(23, 35, 61, 0.45);
}

.content .query .left-popularPositions a {
  color: rgba(23, 35, 61, 0.45);
  margin: 0px 15px;
  font-size: 14px;
  text-decoration: none;
}

.content .query .query-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 839px;
  height: 47px;
  background: #ffffff;
  border-radius: 24px;
}

.content .query .query-search .selectBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .query .query-search .selectBorder select {
  margin-left: 19px;
  border: none;
  background-color: #f3f3f3;
  outline: none;
  font-size: 16px;
  width: 140px;
  color: #596173;
}

.content .query .query-search .selectBorder .select-custom {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .query .query-search .selectBorder .drop-down {
  width: 34px;
}

.content .query .query-search .search-bt {
  width: 75px;
height: 42px;
background: #3965F3;
border-radius: 21px;
margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.content .query .query-search .search-bt:hover {
  background-color: #365fe4;
}

.content .query .query-search input {
  margin-left: 40px;
  width: 550px;
  height: 45px;
  outline: none;
  background: #ffffff;
  border: 0;
}

.content .query .query-search input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(23, 35, 61, 0.45);
}
.content .query .query-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(23, 35, 61, 0.45);
}
.content .query .query-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(23, 35, 61, 0.45);
}
.content .query .query-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(23, 35, 61, 0.45);
}



.content .contextBorder {
  background-image: url("../../../../../../../icon/jobRecruitment/1@2x.png");
  min-height: 1036px;
  background-size: auto 436px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #f9f9f9;
}

.content .contextBorder .context {
  padding-bottom: 40px;
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .contextBorder .context .screen {
  background: #fff;
  padding: 0px 20px;
}

.content .contextBorder .context .screen .screen-item {
  border-bottom: 1px dashed #eee;
  color: #6c7485;
  padding: 10px 0px 17px 0px;
}

.content .contextBorder .context .screen .screen-item .left {
  background-color: #fff;
  border: 1px solid #cececf;
  padding: 10px 0px;
  border-radius: 5px;
  height: 200px;
  overflow-y: auto;
}

.content .contextBorder .context .screen .screen-item .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .contextBorder .context .screen .screen-item .left li {
  white-space: nowrap;
  color: #495266;
  font-family: PingFangSC-Regular, PingFang SC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.content .contextBorder .context .screen .screen-item .left li:hover {
  background-color: #f2f4fa;
  color: #637ac3;
}

.content .contextBorder .context .screen .screen-item .screen-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .contextBorder .context .screen .screen-item .screen-item-title-context {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .contextBorder .context .screen .screen-item .screen-item-title-context .s-title {
  white-space: nowrap;
  margin-right: 5px;
  width: 60px;
  text-align: left;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
}
.content .contextBorder .context .screen .screen-item .screen-item-title-context .s-clog{
  width: 60px;
height: 60px;
background: #FFFFFF;
border-radius: 3px;
border: 1px solid #EAEAEA;
cursor: pointer;
position: relative;
}
.content .contextBorder .context .screen .screen-item .screen-item-title-context .s-clog .logoText{
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  display: none;
}
.content .contextBorder .context .screen .screen-item .screen-item-title-context .s-clog:hover>.logoText{
  display: inline-block;
}
.content .contextBorder .context .screen .screen-item .screen-item-title-context .s-clog:hover{
  border: 1px solid #6e90ff;
}

.content .contextBorder .context .screen .screen-item .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .contextBorder .context .screen .screen-item .screen-item-title-icon-close {
  color: rgba(23, 35, 61, 0.65);
  cursor: pointer;
  white-space: nowrap;
  line-height: 30px;
  user-select: none;
}

.content .contextBorder .context .screen .screen-item .screen-item-title-icon-show {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content .contextBorder .context .screen .screen-item .screen-item-context {
  display: none;
}

.content .contextBorder .context .screen .screen-item .screen-item-context ul {
  padding: 0px 50px 0px 0px !important;
}

.content .contextBorder .context .screen .screen-item .screen-item-context-show {
  display: inline-block;
  margin-top: 10px;
}

.content .contextBorder .context .screen ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 10px 0px 0px;
}

.content .contextBorder .context .screen ul li {
  padding: 5px 15px;
}

.content .contextBorder .context .screen ul li .lil {
  cursor: pointer;
}

.content .contextBorder .context .screen ul li .lil:hover {
  color: #5798f5;
}

.content .contextBorder .context .screen ul li select {
  padding: 6px 35px 6px 11px;
  color: #8a909e;
  border-color: #eeeff1;
}

.content .contextBorder .context .screen ul .li-active {
  color: #6e90ff;
}

.content .contextBorder .context .positionListBorder {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .contextBorder .context .positionListBorder .positionList {
  background-color: #fff;
  width: 895px;
  padding: 0px 20px;
}
.content .contextBorder .context .positionListBorder .positionList .position-item .hrInfo{
  width: 100px;
}
.content .contextBorder .context .positionListBorder .positionList .position-item {
  height: 139px;
  padding: 0px 20px 0px 0px;
  font-family: PingFangSC-Medium, PingFang SC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #eee;
  cursor: pointer;
  position: relative;
}


.content .contextBorder .context .positionListBorder .positionList .position-item:hover > .right .hrInfo{
  display: none;
}
.content .contextBorder .context .positionListBorder .positionList .position-item:hover > .right .straightTalk{
  display: inline-block;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .titleBorder .title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .titleBorder .position {
  font-size: 16px;
  font-weight: 400;
  color: #9ca1ac;
  margin-left: 10px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .wagesBorder {
  padding: 10px 0px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .titleBorder .wages {
font-size: 18px;
font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
font-weight: bold;
color: #FF6700;
line-height: 32px;
margin-left: 20px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .wagesBorder .experience {
  font-size: 14px;
  font-weight: 400;
  color: #bcbfc6;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .welfareBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .welfareBorder .welfare {
  background: #f6f6f7;
  border-radius: 2px;
  font-size: 14px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #7e8594;
  margin-right: 5px;
  padding: 0 9px;
  cursor: pointer;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .left .companyBorder{
  margin-top: 10px;
  display: flex;
    align-items: center;
}
.content .contextBorder .context .positionListBorder .positionList .position-item .left .companyBorder .clogo{
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
}
.content .contextBorder .context .positionListBorder .positionList .position-item .left .companyBorder .companyName{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
  line-height: 22px;
  margin-left: 10px;
}
.content .contextBorder .context .positionListBorder .positionList .position-item .left .companyBorder .industry{
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(23, 35, 61, 0.45);
line-height: 24px;
margin-left: 10px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .right {
  font-size: 14px;
  font-weight: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  right: 35px;
  top: 20px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .right .hrLogo{
  /* border: 1px solid #eee;
  border-radius: 50%; */
}
.content .contextBorder .context .positionListBorder .positionList .position-item .right .hrName{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.85);
  margin-top: 10px;
}
.content .contextBorder .context .positionListBorder .positionList .position-item .right .hrGrade{
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.45);
}
.content .contextBorder .context .positionListBorder .positionList .position-item .right .straightTalk{
  width: 71px;
  height: 32px;
  background: #6E90FF;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  margin-top: 15px;
}

.content .contextBorder .context .positionListBorder .positionList .position-item .right .straightTalk:hover{
  background-color: #839ffc;
}


/* .content .contextBorder .context .positionListBorder .logo {
  background-image: url("../../../../../../../icon/jobRecruitment/wt11.png");
  width: 285px;
  height: 246px;
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.content .contextBorder .context .positionListBorder .logo .logo-bt {
  width: 110px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff46a), to(#ffda2a));
  background: linear-gradient(180deg, #fff46a 0%, #ffda2a 100%);
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #f25c32;
  font-family: PingFangSC-Medium, PingFang SC;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
} */

.content .contextBorder .context .positionListBorder .leftBorder{
  margin-left: 20px;
  width: 286px;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .tabBorder{
  display: flex;
  height: 43px;
background: #FFFFFF;
box-shadow: 0px 1px 0px 0px rgba(23, 35, 61, 0.1);
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .tabBorder .tab{
  text-align: center;

  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.65);

  line-height: 18px;
  padding: 10px 15px;

  cursor: pointer;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot{
  width: 285px;
  background: #FFFFFF;
  border-radius: 3px;
  padding-bottom: 15px;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .tabBorder .tab-active{
  color: #3965F3;
  font-weight: 600;
  font-family: PingFangSC-Semibold, PingFang SC;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .tabBorder .tab .line{
  width: 21px;
  height: 4px;
  border-radius: 3px;
  display: inline-block;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .tabBorder .tab .line-active{
  background: #3965F3;
}

.content .contextBorder .context .positionListBorder .leftBorder .hot .hot-list span{
padding: 11px 20px;
    display: block;
}




.hot-panel {
	margin-top: 16px;
	background: #FFFFFF;
}

.hot-panel .hot-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 43px;
	box-shadow: 0px 1px 0px 0px rgb(23 35 61 / 10%);
}
.hot-panel .hot-tabs .hot-tabs-item {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.65);
	line-height: 18px;
	padding: 12px 16px;
	cursor: pointer;
}
.hot-panel .hot-tabs .hot-tabs-item:hover {
	color: #3965F3;
}
.hot-panel .hot-tabs .hot-tabs-item.hot-tabs-active {
	position: relative;
	color: #3965F3;
	font-weight: 600;
}
.hot-panel .hot-tabs .hot-tabs-item.hot-tabs-active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 21px;
	height: 4px;
	background: #3965F3;
	border-radius: 3px;
}
.hot-panel .hot-tabs-body {

}
.hot-list {
	padding: 8px 0;
}
.hot-list .hot-list-item {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.85);
	padding: 8px 16px;
}
.hot-list .hot-list-item .company-logo {
	margin-right: 10px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}
.hot-list .hot-list-item .company-position {
	margin-left: 10px;
}
.hot-list .hot-list-item .company-position span{
	color: #FF6700;
}

.hot-list .hot-list-item .position-salary {
	margin-left: 10px;
	width: 100px;
	font-weight: 500;
	color: #FF6700;
	text-align: right;
}

.hot-list .hot-list-item a {
	cursor: pointer;
	color: rgba(23, 35, 61, 0.75);
}
.hot-list .hot-list-item a:hover {
	opacity: 0.85;
}

.rc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rc-flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}

.rc-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rc-content-center {
	width: 1200px;
	margin: 0 auto;
}

.rc-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rc-pre-html {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}




.content .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #6e90ff;
}

.content #page {
  text-align: center;
}

.content .layui-btn-primary {
  border: 0px;
  padding-right: 20px;
  width: 60px;
}

.content .layui-btn-primary:hover {
  border: 0px;
}

.content .layui-icon-more-vertical:before {
  display: none;
}

.J_selected {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.J_selected .sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}

.J_selected .stit{
  width: 60px;
  line-height: 30px;
}

.J_selected .sc .slist {
 padding: 7px;
background: #eff3fe;
color: #688af6;
border-radius: 3px;
margin-left: 20px;
cursor: pointer;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.J_selected .sc .slist span{
  margin-right: 10px;
}

.J_selected .sc .slist:hover{
  background-color: #dce4fa;
}




.J_selected .sr {
    line-height: 40px;
    cursor: pointer;
}

.J_selected .sr:hover {
  color: #ec4242;
}
.search_fxied{
    width: 100%;
    position: fixed;
    height: 58px;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 12px;
}


div[xm-select-skin] .xm-select-title div.xm-select-label>span{
  border: 0 !important;
}
.xm-select-parent .xm-select-title div.xm-select-label>span{
  background-color: inherit !important;
  font-weight: 400 !important;

font-size: 14px;
}
.xm-select-parent .xm-select-title div.xm-select-label>span{
  color: rgba(23, 35, 61, 0.85) !important;
  padding-left: 10px !important;
}
.icon-close:before{
  content: "" !important;
}
.xm-select-parent .xm-select{
  padding: 0 !important;
}
.xm-select-parent .xm-select-sj{
  display: none !important;
}
.xm-select-parent .xm-input{
  border: 0 !important;
}
.xm-select-parent .xm-input:hover{
  border: 0 !important;
}
.xm-select-parent .xm-form-select dl .xm-select-tips{
  display: none !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F6F6F8 inset;
    -webkit-text-fill-color: #666666;
}

.logo1{
  background-image: url("../../../../../../../icon/jobRecruitment/logo1.png");
}

/*# sourceMappingURL=jobRecruitment.css.map */