.sec1 {
    padding: 104px 0 84px;
}

.sec1 .wrap {
    width: 1520px;
    margin: auto;
}

.sec1 .wrap>h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 68px;
}

.sec1 .wrap .title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 38px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 49px;
}

.sec1 .wrap .title_flex h2 {
    font-weight: bold !important;
    font-size: 36px;
    color: #030303;
}

.sec1 .wrap .title_flex p {
    font-weight: bold !important;
    font-size: 30px;
    color: #003894;
}

.sec1 .wrap .info {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #6A7183;
    margin-bottom: 32px;
}

.sec1 .wrap .content h4 {
    font-weight: bold !important;
    font-size: 24px;
    color: #030303;
    margin-bottom: 24px;
}

.sec1 .wrap .content p {
    font-weight: 400;
    font-size: 16px;
    color: #6A7183;
    line-height: 40px;
}

.sec1 .wrap .content h5 {
    font-weight: bold !important;
    font-size: 18px;
    color: #030303;
    line-height: 40px;
}

.sec1 .wrap .content .content_item:not(:nth-last-child(1)) {
    margin-bottom: 55px;
}

.sec1 .wrap .img {
    margin: 70px 0 0;
}

.sec2 .wrap {
    width: 1520px;
    margin: auto;
    padding-bottom: 103px;
}

.sec2 .wrap h2 {
    font-weight: 400 !important;
    font-size: 36px;
    color: #030303;
    padding-bottom: 36px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 70px;
}

.sec2 .wrap form {
    width: 100%;
}

.sec2 .wrap form .item_title {
    display: flex;
    align-items: center;
}

.sec2 .wrap form .item_title span {
    display: block;
    width: 18px;
    margin-right: 11px;
}

.sec2 .wrap form .item_title p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.sec2 .wrap form .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sec2 .wrap form .flex .item {
    width: 716px;
    border-bottom: 1px solid #DEDEDE;
}

.sec2 .wrap form .flex .item input {
    height: 44px;
    width: 100%;
    padding: 0 32px;
    border: unset;
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.sec2 .wrap form .textarea {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 47px;
}

.sec2 .wrap form .textarea textarea {
    width: 100%;
    height: 160px;
    padding: 20px 32px;
    border: unset;
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.sec2 .wrap form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 55px;
    background: #003894;
    border-radius: 28px;
    margin: 0 auto;
}

.sec2 .wrap form button p {
    margin-right: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.sec2 .wrap form button .iconfont {
    font-size: 16px;
    color: #FFFFFF;
}

/*# sourceMappingURL=joinInfo.css.map */
@media screen and (max-width: 1600px) {
  .sec1 .wrap,.sec2 .wrap {
    width: 90%;
  }
  .sec1 .wrap>h2,.sec2 .wrap h2 {
    font-size: 32px;
  }
  .sec1 .wrap .title_flex h2 {
    font-size: 28px;
  }
  .sec1 .wrap .title_flex p {
    font-size: 24px;
  }
  .sec1 .wrap .content h4 {
    font-size: 20px;
  }
  .sec1 .wrap .info,.sec1 .wrap .content p {
    font-size: 14px;
    line-height: 2;
  }
  .sec2 .wrap form button p {
    font-size: 16px;
  }
  .sec2 .wrap form button {
    width: 160px;
    height: 48px;
  }
  .sec2 .wrap form .flex .item {
    width: 48%;
  }
}
@media screen and (max-width: 1400px) {
  .sec1 .wrap>h2,.sec2 .wrap h2 {
    font-size: 28px;
  }
  .sec1 .wrap .title_flex h2 {
    font-size: 24px;
  }
  .sec1 .wrap .content h4 {
    font-size: 18px;
  }
  .sec1 .wrap .title_flex p {
    font-size: 20px;
  }
  .sec1 .wrap>h2 {
    margin-bottom: 40px;
  }
  .sec1 .wrap .title_flex {
    padding-bottom: 26px;
    margin-bottom: 30px;
  }
  .sec1 .wrap .info {
    margin-bottom: 24px;
  }
  .sec2 .wrap form .item_title p {
    font-size: 14px;
  }
  .sec2 .wrap form .item_title span {
    width: 14px;
  }
  .sec2 .wrap form .item_title span img {
    display: block;
  }
  .sec2 .wrap form .flex .item input,.sec2 .wrap form button p,.sec2 .wrap form .textarea textarea {
    font-size: 14px;
  }
  .sec2 .wrap form button {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .sec1 {
    padding: 60px 0;
  }
  .sec1 .wrap>h2, .sec2 .wrap h2 {
    font-size: 24px;
  }
  .sec1 .wrap .title_flex h2 {
    font-size: 20px;
  }
  .sec1 .wrap .title_flex p {
    font-size: 18px;
  }
  .sec1 .wrap .content h4,.sec1 .wrap .content h5 {
    font-size: 16px;
  }
  .sec1 .wrap .img {
    margin: 40px 0 0;
  }
  .sec1 .wrap .content h4 {
    margin-bottom: 15px;
  }
  .sec2 .wrap h2 {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .sec2 .wrap form .flex .item input {
    height: 36px;
  }
  .sec2 .wrap form .flex {
    margin-bottom: 30px;
  }
  .sec2 .wrap form .textarea textarea {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 0;
  }
  .sec1 .wrap>h2, .sec2 .wrap h2 {
    font-size: 20px;
  }
  .sec1 .wrap .title_flex h2 {
    font-size: 18px;
  }
  .sec1 .wrap .title_flex p {
    font-size: 16px;
  }
  .sec1 .wrap .title_flex {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sec2 .wrap {
    padding-bottom: 50px;
  }
}
