.page-join .banner .title {
  padding-top: 1.95rem;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  color: #FFFFFF; }

.page-join .support .title {
  font-size: .30rem;
  font-weight: 400;
  color: #181818;
  text-align: center;
  padding: .80rem 0 1.20rem; }

.page-join .support .main {
  padding-bottom: .90rem;
  display: flex;
  justify-content: space-around; }
  .page-join .support .main .item {
    flex: 1; }
    .page-join .support .main .item .icon {
      width: .56rem;
      height: .56rem;
      display: block;
      margin: 0 auto; }
    .page-join .support .main .item .text {
      text-align: center;
      font-size: .16rem;
      font-weight: 400;
      color: #181818;
      margin-top: .17rem; }

.page-join .adv {
  background-color: #f8f8f8;
  padding-bottom: .96rem; }
  .page-join .adv .title {
    font-size: .30rem;
    font-weight: 400;
    color: #181818;
    text-align: center;
    padding: .83rem 0 .62rem; }
  .page-join .adv .main {
    display: flex;
    justify-content: space-between; }
    .page-join .adv .main .item {
      width: 3.20rem;
      height: 3.50rem;
      background-size: cover;
      background-position: center center; }
      .page-join .adv .main .item .name {
        padding-top: 1.80rem;
        text-align: center;
        font-size: .21rem;
        font-weight: bold;
        color: #0A0A0A; }
      .page-join .adv .main .item .desc {
        font-size: .14rem;
        font-weight: 400;
        color: #444444;
        padding: .20rem .18rem 0; }

.page-join .condition .title {
  font-size: .30rem;
  font-weight: 400;
  color: #181818;
  text-align: center;
  padding: .67rem 0 1.00rem; }

.page-join .condition .main {
  display: flex;
  justify-content: space-around;
  padding-bottom: .65rem; }
  .page-join .condition .main .item {
    height: 1.90rem;
    width: 1.80rem; }
    .page-join .condition .main .item .icon {
      display: block;
      width: .46rem;
      height: .46rem;
      margin: 0 auto; }
    .page-join .condition .main .item .name {
      padding-top: .30rem;
      text-align: center;
      font-size: .19rem;
      font-weight: bold;
      color: #181818; }
    .page-join .condition .main .item .desc {
      padding-top: .22rem;
      font-size: .16rem;
      font-weight: 400;
      color: #424242; }

.page-join .step .title {
  font-size: .30rem;
  font-weight: 400;
  color: #FEFEFE;
  text-align: center;
  padding-top: .67rem; }

.page-join .step .main {
  display: flex;
  padding: 1.30rem 0 .60rem;
  justify-content: space-between; }
  .page-join .step .main .item {
    height: 2.00rem;
    width: 1.24rem;
    position: relative; }
    .page-join .step .main .item .icon {
      width: 1.24rem;
      height: 1.24rem; }
    .page-join .step .main .item .name {
      font-size: .19rem;
      font-weight: 400;
      color: #F3F3F3;
      text-align: center;
      margin-top: .24rem;
      line-height: .30rem; }
    .page-join .step .main .item .circle {
      position: absolute;
      top: -.54rem;
      left: .50rem;
      width: .14rem;
      height: .14rem;
      border-radius: 50%;
      border: .05rem solid #c3c3c3; }
      .page-join .step .main .item .circle:before {
        content: '';
        position: absolute;
        width: 2.46rem;
        height: .04rem;
        left: .18rem;
        top: .05rem;
        background-color: #c3c3c3; }
      .page-join .step .main .item .circle.last {
        background-color: #1f8ffe; }
        .page-join .step .main .item .circle.last:before {
          display: none; }

.page-join .form {
  background-color: #f8f8f8; }
  .page-join .form .title {
    padding: .50rem 0;
    text-align: center;
    font-size: .30rem;
    font-weight: 400;
    color: #1C1C1C; }
  .page-join .form .main {
    padding-bottom: .70rem;
    width: 10.45rem; }
    .page-join .form .main .box-line {
      display: flex;
      justify-content: space-between;
      margin-bottom: .22rem; }
    .page-join .form .main .point {
      font-size: .21rem;
      font-weight: 400;
      color: #1F8FFE;
      margin: .07rem .13rem 0; }
    .page-join .form .main .input-box {
      width: 4.94rem;
      height: .42rem;
      background: #F8F8F8;
      border: .01rem solid #C3C3C3;
      border-radius: .04rem;
      display: flex;
      align-items: center; }
      .page-join .form .main .input-box .label {
        width: 1.00rem;
        padding-right: .10rem;
        text-align: center;
        font-size: .16rem;
        font-weight: 400;
        color: #484848; }
      .page-join .form .main .input-box .line {
        width: .01rem;
        height: .15rem;
        background: #E3E3E3; }
      .page-join .form .main .input-box .input {
        font-size: .16rem;
        flex: 1;
        margin: 0 .16rem 0 .26rem;
        background-color: #F8F8F8;
        padding: 0;
        border: .01rem solid transparent;
        height: .24rem;
        outline: none; }
        .page-join .form .main .input-box .input.null {
          border: .01rem solid red; }
    .page-join .form .main .select-box {
      margin-bottom: .22rem;
      display: flex;
      align-items: center;
      height: .44rem;
      border: .01rem solid #C3C3C3;
      border-radius: .04rem; }
      .page-join .form .main .select-box .label {
        font-size: .16rem;
        width: 1.30rem;
        text-align: center;
        margin-right: .08rem; }
      .page-join .form .main .select-box .line {
        width: .01rem;
        height: .15rem;
        background: #E3E3E3;
        margin-right: .22rem; }
      .page-join .form .main .select-box .arrow {
        width: .12rem;
        height: .07rem;
        margin: 0 .12rem;
        transition: transform .2s;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
        .page-join .form .main .select-box .arrow.reverse {
          transform: rotateZ(180deg); }
      .page-join .form .main .select-box .select {
        font-size: .16rem;
        flex: 1;
        border: .01rem solid transparent;
        background-color: #F8F8F8;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: .24rem;
        padding: 0 .24rem;
        outline: none; }
        .page-join .form .main .select-box .select::-ms-expand {
          display: none; }
        .page-join .form .main .select-box .select.no-select {
          color: #767676; }
        .page-join .form .main .select-box .select.null {
          border: .01rem solid red; }
        .page-join .form .main .select-box .select option {
          color: black; }
    .page-join .form .main .text-box {
      border: .01rem solid #C3C3C3;
      border-radius: .04rem;
      height: 2.00rem;
      box-sizing: border-box;
      padding: .15rem;
      display: flex;
      flex-direction: column; }
      .page-join .form .main .text-box .label {
        font-size: .16rem;
        font-weight: 400;
        color: #484848; }
      .page-join .form .main .text-box .textarea {
        font-size: .16rem;
        flex: 1;
        border: .01rem solid transparent;
        background-color: #f8f8f8;
        padding: .10rem 0;
        outline: none;
        line-height: .26rem;
        text-indent: 2em;
        resize: none; }
        .page-join .form .main .text-box .textarea.null {
          border: .01rem solid red; }
    .page-join .form .main .button {
      margin: .30rem auto 0;
      width: 1.30rem;
      height: .40rem;
      line-height: .40rem;
      text-align: center;
      font-size: .16rem;
      font-weight: 400;
      color: #1F8FFE;
      border: .01rem solid #1F8FFE;
      border-radius: .04rem; }
      .page-join .form .main .button:hover {
        cursor: pointer; }
