.wrap {
  background: #f8f8f8;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  width: 1200px;
  background: #f8f8f8;
  margin: 0 auto;
}
.content > section {
  background: #fff;
}
.content .filter {
  width: 100%;
  margin: 10px 0;
  border-radius: 2px;
  padding: 15px 30px;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
}
.content .filter a {
  display: inline-block;
  color: #999;
}
.content .filter a.active,
.content .filter a:hover {
  color: #fb6c2e;
}
.content .filter .filter-item {
  margin: 15px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.content .filter .filter-item .filter-name {
  color: #333;
}
.content .filter .filter-item .filter-content {
  flex: 1;
}
.content .filter .filter-item .filter-content a {
  margin: 0 15px 15px;
}
.content .filter .filter-item.more-condition {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  justify-content: flex-start;
}
.content .filter .filter-item.more-condition .filter-name {
  margin-right: 15px;
}
.content .filter .filter-item.more-condition section.input-wrapper {
  position: relative;
  width: 120px;
  margin-right: 26px;
}
.content .filter .filter-item.more-condition section.input-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 26px;
  line-height: 26px;
  outline: none;
  padding: 0 15px;
  padding-right: 30px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  cursor: pointer;
}
.content .filter .filter-item.more-condition section.input-wrapper input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input.active {
  border-color: #ffd205;
}
.content .filter .filter-item.more-condition section.input-wrapper input.active + span.dropdown-icon {
  transform: rotate(180deg);
}
.content .filter .filter-item.more-condition section.input-wrapper .dropdown-icon {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  text-align: center;
  color: #c0c4cc;
  transition: all 0.5s;
  pointer-events: none;
  background: url('../images/login/drop-down.svg');
  background-size: 100% 100%;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-height: 368px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  z-index: 3;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul {
  padding: 4px 0;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  color: #333;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li {
  padding: 12px 10px;
  cursor: pointer;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li.active {
  background: #f8f8f8;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li a {
  color: #333;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li:hover {
  background: #f1f1f1;
}
.content .filter .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #333;
  cursor: pointer;
}
.content .filter .more:hover {
  color: #fb6c2e;
}
.content .filter .more .dropdown-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url('../images/filter-icon.svg');
  background-size: 100% 100%;
}
.content .filter .more .dropdown-icon.rotate {
  transform: rotate(180deg);
}
.content .listCon {
  padding: 30px 30px 0;
}
.content .listCon .sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 30px 20px;
}
.content .listCon .sort a {
  padding: 5px 12px;
  margin-right: 13px;
  display: inline-block;
  color: #333;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
}
.content .listCon .sort a.active {
  background: #ffd205;
}
.content .listCon .company-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.content .listCon .company-list .list-item {
  margin-bottom: 50px;
  padding: 30px 25px 0;
  width: 240px;
  text-align: center;
  height: 300px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.content .listCon .company-list .list-item:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
}
.content .listCon .company-list .list-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 122px;
  height: 80px;
}
.content .listCon .company-list .list-item .picture img {
  max-width: 100%;
  max-height: 100%;
}
.content .listCon .company-list .list-item .company {
  display: block;
  padding: 18px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.content .listCon .company-list .list-item .company:hover {
  color: #fb6c2e;
}
.content .listCon .company-list .list-item .area {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #999;
}
.content .listCon .company-list .list-item .area:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background: url("../images/pub/area-ico.svg");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.content .listCon .company-list .list-item .details {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
}
.content .listCon .company-list .list-item .details:before {
  content: '';
  position: absolute;
  left: 49%;
  top: 30px;
  width: 1px;
  height: 24px;
  background-color: #f1f1f1;
}
.content .listCon .company-list .list-item .details .det-item .title {
  padding: 20px 0 15px;
  font-size: 12px;
  color: #999;
}
.content .listCon .company-list .list-item .details .det-item .num {
  font-size: 14px;
  color: #fb6c2e;
}
.content .empty {
  padding: 50px 0;
  text-align: center;
}
.content .empty img {
  width: 100px;
  height: 120px;
  margin-bottom: 20px;
}
.content .empty p {
  color: #666;
  font-size: 16px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.pagination a {
  padding: 6px 10px;
  margin: 0 2px;
  border: 1px solid #e5e5e5;
  color: #333;
}
.pagination a.current {
  background: #ffd205;
}
.company-header {
  margin-top: 10px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.company-header .com-size {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.company-header .com-size .picture {
  display: flex;
  align-items: center;
  width: 126px;
  height: 126px;
}
.company-header .com-size .picture img {
  width: 100%;
}
.company-header .com-size .company-title {
  margin-left: 30px;
}
.company-header .com-size .company-title > section {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
.company-header .com-size .company-title .name {
  font-size: 26px;
  color: #333;
}
.company-header .com-size .company-data {
  display: flex;
  align-items: center;
  text-align: center;
}
.company-header .com-size .company-data .data-item {
  position: relative;
  margin-right: 60px;
}
.company-header .com-size .company-data .data-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #f1f1f1;
  right: -30px;
  top: 20px;
}
.company-header .com-size .company-data .data-item:last-of-type {
  margin-right: 0;
}
.company-header .com-size .company-data .data-item:last-of-type:after {
  content: none;
}
.company-header .com-size .company-data .num {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fb6c2e;
}
.company-header .com-size .company-data .name {
  font-size: 14px;
  color: #666;
}
.icon-wrapper {
  display: inline-block;
}
.icon-wrapper .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
.icon-wrapper .icon:hover {
  opacity: 0.8;
}
.icon-wrapper .share-ul {
  display: flex;
  align-items: center;
}
.icon-wrapper .wechat {
  background: url('../images/login/wechat.svg');
  background-size: 100% 100%;
}
.icon-wrapper .qq {
  background: url('../images/login/qq.svg');
  background-size: 100% 100%;
}
.icon-wrapper .weibo {
  background: url('../images/weibo.svg');
  background-size: 100% 100%;
}
.icon-wrapper .qqzone {
  background: url('../images/qqzone.svg');
  background-size: 100% 100%;
}
.icon-wrapper .danger {
  background: url('../images/danger.svg');
  background-size: 100% 100%;
}
section.main {
  display: flex;
  justify-content: space-between;
}
section.main .main-left {
  width: 828px;
}
section.main .main-left .company-nav {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 30px;
  background-color: #fff;
}
section.main .main-left .company-nav a {
  margin-right: 40px;
  line-height: 53px;
  font-size: 16px;
  color: #999;
  border-bottom: 2px solid transparent;
}
section.main .main-left .company-nav a.active {
  color: #333;
  border-bottom-color: #333;
}
section.main .main-left .searchBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 30px;
  background-color: #fff;
}
section.main .main-left .searchBox .select-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 18px;
  width: 136px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease 0.3s;
}
section.main .main-left .searchBox .select-item .name {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 100%;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
}
section.main .main-left .searchBox .select-item:after {
  content: url("../images/index/arrow-down.svg");
  position: absolute;
  width: 14px;
  height: 12px;
  line-height: 1;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transition: all ease 0.3s;
}
section.main .main-left .searchBox .select-item.active {
  border: 1px solid #ffd205;
}
section.main .main-left .searchBox .select-item.active:after {
  transform: rotate(180deg);
}
section.main .main-left .searchBox .select-item.active .select-pos {
  display: flex;
}
section.main .main-left .searchBox .select-pos {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  z-index: 9;
}
section.main .main-left .searchBox .select-pos-ul {
  flex-grow: 1;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
section.main .main-left .searchBox .select-pos-ul li.active {
  background-color: #fafafa;
}
section.main .main-left .searchBox .select-pos-ul li a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
}
section.main .main-left .searchBox .select-pos-ul li a:hover {
  background-color: #fafafa;
}
section.main .main-left .searchBox .search-btn {
  margin-left: 20px;
  text-decoration: underline;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
section.main .main-left .searchBox .search-btn:hover {
  color: #666;
}
section.main .main-left .jobInfoList {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}
section.main .main-left .jobInfoList .list {
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
  height: 102px;
  border-bottom: 1px solid #f1f1f1;
}
section.main .main-left .jobInfoList .list:hover {
  background-color: #fafafa;
}
section.main .main-left .jobInfoList .list .list-item .title {
  display: block;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
section.main .main-left .jobInfoList .list .list-item .title.apt-title {
  width: 420px;
}
section.main .main-left .jobInfoList .list .list-item .title:hover {
  color: #fb6c2e;
}
section.main .main-left .jobInfoList .list .list-item .certCon {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
section.main .main-left .jobInfoList .list .list-item .certCon .name {
  max-width: 200px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.main .main-left .jobInfoList .list .list-item .certCon .name:hover {
  color: #fb6c2e;
}
section.main .main-left .jobInfoList .list .list-item .certCon .cert-hover {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
section.main .main-left .jobInfoList .list .list-item .certCon .cert-hover:hover .pos {
  display: block;
}
section.main .main-left .jobInfoList .list .list-item .certCon .cert-hover .cert-ico {
  display: block;
  background: url("../images/cert.svg") center no-repeat;
  width: 16px;
  height: 16px;
}
section.main .main-left .jobInfoList .list .list-item .certCon .cert-hover .pos {
  display: none;
  position: absolute;
  top: -30px;
  left: -25px;
  width: 68px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
section.main .main-left .jobInfoList .list .list-item ul {
  display: flex;
  align-items: center;
}
section.main .main-left .jobInfoList .list .list-item ul li {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #e6e6e6;
  font-size: 14px;
  color: #999;
}
section.main .main-left .jobInfoList .list .list-item ul li.active {
  font-size: 16px;
  color: #fb6c2e;
}
section.main .main-left .jobInfoList .list .list-item ul li:last-of-type {
  border-right: none;
}
section.main .main-left .jobInfoList .list .list-item .time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 160px;
  text-align: right;
  font-size: 14px;
  color: #ccc;
}
section.main .main-left .jobInfoList .list .list-item .time span {
  color: #999;
}
section.main .main-right {
  width: 362px;
}
section.main .company-info {
  margin-top: 10px;
  padding: 0 30px;
  background-color: #fff;
}
section.main .company-info .title {
  padding: 30px 0;
  font-size: 18px;
  color: #333;
  border-top: 1px solid #f1f1f1;
}
section.main .company-info .title:first-child {
  border-top: none;
}
section.main .company-info .intro-details {
  padding-bottom: 30px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
section.main .company-info .business {
  margin-bottom: 30px;
}
section.main .company-info .business .business-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: #666;
}
section.main .company-info .business .business-list label {
  margin-right: 15px;
  line-height: 44px;
  font-size: 16px;
}
section.main .company-info .business .business-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 15px;
  width: 685px;
  background-color: #fafafa;
  box-sizing: border-box;
}
section.main .company-info .business .business-list ul li {
  margin-right: 15px;
  line-height: 28px;
  font-size: 14px;
}
section.main .company-info .business .business-list ul li:last-child {
  margin-right: 0;
}
section.main .company-info .team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 10px;
}
section.main .company-info .team .team-list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
section.main .company-info .team .team-list img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
section.main .company-info .team .team-list .details {
  margin-left: 16px;
  font-size: 14px;
  color: #999;
}
section.main .company-info .team .team-list .details p {
  margin: 6px 0;
}
section.main .company-info .team .team-list .details span {
  color: #666;
}
section.main .company-info .location {
  padding-bottom: 30px;
}
section.main .company-info .location span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}
section.main .company-info .location #location {
  width: 768px;
  height: 310px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
section.main .company-info .info {
  padding-bottom: 6px;
  font-size: 14px;
  color: #999;
}
section.main .company-info .info p {
  margin-bottom: 24px;
}
section.main .company-info .info span {
  color: #666;
}
section.main .company-info .evaluate {
  padding-bottom: 30px;
}
section.main .company-info .evaluate textarea {
  margin-bottom: 24px;
  width: 302px;
  height: 142px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  resize: none;
}
section.main .company-info .evaluate .evaLevel {
  display: flex;
  align-items: center;
}
section.main .company-info .evaluate .evaLevel .eval-item {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
section.main .company-info .evaluate .evaLevel .eval-item .checkBox {
  position: relative;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
section.main .company-info .evaluate .evaLevel .eval-item .checkBox.active {
  background-color: #ffd205;
  border-color: #ffd205;
}
section.main .company-info .evaluate .evaLevel .eval-item .checkBox.active:before {
  content: '';
  position: absolute;
  background: url("../images/hook-ico.svg") center no-repeat;
  width: 14px;
  height: 14px;
  z-index: 9;
}
section.main .company-info .evaluate .evaLevel .eval-item input {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
}
section.main .company-info .evaluate .evaLevel .submit-btn {
  width: 80px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  background-color: #ffd205;
}
section.main .company-info .evaluate .evaLevel .submit-btn:hover {
  background-color: #ffe35e;
}
.jobInfoList .empty {
  padding: 50px 0;
  text-align: center;
}
.jobInfoList .empty p {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}
