main.collect_page .banner_box {
  min-height: 600px;
  width: 100%;
  background: url(../images/collect/banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}
main.collect_page .banner_box .banner {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 170px 20px 0;
}
main.collect_page .banner_box .banner h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
main.collect_page .banner_box .banner h2 {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
main.collect_page .banner_box .banner p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 8px;
}
main.collect_page .banner_box .banner .btn_box {
  margin-top: 37px;
}
main.collect_page .banner_box .banner .btn_box button {
  border: none;
  background: transparent;
}
main.collect_page .banner_box .banner .btn_box a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 30px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #1b66e6;
  border-radius: 22px;
}
main.collect_page .banner_box .banner .btn_box:hover a {
  background-color: #4080f0;
}
main.collect_page .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 50px;
}
main.collect_page .section p {
  line-height: 32px;
}
main.collect_page .section .sub_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1b66e6;
  margin-top: 60px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.collect_page .section .sub_title a {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
main.collect_page .section .sub_title a:hover {
  font-weight: bold;
}
main.collect_page .section .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0px;
  color: #1b66e6;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
main.collect_page .section .active_time_list {
  display: flex;
  justify-content: space-between;
}
main.collect_page .section .active_time_list .active_item {
  padding-bottom: 20px;
  width: 30%;
  max-width: 360px;
  background-color: #ffffff;
  box-shadow: 0px 4px 9px 0px rgba(24, 22, 28, 0.09);
  border-radius: 10px;
}
main.collect_page .section .active_time_list .active_item img {
  width: 100%;
}
main.collect_page .section .active_time_list .active_item .item_tit {
  text-align: center;
  margin: 20px auto 8px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1b66e6;
}
main.collect_page .section .active_time_list .active_item .item_tit span {
  margin-left: 10px;
  font-weight: normal;
  color: #000000;
}
main.collect_page .section .active_time_list .active_item p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}
main.collect_page .section .active_time_list .active_item p a {
  color: #000000;
}
main.collect_page .join_bg {
  background-image: linear-gradient(90deg, #1759ff57 0%, #a550ff48 100%), linear-gradient(#f5f5f549, #f5f5f54f);
  background-blend-mode: normal,
      normal;
}
main.collect_page .join_box {
  position: relative;
  padding-top: 60px;
}
main.collect_page .join_box .way_bg {
  position: absolute;
  top: 20px;
  left: -150px;
  width: 363px;
  height: 323px;
  z-index: 0;
}
main.collect_page .join_box .join_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 16px;
  margin-bottom: 30px;
}
main.collect_page .join_box .join_list .join_item {
  width: 31%;
  max-width: 365px;
  background-color: #ffffff;
  box-shadow: 0px 4px 9px 0px rgba(24, 22, 28, 0.09);
  border-radius: 10px;
  padding: 35px 25px 39px;
}
main.collect_page .join_box .join_list .join_item img {
  height: 50px;
  margin-bottom: 20px;
}
main.collect_page .join_box .join_list .join_item p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #767676;
}
main.collect_page .join_box .join_list .join_item p.info {
  min-height: 165px;
  margin-bottom: 30px;
}
main.collect_page .join_box .join_list .join_item .join_tit {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #020202;
  margin-bottom: 20px;
}
main.collect_page .join_box .join_list .join_item .join_subtit {
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #020202;
}
main.collect_page .join_box .btn_box {
  text-align: center;
}
main.collect_page .join_box .btn_box button {
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
main.collect_page .join_box .btn_box button a {
  padding: 0 30px;
  display: block;
  font-size: 16px;
  height: 43px;
  background-color: #1b66e6;
  border-radius: 22px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #ffffff;
}
main.collect_page .join_box .btn_box button:hover a {
  background-color: #4080f0;
}
@media screen and (max-width: 800px) {
  main.collect_page .section .active_time_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
  }
  main.collect_page .section .active_time_list .active_item {
    width: 80%;
    max-width: 400;
    margin-bottom: 30px;
  }
  main.collect_page .section .join_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  main.collect_page .section .join_list .join_item {
    width: 80%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  main.collect_page .banner_box .banner h1 {
    font-size: 8vw;
  }
  main.collect_page .banner_box .banner h2 {
    font-size: 5vw;
  }
  main.collect_page .section .title {
    font-size: 6vw;
  }
  main.collect_page .section .sub_title {
    font-size: 5vw;
  }
  main.collect_page .join_box .join_list .join_item .join_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
