.join-main {
  width: 1400px;
  margin: 0 auto;
  padding: 52px 40px 156px 40px;
  box-sizing: border-box;
}
.join-main .map .map-content {
  display: flex;
}
.join-main .map .map-content > img {
  width: 750px;
  height: 645px;
}
.join-main .map .map-content .province {
  width: 750px;
  height: 510px;
  padding-left: 10px;
  box-sizing: border-box;
}
.join-main .map .map-content .province p {
  padding-left: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #2b2c2e;
  line-height: 62px;
  padding-bottom: 42px;
}
.join-main .map .map-content .province ul li {
  float: left;
  width: 120px;
  height: 42px;
  margin-bottom: 24px;
  margin-left: 20px;
  line-height: 42px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: #2b2c2e;
  font-size: 18px;
}
.join-main .map .map-content .province ul li:hover {
  background-color: #195afe;
  color: #fff;
}
.join-main .map .map-content .province ul .li-active {
  background-color: #195afe;
  color: #fff;
}
.join-main .map .map-info {
  height: 100px;
  background: #ffffff;
  border-radius: 6px;
  margin: 82px 0 100px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0 39px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.join-main .map .map-info > div {
  display: flex;
  align-items: center;
}
.join-main .map .map-info > div > img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.join-main .map .map-info > div p {
  font-size: 18px;
  font-weight: 400;
  color: #2b2c2e;
}
.join-main .map .map-info > div:first-child p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #2b2c2e;
}
.join-main .map .map-info > div:nth-child(2) > img {
  width: 27px;
  height: 31px;
}
.join-main .apply {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.join-main .apply .apply-telephone {
  align-self: flex-end;
  width: 580px;
  height: 160px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.join-main .apply .apply-telephone p:nth-child(1) {
  height: 84px;
  background: #3870fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}
.join-main .apply .apply-telephone p:nth-child(1) img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
.join-main .apply .apply-telephone p:nth-child(2) {
  height: 76px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 36px;
  font-weight: 400;
  color: #2b2c2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-main .apply .apply-content {
  text-align: center;
}
.join-main .apply .apply-content > p {
  font-size: 36px;
  font-weight: bold;
  color: #2b2c2e;
  margin-bottom: 30px;
}
.join-main .apply .apply-content .apply-form {
  width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.join-main .apply .apply-content .apply-form input {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 24px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
}
.join-main .apply .apply-content .apply-form input::placeholder {
  color: #bcbbbb;
}
.join-main .apply .apply-content .apply-form div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.join-main .apply .apply-content .apply-form div:nth-child(1) input {
  width: 320px;
  height: 60px;
}
.join-main .apply .apply-content .apply-form div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.join-main .apply .apply-content .apply-form div:nth-child(2) input {
  width: 442px;
  height: 60px;
}
.join-main .apply .apply-content .apply-form div:nth-child(2) button {
  width: 200px;
  height: 60px;
  background: #f27725;
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
