/deep/ .el-input__inner {
  border: none;
}
/deep/ .el-input .el-input__inner {
  background: transparent;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.home-page-wrap {
  min-width: 1190px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.home-page-wrap .middle-content {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-page-wrap .middle-content .title-group {
      width: 100%;
      display: flex;
      align-items: center;
}
.home-page-wrap .middle-content .title-group .title-1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 19px;
        width: 60%;
}
.home-page-wrap .middle-content .title-group .title-2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 19px;
        width: 40%;
        padding-left: 10px;
}
.home-page-wrap .top-content {
    position: relative;
    height: 56px;
}
.home-page-wrap .top-content .banner-wrap {
      min-width: 1190px;
      height: 300px;
      margin: auto;
      z-index: 1;
      background-size: 100% 100%;
      text-align: center;
      background-repeat: no-repeat;
      background-position-x: center;
}
.home-page-wrap .top-content .banner-wrap .el-carousel__indicators--horizontal {
        bottom: 50px;
}
.home-page-wrap .main-body {
    padding-bottom: 80px;
    position: relative;
}
.home-page-wrap .main-body .home-carousel-box {
      width: 100%;
      height: 600px;
}
.home-page-wrap .main-body .home-carousel-box .banner-img {
        width: 100%;
        height: 100%;
}
.home-page-wrap .main-body .home-search-box {
      width: 1190px;
      position: absolute;
      top: 80px;
      z-index: 99;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(71, 71, 71, 0.2);
      padding: 16px 24px;
      height: 50px;
      box-sizing: border-box;
      border-radius: 8px;
      display: flex;
      align-items: center;
}
.home-page-wrap .main-body .home-search-box input {
        border: 0;
        outline: none;
        width: 80%;
        font-size: 16px;
        color: #fff;
}
.home-page-wrap .main-body .home-search-box input::-moz-placeholder {
          color: #FFFFFF;
          font-size: 15px;
}
.home-page-wrap .main-body .home-search-box input::placeholder {
          color: #FFFFFF;
          font-size: 15px;
}
.home-page-wrap .main-body .home-search-box img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
}
.home-page-wrap .main-body .home-middle-content {
      background: #fff;
      padding: 60px 0;
}
.home-page-wrap .main-body .content-list-box {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
}
.home-page-wrap .main-body .content-list-box .content-item {
        width: 32%;
}
.home-page-wrap .main-body .content-list-box .content-item img {
          width: 60px;
          height: 55px;
}
.home-page-wrap .main-body .content-list-box .content-item .title {
          padding: 15px 0;
          font-weight: 550;
          color: #101828;
          font-size: 20px;
          border-bottom: 3px solid #2E1F88;
          margin-bottom: 15px;
}
.home-page-wrap .main-body .content-list-box .content-item .article-list {
          line-height: 18px;
          font-size: 14px;
          color: #344054;
}
.home-page-wrap .main-body .content-list-box .content-item .article-list div {
            width: 100%;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: keep-all;
            font-size: 14px;
            color: #344054;
            margin-bottom: 15px;
}
.home-page-wrap .main-body .content-list-box .content-item .learn-more {
          color: #C3A062;
          font-size: 15px;
}
.home-page-wrap .main-body .hot-tag-box {
      margin-top: 120px;
}
.home-page-wrap .main-body .hot-tag-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .hot-tag-box .title img {
          width: 156px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box {
          width: 370px;
          height: 503px;
          border-radius: 15px;
          overflow: hidden;
          background-image: url(../img/hotTag1.f8029589.png);
          background-size: 100% 100%;
          position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover {
          transition: 0.5s;
          background-image: url(../img/hotTag1-hover.672568c1.png);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover .hot-tag-content {
            background: rgba(46, 31, 136, 0.6);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-bottom:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-left:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-right:hover {
          transition: 0.5s;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-bottom:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-left:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-right:hover .hot-tag-content {
            background: rgba(46, 31, 136, 0.6);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box {
          width: 802px;
          height: 503px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top {
            display: flex;
            justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top .right-top-left {
              width: 392.5px;
              height: 265px;
              border-radius: 15px;
              overflow: hidden;
              background-image: url(../img/hotTag2.52f94fe8.png);
              background-size: 100% 100%;
              position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top .right-top-right {
              width: 392.5px;
              height: 265px;
              border-radius: 15px;
              overflow: hidden;
              background-image: url(../img/hotTag3.9fc1d610.png);
              background-size: 100% 100%;
              position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-bottom {
            width: 800px;
            height: 223px;
            border-radius: 15px;
            overflow: hidden;
            background-image: url(../img/hotTag4.f4db0704.png);
            background-size: 100% 100%;
            position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          border-radius: 8px;
          padding: 20px 30px;
          overflow: hidden;
          color: #fff;
          font-size: 18px;
          background: linear-gradient(180deg, #3068D5 0%, rgba(46, 31, 136, 0.35) 100%);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content img {
            width: 70px;
            height: 70px;
            margin: 30px 30px 30px 0;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content .hot-tag-secondTag {
            margin-top: 20px;
}
.home-page-wrap .main-body .position-recommend-box {
      width: 100%;
      padding: 80px 0;
      background-image: url(../img/position-recommend-bg.b975f78b.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.home-page-wrap .main-body .position-recommend-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .position-recommend-box .title img {
          width: 156px;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__item.is-active {
        color: #2E1F88;
        font-size: 15px;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__active-bar {
        background-color: #2E1F88;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__item {
        color: #667085;
}
.home-page-wrap .main-body .position-recommend-box .position-tag {
        margin-bottom: 55px;
}
.home-page-wrap .main-body .position-recommend-box .position-tag .tag {
          display: inline-block;
          padding: 0 10px 0 0 !important;
          border-right: 1px solid #667085;
          border-radius: 2px;
          background: transparent !important;
          font-size: 13px !important;
          line-height: 12px !important;
          height: 12px !important;
          color: #667085;
          margin-right: 10px !important;
}
.home-page-wrap .main-body .position-recommend-box .position-tag .tag:last-child {
          border-right: 0px;
}
.home-page-wrap .main-body .company-recommend-box {
      background: #FFFFFF;
      padding: 100px 0;
}
.home-page-wrap .main-body .company-recommend-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .company-recommend-box .title img {
          width: 156px;
}
.home-page-wrap .search-input {
    width: 1190px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.home-page-wrap .search-input .logo {
      width: 128px;
      height: auto;
      margin-right: 10px;
}
.home-page-wrap .search-input .search {
      width: 820px;
      height: 52px;
      margin: auto;
      position: relative;
      margin-left: 15px;
}
.home-page-wrap .search-input .search .home_banner {
        width: 24px;
        height: 24px;
}
.home-page-wrap .search-input .search .el-select .el-input {
        width: 120px;
}
.home-page-wrap .search-input .search .input-with-select .el-input__inner {
        background-color: #fff;
        border: 2px solid #2E1F88;
        border-right: none;
        border-left: none;
}
.home-page-wrap .search-input .search .el-input-group__prepend .el-input__inner {
        border: 2px solid #2E1F88;
        border-radius: 4px 0 0 4px;
        font-weight: 500;
        color: #333;
        border-right: none;
}
.home-page-wrap .search-input .search .input-with-select .el-input-group__prepend {
        background-color: #e9f0f6;
        height: 40px;
        border-radius: 4px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}
.home-page-wrap .search-input .search .el-input .el-input__inner {
        height: 52px;
}
.home-page-wrap .search-input .search .el-input-group__append {
        border: none;
        background: #2E1F88;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.home-page-wrap .search-input .search-btn {
      background: #2E1F88;
      color: #fff;
      width: 110px;
      font-size: 20px;
}
.home-page-wrap .search-input .scan-btn {
      display: flex;
}
.home-page-wrap .search-input .scan-btn .w-52 {
        width: 52px;
        height: 52px;
        margin: 0 0 0 10px;
}
.home-page-wrap .middle-body {
    width: 1190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 400px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .middle-body .right {
      height: 400px;
      padding: 0px 16px;
      background: #fff;
      border-radius: 0 4px 4px 0;
      min-width: 150px;
      color: #2E1F88;
      font-size: 12px;
      width: 220px;
      overflow-y: scroll;
}
.home-page-wrap .middle-body .right .left-22 {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
}
.home-page-wrap .middle-body .left {
      height: 400px;
      width: 920px;
      background-color: #fff;
      position: absolute;
      z-index: 3;
      padding: 30px;
      overflow-y: scroll;
}
.home-page-wrap .middle-body .left span {
        font-size: 18px;
        color: #2E1F88;
}
.home-page-wrap .middle-body .left .rowDiv {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0 20px;
}
.home-page-wrap .middle-body .banner-wrap {
      width: 719px;
      height: 400px;
      margin: auto;
      z-index: 2;
      background-size: 100% 100%;
      text-align: center;
      background-repeat: no-repeat;
      background-position-x: center;
}
.home-page-wrap .middle-body .banner-wrap .el-carousel__indicators--horizontal {
        bottom: 50px;
}
.home-page-wrap .middle-body .login-info {
      width: 240px;
      background-color: #fff;
      height: 400px;
      padding: 24px 12px;
      border-radius: 4px 0 0 4px;
}
.home-page-wrap .middle-body .login-info .info-cter {
        display: flex;
        margin-bottom: 16px;
}
.home-page-wrap .middle-body .login-info .img-body {
        width: 54px;
        height: 54px;
        margin-right: 16px;
}
.home-page-wrap .middle-body .login-info .img-body img {
          width: 54px;
          height: 54px;
          border-radius: 50%;
}
.home-page-wrap .middle-body .login-info .info-body {
        width: 100%;
}
.home-page-wrap .middle-body .login-info .info-body .name {
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          color: #333;
          margin-bottom: 5px;
}
.home-page-wrap .middle-body .login-info .info-body .exp {
          font-size: 12px;
          font-weight: 400;
          line-height: 18px;
          color: #AAAAAA;
}
.home-page-wrap .middle-body .login-info .btn-green {
        width: 100%;
        background: #fff;
        color: #148eff;
        border: 1px solid #148eff;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 16px;
}
.home-page-wrap .middle-body .login-info .btn-white {
        width: 100%;
        color: #fff;
        background: #148eff;
        border-radius: 4px;
}
.home-page-wrap .middle-body .login-info .mb-18 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
}
.home-page-wrap .middle-body .login-info .part-body {
        background-color: #f1f4fa;
        height: 88px;
        width: 100%;
        padding: 10px 0;
}
.home-page-wrap .middle-body .login-info .part-body span {
          display: flex;
          justify-content: center;
}
.home-page-wrap .middle-body .login-info .my-post {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #2E1F88;
}
.home-page-wrap .middle-body .login-info .text-title {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin-top: 10px;
}
.home-page-wrap .middle-body .login-info .invitation-interview {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #2E1F88;
        margin-top: 10px;
        position: relative;
}
.home-page-wrap .middle-body .login-info .invitation-interview::before {
        content: attr(data-before);
        position: absolute;
        top: -5px;
        right: 50px;
        background: #ff5151;
        color: #fff;
        border-radius: 20px;
        min-width: 34px;
        height: 20px;
        padding: 0px 10px;
        font-size: 14px;
        line-height: 20px;
}
.home-page-wrap .middle-body .login-info .login-content .login-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
}
.home-page-wrap .middle-body .login-info .login-content .login-title span {
          cursor: pointer;
          padding-bottom: 5px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType {
        padding: 25px 20px 6px 10px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item__label {
          font-size: 12px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form--label-top .el-form-item__label {
          margin-bottom: -20px;
          margin-left: 5px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-input__inner {
          height: 28px;
          line-height: 28px;
          padding: 6px;
          font-size: 10px;
          border: none;
          border-bottom: 1px solid #EEEEEE;
          background-color: #FFFFFF;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item {
          margin-bottom: 6px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-btn {
          width: 100%;
          color: #ffffff;
          line-height: 9px;
          height: 28px;
          background: #2E1F88;
          border-radius: 2px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer {
          margin-top: 8px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer > div {
            font-size: 10px;
            cursor: pointer;
            color: #2E1F88ff;
            font-weight: 400;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer div:nth-child(2) {
            margin-left: 45px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer div:nth-child(3) {
            margin-left: 15px;
            color: #999999ff;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -5px;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer div {
          color: #2E1F88;
          font-size: 14px;
          cursor: pointer;
}
.home-page-wrap .middle-body .login-info .login-content .login-btn {
        width: 100%;
        margin-top: 10px;
        background-color: #2E1F88;
        color: #fff;
}
.home-page-wrap .middle-body .login-info .login-content .reg-btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        border-color: #2E1F88;
        color: #2E1F88;
}
.home-page-wrap .middle-body .login-info .login-content .el-input-group__append {
        padding: 0;
}
.home-page-wrap .middle-body .login-info .login-content .login-code {
        margin: 0 1px;
        padding: 9px 10px;
}
.home-page-wrap .el-divider--horizontal {
    display: inline-block;
    width: 340px;
    margin-top: 12px;
    background-color: #d6dfdb;
}
.home-page-wrap .el-divider--horizontal .el-divider__text {
      width: 180px;
      padding: 0 40px;
      background-color: #f8f8f8;
      font-size: 20px;
      color: #2f344a;
}
.home-page-wrap .more {
    margin-top: 24px;
}
.home-page-wrap .more span {
      cursor: pointer;
      color: #6e7874;
      font-size: 16px;
      height: 24px;
      line-height: 24px;
}
.home-page-wrap .hot-recruitment-wrap {
    padding: 0;
    margin-top: 30px;
    height: 330px;
}
.home-page-wrap .hot-recruitment-wrap .main-content {
      display: flex;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      align-items: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap {
        background-image: url(../img/recruitment_bg.d872fbd2.png);
        height: 100px;
        position: relative;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .el-carousel__container {
          height: 100px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .el-carousel__indicator--horizontal {
          display: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg1 {
          position: absolute;
          top: 5px;
          left: 16px;
          width: 30px;
          height: 30px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg2 {
          position: absolute;
          top: 5px;
          left: 160px;
          width: 30px;
          height: 30px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg3 {
          position: absolute;
          top: 11px;
          left: 53px;
          width: 100px;
          height: 17px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .company_num {
          color: #1f2748;
          position: absolute;
          top: 11px;
          left: 400px;
          font-weight: 500;
          height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .pos_num {
          color: #1f2748;
          position: absolute;
          top: 11px;
          left: 548px;
          font-weight: 500;
          height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .numTime {
          position: absolute;
          top: 7px;
          left: 562px;
          font-size: 11px;
          color: #6a728c;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .numTime span {
            font-size: 22px;
            font-family: DINAlternate-Bold, DINAlternate;
            font-weight: bold;
            color: #1275fa;
            line-height: 26px;
            margin-right: 2px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .num {
          position: absolute;
          top: 7px;
          width: 32px;
          height: 26px;
          font-size: 22px;
          font-family: DINAlternate-Bold, DINAlternate;
          font-weight: bold;
          color: #1275fa;
          line-height: 26px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re {
          width: 670px;
          height: 20px;
          position: absolute;
          left: 15px;
          top: 60px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .reName {
            cursor: pointer;
            width: 400px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
            color: #1275fa;
            line-height: 20px;
            text-shadow: 0px 4px 8px rgba(83, 115, 179, 0.4);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type {
            color: #ffffff;
            font-size: 12px;
            height: 18px;
            line-height: 16px;
            width: 32px;
            display: inline-block;
            text-align: center;
            background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.one {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUTUrDUBDA8f/kBbvqEfQCWShdFFyLGw/gCdwULAieQyxY6KYn8ABuitsIWSQpNBeoPYFZqXkZSaB+bNwlM9uBN795w4y4OFU6DSkVtgGsqlCWjE+K3+Wke8Cf7jzCwr8ObrmMPppM34C95tnvBhcNwgoAwtyfjqZ2APA+DI4tAQgyMwUoUpgCQEpjgN0afh8HcXH2Bjrs9Bj+87gEcbYRNDIDhHF2r+iNGYAkj1xVrwFngZCmqHtJH1CuzQA8Fgfu8PMJrc/6RrQ/0EaLeL9DmfQ5jh/AHpLkUVjpVQ3nAkddr+gXUzBW0Vo9Tr4AAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.two {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUMWoCQRQG4P93QbRIY6UTyAW2yCGCjedIIxgQLCalZVIEAwppcg4b8RBC9gIWs6kstFAC5pdZAmuVbve9dmD+b+bNGzofhEqLBwBbQqsz+Pn92suu41g9oIyTcGaDH6G1m2Ca/sSVWgElhevQ3g0iwggQj85FeOk9mQFiO0TemwGK/gPvpgCAmTXgYAwwG8OrgXQ+3wO6qfQz/GdzOp9/AUrNALc+zASMzQBdn6eUNiQSCwRjqHvO55BGZgBMs6Y7dpaAHupGFDdQVEScOm/61bDOdpSAP0d8Ewn0KLAP4K7qEb0A3UlZDXGVE5sAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.three {
              margin-left: 5px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAx0lEQVRIS+3UMQ4BQRTG8f8biQRRbCcKod4DOMBG5xgaCYmLiEKn1ziAZjdq5UrsEVzArkbCyAgSidY8hXeB7zdvvhkpYiw+RsjFkolhWWmwkJCzixVvgPdDpsbQr0YctACOk9aadDUBGMNYFSCwVQXgiqlUwlcl/4Af2EDCEUvdx2f4KUOKhD2WUA8QMwMmaoB8QygXdkBJAyEu9BQztzBSA2Qryp2A9RUi34j7Btw4RDtgamHo8zpegCfk0YkBQg9offuJ3gAreUNN+hJsHQAAAABJRU5ErkJggg==);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.four {
              margin-left: 5px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA0UlEQVRIS83UMQ4BQRQG4P/fTXSq7V1gD6CQjEJ0jqGRkLiA7DRKUej0ruAKlCT2CEoK22HnyWyxIdGa513g/97M/MMyM4IAQ6AAmJNuA1zXtPndxzIU4H1HAgc+HwPOd2cVQLW5R/DSVgN4RESZqAII7pUBKFQBai34aIRGDf8L4DJzE6AZ4DP8GkFnuycRSdUAZWaWAKZqAJl1Usf4CCLWQNCHltasIBirAcSmDUGyFUEvNKI6AT8e4ZAs4DAKeR01oIb4NxHFQ5J9iLR+XdEXRutRx1ghSFcAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .seemore {
            cursor: pointer;
            width: 68px;
            height: 17px;
            font-size: 12px;
            color: #001578;
            line-height: 17px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .seemore .home_img2 {
              width: 5px;
              height: 11px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list {
        position: relative;
        height: 230px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul {
          margin-top: 0px;
          margin-bottom: 0px;
          padding: 0 16px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li {
            font-size: 14px;
            cursor: pointer;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .point {
              width: 5px;
              height: 5px;
              background: #1275fa;
              margin-top: 5px;
              opacity: 0.4;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .time {
              opacity: 0.6;
              font-weight: 600;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type {
              color: #ffffff;
              font-size: 12px;
              height: 18px;
              line-height: 18px;
              width: 32px;
              display: inline-block;
              text-align: center;
              background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.one {
                margin-left: 40px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUTUrDUBDA8f/kBbvqEfQCWShdFFyLGw/gCdwULAieQyxY6KYn8ABuitsIWSQpNBeoPYFZqXkZSaB+bNwlM9uBN795w4y4OFU6DSkVtgGsqlCWjE+K3+Wke8Cf7jzCwr8ObrmMPppM34C95tnvBhcNwgoAwtyfjqZ2APA+DI4tAQgyMwUoUpgCQEpjgN0afh8HcXH2Bjrs9Bj+87gEcbYRNDIDhHF2r+iNGYAkj1xVrwFngZCmqHtJH1CuzQA8Fgfu8PMJrc/6RrQ/0EaLeL9DmfQ5jh/AHpLkUVjpVQ3nAkddr+gXUzBW0Vo9Tr4AAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.two {
                margin-left: 40px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUMWoCQRQG4P93QbRIY6UTyAW2yCGCjedIIxgQLCalZVIEAwppcg4b8RBC9gIWs6kstFAC5pdZAmuVbve9dmD+b+bNGzofhEqLBwBbQqsz+Pn92suu41g9oIyTcGaDH6G1m2Ca/sSVWgElhevQ3g0iwggQj85FeOk9mQFiO0TemwGK/gPvpgCAmTXgYAwwG8OrgXQ+3wO6qfQz/GdzOp9/AUrNALc+zASMzQBdn6eUNiQSCwRjqHvO55BGZgBMs6Y7dpaAHupGFDdQVEScOm/61bDOdpSAP0d8Ewn0KLAP4K7qEb0A3UlZDXGVE5sAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.three {
                margin-left: 5px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAx0lEQVRIS+3UMQ4BQRTG8f8biQRRbCcKod4DOMBG5xgaCYmLiEKn1ziAZjdq5UrsEVzArkbCyAgSidY8hXeB7zdvvhkpYiw+RsjFkolhWWmwkJCzixVvgPdDpsbQr0YctACOk9aadDUBGMNYFSCwVQXgiqlUwlcl/4Af2EDCEUvdx2f4KUOKhD2WUA8QMwMmaoB8QygXdkBJAyEu9BQztzBSA2Qryp2A9RUi34j7Btw4RDtgamHo8zpegCfk0YkBQg9offuJ3gAreUNN+hJsHQAAAABJRU5ErkJggg==);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.four {
                margin-left: 5px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA0UlEQVRIS83UMQ4BQRQG4P/fTXSq7V1gD6CQjEJ0jqGRkLiA7DRKUej0ruAKlCT2CEoK22HnyWyxIdGa513g/97M/MMyM4IAQ6AAmJNuA1zXtPndxzIU4H1HAgc+HwPOd2cVQLW5R/DSVgN4RESZqAII7pUBKFQBai34aIRGDf8L4DJzE6AZ4DP8GkFnuycRSdUAZWaWAKZqAJl1Usf4CCLWQNCHltasIBirAcSmDUGyFUEvNKI6AT8e4ZAs4DAKeR01oIb4NxHFQ5J9iLR+XdEXRutRx1ghSFcAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .name {
              font-weight: 400;
              width: 430px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place {
              font-size: 10px;
              margin-right: 10px;
              font-weight: 500;
              line-height: 15px;
              width: 35px;
              height: 16px;
              text-align: center;
              opacity: 1;
              border-radius: 8px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place.one {
                color: #637deb;
                border: 1px solid #637deb;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place.two {
                color: #fa732b;
                border: 1px solid #fa732b;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .line {
              height: 16px;
              margin-left: 2px;
              border-left: 1px dashed #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:hover {
            color: #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:nth-child(6) .line {
            border: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:last-child .line {
            border: none;
            display: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .viewMore {
          cursor: pointer;
          margin-top: 20px;
          height: 22px;
          font-size: 12px;
          color: #546084;
          font-weight: bold;
          text-align: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .viewMore .home_img2 {
            width: 5px;
            height: 12px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .over-color {
          height: 42px;
          width: 100%;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
          opacity: 0.54;
          position: absolute;
          border-radius: 0 0 4px 4px;
          bottom: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .head-color {
        width: 60%;
        height: 45px;
        position: absolute;
        top: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu {
        margin: 0px 10px 0 18px;
        position: relative;
        padding: 20px 0px 0;
        height: 53px;
        border-bottom: 2px solid #d7d7d7;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .message-type {
          padding-left: 20px;
          position: relative;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .menu-btn {
          padding: 0 20px;
          height: 20px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .menu-btn:first-child {
          padding-left: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .blueborder {
          width: 57px;
          background-color: #148eff;
          height: 2px;
          margin-top: 14px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore {
          position: absolute;
          right: 20px;
          top: 20px;
          cursor: pointer;
          font-size: 12px;
          line-height: 18px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore .home_img2 {
            width: 5px;
            height: 13px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list {
        height: 253px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul {
          padding-left: 20px;
          margin-top: 0px;
          margin-bottom: 0px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li {
            cursor: pointer;
            line-height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .dotted_line {
              border-bottom: 1px dotted #DDDDDD;
              margin-right: 16px;
              margin-top: 11px;
              margin-bottom: 11px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .zhaokao {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,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);
              background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .zhengce {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,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);
              background-repeat: no-repeat;
              text-align: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .other {
              margin-left: 8.33333%;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .new {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .new span {
                border: 1px solid #ffa800;
                height: 22px;
                width: 60px;
                border-radius: 4px;
                font-size: 12px;
                padding: 2px 6px;
                color: #FFA800;
                margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .hot {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .hot span {
                border: 1px solid #d4262a;
                height: 22px;
                width: 60px;
                border-radius: 4px;
                font-size: 12px;
                padding: 2px 6px;
                color: #d4262a;
                margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name {
              width: 250px;
              color: #333333;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 14px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name:hover {
              color: #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .time {
              color: #999999;
              font-size: 12px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li:first-child {
            margin-top: 10px;
}
.home-page-wrap .recruit-wrap .recruit-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info {
      width: 200px;
      padding-bottom: 10px;
      margin-top: 20px;
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent {
        background-size: cover;
        height: 102px;
        width: 200px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        position: relative;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 99;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent .starting {
          position: absolute;
          height: 30px;
          width: 76px;
          right: 0px;
          line-height: 30px;
          text-align: center;
          top: 0;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 8px;
          background: #FF5151;
          color: #FFFFFF;
          z-index: 100;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-local {
          width: 100%;
          margin-top: 16px;
          margin-bottom: 10px;
          padding: 0 10px;
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          cursor: pointer;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          line-height: 21px;
          height: 42px;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-local span {
            display: inline-block;
            border: 1px solid #ffa800;
            height: 20px;
            line-height: 18px;
            border-radius: 4px;
            font-size: 12px;
            padding: 0px 6px;
            color: #FFA800;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-cloud {
          margin-top: 16px;
          margin-bottom: 10px;
          font-size: 16px;
          font-weight: 700;
          color: #333333;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-cloud span {
            border: 1px solid #00BB61;
            height: 22px;
            width: 60px;
            border-radius: 4px;
            font-size: 12px;
            padding: 2px 6px;
            color: #00BB61;
            margin-right: 10px;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-time {
          font-size: 12px;
          font-weight: 700;
          color: #AAAAAA;
          padding: 0 10px;
}
.home-page-wrap .school_list {
    margin-top: 40px;
    width: 1190px;
    position: relative;
    margin: 0 auto;
}
.home-page-wrap .corp-wrap {
    margin-top: 40px;
    width: 1190px;
    position: relative;
    margin: 0 auto;
}
.home-page-wrap .corp-wrap .corp-box {
      font-size: 14px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content {
        height: 180px;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        display: flex;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .corp-img {
          width: 140px;
          height: 140px;
          border-radius: 8px;
          overflow: hidden;
          border: 1px solid #ccc;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info {
          flex: 1;
          margin-left: 20px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .company-name {
            font-weight: 700;
            color: #333333;
            margin-bottom: 19px;
            font-size: 20px;
            line-height: 30px;
            display: inline-block;
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .company-detail {
            font-size: 12px;
            display: inline-block;
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 17px;
            color: #999999;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group {
            width: 360px;
            display: flex;
            justify-content: space-between;
            line-height: 70px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-num {
              font-size: 40px;
              font-weight: 700;
              color: #148eff;
              margin-right: 10px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-pos {
              font-family: Source Han Sans CN;
              font-size: 20px;
              font-weight: 400;
              color: #333333;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-img {
              width: 70px;
              height: 70px;
}
.home-page-wrap .corp-wrap .corp-right {
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 110px;
      z-index: 100;
}
.home-page-wrap .corp-wrap .corp-left {
      cursor: pointer;
      position: absolute;
      left: 0px;
      top: 110px;
}
.home-page-wrap .corp-wrap .corp-detail {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      height: 262px;
      background: #ffffff;
}
.home-page-wrap .corp-wrap .corp-detail .top-group {
        padding: 16px;
        height: 170px;
        display: flex;
        align-items: center;
        position: relative;
        background: #ffffff;
        border-radius: 8px;
        margin-right: 10px;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .img-box {
          width: 80px;
          height: 80px;
          margin-right: 20px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .company-info .company-name {
          font-weight: 700;
          color: #333333;
          margin-bottom: 19px;
          font-size: 20px;
          line-height: 30px;
          display: inline-block;
          width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .company-info .company-detail {
          font-size: 12px;
          display: inline-block;
          width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 17px;
          color: #999999;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group {
        position: relative;
        padding-left: 26px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-num {
          position: absolute;
          font-family: DIN;
          font-size: 40px;
          font-weight: 700;
          line-height: 49px;
          color: #148eff;
          left: 35px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-pos {
          position: absolute;
          font-family: Source Han Sans CN;
          font-size: 20px;
          font-weight: 400;
          line-height: 30px;
          color: #333333;
          left: 100px;
          top: 9px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-img {
          position: absolute;
          right: 69px;
          top: -7px;
          cursor: pointer;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos {
        margin-top: 31px;
        width: 200px;
        height: 200px;
        padding-top: 30px;
        padding-left: 20px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-title {
          font-size: 18px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 23px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-tag {
          margin-bottom: 55px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-tag .tag {
            padding: 4px 8px;
            border-right: 1px solid #667085;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #667085;
            margin-right: 8px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-salary {
          font-size: 22px;
          font-weight: 400;
          line-height: 33px;
          color: #ff5c00;
}
.home-page-wrap .school-wrap {
    margin-top: 40px;
}
.home-page-wrap .school-wrap .school-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 29px;
      color: #333;
      margin-bottom: 20px;
}
.home-page-wrap .school-wrap .corp-list {
      position: relative;
      overflow-y: auto;
      display: flex;
      height: 170px;
      width: 1190px;
      overflow: hidden;
      padding-top: 20px;
      margin: 0 auto;
      padding-left: 10px;
}
.home-page-wrap .school-wrap .corp-list .corp-item {
        border-radius: 8px;
        margin-right: 20px;
        z-index: 999;
}
.home-page-wrap .school-wrap .corp-list .corp-item .corp-content .corp-img {
          width: 140px;
          height: 140px;
          border-radius: 8px;
          overflow: hidden;
}
.home-page-wrap .school-wrap .corp-list .corp-item .corp-content .active {
          border-radius: 8px;
          transform: scale(1.143);
}
.home-page-wrap .school-wrap .corp-list .corp-right {
        position: absolute;
        right: 0px;
}
.home-page-wrap .school-wrap .corp-detail {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      height: 262px;
      background: #ffffff;
}
.home-page-wrap .school-wrap .corp-detail .top-group {
        padding: 16px;
        height: 170px;
        display: flex;
        align-items: center;
        position: relative;
        background: #ffffff;
        border-radius: 8px;
        margin-right: 10px;
}
.home-page-wrap .school-wrap .corp-detail .top-group .img-box {
          width: 80px;
          height: 80px;
          margin-right: 20px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .school-wrap .corp-detail .top-group .company-info .company-name {
          font-weight: 700;
          color: #333333;
          margin-bottom: 19px;
          font-size: 20px;
          line-height: 30px;
}
.home-page-wrap .school-wrap .corp-detail .top-group .company-info .company-detail {
          font-size: 12px;
          white-space: pre;
          line-height: 17px;
          color: #999999;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group {
        position: relative;
        padding-left: 26px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-num {
          position: absolute;
          font-family: DIN;
          font-size: 40px;
          font-weight: 700;
          line-height: 49px;
          color: #148eff;
          left: 35px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-pos {
          position: absolute;
          font-family: Source Han Sans CN;
          font-size: 20px;
          font-weight: 400;
          line-height: 30px;
          color: #333333;
          left: 100px;
          top: 9px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-img {
          position: absolute;
          right: 69px;
          top: -7px;
          cursor: pointer;
}
.home-page-wrap .school-wrap .corp-detail .right-pos {
        margin-top: 31px;
        width: 200px;
        height: 200px;
        padding-top: 30px;
        padding-left: 20px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-title {
          font-size: 18px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 23px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-tag {
          margin-bottom: 55px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-tag .tag {
            padding: 4px 8px;
            background: #f1f1f1;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #999999;
            margin-right: 8px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-salary {
          font-size: 22px;
          font-weight: 400;
          line-height: 33px;
          color: #ff5c00;
}
.home-page-wrap .school-wrap .school-list {
      height: 82px;
      position: relative;
      overflow-y: auto;
      width: 1190px;
      overflow: hidden;
      margin: 0 auto;
}
.home-page-wrap .school-wrap .school-list .el-carousel__container {
        height: 204px;
}
.home-page-wrap .school-wrap .school-list .el-carousel__arrow {
        top: 40%;
}
.home-page-wrap .school-wrap .school-list .school_wrap {
        cursor: pointer;
        width: 100%;
        height: 148px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group {
          z-index: 9999;
          padding: 16px;
          display: flex;
          align-items: center;
          position: relative;
          background: #ffffff;
          border-radius: 8px;
          height: 82px;
          margin-right: 10px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .img-box {
            width: 41px;
            height: 41px;
            margin-right: 15px;
            border-radius: 2px;
            flex-shrink: 0;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .company-info .company-name {
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            color: #333333;
            margin-bottom: 3px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .company-info .company-detail {
            font-size: 12px;
            line-height: 17px;
            color: #666666;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .more-position {
            font-size: 12px;
            line-height: 17px;
            color: #666666;
            position: absolute;
            right: 16px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group {
          background-color: #fff;
          padding: 15px 5px;
          display: flex;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-box {
            width: 118px;
            text-align: center;
            border-right: 1px solid #ddd;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-box:last-child {
            width: 118px;
            text-align: center;
            border-right: none;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .salary-box {
            font-size: 18px;
            line-height: 26px;
            color: #ff5c00;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-name {
            font-size: 12px;
            line-height: 17px;
            color: #333333;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_img {
          width: 90px;
          height: 90px;
          margin: auto;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_img img {
            width: 100%;
            height: 100%;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_name {
          margin-top: 10px;
          height: 20px;
          text-align: center;
}
.home-page-wrap .school_list .school_wrap {
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.home-page-wrap .school_list .school_Logo {
    width: 41px;
    height: 41px;
    margin-right: 15px;
}
.home-page-wrap .school_list .school_Logo .school_img {
      width: 100%;
      height: 100%;
}
.home-page-wrap .school_list .school_rig {
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-page-wrap .school_list .school_rig .school_name {
      color: #333333;
      font-size: 16px;
      font-weight: 700;
}
.home-page-wrap .school_list .school_rig .school_detail {
      font-size: 12px;
      font-weight: 400;
      color: #666666;
}
.home-page-wrap .login-wrap {
    margin-top: 40px;
}
.home-page-wrap .login-wrap .main-content .lg-card {
      height: 160px;
}
.home-page-wrap .login-wrap .main-content .login-content .menu_btn {
      width: 32px;
      height: 80px;
      padding-left: 10px;
      padding-top: 25px;
      font-size: 12px;
      color: #000000;
      cursor: pointer;
      position: relative;
}
.home-page-wrap .login-wrap .main-content .login-content .menu_btn .blue_line {
        position: absolute;
        width: 4px;
        height: 20px;
        background: #1275fa;
        left: 0;
        top: 26px;
}
.home-page-wrap .login-wrap .main-content .login-content .grey {
      color: #999999;
      background-color: #e9f0f6;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper {
      display: flex;
      align-items: center;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper img {
        border: 1px solid #ddd;
        width: 90px;
        height: 40px;
        margin-left: 10px;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper .login-code {
        text-align: center;
        padding: 0px;
        margin-left: 10px;
        border: none;
        color: #2E1F88;
        font-size: 10px;
}
.home-page-wrap .login-wrap .main-content .company-body {
      height: 160px;
      cursor: pointer;
}
.home-page-wrap .login-wrap .main-content .company-body .el-carousel__container {
        height: 160px;
}
.home-page-wrap .login-wrap .main-content .company-body .el-carousel__indicator--horizontal {
        display: none;
}
.home-page-wrap .login-wrap .main-content .company-body .famous-title1 {
        color: #000000;
        font-weight: 600;
        padding-left: 7px;
        padding-top: 43px;
        font-size: 14px;
        height: 160px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
        border-radius: 4px 0px 0px 4px;
        opacity: 0.55;
}
.home-page-wrap .login-wrap .main-content .company-body .famous-title2 {
        color: #000000;
        font-weight: 600;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 43px;
        font-size: 14px;
        height: 160px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
        border-radius: 4px 0px 0px 4px;
        opacity: 0.55;
}
.home-page-wrap .login-wrap .main-content .company-body .company_img {
        height: 77%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.home-page-wrap .login-wrap .main-content .company-body .company_name {
        width: 130px;
        margin: auto;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.home-page-wrap .login-wrap .main-content .company-body .image {
        max-height: 90%;
        max-width: 100%;
}
.home-page-wrap .login-wrap .main-content .company-body .el-card__body {
        height: 100%;
        padding: 0px;
        text-align: center;
}
.home-page-wrap .getMore {
    text-align: center;
    width: 1190px;
    margin: 20px auto;
}
.home-page-wrap .getMore .btn_more {
      height: 50px;
      width: 220px;
      border: none;
      letter-spacing: 1px;
      border-radius: 8px;
      color: #FFFFFF;
      background-color: #2E1F88;
}
.home-page-wrap .banner-middle {
    margin: 0px auto 0;
    position: relative;
}
.home-page-wrap .banner-middle .el-carousel__arrow {
      top: 22%;
}
.home-page-wrap .part-title {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
    color: #333333;
    width: 1190px;
    margin: 40px auto 20px;
}
.home-page-wrap .hot-positions {
    margin-top: 10px;
    z-index: 1;
}
.home-page-wrap .hot-positions .nullContent {
      background: #FFFFFF;
      margin-bottom: 10px;
      display: flex;
      border-radius: 8px;
}
.home-page-wrap .hot-positions .nullContent .img-conetent {
        height: 150px;
        width: 280px;
        border-radius: 8px;
        background-color: #DEE7F0;
        background-repeat: no-repeat;
        margin-right: 20px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info {
        width: 344px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info .recruit-name {
          margin-top: 16px;
          font-size: 22px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 76px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info .label {
          font-size: 12px;
          font-weight: 400;
          color: #999999;
          margin-bottom: 10px;
}
.home-page-wrap .hot-positions .nullContent .right-pos {
        margin-right: 12px;
        margin-top: 12px;
        width: 180px;
        height: 126px;
        padding-top: 16px;
        padding-left: 12px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-title {
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 10px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-tag {
          margin-bottom: 28px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-tag .tag {
            padding: 4px 8px;
            background: #f1f1f1;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #999999;
            margin-right: 8px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-salary {
          font-size: 16px;
          font-weight: 400;
          line-height: 33px;
          padding-left: 60px;
          color: #ff5c00;
}
.home-page-wrap .hot-positions .nullContent .recruit-oper {
        margin-left: 30px;
}
.home-page-wrap .hot-positions .nullContent .recruit-oper .oper-img {
          cursor: pointer;
          margin-top: 53px;
          width: 44px;
          height: 44px;
}
.home-page-wrap .hot-positions .h-234 {
      height: 234px;
      background-image: url(../img/green-bg.b453b694.png) !important;
}
.home-page-wrap .hot-positions .left {
      position: relative;
      width: 140px;
      background-image: url(../img/orange.c5fe8cc1.png);
}
.home-page-wrap .hot-positions .left .posName {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 74px;
        font-size: 28px;
        font-family: YouSheBiaoTiHei;
        color: #ffffff;
        text-shadow: 3px 6px 16px rgba(5, 16, 144, 0.2);
}
.home-page-wrap .hot-positions .left .select {
        display: inline;
        position: absolute;
        width: 100px;
        height: 24px;
        top: 114px;
        left: 19px;
}
.home-page-wrap .hot-positions .left .select .el-input .el-input__inner {
          background-color: transparent;
          color: #fff !important;
          font-size: 14px;
          height: 24px;
          line-height: 24px;
          border-radius: 3px;
          border: 2px solid;
          padding: 0 10px;
}
.home-page-wrap .hot-positions .left .select .el-select .el-input .el-select__caret {
          color: #fff;
}
.home-page-wrap .hot-positions .left .select .el-input__icon {
          line-height: 24px;
          width: 14px;
}
.home-page-wrap .hot-positions .left .doMore {
        display: inline;
        position: absolute;
        cursor: pointer;
        width: 100px;
        height: 28px;
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        font-family: Source Han Sans SC;
        background-color: #fff;
        color: #f94b0f;
        border: none;
        border-radius: 16px;
        text-align: center;
        line-height: 28px;
}
.home-page-wrap .hot-positions .position {
      border: none;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
      margin: 5px;
      cursor: pointer;
}
.home-page-wrap .hot-positions .position .company-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
        background: #ffffff;
        padding: 16px 17px 10px 16px;
}
.home-page-wrap .hot-positions .position .company-info .img-box {
          width: 46px;
          height: 46px;
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .hot-positions .position .position-tag {
        padding: 0 0 5px 0;
        margin: 0 16px;
}
.home-page-wrap .hot-positions .position .position-tag .tag {
          padding: 4px 8px;
          background: #f1f1f1;
          border-radius: 2px;
          font-size: 12px;
          line-height: 17px;
          color: #999999;
          margin-right: 8px;
}
.home-page-wrap .hot-positions .position .position-name2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        display: flex;
        align-items: center;
}
.home-page-wrap .hot-positions .position .position-name2 .fast {
          width: 22px;
          margin-right: 4px;
}
.home-page-wrap .hot-positions .position .position-name2 .highTech {
          width: 35px;
          margin-right: 4px;
}
.home-page-wrap .hot-positions .position .position-name2 div {
          max-width: 200px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
}
.home-page-wrap .hot-positions .position .salary {
        font-size: 16px;
        line-height: 24px;
        color: #C3A062;
}
.home-page-wrap .hot-positions .position .company-name {
        max-width: 250px;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
}
.home-page-wrap .hot-positions .position .company-name .color-999 {
          font-weight: 500;
          font-size: 12px;
          line-height: 18px;
          color: #999999;
          margin-top: 4px;
}
.home-page-wrap .hot-positions .position .company-name:hover {
        cursor: pointer;
        color: #1275fa;
}
.home-page-wrap .hot-positions .position .position-info {
        display: flex;
        align-items: center;
        padding: 6px 0 10px;
        color: #667085;
}
.home-page-wrap .hot-positions .position .position-info .position-detail:first-child {
          border-right: 1px solid #ddd;
}
.home-page-wrap .hot-positions .position .position-info .position-detail {
          display: flex;
          align-items: center;
          padding: 0 12px;
          width: 50%;
}
.home-page-wrap .hot-positions .position .position-info .position-detail .position-name {
            font-size: 12px;
            line-height: 17px;
            color: #333333;
}
.home-page-wrap .hot-positions .position .position-info .position-detail .position-salary {
            font-size: 14px;
            line-height: 20px;
            color: #ff5c00;
            margin-left: 8px;
}
.home-page-wrap .hot-positions .position .position-info .img-box {
          width: 22px;
          height: 22px;
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .hot-positions .position .position-info .company-box {
          padding: 0 12px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
}
.home-page-wrap .hot-positions .position .position-info .company-box img {
            width: 15px;
}
.home-page-wrap .hot-positions .position .position-info .company-name2 {
          max-width: 150px;
          font-size: 12px;
          line-height: 25px;
          color: #667085;
          margin-left: 6px;
          overflow: hidden;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.home-page-wrap .hot-positions .position .position-info .company-type {
          font-size: 12px;
          line-height: 17px;
          color: #aaaaaa;
          display: flex;
          align-items: center;
          max-width: 50%;
          justify-content: flex-end;
          color: #667085;
}
.home-page-wrap .hot-positions .position .position-info .company-type img {
            width: 14px;
            height: 14px;
            margin-right: 3px;
}
.home-page-wrap .hot-positions .position .position-info .company-type .type {
            display: inline-block;
            flex: 1;
            max-width: 90px;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.home-page-wrap .hot-positions .position .position-info .company-type .num {
            max-width: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.home-page-wrap .hot-positions .position .el-row .el-col:first-child {
        border-right: 1px solid #d8d8d8;
}
.home-page-wrap .hot-positions .position .company-position {
        margin-left: 16px;
}
.home-page-wrap .hot-positions .position .company-position .first {
          display: flex;
          justify-content: space-between;
}
.home-page-wrap .hot-positions .position .company-position .first .position-name {
            width: 108px;
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            line-height: 20px;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
.home-page-wrap .hot-positions .position .company-position .first .position-name:hover {
            cursor: pointer;
            color: #1275fa;
}
.home-page-wrap .hot-positions .position .company-position .first .position-salary {
            margin-right: 0px;
            width: 71px;
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #d34848;
            line-height: 20px;
}
.home-page-wrap .hot-positions .position .company-position .position-degree {
          margin-top: 2px;
          width: 24px;
          height: 17px;
          font-size: 12px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #999999;
          line-height: 17px;
}
.home-page-wrap .hot-positions .position .company-position::after {
        width: 1px;
        height: 36px;
        background: #d8d8d8;
}
.home-page-wrap .hot-positions .gra {
      background-image: url(../img/graduate.663e099a.png);
}
.home-page-wrap .hot-positions .gra .graNmae {
        margin-top: 22px;
        margin-left: 20px;
        width: 120px;
        font-size: 40px;
        font-family: YouSheBiaoTiHei;
        color: #ffffff;
        text-shadow: 3px 6px 16px rgba(5, 16, 144, 0.2);
}
.home-page-wrap .foot-bg {
    height: 224px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../img/footer-bg.85a56c7c.png);
}
.home-page-wrap .gra-color {
    background-color: #f5f5f5;
}
.home-page-wrap .create-resume {
    height: 120px;
    text-align: center;
    line-height: 120px;
    background-size: 100% 100%;
}
.home-page-wrap .create-resume span:first-child {
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      margin-right: 20px;
}
.home-page-wrap .create-resume span:last-child {
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      color: #1273f9;
      border-bottom: 1px solid;
      padding-bottom: 10px;
}
.home-page-wrap .create-resume .home_img7 {
      width: 5px;
      margin-left: 10px;
}
.home-page-wrap .recent-recruitment-wrap {
    padding: 32px 0;
    height: 397px;
    background-color: #f8f8f8;
    position: relative;
}
.home-page-wrap .recent-recruitment-wrap img.bg {
      width: 25vw;
      height: auto;
      position: absolute;
      bottom: 0;
}
.home-page-wrap .recent-recruitment-wrap img.bg.left {
        left: 16px;
}
.home-page-wrap .recent-recruitment-wrap img.bg.right {
        right: 16px;
}
.home-page-wrap .recent-recruitment-wrap .main-content {
      text-align: center;
}
.home-page-wrap .recent-recruitment-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .recent-recruitment-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 40px;
          background-color: #f8f8f8;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-col:nth-child(1) {
          padding-left: 0 !important;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-col:nth-child(6) {
          padding-right: 0 !important;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card {
          height: 238px;
          padding: 10px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body {
            height: 100%;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .image {
              width: 100%;
              height: calc(100% - 108px);
              display: block;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content {
              margin-top: 10px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p.name {
                  line-height: 24px;
                  color: #101513;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p.time {
                  margin-top: 15px;
                  height: 24px;
                  line-height: 24px;
                  color: #d6ae52;
}
.home-page-wrap .hot-school-wrap {
    padding: 40px 0;
}
.home-page-wrap .hot-school-wrap .main-content {
      text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 50px;
          background-color: #fff;
}
.home-page-wrap .hot-school-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-col:nth-child(1) {
          padding-left: 0 !important;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-col:nth-child(6) {
          padding-right: 0 !important;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card {
          height: 208px;
          margin-bottom: 24px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body {
            height: 100%;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .image {
              width: 90px;
              height: 90px;
              display: inline-block;
              margin-top: 12px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content {
              margin-top: 10px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content p.name {
                  line-height: 24px;
                  color: #101513;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content .counts {
                display: inline-block;
                margin-top: 16px;
                font-size: 12px;
                width: 182px;
                height: 36px;
                line-height: 36px;
                border: 1px solid #e3e7ed;
                text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content .counts span {
                  color: #17b575;
}
.home-page-wrap .hot-company-wrap {
    padding: 0 0 40px;
}
.home-page-wrap .hot-company-wrap .main-content {
      text-align: center;
}
.home-page-wrap .hot-company-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .hot-company-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 50px;
          background-color: #fff;
}
.home-page-wrap .hot-company-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .hot-company-wrap .main-content .body .title-image {
          height: 320px;
          display: flex;
          justify-content: center;
          align-items: center;
}
.home-page-wrap .hot-company-wrap .main-content .body .title-image .text p {
            font-size: 24px;
            color: #fff;
            margin: 0 0;
            text-align: center;
            line-height: 35px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card {
          margin-bottom: 12px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card:nth-child(5), .home-page-wrap .hot-company-wrap .main-content .body .lt-card:nth-child(6) {
            margin-bottom: 0;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body {
            height: 97px;
            width: 100%;
            display: flex;
            align-items: center;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .image {
              width: 76px;
              height: 76px;
              margin-left: 10px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content {
              margin-left: 15px;
              text-align: left;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
                line-height: 24px;
                color: #101513;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content p.desc {
                  line-height: 20px;
                  font-size: 14px;
                  color: #6e7874;
                  margin-top: 8px;
}
.home-page-wrap .footer-front-wrap {
    height: 288px;
    background-color: #17b575;
}
.home-page-wrap .footer-front-wrap .inner {
      position: relative;
      height: 100%;
}
.home-page-wrap .footer-front-wrap .inner img {
        height: 231px;
        width: auto;
        position: absolute;
        bottom: 0;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap {
        position: absolute;
        right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap p {
          margin-bottom: 40px;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap .btn {
          width: 300px;
          height: 80px;
          background-color: #fff;
          border-color: #fff;
          color: #17b575;
          font-size: 20px;
          border-radius: 100px;
}
.scan-btn:hover + .scan-btn2 {
  display: block;
}
.scan-btn2 {
  display: none;
  position: relative;
}
.scan-btn2 img {
    width: 160px;
    position: absolute;
    top: -26px;
    z-index: 10;
    left: 10px;
    transition: 0.5s;
}
.banner-middle .el-carousel__container {
  height: 160px;
}
.imgBoxoul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgBoxoul::after {
  content: "";
  width: 367px;
}
.reg-phone {
  width: 60px;
  margin: 10px auto;
  font-family: Source Han Sans CN;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #666666;
  cursor: pointer;
}
.tabStyle {
  border-bottom: 2px solid green;
}
.mt0 {
  margin-top: 10px !important;
}
#carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 60px;
  border-radius: 50%;
  transition: all 0.5s;
}
.carousel-left {
  left: 0;
}
.carousel-right {
  right: 0;
}
.carousel-left:hover,
.carousel-right:hover {
  color: black;
}
.carousel-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 22%;
  transform: translateX(-50%);
}
.carousel-dots button {
  width: 8px;
  height: 12px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.5);
  display: inline-block;
  margin: 0 5px;
  color: #000;
  border: none;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 7px;
}
.carousel-dots button:hover {
  background: #fff;
}
.carousel-dots button.active {
  width: 60px;
  background: #fff;
}
.carousel-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
}
.carousel-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.position-tag {
  display: flex;
  justify-content: space-between;
}
.appointment {
  width: 42px;
  height: 20px;
  background: #ff5151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
}
.appointment_ {
  width: 42px;
  height: 20px;
  background: #142cff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  margin-left: 8px;
}
.flex_ {
  display: flex;
  justify-content: space-between;
}
.flex_left {
  flex: 1;
}
.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 150px;
  margin: 0;
}
.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}
.logo_wrap {
  position: relative;
  width: 100%;
  /*no */
  height: 135px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}
.logo_wrap1 {
  position: relative;
  width: 110%;
  /*no */
  height: 135px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}
.line_even {
  animation: scrollToRight 14s linear infinite;
  animation-fill-mode: forwards;
  display: flex;
}
.line_even1 {
  animation: scrollToRight1 16s linear infinite;
  display: flex;
}
@keyframes scrollToRight {
0% {
    transform: translate3d(-10%, 0, 0);
}
100% {
    transform: translate3d(-110%, 0, 0);
}
}
@keyframes scrollToRight1 {
0% {
    transform: translate3d(0%, 0, 0);
}
100% {
    transform: translate3d(-100%, 0, 0);
}
}
.logo_img {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  height: 100%;
  display: flex;
}
.logo_img .banner-img1 {
    width: 262px;
    height: 120px;
    margin-right: 15px;
}
.zhezhao {
  position: absolute;
  width: 1440px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  top: 0px;
}
.btn_more1 {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 42%;
  height: 50px;
  width: 200px;
  border: none;
  letter-spacing: 1px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #2e1f88;
}
.middle-contents {
  width: 100%;
  overflow: hidden;
}


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