@charset "UTF-8";
.home-page-wrap {
  min-width: 1120px;
  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 .positionlist {
  height: 220px;
  overflow: hidden;
}
.home-page-wrap .top-content {
  position: relative;
  height: 56px;
}
.home-page-wrap .top-content .banner-wrap {
  min-width: 1120px;
  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;
  background: url(../img/homeBackImg.6bce0ada.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #e3effb;
}
.home-page-wrap .main-body::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 340px;
  width: 883px;
  background-image: url(../img/home1.a55786d5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 883px 340px;
  z-index: 1;
}
.home-page-wrap .main-body::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 245px;
  width: 732px;
  background-image: url(../img/home2.d92a2861.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 732px 245px;
  z-index: 0;
}
.home-page-wrap .main-body .left-banner-box {
  position: fixed;
  left: 6%;
  top: 330px;
  height: 600px;
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}
.home-page-wrap .main-body .left-banner-box img {
  width: 200px;
  border-radius: 5px;
}
.home-page-wrap .main-body .right-banner-box {
  position: fixed;
  right: 6%;
  top: 330px;
  height: 600px;
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 2;
}
.home-page-wrap .main-body .right-banner-box img {
  width: 200px;
  border-radius: 5px;
}
@media (min-width: 0px) {
.home-page-wrap .main-body .left-banner-box {
    left: -10em;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .left-banner-box:hover {
    transform: translateX(200px);
}
.home-page-wrap .main-body .right-banner-box {
    right: -10em;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .right-banner-box:hover {
    transform: translateX(-200px);
}
}
@media (min-width: 1500px) {
.home-page-wrap .main-body .left-banner-box {
    left: -2em;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .left-banner-box:hover {
    transform: translateX(3em);
}
.home-page-wrap .main-body .right-banner-box {
    right: -2em;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .right-banner-box:hover {
    transform: translateX(-3em);
}
}
@media (min-width: 1680px) {
.home-page-wrap .main-body .left-banner-box {
    left: 5%;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .left-banner-box:hover {
    transform: translateX(0);
}
.home-page-wrap .main-body .right-banner-box {
    right: 5%;
    transition: transform 0.5s;
    /* 动画持续时间为2秒 */
}
.home-page-wrap .main-body .right-banner-box:hover {
    transform: translateX(0);
}
}
.home-page-wrap .main-body .home-carousel-box {
  width: 100%;
  height: 730px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
}
.home-page-wrap .main-body .home-carousel-box .banner-img {
  width: 100%;
  height: 100%;
}
.home-page-wrap .main-body .home-carousel-backImg1 {
  position: absolute;
  top: 109px;
  left: 0px;
  opacity: 0.3;
  height: 460px;
}
.home-page-wrap .main-body .home-carousel-backImg2 {
  position: absolute;
  top: -3px;
  right: -101px;
  opacity: 0.17;
  height: 495px;
}
.home-page-wrap .main-body .home-search {
  width: 1120px;
  height: 156px;
  background-image: url(../img/searchImg.ae65680c.png);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.home-page-wrap .main-body .home-search .home-search-top {
  display: flex;
  flex-direction: row;
  height: 72px;
}
.home-page-wrap .main-body .home-search .home-search-top .logo {
  margin-left: -72px;
  margin-top: -35px;
  margin-bottom: -12px;
  margin-right: -40px;
}
.home-page-wrap .main-body .home-search .home-search-top .text {
  text-align: center;
  background: linear-gradient(90deg, #0037FF 0%, #0069FF 25.73%, #00A2FF 52.16%, #A11BFB 70.44%, #EC9B28 96.88%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 36px;
  padding-top: 24px;
}
.home-page-wrap .main-body .home-search .home-search-box {
  width: 1096px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #0993FF;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-color: #fff;
  padding: 16px 24px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.home-page-wrap .main-body .home-search .home-search-box .el-input__inner {
  background-color: transparent;
}
.home-page-wrap .main-body .home-search .home-search-box .el-select {
  width: 106px;
}
.home-page-wrap .main-body .home-search .home-search-box .el-select .el-input__inner {
  padding-left: 0;
  padding-right: 15px;
}
.home-page-wrap .main-body .home-search .home-search-box input {
  border: 0;
  outline: none;
  width: 80%;
  font-size: 20px;
  color: #333333;
  line-height: 150%;
}
.home-page-wrap .main-body .home-search .home-search-box input::-moz-placeholder {
  color: #999999;
  font-size: 20px;
}
.home-page-wrap .main-body .home-search .home-search-box input::placeholder {
  color: #999999;
  font-size: 20px;
}
.home-page-wrap .main-body .home-search .home-search-box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.home-page-wrap .main-body .home-search .home-search-box .home-search-btn {
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.home-page-wrap .main-body .home-search .home-search-box .home-search-btn .el-button {
  height: 44px;
  width: 104px;
  border: none;
  background-image: url(../img/searchBtn.0f048ae8.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
}
.home-page-wrap .main-body .carousel-box {
  width: 1120px;
  height: 400px;
  margin: 20px auto 0;
  display: flex;
  border-radius: 12px;
  position: relative;
  gap: 8px;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetailItem {
  padding: 25px 0 9px;
  border-bottom: 1px solid #eeeeee;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetail {
  position: absolute;
  width: 902px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f6fcff 100%);
  top: 0;
  left: 218px;
  z-index: 2;
  overflow: auto;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetail .rowDivName {
  padding: 16px 20px 0;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  color: #1f1f1f;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetail .rowDiv {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetail .rowDivItem {
  padding: 16px 20px;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #333333;
}
.home-page-wrap .main-body .carousel-box .positionCategoryDetail .rowDivItem:hover {
  color: #4567ff;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left {
  width: 220px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #DAEDFF 0%, #FFFFFF 14.78%);
  border: 2px solid #fff;
  padding: 20px 8px 20px 10px;
  border-radius: 8px;
  overflow: auto;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left .positionCategoryItem {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left .positionCategoryName {
  color: #333;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left i {
  color: #babdc0;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left .positionCategoryItem:hover {
  background: #487cff14;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left .positionCategoryItem:hover .positionCategoryName {
  color: #3f73ff;
}
.home-page-wrap .main-body .carousel-box .carousel-box-left .positionCategoryItem:hover i {
  color: #3f73ff;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right {
  width: 260px;
  height: 100%;
  z-index: 1;
  overflow: auto;
  border-radius: 8px;
  background: linear-gradient(180deg, #DAEDFF 0%, #FFFFFF 14.78%);
  padding: 16px 20px 0px 20px;
  display: flex;
  flex-direction: column;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-title .carousel-box-right-titleText {
  width: 72px;
  height: 18px;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-title .carousel-box-right-titleGetMore {
  color: #6A6F7B;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  width: 220px;
  overflow: hidden;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list .carousel-box-right-contentBox {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #9BA1AE66;
  padding-top: 12px;
  padding-bottom: 16px;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list .carousel-box-right-contentBox .carousel-box-right-contentTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-height: 2.6em;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  min-height: 36px;
  cursor: pointer;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list .carousel-box-right-contentBox .carousel-box-right-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
  align-items: center;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list .carousel-box-right-contentBox .carousel-box-right-content .carousel-box-right-contentTag {
  background: #1C77E61A;
  color: #2483FF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px;
  font-size: 12px;
}
.home-page-wrap .main-body .carousel-box .carousel-box-right .carousel-box-right-list .carousel-box-right-contentBox .carousel-box-right-content .carousel-box-right-contentDate {
  font-size: 12px;
  color: #9BA1AE;
}
.home-page-wrap .main-body .carousel-box .carousel-box-content {
  flex: 1;
  height: 100%;
  z-index: 1;
}
.home-page-wrap .main-body .home-middle-content {
  padding: 60px 0;
}
.home-page-wrap .main-body .quickJump {
  position: relative;
  padding-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
.home-page-wrap .main-body .quickJump .img {
  width: 554px;
}
.home-page-wrap .main-body .hot-tag-middle-content {
  padding: 0;
}
.home-page-wrap .main-body .hot-tag-box {
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .title {
  width: 128px;
  margin: 0 auto 40px;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -119px;
}
.home-page-wrap .main-body .hot-tag-box .title .title-positionBox {
  width: 100%;
  position: relative;
  line-height: 119px;
}
.home-page-wrap .main-body .hot-tag-box .title img {
  width: 128px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.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 .hot-tag-box .hot-tag-estateBox {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #D5E4FC -15.82%, #FFFFFF 17.07%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  justify-content: space-between;
  height: 355px;
  width: 1120px;
  padding: 16px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-title {
  height: 24px;
  width: 80px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-title .hot-tag-estateBox-titleText {
  display: flex;
  height: 24px;
  width: 80px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left {
  flex: 1;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-leftItem {
  width: 155px;
  height: 249px;
  perspective: 550px;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate {
  width: 100%;
  height: 100%;
  transform: rotateY(97.8deg);
  transform-origin: 0 100% 0;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  padding: 20px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-name {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-info {
  margin-top: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-btnBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  padding-top: 100px;
  gap: 20px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-btnBox .hot-tag-estateBox-rotate-btn {
  padding: 5px 12px;
  border-radius: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  vertical-align: middle;
  background: #1f335e;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 105.77%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-btnBox .hot-tag-estateBox-rotate-btn span {
  display: inline-block;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-rotate .hot-tag-estateBox-rotate-btnBox .hot-tag-estateBox-rotate-btn .hot-tag-estateBox-num {
  display: inline-block;
  font-family: DIN;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #3f73ff;
  margin-left: 4px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-left .hot-tag-estateBox-leftItem:hover .hot-tag-estateBox-rotate {
  transform: rotateY(0deg);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-right {
  width: 27%;
  border-radius: 10px;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-right img {
  width: 100%;
  height: 100%;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-right .hot-tag-estateBox-rightContent {
  position: absolute;
  top: 20px;
  left: 20px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-estateBox .hot-tag-estateBox-right .getmore {
  position: absolute;
  top: 60px;
  left: 17px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox {
  margin: 40px 0;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item {
  width: 554px;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item-title {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item-title .newInfoBox-item-titleLeft {
  display: flex;
  align-items: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item-title .newInfoBox-item-titleRight {
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item-title .newInfoBox-item-titleIcon {
  width: 32px;
  margin-right: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-item-title .newInfoBox-item-titleText {
  width: 80px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left {
  background: url(../img/newInfoBox-left.1b100c22.png) no-repeat;
  border-radius: 12px;
  background-size: cover;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-item-titleRight {
  color: #6A6F7B;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-leftContent {
  margin-top: 20px;
  max-height: 320px;
  overflow: hidden;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-imageGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-imageItem {
  width: 167px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-imageItem:hover {
  background-color: #ecf1f7;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-imageContainer {
  width: 167px;
  height: 96px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left .newInfoBox-imageContainer img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 {
  background: url(../img/newInfoBox-left1.d5ee8619.png) no-repeat;
  border-radius: 12px;
  background-size: cover;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-item-titleRight {
  color: #6A6F7B;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent {
  max-height: 304px;
  overflow: hidden;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-tabBox {
  display: flex;
  flex-direction: row;
  max-width: 776px;
  justify-content: start;
  gap: 40px;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 16px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-tabBox .newInfoBox-leftContent-tab {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-tabBox .newInfoBox-leftContent-tab .newInfoBox-leftContent-tabName {
  font-size: 14px;
  line-height: normal;
  color: #6A6F7B;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-tabBox .newInfoBox-leftContent-tab .newInfoBox-leftContent-tabName-active {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #2483FF;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-tabBox .newInfoBox-leftContent-tab .newInfoBox-leftContent-tabUnderline {
  justify-content: center;
  background-color: #2483FF;
  width: 54px;
  height: 6px;
  border-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .no-data {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item {
  height: 53px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #d8deff;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item:hover {
  background-color: rgba(227, 245, 254, 0.6);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 4px;
  width: 550px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item-title span {
  flex: 1;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #1f1f1f;
  max-width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item-title img {
  height: 20px;
  max-width: 100%;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-left1 .newInfoBox-leftContent-item-time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right {
  background: url(../img/newInfoBox-right.099777a8.png) no-repeat;
  border-radius: 8px;
  background-size: cover;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-item-titleRight {
  color: #6A6F7B;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 12px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent ::-webkit-scrollbar {
  display: none;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-item {
  width: 254px;
  height: 95px;
  padding: 16px 6px;
  display: flex;
  box-shadow: 0px 1px 8px 0px #af3d0e1a;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-item:hover {
  background-color: #ecf1f7;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-image {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3edea;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-image img {
  width: 51px;
  border-radius: 5px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .active {
  background: #fafafa;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .default {
  background: #deeaff;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .default img {
  width: 40px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-top {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-title {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  max-width: 154px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #EFF6FC 0%, rgba(239, 246, 252, 0) 100%);
  width: 230px;
  height: 28px;
  border-radius: 4px;
  padding-left: 12px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-tag {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-positionNum {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-numText {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 14px;
  color: #4567ff;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right .newInfoBox-rightContent-content-unit {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #4567ff;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 {
  background: url(../img/newInfoBox-right1.c1da74cb.png) no-repeat;
  border-radius: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .welcome {
  margin-top: 17px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right {
  width: 260px;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-login {
  height: 100%;
  z-index: -2;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType {
  display: flex;
  height: 31px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 18px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .arousel-right-loginitem {
  width: 45%;
  height: 100%;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16x;
  color: #666666;
  text-align: start;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .chooseLeft {
  color: #2483FF;
  font-weight: 700;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .chooseUnderline {
  background: #2483FF;
  height: 3px;
  width: 24px;
  position: absolute;
  left: 20px;
  margin-top: 4px;
  border-radius: 10px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .chooseLeftImg {
  position: absolute;
  left: -18px;
  top: 0;
  z-index: -1;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .chooseRight {
  color: #2483FF;
  font-weight: 700;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-right-loginType .chooseRightImg {
  position: absolute;
  right: -18px;
  top: 0;
  z-index: -1;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-form-item__label {
  line-height: 20px;
  padding: 0 0 5px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-form-item {
  margin-bottom: 15px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-input {
  height: 44px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-input__inner {
  border: 1px solid #eeeeee !important;
  background-color: #fff !important;
  border-radius: 4px;
  height: 44px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-form-item__content {
  line-height: 44px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .el-input__icon {
  line-height: 30px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .code-formItem {
  margin-bottom: 5px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .code-formItem .code-formItem-box {
  background-color: #fff !important;
  border-radius: 4px;
  height: 44px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .code-formItem .el-input-group__append {
  padding: 0;
  border: none;
  border-radius: 25px;
  background: transparent;
  position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .operate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 12px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .operate .forget {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-decoration: underline;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .personForm .operate .login {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4567ff;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .loginBtn {
  background: radial-gradient(113.21% 700.86% at -2.25% 0%, #2A7CF2 16.72%, #6CBDFF 100%);
  width: 100%;
  height: 44px;
  color: #fff;
  border-radius: 4px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .goRegText {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .goRegText .goRegBtn {
  font-weight: 500;
  color: #2483FF;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .goOtherText {
  display: flex;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  padding: 0 22px;
  gap: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo {
  width: 100%;
  height: 100%;
  padding: 10px 6px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-nameBox {
  height: 48px;
  width: 100%;
  display: flex;
  gap: 12px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-nameBox img {
  height: 100%;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-nameBox .carousel-box-myInfo-name {
  margin-left: 6px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  color: #000000;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-nameBox .carousel-box-myInfo-name .carousel-box-myInfo-nameHi {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-numberBox {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-numberBox .carousel-box-myInfo-numberItem {
  width: 116px;
  height: 82px;
  margin-top: 13px;
  background: #148eff0a;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-numberBox .carousel-box-myInfo-numberItem .carousel-box-myInfo-number {
  color: transparent;
  /* 设置文字颜色为透明 */
  background-image: linear-gradient(344.37deg, #2A7CF2 29.87%, #6CBDFF 76.38%);
  /* 设置背景为渐变色 */
  -webkit-background-clip: text;
  /* WebKit 浏览器专用属性，使背景剪切至文本 */
  background-clip: text;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 28px;
  vertical-align: middle;
  margin-top: 11px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-numberBox .carousel-box-myInfo-numberItem .carousel-box-myInfo-text {
  margin-top: 5px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #333333;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-goInfoDetail {
  cursor: pointer;
  background: radial-gradient(113.21% 700.86% at -2.25% 0%, #2A7CF2 16.72%, #6CBDFF 100%);
  padding: 14px 0;
  color: #fff;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 12px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-right1 .carousel-box-right .carousel-box-myInfo .carousel-box-myInfo-myResume {
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #2A7CF2;
  background: #E9F2FD;
  padding: 14px 0;
  color: #2A7CF2;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all {
  background: linear-gradient(164.39deg, #FEEDEC 2.28%, #FFFFFF 55.68%);
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-size: cover;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-item-titleRight {
  color: #6A6F7B;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent ::-webkit-scrollbar {
  display: none;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-item {
  width: 354px;
  height: 106px;
  padding: 8px 12px;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-image {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3edea;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-image img {
  width: 51px;
  border-radius: 5px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .active {
  background: #fafafa;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .default img {
  width: 40px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  color: #1f1f1f;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-title .positionName {
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-title .salary {
  color: #F94B0F;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-tagBox {
  gap: 12px;
  display: flex;
  flex-direction: row;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-tagBox .tag {
  background: #F1F1F1;
  padding: 4px 8px;
  font-size: 12px;
  color: #999999;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom {
  display: flex;
  justify-content: space-between;
  min-height: 34px;
  border-top: 1px solid #EEEEEE;
  padding-top: 11px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom .companyInfo {
  width: 60%;
  display: flex;
  flex-direction: row;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom .companyInfo .logo {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom .companyInfo .companyTitle {
  color: #777777;
  font-size: 12px;
  line-height: normal;
  margin-left: 4px;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom .companyTag {
  color: #AAAAAA;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-all .newInfoBox-allContent-content-bottom .companyTag .companyTag-trade {
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company {
  background: linear-gradient(180deg, #DFECFD -49.89%, #FFFFFF 82.23%);
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-size: cover;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-item-titleRight {
  color: #6A6F7B;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 8px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent ::-webkit-scrollbar {
  display: none;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-item {
  width: 354px;
  height: 148px;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-top {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px;
  height: 70PX;
  background-color: #fff;
  background-image: url(../img/zdqyBackImg.44701712.png);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-image {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3edea;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-image img {
  width: 51px;
  border-radius: 5px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .active {
  background: #fafafa;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .default img {
  width: 40px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-title {
  gap: 2px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-title .newInfoBox-companyContent-content-companyTitle {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
  font-weight: 500;
  color: #1f1f1f;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-title .newInfoBox-companyContent-content-companyTagBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 268px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-title .newInfoBox-companyContent-content-companyTagBox .newInfoBox-companyContent-content-companyTag {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: normal;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-tagBox {
  gap: 12px;
  display: flex;
  flex-direction: row;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-tagBox .tag {
  background: #F1F1F1;
  padding: 4px 8px;
  font-size: 12px;
  color: #999999;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-bottom {
  display: flex;
  flex-direction: row;
  justify-content: start;
  min-height: 78px;
  border-top: 1px solid #EEEEEE;
  padding: 15px;
  align-items: center;
  font-size: 26px;
  gap: 37px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-bottom .newInfoBox-companyContent-content-job {
  width: 80px;
  height: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-bottom .newInfoBox-companyContent-content-job .newInfoBox-companyContent-content-salary {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #E7280F;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-newInfoBox .newInfoBox-company .newInfoBox-companyContent-content-bottom .newInfoBox-companyContent-content-job .newInfoBox-companyContent-content-jobName {
  max-width: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
.home-page-wrap .main-body .schoolAlliance-title {
  width: 128px;
  padding: 20px 0 40px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 32px;
  vertical-align: middle;
}
.home-page-wrap .main-body .schoolAlliance-title img {
  position: absolute;
  left: -12px;
  top: 0;
  z-index: 0;
}
.home-page-wrap .main-body .schoolAlliance-box {
  width: 100%;
  margin-top: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.home-page-wrap .main-body .schoolAlliance-box ::-webkit-scrollbar {
  display: none;
}
.home-page-wrap .main-body .schoolAlliance-box-opacity-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 19%;
  background-image: linear-gradient(to right, #f5faff 0%, #f5faff 50%, transparent 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-wrap .main-body .schoolAlliance-box-opacity-left .el-button {
  font-size: 23px;
}
.home-page-wrap .main-body .schoolAlliance-box-opacity-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
  width: 19%;
  background-image: linear-gradient(to left, #f3f9ff 0%, #f3f9ff 50%, transparent 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-wrap .main-body .schoolAlliance-box-opacity-right .el-button {
  font-size: 23px;
}
.home-page-wrap .main-body .schoolAlliance-content-box {
  width: 100%;
  overflow: auto;
  position: relative;
  height: 400px;
}
.home-page-wrap .main-body .schoolAlliance-content {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  height: 100%;
  transition: all 0.5s ease;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item {
  height: 399px;
  border-radius: 12px;
  margin: 0 8px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #0000001a;
}
.home-page-wrap .main-body .schoolAlliance-content .isActive {
  border: 1px solid #3f73ff;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-top {
  height: 177px;
  width: 100%;
  overflow: hidden;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-top img {
  width: 100%;
  min-height: 100%;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content {
  background-color: white;
  height: 124px;
  padding: 20px 20px 0;
  display: flex;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content .schoolAlliance-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content .schoolAlliance-img img {
  width: 48px;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content .schoolAlliance-item-text {
  margin-left: 8px;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content .schoolAlliance-item-text .school {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  color: #1f1f1f;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-content .schoolAlliance-item-text .info {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 12px;
  vertical-align: middle;
  color: #666666;
  margin-top: 12px;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-bottom {
  background-color: #f6fafe;
  height: 98px;
  padding: 20px 20px 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #333333;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-bottom .schoolAlliance-item-url {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-bottom .schoolAlliance-item-url a {
  text-decoration: underline;
  color: #4074ff;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-bottom .schoolAlliance-item-address {
  margin-top: 16px;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page-wrap .main-body .schoolAlliance-content .schoolAlliance-item-bottom img {
  width: 12px;
  height: 12px;
}
.home-page-wrap .main-body .position-recommend-box {
  margin-top: 59px;
  width: 100%;
  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: #3f73ff;
  font-size: 15px;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__active-bar {
  background-color: #3f73ff;
}
.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;
  background: #f5f6f7;
  padding: 4px 8px !important;
  border-radius: 2px;
  color: #667085;
  margin-right: 4px !important;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.home-page-wrap .main-body .position-recommend-box .position-tag .tag:hover {
  box-shadow: 0px 1px 10px 0px #023cd726;
}
.home-page-wrap .main-body .position-btnBox {
  display: none;
}
.home-page-wrap .main-body .position-btnBox div {
  padding: 3px 8px;
  font-family: Source Han Sans CN;
  border-radius: 10px;
  font-weight: 400;
  letter-spacing: 0%;
  font-size: 12px;
  white-space: nowrap;
}
.home-page-wrap .main-body .position-btnBox .position-resume {
  border: 1px solid #3f73ff;
  background-color: #fff;
  color: #3f73ff;
}
.home-page-wrap .main-body .position-btnBox .position-detail-btn {
  background: linear-gradient(110.64deg, #3f73ff 35.92%, #68caff 86.38%);
  color: #fff;
  margin-left: 12px;
}
.home-page-wrap .main-body .company-recommend-box {
  margin-top: 80px;
  padding: 0 0 50px;
}
.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: 1120px;
  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 #3f73ff;
  border-right: none;
  border-left: none;
}
.home-page-wrap .search-input .search .el-input-group__prepend .el-input__inner {
  border: 2px solid #3f73ff;
  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: #3f73ff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home-page-wrap .search-input .search-btn {
  background: #3f73ff;
  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: 1120px;
  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: #3f73ff;
  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: #3f73ff;
}
.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: #3f73ff;
}
.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: #3f73ff;
  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: 44px;
  line-height: 44px;
  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: 44px;
  background: #3f73ff;
  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: #3f73ffff;
  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: #3f73ff;
  font-size: 14px;
  cursor: pointer;
}
.home-page-wrap .middle-body .login-info .login-content .login-btn {
  width: 100%;
  margin-top: 10px;
  background-color: #3f73ff;
  color: #fff;
}
.home-page-wrap .middle-body .login-info .login-content .reg-btn {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  border-color: #3f73ff;
  color: #3f73ff;
}
.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,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYfSURBVHgBzVbdi1VVFP/tfc6de517nY90pg99GGaqF1P7sBdBR8lGKBKdCqPGEiRKfMgMHyJRK8gwkIJ6siJMDLGgF5EMbUgroujDGgxCm9KSlHT8mDtz77ln79bH2fde/Qu8w5lz9tl7r/Nbv/Vba23gOv2Z5S97Dx9GgKXL0MWvnKO713E+D8zoAVroXijocpnjdb6xztqGcd4f1gVbnu5xrM+8OaL1NsJPxuKtzQPmgzqw+zZ6L5t0ndxjq5vzLbQxAmopG/byrvsmoGMakMvpnFoxdQDeN4D5FHWfg/EA3mQOMFDXuEbp/eLXV5hRs2C9v2ovMsasUSJzBKbQ4oXJJGUwHsU2g+nTgdYiOZBr7A6M8EcMgTZMJdkxhMQEVHUHdH1ay0gx6igtHZ0A7op5YJo80oHXZ9qZph7lSS8s5nIejsBdOg9Uy8DUdqBzGofCZDZsFlIC4wSqhtnV6J2ph5ZnDHtK4HhvlDFoFENPwWN93N7WCEHqFJOjgasRKMdA9O6JKQ5nLlZhTU4Sg4lBZdKgNJW1ZzREDEpYUsduIFb/u+JoTjiju1UGTRMYBh3Crqz3x0w9A2KjjJxDBUcLI0bp0N3hsfP5PB54cRwdRYOl82LRGq9nNiLLXgMHf0xRA+tQgTsy2tXmsXmwiKffuaSs0tXdHglbF8oZc2gCFILmsSiuJjpKNfyoVFRf7LUntioV5b+WJMSWFY9n98YE2OLgd1VCBjy2uIC9w1VyyqBAoF8ayhNZHq0FNbrhoSnCzvFTKRbMyuOjLxOcOqOaY5ABXFA7j+MuEnGtpleaQjTFVy3xGJhnsGx+Xha/sbaET4YnsOuzcWzsLOHE3zXs/nwCN3ZaPLGkgKRKDuQMJojGHfvGUSVddrV7bF/bgW27xtA3swUvrGzDzv0TGD7myYmYQDlxVBKEQZpGksc0X88sSVkCl1Q9Xerh+OEEm4aK2E2Afj+d0McsBu7N4/FXLtB6h6mtEa5MsDMpioUIzyxTtlgohZx+aWhpEfPvmEJJ5DC3L8Ldt1t8fNTj7EWlyXmr+hbxCE7EV9Uer4LkIspaGys7mHOpTP36R4LeWyJsWd2GDw+O4+yFFOsGS5jTm8PJf1KRQDV2+P54jbwlRmyKLgr3nD6P22bm8P6By1mJiIglT8lj6TLyPWsaJcOGpBjaoZVfBoKN/og2R7FN6X5PH7Dx0SJ+OZngq2MVMfDpkbIsnntrAd2dEY4eS1CuQEsCMVXKezzc34IVC4vEosHhH8qSKCJ2+tC7B2qopDkNI7HlpbA0yol0B03XrFykWYHNFPjUkjz6Z2t53ztcJmYS7Nk0HWuXl9D8W3W/w5PbLqP35kjCPDAvLxpkUFveG8Mk648AccjiXEROmKwjGCkjQV9RKB/0yZgrb6j2zBrrw0kLsth3pIb931bw9roifjudSpXm35rt5ymUTpyZ1dOCDStLsv/cRY9xCs+q1y5hcGEefTNiDPa3yjotwgbfUKhHRr2UGM7iemvK/gXWYmHLaU0KWcEP7AlX/Cm58NKKMf6pQSvlJMqqfi5nhYk9hxKyFeHrEYefT5Q5QBImLj/PLmOQlnovZaM3+s1MY80/6dcMqh5Opz2MXWQviwUrBVaxWmRBxpoHS5Jh7B2v0U7GYWKd0BO9GP2XteopvAzYoUidgUvLCCWRCSoXFEYyMbAV8jCmk8MwLVlkmo48qWSPwZSWiIQfYeRP7co8d3bM4/hfDuMT2ge7OoBSK09HssfaTKSsV6pTKxbGlLlK9Z5DNZw4Q4xz4xXGjOLz2sDDaUVk9cirfisZ2hJYU+Fr02SPndPnkLFy9z4Lu8maNM9lGeaz1V57K4eQbcgZT5q2rWcn686FlhN0HsoGMfYm2RgNxVXvvMGqrpgpShPPqeJjqUMsTb7zO0Pzlqo0H1P4o1wCtJrrmEUkVd7ExFSkgIyVcDJQOd2YxqGmfujk8fKtvoeE/QUNenxIj0ywyA64ITG881efk7JJYxoKbpy3fNYF6vLM7Dae67abD5jNyzOAq8nR50iNd4YlBmg64Pkmo01WspXhSG4QuknjzN4c/msBXAuk+RR83f3+B8sO8XzUo4maAAAAAElFTkSuQmCC);
  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,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAZMSURBVHgBzVZbb1RVFP72OWc6w3RmaLmGBogGhKgFSyXKTSnENEZr8PqAvhgETTAG9MFoTFQiJsYHBSJGBAIxJgY1MYoa4EFQwBBRbvKAFEkftEWglNJ2pnM5e7vW2vuczvQXMJmTfS577f2tb31r7QXcpD9ldiw1MNETXx5dfEMvtaaLRo+ek3XA9MlAHY2ppDNwhjyH79mW50Y/tjduXsg3Wv4IfHpl7IY+XZ5/Ch42q7kf7x4BtqWVgGk7kQHxvReQcQJIJNkIJgxpwdAuOGkiMC5HAGmO51kfop8xNXgZmKF3qmYSxC52gG1CHY1d8MwytXB3lzIfNJtaDsUShoxlUQJpkmPkHcIKjE9gcmkC1whk0lAJvwqIkcswU7RxRIoSEMr+zYgDslWl4vZl9gRwF5J6XsCMWKacq0oJIDY2Ek3aZDhP7y2LhrxTfQNAvgzkMsKe8m34lZhpipbnZAG7VmjcdxtyJaS5OQQ6snc4bkHeWx8gk3OUhtZjY73WFDrDC9KoKZRGGdnU+HUSGqUJaG8f1HAJyBKDiYRlib7poJ7A5GNfhTjPMsaAfJ5Dl8egIlKYgCi02iwNLP3axR0SQlmMQJlsFmbCbGimu1SCqZTF3/B6F9KPbkXx8GaYK2ehCvRNkoIYzU5B+r6NGDryLkw5Lyz4k+ZgzF2rMPTzq0KjOFa86kiq0lrkBdAWgDaz+gjdS2KFEbJ7E5rhz32KPPTgTbgNeuASdKEf+X0b5Ll06RwU2wcBzS4C5QpS8x4nrYxBpn2znU/gvLoMTGkImQe2Qg9dlgiWj9P33j+JZGKZmbNxh+MXAcaNJ9oJVCV0Y8UKmMbw4mEUzx+kTxq51d+h/+v1CAcuI9XcIb5kn/nMlgj6FU99ifDaRfhTWtC3ZzVyD21E/w8bUL9ojfjYv/d1ND75EcqdBxCe+xGJgELKoedkYta8OB1EEoGUgEQwklWspzKHrgJNV92SdSj/ul1CwqLmZEg2P4Lhs3spXNsoRCuQmDiLnr+n/PBR6jmN9L2ryDaPMfNXwh/bBC+ZQbb9DWHNb2pBYlorwuOf0B4Dol1OCkmqqNZwZbKFdKRiMK1cRDXXL2IjMWMp8MceIbjx6U+tQ8ksqHAgvNEDn0Ja/ucEMNRLGmtA5eIxaD9B9p6sq1I5eOUMij1nqERRlAmEx0U1X6DoFF2BVS6Lo7LCjFV0Vf2yKc0pbjicnk1jk0zKOHh0O3S+X1jILlkDlW5EMGk2iie+sEWZGEBxEJllr4gjnKGsLwn7PVNodUtA+cxXxPywRMpIUlpVS6F1iRBEYXVFayRB4vewwuQF/zsLfb0bpS4S+aw2NKx4X5ysdJ8WvTBDXior9le2raBHjeziF+A3NqGP9OYTOw0PvglFjEvShbCnh+/ZBJCaagnyBGXozjTlfOIQkNakIDKzgc0anxZMzbwffroB+d92i1YKx3byOWFJ9/2YfZ/EnWichvTcDiSntqIuNxn1rSvFxpAEOGkU1z7KaEN2cdnQtnYGNWxFxU7CTFkz7lbSWz3qF66Fl52Mhsc2Iey9gAoJPDm1RUwT0+ejcn6/gDO0YPjvSRQOvIPMwueQvLMDYX+P0D6e9Bn2d2P40IcwXb8QexS8ipHCq4znth3RujKftxu4osrgtDuK5BSZ0Q5v+iIJlQC6egGKgKYWrCXRz0Thp/eQXv4awiudKB3ZYkU75wkkbn8Y+monBqne1RE4L9eE4WM7kF6wCok7OgR8eHQTvGt/y0mgnPbjZgKsMa0PUSjbbGa4mkKh9XjChf2odO6Lu5qAE2jsTPGy8M3zMIUBFPa+jNTiF2UDc6MbihwY/vYlmMt/iYBVaZCychD+0CWUyJHw910Ipt0NRaDgzmQbe5ZBJAVmcefytykOb8X9i+jMksrZqUPtjl2bPZbwquzgDkQ7i2gjPlNdF2GiVkryztjzEfYo8kjsdMDFeVZdLpTZ1dZARiflVI+6i+h4UBFAB8cAtT0S4iyKdcpAXZeB6g7U2IZTuSRTrnxxrVSib1R1OJ4L7a42AqUOCrjqndUodhC1UqZmnVHdol07ap1q2mMTl56aQWGUxwY1raXZ2fYsubCO7lpqKTExUFSvMYo+pUzcCEvljCcY+zyqkY1LwCjn4074Zvz9D+FRAJ8pf3vZAAAAAElFTkSuQmCC);
  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 .corp-wrap {
  width: 1120px;
  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: 1120px;
  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: 1120px;
  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 {
  width: 1120px;
  position: relative;
  margin: 0 auto;
}
.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: #3f73ff;
  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 .getMoreBtn {
  text-align: center;
  margin: 40px auto 0;
  height: 50px;
  width: 220px;
  border: none;
  border-radius: 8px;
  color: #3f73ff;
  background-color: #fff;
  line-height: 50px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  cursor: pointer;
}
.home-page-wrap .getMoreBtn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.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: 1120px;
  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-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #e7280f;
}
.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: 16px 0 24px;
  color: #667085;
  transition: all 0.5s ease;
}
.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-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;
  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 .position:hover .company-type {
  display: none;
}
.home-page-wrap .hot-positions .position:hover .position-btnBox {
  display: inline-flex;
}
.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;
}
.newMode-title {
  width: 228px;
  padding: 20px 0 20px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 32px;
  vertical-align: middle;
  line-height: 80px;
}
.newMode-title img {
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 0;
}
/deep/ .el-input__inner {
  border: none;
}
/deep/ .el-input .el-input__inner {
  background: transparent;
}
.fix-ad {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 301;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #444;
}
.fix-ad img {
  width: 220px;
}
.fix-ad span {
  cursor: pointer;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.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;
  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;
}
.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;
}
.line_even:hover,
.line_even1:hover {
  animation-play-state: paused;
}
@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;
  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: #3f73ff;
}
.middle-contents {
  width: 100%;
  overflow: hidden;
}
.activity-wrap {
  width: 100%;
  cursor: pointer;
}
.activity-wrap img {
  width: 100%;
}
.el-carousel {
  border-radius: 8px;
}
.card-group {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  height: 600px;
}
.card-group .card {
  position: relative;
  display: flex;
  flex: 0 0 calc(33.333% - 7px);
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-direction: column;
}
.card-group .card .card-top {
  cursor: pointer;
  display: flex;
  position: relative;
  height: 100px;
  background-color: #f8f6ed;
  flex-direction: row;
  overflow: auto;
  -ms-overflow-style: none;
}
.card-group .card .card-top .card-logo {
  position: relative;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-top: 15px;
  margin-left: 20px;
  background-color: #fff;
}
.card-group .card .card-top .card-content {
  flex-direction: column;
  margin-left: 15px;
  width: 254px;
}
.card-group .card .card-top .card-content h3 {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.card-group .card .card-top .card-content p {
  font-size: 12px;
}
.card-group .card .card-list {
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.card-group .card .card-list .company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px 20px 8px 20px;
}
.card-group .card .card-list .company-info .img-box {
  width: 46px;
  height: 46px;
  border-radius: 2px;
  flex-shrink: 0;
}
.card-group .card .card-list .position-tag {
  padding: 0 0 5px 0;
  margin: 0 16px;
}
.card-group .card .card-list .position-tag .tag {
  padding: 4px 8px;
  background: #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  margin-right: 8px;
}
.card-group .card .card-list .position-name2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  display: flex;
  align-items: center;
}
.card-group .card .card-list .position-name2 .fast {
  width: 22px;
  margin-right: 4px;
}
.card-group .card .card-list .position-name2 .highTech {
  width: 35px;
  margin-right: 4px;
}
.card-group .card .card-list .position-name2 div {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-group .card .card-list .salary {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #e7280f;
}
.card-group .card .card-list .company-name {
  max-width: 250px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.card-group .card .card-list .company-name .color-999 {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-top: 4px;
}
.card-group .card .card-list .company-name:hover {
  cursor: pointer;
  color: #1275fa;
}
.card-group .card .card-list .position-info {
  display: flex;
  align-items: center;
  padding: 16px 0 24px;
  color: #667085;
  transition: all 0.5s ease;
}
.card-group .card .card-list .position-info .position-detail:first-child {
  border-right: 1px solid #ddd;
}
.card-group .card .card-list .position-info .position-detail {
  display: flex;
  align-items: center;
  padding: 0 12px;
  width: 50%;
}
.card-group .card .card-list .position-info .position-detail .position-name {
  font-size: 12px;
  line-height: 17px;
  color: #333333;
}
.card-group .card .card-list .position-info .position-detail .position-salary {
  font-size: 14px;
  line-height: 20px;
  color: #ff5c00;
  margin-left: 8px;
}
.card-group .card .card-list .position-info .img-box {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  flex-shrink: 0;
}
.card-group .card .card-list .position-info .company-box {
  padding: 0 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-group .card .card-list .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;
}
.card-group .card .card-list .position-info .company-type {
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  max-width: 50%;
  justify-content: flex-end;
  color: #667085;
}
.card-group .card .card-list .position-info .company-type img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.card-group .card .card-list .position-info .company-type .type {
  display: inline-block;
  flex: 1;
  max-width: 90px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-group .card .card-list .position-info .company-type .num {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-group .card .card-list .el-row .el-col:first-child {
  border-right: 1px solid #d8d8d8;
}
.card-group .card .card-list .company-position {
  margin-left: 16px;
}
.card-group .card .card-list .company-position .first {
  display: flex;
  justify-content: space-between;
}
.card-group .card .card-list .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;
}
.card-group .card .card-list .company-position .first .position-name:hover {
  cursor: pointer;
  color: #1275fa;
}
.card-group .card .card-list .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;
}
.card-group .card .card-list .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;
}
.card-group .card .card-list .company-position::after {
  width: 1px;
  height: 36px;
  background: #d8d8d8;
}
.fix-banner {
  position: absolute;
  top: 20px;
  left: -220px;
  width: 200px;
  cursor: pointer;
}
.fix-banner img {
  width: 100%;
}
.storeMap-box {
  margin-top: 60px;
  margin-bottom: 60px;
}
.storeMap-box .storeMap-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.storeMap-box .storeMap-title img {
  width: 128px;
}
.storeMap-box .storeMap-title .storeMap-titleText {
  color: #999999;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 14px;
}
.storeMap {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.storeMap .storeMap-item {
  width: 286px;
  height: 100%;
  box-shadow: 0px 2px 8px 0px #0000001a;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  background: linear-gradient(180.63deg, #fffaf4 15.73%, rgba(255, 255, 255, 0.9) 64.76%);
  border-radius: 8px;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 12px 11px 11px 14px;
}
.storeMap .storeMap-itemLeft {
  display: flex;
}
.storeMap .storeMap-itemLeft img {
  width: 53px;
  height: 53px;
}
.storeMap .storeMap-itemLeft .storeMap-itemLeft-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 13px;
}
.storeMap .storeMap-itemLeft .storeMap-item-titleImg {
  width: 80px;
  height: 20px;
}
.storeMap .storeMap-itemLeft .storeMap-item-totalBox {
  display: flex;
  align-items: flex-end;
}
.storeMap .storeMap-itemRight {
  line-height: 53px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #666666;
}
.storeMap .storeMap-absolute {
  background: white;
  position: absolute;
  left: 0;
  top: -102px;
  padding: 9px 22px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.storeMap .storeMap-absolute-item {
  display: flex;
  justify-content: space-between;
}
.storeMap .storeMap-absolute-item img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.storeMap .storeMap-display {
  display: flex;
  align-items: flex-end;
}
.storeMap .storeMap-item-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
}
.storeMap .storeMap-item-num {
  font-family: D-DIN;
  font-weight: 700;
  font-style: DIN-Bold;
  font-size: 22px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #ff8a09;
}
.storeMap .storeMap-item-unit {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #666666;
}
.carousel-box-institutionInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-box-institutionInfo .carousel-institution-name {
  margin-top: 40px;
}
.carousel-box-institutionInfo .home-institution-btn {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 86px;
}
.carousel-box-institutionInfo .home-institution-btn .el-button {
  height: 42px;
  width: 100%;
  border-radius: 54px;
  border: none;
  background: linear-gradient(110.64deg, #3f73ff 35.92%, #68caff 86.38%);
  color: #fff;
  font-size: 18px;
  text-align: center;
}


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