.join {
  background-color: #FDFDFD;
}

.join-header {
  width: 100%;
  height: 421px;
  position: relative;
}
.join-banner {
  width: 100%;
  height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  
  .join-title {
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .join-title__text {
    color: #FFF;
    font-family: "Smiley Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.join-title__sub-text {
  color: #FFF;
  font-family: "DIN-RegularItalic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
}
.join-tabs {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0.67);
  background-color: #FFF;
}

#tabs-copy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#tabs-copy.top {
  display: block;
}
.join-tabs__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.join-tab {
  min-width: 102px;
  height: 68px;
  padding: 0 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(15, 15, 15, 0.90);
  text-align: center;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  cursor: pointer;
    text-decoration: none;
    border-bottom: 3px solid #ffffff;
}

.join-tab+.join-tab {
  margin-left: 58px;
}

.join-tab:hover,
.join-tab.actived {
  color: #EA1980;
  border-bottom: 3px solid #EA1980;
}

.join-section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-section__title {
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}

.join-welfare {
  width: 100%;
  padding-top: 51px;
}

.join-welfare__item {
  width: 100%;
  height: 368px;
  margin-bottom: 43px;
  padding: 15px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
}

.join-welfare__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-welfare__title {
  width: 500px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.join-welfare__title-icon {
  width: 37px;
  height: 37px;
  margin-right: 12px;
}

.join-welfare__title-text {
  color: rgba(2, 6, 14, 0.90);
  text-align: center;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
}

.join-welfare__content {
  width: 500px;
  color: #323232;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
    font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
    letter-spacing: 1.76px;
}

.join-welfare__img {
  width: 486px;
  height: 337px;
  border-radius: 12px;
}

.join-jiuzhou {
  width: 100%;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.join-jiuzhou__item {
  position: relative;
}

.join-jiuzhou__item+.join-jiuzhou__item {
  margin-left: 60px;
}

.join-jiuzhou__img {
  width: 504px;
  height: 306px;
}

.join-jiuzhou__text {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.75px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.join-jiuzhou__action {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 105px;
  display: flex;
  justify-content: center;
}