.othersWrap.joinBg {
  background-image: url(../images/others/custbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.part1Top {
  width: 7rem;
  margin: 0 auto 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.part1Title > p {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}
.part1Line {
  width: 1.8rem;
  height: 0.1rem;
  background: linear-gradient(90deg, #8300fa 0%, #fe0002 100%);
  border-radius: 0rem 0rem 0rem 0rem;
  margin-top: 0.1rem;
}
.part1Intro {
  font-family: "Montserrat-bold";
  font-weight: bold;
  font-size: 0.7rem;
  color: #000000;
  opacity: 0.03;
  position: absolute;
  left: 0.24rem;
  top: -0.15rem;
}

.joinT1 {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.3rem;
  color: #c60000;
  margin: 0.6rem 0 0.42rem;
}

.joinT2 {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.24rem;
  color: #262626;
  margin-bottom: 0.2rem;
}
.joinT2 > a {
  display: inline;
  color: #262626;
}

.joinImg {
  width: 8.5rem;
}

.center {
  align-items: center;
}

.joinList {
  width: 100%;
  margin-top: 0.65rem;
}

.joinList > li {
  padding: 0.45rem 0.4rem 0.45rem 0.23rem;
  background: #ffffff;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #e2e2e2;
  margin-bottom: 0.48rem;
}
.joinList > li:last-child {
  margin-bottom: 0;
}
.joinTop {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.joinName {
  width: 7.06rem;
  padding-right: 0.3rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
}

.joinMsg {
  width: 2.02rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
}

.joinMsg > span {
  color: #c60000;
}

.joinBtn {
  width: 0.3rem;
  height: 0.3rem;
}

.joinBtn > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.joinBtn > img:last-child,
.joinBtn.active > img:first-child {
  display: none;
}

.joinBtn.active > img:last-child {
  display: block;
}

.joinBottom {
  width: 100%;
  margin-top: 0.2rem;
  display: none;
}

.joinLine {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.joinRequireItem {
  display: flex;
  gap: 0.17rem;
  margin-top: 0.25rem;
}

.joinRequireItem > li {
  height: 0.29rem;
  background: #f4f4f4;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  padding: 0 0.17rem;
  line-height: 0.29rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #a5a5a5;
}

.joinDesc {
  margin-top: 0.36rem;
}

.joinDescTitle {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #141414;
  margin-bottom: 0.17rem;
}

.joinDescList {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #797979;
  line-height: 0.3rem;
}

.joinApply {
  width: 1.13rem;
  height: 0.43rem;
  background: #244fb7;
  border-radius: 0.22rem 0.22rem 0.22rem 0.22rem;
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.38rem;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.joinApply:hover{
    background: #fff;
    color:#244fb7;
    box-shadow: 0 0 9px 3px rgba(36, 79, 183, 0.4);
}

/* 申请职位弹窗 */
.joinAlert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal-content {
  width: 5.79rem;
  height: 6.47rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

.modal-content div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 5.79rem;
  height: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0rem 0rem;
}

.modal-content div:nth-child(1) span:nth-child(1) {
  width: 0.72rem;
  height: 0.25rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 0.26rem;
}

.modal-content div:nth-child(1) span:nth-child(2) {
  margin-right: 0.18rem;
}

.modal-content div:nth-child(2) ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 0.1rem;
}

.modal-content div:nth-child(2) ul li p {
  /* width: 0.8rem; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6d6d6d;
  line-height: 0.5rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.modal-content div:nth-child(2) ul li input {
  width: 5.13rem;
  height: 0.44rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d4dee2;
  display: block;
  padding-left: 0.15rem;
}

.modal-content div:nth-child(2) ul li:nth-child(4) {
  width: 5.13rem;
}

.modal-content div:nth-child(2) ul li:nth-child(4) button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #c60000;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.modal-content div:nth-child(2) ul li:nth-child(4) button p:last-child a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.14rem;
  color: #c60000;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  align-items: center;
}

.modal-content div:nth-child(2) ul li:nth-child(4) button p:last-child a img {
  width: 0.1rem;
  height: 0.18rem;
  vertical-align: middle;
  margin-left: 0.26rem;
}

.modal-content div:nth-child(3) div {
  margin: 0 auto;
  width: 5.13rem;
  height: 0.4rem;
  background: #f8f8f8;
  border-radius: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content div:nth-child(3) div p:nth-child(1) {
  height: 0.19rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6d6d6d;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 0.21rem;
}

.modal-content div:nth-child(3) div p:nth-child(2) {
  padding-right: 0.18rem;
}

.modal-content div:nth-child(3) div p:nth-child(2) > img {
  display: block;
  cursor: pointer;
}

.modal-content div:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.19rem;
  margin-top: 0.38rem;
}

.modal-content div:nth-child(4) button:nth-child(1) {
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #c60000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content div:nth-child(4) button:nth-child(1) a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #c60000;
}

.modal-content div:nth-child(4) button:nth-child(2) {
  width: 1.6rem;
  height: 0.44rem;
  background: #c60000;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content div:nth-child(4) button:nth-child(2) a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #fff;
}

.careersClose {
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}

.careersClose svg {
  width: 100%;
  height: 100%;
  fill: #000;
  display: block;
}

/* 职位搜索 */
.joinSearch {
  width: 12rem;
  margin: 0 auto;
}

.SearchBox {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.11);
  border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
  align-items: center;
  overflow: hidden;
}

.searchIcon {
  width: 0.24rem;
  margin-left: 0.38rem;
}

.searchInt {
  width: 9.2rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
}
.searchInt::placeholder {
  color: #848484;
}
.searchButton {
  width: 1.81rem;
  height: 0.8rem;
  background: #244fb7;
  border-radius: 0rem 0.1rem 0.1rem 0rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}

.searchChose {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
}

.searchChose > p {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-right: 0.39rem;
}
.searchChose > input {
  appearance: none;
  -webkit-appearance: none;
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid #adadad;
  margin-right: 0.08rem;
  position: relative;
  margin-top: 0.05rem;
}
.searchChose > label {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  margin-right: 0.35rem;
}

.searchChose > input:checked {
  background-color: #d50000;
  border: 0.01rem solid #d50000;
}
.searchChose > input:checked::after {
  content: "";
  width: 0.14rem;
  height: 0.09rem;
  background-image: url(/images/others/joindh.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.totalNum {
  margin-top: 1.14rem;
  font-family: 'syh-bold';
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: -0.3rem;
}

.totalNum>span{
    color: #FF0000;
}

@media screen and (max-width:1024px){
    .center{
        flex-direction: column;
    }
    .joinImg{
        width: 100%;
    }
    .joinMsg:nth-child(1),
    .joinMsg:nth-child(2),
    .joinMsg:nth-child(3),
    .joinMsg:nth-child(4){
        display: none;
    }
    .joinMsg{
        font-size: 14px;
        white-space: nowrap;
        width: auto;
        flex-shrink: 0;
    }
    .joinBtn{
        flex-shrink: 0;
        margin-left: 15px;
    }
    .joinRequireItem > li{
        font-size: 14px;
        height: auto;
        padding: 5px 10px;
    }
    .joinDescTitle{
        font-size: 14px;
    }
    .joinDescList{
        font-size: 12px;
    }
    .joinApply{
        font-size: 14px;
    }
}