.modular {
  padding: 1rem 0 1.5rem 0;
  background: no-repeat center center;
  background-size: cover;
}

.modular-min {
  padding: 0.6rem 0 0 0;
}

.modular h2 {
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
  /* letter-spacing: 0.2em; */
  /* font-family: 'miso-bold-webfont'; */
}

.modular h3 {
  padding-bottom: 0.4rem;
  font-size: 0.22rem;
  text-align: center;
}

.modular3 {
  background: url(../images/join/q2.jpg) no-repeat center center;
  background-size: cover;
  height: 6.9rem;
}

.modular .white {
  color: #fff;
}

.modular1 ul {
  width: 90%;
  overflow: hidden;
  margin: auto;
}

.modular1 li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.modular1 li .icon {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 0.36rem;
  border: 1px solid #000;
  color: #000;
  transition: 0.5s;
  margin-bottom: 0.32rem;
  overflow: hidden;
  position: relative;
}

.modular1 li .icon img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  vertical-align: text-bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  transform: rotate(360deg);
  transition: .5s;
}

.modular2 li .icon img.active,
.modular1 li .icon img.active {
  opacity: 0;
}

.modular1 li h4 {
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}

.modular1 li p {
  line-height: 1.8;
  font-size: 0.16rem;
  font-weight: 100;
  color: #656565;
}


.modular2 li .icon {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 0.36rem;
  transition: 0.5s;
  background: #fff;
  margin-bottom: 0.2rem;
  color: #000;
  position: relative;
}

.modular2 ul {
  font-size: 0;
  margin: 0 -0.9rem;
}

.modular2 li {
  display: inline-block;
  width: 25%;
  padding: 0 0.9rem;
  color: #fff;
  margin-bottom: 1rem;
  vertical-align: top;
  text-align: center;
}

.modular2 li h4 {
  margin-bottom: 0.35rem;
  font-size: 0.2rem;
  line-height: 1;
  padding-top: 0.2rem;
  position: relative;
}

.modular2 li {
  counter-increment: list-counter;

}

.modular2 li h4::after {
  content: '0' counter(list-counter);
  color: #fff;
  opacity: 0.2;
  font-size: 0.4rem;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  top: 0;
}

.modular2 li {
  overflow: hidden;
}

.modular2 li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.16rem;
  margin-top: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  vertical-align: middle;
}

.modular2 li p {
  font-size: 0.16rem;
  font-weight: 100;
}

.modular2 li .text {
  width: auto;
  float: none;
}

.modular3 {
  overflow: hidden;
  transition: .5s;
}

.modular3 ul {
  overflow: hidden;
  padding-left: 1.6rem;
  padding-right: 1rem;
  width: 50%;
  float: left;
}

.modular3 li {
  width: 2rem;
  float: left;
  height: 0.55rem;
  line-height: calc(0.55rem - 2px);
  position: relative;
  transition: 0.5s;
  background: none;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0.1rem;
  margin: 0.08rem;
  cursor: default;
  text-align: center;
}



.modular3 .details {
  float: left;
  width: 50%;
  opacity: 0;
}

.modular3 .details.play {
  animation: m3details-animate forwards 2s;
}

@keyframes m3details-animate {
  0% {
    opacity: 0;
    transform: translate(1rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.modular3 .details h4 {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}

.modular3 .details p {
  line-height: 1.8;
  margin: 0.2rem 0;
  font-weight: 100;
}

.modular3 li h4 {
  margin: auto;
  font-size: 0.2rem;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}



.modular4 p {
  display: none;
  color: #eee;
  line-height: 1.8;
  font-weight: 100;
}

.modular4 .box {
  height: 6rem;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
}

.modular4 .box .mCSB_container {
  height: 100%;
}

.modular4 .box .left,
.modular4 .box .right {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  float: left;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
}

.modular4 .box .right {
  right: 0;
  left: auto;
}

.modular4 .box .right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: 1px solid #fff;
}

.modular4 .box .middle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
}

.modular4 .box .middle i {
  cursor: pointer;
}

.modular4 .box .scroll {
  height: 100%;
  padding: 0.6rem 1rem;

}

.modular4 .box .scroll h4 {
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-bottom: 1em;
}


.modular4 .box.left-show .left h4,
.modular4 .box.right-show .right h4 {
  position: static;
  transform: none;
}

.modular4 .box.left-show .left p,
.modular4 .box.right-show .right p {
  display: block;
}

.modular4 .box.left-show .mCSB_container,
.modular4 .box.right-show .mCSB_container {
  height: auto;
}

.modular5 h2 {
  text-align: left;
}

.modular5 {
  padding-bottom: 3rem;
}

.btns a {
  padding: 0.5em 2em;
  border-radius: 5px;
  border: 1px solid #000;
  margin-right: 0.2rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.btns.white a {
  background: #fff;
  border: none;
}

.btns a span {
  position: relative;
  z-index: 1;
}

.btns a::after {
  content: '';
  display: block;
  background: #032861;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: .5s;
}

.btns a i {
  margin-right: 0.1rem;
}

.modular6 {
  padding: 0;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.modular6 h2 {
  text-align: left;
}

.modular6 .left,
.modular6 .right {
  width: 50%;
  padding: 0.6rem 1.6rem 0.6rem 1.8rem;
  float: left;
}

.modular6 img {
  width: 100%;
  vertical-align: top;
}

.modular6 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.modular6 .swiper-pagination {
  bottom: 0;
  display: none;
  text-align: left;
}

.modular6 .swiper-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  vertical-align: middle;
  background: #000000;
  opacity: 1;
}

.modular6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.11rem;
  height: 0.11rem;
}

.modular6 .white .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

.modular7 {
  background: #e9f3fc;
}

.modular7 .swiper-wrapper,
.modular7 .swiper-slide {
  background: #fff;
}

.modular7 .swiper-slide-active .text>* {
  animation: m3details-animate forwards 2s;
}

.modular7 .swiper-slide-active .text>p,
.modular7 .swiper-slide-active .text>ul {
  font-weight: 100;
}

.modular11 .swiper-wrapper {
  transition-timing-function: linear;
}

.modular11 .swiper-slide {
  width: 4.9rem;
  margin: 0 0.12rem;
}

.modular11 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}

.modular11 {
  padding-bottom: 1.3rem;
}

.modular.title-type2 {
  text-align: center;
}

.modular.title-type2 h3 {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.04rem solid #16a8a8;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.modular.modular11.title-type2 {
  background: #fafcfe;
}

.modular.title-type2 {
  background: #f3f8fd;
}

.modular10 ul {
  font-size: 0;
}

.modular10 li {
  font-size: 0.2rem;
  width: 29.2%;
  display: inline-block;
  position: relative;

}


.modular10 li::before {
  content: '';
  display: block;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}

.modular10 li p {
  font-size: 0.16rem;
}

.modular10 .text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.4rem;
  letter-spacing: 0.1em;
  z-index: 3;

}

/* .modular10 li:hover::before {
    background: #032a64;
    opacity: 0.9;
} */



.modular9 .img-box {
  width: 5.18rem;
  height: 5.07rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.modular10 .img-box img,
.modular10 .img-box {
  overflow: hidden;
  height: 100%;
}

.modular10 .img-box img,
.modular9 .img-box img {
  transition: .5s;
}

.modular9 h4 {
  font-size: 0.2rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.modular9 h6{
  margin-bottom: 0.3rem;
  font-size: 0.2rem;
  font-weight: 100;
}

.modular9 .text {
  position: absolute;
  left: 5.18rem;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  text-align: left;
  line-height: 1.8;
  color: #fff;
  background: #032861;
  background: url(../images/join/q22.jpg) center center no-repeat;
  background-size: cover;
  color: #000;
}

.modular9 .text h5 {
  font-weight: 100;
  color: #656565;
}

.modular9 .text p {
  margin: 1em 0;
}

.modular9 .swiper-slide::after {
  content: '';
  position: absolute;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  left: 0;
  top: 0;
}

.modular9 .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}

.modular9 .swiper-container {
  padding-bottom: 0.52rem;
}

.modular9 .swiper-pagination {
  bottom: calc(.09rem - 2px);
  top: auto;
  width: 8rem;
  left: 6rem;
}

.modular9 .swiper-slide {
  width: 16rem;
}

.modular9 .swiper-pagination .swiper-pagination-progressbar {
  background: #16a8a8;
}

.modular9 .swiper-button-next i,
.modular9 .swiper-button-prev i {
  vertical-align: top;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev,
.modular9 .swiper-button-next,
.modular9 .swiper-button-prev {
  background: none;
  width: 1em;
  height: 1em;
  font-size: 0.18rem;
  left: 5.6rem;
  bottom: 0;
  top: auto;
  margin-top: 0;
  transition: .5s;
}

.modular9 .swiper-button-next:hover,
.modular9 .swiper-button-prev:hover {
  color: #16a8a8;
}


.modular9 .swiper-button-prev {
  left: 5.2rem;
}


.modular8 .img-box {
  width: 1.89rem;
  height: 2.64rem;
  transition: .5s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.modular8 .text {
  position: absolute;
  left: 1.89rem;
  padding: 0.4rem 0 0.4rem 0.24rem;
  width: calc(100% - 1.89rem);
  top: 0;
  text-align: left;
  line-height: 1.8;
}

.modular8 h4 {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modular8 .btns {
  margin-top: 0.28rem;
}

.modular8 .text p {
  font-weight: 100;
  color: #656565;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

.modular8 .swiper-container {
  padding: 0.15rem;
}

.modular7 .text {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4.4rem;
  background: #032a64e6;
  padding: 2rem 0.4rem 1rem 0.6rem;
  color: #fff;
  line-height: 1.8;
}

.modular7 .text h4 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.modular7 .text ul {
  margin-top: 0.3rem;
}

.modular7 .text ul li {
  margin-bottom: 0.05rem;
}

.modular7 .text ul li::before {
  content: '·';
  color: #16a8a8;
  margin-right: 1em;
}


.modular7 .swiper-pagination {
  width: 4.4rem;
  left: auto;
  right: 0;
  text-align: left;
  padding-left: 0.6rem;
  bottom: 0.3rem;
}

.modular7 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

.modular7 {
  padding: 1rem 0;
}

.modular8 {
  padding-top: 1rem;
}

.swiper-box {
  position: relative;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
  left: -0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.05rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.2rem;
}

.swiper-box .swiper-button-next {
  right: -0.8rem;
  left: auto;
}

.swiper-box .swiper-button-prev:hover,
.swiper-box .swiper-button-next:hover {
  color: #16a8a8;
}

@media screen and (min-width: 1024px) {

  .modular4 .box.left-show .left {
    width: 90%;
    background: #16a8a8e6;

  }

  .modular4 .box.left-show .middle {
    left: 90%;
  }

  .modular4 .box.left-show .right {
    width: 10%;
  }

  .modular4 .box.left-show .right h4 {
    display: none;
  }

  .modular4 .box.right-show .right {
    width: 90%;
    background: #032a64e6;
  }

  .modular4 .box.right-show .middle {
    left: 10%;
  }

  .modular4 .box.right-show .left {
    width: 10%;
  }

  .modular4 .box.right-show .left h4 {
    display: none;
  }

  .modular3 li.on {
    border-color: #032861;
    background: #032861;
    color: #fff;
  }

  .modular10 li {
    height: 3.15rem;
  }

  .modular10 li:nth-child(6n-5),
  .modular10 li:nth-child(6n) {
    width: 41.6%;
  }

  .modular10 li:hover img,
  .modular9 .img-box:hover img {
    transform: scale(1.1);
  }

  .modular8 .img-box:hover {
    transform: scale(1.05);
  }

  .modular1 li .icon:hover {
    background: #032861;
    color: #fff;
    border: 1px solid #032861;
  }

  .modular2 li .icon:hover img,
  .modular1 li .icon:hover img {
    opacity: 0;
    /* transform: rotate(0deg); */
  }

  .modular2 li .icon:hover img.active,
  .modular1 li .icon:hover img.active {
    display: inline-block;
    opacity: 1;
  }

  .modular2 li .icon:hover {
    background: #16a8a8;
    color: #fff;
  }

  .modular4 .box .middle i:hover {
    color: #16a8a8;
  }

  .btns.white a:hover {
    border-color: #032861;
  }

  .btns a:hover {
    color: #fff !important;
  }

  .btns a:hover::after {
    width: 100%;
  }


  .modular9 {
    padding-top: 0.4rem;
  }



  .modular9 .wrap {
    /* margin: auto; */
    /* width: auto; */
    /* max-width: none; */
  }
}

@media screen and (max-width: 1024px) {

  .modular7 .text {
    position: static;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
  }

  .modular1 li {
    width: auto;
    float: none;
    margin-bottom: 0.4rem;
  }

  .modular3 {
    height: auto;
  }




  .modular3 ul,
  .modular3 li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .modular3 li {
    margin: 0.3rem 0;
  }

  .modular3 .details {
    display: none;
  }

  .modular2 li h4,
  .modular1 li h4,
  .modular7 .text h4,
  .modular3 li h4,
  .modular h4 {
    font-size: 14px;
  }

  .modular8 .text p,
  .modular3 li p,
  .modular2 li p,
  .modular1 li p,
  .modular h3 {
    font-size: 12px;
  }

  .modular8 .img-box {
    width: auto;
    height: auto;
  }

  .modular8 .text {
    width: auto;
    position: static;
  }

  .modular8 .btns a {
    border-color: #000;
  }

  .modular8 .btns {
    text-align: left;
  }

  .modular h2 {
    font-size: 18px;
  }

  .modular2 li {
    width: auto;
    display: block;
  }

  .modular3 li p,
  .modular3 li .img {
    opacity: 1;
  }


  .modular3 li h4 {
    writing-mode: initial;
    padding: 0 0.48rem;
    position: relative;
  }

  .modular3 li .img {
    width: auto;
    width: 100%;
  }

  .modular3 li.on,
  .modular3 li {
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    width: 100%;
  }

  .modular3 li.active {
    padding-bottom: 0.3rem;
  }

  .modular4 h4::before,
  .modular4 h4::after,
  .modular3 li h4::before,
  .modular3 li h4::after {
    content: '';
    width: 1em;
    height: 1px;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    font-size: 0.2rem;
    transition: .5s;
  }

  .modular4 h4::before,
  .modular3 li h4::before {
    transform: translateY(-50%) rotate(90deg);
  }

  .modular4 .scroll.active h4::before,
  .modular3 li.active h4::before {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }

  .modular4 .box .scroll p,
  .modular3 li p {
    display: none;
  }

  .modular3 ul {
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
  }



  .modular3 li p {
    width: 100%;
    padding: 0 0.48rem;
  }

  .modular4 .box {
    height: auto;
    background: top left no-repeat;
    background-size: contain;
    padding-top: 3rem;
  }

  .modular4 .box .scroll {
    padding: 0.5rem 0.1rem;
  }

  .modular4 .box .scroll h4,
  .modular4 .box .left,
  .modular4 .box .right {
    position: static;
    float: none;
    width: auto;
    transform: none;
    font-size: 14px;
    color: #000;

  }

  .modular4 .box.left-show .left p,
  .modular4 .box.right-show .right p {
    display: none;
  }

  .modular4 .box .middle {
    display: none;
  }

  .modular4 .box .scroll {
    border-bottom: 1px solid #000;
  }

  .modular4 .box .scroll h4 {
    margin-bottom: 0;
    position: relative;
    left: 0;
  }

  .modular4 .box .scroll p {
    padding-top: 1em;
  }

  .modular4 p {
    display: block;
    font-size: 12px;
    color: #000;

  }

  .modular5 {
    position: relative;
  }

  .modular5::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
  }

  .modular5 h2 {
    text-align: center;
    color: #fff;
  }

  .modular5 .text {
    position: relative;
    z-index: 5;
  }

  .btns {
    text-align: center;
  }

  .btns a {
    border-color: #fff;
    margin: 0 0.1rem;
  }

  .modular6 .left,
  .modular6 .right {
    width: auto;
    float: none;
    padding: 0.5rem 1rem;
  }

  .modular9 .text {
    position: static;
  }

  .modular9 .swiper-slide {
    width: 100%;
  }

  .modular9 .img-box {
    width: 100%;
    height: auto;
  }

  .modular9 .swiper-pagination {
    width: auto;
    left: 1.5rem;
    right: 0;
  }

  .modular9 .swiper-button-next {
    left: 0.6rem;
  }

  .modular9 .swiper-button-prev {
    left: 0.2rem;
  }

  .modular10 li {
    width: auto;
  }
}