@charset "UTF-8";
#job-selector-dialog .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#job-selector-dialog #jbox-content {
  width: 100%;
  height: 570px !important;
}
#job-selector-dialog .jbox-title-panel {
  height: 70px;
  background: #fff;
}
#job-selector-dialog .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
  font-weight: 700;
}
#job-selector-dialog .jbox-close {
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#job-selector-dialog #jbox-states {
  background: #fff;
  padding: 0;
}
#job-selector-dialog .search-input-box {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 156px;
}
#job-selector-dialog .search-input-box .search-keyword {
  border: 1px solid #ecedf2;
  width: 360px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 11px;
}
#job-selector-dialog .search-input-box .clear-keyword-icon {
  position: absolute;
  right: 11px;
  top: 9px;
  cursor: pointer;
  display: none;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px 0;
  width: 18px;
  height: 18px;
}
#job-selector-dialog .search-input-box .search-tip-box {
  display: none;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list {
  width: 360px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e7ed;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 16px;
  overflow: auto;
  max-height: 280px;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb,
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list > li {
  padding: 8px 16px;
  margin: 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-name {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-name .text-blue {
  color: #0052ff !important;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-parent {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#job-selector-dialog .search-input-box .search-tip-box .search-tip-list > li:hover {
  background-color: #f5f7fa;
}
#job-selector-dialog .job-box-list-block {
  padding: 10px 20px 0;
  overflow: hidden;
  border-top: 1px solid #f6f6f8;
}
#job-selector-dialog .popup-selected-list {
  float: left;
  width: 200px;
  height: 420px;
  overflow-y: auto;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-first li,
#job-selector-dialog .popup-selected-list li {
  padding: 0 10px 0 24px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  cursor: pointer;
}
#job-selector-dialog .popup-selected-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#job-selector-dialog .popup-selected-list::-webkit-scrollbar-thumb,
#job-selector-dialog .popup-selected-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#job-selector-dialog .popup-selected-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #d9dde6;
}
#job-selector-dialog .popup-selected-list li {
  height: 40px;
  line-height: 40px;
  color: #63666d;
  font-size: 14px;
  position: relative;
  transition: all 0.3s 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#job-selector-dialog .popup-selected-list li .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#job-selector-dialog .popup-selected-list li.open,
#job-selector-dialog .popup-selected-list li.selected,
#job-selector-dialog .popup-selected-list li:hover {
  color: #0052ff;
  background: #f6f6f8;
}
#job-selector-dialog .popup-selected-list li.open::after,
#job-selector-dialog .popup-selected-list li.selected::after,
#job-selector-dialog .popup-selected-list li:hover::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 12px;
  background: url(../images/arrow-right.png) no-repeat;
}
#job-selector-dialog .popup-selected-list.popup-selected-list-first li.open {
  background: #f6f6f8;
  color: #0052ff;
}
#job-selector-dialog .popup-selected-list.popup-selected-list-first li.selected,
#job-selector-dialog .popup-selected-list.popup-selected-list-first li.selected:after,
#job-selector-dialog .popup-selected-list.popup-selected-list-first li:hover,
#job-selector-dialog .popup-selected-list.popup-selected-list-first li:hover:after {
  color: #0052ff;
}
#job-selector-dialog .popup-selected-list.popup-selected-list-last {
  border-right: 0;
}
#job-selector-dialog .popup-selected-list.popup-selected-list-last li:after {
  content: ' ';
  font-size: 30px;
  right: 18px;
}
#job-selector-dialog .popup-selected-list.popup-selected-list:nth-child(1) li,
#job-selector-dialog .popup-selected-list.popup-selected-list:nth-child(2) li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#job-selector-dialog .popup-selected-list.popup-selected-list:nth-child(1) li .name,
#job-selector-dialog .popup-selected-list.popup-selected-list:nth-child(2) li .name {
  width: 150px;
}
#job-selector-dialog .popup-selected-list-last {
  float: left;
  width: 400px;
  height: 420px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 18px;
}
#job-selector-dialog .popup-selected-list-last::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#job-selector-dialog .popup-selected-list-last::-webkit-scrollbar-thumb,
#job-selector-dialog .popup-selected-list-last::-webkit-scrollbar-track {
  border-radius: 999px;
}
#job-selector-dialog .popup-selected-list-last::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#job-selector-dialog .popup-selected-list-last li {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #f6f6f8;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 18px 18px 0;
  border: 1px solid #f6f6f8;
  cursor: pointer;
  font-size: 14px;
}
#job-selector-dialog .popup-selected-list-last li.open,
#job-selector-dialog .popup-selected-list-last li.selected,
#job-selector-dialog .popup-selected-list-last li:hover {
  color: #0052ff;
  background: #f2f8ff;
  border: 1px solid #0052ff;
}
#job-selector-dialog .selected-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  border-top: 1px solid #f6f6f8;
  height: 70px;
}
#job-selector-dialog .selected-footer .selected-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#job-selector-dialog .selected-footer .selected-box .selected-tip {
  width: 100px;
  line-height: 69px;
  font-size: 14px;
  color: #303237;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#job-selector-dialog .selected-footer .selected-box .selected-tip .selected-num {
  color: #0052ff;
}
#job-selector-dialog .selected-footer .selected-box .selected-tags {
  width: 550px;
}
#job-selector-dialog .selected-footer .selected-box .item {
  float: left;
  font-size: 14px;
  color: #0052ff;
  padding: 0 25px 0 10px;
  height: 24px;
  line-height: 24px;
  background: #f2f8ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  margin: 2px 10px 2px 0;
  position: relative;
}
#job-selector-dialog .selected-footer .selected-box .item .del {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #0052ff;
  cursor: pointer;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -461px;
  width: 9px;
  height: 9px;
}
#job-selector-dialog .selected-footer .selected-btn {
  margin-top: 20px;
  text-align: center;
}
#job-selector-dialog .selected-footer .selected-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 60px;
  line-height: 34px;
  font-size: 16px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#job-selector-dialog .selected-footer .selected-btn .submit {
  background: #0052ff;
  color: #fff;
  border: 1px solid #0052ff;
  margin-left: 10px;
}
#job-selector-dialog .selected-footer .selected-btn .cancel {
  border: 1px solid #d9dde6;
  color: #93989e;
}
#industry-feedback-dialog .jbox-container,
#industry-selector-dialog .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#industry-feedback-dialog #jbox-content,
#industry-selector-dialog #jbox-content {
  width: 100%;
  height: 570px !important;
}
#industry-feedback-dialog .jbox-title-panel,
#industry-selector-dialog .jbox-title-panel {
  height: 70px;
  background: #fff;
}
#industry-feedback-dialog .jbox-title,
#industry-selector-dialog .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
  font-weight: 700;
}
#industry-feedback-dialog .jbox-close,
#industry-selector-dialog .jbox-close {
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#industry-feedback-dialog #jbox-states,
#industry-selector-dialog #jbox-states {
  background: #fff;
  padding: 0;
  height: 499px;
}
#industry-selector-dialog .search-input-box {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 156px;
}
#industry-selector-dialog .search-input-box .search-keyword {
  border: 1px solid #ecedf2;
  width: 360px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 11px;
}
#industry-selector-dialog .search-input-box .clear-keyword-icon {
  position: absolute;
  right: 11px;
  top: 9px;
  cursor: pointer;
  display: none;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px 0;
  width: 18px;
  height: 18px;
}
#industry-selector-dialog .search-input-box .search-tip-box {
  display: none;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list {
  width: 360px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e7ed;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 16px;
  overflow: auto;
  max-height: 280px;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb,
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li {
  padding: 8px 16px;
  margin: 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-name {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li font {
  color: #0052ff !important;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-parent {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li:hover {
  background-color: #f5f7fa;
}
#industry-selector-dialog .feedback-btn {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: 64px;
  font-size: 14px;
  color: #93989e;
}
#industry-selector-dialog .feedback-btn:hover {
  color: #0052ff;
}
#industry-selector-dialog .job-box-list-block {
  padding: 10px 0 0;
  overflow: hidden;
  border-top: 1px solid #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-first {
  float: left;
  width: 200px;
  height: 420px;
  overflow-y: auto;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-thumb,
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #d9dde6;
}
#industry-selector-dialog .popup-selected-list-first li {
  height: 40px;
  line-height: 40px;
  color: #63666d;
  font-size: 14px;
  position: relative;
  transition: all 0.3s 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#industry-selector-dialog .popup-selected-list-first li .name {
  position: relative;
}
#industry-selector-dialog .popup-selected-list-first li .child-num {
  width: 14px;
  height: 14px;
  line-height: 14px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff5741;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: 5px;
  font-size: 11px;
}
#industry-selector-dialog .popup-selected-list-first li.open {
  background: #f6f6f8;
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-first li.selected .name,
#industry-selector-dialog .popup-selected-list-first li.selected:after,
#industry-selector-dialog .popup-selected-list-first li:hover .name,
#industry-selector-dialog .popup-selected-list-first li:hover:after {
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-first li.open::after,
#industry-selector-dialog .popup-selected-list-first li.selected::after,
#industry-selector-dialog .popup-selected-list-first li:hover::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 12px;
  background: url(../images/arrow-right.png) no-repeat;
}
#industry-selector-dialog .popup-selected-list-second {
  overflow-y: auto;
  width: 650px;
  height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: none;
  color: #63666d;
  font-size: 14px;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-thumb,
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#industry-selector-dialog .popup-selected-list-second li {
  width: 33.3%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  line-height: 19px;
  position: relative;
}
#industry-selector-dialog .popup-selected-list-second li:hover {
  background: #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-second li font,
#industry-selector-dialog .popup-selected-list-second li.selected .name {
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-second li.selected::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  height: 10px;
  width: 12px;
  background: url(../images/selected.png) no-repeat;
}
#industry-selector-dialog .selected-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  border-top: 1px solid #f6f6f8;
  height: 70px;
}
#industry-selector-dialog .selected-footer .selected-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tip {
  width: 100px;
  line-height: 69px;
  font-size: 14px;
  color: #303237;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tip .selected-num {
  color: #0052ff;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tags {
  width: 550px;
}
#industry-selector-dialog .selected-footer .selected-box .item {
  float: left;
  font-size: 14px;
  color: #0052ff;
  padding: 0 25px 0 10px;
  height: 24px;
  line-height: 24px;
  background: #f2f8ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  margin: 2px 10px 2px 0;
  position: relative;
}
#industry-selector-dialog .selected-footer .selected-box .item .del {
  position: absolute;
  right: 8px;
  top: 7px;
  cursor: pointer;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -461px;
  width: 9px;
  height: 9px;
}
#industry-selector-dialog .selected-footer .selected-btn {
  margin-top: 20px;
  text-align: center;
}
#industry-selector-dialog .selected-footer .selected-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 60px;
  line-height: 34px;
  font-size: 16px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#industry-selector-dialog .selected-footer .selected-btn .submit {
  background: #0052ff;
  color: #fff;
  border: 1px solid #0052ff;
  margin-left: 10px;
}
#industry-selector-dialog .selected-footer .selected-btn .cancel {
  border: 1px solid #d9dde6;
  color: #93989e;
}
#industry-feedback-dialog #jbox-states {
  height: auto;
}
#industry-feedback-dialog .industry-feedback-form {
  padding: 20px 40px 0 20px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item {
  margin-bottom: 22px;
  position: relative;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .industry-feedback-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .industry-feedback-item-label::before {
  content: '*';
  color: #ff5657;
  margin-right: 4px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  width: 100%;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#industry-feedback-dialog .industry-feedback-footer,
#loginPageBox .wx-code-login .flex_Ac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content:focus,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content:hover,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name:focus,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name:hover {
  border: 1px solid #0052ff;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .text-count {
  position: absolute;
  font-size: 14px;
  right: 10px;
  bottom: 6px;
  color: #93989e;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .text-count span {
  color: #0052ff;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .mb-10 {
  margin-bottom: 10px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content {
  height: 210px;
  line-height: 30px;
  padding-top: 5px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-error-tip {
  color: #ff5657;
  font-size: 11px;
  position: absolute;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item.disabled .feedback-content,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item.disabled .feedback-name {
  border: 1px solid #ff5657;
}
#industry-feedback-dialog .industry-feedback-footer {
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-cancel-btn,
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn {
  width: 78px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-cancel-btn {
  background: #fff;
  border: 1px solid #d9dde6;
  color: #93989e;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn {
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn.disabled {
  color: #fff;
  background-color: #80a9ff;
  border-color: #80a9ff;
}
#loginPageId {
  background: #fbfdff;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox {
  position: relative;
  background: url(../images/login-bg.png) no-repeat;
  padding-top: 90px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox .d-n {
  display: none;
}
#loginPageBox .wx-code-login {
  width: 256px;
  height: 287px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  background: oldlinear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%) -moz-;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 20px;
}
#loginPageBox .wx-code-login .code-no,
#loginPageBox .wx-code-login .wx-code-login-img {
  width: 194px;
  height: 194px;
  margin: 0 auto 12px;
}
#loginPageBox .wx-code-login .flex_Ac {
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loginPageBox .wx-code-login .flex_Ac p {
  margin: 0 10px;
}
#loginPageBox .wx-code-login .flex_Ac p:nth-child(2) {
  color: #0052ff;
  cursor: pointer;
}
#loginPageBox .wx-code-login .wx-code-tip {
  font-size: 14px;
  color: #141517;
  line-height: 22px;
}
#loginPageBox .wx-code-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#loginPageBox .wx-code-box .wx-code-tip {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#loginPageBox .wx-code-box .wx-code-tip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 0;
  left: -4px;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid transparent;
}
#loginPageBox .btn-close {
  position: absolute;
  right: 11px;
  top: 10px;
  font-size: 25px;
  font-family: SimSun;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
#loginPageBox .btn-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loginPageBox .title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 52px;
  top: 36px;
}
#loginPageBox .title-tip {
  color: #63666d;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
#loginPageBox .login-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#loginPageBox .login-box .left-box {
  position: relative;
  width: 242px;
  min-height: 486px;
}
#loginPageBox .login-box .left-box .left-img {
  position: absolute;
  width: 242px;
  z-index: 1;
}
#loginPageBox .login-box .left-box .left-img-text {
  position: absolute;
  top: 115px;
  left: 20px;
  width: 175px;
  z-index: 2;
}
#loginPageBox .login-box .rigth-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}
#loginPageBox .page-login-form2 {
  margin-left: 14px;
  width: 256px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
  background: oldlinear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%) -moz-;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
}
#loginPageBox .page-login-form2 .page-change-login-type-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  margin: 0 auto;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #63666d;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  height: 27px;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item.active {
  color: #141517;
  font-weight: 500;
  font-size: 14px;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item.active::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #0052ff;
  background: #0052ff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#loginPageBox .page-login-form2 .page-form-item,
#loginPageBox .page-login-form2 .third-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
#loginPageBox .page-login-form2 .page-form-box {
  margin-top: 25px;
  padding: 0 17px;
}
#loginPageBox .page-login-form2 .page-form-item {
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
}
#loginPageBox .page-login-form2 .page-form-item input {
  width: 100%;
  line-height: 43px;
  font-size: 14px;
  color: #141517;
  padding-left: 34px;
  height: 36px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox .page-login-form2 .page-form-item input::-webkit-input-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input::-moz-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input:-moz-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input:-ms-input-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input[name='userPassword'] {
  padding-right: 46px;
}
#loginPageBox .page-login-form2 .page-form-item label.error {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  line-height: normal;
  font-size: 13px;
  color: red;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye {
  position: absolute;
  right: 16px;
  top: 9px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye .password-eye {
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -512px;
  width: 14px;
  height: 10px;
  display: none;
  margin-top: 4px;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye .password-no-eye {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -432px;
  width: 14px;
  height: 12px;
  margin-top: 2px;
}
#loginPageBox .page-login-form2 .page-form-item .can-see-pwd .password-eye {
  display: block;
}
#loginPageBox .page-login-form2 .page-form-item .can-see-pwd .password-no-eye {
  display: none;
}
#loginPageBox .page-login-form2 .page-form-item.img-captcha-group #img-captcha {
  width: 59%;
}
#loginPageBox .page-login-form2 .page-form-item.img-captcha-group img.authcodePic {
  display: inline-block;
  float: right;
  width: 110px;
  height: 45px;
}
#loginPageBox .page-login-form2 .page-form-item .code-input-icon,
#loginPageBox .page-login-form2 .page-form-item .password-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon2 {
  position: absolute;
  left: 10px;
  top: 9px;
}
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon2 {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px 0;
  width: 14px;
  height: 18px;
}
#loginPageBox .page-login-form2 .page-form-item .code-input-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -416px -327px;
  width: 14px;
  height: 18px;
}
#loginPageBox .page-login-form2 .page-form-item .password-input-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -26px;
  width: 14px;
  height: 16px;
}
#loginPageBox .page-login-form2 .page-form-item .getPageCodeLogin {
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #0052ff;
  border-left: 1px solid #ecedf2;
  padding-left: 4px;
}
#loginPageBox .page-login-form2 .page-form-item input {
  border: none;
}
#loginPageBox .page-login-form2 .page-form-item input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  border: 1px solid #0052ff;
}
#loginPageBox .page-login-form2 .login-box-img-captcha-group input {
  padding-left: 8px;
  height: 30px;
}
#loginPageBox .page-login-form2 .hidden,
#loginPageBox .page-login-form2 .img-captcha-item {
  display: none;
}
#loginPageBox .page-login-form2 .img-captcha-item input[type='text'] {
  width: 200px;
}
#loginPageBox .page-login-form2 .img-captcha-item .img-captcha {
  float: right;
  width: 88px;
  height: 45px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .link-forget {
  line-height: normal;
  font-size: 12px;
  color: #909399;
  text-decoration: underline;
  text-align: right;
  margin: -2px 0 23px;
}
#loginPageBox .page-login-form2 .page-btn-submit {
  display: block;
  width: 238px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 9px;
}
#loginPageBox .page-login-form2 .third-box {
  line-height: 23px;
  padding-top: 14px;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
#loginPageBox .page-login-form2 .third-box p {
  color: #93989e;
}
#loginPageBox .page-login-form2 .third-box .link-register {
  font-size: 14px;
  color: #0052ff;
  margin-left: 10px;
}
#loginPageBox .page-login-form2 .fourth-box {
  font-size: 11px;
  color: #909399;
  width: 100%;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .fourth-box .login-select {
  margin-top: 2px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -492px;
  width: 12px;
  height: 12px;
}
#loginPageBox .page-login-form2 .fourth-box .login-select.selected {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -287px -507px;
  width: 12px;
  height: 12px;
}
#loginPageBox .page-login-form2 .fourth-box .login-agreement {
  padding-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.5px;
}
#loginPageBox .page-login-form2 .fourth-box a.userLink {
  color: #0052ff;
  text-decoration: none;
}
#loginPageBox:hover .wx-code-tip {
  opacity: 1;
}
#industry-selector-dialog .selected-footer .selected-box .item,
#job-selector-dialog .selected-footer .selected-box .item,
.main-right-box .similar-content .similar-list-box .similar-list-item,
.main-right-box .similar-content .similar-list-box .similar-list-item .city-name,
.main-right-box .similar-content .similar-list-box .similar-list-item .post-name,
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-welfare,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .list-more-infos .pos-card-tag,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-name,
.pos-list .pos-item .pos-item-top .item-top-right .com-info-box .com-name,
.pos-list .pos-item .pos-item-top .tag-list-item,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#user-contact-dialog .jbox-container,
#user-resume-dialog .jbox-container,
#user-text-dialog .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#user-contact-dialog #jbox-content,
#user-resume-dialog #jbox-content,
#user-text-dialog #jbox-content {
  width: 100%;
  height: 570px !important;
}
#user-contact-dialog .jbox-help-title,
#user-resume-dialog .jbox-help-title,
#user-text-dialog .jbox-help-title {
  display: none !important;
}
#user-contact-dialog .jbox-title-panel,
#user-resume-dialog .jbox-title-panel,
#user-text-dialog .jbox-title-panel {
  height: 70px;
  background: 0 0;
  display: none;
}
#user-contact-dialog .jbox-title,
#user-resume-dialog .jbox-title,
#user-text-dialog .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
}
#user-contact-dialog #jbox-states,
#user-resume-dialog #jbox-states,
#user-text-dialog #jbox-states {
  background: #fff;
  padding: 0;
}
#user-contact-dialog .jbox-close,
#user-resume-dialog .jbox-close,
#user-text-dialog .jbox-close {
  display: none;
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#user-resume-dialog .jbox-close {
  display: block;
}
#user-resume-dialog .user-tip-img-content {
  margin: 0 auto;
  text-align: center;
  padding-top: 34px;
}
#user-resume-dialog .user-tip-img-content .user-tip-img {
  margin: 0 auto;
}
#user-resume-dialog .user-tip-img-content .user-tip-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#user-resume-dialog .user-tip-img-content .user-tip-text {
  max-width: 308px;
  text-align: center;
  font-size: 14px;
  color: #63666d;
  margin: 10px auto 30px;
  line-height: 20px;
}
#user-resume-dialog .user-tip-img-content .user-jump-to-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  background: #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
}
#user-text-dialog .user-tip-text-content {
  padding: 70px 20px 30px 40px;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block .notice-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -100px -441px;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block .user-tip-text {
  max-width: 308px;
  text-align: center;
  font-size: 14px;
  color: #63666d;
  line-height: 20px;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 33px;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-cancel-btn,
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-confirm-btn {
  width: 78px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-cancel-btn {
  background: #fff;
  border: 1px solid #d9dde6;
  color: #93989e;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-confirm-btn {
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
#user-contact-dialog .jbox-close,
#user-contact-dialog .jbox-title-panel {
  display: block;
}
#user-contact-dialog .user-contact-content {
  padding: 14px 20px 0;
}
#user-contact-dialog .user-contact-content .user-contact-text {
  font-size: 16px;
  color: #63666d;
  line-height: 25px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list {
  margin-top: 43px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn {
  cursor: pointer;
  float: left;
  margin-top: 6px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn .check-prompt-box {
  width: 20px;
  height: 20px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #93989e;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn .check-prompt-text {
  font-size: 14px;
  color: #303237;
  margin-left: 10px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn.selected .check-prompt-box {
  background-image: url(../images/user-selected.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
  border: none;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .prompt-confirm-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
body {
  background: #f3f8fe;
}
.pos-box {
  width: 1184px;
  max-width: 1184px;
  min-width: 950px;
  margin: 0 auto;
}
.pos-hidden {
  display: none;
}
.pos-search-header-box {
  position: relative;
  z-index: 4;
}
.pos-search-header-box .pos-search-bar .pos-search-content {
  width: 1184px;
  max-width: 1184px;
  min-width: 950px;
  margin: 25px auto 0;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 24px 24px 24px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header {
  height: 44px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left {
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #1c65ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: 870px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-input-block {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #1c65ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-input-block .pos-search-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-input-block .pos-search-city .pos-search-city-name {
  font-size: 14px;
  color: #303237;
  width: 68px;
  text-align: center;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-input-block .pos-search-city .pos-search-arrow-icon {
  margin-top: 2px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-input-block .pos-search-input {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  background: #fff;
  padding-left: 20px;
  margin-right: 5px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-header-left .pos-search-btn {
  width: 92px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  background: #1c65ff;
  text-align: center;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .w-915 {
  width: 915px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .w-970 {
  width: 970px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .w-1020 {
  width: 1020px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right {
  width: 236px;
  height: 44px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0052ff;
  cursor: pointer;
  padding: 14px 0 0 33px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right .pos-search-logo-icon {
  float: left;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -156px;
  width: 16px;
  height: 17px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right .pos-search-login-btn {
  font-size: 16px;
  color: #0052ff;
  margin-left: 12px;
  line-height: 1;
  float: left;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right:hover {
  background: #0052ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right:hover .pos-search-logo-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -181px;
  width: 16px;
  height: 17px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right:hover .pos-search-login-btn {
  color: #fff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right-2 {
  padding-top: 4px;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right-2 .download-app-block {
  width: 160px;
  height: 160px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  -moz-box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 1;
  text-align: center;
  padding-top: 6px;
  display: none;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right-2 .download-app-block .download-app-code {
  width: 148px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-header .pos-search-input-right-2:hover .download-app-block {
  display: block;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-city-label {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background: rgba(233, 240, 255, 0.5);
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
  display: none;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-city-label .pos-search-map-icon {
  vertical-align: text-top;
  padding-top: 1px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-city-label .filter-city-name {
  font-size: 14px;
  color: #0052ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter {
  margin-top: 20px;
  font-size: 14px;
  color: #63666d;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area li,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot li,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter li {
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area li:hover,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot li:hover,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter li:hover {
  color: #0052ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot .pos-search-hot-list {
  margin-left: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot .pos-search-hot-list .hot-list-item {
  color: #63666d;
  margin-right: 26px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-hot .pos-search-hot-list .hot-list-item a:hover {
  color: #0052ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area {
  clear: both;
  overflow: hidden;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pt-12 {
  padding-top: 12px;
  float: left;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list {
  width: 95%;
  background: #f8f9fb;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list .area-list-item {
  color: #63666d;
  margin: 0 26px 11px 0;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list .area-list-item.active,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list .area-list-item.active a,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list .area-list-item:hover,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-area .pos-search-area-list .area-list-item:hover a,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list > li.active a,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list > li:hover a {
  color: #0052ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .pos-search-label {
  padding-top: 7px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown {
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #f8f9fb;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label .dropdown-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-name {
  color: #333;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-close-icon {
  display: none;
  margin-left: 6px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label .arrow-down-icon {
  margin-left: 6px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label:hover {
  background: #e9f0ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-label:hover .arrow-down-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block {
  position: absolute;
  top: 32px;
  padding-top: 10px;
  z-index: 10;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list {
  max-height: 354px;
  overflow-y: auto;
  display: none;
  width: 152px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d5e2ff;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-thumb,
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list > li {
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list > li:hover {
  background: #f8f9fb;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown .dropdown-list-block .dropdown-list > li.active::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 12px;
  background: url(../images/selected.png) no-repeat;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown:hover .dropdown-list {
  display: block !important;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .filter-list .select-dropdown:last-child {
  margin-right: 0;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .pos-clear-filter {
  font-size: 14px;
  color: #93989e;
  margin-left: 7px;
  line-height: 32px;
  cursor: pointer;
}
.pos-search-header-box .pos-search-bar .pos-search-content .pos-search-more-filter .pos-clear-filter:hover {
  color: #0052ff;
}
.pos-search-header-box .pos-search-bar.fixed {
  position: fixed;
  top: 50px;
  z-index: 999;
  background: #fff;
  left: 0;
  right: 0;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pos-search-header-box .pos-search-bar.fixed .pos-search-content {
  margin-top: 0;
  padding: 24px 0 4px;
}
.pos-search-header-box .pos-search-bar.fixed .pos-search-area,
.pos-search-header-box .pos-search-bar.fixed .pos-search-hot,
.pos-search-header-box .pos-search-bar.fixed .pos-search-label {
  display: none;
}
.pos-search-header-box .pos-search-bar.fixed .pos-search-city-label {
  display: inline-block;
}
.pos-search-header-box .pos-search-bar.fixed .pos-search-content .pos-search-more-filter .filter-list .select-dropdown {
  margin-right: 15px;
}
.pos-search-header-box .pos-search-bar-empty {
  display: none;
}
.main-container {
  padding: 0 0 84px;
}
.main-container > .pos-box:after {
  content: '';
  display: block;
  clear: both;
}
.main-left-box {
  width: 884px;
}
.main-left-box .list-sort {
  height: 48px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 24px;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-left-box .list-sort .sort-type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}
.main-left-box .list-sort .sort-type-list .sort-type-item {
  position: relative;
  font-size: 16px;
  color: #93989e;
  text-align: center;
  margin-right: 50px;
  line-height: 48px;
}
.main-left-box .list-sort .sort-type-list .sort-type-item.selected {
  color: #141517;
}
.main-left-box .list-sort .sort-type-list .sort-type-item.selected::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #0052ff;
}
.main-left-box .list-sort .sort-right {
  cursor: pointer;
}
.main-left-box .list-sort .sort-right .check-wanted-box {
  width: 14px;
  height: 14px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #93989e;
}
.main-left-box .list-sort .sort-right .wanted-text {
  font-size: 14px;
  color: #93989e;
  margin-left: 6px;
  line-height: 1;
}
.main-left-box .list-sort .sort-right.selected .check-wanted-box {
  width: 14px;
  height: 14px;
  background-image: url(../images/user-selected.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
  border: none;
}
.main-left-box .subscribe {
  padding: 9px 40px 10px 24px;
  margin-top: 11px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.main-left-box .subscribe .subscribe-left {
  width: 80%;
}
.main-left-box .subscribe .subscribe-img {
  margin-right: 17px;
}
.main-left-box .subscribe .subscribe-tip {
  font-weight: 500;
  font-size: 22px;
  color: #303237;
  margin-bottom: 4px;
}
.main-left-box .subscribe .subscribe-over {
  position: absolute;
  right: 5px;
  top: 4px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  cursor: pointer;
}
.main-left-box .subscribe .subscribe-text {
  color: #93989e;
  font-size: 14px;
}
.main-left-box .subscribe .subscribe-text .subscribe-icon {
  color: #0052ff;
}
.main-left-box .subscribe .subscribe-code {
  width: 90px;
  height: 90px;
}
.main-left-box .subscribe .subscribe-code-tip {
  color: #93989e;
  font-size: 14px;
}
.main-left-box .subscribe .close-subscribe {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.pos-list .pos-item,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-name-block,
.pos-list-box {
  position: relative;
}
.pos-list-box {
  padding: 0 0 20px;
}
.pos-list {
  margin-bottom: 37px;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
.pos-list .pos-item {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pos-list .pos-item em {
  color: #0052ff;
}
.pos-list .pos-item .pos-list-select {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icon-sprites.png);
  background-position: -175px -395px;
  width: 29px;
  height: 29px;
  display: none;
}
.pos-list .pos-item .pos-list-select.selected {
  display: block;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -212px -395px;
  width: 29px;
  height: 29px;
}
.pos-list .pos-item .pos-list-select.disabled {
  display: block;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: 0 -441px;
  width: 28px;
  height: 30px;
}
.pos-list .pos-item .pos-item-top {
  padding: 21px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card {
  position: absolute;
  -webkit-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  padding-bottom: 15px;
  top: 0;
  z-index: 98;
  overflow: hidden;
}
.pos-list .pos-item .pos-item-top .item-top-left {
  width: 557px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card {
  display: none;
  left: 100%;
  width: 500px;
  background: #fff;
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header {
  background: -webkit-linear-gradient(350deg, #e8f1ff 0, #fafdff 100%);
  background: oldlinear-gradient(350deg, #e8f1ff 0, #fafdff 100%) -moz-;
  background: -o-linear-gradient(350deg, #e8f1ff 0, #fafdff 100%);
  background: linear-gradient(100deg, #e8f1ff 0, #fafdff 100%);
  padding: 24px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left {
  width: 52%;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .pos-card-pos-name {
  font-weight: 700;
  font-size: 18px;
  color: #303237;
  line-height: 24px;
  cursor: pointer;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .pos-card-pos-name:hover {
  color: #0052ff;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .list-more-infos {
  margin-top: 8px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .list-more-infos .pos-card-tag {
  font-size: 13px;
  color: #63666d;
  line-height: 24px;
  max-width: 100px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .list-more-infos .pos-card-tag:after {
  content: '|';
  margin: 0 8px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-left .list-more-infos .pos-card-tag:last-child:after {
  content: '';
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right {
  width: 48%;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-collect {
  margin-top: 5px;
  cursor: pointer;
  float: right;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-collect .pos-card-collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -196px -441px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-collect.selected .pos-card-collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -209px;
  width: 21px;
  height: 20px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-collect.selected p {
  color: #f6ab00;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-apply-pos-btn {
  width: 96px;
  height: 32px;
  line-height: 32px;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 30px;
  color: #fff;
  float: right;
  border: none;
  cursor: pointer;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-right .pos-card-apply-pos-btn.disabled {
  background: rgba(0, 82, 255, 0.3);
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-header .pos-card-header-bottom {
  margin-top: 8px;
  font-size: 13px;
  color: #a8adba;
  line-height: 24px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-desc-block {
  padding: 20px 24px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-desc-block .pos-card-desc-title {
  font-weight: 400;
  font-size: 14px;
  color: #303237;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-desc-block .pos-card-desc {
  margin-top: 12px;
  font-size: 12px;
  color: #63666d;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block {
  border-top: 1px solid #eceef2;
  padding: 20px 24px 0;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block .pos-card-work-left {
  max-width: 60%;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block .pos-card-work-left .pos-card-work {
  font-weight: 700;
  font-size: 14px;
  color: #63666d;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block .pos-card-work-left .pos-card-address {
  font-size: 12px;
  color: #93989e;
  line-height: 20px;
  margin-top: 9px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block .pos-card-work-right .pos-card-tip {
  font-size: 12px;
  color: #7996f9;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-card .pos-card-work-block .pos-card-work-right .pos-card-logo {
  width: 90px;
  height: 90px;
  margin-left: 10px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-name-block:hover .pos-card {
  display: block;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-name {
  max-width: 208px;
  font-weight: 500;
  font-size: 16px;
  color: #141517;
  line-height: 25px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .pos-name:hover {
  color: #0052ff;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .hot-new-tag,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .top-tag,
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .wanted-tag {
  margin-left: 8px;
  width: 30px;
  height: 16px;
  line-height: 16px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  text-align: center;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .wanted-tag {
  background: #ebf3ff;
  color: #0052ff;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .hot-new-tag {
  background: #ffe8e8;
  color: #ff2300;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .top-tag {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -291px -86px;
  width: 55px;
  height: 20px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card {
  display: none;
  left: 10px;
  width: 394px;
  background: -webkit-linear-gradient(63deg, #fff 0, #e9f1ff 100%);
  background: oldlinear-gradient(63deg, #fff 0, #e9f1ff 100%) -moz-;
  background: -o-linear-gradient(63deg, #fff 0, #e9f1ff 100%);
  background: linear-gradient(27deg, #fff 0, #e9f1ff 100%);
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block {
  padding: 20px 30px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block .chat-card-left p {
  font-weight: 700;
  font-size: 14px;
  color: #303237;
  line-height: 24px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block .chat-card-left .mt-20 {
  margin-top: 20px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block .chat-card-right {
  text-align: center;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block .chat-card-right .chat-card-logo {
  width: 90px;
  height: 90px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-card .chat-card-block .chat-card-right .chat-card-tip {
  font-size: 12px;
  color: #a8adba;
  margin-top: 10px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block {
  position: relative;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-btn {
  margin-left: 10px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -62px;
  width: 22px;
  height: 21px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  width: 394px;
  background: -webkit-linear-gradient(63deg, #fff 0, #e9f1ff 100%);
  background: oldlinear-gradient(63deg, #fff 0, #e9f1ff 100%) -moz-;
  background: -o-linear-gradient(63deg, #fff 0, #e9f1ff 100%);
  background: linear-gradient(27deg, #fff 0, #e9f1ff 100%);
  -webkit-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 98;
  padding-bottom: 15px;
  overflow: hidden;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block {
  padding: 20px 30px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block .chat-card-left p {
  font-weight: 700;
  font-size: 14px;
  color: #303237;
  line-height: 24px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block .chat-card-left .mt-20 {
  margin-top: 20px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block .chat-card-right {
  text-align: center;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block .chat-card-right .chat-card-logo {
  width: 120px;
  height: 120px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block .chat-card .chat-card-block .chat-card-right .chat-card-tip {
  font-size: 12px;
  color: #a8adba;
  margin-top: 10px;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-title-box .chat-block:hover .chat-card {
  display: block;
}
.pos-list .pos-item .pos-item-top .item-top-left .pos-info-box .salary {
  font-weight: 500;
  font-size: 16px;
  color: #ff8116;
  line-height: 25px;
  margin-right: 19px;
}
.pos-list .pos-item .pos-item-top .item-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 205px;
}
.pos-list .pos-item .pos-item-top .item-top-right .com-logo {
  width: 54px;
  height: 54px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f8f9fb;
  overflow: hidden;
}
.pos-list .pos-item .pos-item-top .item-top-right .com-info-box {
  margin-left: 8px;
}
.pos-list .pos-item .pos-item-top .item-top-right .com-info-box .com-name {
  width: 200px;
  font-size: 16px;
  color: #141517;
  line-height: 25px;
  margin-bottom: 4px;
  display: inline-block;
}
.pos-list .pos-item .pos-item-top .item-top-right .com-info-box .com-name:hover {
  color: #0052ff;
}
.pos-list .pos-item .pos-item-top .item-top-right .com-info-box .com-info-tags .tag-list-item {
  max-width: 77px;
}
.pos-list .pos-item .pos-item-top .tag-list-item {
  height: 22px;
  line-height: 22px;
  background: #f8f9fb;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #93989e;
  text-align: center;
  padding: 0 6px;
  margin-right: 8px;
}
.pos-list .pos-item .pos-item-bottom {
  height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#e8f1ff), to(#fafdff));
  background: -webkit-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: oldlinear-gradient(left, #e8f1ff 0, #fafdff 100%) -moz-;
  background: -o-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: linear-gradient(90deg, #e8f1ff 0, #fafdff 100%);
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding: 0 24px;
}
.pos-list .pos-item .pos-item-bottom .bottom-left .hr-avatar {
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.pos-list .pos-item .pos-item-bottom .bottom-left .hr-name {
  font-size: 13px;
  color: #303237;
  margin: 0 8px;
}
.pos-list .pos-item .pos-item-bottom .bottom-left .user-status {
  font-size: 11px;
  color: #9fb4d4;
  position: relative;
}
.pos-list .pos-item .pos-item-bottom .bottom-left .online-status {
  color: #009b15;
  padding-left: 8px;
}
.pos-list .pos-item .pos-item-bottom .bottom-left .online-status::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #009b15;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-welfare {
  float: right;
  width: 286px;
  font-size: 13px;
  color: #93989e;
  line-height: 48px;
  text-align: right;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate {
  float: right;
  display: none;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .collect {
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .collect .pos-collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -196px -441px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .collect.selected .pos-collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -209px;
  width: 21px;
  height: 20px;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .collect p {
  color: #63666d;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .collect.selected p {
  color: #f6ab00;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .apply-pos-btn {
  width: 96px;
  height: 32px;
  line-height: 32px;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 30px;
  color: #fff;
  float: left;
  border: none;
  cursor: pointer;
}
.pos-list .pos-item .pos-item-bottom .bottom-right .pos-operate .apply-pos-btn.disabled {
  background: rgba(0, 82, 255, 0.3);
}
.pos-list .pos-item:hover {
  -webkit-box-shadow: 0 16px 40px 0 hsla(0deg, 0%, 60%, 0.3);
  -moz-box-shadow: 0 16px 40px 0 hsla(0deg, 0%, 60%, 0.3);
  box-shadow: 0 16px 40px 0 hsla(0deg, 0%, 60%, 0.3);
}
.pos-list .pos-item:hover .pos-list-select {
  display: block;
}
.main-right-box .login-page-box,
.pos-list .pos-item:hover .pos-welfare {
  display: none;
}
.pos-list .pos-item .pos-operate {
  display: block !important;
}
.pos-list-box .pos-footer-bottom {
  bottom: 50px;
  width: 884px;
  height: 62px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 24px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left {
  float: left;
  padding-top: 15px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .select-all-btn {
  cursor: pointer;
  float: left;
  margin-top: 6px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .select-all-btn .check-all-wanted-box {
  width: 20px;
  height: 20px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #93989e;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .select-all-btn .wanted-text {
  font-size: 14px;
  color: #303237;
  margin-left: 10px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .select-all-btn.selected .check-all-wanted-box {
  background-image: url(../images/user-selected.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
  border: none;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .collect-more {
  margin-left: 50px;
  cursor: pointer;
  float: left;
  margin-top: 6px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .collect-more .collect-more-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -196px -441px;
  width: 20px;
  height: 20px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .collect-more .collect-more-icon.selected {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -209px;
  width: 21px;
  height: 20px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .collect-more span {
  font-size: 14px;
  color: #63666d;
  margin-left: 6px;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .apply-pos-more-btn {
  margin-left: 30px;
  width: 111px;
  height: 32px;
  line-height: 32px;
  background: #1d66ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}
.pos-list-box .pos-footer-bottom .pos-footer-left .apply-pos-more-btn.disabled {
  background: rgba(0, 82, 255, 0.3);
}
.pos-list-box .pos-footer-bottom .pos-footer-right {
  float: right;
  padding-top: 8px;
}
.pos-list-box .pos-footer-bottom.fixed {
  position: fixed;
  bottom: 0;
  width: 884px;
  height: 62px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 24px;
  -webkit-box-shadow: 0 2px 12px #dadde7;
  -moz-box-shadow: 0 2px 12px #dadde7;
  box-shadow: 0 2px 12px #dadde7;
}
.pos-list-box .no-list-data {
  width: 884px;
  height: 514px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 17px;
  padding-top: 137px;
  text-align: center;
}
.pos-list-box .no-list-data .no-data-text {
  font-size: 14px;
  color: #63666d;
  margin-top: 10px;
}
.main-right-box {
  float: right;
  width: 284px;
}
.main-right-box > div {
  margin-bottom: 16px;
}
.main-right-box .similar-content .similar-title-box {
  height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#e8f1ff), to(#fafdff));
  background: -webkit-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: oldlinear-gradient(left, #e8f1ff 0, #fafdff 100%) -moz-;
  background: -o-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: linear-gradient(90deg, #e8f1ff 0, #fafdff 100%);
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 0 24px;
}
.main-right-box .similar-content .similar-title-box .similar-title {
  font-weight: 500;
  font-size: 16px;
  color: #303237;
}
.main-right-box .similar-content .similar-title-box .similar-list-count {
  font-size: 12px;
  color: #93989e;
}
.main-right-box .similar-content .similar-list-box {
  background: #fff;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding-top: 12px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item {
  width: 100%;
  font-size: 14px;
  color: #004098;
  padding: 12px 24px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .line-2 {
  margin-top: 6px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .money-num {
  max-width: 94px;
  font-size: 16px;
  color: #ff8116;
  line-height: 25px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .post-name {
  display: block;
  max-width: 164px;
  font-size: 16px;
  color: #141517;
  line-height: 25px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .post-name:hover {
  color: #0052ff;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .cite-text {
  font-size: 12px;
  color: #93989e;
  line-height: 25px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .city-name {
  display: block;
  max-width: 160px;
  font-size: 12px;
  color: #93989e;
  line-height: 25px;
}
.main-right-box .similar-content .similar-list-box .similar-list-item .city-name:hover {
  color: #0052ff;
}
.main-right-box #wage-calc__layout {
  padding-top: 1px;
}
.main-right-box .banner-img {
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.main-right-box .banner-img img {
  width: 100%;
  height: auto;
}
.chat-dialog {
  display: none;
  position: fixed;
  -webkit-box-shadow: 0 0 18px #e3e8f0;
  -moz-box-shadow: 0 0 18px #e3e8f0;
  box-shadow: 0 0 18px #e3e8f0;
}
.chat-dialog .chat-msg-content {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  -moz-box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  padding: 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.chat-dialog .chat-msg-content img {
  width: 100px;
  height: 100px;
}
.crumbs-box {
  margin: 30px auto;
}
