.antd-pro-pages-about-join-us-topImgPart img {
  max-height: 800px;
  width: 100%
}

.antd-pro-pages-about-join-us-section {
  padding: 50px 15px
}

.antd-pro-pages-about-join-us-section .antd-pro-pages-about-join-us-title {
  text-align: center;
  font-size: 2rem;
  color: #000
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-section {
    padding: 50px 15px
  }

  .antd-pro-pages-about-join-us-section .antd-pro-pages-about-join-us-title {
    font-size: 1.5rem
  }
}

.antd-pro-pages-about-join-us-carouselPart {
  position: relative
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouselDots {
  position: absolute;
  bottom: 5%;
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouselDots p {
  color: #e4e4e4;
  margin: 10px 0;
  padding-left: 20px;
  cursor: pointer
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouselDots p:hover {
  color: #fff
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouselDots p.antd-pro-pages-about-join-us-active {
  color: #fff;
  border-left: 2px solid #fff
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouseContent {
  position: relative
}

.antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouseContent .antd-pro-pages-about-join-us-bannerTitle {
  position: absolute;
  top: 30%;
  z-index: 3;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  width: 90%;
  max-width: 1200px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: pre
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-carouselPart .antd-pro-pages-about-join-us-carouseContent .antd-pro-pages-about-join-us-bannerTitle {
    top: 30px;
    font-size: 1rem
  }
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties {
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  margin: 50px auto
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item {
  text-align: center
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item img {
  width: 100px;
  height: 100px;
  border-radius: 2px
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-icon {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  font-size: 50px;
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

@keyframes antd-pro-pages-about-join-us-shine {
  0% {
    box-shadow: 0 0 0 0 #fff
  }

  50% {
    box-shadow: 0 0 30px -5px #1890ff
  }

  to {
    box-shadow: 0 0 0 0 #fff
  }
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item p {
  color: #000;
  margin-top: 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties {
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
  }

  .antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item p {
    margin-top: 10px
  }
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-desDiv {
  display: grid;
  max-width: 1024px;
  margin: 30px auto 0;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-desDiv img {
  width: 100%
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right {
  color: #000
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right p:first-child {
  font-size: 1.3rem
}

.antd-pro-pages-about-join-us-propertyPart .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right p:last-child {
  font-size: 1rem;
  margin-top: 20px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item {
  max-width: 1024px;
  padding: 20px;
  box-shadow: 0 0 30px -5px #c7ced6;
  border-radius: 5px;
  background-color: #fff;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 100px;
  margin: 0 auto 40px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-properties {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 15px;
  margin-top: 25px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item2 {
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item2 img {
  width: 45px;
  max-height: 33px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item2 .antd-pro-pages-about-join-us-icon {
  font-size: 30px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item2 p {
  color: #000
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-t {
  color: #000;
  font-size: 1.5rem
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-des {
  color: #999;
  word-break: break-word;
  margin-top: 15px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-right {
  width: 100%
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-right img {
  width: 100%
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-right .antd-pro-pages-about-join-us-imgDiv {
  max-width: 442px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
  }

  .antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-right .antd-pro-pages-about-join-us-imgDiv {
    max-width: calc(100vw - 60px)
  }
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-desDiv {
  display: grid;
  max-width: 1024px;
  margin: 30px auto 0;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-desDiv img {
  width: 100%
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right {
  color: #000
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right p:first-child {
  font-size: 1.3rem
}

.antd-pro-pages-about-join-us-property2Part .antd-pro-pages-about-join-us-desDiv .antd-pro-pages-about-join-us-right p:last-child {
  font-size: 1rem;
  margin-top: 20px
}

.antd-pro-pages-about-join-us-detailPart {
  background-color: #f8f9fb
}

.antd-pro-pages-about-join-us-detailPart .antd-pro-pages-about-join-us-detailDiv {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(2,1fr);
  margin: 50px auto 0
}

.antd-pro-pages-about-join-us-detailPart .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1.5fr
}

.antd-pro-pages-about-join-us-detailPart .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item p {
  color: #666;
  padding: 15px 30px;
  font-size: 1rem;
  word-break: break-word
}

.antd-pro-pages-about-join-us-detailPart .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item p:first-child {
  background-color: #fff
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-detailPart .antd-pro-pages-about-join-us-detailDiv {
    grid-template-columns: 1fr
  }
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-videoCover {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-videoCover .antd-pro-pages-about-join-us-cover {
  width: 100%;
  border-radius: 10px
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-videoCover .antd-pro-pages-about-join-us-play {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(0,0,0,.63);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv {
  margin: 50px auto 0;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv .antd-pro-pages-about-join-us-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv .antd-pro-pages-about-join-us-item img,.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv .antd-pro-pages-about-join-us-item video {
  width: 100%;
  border-radius: 5px
}

.antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv .antd-pro-pages-about-join-us-item p {
  position: absolute;
  width: 70%;
  color: #000;
  line-height: 1.5rem;
  text-align: center
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .antd-pro-pages-about-join-us-scenesPart .antd-pro-pages-about-join-us-scenesDiv .antd-pro-pages-about-join-us-item {
    margin-bottom: 15px
  }
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow {
  margin: 50px auto 0;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-left img,.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-left video {
  border-radius: 5px;
  width: 100%;
  max-height: 325px;
  background: #000
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-imgDiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-cover {
  width: 100%;
  height: 100%;
  border-radius: 6px
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-play {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(0,0,0,.63);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-right .antd-pro-pages-about-join-us-name {
  font-size: 1.3rem;
  color: #000
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-right .antd-pro-pages-about-join-us-des {
  color: grey;
  margin-top: 15px
}

.antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow .antd-pro-pages-about-join-us-right .antd-pro-pages-about-join-us-btn {
  margin-top: 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-casesPart .antd-pro-pages-about-join-us-caseShow {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 20px
  }
}

.antd-pro-pages-about-join-us-contactFooter {
  padding: 30px 0;
  background-color: #fffdfa;
  border-top: 1px solid #f1f1f1
}

.antd-pro-pages-about-join-us-contactFooter .antd-pro-pages-about-join-us-footer {
  margin: 30px auto 0;
  display: grid;
  max-width: 1200px;
  grid-template-columns: 2fr repeat(2,1fr);
  grid-column-gap: 20px;
  justify-items: center
}

.antd-pro-pages-about-join-us-contactFooter .antd-pro-pages-about-join-us-footer .antd-pro-pages-about-join-us-item {
  text-align: left
}

.antd-pro-pages-about-join-us-contactFooter .antd-pro-pages-about-join-us-footer .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-title {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-contactFooter .antd-pro-pages-about-join-us-footer {
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 15px
  }

  .antd-pro-pages-about-join-us-contactFooter .antd-pro-pages-about-join-us-footer .antd-pro-pages-about-join-us-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3
  }
}

.antd-pro-pages-about-join-us-stickyPart {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: -1px;
  left: 0;
  width: 100%;
  height: 48px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.05)
}

.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent {
  width: 100%;
  max-width: 1200px;
  margin: -5px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent.antd-pro-pages-about-join-us-top0 {
  top: -1px
}

.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-left .antd-pro-pages-about-join-us-icon,.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-left img,.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-left span {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.3rem
}

.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  width: 50%;
  max-width: 600px;
  -ms-flex-align: center;
  align-items: center;
  height: 48px
}

.antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p {
  line-height: 48px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  cursor: pointer
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    height: auto;
    padding: 0 10px
  }

  .antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-left {
    display: none
  }

  .antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right {
    width: 100%!important;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px
  }

  .antd-pro-pages-about-join-us-stickyPart .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p {
    font-size: .8rem;
    width: auto;
    border: none!important
  }
}

.antd-pro-pages-about-join-us-darkSticky {
  color: #999;
  background-color: #313131
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent {
  -ms-flex-pack: center;
  justify-content: center
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right {
  width: 80%;
  max-width: 1024px;
  justify-items: center
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p {
  border-left: 1px solid #4f5058
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p:last-child {
  border-right: 1px solid #4f5058
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p.antd-pro-pages-about-join-us-active {
  color: #fff
}

.antd-pro-pages-about-join-us-darkSticky .antd-pro-pages-about-join-us-stickyContent .antd-pro-pages-about-join-us-right p:hover {
  color: #fff
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-title {
  font-size: 1.8rem
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-title2 {
  font-size: 1rem;
  font-weight: 400;
  color: #054af9;
  text-align: center
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties {
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 30px auto 0
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
  }
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item {
  text-align: center;
  padding: 15px;
  border-radius: 5px
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item:hover {
  box-shadow: 0 17px 35px 0 hsla(0,0%,71.8%,.57)
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item img {
  width: 100%;
  border-radius: 5px
}

.antd-pro-pages-about-join-us-property3Part .antd-pro-pages-about-join-us-properties .antd-pro-pages-about-join-us-item p {
  color: #2d2d2d;
  margin-top: 20px;
  margin-bottom: 5px
}

.antd-pro-pages-about-join-us-testPart {
  background-color: #f2f2f2
}

.antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv {
  margin: 50px auto 0;
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 50px
}

.antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv .antd-pro-pages-about-join-us-item {
  padding: 10px;
  background-color: #fff
}

.antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv .antd-pro-pages-about-join-us-item img {
  width: 100%;
  max-height: 200px
}

.antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv .antd-pro-pages-about-join-us-item p {
  color: #000;
  text-align: left;
  word-break: break-word;
  margin-top: 10px
}

.antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv .antd-pro-pages-about-join-us-item p:last-child {
  color: #999
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-testPart .antd-pro-pages-about-join-us-testDiv {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 15px
  }
}

.antd-pro-pages-about-join-us-wordImgPart {
  background-size: cover
}

.antd-pro-pages-about-join-us-wordImgPart .antd-pro-pages-about-join-us-title {
  color: #fff
}

.antd-pro-pages-about-join-us-wordImgPart .antd-pro-pages-about-join-us-wordImgDiv {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 10px
}

.antd-pro-pages-about-join-us-wordImgPart .antd-pro-pages-about-join-us-wordImgDiv .antd-pro-pages-about-join-us-item img {
  width: 100%;
  border-radius: 10px
}

.antd-pro-pages-about-join-us-wordImgPart .antd-pro-pages-about-join-us-wordImgDiv .antd-pro-pages-about-join-us-des {
  text-align: left;
  font-size: 1rem;
  color: #666;
  line-height: 30px;
  padding: 20px
}

.antd-pro-pages-about-join-us-paramPart .antd-pro-pages-about-join-us-paramDiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  max-width: 600px;
  margin: 50px auto 0
}

.antd-pro-pages-about-join-us-helpPart {
  position: relative
}

.antd-pro-pages-about-join-us-centerPart {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto
}

.antd-pro-pages-about-join-us-topDiv {
  height: 160px;
  background-image: linear-gradient(#1a1a22,#333948)
}

.antd-pro-pages-about-join-us-partTitle {
  color: #000;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 15px
}

.antd-pro-pages-about-join-us-line {
  border-bottom: 1px solid #eaeaea;
  margin-top: 20px
}

.antd-pro-pages-about-join-us-hardPart {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-hardPart {
    grid-template-columns: repeat(2,1fr)
  }
}

.antd-pro-pages-about-join-us-hardPart .antd-pro-pages-about-join-us-item img,.antd-pro-pages-about-join-us-hardPart .antd-pro-pages-about-join-us-item video {
  width: 100%;
  border-radius: 2px
}

.antd-pro-pages-about-join-us-hardPart .antd-pro-pages-about-join-us-item p {
  color: #a2a2a2;
  margin-top: 10px;
  text-align: left;
  font-size: 1rem
}

.antd-pro-pages-about-join-us-otherPart {
  padding-bottom: 50px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-otherPart {
    grid-template-columns: repeat(1,1fr)
  }
}

.antd-pro-pages-about-join-us-otherPart .antd-pro-pages-about-join-us-videoCover {
  height: 200px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center
}

.antd-pro-pages-about-join-us-otherPart .antd-pro-pages-about-join-us-videoCover .antd-pro-pages-about-join-us-cover {
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center
}

.antd-pro-pages-about-join-us-otherPart .antd-pro-pages-about-join-us-videoCover .antd-pro-pages-about-join-us-play {
  width: 40px;
  height: 40px;
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center
}

.antd-pro-pages-about-join-us-headerPart {
  text-align: center;
  position: relative
}

.antd-pro-pages-about-join-us-headerPart img {
  max-height: 150px;
  vertical-align: middle
}

.antd-pro-pages-about-join-us-headerPart span {
  padding-left: 40px;
  vertical-align: middle
}

.antd-pro-pages-about-join-us-headerPart .antd-pro-pages-about-join-us-backImg {
  position: absolute;
  top: 40px;
  left: 0;
  cursor: pointer
}

.antd-pro-pages-about-join-us-detailNav {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  justify-items: center
}

.antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item {
  text-align: center;
  cursor: pointer
}

.antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 45px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item img {
    width: 25px
  }
}

.antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item p {
  color: #a0a0a0;
  margin-top: 10px
}

.antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active img,.antd-pro-pages-about-join-us-detailNav .antd-pro-pages-about-join-us-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.antd-pro-pages-about-join-us-detailContent {
  background-color: #f6f8f9;
  padding: 15px;
  margin-top: 20px
}

.antd-pro-pages-about-join-us-detailContent .antd-pro-pages-about-join-us-detailDiv {
  margin-left: 5vw
}

.antd-pro-pages-about-join-us-detailContent .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 2fr
}

.antd-pro-pages-about-join-us-detailContent .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item p {
  color: #666;
  line-height: 2rem;
  font-size: 1rem;
  word-break: break-word
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-detailContent .antd-pro-pages-about-join-us-detailDiv {
    margin-left: 0
  }

  .antd-pro-pages-about-join-us-detailContent .antd-pro-pages-about-join-us-detailDiv .antd-pro-pages-about-join-us-item p {
    font-size: .8rem
  }
}

.antd-pro-pages-about-join-us-lightDiv img {
  max-width: 400px;
  width: 100%
}

.antd-pro-pages-about-join-us-lightDiv p {
  color: #000;
  font-size: 1rem;
  line-height: 2rem
}

.antd-pro-pages-about-join-us-lightDiv table {
  width: 100%;
  border-radius: 10px;
  margin-top: 20px
}

.antd-pro-pages-about-join-us-lightDiv table thead {
  background-color: #484848
}
.antd-pro-pages-about-join-us-imgDiv {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-banner {
  width: 100%
}

.antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-words {
  position: absolute
}

.antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-words p {
  color: #fff;
  font-size: 2rem;
  text-align: center
}

.antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-words p:last-child {
  font-size: 1.5rem;
  letter-spacing: 5px;
  margin-top: 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-words p {
    font-size: 1.3rem
  }

  .antd-pro-pages-about-join-us-imgDiv .antd-pro-pages-about-join-us-words p:last-child {
    font-size: .8rem;
    margin-top: 5px
  }
}

.antd-pro-pages-about-join-us-navPart {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2,1fr)
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-navPart {
    grid-template-columns: 1fr
  }
}

.antd-pro-pages-about-join-us-navPart .antd-pro-pages-about-join-us-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 10px;
  font-size: 1rem;
  margin: 15px 0
}

.antd-pro-pages-about-join-us-navPart .antd-pro-pages-about-join-us-item p:first-child {
  color: #000
}

.antd-pro-pages-about-join-us-navPart .antd-pro-pages-about-join-us-item p:last-child {
  cursor: pointer
}

.antd-pro-pages-about-join-us-addrPart {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto 50px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 10px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-addrPart {
    grid-template-columns: 1fr
  }
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 700
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-title:before {
  display: inline-block;
  content: '&quot';
  height: 13px;
  width: 3px;
  background-color: #999;
  border-radius: 3px;
  margin-right: 10px
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-info {
  margin-left: 20px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 10px
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-info .antd-pro-pages-about-join-us-label {
  font-size: 1rem;
  color: #333;
  margin-top: 10px
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-info .antd-pro-pages-about-join-us-value {
  font-size: 1rem;
  color: #999;
  margin-top: 10px
}

.antd-pro-pages-about-join-us-addrPart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-info .antd-pro-pages-about-join-us-phone{
  font-size: 1.125rem;
  color: #f79900;
}

.antd-pro-pages-about-join-us-wordsPart {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.08)
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-wordsPart {
    grid-template-columns: 1fr;
    grid-column-gap: 20px
  }
}

.antd-pro-pages-about-join-us-wordsPart .antd-pro-pages-about-join-us-item p:first-child {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700
}

.antd-pro-pages-about-join-us-wordsPart .antd-pro-pages-about-join-us-item p:last-child {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 15px;
  color: #666
}

.antd-pro-pages-about-join-us-title {
  max-width: 1200px;
  width: 90%;
  color: #000;
  font-size: 2rem;
  text-align: left;
  margin: 40px auto 20px
}

@media screen and (max-width:750px) {
  .antd-pro-pages-about-join-us-title {
    font-size: 1.5rem
  }
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-header {
  background-color: #fff6e8;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 15px 72px;
  color: #000;
  font-size: 1.125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-header p{
  text-align: center;
  width: 32%;
}
.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-header p:last-child{
  width: 36%;
}
.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-header p:first-child{
  text-align: left;
  padding-left: 5%;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-offer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 20px 13px 72px;
  border-bottom: 1px solid #f4f4f4;
  background: #fafafa;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-offer:hover {
  background-color: hsla(0,0%,96.1%,.6)
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-offer p{
  width: 32%;
  font-size: 1.125rem;
  text-align: center;
}
.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-offer p:first-child{
  text-align: left;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-offer .antd-pro-pages-about-join-us-arrow{
  margin: 0 auto;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-des {
  height: 0;
  overflow: hidden
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-des .antd-pro-pages-about-join-us-label {
  color: #000;
  font-weight: 700;
  line-height: 2rem
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item .antd-pro-pages-about-join-us-des .antd-pro-pages-about-join-us-value {
  /*    color: #9a9a9a;*/
  line-height: 2rem;
  /*    white-space: pre-wrap;*/
  margin-bottom: 2.2rem;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active .antd-pro-pages-about-join-us-offer {
  background-color: hsla(0,0%,96.1%,.6)
  text-align: center;
}

/*.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active .antd-pro-pages-about-join-us-offer p{*/
/*  text-align: center;*/
/*  width: 33%;*/
/*}*/

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active .antd-pro-pages-about-join-us-offer .antd-pro-pages-about-join-us-arrow{
  margin: 0 auto;
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active .antd-pro-pages-about-join-us-offer .antd-pro-pages-about-join-us-arrow {
  width: -moz-fit-content;
  width: fit-content;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.antd-pro-pages-about-join-us-tablePart .antd-pro-pages-about-join-us-item.antd-pro-pages-about-join-us-active .antd-pro-pages-about-join-us-des {
  height: auto;
  padding: 2.1875rem 4.375rem;
  padding-bottom: 4.375rem;
}
