﻿.join1_section {
  padding: 65px 0;
}

.join1_section h3 {
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #f36418;
  margin-bottom: 30px;
}

.join1_section p {
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.join2_section {
  background: #f6f6f6;
  padding: 65px 0;
}

.join2_section .swiper2 {
  margin-top: 35px;
}

.join2_section .swiper-slide img {
  max-width: 100%;
}

.join2_section .pagination2 {
  position: static;
  margin: 35px auto 0;
  text-align: center;
}

.join2_section .pagination2 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: solid 1px #141f79;
  opacity: 1;
  background-color: transparent;
  margin: 0 4px;
  outline: none;
}

.join2_section .pagination2 .swiper-pagination-bullet-active {
  border: solid 1px #141f79;
  background-color: #141f79;
}

.join3_section {
  padding: 23px 0 78px;
}

.rec_head {
  width: 100%;
  background-color: #141f79;
  margin-top: 35px;
}

.rec_head ul {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec_head ul li {
  text-align: center;
  flex: 1;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #fefefe;
}

.rec_cons {
  border: 1px solid #f0f0f0;
  border-top: none;
}

.rec_header {
  display: flex;
  align-items: center;
  height: 47px;
  justify-content: space-between;
  cursor: pointer;
}

.rec_header p {
  flex: 1;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  color: #4b4b4b;
}

.recs_body {
  padding: 24px;
}

.res_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.res_list p {
  width: 25%;
  font-family: SourceHanSansCN-Normal;
  font-size: 12px;
  line-height: 2;
  color: #999999;
  text-align: center;
}

.res_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
}

.res_div h3 {
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  line-height: 24px;
  color: #141f79;
  margin-bottom: 10px;
}

.res_div p {
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  line-height: 23px;
  color: #7b7b7b;
}

.res_div .res_div_left {
  width: 48%;
}

.rescon_wrapper {
  display: none;
}

.rec_cons ul {
  padding: 0 32px;
}

.rec_cons li:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.rec_cons li.showtime .rescon_wrapper {
  display: block;
}

@media (max-width: 767px) {
  .join1_section h3 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }
  .join1_section {
    padding: 8vw 0;
  }
  .join2_section {
    padding: 8vw 0;
  }
  .join3_section {
    padding: 0 0 8vw;
  }
  .rec_cons ul {
    padding: 0 10px;
  }
  .rec_head ul li {
    font-size: 14px;
  }
  .res_list p {
    width: 50%;
    text-align: left;
  }
  .res_div .res_div_left {
    width: 100%;
  }
  .rec_head {
    margin-top: 3vw;
  }
}
