.new-login-btn {
  float: right;
  width: 70px;
  height: 32px;
  background: #0052d9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-top: 14px;
}
.new-login-btn:hover {
  opacity: 0.8;
}
.center {
  position: relative;
}
.abs-nav {
  position: absolute;
  bottom: -177px;
  right: 0px;
  border-radius: 4px;
  border: 1px solid #dee0e8;
  display: none;
}
.nav-link {
  width: 110px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.nav-link {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: #343434;
}
.description {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
  /* height: 506px; */
  /* background-image: url("../imgs/background.png");
  background-size: cover; */
}
.upgrade {
  min-width: 1200px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-content {
  width: 1200px;
}

.main-bg-wrap {
  width: 100%;
  height: 506px;
  background-image: url("../eximgs2024/background.png");
  background-size: cover;
  position: relative;
  max-width: 1920px;
  background-position: -100px center;
  /* overflow: hidden; */
}
.new-main-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 585px;
}
.main-logo-wrap {
  width: 150px;
  height: 161px;
  background-image: url("../eximgs2024/mainlogo-new.png");
  background-size: cover;
  position: absolute;
  top: 179px;
  left: 348px;
  cursor: pointer;
  transition: all 0.3s;
}
.main-logo-wrap:hover {
  scale: 1.15;
}
.main-desc {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  line-height: 44px;
}
.main-title-bold {
  margin-top: 10px;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}

.job-list-item {
  position: absolute;
  display: flex;
  /* align-items: center; */
  cursor: pointer;
  transition: all 0.3s;
}
.right-content {
  padding-top: 10px;
}
.job-icon {
  transition: all 0.2s;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.job1 {
  top: 108px;
  left: 630px;
}
.job2 {
  top: 240px;
  left: 660px;
}
.job3 {
  top: 372px;
  left: 630px;
}
.job4 {
  top: -13px;
  left: 922px;
}
.job5 {
  left: 967px;
  top: 144px;
}
.job6 {
  top: 301px;
  left: 969px;
}
.job7 {
  top: 486px;
  left: 909px;
}
.job8 {
  top: 77px;
  left: 1251px;
}
.job9 {
  left: 1261px;
  top: 204px;
}
.job10 {
  left: 1249px;
  top: 362px;
}
.main-job-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
}
.main-job-desc {
  margin-top: 6px;
  width: 200px;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  display: none;
}

/* 岗位升级与赋能 */
.tow-box-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 49px;
  width: 1180px;
}
.box {
  width: 540px;
  height: 480px;
  border-radius: 8px;
  flex-grow: 0;
  position: relative;
  transition: all 0.3s;
  top: 0;
  cursor: pointer;
  position: relative;
}
.box:hover {
  top: -20px;
}
.cover-img {
  width: 222px;
  height: 222px;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 2;
}
.blue {
  background: linear-gradient(270deg, rgba(0, 138, 238, 0.64) 0%, #0052d9 100%);
}
.yellow {
  background: linear-gradient(
    270deg,
    rgba(255, 207, 94, 0.77) 0%,
    #fdd8b8 100%
  );
}
.box-title {
  padding: 26px 40px;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.yellow-title {
  color: #47555a;
}
.box-content-wrap {
  width: 540px;
  height: 380px;
  position: relative;
  right: 40px;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 70px;
}
.blue-content {
  background-image: url("../eximgs2024/blue-box.png");
}
.yellow-content {
  background-image: url("../eximgs2024/yellow-box.png");
}
.job-list {
  display: flex;
  margin-bottom: 25px;
}
.job-item {
  position: relative;
  width: 164px;
  font-weight: 600;
  font-size: 16px;
  color: #47555a;
  margin-right: 30px;
}
.job-item::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #1f78e4;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.process {
  min-width: 1200px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.process-list {
  display: flex;
  padding-top: 30px;
}
.process-item {
  width: 196px;
  height: 89px;
  background-image: url("../eximgs2024/process-bg1.png");
  background-size: 196px 89px;
  position: relative;
  box-sizing: border-box;
  padding: 22px 30px;
}
.process-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.process-desc {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.start {
  background-image: url("../eximgs2024/process-bg.png");
}
.flag-icon {
  width: 16px;
  height: 18px;
  position: absolute;
  left: 22px;
  top: 0px;
}

/* 右侧悬浮窗 */

.right-side-bar {
  position: fixed;
  top: 360px;
  right: 10px;
  width: 52px;
  height: 114px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #ecf3ff;
  z-index: 999;
  background-color: #fdfdfd;
}
.bar-item {
  padding-top: 12px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bar-icon {
  width: 22px;
  height: 22px;
}
.bar-text {
  font-weight: 400;
  font-size: 12px;
  color: #284e8d;
}
.bar-dot {
  margin: 0 auto;
  width: 40px;
  height: 1px;
  background: #ececec;
  border-radius: 8px;
}

.mini-show {
  width: 120px;
  height: 156px;
  background: #ffffff;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  position: absolute;
  left: -140px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mini-show2 {
  width: 120px;
  height: 274px;
  background: #ffffff;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  position: absolute;
  left: -140px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-hold {
  width: 90px;
  height: 90px;
  background: #f3f3f3;
  border-radius: 8px;
}
.mini-show .desc-text {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.mini-show .small-desc {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.vertical-show {
  background: #ffffff;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  display: flex;
  position: absolute;
  align-items: center;
  left: -135px;
  box-sizing: border-box;
  padding: 9px 10px;
}
.ver0 {
  top: 61px;
}
.ver1 {
  top: 120px;
  left: -150px;
}
.ver2 {
  top: 180px;
  left: -115px;
}
.dot-line {
  margin: 10px 0px;
  width: 90px;
  height: 1px;
  background: #ececec;
  border-radius: 8px;
}

.main-bg-wrap {
  background-position: -100px center;
}
.main-logo-wrap {
  left: 248px;
}
.job-list-item img,
.job-list-item .main-job-title {
  transition: all 1s;
}
.job-list-item .right-content {
  transition: all 1s;
}
.job-list-item:hover img {
  transform: rotate(360deg);
}
.job-list-item:hover .right-content {
  transform: translateY(-20px);
}
.job1 {
  left: 530px;
}
.job2 {
  left: 560px;
}
.job3 {
  left: 530px;
}
.job4 {
  left: 822px;
}
.job5 {
  left: 867px;
}
.job6 {
  left: 869px;
}
.job7 {
  left: 809px;
}
.job8 {
  left: 1151px;
}
.job9 {
  left: 1161px;
}
.job10 {
  left: 1149px;
}

.levels_c_items {
  height: 419px;
}
.levels_c_title_pic {
  width: 480px;
  height: 24px;
  position: relative;
  top: -24px;
  margin-bottom: -10px;
}
