.cg_content {
  padding: 32px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.cg_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}
.cg_info {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
.cg_pdf_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}
.cg_pdf_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 130%;
  color: #2b2b2b;
}
.cg_pdf_link img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.cg_pdf_link_left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cg_imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cg_img_item {
  width: 32.5%;
}
.cg_img_side a {
  display: block;
  padding-bottom: 141.346153%;
  height: 0;
  overflow: hidden;
}
.cg_img_center {
  padding-bottom: 45.937499%;
  height: 0;
  position: relative;
}
.cg_img_item_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cg_img_center a {
  display: block;
  padding-bottom: 69.23%;
  height: 0;
  overflow: hidden;
}
.cg_imgs img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.content_game_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_game_box_l {
  width: 43.75%;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
.content_game_box_r {
  width: 55%;
  height: 0;
  position: relative;
  padding-bottom: 21.874999%;
}
.flex_cg_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: auto;
}
.flex_cg_content::-webkit-scrollbar {
  width: 5px;
  display: block;
  background-color: transparent;
}

.flex_cg_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background-color: rgba(217, 217, 217, 1);
}

.flex_cg_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: transparent;
}
.content_game_box_l .swiper-button-prev,
.content_game_box_l .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(https://cdn.aosomcdn.com/upload/tem/new_ui/images/act-arrow-right-small.svg);
}

.content_game_box_l .swiper-button-prev {
  left: 10px;
}

.content_game_box_l .swiper-button-next {
  right: 10px;
}

.content_game_box_l .swiper-pagination {
  display: block;
  width: 100%;
  bottom: 16px;
}

.content_game_box_l .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  opacity: 0.7;
  background: #fff;
  margin: 0 8px;
  border-radius: 1px;
}

.content_game_box_l .swiper-pagination-bullet-active {
  background: #dc2f2f;
  opacity: 1;
}
.content_game_3 .content_game_box_l {
  order: 1;
}
@media only screen and (max-width: 1500px) {
  .flex_cg_content {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .content_game .act-title h2 {
    margin: 0;
  }
  .cg_content {
    padding: 16px 12px 20px;
    border: 0.5px solid #F2F3F5;
    box-shadow: 0 0 4.276px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
  }
  .cg_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cg_info {
    margin-bottom: 16px;
  }
  .cg_pdf_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cg_pdf_link {
    font-size: 12px;
  }
  .cg_imgs {
    flex-wrap: wrap;
  }
  .cg_img_item {
    width: 48.433%;
  }
  .cg_img_center {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    order: 1;
  }
  .cg_img_item_box {
    position: relative;
  }
  .cg_img_side_l, .cg_img_side_r {
    order: 0;
    margin-bottom: 8px;
  }
  .cg_img_center a:first-child {
    margin-bottom: 8px;
  }
  .content_game_box {
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  }
  .content_game_box img {
    border-radius: 4px 4px 0 0;
  }
  .content_game_box_l {
    width: 100%;
    min-height: 150px;
  }
  .content_game_box_r {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .flex_cg_content {
    display: block;
    margin-bottom: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 0 none;
    box-shadow: none;
  }
  .content_game_box_l .swiper-wrapper {
    height: auto;
  }
  .content_game_box_l .swiper-button-prev,
  .content_game_box_l .swiper-button-next {
    display: flex;
    width: 30px !important;
    height: 30px !important;
    background-size: 32%;
  }

  .content_game_box_l .swiper-button-prev {
    left: 8px;
  }

  .content_game_box_l .swiper-button-next {
    right: 8px;
  }

  .content_game_box_l .swiper-button-disabled {
    display: none;
  }

  .content_game_box_l .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    margin: 0 4px;
  }
}