.career1 {
  padding: 5.8333333333vw 0 10.5208333333vw;
  background: #F6F8FC;
}
.career1 .wrap {
  width: 96.875vw;
  margin: auto;
}
.career1 .wrap .bigImg {
  width: 100%;
  height: 35.4166666667vw;
  border-radius: 1.6666666667vw;
  overflow: hidden;
}
.career1 .wrap .bigImg img {
  width: 100%;
  height: 100%;
}
.career1 .wrap .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8.3333333333vw 0 0 0;
  padding: 0 2.0833333333vw;
}
.career1 .wrap .content .message {
  width: 39.4270833333vw;
}
.career1 .wrap .content .message .title {
  color: #232225;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
}
.career1 .wrap .content .message .title span {
  color: #D13E26;
}
.career1 .wrap .content .message .text {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 6.0416666667vw 0 0;
}
.career1 .wrap .content .images {
  width: 44.2708333333vw;
  height: 27.0833333333vw;
  border-radius: 1.25vw;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #D5E5FD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.career1 .wrap .content .images:hover img {
  transform: scale(1.05);
}
.career1 .wrap .content .images img {
  width: 33.59375vw;
  transition: 1s;
}

.career2 {
  border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  background: #FFF;
  padding: 6.25vw 3.6458333333vw;
  margin-top: -2.0833333333vw;
}
.career2 .wrap .up {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.career2 .wrap .up .l .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.6041666667vw 0 0 0;
}
.career2 .wrap .up .button {
  display: flex;
  gap: 0.5208333333vw;
}
.career2 .wrap .up .button .circle {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background: rgba(32, 78, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: .6s ease;
}
.career2 .wrap .up .button .circle:hover {
  background: var(--color);
}
.career2 .wrap .up .button .circle:hover svg path {
  fill: #fff;
}
.career2 .wrap .up .button .circle:last-child {
  transform: rotate(180deg);
}
.career2 .wrap .up .button .circle svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.career2 .wrap .up .button .circle svg path {
  transition: .6s ease;
}
.career2 .wrap .images {
  margin: 3.125vw 0 0 0;
}
.career2 .wrap .images .imagesSwiper {
  width: 100%;
}
.career2 .wrap .images .imagesSwiper .swiper-slide .img {
  width: 100%;
  height: 26.0416666667vw;
  border-radius: 1.25vw;
  overflow: hidden;
}
.career2 .wrap .images .imagesSwiper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.career2 .wrap .images .imagesSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.career3 {
  background: #F6F8FC;
  padding: 8.8541666667vw 0;
}
.career3 .wrap {
  width: 75vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career3 .wrap .l {
  width: 29.8958333333vw;
}
.career3 .wrap .l .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.5vw 0 0;
}
.career3 .wrap .l .text {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin: 1.71875vw 0 0 0;
}
.career3 .wrap .r {
  display: flex;
  gap: 1.0416666667vw;
}
.career3 .wrap .r .item {
  width: 18.2291666667vw;
  border-radius: 0.625vw;
  background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
  padding: 1.25vw 1.5625vw 2.0833333333vw 1.5625vw;
}
.career3 .wrap .r .item:hover .img .pic {
  transform: scale(1.05);
}
.career3 .wrap .r .item .img {
  width: 100%;
  height: 16.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.career3 .wrap .r .item .img .color {
  position: absolute;
  max-width: unset;
  max-height: unset;
  object-fit: contain;
  z-index: -1;
  bottom: -3.0729166667vw;
  left: -2.6041666667vw;
  width: 19.0104166667vw;
}
.career3 .wrap .r .item .img .pic {
  object-fit: contain;
  transition: 1s;
}
.career3 .wrap .r .item .text {
  color: #232225;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {

  /* ==================== career1 ==================== */

  .career1 {
    padding: 80px 0 60px;
  }

  .career1 .wrap {
    width: auto;
    margin: 0 16px;
  }

  .career1 .wrap .bigImg {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
  }

  .career1 .wrap .bigImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .career1 .wrap .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    margin: 50px 0 0;
    padding: 0;
  }

  .career1 .wrap .content .message {
    width: 100%;
  }

  .career1 .wrap .content .message .title {
    color: #232225;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .career1 .wrap .content .message .title span {
    color: #D13E26;
  }

  .career1 .wrap .content .message .text {
    color: #525261;
    font-size: 14px;
    line-height: 1.7;
    margin: 25px 0 0;
  }

  .career1 .wrap .content .images {
    width: 100%;
    height: 240px;
    border-radius: 14px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #D5E5FD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .career1 .wrap .content .images:hover img {
    transform: none;
  }

  .career1 .wrap .content .images img {
    width: 75%;
    max-height: 90%;
    object-fit: contain;
    transition: 1s;
  }


  /* ==================== career2 ==================== */

  .career2 {
    border-radius: 16px 16px 0 0;
    background: #FFF;
    padding: 50px 16px;
    margin-top: -15px;
  }

  .career2 .wrap .up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .career2 .wrap .up .l {
    min-width: 0;
  }

  .career2 .wrap .up .l .title {
    color: #232225;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-transform: uppercase;
    margin: 7px 0 0 ;
  }

  .career2 .wrap .up .button {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
  }

  .career2 .wrap .up .button .circle {
    width: 38px;
    height: 38px;
    background: rgba(32, 78, 129, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease;
  }

  .career2 .wrap .up .button .circle:hover {
    background: rgba(32, 78, 129, 0.1);
  }

  .career2 .wrap .up .button .circle:hover svg path {
    fill: initial;
  }

  .career2 .wrap .up .button .circle:last-child {
    transform: rotate(180deg);
  }

  .career2 .wrap .up .button .circle svg{
    width: 12px;
    height: 12px;
  }

  .career2 .wrap .images {
    margin: 25px 0 0;
  }

  .career2 .wrap .images .imagesSwiper {
    width: 100%;
  }

  .career2 .wrap .images .imagesSwiper .swiper-slide .img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .career2 .wrap .images .imagesSwiper .swiper-slide .img:hover img {
    transform: none;
  }

  .career2 .wrap .images .imagesSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }


  /* ==================== career3 ==================== */

  .career3 {
    background: #F6F8FC;
    padding: 60px 0;
  }

  .career3 .wrap {
    width: auto;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .career3 .wrap .l {
    width: 100%;
  }

  .career3 .wrap .l .title {
    color: #232225;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-transform: uppercase;
    margin: 10px 0 0 0;
  }

  .career3 .wrap .l .text {
    color: #525261;
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0 0;
  }

  .career3 .wrap .r {
    width: 100%;
    display: flex;
    gap: 10px;
  }

  .career3 .wrap .r .item {
    width: calc(50% - 5px);
    border-radius: 10px;
    background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
    padding: 12px 12px 18px;
    box-sizing: border-box;
  }

  .career3 .wrap .r .item:hover .img .pic {
    transform: none;
  }

  .career3 .wrap .r .item .img {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .career3 .wrap .r .item .img .color {
    position: absolute;
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    z-index: -1;
    bottom: -25px;
    left: -20px;
    width: calc(100% + 40px);
  }

  .career3 .wrap .r .item .img .pic {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: 1s;
  }

  .career3 .wrap .r .item .text {
    color: #232225;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
  }

}


.new_career1 {
  background: #F6F8FC;
  padding: 8.3333333333vw 0 3.59375vw;
}
.new_career1 .wrap {
  width: 75vw;
  margin: auto;
}
.new_career1 .wrap .title .p1 {
  margin: 2.3958333333vw 0 1.71875vw;
  font-size: 2.5vw;
  font-weight: bold;
  color: #232225;
  text-transform: uppercase;
  line-height: 116.667%;
}
.new_career1 .wrap .title .p2 {
  font-size: 0.9375vw;
  color: #525261;
  line-height: 1.3541666667vw;
}
.new_career1 .wrap .content {
  margin: 3.6458333333vw 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw;
}
.new_career1 .wrap .content .item {
  width: 17.1875vw;
  height: 8.28125vw;
  border-radius: 0.8333333333vw;
  background: #fff;
  padding: 1.7708333333vw 0.5208333333vw 0 0;
}
.new_career1 .wrap .content .item:hover .icon{
  transform: rotateY(180deg);
}
.new_career1 .wrap .content .item .icon {
  width: 2.7604166667vw;
  height: 2.7604166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 1s;
}
.new_career1 .wrap .content .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.new_career1 .wrap .content .item p {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 1.0416666667vw 0 0 0;
}

.new_career2 {
  padding: 5.2083333333vw 0 8.8541666667vw;
  background: #F6F8FC;
}
.new_career2 .wrap {
  width: 75vw;
  margin: auto;
}
.new_career2 .wrap .title {
  font-size: 1.875vw;
  font-weight: bold;
  color: #232225;
  text-transform: uppercase;
}
.new_career2 .wrap .content {
  margin: 2.6041666667vw 0 0;
}
.new_career2 .wrap .content .headline {
  height: 4.1666666667vw;
  width: 100%;
  border-radius: 0.4166666667vw;
  background: #E4EAF6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.0833333333vw 0 2.0833333333vw;
}
.new_career2 .wrap .content .headline p {
  font-size: 1.0416666667vw;
  color: #000;
}
.new_career2 .wrap .content .headline p:not(:first-child) {
  text-align: center;
}
.new_career2 .wrap .content .headline p:first-child {
  width: 20.3125vw;
}
.new_career2 .wrap .content .headline p:nth-child(2) {
  width: 5.2083333333vw;
}
.new_career2 .wrap .content .headline p:nth-child(3) {
  width: 5.2083333333vw;
}
.new_career2 .wrap .content .headline p:nth-child(4) {
  width: 6.7708333333vw;
}
.new_career2 .wrap .content .headline .add {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
.new_career2 .wrap .content .item {
  border-bottom: 1px solid #EFF1F2;
}
.new_career2 .wrap .content .item.on .show .add:before {
  opacity: 0;
}
.new_career2 .wrap .content .item .show {
  height: 3.90625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.0833333333vw 0 2.0833333333vw;
  cursor: pointer;
}
.new_career2 .wrap .content .item .show p {
  font-size: 0.9375vw;
  color: #333333;
}
.new_career2 .wrap .content .item .show p:not(:first-child) {
  text-align: center;
}
.new_career2 .wrap .content .item .show p:first-child {
  width: 20.3125vw;
}
.new_career2 .wrap .content .item .show p:nth-child(2) {
  width: 5.2083333333vw;
}
.new_career2 .wrap .content .item .show p:nth-child(3) {
  width: 5.2083333333vw;
}
.new_career2 .wrap .content .item .show p:nth-child(4) {
  width: 6.7708333333vw;
}
.new_career2 .wrap .content .item .show .add {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  position: relative;
  background: #E4EAF6;
}
.new_career2 .wrap .content .item .show .add:after {
  content: '';
  width: 0.7291666667vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #111;
}
.new_career2 .wrap .content .item .show .add:before {
  content: '';
  width: 1px;
  height: 0.7291666667vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #111;
  transition: .6s ease;
}
.new_career2 .wrap .content .item .hide {
  display: none;
  overflow: hidden;
}
.new_career2 .wrap .content .item .hide .white {
  box-shadow: 0px 4px 20px 0px #0000000D;
  background: #FFFFFF;
  border-radius: 0.4166666667vw;
  overflow: hidden;
}
.new_career2 .wrap .content .item .hide .white .joke {
  margin: 1.5625vw 2.1875vw;
}
.new_career2 .wrap .content .item .hide .white .joke > h5 {
  font-size: 0.9375vw;
  font-weight: bold;
  margin: 0 0 0.78125vw;
}
.new_career2 .wrap .content .item .hide .white .joke > p {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  color: #525261;
}
.new_career2 .wrap .content .item .hide .white .joke .end {
  display: flex;
  justify-content: flex-end;
  margin: 1.3541666667vw 0 0;
}
.new_career2 .wrap .content .item .hide .white .joke .end .apply {
  width: fit-content;
  height: 2.6041666667vw;
  background: #204E81;
  border-radius: 1.3020833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  font-weight: bold;
  color: #fff;
  padding: 0 1.7708333333vw;
}

@media screen and (max-width: 1024px) {
  /* ==================== new_career1 ==================== */
  .new_career1 {
    padding: 60px 16px 50px;
    box-sizing: border-box;
  }

  .new_career1 .wrap {
    width: 100%;
    margin: auto;
  }

  .new_career1 .wrap .title .p1 {
    margin: 20px 0 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
  }

  .new_career1 .wrap .title .p2 {
    font-size: 14px;
    line-height: 1.7;
  }

  .new_career1 .wrap .content {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .new_career1 .wrap .content .item {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    padding: 20px 8px 15px;
  }

  .new_career1 .wrap .content .item .icon {
    width: 42px;
    height: 42px;
  }

  .new_career1 .wrap .content .item .icon svg {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .new_career1 .wrap .content .item p {
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0 0;
  }

  /* ==================== new_career2 ==================== */
  .new_career2 {
    padding: 10px 16px 40px;
    box-sizing: border-box;
  }

  .new_career2 .wrap {
    width: 100%;
    margin: auto;
  }

  .new_career2 .wrap .title {
    font-size: 22px;
    line-height: 1.45;
  }

  .new_career2 .wrap .content {
    margin: 10px 0 0;
    overflow-x: auto;
  }

  /*
   * 表格在移动端不强行压缩成很窄，
   * 保留原来的 4 列结构，通过横向滚动查看
   */
  .new_career2 .wrap .content .headline {
    display: none;
  }

  .new_career2 .wrap .content .headline p {
    font-size: 13px;
  }

  .new_career2 .wrap .content .headline p:first-child {
    width: 260px;
  }

  .new_career2 .wrap .content .headline p:nth-child(2) {
    width: 70px;
  }

  .new_career2 .wrap .content .headline p:nth-child(3) {
    width: 70px;
  }

  .new_career2 .wrap .content .headline p:nth-child(4) {
    width: 90px;
  }

  /* 列表 */
  .new_career2 .wrap .content .item {
    border-bottom: 1px solid #EFF1F2;
  }

  .new_career2 .wrap .content .item .show {
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
  }

  .new_career2 .wrap .content .item .sj_show {
    display: block !important;
    padding: 20px 0;
    position: relative;
  }

  .new_career2 .wrap .content .item .sj_show .add {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    border-radius: 50%;
    background: #E4EAF6;
  }
  .new_career2 .wrap .content .item .sj_show .add:after {
    content: '';
    width: 13px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #111;
  }
  .new_career2 .wrap .content .item .sj_show .add:before {
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #111;
    transition: .6s ease;
  }

  .new_career2 .wrap .content .item.on .sj_show .add:before {
    opacity: 0;
  }

  .new_career2 .wrap .content .item .sj_show .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 80%;
  }

  .new_career2 .wrap .content .item .sj_show .dis {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 25px;
    margin: 10px 0 0 0;
    width: 80%;
  }

  .new_career2 .wrap .content .item .sj_show .dis p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
  }

  .new_career2 .wrap .content .item .show p {
    font-size: 13px;
  }

  .new_career2 .wrap .content .item .show p:first-child {
    width: 260px;
  }

  .new_career2 .wrap .content .item .show p:nth-child(2) {
    width: 70px;
  }

  .new_career2 .wrap .content .item .show p:nth-child(3) {
    width: 70px;
  }

  .new_career2 .wrap .content .item .show p:nth-child(4) {
    width: 90px;
  }

  /* 展开内容 */
  .new_career2 .wrap .content .item .hide {
    display: none;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }

  .new_career2 .wrap .content .item .hide .white {
    box-shadow: 0 4px 20px 0 #0000000D;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
  }

  .new_career2 .wrap .content .item .hide .white .joke {
    margin: 20px 16px;
  }

  .new_career2 .wrap .content .item .hide .white .joke > h5 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
  }

  .new_career2 .wrap .content .item .hide .white .joke > p {
    font-size: 13px;
    line-height: 1.7;
    color: #525261;
  }

  .new_career2 .wrap .content .item .hide .white .joke .end {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0;
  }

  .new_career2 .wrap .content .item .hide .white .joke .end .apply {
    width: fit-content;
    height: 40px;
    background: #204E81;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0 22px;
  }
}
