* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.d-flex {
  display: flex;
}
.d-flex.a-c {
  align-items: center;
}
.d-flex.j-c {
  justify-content: center;
}
.d-flex.j-b {
  justify-content: space-between;
}
.d-flex.flex-c {
  align-items: center;
  justify-content: center;
}
.d-flex.f-w {
  flex-wrap: wrap;
}
.d-flex.f-d {
  flex-direction: column;
}
.d-flex.f-d .f-g {
  height: 50%;
  flex-grow: 2;
}
.d-flex .f-s {
  flex-shrink: 0;
}
.d-flex .f-g {
  width: 50%;
  flex-grow: 2;
}
.d-flex .m-r {
  margin-right: 0.375rem;
}
.d-flex .m-l {
  margin-left: 0.375rem;
}

html {
  font-size: 8px;
}

/*body {*/
/*  background-color: #eff3fa;*/
/*  overflow-x: hidden;*/
/*}*/

.header-container {
  background: url(../images/top_bg_small.png) no-repeat bottom center;
  background-size: cover;
  background-position: center bottom;
}
.header-container.small-header {
  background-image: url(../images/top_bg_small.png);
}
.header-container .top-logo {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  min-height: 3.875rem;
}
.header-container .top-logo .logo-left {
  overflow: hidden;
}
.header-container .top-logo .logo-thumb {
  width: 100%;
  height: auto;
  display: block;
}
.header-container .top-logo .logo-thumb2 {
  display: none;
}
.header-container .logo-login .login-item {
  padding: 0 0.75rem;
  line-height: 2.125rem;
  font-size: 1.375rem;
  color: #FFFFFF;
  font-weight: 500;
  margin-left: 1.5rem;
}
.header-container .logo-login .login-item .item-icon {
  height: 2.125rem;
  width: 1.25rem;
}
.header-container .logo-login .login-item .login-icon {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
}
.header-container .top-search {
  justify-content: flex-end;
}
.header-container .top-search .search-content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.header-container .top-search .search-content .search-input {
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 0.5rem 1rem;
}
.header-container .top-search .search-content .search-input .input-text {
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0;
  font-size: 1rem;
  border: none;
  width: 100%;
  margin: 0;
  display: block;
  outline: none;
}
.header-container .top-search .search-content .search-btn {
  padding: 0.5rem 0.625rem;
  background: #1047A7;
}
.header-container .top-search .search-content .search-img {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
}
.header-container .top-search .search-content .search-text {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  cursor: pointer;
}
.header-container .top-navs {
  padding-bottom: 0.5rem;
  margin-top: 1.875rem;
  overflow-x: auto;
}
.header-container .top-navs .navs-item {
  display: block;
  position: relative;
  margin-right: 2.5rem;
  white-space: nowrap;
}
.header-container .top-navs .navs-item .item-text {
  font-size: 1.625rem;
  line-height: 3.375rem;
  color: #FFFFFF;
}
.header-container .top-navs .navs-item .item-line {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 0.25rem;
}
.header-container .top-navs .navs-item.actived .item-text {
  font-weight: 500;
}
.header-container .top-navs .navs-item.actived .item-line {
  background-color: #FFFFFF;
}
.reserve{
  flex: 1;
}
.zp-content {
  width: 100vw;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  /*max-width: 700px;*/
}

.body-content {
  padding: 1.5rem 2rem 0;
}

.job-recommend {
  margin-bottom: 1.25rem;
  width: 100%;
}
.job-recommend .job-header {
  padding: 0.5rem;
  background: linear-gradient(264deg, #2679F6 2.69%, #165FDE 85.3%);
  position: relative;
}
.job-recommend .job-header .job-img {
  display: block;
  height: 2rem;
  width: 2rem;
}
.job-recommend .job-header .job-title {
  margin-left: 0.25rem;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.job-recommend .job-header .job-right {
  height: 3.0625rem;
  width: 3.3125rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  z-index: 5;
}
.job-recommend .job-header .job-right .job-img2 {
  height: 3.0625rem;
  width: 3.3125rem;
  display: block;
}
.job-recommend .job-list {
  background-color: #FFFFFF;
  padding-top: 0.5rem;
}
.job-recommend .job-list .job-item {
  height: 2.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2.75rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  border-left: 2px solid #FFFFFF;
  color: #12151C;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.job-recommend .job-list .job-item:hover {
  border-left: 2px solid #2D64C4;
  background: #DCE9FF;
}
.job-recommend .job-list .job-more {
  border-top: 1px solid #E9EEF7;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #1059D9;
  font-weight: 400;
}
.job-recommend .job-list .job-more:hover {
  border-left: 2px solid #FFFFFF;
  background: #FFFFFF;
}

.swiper-banner {
  width: 100%;
  margin-bottom: 1.25rem;
}
.swiper-banner .banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.ad-content .ad-item {
  margin-bottom: 0.75rem;
}
.ad-content .ad-item .ad-item-img {
  width: 100%;
  height: auto;
}

.classify-item {
  margin-bottom: 1.25rem;
}
.classify-item.classify-first {
  width: 100%;
}
.classify-item.classify-first .classify-body {
  padding: 0 1.25rem 1.25rem;
  background-color: #FFFFFF;
}
.classify-item.classify-second {
  width: 100%;
}
.classify-item.classify-three {
  width: 100%;
}
.classify-item .classify-header {
  margin-bottom: 0.75rem;
}
.classify-item .classify-header .classify-header-title .header-text {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: 500;
  margin-left: 0.25rem;
  color: #12151C;
}
.classify-item .classify-header .classify-header-title .header-img {
  height: 2rem;
  width: 2rem;
  display: block;
}
.classify-item .classify-header .classify-header-more .more-text {
  font-size: 1rem;
  color: #868A93;
  line-height: 1.625rem;
}
.classify-item .classify-header .classify-header-more .more-img {
  height: 0.875rem;
  width: 0.875rem;
  display: block;
}
.classify-item .tab-content .tab-header {
  border-bottom: 1px solid #E9EEF7;
  height: 2.5rem;
  box-sizing: border-box;
  padding-top: 0.375rem;
}
.classify-item .tab-content .tab-header .tab-item {
  position: relative;
  color: #464A55;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-right: 1.25rem;
  cursor: pointer;
}
.classify-item .tab-content .tab-header .tab-item .line {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #1059D9;
  bottom: -0.312rem;
  left: 0;
  z-index: 1;
  display: none;
}
.classify-item .tab-content .tab-header .tab-item.actived {
  color: #1059D9;
  font-weight: 500;
}
.classify-item .tab-content .tab-header .tab-item.actived .line {
  display: block;
}
.classify-item .tab-content .zw-item {
  padding: 0.5rem;
  height: 5.875rem;
  margin-top: 1.25rem;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  border-bottom: 1px solid #E9EEF7;
  background: #FFF;
  box-sizing: border-box;
}
.classify-item .tab-content .zw-item:nth-child(2n) {
  margin-right: 0;
}
.classify-item .tab-content .zw-item:hover {
  box-shadow: 0 0 6px 1px rgba(97, 104, 115, 0.08);
}
.classify-item .tab-content .zw-item:hover .title {
  color: #1059D9;
}
.classify-item .tab-content .zw-item .title {
  color: #12151C;
  font-size: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  font-weight: 500;
}
.classify-item .tab-content .zw-item .item-desc {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.625rem;
  color: #868A93;
}
.classify-item .tab-content .zw-item .item-price {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FF6A00;
  margin-left: 1rem;
}
.classify-item .tab-content .zw-item .company-img {
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.25rem;
}
.classify-item .tab-content .zw-item .company-text {
  color: #464A55;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25rem;
}
.classify-item .rz-item {
  margin-bottom: 1.25rem;
  background-color: #FFFFFF;
}
.classify-item .rz-item:last-child {
  margin-bottom: 0;
}
.classify-item .rz-item .rz-item-icon .rz-img {
  height: 7.54125rem;
  width: 7.54125rem;
  display: block;
}
.classify-item .rz-item .rz-item-info:hover .info-title {
  color: #1059D9;
}
.classify-item .rz-item .rz-item-info .info-title {
  font-size: 1.125rem;
  color: #12151C;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.classify-item .rz-item .rz-item-info .info-desc {
  font-size: 1rem;
  color: #868A93;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.classify-item .rz-item .rz-item-info .info-footer {
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
}
.classify-item .rz-item .rz-item-info .info-footer .info-more {
  margin-left: 1rem;
  color: #1059D9;
}
.classify-item .rz-item .rz-item-info .info-footer .info-number {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.75rem;
  color: #464A55;
}
.classify-item .zph-content .zph-item {
  flex: 1;
}
.classify-item .zph-content .zph-header {
  background: linear-gradient(264deg, #2679F6 2.69%, #165FDE 85.3%);
  height: 2.1875rem;
  padding: 0.75rem 1.25rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
}
.classify-item .zph-content .zph-header .zph-header-text {
  font-size: 1.625rem;
  margin-left: 0.25rem;
}
.classify-item .zph-content .zph-header .zph-header-img {
  height: 2rem;
  width: 2rem;
  display: block;
}
.classify-item .zph-content .zph-header .zph-more-text {
  font-size: 1rem;
  color: #FFFFFF;
}
.classify-item .zph-content .zph-header .zph-more-img {
  height: 0.875rem;
  width: 0.875rem;
  display: block;
}
.classify-item .zph-content .zph-body {
  padding: 1.25rem 0 0;
  background-color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.classify-item .zph-content .zph-body .zph-list-item {
  margin: 0 0.625rem 1.25rem 1.25rem;
  width: 40%;
  max-width: calc(50% - 1.875rem);
  flex-grow: 2;
  overflow: hidden;
  display: block;
}
.classify-item .zph-content .zph-body .zph-list-item:hover .item-body {
  padding: 0.25rem 0.5rem;
}
.classify-item .zph-content .zph-body .zph-list-item:hover .item-body .item-title {
  color: #1059D9;
}
.classify-item .zph-content .zph-body .zph-list-item:nth-child(2n) {
  margin: 0 1.25rem 1.25rem 0.625rem;
}
.classify-item .zph-content .zph-body .zph-list-item .item-header {
  width: 100%;
  position: relative;
}
.classify-item .zph-content .zph-body .zph-list-item .item-header .item-img {
  width: 325px;
  height: 180px;
  display: block;
}
.classify-item .zph-content .zph-body .zph-list-item .item-header .item-status {
  height: 2rem;
  line-height: 2rem;
  padding: 0rem 0.5rem;
  border-radius: 0 0 0 16px;
  background: linear-gradient(180deg, #FF5100 0%, #F43913 100%);
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.classify-item .zph-content .zph-body .zph-list-item .item-header .item-big {
  position: absolute;
  top: 2.25rem;
  left: 1.5rem;
  width: 17.3125rem;
  line-height: 2.375rem;
  height: 4.75rem;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
}
.classify-item .zph-content .zph-body .zph-list-item .item-header .item-time {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 17.3125rem;
  color: #FFFFFF;
  font-size: 1.102rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}
.classify-item .zph-content .zph-body .zph-list-item .item-body {
  padding: 0.25rem 0.5rem;
}
.classify-item .zph-content .zph-body .zph-list-item .item-body .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.625rem;
  font-size: 1.155rem;
  color: #12151C;
}
.classify-item .zph-content .zph-body .zph-list-item .item-body .item-desc {
  margin-top: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.375rem;
  color: #464A55;
  font-size: 1rem;
}

.footer-container {
  background: #1047A7;
  padding: 2.5rem 0;
}
.footer-container .footer-content {
  flex-wrap: wrap;
}
.footer-container .footer-left {
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  padding: 1rem;
  margin: 0 auto 1rem;
  height: 5.5rem;
  box-sizing: border-box;
}
.footer-container .footer-left .left-line {
  margin: 0 1.5rem;
  height: 2.75rem;
  width: 0.0625rem;
  background-color: #D9D9D9;
}
.footer-container .footer-left .left-img1 {
  width: auto;
  height: 3.5rem;
  display: block;
}
.footer-container .footer-left .left-img2 {
  width: auto;
  height: 3.25rem;
  display: block;
}
.footer-container .footer-text {
  width: 100%;
  text-align: center;
}
.footer-container .footer-text.m-right {
  margin-bottom: 1rem;
}
.footer-container .footer-text .text-line {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  justify-content: center;
}
.footer-container .footer-text .text-line:last-child {
  margin-bottom: 0;
}
.footer-container .footer-text .text-line a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
.footer-container .footer-text .text-line .text-gang {
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .top-logo .logo-thumb {
    width: auto !important;
    height: 4.5rem !important;
  }
}
@media (max-width: 768px) {
  .top-logo .logo-thumb {
    width: auto !important;
    height: 4.5rem !important;
  }
}
@media (max-width: 1200px) {
  .job-recommend .job-list .job-item{
    height: 3.99rem !important;
  }

}

@media (min-width: 1024px) {

  .body-content {
    padding: 1.5rem 1rem 2.5rem;
  }
  html {
    font-size: 12px;
  }
  body {
    /*min-width: 100vw;*/
    overflow-x: auto;
  }
  .job-recommend {
    width: 100%;
  }
  .swiper-banner {
    width: 76.625rem;
  }
  .swiper-banner .banner-img {
    width: 76.625rem;
    height: 26.25rem;
  }
  .classify-item.classify-first {
    width: 50%;
    flex-grow: 2;
  }
  .classify-item.classify-second {
    margin-left: 1.25rem;
    width: 31.875rem;
  }
  .classify-item .tab-content .zw-item {
    margin-right: 1.25rem;
    width: 40%;
    flex-grow: 2;
  }
  .classify-item .zph-content .zph-item {
    flex: 1;
    width: 49%;
  }
  .classify-item .zph-content .zph-item:first-child {
    margin-right: 1.25rem;
  }
  .footer-container .footer-left {
    margin: 0 5rem 0 0;
  }
  .footer-container .footer-text {
    text-align: left;
    width: auto;
  }
  .footer-container .footer-text.m-right {
    margin-right: 3.75rem;
  }
  .footer-container .footer-text .text-line {
    justify-content: flex-start;
  }
  .footer-container .footer-content {
    flex-wrap: nowrap;
  }
  .zp-content {
    /*min-width: 100%;*/
    /*width: 100%;*/
    width: 80rem;
    min-width: 80rem;
    margin: 0 auto;
    max-width: none;
  }
  .header-container .top-logo .logo-thumb {
    width: auto;
    height: 6.8125rem;
  }
  .header-container .top-logo .logo-thumb2 {
    display: block;
    width: auto;
    height: 2rem;
  }
  .header-container .top-search {
    margin-top: -2.25rem;
  }
  .header-container .top-search .search-content {
    width: 26.25rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
  body {
    min-width: 90rem;
  }
  .top-search{
    /*padding-right: 10rem;*/
  }
  .zp-content {
    min-width: 90rem;
    width: 90rem;
    box-sizing: content-box;
  }
  .footer-container {
    /*min-width: 90rem;*/
  }
  .header-container {
    /*min-width: 90rem;*/
  }
  .swiper-banner {
    width: 62.875rem;
  }
  .swiper-banner .banner-img {
    width: 62.875rem;
  }
  .job-recommend .job-list .job-item{
    height: 3.99rem ;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
  .zp-content {
    min-width: 90rem;
    width: 90rem;
    box-sizing: border-box;
  }
  .job-recommend {
    width: 16.25rem;
  }
  .swiper-banner {
    width: 71.75rem;
  }
  .swiper-banner .banner-img {
    width: 71.75rem;
    height: 26.25rem;
  }
  .job-recommend .job-list .job-item{
    height: 2.75rem;
  }
}
/*@media (max-width: 1679px) {*/
/*  .zp-content {*/
/*    min-width: 90rem;*/
/*    width: 90rem;*/
/*    box-sizing: content-box;*/
/*  }*/
/*}*/
@media (min-width: 1920px)  {
  .zp-content {
    /*min-width: 100%;*/
    /*width: 100%;*/
    width: 90rem ;
    min-width: 90rem ;
    margin: 0 auto;
    max-width: none;
  }
}
.pagediv{
  padding-top: 20px;
}
.top-search{
  /*padding-right: 6rem;*/
  box-sizing: border-box;
}
.top-navs{
  /*padding: 0 6rem;*/
  box-sizing: border-box;
  overflow-y: hidden;
}
@media (max-width: 1199px) {
  .search-content{
    flex: 0.5;
  }
  .top-search{
    padding-right: 1rem !important;
  }
  .top-navs{
    padding: 0 1rem !important;
  }

}
@media (max-width: 767px) {
  .search-content{
    flex: 0.5;
  }
  .top-search{
    padding-right: 1rem !important;
  }
  .top-navs{
    padding: 0 1rem !important;
  }

}

/*.main-contents{*/
/*  width: 1280px;*/
/*  margin: 0 auto;*/
/*}*/
/*@media (max-width: 1280px) {*/
/*  .main-contents {*/
/*    width: auto !important;*/
/*    margin: 0 20px !important;*/
/*  }*/
/*}*/

