.section-module {
    padding-bottom: 110px;
    background: #EFF4F8;
}
.section-container {
    overflow: visible;
}
.section-container {
    margin: 0 auto;
    max-width: 1020px;
    position: relative;
}
.section-container {
    padding-left: 15px;
    padding-right: 15px;
}
.common-title {
    padding-bottom: 18px;
    position: relative;
}
.common-title h3 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 140px;
    position: relative;
}
.common-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    background: linear-gradient(
90deg, #1A63FF 0, #0cd1e5 100%);
    border: 0 solid #F5F5F5;
    box-shadow: 1px 1px 3px 0 rgb(110 127 147 / 34%), 0 0 1px 0 #ffffff;
    border-radius: 2px;
}
.section-topic .topic-wrapper {
    display: flex;
}
.section-topic .topic-left {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    box-sizing: border-box;
    padding-right: 26px;
    padding-top: 40px;
}
.section-topic .topic-left li {
    margin-top: 40px;
}
.section-topic .topic-left li.active h3 {
    font-weight: bold;
}
.section-topic .topic-left li h3 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 29px;
    cursor: pointer;
}
.section-topic .topic-left li.active p {
    display: block;
}
.section-topic .topic-left li p {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 19px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.88px;
}

.section-topic .topic-right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px);
}
.section-topic .topic-right-container {
    padding-top: 60%;
    position: relative;
    transform: translateY(-40px);
}
.section-topic .topic-right-container .topic-right-box.active {
    display: block;
}



.section-topic .topic-right-container li {
    width: 19.3%;
}

.section-topic .topic-right-container li {
    position: absolute;
    max-width: 128px;
}
.section-topic .topic-right-container li .topic-circle {
    display: block;
    padding-top: 100%;
    position: relative;
    transition: all 0.3s;
    transform-origin: center center;
}
.section-topic .topic-right-container li .topic-circle-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: linear-gradient(
-36deg, #F9FBFC 12%, #F1F4F6 52%, #D6DCE1 96%);
    border: 2px solid #FFFFFF;
    box-shadow: 3px 3px 7px 2px rgb(110 127 147 / 22%), -4px -1px 5px 2px rgb(255 255 255 / 78%);
}
.section-topic .topic-right-container li .topic-circle-block span {
    margin-top: 2px;
    margin-left: 2px;
}
.section-topic .topic-right-container li .topic-circle-block span {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 21px;
}
.section-topic .topic-right-container li .topic-scale-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190%;
    height: 226%;
    border-radius: 50%;
    display: none;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.4424);
}

.section-topic .topic-right-container li .topic-scale-cont h5 {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.85px;
    text-align: center;
    line-height: 29px;
}
.section-topic .topic-right-container li .topic-scale-cont p {
    margin-top: 20px;
    line-height: 16px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    align-self: center;
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more {
    margin-top: 30px;
    font-size: 12px;
    color: #C7000B;
    letter-spacing: 1px;
    line-height: 18px;
    display: block;
    text-align: center;
    /*text-decoration: underline;*/
}

.section-topic .topic-right-container li .topic-scale-cont .topic-view-more i {
    margin-left: 6px;
}
.hc-icon-more_red {
    width: 12px;
    height: 8px;
    /* background-image: url(../images/icon-more-red.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -2px;
}
.hc-icon {
    display: inline-block;
    vertical-align: middle;
}
/* 热门话题 开始*/

  
.section-topic .topic-left li {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li {
    margin-top: 0;
    flex: 1;
  }
}
.section-topic .topic-left li h3 {
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 29px;
  cursor: pointer;
}
.section-topic .topic-left li h3 i {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li h3 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .section-topic .topic-left li h3 i {
    display: none!important;
  }
}
.section-topic .topic-left li p {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 19px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.88px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li p {
    display: none!important;
  }
}
.section-topic .topic-left li.active h3 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-topic .topic-left li.active h3 {
    color: #C7000B;
  }
}
.section-topic .topic-left li.active h3 i {
  display: none;
}
.section-topic .topic-left li.active p {
  display: block;
}
.section-topic .topic-left .topic-left-desc-mobile {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin: 20px 0;
  line-height: 19px;
}
.section-topic .topic-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .section-topic .topic-right {
    display: block;
    width: 100%;
  }
}
.section-topic .topic-right-container {
  padding-top: 60%;
  position: relative;
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 166.567%;
  }
}
.section-topic .topic-right-container li {
  position: absolute;
  width: 17.3%;
  max-width: 128px;
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 26.8%;
    max-width: 500px;
  }
}
.section-topic .topic-right-container li .topic-scale-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190%;
  height: 226%;
  border-radius: 50%;
  display: none;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.4424);
}
.section-topic .topic-right-container li .topic-scale-cont h5 {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.85px;
  text-align: center;
  line-height: 29px;
}
.section-topic .topic-right-container li .topic-scale-cont p {
  margin-top: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  align-self: center;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-scale-cont p {
    max-height: 48px;
    -webkit-line-clamp: 3;
  }
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.section-topic .topic-right-container li .topic-circle {
  display: block;
  padding-top: 100%;
  position: relative;
  transition: all 0.3s;
  transform-origin: center center;
}
@media (min-width: 769px) {
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover {
    transform: scale(2.26);
    z-index: 10;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-scale-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block {
    border: none;
    background-image: url(../images/topic-bg.png);
    background-size: 100% 100%;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block span {
    display: none;
  }
}
.section-topic .topic-right-container li .topic-circle-block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: linear-gradient(-36deg, #F9FBFC 12%, #F1F4F6 52%, #D6DCE1 96%);
  border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 7px 2px rgba(110, 127, 147, 0.22), -4px -1px 5px 2px rgba(255, 255, 255, 0.78);
}
.section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 16px;
    display: block;
    max-width: 80%;
    text-align: center;
  }
}
.section-topic .topic-right-container .topic-right-box {
  display: none;
}
.section-topic .topic-right-container .topic-right-box.active {
  display: block;
}




















.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 2%;
  top: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 2%;
    top: 21%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 0;
  top: 64%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 0;
    top: 52%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 23%;
  top: 0;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 23%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 18%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 11%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 16%;
  top: 75%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 35%;
  top: 27%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 41%;
  top: 54%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 58%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 59%;
  top: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    top: 49%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 61%;
  top: 73%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 77%;
  top: 33%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 1%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: 0;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 23%;
  top: 9%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 17%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 31%;
  top: 37%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 35%;
  top: 73%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 44%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    top: 20%;
    left: 50%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 48%;
  top: 50%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 60%;
  top: 1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    top: 90%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 64%;
  top: 35%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 67%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 81%;
  top: 20%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    top: 87%;
    left: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 83%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 76%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
    top: 5%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  left: 5%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 26%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  left: 22%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  left: 43%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    left: 63%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  left: 44%;
  top: 36%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 46%;
  top: 68%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(10) {
  left: 63%;
  top: 50%;
}
.topic-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s;
  opacity: 1;
  visibility: hidden;
}
.topic-popup.active {
  z-index: 999;
  visibility: visible;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
}
.topic-popup.active .topic-popup-container {
  transform: translate(-50%, -50%);
}
.topic-popup .topic-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-image: url('../images/topic-bg.png');
  background-size: 100% 100%;
  width: 267px;
  height: 267px;
  transition: transform 0.2s;
}
.topic-popup .topic-popup-container .topic-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.topic-popup .topic-popup-container .topic-popup-close i {
  width: 15px;
  height: 15px;
}
.topic-popup .topic-popup-container .topic-popup-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-popup .topic-popup-container .topic-scale-cont {
  max-width: 212px;
}
.topic-popup .topic-popup-container .topic-scale-cont h5 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.62px;
  text-align: center;
  line-height: 21px;
}
.topic-popup .topic-popup-container .topic-scale-cont p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.is-en .section-topic .topic-left li h3,
.is-en .section-topic .topic-left li p,
.is-en .section-topic .topic-left .topic-left-desc-mobile,
.is-en .topic-popup .topic-popup-container .topic-scale-cont h5,
.is-en .topic-popup .topic-popup-container .topic-scale-cont p,
.is-en .topic-popup .topic-popup-container .topic-scale-cont .topic-view-more,
.is-en .section-topic .topic-right-container li .topic-scale-cont h5,
.is-en .section-topic .topic-right-container li .topic-scale-cont p {
  letter-spacing: 0;
}
.is-en .section-topic .topic-right-container li .topic-scale-cont h5 {
  max-width: 84%;
  margin: 0 auto;
}
.is-en .section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .is-en .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 20210827修改 start*/
.section-topic .topic-right-container li {
  width: 19.3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 31%;
  }
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 193.731%;
  }
}
.section-topic .topic-right-container li .topic-circle-block span {
  margin-top: 2px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li {
    width: 28%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 3%;
  top: 28%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 17%;
    top: 20%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 7%;
  top: 68%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 3%;
    top: 36%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 22%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 27%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 39%;
  top: 65%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 8%;
    top: 61%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 43%;
  top: 27%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
    left: 60%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 65%;
  top: 18%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
    left: 50%;
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 64%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 64%;
    top: 45%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 86%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
    left: 48%;
    top: 58%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 7%;
  top: -6%;
  width: 13.6%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    width: 11%;
    top: 15%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 22%;
  top: 44%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
    top: 52%;
    left: 1%;
    width: 14.7%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 53%;
  top: 7%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
    width: 17.4%;
    top: 35%;
    left: 32%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
  left: 57%;
  top: 83%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
    width: 14.7%;
    top: 29%;
    left: 80%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
  left: 78%;
  top: 77%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
    width: 18.89%;
    top: 73%;
    left: 38%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
  left: 86%;
  top: 0%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: 2%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 34%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 15%;
    top: 24%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: -1%;
  top: 83%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
    left: 4%;
    top: 39%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 18%;
  top: 12%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 9%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 14%;
  top: 62%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
    left: 0%;
    top: 75%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 33%;
  top: -8%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 38%;
    top: 13%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 28%;
  top: 39%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 44%;
    top: 30.5%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 48%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    left: 35%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 46%;
  top: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
    left: 37%;
    top: 67%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 37%;
  top: 79%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    left: 29%;
    top: 83%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 67%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
    left: 68%;
    top: 7%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 63%;
  top: 35%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
    left: 73%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 66%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    left: 64%;
    top: 53%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 85%;
  top: 21%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 68%;
    top: 71%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
  left: 80%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
    left: 59%;
    top: 87%;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 22%;
  top: 56%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
    left: 20%;
    top: 64%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
    width: 28%;
    left: 65%;
    top: 70%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  width: 9.65%;
  left: 5%;
  top: 70%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
    width: 16.4%;
    left: 1%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  width: 12.11%;
  top: 28%;
  left: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
    width: 11.9%;
    left: 15%;
    top: 18%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  top: 0;
  left: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
    left: 40%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  width: 23.7%;
  max-width: 171px;
  top: 33%;
  left: 41%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    width: 16.4%;
    left: 60%;
    top: 33%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  width: 12.11%;
  left: 53%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
    width: 39.4%;
    left: 28%;
    top: 42%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 67%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    left: 71%;
    top: 45%;
  }
}
