.pcBanner {
  position: relative;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.btnbox {
  width: 100%;
  position: absolute;
  bottom: 180px;
  padding-left: 19%;
  box-sizing: border-box;
}
@media (min-width: 1701px) {
  .btnbox {
    width: 100%;
    position: absolute;
  
    padding-left: 19%;
    box-sizing: border-box;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .btnbox {
    padding-left: 11.5% !important;
  }
}
@media (max-width: 1383px) {
  .btnbox {
    padding-left: 7.5% !important;
  }
}

.joinbox {
  width: 100%;
  min-height: 440px;
  box-sizing: border-box;
  background: #f6f5fa;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  padding-top: 0px;
}
.joinRow {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.joinRow .item {
  width: 360px;
  height: 240px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  box-sizing: border-box;
  margin-right: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.joinRow .item:hover {
  transform: translateY(-5px);
}

.joinRow .item img {
  width: 48px;
  height: 48px;
}

.joinRow .item p {
  font-size: 22px;
  font-weight: 500;
  color: #474560;
  margin: 10px 0;
}

.processbox {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  padding-top: 0px;
}
.processRow {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.processRow .item {
  width: 246px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 60px;
}
.processRow .item img {
  width: 120px;
  height: 120px;
}
.processRow .left {
  width: 120px;
  font-size: 20px;
  color: #08042c;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.processRow .left .title {
  margin-top: 10px;

}
.processRow .right {
  padding-bottom: 40px;
}
.processRow .right img {
  width: 56px;
  height: 24px;
}

.joinPartnerBox {
  padding-top: 38px;
  width: 100%;
  height: 540px;
  box-sizing: border-box;
  background: url("../images/jbg.png");
  background-size: cover;
  background-position: center;
}

.joinPartnerBox .title {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.joinPartnerBox .desc {
  font-size: 16px;
  color: #474560;
  display: flex;
  justify-content: center;
}
