.container {
  width: 1200px;
  margin: 21px auto 0;
}
.container .hotjobssearch {
  width: 100%;
  margin-bottom: 53px;
}
.container .hotjobssearch .hotjobssearch-left {
  width: 940px;
  float: left;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 18px ;
  background-color: #ffffff;
  margin-bottom: 18px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-unlimited {
  float: left;
  width: 70px;
  height: 47px;
  text-align: center;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-unlimited p {
  line-height: 47px;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select {
  float: left;
  width: 152px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 142px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .option p {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 780px;
  height: 460px;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation h2 {
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
  color: #444444;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation h2 span {
  font-size: 14px;
  color: #1ba5fe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .selectto {
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .selectto p {
  float: left;
  font-size: 16px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .selectto .occupation-content {
  font-size: 14px;
  color: #1ba5fe;
  float: left;
  margin-top: 2px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .selectto button {
  width: 60px;
  height: 24px;
  background-color: #019bfe;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  float: right;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame {
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-left {
  float: left;
  width: 25%;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-left ul {
  list-style: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-left ul li p {
  padding: 6px 5px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  color: #333333;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-left ul li .active {
  color: #1ba5fe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right {
  float: left;
  width: 75%;
  height: 384px;
  overflow-y: auto;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container {
  display: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-type {
  width: 85px;
  float: left;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-list {
  width: 480px;
  float: right;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-list ul {
  list-style: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-list ul li p {
  display: inline-block;
  width: 155px;
  line-height: 1.7;
  cursor: pointer;
  color: #888888;
  transition: all 0.5s ease;
  vertical-align: top;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-list ul li p:hover {
  color: #1ba5fe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .industry .industry-select .select-occupation .occupation-frame .occupation-right .occupation-container .occupation-right-content .occupation-list ul li .active {
  color: #1ba5fe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-select {
  float: left;
  min-height: 47px;
  max-width: 839px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-select ul li {
  display: inline;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-select ul li div {
  display: inline-block;
  padding: 10px 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-select ul li div .active {
  border: 1px solid #0378d8;
  color: #0378d8;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .jobplace .jobplace-select ul li div p {
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  box-sizing: border-box;
  padding: 2px 10px;
  border: 1px solid transparent;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-select {
  float: left;
  max-width: 839px;
  min-height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-select ul li {
  display: inline;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-select ul li div {
  display: inline-block;
  padding: 10px 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-select ul li div .active {
  border: 1px solid #0378d8;
  color: #0378d8;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .wages .wages-select ul li div p {
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  box-sizing: border-box;
  padding: 2px 10px;
  border: 1px solid transparent;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-select {
  float: left;
  min-height: 47px;
  max-width: 839px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-select ul li {
  display: inline;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-select ul li div {
  display: inline-block;
  padding: 10px 1px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-select ul li div .active {
  border: 1px solid #0378d8;
  color: #0378d8;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .welfare .welfare-select ul li div p {
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  box-sizing: border-box;
  padding: 2px 10px;
  border: 1px solid transparent;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-experience {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-experience .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 106px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-experience .option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-experience .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-education {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-education .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 106px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-education .option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-education .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-nature {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-nature .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 136px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-nature .option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-nature .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-scale {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-scale .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 106px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-scale .option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-scale .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 106px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .option p {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment {
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  right: 0;
  width: 600px;
  height: 460px;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment h2 {
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
  color: #444444;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment h2 span {
  font-size: 14px;
  color: #019bfe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-selectto {
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-selectto p {
  float: left;
  font-size: 16px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-selectto .treatment-content {
  font-size: 14px;
  color: #019bfe;
  float: left;
  margin-top: 2px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-selectto button {
  width: 60px;
  height: 24px;
  background-color: #019bfe;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  float: right;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame {
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list {
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-left {
  float: left;
  width: 15%;
  text-align: center;
  padding-top: 10px;
  color: #8b8b8b;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-right {
  float: left;
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
  width: 85%;
  padding: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-right ul {
  list-style: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-right ul li p {
  display: inline-block;
  width: 115px;
  line-height: 1.7;
  color: #8b8b8b;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-right ul li p:hover {
  color: #019bfe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-treatment .select-treatment .treatment-frame .treatment-list .treatment-right ul li .active {
  color: #019bfe;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-english {
  float: left;
  width: 134px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-english .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 106px;
  height: 30px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-english .option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .more .more-english .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-title {
  float: left;
  width: 65px;
  height: 47px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-title p {
  line-height: 47px;
  color: #888888;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto {
  float: left;
  min-height: 47px;
  max-width: 769px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto ul li {
  display: inline;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto ul li div {
  display: inline-block;
  padding: 10px 4px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto ul li div p {
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  box-sizing: border-box;
  padding: 2px 10px;
  border: 1px solid #0378d8;
  color: #0378d8;
  font-size: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto ul li div p span {
  margin-left: 10px;
  display: inline-flex;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-addto ul li div p span img {
  width: 9px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-recovery {
  float: right;
  width: 70px;
  height: 47px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-recovery p {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888888;
  font-size: 12px;
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .screencriteria .screencriteria-recovery p span img {
  width: 12px;
}
.container .hotjobssearch .hotjobssearch-left .jobsscreen .submitbtn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #019bfe;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame {
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-newest {
  float: left;
  width: 109px;
  height: 42px;
  position: relative;
  cursor: pointer;
  background-color: #eaeff4;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-newest p {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #444444;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-highest {
  float: left;
  width: 109px;
  height: 42px;
  position: relative;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-highest .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 109px;
  height: 42px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-highest .option select {
  background-color: #eaeff4;
  color: #0378d8;
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 42px;
  line-height: 42px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 35px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-highest .option:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/arrow-down.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 3px;
  top: 39%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-checked {
  float: right;
  padding-top: 10px;
  font-size: 14px;
  color: #666666;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-checked input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .tabs-checked label {
  line-height: 20px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-flex;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .active {
  background-color: #0378d8;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-tabs .active p {
  color: #ffffff;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.5s ease;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-check {
  width: 23px;
  float: left;
  padding-top: 5px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-left {
  width: 72px;
  float: left;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-left .list-left-title {
  font-size: 16px;
  color: #0378d8;
  margin-bottom: 13px;
  transition: all 0.5s ease;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-left .list-left-title:hover {
  color: #1ba5fe;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-left .list-left-img {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-left .list-left-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main {
  width: 720px;
  float: left;
  box-sizing: border-box;
  padding: 0 70px 0 34px ;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top {
  margin-bottom: 16px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-left {
  float: left;
  width: 300px;
  margin-right: 16px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-left .position-data {
  color: #0378d8;
  font-size: 16px ;
  margin-bottom: 10px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-left .basic-data {
  color: #666666;
  font-size: 14px;
  margin-bottom: 8px;
  min-height: 38px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-left .basic-data span {
  margin: 0 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-left .expect-money {
  color: #019bfe;
  font-size: 14px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-right {
  float: left;
  width: 300px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-right .application {
  color: #666666;
  font-size: 14px;
  min-height: 38px;
  margin-bottom: 8px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-top .main-right .work-place {
  color: #019bfe;
  font-size: 14px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-main .main-content-bottom p {
  width: 100%;
  text-align: justify;
  font-size: 12px;
  color: #888888;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-right {
  width: 79px;
  float: right;
  padding-top: 20px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-right .screen-delivery-btn .deliveryed-btn {
  cursor: pointer;
  width: 78px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #019bfe;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  background-color: #019bfe;
  font-size: 13px;
  margin-bottom: 10px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-right .screen-delivery-btn .deliveryedactive-btn {
  cursor: pointer;
  width: 78px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #068a1cbb;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  background-color: #068a1cbb;
  font-size: 13px;
  margin-bottom: 10px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-right .screen-delivery-btn .collected-btn {
  cursor: pointer;
  width: 78px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #019bfe;
  box-sizing: border-box;
  text-align: center;
  color: #444444;
  background-color: #ffffff;
  font-size: 13px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list .screen-list-right .screen-delivery-btn .collectedactive-btn {
  background-color: #dadada;
  color: #000000;
  border: none ;
  cursor: pointer;
  width: 78px;
  height: 36px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .screen-list:hover {
  background-color: #f5f8fa;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom {
  background-color: #ffffff;
  padding: 20px 20px 17px 20px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-check {
  float: left;
  margin-right: 25px;
  margin-top: 7px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-check label {
  font-size: 14px;
  color: #464646;
  cursor: pointer;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-check label input {
  margin-right: 20px ;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-btn {
  float: left;
  margin-right: 33px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-btn .collect-btn {
  float: left;
  cursor: pointer;
  width: 80px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #1ba5fe;
  border-radius: 35px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-btn .collect-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-bottom-btn .delivery {
  float: left;
  width: 80px;
  height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1ba5fe;
  border-radius: 35px;
  background-color: #1ba5fe;
  color: #ffffff;
  margin-left: 15px;
  line-height: 35px;
  text-align: center;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page {
  float: left;
  width: 605px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .first {
  float: left;
  width: 54px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #b4d7f3;
  text-align: center;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  margin-right: 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .prevpage {
  float: left;
  width: 54px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #b4d7f3;
  text-align: center;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  margin-right: 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page ul {
  float: left;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page ul li div {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #b4d7f3;
  box-sizing: border-box;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .nextpage {
  float: left;
  width: 54px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #b4d7f3;
  text-align: center;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  margin: 0 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .lastpage {
  float: left;
  width: 54px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #b4d7f3;
  text-align: center;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  margin: 0 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .pagenum {
  width: 35px;
  height: 35px;
  border: 1px solid #b4d7f3;
  box-sizing: border-box;
  float: left;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .pagenum input {
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page span {
  vertical-align: middle;
  line-height: 35px;
  font-size: 14px ;
  color: #666666;
  margin: 0 4px;
}
.container .hotjobssearch .hotjobssearch-left .screen-frame .screen-content .jobsscreen-bottom .jobsscreen-page .topage {
  width: 35px;
  height: 35px;
  color: #ffffff;
  background-color: #1ba5fe;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.container .hotjobssearch .hotjobssearch-right {
  width: 240px;
  float: right;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin {
  margin-bottom: 12px;
  width: 100%;
  height: 333px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .loginbgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 69px;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-top: 13px;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-left h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fffb97;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-left p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-top: 13px;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-right h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fffb97;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-top .top-right p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.container .hotjobssearch .hotjobssearch-right .hotjobssearchlogin .login-main {
  top: 69px;
  height: 264px;
  width: 228px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 5px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-erwei {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-erwei img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title {
  width: 100%;
  height: 41px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 12px 38px 7px 0;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-shu {
  float: left;
  width: 3px;
  height: 22px;
  background-color: #4db9fe;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-text {
  float: left;
  margin-left: 15px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-text p {
  font-size: 14px;
  line-height: 22px;
  color: #4db9fe;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-btn {
  float: right;
  cursor: pointer;
  height: 22px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-btn .huan-btn {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 22px;
  position: relative;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-btn .huan-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-title .hotnews-right-btn p {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 22px;
  color: #787878;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content {
  width: 100%;
  background-color: #ffffff;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list {
  box-sizing: border-box;
  padding: 29px 14px ;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-top {
  margin-bottom: 10px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-top .list-top-left {
  font-size: 16px;
  float: left;
  transition: all 0.5s ease;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-top .list-top-left:hover {
  color: #019bfe;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-top .list-top-right {
  font-size: 14px;
  color: #0378d8;
  float: right;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-data {
  margin-bottom: 10px;
  color: #019bfe;
  font-size: 14px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-data span {
  margin: 0 4px;
}
.container .hotjobssearch .hotjobssearch-right .hotnews-right-content .hotnews-right-list .list-place {
  font-size: 14px;
  color: #666666;
}
.login-personal .personal-user {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.login-personal .personal-user .user-input {
  width: 154px;
  box-sizing: border-box;
  margin-left: 4px;
  height: 26px;
  padding-left: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c9c9c9;
}
.login-personal .personal-user .user-input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.login-personal .personal-user .user-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
.login-personal .personal-user .user-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
.login-personal .personal-user .user-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.login-personal .personal-pwd {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.login-personal .personal-pwd .pwd-input {
  width: 154px;
  box-sizing: border-box;
  margin-left: 4px;
  height: 26px;
  padding-left: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c9c9c9;
}
.login-personal .personal-pwd .pwd-input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.login-personal .personal-pwd .pwd-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
.login-personal .personal-pwd .pwd-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
.login-personal .personal-pwd .pwd-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.login-personal .login-other {
  margin-bottom: 17px;
}
.login-personal .login-other .login-register {
  float: left;
  font-size: 9px;
}
.login-personal .login-other .login-register span a {
  position: relative;
  color: #34affe;
  cursor: pointer;
  text-decoration: none;
}
.login-personal .login-other .login-forget {
  float: right;
  font-size: 9px;
}
.login-personal .login-btn {
  width: 100%;
  cursor: pointer;
}
.login-personal .login-btn img {
  width: 100%;
}
.login-enterprise .enterprise-user {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.login-enterprise .enterprise-user .user-input {
  width: 154px;
  box-sizing: border-box;
  margin-left: 4px;
  height: 26px;
  padding-left: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c9c9c9;
}
.login-enterprise .enterprise-user .user-input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.login-enterprise .enterprise-user .user-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
.login-enterprise .enterprise-user .user-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
.login-enterprise .enterprise-user .user-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.login-enterprise .enterprise-pwd {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.login-enterprise .enterprise-pwd .pwd-input {
  width: 154px;
  box-sizing: border-box;
  margin-left: 4px;
  height: 26px;
  padding-left: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c9c9c9;
}
.login-enterprise .enterprise-pwd .pwd-input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.login-enterprise .enterprise-pwd .pwd-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
.login-enterprise .enterprise-pwd .pwd-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
.login-enterprise .enterprise-pwd .pwd-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.login-enterprise .login-other {
  margin-bottom: 17px;
}
.login-enterprise .login-other .login-register {
  float: left;
  font-size: 9px;
}
.login-enterprise .login-other .login-register span a {
  position: relative;
  color: #34affe;
  cursor: pointer;
  text-decoration: none;
}
.login-enterprise .login-other .login-forget {
  float: right;
  font-size: 9px;
}
.login-enterprise .login-btn {
  width: 100%;
  cursor: pointer;
}
.login-enterprise .login-btn img {
  width: 100%;
}
.selectjobframe {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.selectjobframe .jobframe-content {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
}
.selectjobframe .jobframe-content .nowpositionlist {
  margin-bottom: 20px;
  height: 300px;
  overflow-y: auto;
}
.selectjobframe .jobframe-content .nowpositionlist ul {
  list-style: none;
}
.selectjobframe .jobframe-content .nowpositionlist ul li {
  list-style: none;
}
.selectjobframe .jobframe-content .nowpositionlist ul li p {
  cursor: pointer;
  font-size: 16px;
  margin: 5px 10px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #34affe;
  border: 1px solid #34affe;
}
.selectjobframe .jobframe-content .nowpositionlist ul .active p {
  background-color: #34affe;
  color: #ffffff;
}
