.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name, .owl-ranking > .item .item-list li a .name,
.owl-ranking .owl-item .item-list li a .name, .owl-rank .owl-stage-outer .owl-item .item-list li a .info-block .name, .owl-topic .info-wrap .title, .topic-news-wrap .info-block > .name, .AI-news-wrap .news-info .news-info-box .tag, .media-wrap .media-new-list .title, .setn-podcast .podcast-list .item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-news-wrap .info-block > .desc, .AI-news-wrap .news-info > .name a, .AI-news-wrap .news-info > .desc a, .owl-video .item .video-info .desc, .product-wrap .product-list li .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.owl-topic, .topic-news-wrap > .item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebf2fd;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 15px;
  }
  .topic-tag-wrap .topic-tag-area .topic-tag-block hr {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
    margin-left: 5px;
    margin-top: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -10px;
  width: 100%;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
    display: block;
    width: calc(100% - 150px - 10px);
    margin-left: 10px;
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
  margin-top: 8px;
  background: #ebf2fd;
  padding: 5px 0px 5px 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription:nth-child(1) {
  margin-top: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
  width: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  display: inline-block;
  white-space: nowrap;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    width: auto;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
  display: none;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
    display: inline-block;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
  height: 30px;
  overflow: hidden;
  width: calc(100% - 30px);
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
  width: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
    margin-left: 0;
    padding-right: 0;
    height: 40px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list.active + .tag-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
  margin-right: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
    margin-bottom: 5px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li:last-child {
  margin-right: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
  line-height: 30px;
  border-bottom: solid 1px #ebf2fd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: #ebf2fd;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 0;
    width: 150px;
    height: 155px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .subscription-btn {
    margin-top: 8px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
  color: #96bfd9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
    width: auto;
    padding-right: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
    line-height: 23px;
  }
}

.topic-tag-wrap .topic-tag-area footer {
  display: none;
}

.topic-tag-wrap .tool-btn-wrap {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 114px;
}

.topic-tag-wrap .tool-btn-wrap.topics {
  top: 169px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .tool-btn-wrap {
    position: static;
    top: auto;
    right: auto;
  }
}

.topic-tag-wrap .tool-btn-wrap .btn {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .tool-btn-wrap .btn.btn__white {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.owl-ranking > .item .title,
.owl-ranking .owl-item .title {
  border-bottom: solid 2px #ebf2fd;
  margin: 0 -10px 20px;
  padding-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .owl-ranking > .item .title,
  .owl-ranking .owl-item .title {
    margin: 0 -20px 20px;
  }
}

@media screen and (min-width: 970px) {
  .owl-ranking > .item .title,
  .owl-ranking .owl-item .title {
    border-bottom: solid 5px #ebf2fd;
  }
}

.owl-ranking > .item:nth-child(odd) .title,
.owl-ranking .owl-item:nth-child(odd) .title {
  border-bottom: solid 2px #96bfd9;
}

@media screen and (min-width: 970px) {
  .owl-ranking > .item:nth-child(odd) .title,
  .owl-ranking .owl-item:nth-child(odd) .title {
    border-bottom: solid 5px #96bfd9;
  }
}

.owl-ranking > .item .item-list,
.owl-ranking .owl-item .item-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.owl-ranking > .item .item-list li,
.owl-ranking .owl-item .item-list li {
  background: #ebf2fd;
  border-radius: 5px;
  margin-top: 15px;
}

.owl-ranking > .item .item-list li:first-child,
.owl-ranking .owl-item .item-list li:first-child {
  margin-top: 0;
}

.owl-ranking > .item .item-list li a,
.owl-ranking .owl-item .item-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 375px) {
  .owl-ranking > .item .item-list li a,
  .owl-ranking .owl-item .item-list li a {
    padding: 10px 0px 10px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 414px) {
  .owl-ranking > .item .item-list li a,
  .owl-ranking .owl-item .item-list li a {
    padding: 15px 10px 15px 15px;
  }
}

.owl-ranking > .item .item-list li a .ranking,
.owl-ranking .owl-item .item-list li a .ranking {
  width: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: -10px;
}

@media screen and (min-width: 375px) {
  .owl-ranking > .item .item-list li a .ranking,
  .owl-ranking .owl-item .item-list li a .ranking {
    width: 30px;
    left: -15px;
    top: calc(50% - 15px);
  }
}

.owl-ranking > .item .item-list li a .photo,
.owl-ranking .owl-item .item-list li a .photo {
  width: 35px;
  height: 35px;
  background: #009eff;
  border-radius: 50%;
  margin-left: 15px;
  background-image: url("../images/photo/base@3x.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  background-position: center;
}

@media screen and (min-width: 375px) {
  .owl-ranking > .item .item-list li a .photo,
  .owl-ranking .owl-item .item-list li a .photo {
    margin-left: 0;
  }
}

@media screen and (min-width: 414px) {
  .owl-ranking > .item .item-list li a .photo,
  .owl-ranking .owl-item .item-list li a .photo {
    margin-left: 10px;
  }
}

@media screen and (min-width: 970px) {
  .owl-ranking > .item .item-list li a .photo,
  .owl-ranking .owl-item .item-list li a .photo {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    background-size: 30px;
  }
}

.owl-ranking > .item .item-list li a .info-block,
.owl-ranking .owl-item .item-list li a .info-block {
  width: calc(100% - 15px - 35px - 10px);
  margin-left: 10px;
}

@media screen and (min-width: 375px) {
  .owl-ranking > .item .item-list li a .info-block,
  .owl-ranking .owl-item .item-list li a .info-block {
    width: calc(100% - 35px - 10px);
  }
}

@media screen and (min-width: 414px) {
  .owl-ranking > .item .item-list li a .info-block,
  .owl-ranking .owl-item .item-list li a .info-block {
    width: calc(100% - 15px - 35px - 10px);
  }
}

@media screen and (min-width: 970px) {
  .owl-ranking > .item .item-list li a .info-block,
  .owl-ranking .owl-item .item-list li a .info-block {
    width: calc(100% - 5px - 50px - 10px);
  }
}

@media screen and (min-width: 970px) {
  .owl-ranking > .item .item-list li a .info-block.people,
  .owl-ranking .owl-item .item-list li a .info-block.people {
    width: 75%;
    margin: auto;
    position: static;
    margin-top: -30px;
  }
}

.owl-ranking > .item .item-list li a .name,
.owl-ranking .owl-item .item-list li a .name {
  width: 100%;
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.owl-ranking > .item .item-list li a .num,
.owl-ranking .owl-item .item-list li a .num {
  color: #9c1818;
  font-size: 13px;
  font-size: 0.8125rem;
}

.owl-ranking > .item .item-list li a .num > i,
.owl-ranking .owl-item .item-list li a .num > i {
  margin-right: 4px;
}

.rank-title-table {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}

.rank-title-table:before {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebf2fd;
  border-radius: 10px;
}

.rank-title-table > li {
  width: 25%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2em;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .rank-title-table > li {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.rank-title-table > li.active {
  position: relative;
}

.rank-title-table > li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  border-radius: 10px;
  background: #96bfd9;
}

@media screen and (min-width: 768px) {
  .rank-title-table > li.active:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .rank-title-table > li:nth-child(even) {
    position: relative;
  }
  .rank-title-table > li:nth-child(even):before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    border-radius: 10px;
    background: #96bfd9;
  }
}

.owl-rank .owl-rank-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-rank-dots {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 2em;
  }
}

.owl-rank .owl-rank-dots:before {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ebf2fd;
  border-radius: 10px;
}

.owl-rank .owl-rank-dots .owl-dot {
  width: 25%;
}

.owl-rank .owl-rank-dots .owl-dot.active {
  position: relative;
}

.owl-rank .owl-rank-dots .owl-dot.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  border-radius: 10px;
  background: #96bfd9;
}

.owl-rank .owl-stage-outer .owl-item .item-list {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.owl-rank .owl-stage-outer .owl-item .item-list li {
  width: calc(100% - 15px);
  margin: 8px 0 0 15px;
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list li {
    margin-left: 20px;
  }
  .owl-rank .owl-stage-outer .owl-item .item-list li:nth-child(1) {
    margin-left: 15;
  }
}

.owl-rank .owl-stage-outer .owl-item .item-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 8px;
  background: #ebf2fd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .rank-img {
  position: absolute;
  width: 30px;
  left: -15px;
  top: calc(50% - 15px);
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .photo {
  width: 35px;
  height: 35px;
  background: #009eff;
  border-radius: 50%;
  margin-left: 15px;
  background-image: url(../images/photo/base@3x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  background-position: center;
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .info-block {
  width: calc(100% - 15px - 35px  - 10px);
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list li a .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .info-block .name {
  color: #595757;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .info-block .num {
  color: #9c1818;
  font-size: 13px;
  font-size: 0.8125rem;
}

.owl-rank .owl-stage-outer .owl-item .item-list li a .info-block .num i {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li {
    margin: 15px;
    width: calc(25% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 10px;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .rank-img {
    width: 40px;
    top: auto;
    bottom: 82px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}

@media screen and (min-width: 970px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .rank-img {
    bottom: 80px;
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .photo {
    border: solid 1px #eaeaea;
    position: absolute;
    height: 0;
    margin: auto;
    border-radius: 5px;
    padding-top: calc(100% - 22px);
    width: auto;
    top: 0;
    left: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .photo {
    background-size: 40px;
  }
}

@media screen and (min-width: 970px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .photo {
    width: 180px;
    height: 180px;
    padding: 0;
    overflow: hidden;
    background-size: 60px;
  }
}

@media screen and (min-width: 1366px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .photo {
    width: 230px;
    height: 230px;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .photo img {
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .info-block {
    width: calc(100% + 20px);
    margin: calc(100% - 25px) -10px 0 -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #98c0d9;
    border-radius: 5px;
    z-index: -10;
    padding: 50px 15px 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .owl-rank .owl-stage-outer .owl-item .item-list.one-page li a .info-block .name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.topic-one-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .topic-one-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebf2fd;
  }
}

.owl-theme.owl-topic {
  position: relative;
  overflow: hidden;
}

.owl-theme.owl-topic .owl-nav {
  position: absolute;
  top: calc(50% - 5em);
  left: 0;
  right: 0;
  margin: 0;
}

.owl-theme.owl-topic .owl-nav [class*=owl-] {
  color: #96bfd9;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-theme.owl-topic .owl-nav > [class*=owl-] {
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 100px 0;
}

.owl-theme.owl-topic .owl-nav > [class*=owl-]:hover {
  background: #2f6d94;
  color: #fff;
}

.owl-theme.owl-topic .owl-nav > [class*=owl-]:hover [class*=owl-] {
  color: #fff;
}

.owl-theme.owl-topic .owl-nav i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.owl-theme.owl-topic .owl-nav button {
  background: #fff;
  position: absolute;
}

.owl-theme.owl-topic .owl-nav button.owl-prev {
  left: -40px;
}

.owl-theme.owl-topic .owl-nav button.owl-next {
  right: -40px;
}

.owl-theme.owl-topic .owl-nav .nav-button {
  background: transparent;
  font-size: 21px;
  font-size: 1.3125rem;
}

.owl-theme.owl-topic .owl-nav .nav-button.owl-prev {
  margin-left: 16px;
  margin-top: 16px;
}

.owl-theme.owl-topic .owl-nav .nav-button.owl-next {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .owl-topic {
    width: calc((100% - 10px) / 2);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.owl-topic .info-wrap .info-detail {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-topic .info-wrap .info-detail .tag {
  width: calc(100% - 120px);
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .owl-topic .info-wrap .info-detail .tag {
    width: calc(100% - 110px);
  }
}

.owl-topic .info-wrap .info-detail .tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.owl-topic .info-wrap .info-detail .tag li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 970px) {
  .owl-topic .info-wrap .info-detail .tag li {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1366px) {
  .owl-topic .info-wrap .info-detail .tag li {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .owl-topic .info-wrap .info-detail .tag li a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .owl-topic .info-wrap .info-detail .tag li a {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1366px) {
  .owl-topic .info-wrap .info-detail .tag li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.owl-topic .info-wrap .info-detail .date {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .owl-topic .info-wrap .info-detail .date {
    width: 110px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.owl-topic .info-wrap .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (min-width: 970px) {
  .owl-topic .info-wrap .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 1366px) {
  .owl-topic .info-wrap .title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.owl-topic .info-wrap .title a {
  text-decoration: none;
  color: #595757;
}

@media screen and (min-width: 768px) {
  .owl-topic .owl-dots {
    margin-top: 10px;
  }
}

@media screen and (min-width: 970px) {
  .owl-topic .owl-dots {
    margin-top: 5px;
  }
}

.owl-topic .owl-dots .owl-dot span {
  background: #e3e0e0;
}

.owl-topic .owl-dots .owl-dot.active span {
  background: #96bfd9;
}

.topic-news-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.topic-news-wrap > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .topic-news-wrap > .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.topic-news-wrap .img-block {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 414px) {
  .topic-news-wrap .img-block {
    width: 180px;
  }
}

@media screen and (min-width: 768px) {
  .topic-news-wrap .img-block {
    width: 160px;
  }
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .img-block {
    width: 195px;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .img-block {
    width: 230px;
  }
}

.topic-news-wrap .info-block {
  width: calc(100% - 150px - 10px);
  margin-left: 10px;
}

@media screen and (min-width: 414px) {
  .topic-news-wrap .info-block {
    width: calc(100% - 180px - 10px);
  }
}

@media screen and (min-width: 768px) {
  .topic-news-wrap .info-block {
    width: calc(100% - 160px - 10px);
  }
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block {
    width: calc(100% - 195px - 10px);
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block {
    width: calc(100% - 230px - 10px);
  }
}

.topic-news-wrap .info-block > .name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block > .name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block > .name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.topic-news-wrap .info-block > .name a {
  text-decoration: none;
  color: #595757;
}

.topic-news-wrap .info-block > .desc {
  color: #898989;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3em;
}

@media screen and (min-width: 414px) {
  .topic-news-wrap .info-block > .desc {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5em;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .topic-news-wrap .info-block > .desc {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block > .desc {
    margin-top: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block > .desc {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.topic-news-wrap .info-block > .desc a {
  text-decoration: none;
  color: #595757;
}

.topic-news-wrap .info-block > .tag {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block > .tag {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block > .tag {
    margin-top: 10px;
  }
}

.topic-news-wrap .info-block > .tag .item {
  margin-right: 3px;
  margin-top: 3px;
}

.topic-news-wrap .info-block > .tag .item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block > .tag .item {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block > .tag .item {
    margin-right: 10px;
  }
}

.topic-news-wrap .info-block > .tag .item a {
  padding: 0 7px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8em;
}

@media screen and (min-width: 414px) {
  .topic-news-wrap .info-block > .tag .item a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .topic-news-wrap .info-block > .tag .item a {
    padding: 0 7px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 970px) {
  .topic-news-wrap .info-block > .tag .item a {
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1366px) {
  .topic-news-wrap .info-block > .tag .item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .topic-one-wrap {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .topic-one-wrap .topic-news-wrap {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
    border-left: solid 1px #ebf2fd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .topic-one-wrap .topic-news-wrap > .item {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .topic-one-wrap .topic-news-wrap > .item:last-child {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .topic-two-wrap .topic-news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .topic-two-wrap .topic-news-wrap > .item {
    width: calc((100% - 10px) / 2);
  }
  .topic-two-wrap .topic-news-wrap > .item:nth-child(2n) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .topic-two-wrap .topic-news-wrap > .item:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebf2fd;
  }
}

.ranking-wrap {
  margin-bottom: 30px;
}

.AI-news-wrap .AI-news-subTitle {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  margin: 15px 0;
}

.AI-news-wrap .AI-news-subTitle.next-title {
  margin-top: 30px;
}

.AI-news-wrap .AI-news-subTitle .title-icon {
  margin-left: 8px;
  color: #96bfd9;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  line-height: 2em;
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-subTitle .title-icon {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.AI-news-wrap ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style-type: none;
}

.AI-news-wrap .AI-news-area {
  border: solid 1px #96bfd9;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 15px 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.AI-news-wrap .AI-news-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list {
  width: 100%;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list > li {
  margin-top: 10px;
  width: 100%;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(odd) {
    margin-left: 0px;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li {
    width: calc((100% - 30px) / 4);
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(3), .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(4) {
    margin-top: 0;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(odd) {
    margin-left: 10px;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list > li:nth-child(4n+1) {
    margin-left: 0px;
  }
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list > li img {
  width: 100%;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list {
  display: none;
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list {
    display: block;
    padding-right: 0;
    width: 50%;
  }
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list > li {
  width: 100%;
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list > li {
    width: 100%;
  }
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list > li .news-info .news-info-box > a {
  max-width: calc(100% - 80px);
  text-decoration: none;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list > li .news-info .news-info-box .tag li:before {
  height: 13px;
}

.AI-news-wrap .AI-news-list-wrap .AI-news-list.fist-list > li .news-info .news-info-box .tag li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8em;
  max-width: 100px;
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list {
    width: 50%;
  }
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li {
    width: calc((100% - 10px) / 2);
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(1), .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(6) {
    display: none;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(3) {
    margin-top: 0;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(4) {
    margin-top: 10px;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(odd) {
    margin-left: 10px;
  }
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.other-list > li:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .AI-news-list-wrap .AI-news-list.entertainment-list li:nth-child(5), .AI-news-wrap .AI-news-list-wrap .AI-news-list.entertainment-list li:nth-child(6) {
    display: none;
  }
}

.AI-news-wrap .news-info .news-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.AI-news-wrap .news-info .news-info-box > a {
  text-decoration: none;
  max-width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AI-news-wrap .news-info .news-info-box .tag {
  background: #b85f5f;
  padding: 0px 10px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
}

.AI-news-wrap .news-info .news-info-box .tag li {
  margin-right: 15px;
  position: relative;
  color: #fff;
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
}

.AI-news-wrap .news-info .news-info-box .tag li:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: -8px;
}

.AI-news-wrap .news-info .news-info-box .tag li:last-child {
  margin-right: 0;
}

.AI-news-wrap .news-info .news-info-box .tag li:last-child:after {
  display: none;
}

.AI-news-wrap .news-info .news-info-box .tag li a, .AI-news-wrap .news-info .news-info-box .tag li span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .AI-news-wrap .news-info .news-info-box .tag li a, .AI-news-wrap .news-info .news-info-box .tag li span {
    max-width: 60px;
  }
}

@media screen and (min-width: 970px) {
  .AI-news-wrap .news-info .news-info-box .tag li a, .AI-news-wrap .news-info .news-info-box .tag li span {
    max-width: 35px;
  }
}

@media screen and (min-width: 1366px) {
  .AI-news-wrap .news-info .news-info-box .tag li a, .AI-news-wrap .news-info .news-info-box .tag li span {
    max-width: 48px;
  }
}

.AI-news-wrap .news-info .news-info-box .date {
  font-size: 12px;
  font-size: 0.75rem;
}

.AI-news-wrap .news-info > .name {
  margin-top: 5px;
}

.AI-news-wrap .news-info > .name a {
  color: #595757;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
}

.AI-news-wrap .news-info > .desc a {
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  -webkit-line-clamp: 3;
}

.video-wrap .video-area {
  background: #eef3fa;
  padding-bottom: 15px;
}

.owl-video {
  position: relative;
  width: calc(100% - 100px);
  margin: auto;
}

.owl-video .owl-item .img-wrap > .tag {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.owl-video .owl-item .name {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 5px;
}

.owl-video .owl-nav {
  position: absolute;
  top: calc(50% - 27px);
  left: -30px;
  right: -30px;
  margin: 0;
}

.owl-video .owl-nav [class*=owl-],
.owl-video .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #96bfd9;
  font-size: 30px;
  font-size: 1.875rem;
}

.owl-video .owl-nav .owl-prev,
.owl-video .owl-nav .owl-next {
  margin: 0;
}

.owl-video .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

@media screen and (min-width: 970px) {
  .owl-video .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-video .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 970px) {
  .owl-video .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-video .item {
  text-decoration: none;
  color: #595757;
  display: block;
  position: relative;
}

.owl-video .item .video-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background-image: linear-gradient(177deg, rgba(185, 223, 244, 0.8) 0%, rgba(45, 164, 219, 0.8) 100%);
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: #1b1b1b;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.owl-video .item .video-info .vidol-name {
  color: #fff;
  text-shadow: 0px 1px 1px black;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.owl-video .item .video-info .title,
.owl-video .item .video-info .desc {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3em;
}

.owl-video .item .video-info .title {
  margin-bottom: 3px;
  font-weight: bold;
}

.owl-video .item .video-info .desc {
  margin-bottom: 7px;
}

@media screen and (min-width: 1366px) {
  .owl-video .item .video-info .desc {
    -webkit-line-clamp: 3;
  }
}

.owl-video .item:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 970px) {
  .owl-video .item:hover .video-info {
    top: 0;
    bottom: 0px;
  }
}

.product-wrap .product-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-wrap .product-list li {
  border: solid 1px #c9c9c9;
  width: calc((100% - 10px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  margin-left: 10px;
}

.product-wrap .product-list li:nth-child(1), .product-wrap .product-list li:nth-child(2) {
  margin-top: 0;
}

.product-wrap .product-list li:nth-child(odd) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .product-wrap .product-list li {
    width: calc((100% - 30px) / 4);
  }
  .product-wrap .product-list li:nth-child(3), .product-wrap .product-list li:nth-child(4) {
    margin-top: 0;
  }
  .product-wrap .product-list li:nth-child(odd) {
    margin-left: 10px;
  }
  .product-wrap .product-list li:nth-child(4n+1) {
    margin-left: 0;
  }
}

.product-wrap .product-list li a {
  text-decoration: none;
}

.product-wrap .product-list li .name, .product-wrap .product-list li .price {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-wrap .product-list li .img-box {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.product-wrap .product-list li .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-wrap .product-list li .name {
  font-weight: bold;
  color: #595757;
  line-height: 1.5em;
}

.product-wrap .product-list li .price {
  color: #f63737;
  text-align: center;
}

.media-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.media-wrap .media-area {
  margin: 25px 0;
}

.media-wrap .media-area > .btn-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-area > .btn-box {
    text-align: right;
  }
}

.media-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.media-wrap a {
  text-decoration: none;
}

.media-wrap .media-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}

@media screen and (min-width: 970px) {
  .media-wrap .media-btn-wrap {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (min-width: 970px) {
  .media-wrap .media-btn-wrap.list-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.media-wrap .media-btn-wrap > li {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.media-wrap .media-btn-wrap > li a {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 970px) {
  .media-wrap .media-btn-wrap > li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.media-wrap .media-btn-wrap > li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-wrap .media-new-list li:nth-child(7), .media-wrap .media-new-list li:nth-child(8) {
  display: none;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list li:nth-child(7), .media-wrap .media-new-list li:nth-child(8) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list li {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
    margin-top: 10px;
  }
  .media-wrap .media-new-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .media-wrap .media-new-list li:nth-child(1), .media-wrap .media-new-list li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 970px) {
  .media-wrap .media-new-list li {
    width: calc((100% - 30px) / 4);
  }
  .media-wrap .media-new-list li:nth-child(2n+1) {
    margin-left: 10px;
  }
  .media-wrap .media-new-list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .media-wrap .media-new-list li:nth-child(3), .media-wrap .media-new-list li:nth-child(4) {
    margin-top: 0;
  }
}

.media-wrap .media-new-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #595757;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-wrap .media-new-list .list-icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list .list-icon {
    display: none;
  }
}

.media-wrap .media-new-list .img-16x9,
.media-wrap .media-new-list .info-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .media-wrap .media-new-list .img-16x9,
  .media-wrap .media-new-list .info-img {
    display: block;
  }
}

.media-wrap .media-new-list .title {
  line-height: 2.5em;
  width: calc(100% - 85px);
}

.media-wrap .media-new-list .data {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 85px;
  text-align: right;
}

.setn-podcast .audio-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #a1ceeb;
  padding: 8px 25px 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.setn-podcast .audio-box > .close {
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #2f6d94;
  background: #fff;
  border-radius: 50%;
  border: solid 5px #a1ceeb;
}

.setn-podcast .audio-box audio::-webkit-media-controls-play-button,
.setn-podcast .audio-box audio::-webkit-media-controls-panel {
  background-color: #fff;
  color: #eee;
}

.setn-podcast .audio-box audio {
  width: 100%;
  height: 40px;
}

.setn-podcast .podcast-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.setn-podcast .podcast-list .item {
  width: 100%;
  padding: 0 8px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin: 3px 0;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .setn-podcast .podcast-list .item {
    width: calc((100% - 10px) / 2);
  }
  .setn-podcast .podcast-list .item:nth-child(even) {
    margin-left: 10px;
  }
}

.setn-podcast .podcast-list .item i {
  font-size: 16px;
  font-size: 1rem;
  color: #f8c163;
  margin-right: 8px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setn-podcast .podcast-list .item .name {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 0;
}

.setn-podcast .podcast-list .item.active {
  background-color: #ffe7a1;
}

.setn-podcast .podcast-list .item.active i {
  color: #ed2166;
}

.setn-podcast .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
