.act_wrap {
  overflow: hidden;
  background-position: center top;
  background-repeat: repeat-y;
}

.act_wrap img {
  display: block;
  border-radius: 4px;
  width: 100%;
  min-height: 1px;
}

.act_wrap img.img-pc {
  display: block;
}

.act_wrap img.img-iphone {
  display: none;
}

.act_content {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.act_flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

/* div::-webkit-scrollbar {
  display: none;
} */
.common_content .act_flex_3::-webkit-scrollbar {
  display: none;
}

.text_c,
.tc {
  text-align: center;
}

.act-title {
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.act-title h2 {
  margin: 0 20px;
}


.act_main .title_bg_r {
  transform: scaleX(-1);
}

.act_title {
  position: relative;
  display: flex;
  align-items: center;
  text-align: start;
  height: 74px;
  width: auto;
  padding: 0 0 0 60px;
  background-size: contain;
  font-size: 32px;
  /* text-transform: uppercase; */
}

.act_title span {
  padding: 5px 20px 5px 50px;
  margin-top: 20px;
  margin-left: -30px;
  border-radius: 0 0 15px 15px;
  background-color: #212121;
  white-space: nowrap;
  color: #fff;
}

.act_title img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  width: auto;
}

.inner_title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.act_content .act_text_4 {
  color: #666;
}

.content_3 .act_title,
.content_4 .act_title {
  margin-bottom: 25px;
}

.act_mapping {
  width: 13.31%;
  margin-top: -20px;
  margin-right: 20px;
}

.content_2,
.content_3,
.content_4 {
  padding: 32px 20px 20px;
  border-radius: 8px;
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat-y;
}

.common_content {
  background-color: rgba(211, 211, 211, 0.20);
}

.common_content .act_flex_2 img {
  border-radius: 4px;
}

.common_content .common_item {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #2b2b2b;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #F2F3F5;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.common_content .common_item_inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.common_content .act_flex_2 .common_item {
  width: 49.3589%;
}

.common_content .act_flex_3 .common_item {
  width: 32.4358%;
}

.common_content .act_flex_3:after {
  content: '';
  width: 32.4358%;
}

.common_content .common_item span {
  width: 100%;
}

.common_content .common_item .img-span {
  position: relative;
  margin-bottom: 12px;
}

.common_content .common_item .img-span a {
  height: 0;
  display: block;
}

.common_content .act_flex_2 .common_item .img-span .common_item_img {
  padding-bottom: 40.6504%;
  border-radius: 4px;
}

.common_content .act_flex_3 .common_item .img-span .common_item_img {
  padding-bottom: 63.2018%;
  border-radius: 4px;
}

.text-span {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px;
}

.text-span-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.common_content .act_flex_2 .common_item .text_wrap,
.common_content .act_flex_3 .common_item .text_wrap {
  margin-bottom: 12px;
}

.common_content .act_flex_2 .common_item .link_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.content_cate_item_3_new .common_content .act_flex_3 .common_item .link_wrap {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.content_cate_item_3_new .common_content .common_item .img-span .link_wrap a {
  height: 40px;
  display: none;
  background-color: #fff;
}

.content_cate_item_3_new .common_content .common_item .img-span .link_wrap a:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.content_cate_item_3_new .common_content .common_item:hover .img-span .link_wrap a {
  display: inline-flex;
}

.content_cate_item_3_new .common_content .act_flex_3 .common_item .text_wrap {
  margin-bottom: 0;
}

.link-span-common {
  padding: 0 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 130%;
  border-radius: 4px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}

/* .common_content .act_flex_3 .common_item .link-span {
  padding: 0 30px;
  font-size: 20px;
  font-weight: 400;
  color: #363636;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #363636;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  line-height: 130%;
  border-radius: 999px;
  opacity: 0;
} */

.common_content .common_item .hover-span {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background-color: transparent;
  height: 10px;
}

/* .common_content .common_item:hover {
  box-shadow: 0 5px 10px hsl(0deg 0% 60% / 25%);
} */
.common_content .common_item:hover .hover-span {
  background-color: #f42d3b;
}

.link-span:hover,
.link-span-common:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.inner4_1 {
  margin-bottom: 60px;
}

.common_content .common_item span.button-span {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #f42d3b;
  margin-bottom: 0;
  right: 10px;
  bottom: -18px;
  justify-content: center;
  align-items: center;
}

.icon-arrow-right:before {
  color: #fff;
  font-size: 20px;
}

.inner_desc {
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
  margin: 0 auto 20px;
}

.content_3 {
  position: relative;
}

/* .content_3 .act_title span {
  background-color: #01c5c4;
  color: #fff;
} */
.content_3 .act_flex {
  flex-wrap: nowrap;
  justify-content: start;
  padding: 0 20px;
}

.content_3 .flex-span {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 40px;
}

.content_3_f1 .img-span {
  width: 51.6%;
}

.content_3_f1 .flex-span {
  width: 48.4%;
  margin-top: 40px;
}

.content_3_f2 .img-span {
  width: 54.6%;
}

.content_3_f2 .flex-span {
  width: 45.4%;
}

.content_3_f3 #h5-swiper {
  width: 40.2%;
  position: relative;
}

.content_3_f3 .flex-span {
  width: 59.8%;
}

.content_3_f3 .img_container {
  position: relative;
}

.content_3 .text-span {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}

.content_3 .link-span a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  margin: 0 20px 20px 0;
  background-color: #f5f5f5;
  border-radius: 22.5px;
  font-size: 16px;
  text-decoration: none;
  color: #363636;
  transition: all 150ms ease-in-out;
}

.content_3 .link-span a:hover {
  background-color: #212121;
  color: #fff;
}

.content_3 .content_3_f2 {
  flex-direction: row-reverse;
}

.content_3_f2 .img-span {
  margin-top: -90px;
}

.content_3_f3 {
  position: relative;
}

.content_3_f3 #h5-swiper {
  margin-top: -190px;
  margin-left: 60px;
}

.content_3 .ab_img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content_3_f3 img.img-pc.show_img {
  display: none;
}

.content_3_f3 img.img-pc.show_img.on {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .content_3_f3 #h5-swiper {
    margin-top: -150px;
  }

  .swiper-button-prev {
    left: -30px;
  }

  .swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 1500px) {
  .content_3 .link-span a {
    padding: 0 20px;
    margin: 0 15px 15px 0;
  }

  .content_3_f3 #h5-swiper {
    margin-top: -60px;
  }

  .content_3 .text-span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  .content_3 .flex-span {
    padding: 60px 40px 40px;
  }

  .content_3_f1 .flex-span {
    margin-top: 20px;
  }

  .content_3_f2 .img-span {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1300px) {
  .inner_title {
    font-size: 22px;
  }

  .content_3 .link-span a {
    padding: 0 10px;
    margin: 0 10px 10px 0;
  }

  .content_3_f2 .img-span {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 1200px) {
  .content_3 .text-span {
    font-size: 16px;
    margin-top: 30px;
  }

  .content_3_f2 .img-span {
    width: 52.6%;
  }

  .content_3 .flex-span {
    padding: 50px 30px 20px;
    width: 47.4%;
  }

  .content_3 .act_flex:nth-child(-n+2) {
    margin-bottom: 20px;
  }

  .content_3 .ab_img {
    display: none;
  }

  .content_3 .flex-span {
    justify-content: center;
    padding: 20px 30px;
  }

  .content_3_f1 .flex-span {
    margin-top: 0;
    padding: 0 30px;
  }

  .content_3_f2 .img-span {
    margin-top: 0;
  }

  .content_3_f3 #h5-swiper {
    margin-top: 0;
    margin-left: 0;
  }

  .text-span {
    font-size: 22px;
  }

  .text-span-info {
    font-size: 16px;
  }

  .link-span-common {
    font-size: 16px;
    height: 40px;
  }

  /* .common_content .act_flex_3 .common_item .link-span {
    font-size: 16px;
    height: 45px;
  } */
}

@media only screen and (max-width: 1025px) {
  .text-span {
    font-size: 18px;
  }

  .text-span-info {
    font-size: 14px;
  }

  .link-span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .act_wrap img {
    border-radius: 10px;
  }

  .act_wrap img.img-pc {
    display: none;
  }

  .act_wrap img.img-iphone {
    display: block;
  }

  .act_content {
    width: calc(100% - 30px);
  }

  .act_title {
    height: auto;
    padding: 0;
    font-size: 16px;
  }

  .act_title span {
    padding: 5px 15px;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 12px 12px;
  }

  .act_title img {
    height: auto;
    width: 35px;
    top: -52%;
  }

  .inner_title {
    font-size: 18px;
  }

  .content_3 .act_title,
  .content_4 .act_title {
    margin-bottom: 15px;
  }

  .act_mapping {
    width: 25%;
    margin: -50px 0 20px;
  }

  .content_2,
  .content_3,
  .content_4 {
    padding: 20px 12px;
    width: 100%;
    border-radius: 0;
  }

  .content_2 {
    margin: 0 auto 15px;
  }

  .common_content .common_item {
    width: 100%;
    /* background-color: #fff; */
    border-radius: 4px;
    margin-bottom: 12px;
    /* box-shadow: 0 5px 10px hsl(0deg 0% 60% / 25%); */
  }

  .common_content .common_item:last-child {
    margin-bottom: 0;
  }

  .common_content .common_item span {
    margin-bottom: 8px;
  }

  .common_content .act_flex_2 .common_item {
    width: 100%;
    padding: 0;
  }

  .common_content .act_flex_2 .common_item .img-span .common_item_img,
  .common_content .act_flex_2 img {
    border-radius: 2px 2px 0 0;
  }

  .common_content .common_item .img-span {
    margin-bottom: 12px;
  }

  .common_content .act_flex_2 .common_item .text_wrap {
    margin-bottom: 0;
    padding: 0 12px;
  }

  .common_content .act_flex_2 .common_item .link_wrap,
  .common_content .act_flex_3 .common_item .link_wrap {
    margin: 0 12px 12px;
  }

  .common_content .act_flex_3 .common_item .text_wrap {
    margin-bottom: 8px;
  }

  .text-span {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .text_wrap {
    margin-bottom: 12px;
  }

  .link-span-common {
    height: 35px;
  }

  .common_content .common_item .link-span-common span {
    margin-bottom: 0;
  }

  .common_content .common_item .hover-span {
    background-color: #f42d3b;
    height: 5px;
  }

  .inner4_1 {
    margin-bottom: 30px;
  }

  .common_content .common_item span.button-span {
    /* display: flex; */
    display: none;
  }

  .inner_desc {
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 10px;
    font-size: 16px;
    text-align: left;
  }

  .content_3 .act_flex {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
  }

  .content_3_f1 .img-span,
  .content_3_f1 .flex-span,
  .content_3_f2 .img-span,
  .content_3_f2 .flex-span,
  .content_3_f3 #h5-swiper,
  .content_3_f3 .flex-span {
    width: 100%;
  }

  .content_3_f3 {
    margin-bottom: 15px;
  }

  .content_3_f2 .img-span {
    margin-top: 0;
  }

  .content_3_f3 #h5-swiper {
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .content_3_f3 img.img-pc.show_img {
    display: none !important;
  }

  .content_3 .flex-span {
    padding: 15px 0 0;
  }

  .content_3 .text-span {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .content_3 .link-span a {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 5px 0;
    display: flex;
    color: #fff;
    height: 40px;
    background: #212121;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: fit-content;
  }

  .content_3 .link-span a:hover {
    background-color: #21212121;
    color: #fff;
  }

  .content_2 .inner2_1.act_mb_20 {
    margin-bottom: 20px;
  }

  .boxing-wrap .tab-list {
    padding: 0 15px 30px;
  }

  .swiper-container-horizontal>.swiper-pagination-progressbar {
    bottom: 15px;
  }

  .h5-scroll {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .common_content img {
    border-radius: 4px 4px 0 0;
  }

  .common_content .act_flex_3 {
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    padding: 0 0 0 12px;
  }

  .common_content .act_flex_3 .common_item {
    width: 63.36%;
    margin-bottom: 0;
    margin-right: 12px;
    padding: 0;
    flex-shrink: 0;
  }

  .common_content .act_flex_3 .common_item .text_wrap {
    height: auto;
    padding: 0 12px;
  }

  .common_content .act_flex_3 .common_item .text-span-info {
    margin-bottom: 0;
  }

  .common_content .act_flex_3 .common_item .text-span {
    font-size: 14px;
  }

  .h5-scroll {
    width: calc(100% + 30px);
    padding: 0 15px;
    margin-left: -15px;
    overflow: auto;
  }

  .act_content .act_text_4 {
    text-align: center;
  }

  .common_content .common_item:hover .hover-span {
    background-color: #363636;
  }

  .common_content .act_flex_2 .common_item:hover .link-span,
  .link-span-common:hover {
    background-color: inherit;
    color: inherit;
  }

  .text-span-info {
    font-size: 12px;
  }

  .content_cate_item_3_new .common_content .common_item .img-span, .content_cate_item_3_new .common_content .common_item_inner {
    position: static;
  }
  .content_cate_item_3_new .common_content .common_item {
    position: relative;
  }
  .content_cate_item_3_new .common_content .act_flex_3 .common_item .link_wrap {
    left: 12px;
    bottom: 12px;
    text-align: left;
    margin: 0;
  }
  .content_cate_item_3_new .common_content .common_item .img-span .link_wrap a {
    height: 35px;
    display: inline-flex;
    background-color: #fff;
    padding: 0 20px;
  }

  .content_cate_item_3_new .common_content .common_item .img-span .link_wrap a:hover {
    color: #2b2b2b;
    background-color: #fff;
  }

  .content_cate_item_3_new .common_content .common_item:hover .img-span .link_wrap a {
    display: inline-flex;
  }
  .content_cate_item_3_new .common_content .act_flex_3 .common_item .text_wrap {
    padding: 0 12px 47px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 321px) {
  .act_title {
    font-size: 14px;
  }

  .act_title span {
    padding: 5px 10px;
  }
}

.act_drawer_switch {
  position: absolute;
  z-index: 4;
  bottom: 10%;
  right: 0;
  height: 26%;
  background-color: rgba(54, 54, 54, .8);
  box-shadow: 0 0 10px #fff;
  border-radius: 10px 0 0 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms ease-in-out;
}

.act_drawer_switch .icon-filter-right {
  font-size: 42px;
  font-weight: 500;
  cursor: pointer;
  transform: rotateY(180deg);
}

.act_drawer_content,
.drawer_location {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.drawer_location {
  display: flex;
  color: #fff;
}

.drawer_content_img {
  max-width: 160px;
  display: none;
}

.drawer_content_img img {
  border-radius: 10px;
}

.act_drawer_switch:hover {
  width: 32%;
  padding: 10px 10px 10px 0;
}

.act_drawer_switch:hover .act_drawer_content {
  display: flex;
}

.act_drawer_switch:hover .act_drawer_content .drawer_content_img.on {
  display: block;
}

@media only screen and (max-width: 767px) {
  .act_drawer_switch {
    display: none;
  }
}

.fix-inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
}


.act_inner1_1 {
  margin: 0 0 12px;
  position: relative;
}

.swiper-hidden {
  overflow: hidden;
}

.act_inner1_1 .swiper-wrapper {
  height: auto;
}

.act_inner1_1 .swiper-button-prev,
.act_inner1_1 .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
}

.act_inner1_1 .swiper-button-prev {
  left: -20px;
}

.act_inner1_1 .swiper-button-next {
  right: -20px;
}

.inner1_item {
  padding: 24px 0 0 48.3974%;
  position: relative;
  height: auto;
}

.inner1_item .inner1_text_wrap {
  height: 0;
  padding-bottom: 49.68944%;
  border-radius: 4px;
  border: 1px solid #F2F3F5;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.inner1_item .img-span {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.inner1_item .img-span a {
  display: block;
  height: 0;
  padding-bottom: 51.282%;
  border-radius: 4px;
}

.text_wrap_in {
  padding: 32px 8px 32px 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.inner1_item .text-span-info {
  margin-bottom: 12px;
}

.act_inner1_1 .swiper-pagination {
  position: relative;
  margin-top: 32px;
  bottom: 0;
  display: block;
}

.act_inner1_1 .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  border-radius: 1px;
  margin: 0 8px;
}

.act_inner1_1 .swiper-pagination-bullet-active {
  background: #dc2f2f;
}

#act_swiper_1 {
  position: relative;
  overflow: hidden;
}

.text_wrap_in .text-span, .text_wrap_in .link_wrap {
  flex-shrink: 0;
}
.text_wrap_in .text-span-info {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  position: relative;
  padding-right: 24px;
}

.text_wrap_in .text-span-info::after {
  content: "";
  display: block;
  position: sticky;
  bottom: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 58.17%, #FFF 100%);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  pointer-events: none;
}

.text_wrap_in .text-span-info::-webkit-scrollbar {
  width: 4px;
}
.text_wrap_in .text-span-info::-webkit-scrollbar-thumb {
  background: #E5E6EB;
  border-radius: 4px;
}
.text_wrap_in .text-span-info::-webkit-scrollbar-track {
  background: #F9FAFC;
}

@media only screen and (max-width: 1025px) {
  .text_wrap_in {
    padding: 16px 8px 16px 41px;
  }
  .text_wrap_in .text-span-info {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .act_inner1_1 {
    margin: 0;
  }

  .inner1_item {
    padding: 0;
  }

  .inner1_item .img-span {
    width: 100%;
    position: relative;
  }

  .inner1_item .inner1_text_wrap {
    height: auto;
    padding-bottom: 0;
    border-radius: 0 0 4px 4px;
    border-width: 0.5px;
    border-top: 0 none;
  }

  .inner1_item .img-span a {
    border-radius: 4px 4px 0 0;
  }

  .text_wrap_in {
    padding: 12px 4px 12px 12px;
    position: relative;
    height: auto;
  }
  .text_wrap_in .text-span-info {
    padding-right: 8px;
    max-height: 144px;
  }
  .text_wrap_in .text-span-info::after {
    height: 32px;
  }

  .inner1_item .text-span-info {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .act_inner1_1 .swiper-pagination {
    margin-top: 12px;
  }

  .act_inner1_1 .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    margin: 0 4px;
  }
}

.act_content_photo {
  padding: 0 20px;
}

.act_content_photo a {
  display: block;
  text-decoration: none;
  width: 24%;
}

.act_photo_img {
  display: block;
  height: 0;
  padding-bottom: 85.6%;
  position: relative;
}

.act_photo_img img {
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.act_photo_bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 74.6666%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.act_photo_text {
  font-size: 28px;
  line-height: 130%;
  color: #232323;
  padding: 10px;
  height: 70px;
  background-color: #e7e7e7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.act_content_photo a:hover .act_photo_text {
  background-color: #faedda;
}

@media only screen and (max-width: 1200px) {
  .act_photo_text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1025px) {
  .act_content_photo {
    padding: 0;
  }

  .act_photo_text {
    font-size: 18px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .act_content_photo a {
    width: 48.55%;
    margin-bottom: 15px;
  }

  .act_photo_text {
    font-size: 16px;
    height: 35px;
    background-color: #faedda;
    border-radius: 0 0 10px 10px;
  }

  .act_photo_bg {
    border-radius: 10px 10px 0 0;
  }
}

.section_3 .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.section_3 .img-link {
  width: 24.0625%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  transition: all .1s ease-in;
  color: #363636;
}

.section_3 .img-link:hover {
  box-shadow: 0 5px 10px hsl(0deg 0% 60% / 25%);
  background-color: #fff;
  transform: translateY(-10px);
}

.section_3 .img-link span.img-link-pic {
  height: 0;
  display: block;
  padding-bottom: 84.0579%;
  border-radius: 20px;
}

.section_3 .img-link span.img-link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363636;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  margin-top: 20px;
  height: 32px;
}

.section_3 .img-link:hover span.img-link-text {
  color: #363636;
}

.act_content.section_3 {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 1200px) {
  .section_3 .img-link span.img-link-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1025px) {
  .section_3 .img-link span.img-link-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .section_3 .img-link {
    width: 48.55%;
    box-shadow: 0 5px 10px hsl(0deg 0% 60% / 25%);
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .section_3 .img-link:hover {
    background-color: #fff;
    transform: translateY(0);
  }

  .section_3 .img-link span.img-link-pic {
    border-radius: 10px;
  }

  .section_3 .img-link span.img-link-text {
    font-size: 14px;
    margin-top: 5px;
  }

  .act_content.section_3 {
    margin: 0 auto 10px;
  }

  .section_3 .img-link:hover span.img-link-text {
    color: #363636;
  }
}

@media only screen and (max-width: 767px) {

  /* .act-title { text-align: left; justify-content: flex-start;} */
  .act_main .title_bg {
    display: none;
  }

  .act-title h2 {
    margin: 0;
  }

  .act-title h2.act_text_mutli {
    margin: 0 0 5px;
  }
}

.swiper-wrapper .img-span {
  background: none !important;
}