#banner {
  height: 6.2rem;
  background: url("../images/inside/join_banner.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#banner h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#banner p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 10px;
}
#box1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#box1 .title {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#box1 .title h3 {
  font-size: 15px;
  font-weight: bold;
}
#box1 .title p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
}
#box1 .content {
  padding-left: 40px;
  padding-right: 40px;
}
#box1 .content .item {
  border: 1px solid #eaeaea;
  margin-top: 20px;
}
#box1 .content .item .text {
  padding: 10px;
}
#box1 .content .item .text h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#box1 .content .item .text p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
}
#box2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
}
#box2 .title {
  text-align: center;
}
#box2 .title h3 {
  font-size: 18px;
  font-weight: bold;
}
#box2 .title p {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}
#box2 .content {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
#box2 .content .item {
  width: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box2 .content .item .pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box2 .content .item .pic img {
  width: 40px;
  height: 40px;
}
#box2 .content .item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#box2 .content .item p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
#box3 {
  padding: 20px 0;
}
#box3 .title {
  text-align: center;
}
#box3 .title h3 {
  font-size: 18px;
  font-weight: bold;
}
#box3 .title p {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}
#box3 .content {
  padding-left: 15px;
  padding-right: 15px;
}
#box3 .content .item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  height: 92px;
  overflow: hidden;
  margin-top: 20px;
}
#box3 .content .item .pic {
  width: 90px;
  height: 90px;
}
#box3 .content .item .pic img {
  width: 100%;
  height: 100%;
}
#box3 .content .item .text {
  width: calc(100% - 105px);
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#box3 .content .item .text h4 {
  font-size: 14px;
  font-weight: bold;
}
#box3 .content .item .text p {
  font-size: 10px;
  margin-top: 5px;
  color: #666666;
  line-height: 1.2;
}
#box4 {
  padding: 30px 20px;
  background-color: #fafafa;
}
#box4 .item + .item {
  margin-top: 25px;
}
#box4 .item .title {
  height: 25px;
  border-bottom: 1px solid #e0e0e0;
}
#box4 .item .title h4 {
  font-size: 14px;
  font-weight: bold;
}
#box4 .item .content {
  display: flex;
  margin-top: 10px;
}
#box4 .item .content .contact + .contact {
  margin-left: 20px;
}
#box4 .item .content .contact p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}
#box4 .item .content .contact a {
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  color: #1a649d;
  border: 1px solid #afc6e7;
  background: linear-gradient(#fff, #d4f0fb);
  border-radius: 3px;
}
/*# sourceMappingURL=join.css.map */