.footer[page] {
  background-color: #F6F6F6;
}
.activity {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.activity-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 40px 0;
}
.activity-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}

.activity-desc {
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  padding: 0 150px;
  text-align: justify;
}


.activity-slider {
  position: relative;
  width: 100%;
  height: 155px;
  overflow: hidden;
  margin: 60px 0 100px 0;
}
.activity-slider .arrow-left {
  background: url(/static/images/develop/icon-left.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.activity-slider .arrow-right {
  background: url(/static/images/develop/icon-right.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.activity-swiper {
  width: calc(100% - 72px);
  height: auto;
}
.swiper-slide img {
  width: 270px;
  height: 155px;
  border-radius: 0 0 0 40px;
  margin: 0 calc((var(--maxWidth) - 1152px) / 8);
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
}
.activity-list {
  padding: 0 150px;
}
.activity-item {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #05315A;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
}
.activity-item:last-child {
  border: none;
  margin: 0;
}

.activity-item-text {
  width: 460px;
  height: auto;
}
.activity-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.activity-item-img {
  width: 470px;
  height: 180px;
  font-size: 20px;
  border-radius: 0 0 0 40px;
  object-fit: cover;
  object-position: center;
  margin-left: 20px;
}
.activity-item-img-min {
  display: none;
}
.reverse .activity-item-img {
  margin-right: 20px;
  margin-left: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .activity {
    padding: 85px 5% 0 5%;
  }
  .activity-title {
    font-size: 30px;
    margin: 30px 0;
  }
  .activity-desc {
    padding: 0;
  }
  .activity-slider {
    width: 100%;
    margin: 25px 0 45px 0;
    height: 174px;
  }
  .activity-swiper {
    /* width: 100%; */
    height: 174px;
  }
  .swiper-wrapper {
    width: 100%;
    height: 174px;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .activity-list {
    padding: 0;
  }
  .activity-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .activity-item-img {
    display: none;
  }
  .activity-item-img-min {
    display: block;
    width: 100%;
    border-radius: 0 0 0 40px;
    object-fit: cover;
    margin: 30px 0;
  }
  .activity-item-title {
    text-align: center;
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}