* {
  margin: 0;
  padding: 0;
}
/* ----------------------Banner---------------------------*/
.BannerBox {
  z-index: 2;
  background-image: url(../image/joinUs/banner.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.banner {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  position: relative;
  text-align: center;
  min-height: 580px;
}
.bannerContent {
  padding-top: 130px;
  color: #0263fe;
  font-size: 32px;
  font-weight: 600;
}
.bannerTitle {
  margin: 8px 0 40px;
  font-size: 51px;
  color: #333;
  font-weight: 600;
}
.bannerRemark {
  color: #9098ab;
  font-size: 17px;
  /* font-weight: 300; */
}
/* ----------------------moneyManage---------------------------*/
.powe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.powetitle {
  margin-bottom: 90px;
  color: #333;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
.poweremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 90px;
}
.powecontentitem {
  padding: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.powecontentitem3 {
  padding-bottom: 30px;
  padding-top: 40px;
}
.powecontentimg img {
  width: 40px;
  margin-bottom: 30px;
}
.powecontenttitle {
  margin-bottom: 12px;
}
.powecontenttitle,
.powecontentremake {
  text-align: left;
}
.powecontenttitle::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 105px;
  left: 0;
  background-color: #0263fe;
}
.powecontenttitle1::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 115px;
  left: 0;
  background-color: #0263fe;
}
.powecontenttitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600px;
  font-weight: 600;
}
.powecontentremake {
  color: #9098ab;
  font-size: 15px;
  line-height: 30px;
}
.powecontentheng {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #d3d5e100 0%,
    #d3d5e1 25%,
    #d3d5e1 75%,
    #d3d5e100 100%
  );
}
.powecontentitem1::before {
  content: "";
  width: 1px;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #d3d5e1 0%,
    #d3d5e1 25%,
    #d3d5e100 100%
  );
}
.powecontentitem2::before {
  content: "";
  width: 1px;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #d3d5e1 0%, #d3d5e1 25%, #d3d5e100 100%);
}
/* ----------------------job---------------------------*/
.jobBox {
  z-index: 1;
}
.job {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.jobTitle {
  color: #333;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 64px;
}
.jobItem {
  margin-bottom: 5px;
}
.jobItemTop {
  background-color: #f7f9fc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  cursor: pointer;
  color: #1e336e;
  font-size: 15px;
}
.jobItemTopLeft {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.jobItemTopLeftImg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2879f7;
  background-size: cover;
  margin: 0 20px;
  position: relative;
}
.jobItemTopLeftText {
  flex: 1;
}
.arrowBlueImg {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(-90deg);
}
.jobItemTopActive .arrowBlueImg {
  animation: arrowRotate1 300ms forwards;
}
@keyframes arrowRotate1 {
  0% {
    transform: translate(-40%, -50%) rotate(-90deg);
  }
  100% {
    transform: translate(-50%, -40%) rotate(0deg);
  }
}
.jobItemTopNoActive .arrowBlueImg {
  /* animation: arrowRotate2 300ms forwards; */
  transform: translate(-40%, -50%) rotate(-90deg);
}
@keyframes arrowRotate2 {
  0% {
    transform: translate(-50%, -40%) rotate(0deg);
  }
  100% {
  }
}
.jobItemTopCenter {
  margin: 15px 30px 15px 60px;
}
.jobItemTopRight {
  margin-right: 20px;
  margin: 15px 20px 15px 60px;
  width: 285px;
  text-align: right;
}
.jobItemBottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 15px;
}
.jobItem .jobItemBottom:last-child {
  border-bottom: 1px solid transparent;
}
.jobItemBottomLeft {
  min-width: 121px;
  margin: 0 0 10px 40px;
  color: #1e336e;
}
.jobItemBottomRight {
  margin: 0 40px;
  color: #9098ab;
}
.jobItemBottomRightItem {
  margin-bottom: 5px;
}
.loadMore {
  text-align: center;
  font-size: 15px;
  color: #2879f7;
  cursor: pointer;
  margin-top: 30px;
}
.sortTab {
  width: 80%;
  margin: auto;
}
.sortTabItem {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto 50px;
  padding: 5%;
  box-shadow: 0px 4px 10px 1px rgb(204 204 204 / 80%);
  color: #1e336e;
  transition: transform 200ms;
}
.sortTabItem:hover {
  transform: translateY(-4px);
}
.sortTabItemActive {
  background-color: #2879f7;
  color: #fff;
}
.sortTabItemImg {
  text-align: center;
}
.sortTabItemName {
  white-space: nowrap;
  font-size: 15px;
}
.sortTabItemImg img {
  width: 50px;
  margin-bottom: 10px;
}
/* ----------------------becomePartner---------------------------*/
.joinUsBox {
  background-color: #121826;
  background-image: url(../image/aboutUs/bom-banner.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.joinUs {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 130px 50px;
}
.joinUsCenterRemark {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.joinUstry {
  height: 40px;
  margin-top: 36px;
  width: 300px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #60636b;
  line-height: 40px;
  font-size: 16px;
  padding-left: 30px;
  color: #aaacb1;
  border: 1px solid #6d7078;
  border-right: none;
}
.joinUsmore {
  margin-top: 36px;
  height: 40px;
  width: 100px;
  background-image: linear-gradient(to right, #fff, #fff);
  color: #333;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 40px;
  text-align: center;
}
.joinUsmore img {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
}
.joinUsmore:hover {
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .banner,
  .powe,
  .job {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .BannerBox {
    background-size: 300%;
    background-position: -60px -100px;
  }
  .bannerTitle {
    font-size: 36px;
  }
  .bannerRemark br {
    display: none;
  }
  .powetitle {
    margin-bottom: 60px;
  }
  .powecontentitem {
    padding: 24px;
  }
  .powecontentitem::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      #d3d5e1 25%,
      #d3d5e1 0%,
      #d3d5e100 100%
    );
  }
  .powecontentitem::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      #d3d5e1 25%,
      #d3d5e1 0%,
      #d3d5e100 100%
    );
  }
  .powecontenttitle::before {
    left: 20px;
    top: 98px;
  }
  .powecontentitemnone::after {
    display: none;
  }
  .powecontentheng {
    display: none;
  }
  .powecontenttitle {
    margin-bottom: 8px;
  }
  .sortTab {
    width: 100%;
  }
  .sortTabItem {
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
  }
  .jobItemTopLeft {
    max-width: 240px;
  }
  .jobItemTopCenter {
    margin: 0;
    margin-top: 15px;
  }
  .jobItemBottomRight {
    margin: 0;
  }
  .jobItemBottomLeft {
    margin-left: 0;
  }
  .jobTitle span {
    display: none;
  }
}
