
.index-container {
  background: #FFF;
}

.index-container .index-wrap {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}


.f-start {
  align-items: flex-start;
}

.f-center {
  align-items: center;
}


.f-shrink {
  flex-shrink: 0;
}

.flex1 {
  flex: 1;
}


.icon-home_icon_advertiserandlysis {
  background-image: url(../images/index/home_sprite.png);
  background-position: -128px -64px;
  width: 54px;
  height: 54px;
}
.icon-home_icon_tiktokadlibrary {
  background-image: url(../images/index/home_sprite.png);
  background-position: 0px -128px;
  width: 54px;
  height: 54px;
}
.icon-home_icon_tiktokadproduct {
  background-image: url(../images/index/home_sprite.png);
  background-position: -54px -128px;
  width: 54px;
  height: 54px;
}
.icon-home_icon_trendproducts {
  background-image: url(../images/index/home_sprite.png);
  background-position: -108px -128px;
  width: 54px;
  height: 54px;
}
.icon-home_icon_winningproduct {
  background-image: url(../images/index/home_sprite.png);
  background-position: -192px 0px;
  width: 54px;
  height: 54px;
}
.icon-icon_Affiliateads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -192px -54px;
  width: 40px;
  height: 40px;
}
.icon-icon_Affiliateads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: -192px -94px;
  width: 40px;
  height: 40px;
}
.icon-icon_App_Gamingads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -192px -134px;
  width: 40px;
  height: 40px;
}
.icon-icon_App_Gamingads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: 0px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Brandads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -40px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Brandads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: -80px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Cashondeliveryads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -120px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Cashondeliveryads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: -160px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Dropshippingads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -200px -182px;
  width: 40px;
  height: 40px;
}
.icon-icon_Dropshippingads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: -246px 0px;
  width: 40px;
  height: 40px;
}
.icon-icon_localads_default {
  background-image: url(../images/index/home_sprite.png);
  background-position: -246px -40px;
  width: 40px;
  height: 40px;
}
.icon-icon_localads_selected {
  background-image: url(../images/index/home_sprite.png);
  background-position: -246px -80px;
  width: 40px;
  height: 40px;
}
.icon-youtuber1 {
  background-image: url(../images/index/home_sprite.png);
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
}
.icon-youtuber2 {
  background-image: url(../images/index/home_sprite.png);
  background-position: -64px 0px;
  width: 64px;
  height: 64px;
}
.icon-youtuber3 {
  background-image: url(../images/index/home_sprite.png);
  background-position: 0px -64px;
  width: 64px;
  height: 64px;
}
.icon-youtuber4 {
  background-image: url(../images/index/home_sprite.png);
  background-position: -64px -64px;
  width: 64px;
  height: 64px;
}
.icon-youtuber5 {
  background-image: url(../images/index/home_sprite.png);
  background-position: -128px 0px;
  width: 64px;
  height: 64px;
}




.ads-types-item .icon-ads-types-active{
  display: none;
}

.ads-types-item.actived .icon-ads-types-active,
.ads-types-item:hover .icon-ads-types-active {
  display: block;
}
.ads-types-item.actived .icon-ads-types-common,
.ads-types-item:hover .icon-ads-types-common {
  display: none;
}


/* comments*/
.comments-bg {
  position: absolute;
  left: auto;
  right: 0;
  top: 148px;
  width: 59%;
  height: 60%;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}

.index-comments .comments-title {
  font-family: Gilroy-ExtraBold;
  font-weight: 600;
  color: #191919;
}

.comments-swiper {
  position: relative;
  max-width: 1250px;
}

.comments-swiper .swiper-container {
  position: relative;
  width: 100%;
}

.comments-swiper .swiper-container .swiper-slide .comment .comment-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.comments-swiper .swiper-container .swiper-slide .comment .comment-video:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/index/play.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.comments-swiper .swiper-container .swiper-slide .comment .comment-video img {
  width: 100%;
  height: auto;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user {
  display: flex;
  align-items: center;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar img {
  width: 100%;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg {
  flex: 1;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg h3 {
  font-weight: bold;
  color: #191919;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg p {
  color: #7F7F7F;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text {
  font-weight: bold;
  color: #191919;
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text span {
  color: var(--tt-theme-color);
}

.comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text em {
  font-style: normal;
}

.comments-swiper .swiper-button-next:not(.swiper-button-disabled) img.icon-swiper-disabled,
.comments-swiper .swiper-button-next img.icon-swiper-actived,
.comments-swiper .swiper-button-prev:not(.swiper-button-disabled) img.icon-swiper-disabled,
.comments-swiper .swiper-button-prev img.icon-swiper-actived {
  display: none;
}
.comments-swiper .swiper-button-next:not(.swiper-button-disabled):hover img.icon-swiper-common,
.comments-swiper .swiper-button-prev:not(.swiper-button-disabled):hover img.icon-swiper-common,
.comments-swiper .swiper-button-next.swiper-button-disabled img.icon-swiper-common,
.comments-swiper .swiper-button-prev.swiper-button-disabled img.icon-swiper-common,
.comments-swiper .swiper-button-next.swiper-button-disabled img.icon-swiper-actived,
.comments-swiper .swiper-button-prev.swiper-button-disabled img.icon-swiper-actived {
  display: none !important;
}
.comments-swiper .swiper-button-next:not(.swiper-button-disabled):hover img.icon-swiper-actived,
.comments-swiper .swiper-button-prev:not(.swiper-button-disabled):hover img.icon-swiper-actived {
  display: block;
}
.swiper-ctrl {
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -khtml-user-select:none;
  user-select:none;
}

/* comments end*/


.index-comments-zh h2 {
  font-weight: 600;
  color: #191919;
  text-align: center;
}

.index-comments-zh-list {
  display: grid;
}

.index-comments-zh-item {
  background: #FFFFFF;
  border: 1px solid #E9EBF1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.index-comments-zh-avatar {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  flex-shrink: 0;
}

.index-comments-zh-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.index-comments-zh-company {
  text-align: center;
  font-weight: 600;
  color: #2F3032;
  width: 100%;
  flex-shrink: 0;
}

.index-comments-zh-position {
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: #2F3032;
  flex-shrink: 0;
  opacity: 0.8;
}

.index-comments-zh-desc {
  position: relative;
  flex: 1;
  text-align: left;
}

.index-comments-zh-desc span {
  font-weight: 400;
  color: #191919;
  text-align: left;
  opacity: 0.9;
}

.index-comments-zh-member {
  font-weight: 400;
  color: #000000;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  opacity: 0.4;
}

/* index-comments-zh end */

/* section-block start */
.section-block {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.section-block .max-width{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.section-block .image-wrap{
  flex: 1 0 48%;
}
.section-block .section-content {
  flex: 1 0 49%;
  padding-top: 50px;
}
.block-head{
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-block .block-head-desc{
  font-weight: 500;
  font-size: 20px;
  color: var(--tt-theme-color);
  line-height: 25px;
}
.section-block .image-wrap img{
  max-width: 100%;
}
.section-block .block-title {
  font-weight: bold;
  font-size: 48px;
  color: #191919;
  line-height: 1.3;
  text-align: left;
  max-width: 619px;
  margin-top: 20px;
  font-family: Poppins;
}
.section-block .desc-list{
  margin-top: 60px;
}

.section-block .desc-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.section-block .desc-list li + li {
  margin-top: 22px;
}
.section-block .desc-list h3{
  font-size: 18px;
  color: #2F3032;
  line-height: 30px;
  text-align: left;
  max-width: 608px;
  font-weight: normal;
}
.section-block .desc-list .desc-img {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-block .desc-list .desc-img img{
  height: 22px;
  width: 22px;
}
.section-block .operate-row {
  margin-top: 60px;
  padding-bottom: 20px;
}
.section-block .operate-row {
  margin-top: 60px;
  /* padding-bottom: 20px; */
}
.section-block .operate-row a {
  min-width: 258px;
  display: inline-block;
}
.section-block .operate-row a .el-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  border-radius: 30px;
  font-size: 18px;
}
.section-block .operate-row a .el-button img{
  width: 15px;
  height: 17px;
}

.section-block.discover-more-ads{
  padding-top: 100px;
}
.section-block.discover-more-ads .image-wrap{
  background: url("../images/index/pipiads_3.0_image_1_background.webp") no-repeat;
  background-size: 100% 100%;
  background-position: -64px center;
}
.section-block.all-in-one-ad-library{
  margin-top: 100px;
}
.section-block.all-in-one-ad-library .block-head img{
  width: 59px;
  height: auto;
}
.section-block.all-in-one-ad-library .desc-list{
  margin-top: 36px;
}
.section-block.all-in-one-ad-library .max-width{
  gap: 30px;
}
.section-block.all-in-one-ad-library .image-wrap{
  flex: 1 0 58%;
}
.section-block.all-in-one-ad-library .section-content {
  flex: 1 0 34%;
  padding-top: 50px;
}


.section-block.tiktok-ads-spy-tool{
  margin-top: 120px;
}
.section-block.tiktok-ads-spy-tool .block-head img{
    width: 32px;
    height: auto;
}
.section-block.tiktok-ads-spy-tool .image-wrap{
  flex: 1 0 56%;
}
.section-block.tiktok-ads-spy-tool .section-content {
  flex: 1 0 36%;
  padding-top: 50px;
}
.section-block.tiktok-ads-spy-tool .max-width{
  gap: 40px;
}
.section-block.tiktok-ads-spy-tool .block-head-desc{
  color: #1F3756;
}

.section-block.facebook-ads-spy-tool{
  margin-top: 180px;
}
.section-block.facebook-ads-spy-tool .block-head img{
  width: 32px;
  height: auto;
}
.section-block.facebook-ads-spy-tool .image-wrap{
  flex: 1 0 53%;
}
.section-block.facebook-ads-spy-tool .section-content {
  flex: 1 0 38%;
  padding-top: 50px;
}
.section-block.facebook-ads-spy-tool .max-width{
  gap: 48px;
}
.section-block.facebook-ads-spy-tool .desc-list{
  margin-top: 40px;
}
.section-block.facebook-ads-spy-tool .block-head-desc{
  color: #0C508F;
}
@media screen and (max-width: 1438px) {
  .section-block.all-in-one-ad-library .image-wrap img{
    height: auto;
  }
  .section-block.tiktok-ads-spy-tool .image-wrap img{
    height: auto;
  }
  .section-block.facebook-ads-spy-tool .image-wrap img{
    height: auto;
  }
}
@media screen and (max-width: 1377px) {
  .section-block{
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-block .block-title{
    max-width: unset;
  }
  .section-block .desc-list h3{
    max-width: 100%;
    word-wrap: break-word !important;
    word-break: normal !important;
    flex: 1 1 0%;
    width: 0;
  }
}
@media screen and (max-width: 1240px) {
  .section-block.discover-more-ads .image-wrap img{
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .section-block .max-width{
    flex-direction: column;
  }
  .section-block .operate-row{
    display: flex;
    justify-content: center;
  }
  .section-block .section-content{
    width: 100%;
  }
  .section-block.all-in-one-ad-library .max-width {
    flex-direction: column-reverse;
  }
  .section-block.facebook-ads-spy-tool .max-width {
    flex-direction: column-reverse;
  }
  /* .section-block.discover-more-ads .max-width{
    flex-direction: column-reverse;
  }
  .section-block.tiktok-ads-spy-tool .max-width{
    flex-direction: column-reverse;
  } */
}
@media screen and (max-width: 768px) {
  /* .section-block .operate-row a{
    min-width: 80%;
  } */
  .section-block .block-title{
    font-size: 34px;
  }
  .section-block{
    margin-top: 80px !important;
  }
}
/* section-block end */


/* you-run-ads start */
.explore-title{
  margin-top: 135px;
}
.explore-title h2{
  max-width: 960px;
  font-weight: bold;
  font-size: 60px;
  color: #191919;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  font-family: Poppins;
  padding: 0 30px;
  box-sizing: content-box;
}
.ideas-list {
  margin-top: 100px;
  padding: 0 60px;
}
.ideas-list {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.ideas-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 80px;
}
.ideas-list ul li {
  max-width: 380px;
  height: 100%;
}
.ideas-list ul li > img {
  width: 62px;
  height: 62px;
}
.ideas-list ul li .list-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 28px;
  color: #191919;
  line-height: 34px;
  min-height: 68px;
}
.ideas-list ul li .list-desc {
  margin-top: 14px;
  color: #666666;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 1068px) {
  .ideas-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .explore-title h3{
    margin-top: 80px;
  }
  .explore-title h3{
    font-size: 34px;
    line-height: 40px;
  }
  .ideas-list {
    padding: 0 30px;
  }
  .ideas-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .ideas-list ul li{
    max-width: unset;
  }
  .handles-rest{
    margin-top: 60px;
  }
  .handles-rest h3{
    font-size: 50px;
    line-height: 1.2;
  }
  .explore-title h2{
    word-wrap: break-word !important;
    word-break: normal !important;
    font-size: 32px;
    line-height: 1.5;
  }
  .handles-rest h2{
    word-wrap: break-word !important;
    word-break: normal !important;
    font-size: 32px;
    line-height: 1.5;
  }
}
/* you-run-ads end */

/* section-wraper start */
.bg-wrapper{
  padding-left: 30px;
  padding-right: 30px;
}
.bg-wrapper .section-wraper{
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-wraper {
  position: relative;
  max-width: 1450px;
  padding: 69px 40px;
}
.section-wraper .max-width{
  /* max-width: 1450px; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
.section-wraper .image-wrap{
  flex: 1 0 57%;
  display: flex;
  justify-content: center;
}
.section-wraper .image-wrap img {
  max-width: 100%;
}
.section-wraper .section-content {
  flex: 1 0 38%;
  padding-top: 5px;
}
.section-wraper .block-head-desc{
  font-weight: 500;
  font-size: 18px;
  color: #0D8065;
  line-height: 25px;
}
.section-wraper .block-title{
  margin-top: 12px;
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  line-height: 1.25;
  font-family: Poppins;
}
.section-wraper .wrapper-desc{
  margin-top: 20px;
  font-size: 16px;
  color: #2F3032;
  line-height: 24px;
}
.section-wraper .wrapper-desc .insite-text{
  color: #2D76FF;
}
.section-wraper .wrapper-desc a.normal-link{
  color: #2D76FF;
}
.section-wraper .wrapper-desc a.normal-link:hover{
  opacity: .85;
}
.section-wraper .desc-list{
  margin-top: 40px;
}
.section-wraper .desc-list ul li{
  display: flex;
  gap: 12px;
}
.section-wraper .desc-list ul li img{
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.section-wraper .desc-list ul li .desc-detail{
  flex: 1 1 0%;
}
.section-wraper .desc-list ul li .sec-tit{
  font-weight: bold;
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  font-family: Poppins;
}
.section-wraper .desc-list ul li .sec-desc{
  margin-top: 8px;
  font-size: 16px;
  color: #2F3032;
  line-height: 22px;
}
.section-wraper .desc-list ul li+li{
  margin-top: 18px;
}
.section-wraper .operate-row {
  margin-top: 40px;
  padding-bottom: 20px;
}
.section-wraper .operate-row {
  margin-top: 40px;
  /* padding-bottom: 20px; */
}
.section-wraper .operate-row a {
  min-width: 258px;
  display: inline-block;
}
.section-wraper .operate-row a .el-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  border-radius: 30px;
  font-size: 18px;
  gap: 10px;
}
.section-wraper .operate-row a .el-button img{
  width: 15px;
  height: 17px;
}
.bg-wrapper.winning-product {
  margin-top: 160px;
}
.bg-wrapper.winning-product .section-wraper{
  background: #E8FAEE;
}
.bg-wrapper.winning-product .section-wraper .max-width{
  gap: 50px;
}
.bg-wrapper.winning-product .image-wrap{
  flex: 1 0 58%;
}
.bg-wrapper.winning-product .section-content{
  flex: 1 0 38%;
}
.bg-wrapper.advertiser-shop-insights{
  margin-top: 140px;
}
.bg-wrapper.advertiser-shop-insights .section-wraper{
  background: #E9F3F7;
}
.bg-wrapper.advertiser-shop-insights .section-wraper{
  padding: 40px 50px;
}
.advertiser-shop-insights .section-wraper .max-width{
  gap: 52px;
  align-items: center;
}
.advertiser-shop-insights .section-wraper .wrapper-desc{
  margin-top: 17px;
}
.bg-wrapper.advertiser-shop-insights .section-content{
  flex: 1 0 35%;
}
.bg-wrapper.advertiser-shop-insights .image-wrap{
  flex: 1 0 57%;
}
.bg-wrapper.advertiser-shop-insights .block-head-desc{
  color: #126DE0;
}
@media screen and (max-width: 1438px) {
  .bg-wrapper .section-wraper .image-wrap img{
    height: auto;
  }
}
@media screen and (max-width: 1377px) {
  .section-block{
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-block .block-title{
    max-width: unset;
    word-wrap: break-word !important;  word-break: normal !important;
  }
  .section-block .desc-list p{
    max-width: unset;
  }
}
@media screen and (max-width: 1200px) {
  .section-wraper .max-width{
    flex-direction: column;
    align-items: center;
  }
  .section-wraper .operate-row{
    display: flex;
    justify-content: center;
  }
  .section-wraper .section-content{
    width: 100%;
  }
  .advertiser-shop-insights .max-width{
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .section-wraper .block-title{
    word-wrap: break-word !important;
    word-break: normal !important;
  }
  .section-wraper .operate-row a{
    width: unset;
    max-width: unset;
  }
  .section-wraper .operate-row a span{
    text-wrap: wrap;
  }
  .section-wraper {
    padding: 49px 20px;
  }
  .bg-wrapper.advertiser-shop-insights .section-wraper{
    padding: 40px 20px;
  }
}
/* section-wraper end */

/* explore more start */
.explore-more h2{
  font-weight: bold;
  font-size: 60px;
  color: #191919;
  line-height: 1.3;
  text-align: center;
  font-family: Poppins;
}
.explore-wrapper {
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
.explore-wrapper ul {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.explore-wrapper ul li {
  padding: 28px;
  border-radius: 12px;
}
.explore-wrapper ul li .wrapper-head {
  display: flex;
  gap: 10px;
  align-items: center;
}
.explore-wrapper ul li .wrapper-head img {
  word-wrap: 32px;
  height: 32px;
}
.explore-wrapper ul li .wrapper-head p {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
.explore-wrapper ul li .wrapper-title {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 34px;
  min-height: 102px;
  margin-top: 18px;
  font-family: Poppins;
}
.explore-wrapper ul li .desc-list {
  min-height: 208px;
  margin-top: 15px;
}
.explore-wrapper ul li .desc-list .desc-item {
  display: flex;
  gap: 10px;
}
.explore-wrapper ul li .desc-list .desc-item .explore-check{
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.explore-wrapper ul li .desc-list .desc-item img {
  width: 16px;
  height: 16px;
}
.explore-wrapper ul li .desc-list .desc-item h4 {
  flex: 1;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  font-weight: normal;
}
.explore-wrapper ul li .desc-list .desc-item + .desc-item {
  margin-top: 16px;
}
.explore-wrapper ul li .explore-btn {
  margin-top: 20px;
}
.explore-wrapper ul li .explore-btn a {
  min-width: 200px;
  display: inline-block;
}
.explore-wrapper ul li .explore-btn a .el-button {
  border-radius: 27px;
  height: 46px;
  border: none;
  width: 100%;
}
.explore-wrapper ul li .wrapper-plates {
  margin-top: 30px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
.explore-wrapper ul li .wrapper-plates .plates-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 68px; */
  background: #FFFFFF;
  border-radius: 8px;
  gap: 9px;
  padding: 12px;
  height: auto;
}
.explore-wrapper ul li .wrapper-plates .plates-item img {
  width: 20px;
  height: auto;
}
.explore-wrapper ul li .wrapper-plates .plates-item span {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}
.explore-wrapper ul li .explore-image {
  margin-top: 36px;
}
.explore-wrapper ul li .explore-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.explore-wrapper ul li a .el-button {
  font-size: 16px;
}
.explore-wrapper ul li:nth-child(1) {
  background: #E3FBEA;
}
.explore-wrapper ul li:nth-child(1) a .el-button {
  background: linear-gradient(300deg, #03B300 0%, #0EB78F 100%);
}
.explore-wrapper ul li:nth-child(2) {
  background: #E0F8FF;
}
.explore-wrapper ul li:nth-child(2) a .el-button {
  background: linear-gradient(300deg, #57A3EA 0%, #1475CF 100%);
}
.explore-wrapper ul li:nth-child(3) {
  background: #E9F0FE;
}
.explore-wrapper ul li:nth-child(3) a .el-button {
  background: linear-gradient(300deg, #6184F1 0%, #1C3DD1 100%);
}
@media screen and (max-width: 1250px) {
  .explore-wrapper ul{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .explore-wrapper ul{
    grid-template-columns: repeat(1, 1fr);
  }
  .explore-wrapper ul li .wrapper-title{
    min-height: unset;
  }
  .explore-wrapper ul li .desc-list{
    min-height: unset;
  }
  .explore-wrapper ul li .explore-btn{
    margin-top: 40px;
  }
  .explore-wrapper ul li .explore-image{
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .explore-wrapper ul li .explore-btn a {
    width: 100%;
  }
  .explore-more h2{
    font-size: 32px;
    line-height: 1.5;
  }
}

/* explore more end */

/* obsessed start */
.obsessed{
  margin-top: 70px;
  position: relative;
}
.obsessed .obsessed-bg{
  width: 100%;
  height: auto;
}

.obsessed .text-wrapper{
  margin-top: calc(176em / 1920 * 16);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.obsessed .text-wrapper .tip{
  /* font-size: calc(16em / 1920 * 16); */
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  
}
.obsessed .text-wrapper h2{
  font-weight: bold;
  font-size: calc(96em / 1920 * 16);
  color: #000000;
  line-height: 1.25;
  text-align: center;
  /* max-width: 33.75em 540/16; */
  max-width: 540px /* 540/16 */;
  margin-top: calc(35em / 1920 * 16);
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins;
}
.obsessed .text-wrapper h2 .insite-text{
  background-image: linear-gradient(85.03759663150994deg, #00A86C 0%, #00D373 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.obsessed .ab-img{
  position: absolute;
}
.obsessed .img-icon{
  z-index: 2;
}
.obsessed .pic-text{
  z-index: 1;
}
.obsessed .icon1{
  top: calc(221em / 1920 * 16);
  left: calc(235em / 1920 * 16);
  width: calc(94em / 1920 * 16);
  height: calc(94em / 1920 * 16);
}
.obsessed .icon2{
  top: calc(402em / 1920 * 16);
  left: calc(424em / 1920 * 16);
  width: calc(81em / 1920 * 16);
  height: calc(81em / 1920 * 16);
}
.obsessed .icon3{
  top: calc(777em / 1920 * 16);
  left: calc(360em / 1920 * 16);
  width: calc(81em / 1920 * 16);
  height: calc(81em / 1920 * 16);
}
.obsessed .icon4{
  top: calc(643em / 1920 * 16);
  left: calc(671em / 1920 * 16);
  width: calc(114em / 1920 * 16);
  height: calc(114em / 1920 * 16);
}
.obsessed .icon5{
  top: calc(157em / 1920 * 16);
  right: calc(659em / 1920 * 16);
  width: calc(84em / 1920 * 16);
  height: calc(84em / 1920 * 16);
}
.obsessed .icon6{
  top: calc(250em / 1920 * 16);
  right: calc(236em / 1920 * 16);
  width: calc(94em / 1920 * 16);
  height: calc(94em / 1920 * 16);
}
.obsessed .icon7{
  top: calc(321em / 1920 * 16);
  right: calc(398em / 1920 * 16);
  width: calc(94em / 1920 * 16);
  height: calc(94em / 1920 * 16);
}
.obsessed .icon8{
  top: calc(535em / 1920 * 16);
  right: calc(623em / 1920 * 16);
  width: calc(94em / 1920 * 16);
  height: calc(94em / 1920 * 16);
}
.obsessed .icon9{
  top: calc(696em / 1920 * 16);
  right: calc(647em / 1920 * 16);
  width: calc(94em / 1920 * 16);
  height: calc(94em / 1920 * 16);
}

.obsessed .pic-desc{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: calc(24em / 1920 * 16);
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 22px;
  padding-right: 22px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  border-radius: 4px;
  min-width: calc(100% + 20px);
}
.obsessed .pic-desc h3{
  font-weight: bold;
}
.obsessed .pic-desc{
  left: 50%;
}

.obsessed .pic-text-1{
  top: calc(122em / 1920 * 16);
  left: calc(373em / 1920 * 16);
}
.obsessed .pic-text-1 .pic-img{
  width: calc(161em / 1920 * 16);
  /* height: auto; */
  height: calc(259em / 1920 * 16);
}
.obsessed .pic-text-1 .pic-desc{
  background: linear-gradient( 133deg, #A78355 0%, #E2B784 100%);
  bottom: 15px;
  /* font-size: calc(24em / 1920 * 16); */
  padding-top: 9px;
  padding-bottom: 9px;
}

.obsessed .pic-text-2{
  top: calc(359em / 1920 * 16);
  left: calc(236em / 1920 * 16);
}
.obsessed .pic-text-2 .pic-img{
  width: calc(209em / 1920 * 16);
  /* height: auto; */
  height: calc(335em / 1920 * 16);
}
.obsessed .pic-text-2 .pic-desc{
  background: linear-gradient( 61deg, #CB6565 0%, #F4C5C5 100%);
  bottom: 31px;
  /* font-size: calc(25em / 1920 * 16); */
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 7px;
}

.obsessed .pic-text-3{
  top: calc(562em / 1920 * 16);
  left: calc(494em / 1920 * 16);
}
.obsessed .pic-text-3 .pic-img{
  width: calc(184em / 1920 * 16);
  /* height: auto; */
  height: calc(276em / 1920 * 16);
}
.obsessed .pic-text-3 .pic-desc{
  background: linear-gradient( 225deg, #5BBE4E 0%, #25840C 100%);
  bottom: 19px;
  /* font-size: calc(20em / 1920 * 16); */
  padding-top: 9px;
  padding-bottom: 9px;
}

.obsessed .pic-text-4{
  top: calc(110em / 1920 * 16);
  right: calc(382em / 1920 * 16);
}
.obsessed .pic-text-4 .pic-img{
  width: calc(152em / 1920 * 16);
  /* height: auto; */
  height: calc(235em / 1920 * 16);
}
.obsessed .pic-text-4 .pic-desc{
  background: linear-gradient( 229deg, #8CD56E 0%, #448214 100%);
  bottom: 14px;
  /* font-size: calc(16em / 1920 * 16); */
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
}

.obsessed .pic-text-5{
  top: calc(334em / 1920 * 16);
  right: calc(223em / 1920 * 16);
}
.obsessed .pic-text-5 .pic-img{
  width: calc(200em / 1920 * 16);
  /* height: auto; */
  height: calc(322em / 1920 * 16);
}
.obsessed .pic-text-5 .pic-desc{
  background: linear-gradient( 130deg, #EF6400 0%, #FFBF1B 100%);
  bottom: 20px;
  /* font-size: calc(20em / 1920 * 16); */
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 6px;
}

.obsessed .pic-text-6{
  top: calc(548em / 1920 * 16);
  right: calc(419em / 1920 * 16);
}
.obsessed .pic-text-6 .pic-img{
  width: calc(172em / 1920 * 16);
  /* height: auto; */
  height: calc(276em / 1920 * 16);
}
.obsessed .pic-text-6 .pic-desc{
  background: linear-gradient( 246deg, #00C6F8 0%, #0080C7 100%);
  bottom: 20px;
  /* font-size: calc(26em / 1920 * 16); */
  padding-top: 10px;
  padding-bottom: 10px;
}
.obsessed .pic-desc h3{
  font-size: 1em;
}
@media screen and (max-width: 1570px){
  .obsessed .text-wrapper h2{
    max-width: 520px;
  }
}
@media screen and (max-width: 1510px){
  .obsessed .text-wrapper h2{
    max-width: 58%;
  }
}

/* @media screen and (max-width: 1377px){
  .obsessed .text-wrapper h2{
    max-width: 420px;
  }
} */

@media screen and (max-width: 895px){
  /* .obsessed .pic-img{
    opacity: 0;
  }
  .obsessed .img-icon{
    display: none;
  } */
   .obsessed{
    background: url('../images/index/pipiads_3.0_image_7.webp') 100% 100% no-repeat ;
    background-size: 100% 100%;
    padding-bottom: 20px;
   }
  .obsessed .text-wrapper{
    transform: none;
    margin-bottom: 45px;

  }
  .obsessed .text-wrapper h2{
    max-width: unset;
  }
  .obsessed .text-wrapper .tip{
    padding: 20px;
  }
  .obsessed .pic-desc{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
  .obsessed .pic-desc h3{
    font-size: 14px;
    line-height: 1.2;
  }
  .obsessed-bg{
    display: none;
  }
  .obsessed .img-icon{
    display: none !important;
  }
  .obsessed .ab-img{
    margin-bottom: 60px;
    position: static;
    display: inline-block;
    width: 48%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .obsessed .text-wrapper{
    position: static;
  }
  .obsessed .pic-desc{
    position: static;
    transform: none;
    min-width: unset;
    width: 75%;
    height: 38px;
    margin-top: -54px;
  }
  .obsessed .pic-img{
    width: 60% !important;
    height: auto !important;
  }
}

/* obsessed end */

/* best-talk-about start */
.best-talk-about{
  margin-top: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.best-talk-about h2{
  font-weight: bold;
  font-size: 60px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  font-family: Poppins;
}
.change-btn{
  width: 44px;
  height: 44px;
  border: 1px solid #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.change-btn img{
  width: 10px;
  height: 17px;
}
.change-btn:hover{
  background: #383838;
}
.over-btn{
  cursor: pointer;
}
.over-btn .hover{
  display: none;
}
.over-btn:hover .hover{
  display: block;
}
.over-btn:hover .default{
  display: none;
}
.best-talk-about .talk-item {
  margin-top: 120px;

}
.best-talk-about .talk-item .max-width{
  display: flex;
  gap: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  flex-wrap: wrap;
}
.best-talk-about .talk-item .video-wrapper {
  max-width: 638px;
  flex:1 0 42%;
}
.best-talk-about .talk-item .video-wrapper a {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-height: 262px;
  position: relative;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
}
.best-talk-about .talk-item .video-wrapper a {
  position: relative;
}

.best-talk-about .talk-item .video-wrapper a.actived:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/index/play.svg);
  background-size: 68px 68px;
  width: 68px;
  height: 68px;
  transition: .3s;
}
.best-talk-about .talk-item .video-wrapper a:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.best-talk-about .talk-item .video-wrapper a .video-poster{
  width: 100%;
}

.best-talk-about .talk-item .video-desc{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.best-talk-about .talk-item .video-desc p.video-detail {
  font-weight: 500;
  font-size: 28px;
  color: #191919;
  line-height: 44px;
}
.best-talk-about .talk-item .video-desc p.video-detail .insite-text{
  color: var(--tt-theme-color);
}
.best-talk-about .talk-item p.video-user {
  margin-top: 10px;
  font-weight: bold;
  font-size: 26px;
  color: #191919;
  line-height: 32px;
}

.best-talk-about .talk-item .video-desc div.video-users-list .user-row{
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.best-talk-about .talk-item .video-desc div.video-users-list .user-avatars {
  display: flex;
  gap: 19px;
  align-items: center;
}
.best-talk-about .talk-item .video-desc div.video-users-list .user-avatars .avatar-wrapper {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.best-talk-about .talk-item .video-desc div.video-users-list .user-avatars .avatar-wrapper img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.best-talk-about .talk-item .video-desc div.video-users-list .user-avatars .avatar-wrapper.actived {
  width: 76px;
  height: 76px;
  border: 3px solid green;
  border-radius: 50%;
}
.best-talk-about .talk-item .video-desc div.video-users-list .user-avatars .avatar-wrapper.actived img {
  border: 3px solid white;
  border-radius: 50%;
  opacity: 1;
}
.best-talk-about .talk-item .video-desc div.video-users-list .change-btns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.best-talk-about .info1,
.best-talk-about .info2,
.best-talk-about .info3,
.best-talk-about .info4,
.best-talk-about .info5{
  display: none;
}
.best-talk-about .info1.actived,
.best-talk-about .info2.actived,
.best-talk-about .info3.actived,
.best-talk-about .info4.actived,
.best-talk-about .info5.actived{
  display: block;
}
@media screen and (max-width: 1200px) {
  .best-talk-about .talk-item{
    flex-direction: 
    column;
  }
  .best-talk-about .talk-item .video-wrapper{
    max-width: unset;
  }
  .best-talk-about .talk-item .video-wrapper a .video-poster {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .best-talk-about .talk-item .video-desc div.video-users-list .user-row{
    flex-direction: column;
  }
  .best-talk-about{
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .best-talk-about h2{
    font-size: 32px;
  }
  .best-talk-about .talk-item{
    margin-top: 50px;
  }
  .best-talk-about .talk-item .max-width{
    gap: 30px;
  }
  .best-talk-about .talk-item .video-desc{
    width: 100%;
  }
}
/* best-talk-about end */

/* pick-plan start */
.pick-plan {
  background: linear-gradient(0deg, #FFFFFF 0%, #E2FAE6 100%);
  padding-top: 80px;
  padding-bottom: 232px;
}
.pick-plan .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1449px;
}
.pick-plan .start-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 26px;
  padding-left: 26px;
  max-width: 1450px;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.pick-plan .start-row h2 {
  font-weight: bold;
  font-size: 50px;
  color: #191919;
  line-height: 1.3;
  max-width: 758px;
  font-family: Poppins;
}
.pick-plan .start-row .user-msg {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pick-plan .start-row .user-msg p {
  text-align: right;
}
.pick-plan .start-row .user-msg .user-count {
  font-weight: bold;
  font-size: 42px;
  color: #04AE6B;
  line-height: 54px;
}
.pick-plan .start-row .user-msg .join-desc {
  margin-top: 6px;
  font-weight: 400;
  font-size: 20px;
  color: #191919;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  .pick-plan .start-row{
    flex-direction: column;
  }
  .pick-plan{
    padding-bottom: 120px;
  }
}
.pick-plan .plans-wrap{
  padding-left: 30px;
  padding-right: 30px;
}
.pick-plan .plans {
  margin-top: 78px;
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}
.pick-plan .plans .plan-item {
  min-width: 326px;
  height: 100%;
  padding-top: 49px;
  position: relative;
}
.pick-plan .plans .plan-item .plan-card {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: 1px solid #D5E6E3;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 79px;
  position: relative;
}
.pick-plan .plans .plan-item .plan-card .card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 32px;
}
.pick-plan .plans .plan-item .plan-card .card-head .tip {
  font-size: 20px;
  color: #191919;
  line-height: 24px;
}
.pick-plan .plans .plan-item .plan-card .card-head .plan-name {
  font-weight: bold;
  font-size: 26px;
  color: #191919;
  line-height: 46px;
  font-family: Poppins;
}
.pick-plan .plans .plan-item .plan-card .card-head img {
  width: 24px;
  height: 20px;
}
.pick-plan .plans .plan-item .plan-card .card-price {
  margin-top: 44px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.pick-plan .plans .plan-item .plan-card .card-price .currency {
  font-size: 28px;
  color: #191919;
  line-height: 34px;
  margin-right: 8px;
  font-weight: normal;
  font-family: Poppins;
}
.pick-plan .plans .plan-item .plan-card .card-price .price {
  color: #191919;
  font-weight: bold;
  font-family: Poppins-Bold;
  font-size: 48px;
}
.pick-plan .plans .plan-item .plan-card .card-price .separation {
  margin: 0 4px;
  font-size: 18px;
}
.pick-plan .plans .plan-item .plan-card .card-price .unit {
  font-size: 18px;
  color: #191919;
  line-height: 21px;
}
.pick-plan .plans .plan-item .plan-card .card-desc {
  margin-top: 40px;
  min-height: 190px;
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.pick-plan .plans .plan-item .plan-card .card-desc .desc-title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
.pick-plan .plans .plan-item .plan-card .card-desc .tip {
  font-size: 16px;
  color: #191919;
  line-height: 22px;
  text-align: center;
}
.pick-plan .plans .plan-item .plan-card .card-desc .desc-item {
  display: flex;
  gap: 10px;
}
.pick-plan .plans .plan-item .plan-card .card-desc .desc-item img {
  width: 17px;
  height: 14px;
  margin-top: 3px;
}
.pick-plan .plans .plan-item .plan-card .card-desc .desc-item .desc-detail {
  font-size: 16px;
  color: #191919;
  line-height: 20px;
}
.pick-plan .plans .plan-item .plan-card .plan-msg {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
  min-height: 83px;
}
.pick-plan .plans .plan-item .plan-card .btn-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 35px;
}
.pick-plan .plans .plan-item .plan-card .btn-row .el-button {
  width: 100%;
  background: var(--tt-theme-color);
  color: #ffffff;
  border-radius: 6px;
  font-size: 18px;
}
.pick-plan .plans .plan-item .plan-card .btn-row .el-button:hover {
  background: #0f9475;
  border-color: #0f9475;
}
.pick-plan .plans .plan-item.plans1 .btn-row .el-button {
  background: #ffffff;
  border: 1px solid #D5D5D5;
  color: #191919;
}
.pick-plan .plans .plan-item.plans1 .btn-row .el-button:hover{
  color: var(--tt-theme-color);
  border-color: var(--tt-theme-color);
  background: #ffffff;
}
.pick-plan .plans .plan-item.plans1 .plan-card .card-price{
  height: 72px;
}
.pick-plan .plans .plan-item.plans1 .plan-card .card-price .price{
  font-size: 32px;
  line-height: 72px;
}
.pick-plan .plans .plan-item.popular .plan-card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pick-plan .plans .plan-item .card-cap{
  background: var(--tt-theme-color);
  border-radius: 10px 10px 0px 0px;
  height: 49px;
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
  line-height: 49px;

}
.pick-plan .plans3.plan-item .plan-card{
  border: 2px solid var(--tt-theme-color);
  border-top: none;
}
@media screen and (max-width: 1437px) {
  .pick-plan .plans{
    grid-template-columns: repeat(2, 1fr);
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 938px) {
  .pick-plan .plans{
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pick-plan .start-row h2 {
    font-size: 34px;
    text-align: center;
  }
  .pick-plan .start-row .user-msg .user-count{
    text-align: center;
  }
  .pick-plan .start-row .user-msg .join-desc{
    text-align: center;
  }
  .pick-plan .plans{
    margin-top: 10px;
  }
  .pick-plan .plans .plan-item .plan-card{
    padding-left: 20px;
    padding-right: 20px;
  }
  .pick-plan .plans .plan-item .plan-card .btn-row{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 746px) {
  .pick-plan .plans{
    grid-template-columns: repeat(1, 1fr);
    padding-right: 0px;
    padding-left: 0px;
  }
  .pick-plan .plans .plan-item .plan-card .card-desc{
    min-height: 100px;
  }
}
/* pick-plan end */

/* powerful library start */
.powerful-library{
  padding: 0 30px 95px 30px;
  background-image: url(../images/index/pipiads_3.0_image_8.webp);
  background-size: 100% 100%;
}
.powerful-library h2{
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins;
}
.powerful-library .logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 224px;
    height: auto;
}
.powerful-library .btn-row{
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.powerful-library .btn-row a {
  display: inline-block;
}
.powerful-library .btn-row .el-button{
  min-width: 300px;
  height: 62px;
  background: #000000;
  border-color: #000000;
  border-radius: 31px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.powerful-library .btn-row .el-button span{
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  font-style: normal;
}
.powerful-library .btn-row .el-button img{
  width: 19px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.powerful-library .btn-row .el-button:hover{
  background-color: var(--tt-theme-color);
  border-color: var(--tt-theme-color);
  opacity: 1;
}
.powerful-library .start-tip{
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}
.powerful-library .start-tip img {
  width: 76px;
  height: auto;
}
@media screen and (max-width: 1376px) {
  .powerful-library h2{
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .powerful-library .start-tip{
    text-align: center;
  }
}
/* powerful library end */

.normal-primary-btn:hover{
  background-color: #0f9475;
  background: #0f9475;
  border-color: #0f9475;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .explore-title{
    width: 100%;
  }

  /* banner */
  .index-banner {
    padding: 20px 10px 30px;
    text-align: center;
  }

  .index-banner .discover {
    flex: 1;
  }

  .index-banner .discover .discover-title {
    font-size: 30px;
    line-height: 1.3;
    word-wrap: break-word;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
  }
  .index-banner .discover .best-list-container{
    text-align: center;
  }
  .index-banner .discover .best-list {
    padding: 12px 0 40px;
    display: inline-block;
    max-width: 88%;
  }
  .is-zh .index-banner .discover .best-list {
    max-width: unset;
  }
  .index-banner .discover .best-list .best-list-item {
    padding: 6px 0;
    margin: 0 auto;
  }

  .index-banner .discover .best-list .best-list-item .icon-check {
    margin-right: 12px;
    width: 17px;
    height: 15px;
    margin-top: 3px;
  }

  .index-banner .discover .best-list .best-list-item span {
    font-size: 16px;
    line-height: 1.3;
    word-wrap: break-word;
    text-align: left;
  }

  .index-banner .discover .what-we-did {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 15px;
    word-wrap: break-word;
    max-width: 82%;
  }
  .is-zh .index-banner .discover .what-we-did .text2{
    margin-top: 10px;
    display: inline-block;
    max-width: 80%;
  }

  .index-banner .discover .to-ctrl {
    font-size: 0;
    height: 50px;
  }

  .index-banner .discover .to-ctrl .el-input-group,
  .index-banner .discover .to-ctrl .el-input-group .el-input-group__append {
    border: 0;
    background: none;
  }

  .index-banner .discover .to-ctrl .el-input-group .el-input-group__append {
    height: 50px;
    padding: 0;
  }

  .index-banner .discover .to-ctrl .el-input__inner {
    display: none;
  }

  .index-banner .discover .to-ctrl .el-button {
    font-size: 18px;
    height: 50px;
    width: 80%;
    border-radius: 4px;
  }

  .index-banner .discover-pic {
    display: none;
  }

  /* banner end*/


  /* comments */
  .comments-bg {
    display: none;
  }

  .index-comments .comments-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 70%;
  }

  .index-comments .comments-swiper .swiper-wrapper .swiper-slide .comment {
    display: block;
    padding: 0 20px;
  }

  .index-comments .comments-swiper .swiper-wrapper .swiper-slide .comment .comment-video {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .index-comments .comments-swiper .swiper-wrapper .swiper-slide .comment .comment-video,
  .index-comments .comments-swiper .swiper-wrapper .swiper-slide .comment .comment-video img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    min-height: 262px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user {
    margin-bottom: 15px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar {
    transform:translateZ(0) scale(.8);
    margin-right: 6px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar img {
    width: 100%;
    height: auto;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg {
    flex: 1;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg h3 {
    font-size: 14px;
    line-height:17px;
    margin-bottom: 3px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg p {
    font-size:10px;
    line-height: 12px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text {
    font-size:14px;
    line-height: 1;
    word-wrap: break-word;
  }

  .swiper-ctrl {
    /* position: relative;
    left: 0;
    bottom: 0;
    height: 20px; */
    /* z-index: 10;
    display: flex;
    align-items: center;
    margin-top: 20px; */
  }

  .comments-swiper .swiper-button-next,
  .comments-swiper .swiper-button-prev {
    /* position: relative; */
    width: 16px;
    height: 20px;
    margin-top: -37px;
    background: none;
    flex-shrink: 0;
    margin: 0;
    opacity: 1;
    /* top: 0; */
    cursor: pointer;
    z-index: 6;
  }

  .comments-swiper .swiper-button-next.swiper-button-disabled,
  .comments-swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
  }

  .comments-swiper .swiper-button-next {
    right: 0;
  }

  .comments-swiper .swiper-button-prev {
    left: 0;
  }

  .comments-swiper .swiper-button-next img,
  .comments-swiper .swiper-button-prev img {
    width: 16px;
    height: 20px;
  }

  .comments-swiper .swiper-pagination {
    position: relative;
    flex: 1;
    width: auto;
    margin-top: 20px;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    opacity: 0.1;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--tt-theme-color);
  }

  /* .index-comments .swiper-ctrl {
    display: none;
  } */

  /* comments  end*/

  /* ads-experience */
  .index-ads-experience {
    padding:50px 10px 0 10px;
  }

  .index-ads-experience .experience-title {
    font-size:28px;
    line-height: 1.2;
    max-width: 80%;
    margin: 0 auto 40px;
  }

  .ads-experience .experience-list .experience-item+.experience-item {
    margin-top: 30px;
  }

  .ads-experience .experience-list .experience-item .experience-box {
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
  }

  .ads-experience .experience-list .experience-item .icon {
    width: 65px;
    flex-shrink: 0;
  }

  .ads-experience .experience-list .experience-item:nth-child(1) .icon img {
    width: 36px;
    height:  36px;
  }

  .ads-experience .experience-list .experience-item:nth-child(2) .icon img {
    width:  36px;
    height:  36px;
  }

  .ads-experience .experience-list .experience-item:nth-child(3) .icon img {
    width:  36px;
    height:  36px;
  }

  .ads-experience .experience-list .experience-item:nth-child(4) .icon img {
    width: 36px;
    height:  36px;
  }

  .ads-experience .experience-list .experience-item:nth-child(5) .icon img {
    width:41px;
    height:41px;
  }

  .ads-experience .experience-list .experience-item-right {
    flex: 1;
  }

  .ads-experience .experience-list .experience-item-right h3 {
    font-size:19px;
    line-height: 23px;
    margin-bottom: 8px;
    color: var(--tt-theme-color);
  }

  .ads-experience .experience-list .experience-item-right p {
    font-size:13px;
    line-height: 17px;
  }

  .ads-experience .experience-pic {
    display: none;
  }

  .ads-experience .experience-pic-mobile {
    display: block;
  }

  .ads-experience .experience-pic-mobile img {
    width: 100%;
    height: auto;
  }

  /* ads-experience end*/

  /* ads-types */
  .index-ads-types {
    padding: 0 10px 50px;
    margin-top: 40px;
  }

  .ads-types-title {
    font-size: 28px;
    line-height: 1.2;
    max-width: 82%;
    margin: 0 auto 20px;
  }

  .ads-types-desc {
    font-size:12px;
    line-height: 1.2;
    max-width: 82%;
    margin: 0 auto 50px;
  }

  .ads-types-show {
    display: none;
  }

  .ads-types-right {
    display: block;
  }

  .ads-types-list {
    width: 100%;
  }
  .ads-types-item:hover{
    cursor: pointer;
  }

  .ads-types-item+.ads-types-item {
    margin-top: 40px;
  }
  .ads-types-item+.ads-types-item:hover{
    cursor: pointer;
  }
  .ads-types-item .ads-types-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }


  .ads-types-item .icon {
    margin-right: 5px;
  }
  .ads-types-item .icon .icon-ads-types-common{
    transform: translateZ(0) scale(.6);
  }
  .ads-types-item .icon .icon-ads-types-active{
    display: none;
  }

  .ads-types-item p {
    font-size: 19px;
    font-weight: 600;
    line-height:23px;
    font-family: Gilroy-ExtraBold;
  }

  .ads-types-item.actived p, .ads-types-item:hover p {
    font-weight: 400;
    font-family: Gilroy-ExtraBold;
  }

  .ads-types-pic-box {
    font-size: 0;
    display: block;
    margin-top: 25px;
    text-align: center;
  }

  .ads-types-pic-box img {
    width: 100%;
    height: auto;
  }

  .ads-types-item:nth-child(1) .ads-types-pic-box img,
  .ads-types-item:nth-child(2) .ads-types-pic-box img,
  .ads-types-item:nth-child(3) .ads-types-pic-box img,
  .ads-types-item:nth-child(4) .ads-types-pic-box img,
  .ads-types-item:nth-child(6) .ads-types-pic-box img {
    width: 95%;
  }

  .ads-types-item:nth-child(1) .ads-types-pic-box img {
    margin-left: 2%;
  }

  .ads-types-item:nth-child(2) .ads-types-pic-box img {
    margin-right: 3%;
  }

  .types-ctrl {
    text-align: center;
    margin-top: 40px;
  }

  .types-ctrl .el-button--primary {
    width: 80%;
    height: 50px;
    font-size:18px;
  }

  /* ads-types end */

  .comments-swiper .swiper-container .swiper-slide .comment .comment-video:after {
    width: 52px;
    height:  52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .index-banner .discover-pic img {
    max-width: 120%;
    height: auto;
    margin: -9% -9% 0 -9%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .discover {
    padding-top: 3%;
  }

  .index-banner .discover-pic img {
    max-width: 120%;
    height: auto;
    margin: -15% -9% 0 -9%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .index-banner .discover-pic{
    width: 50%;
  }
  .index-banner .discover-pic img {
    width: 100%;
    margin: -80px auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {

  /* banner */
  .index-banner {
    padding: 60px 20px 60px;
    overflow-x: hidden;
  }

  .index-banner .discover {
    max-width: 574px;
    width: 50%;
  }

  .index-banner .discover .discover-title {
    font-size: 30px;
    line-height: 40px;
  }

  .index-banner .discover .best-list {
    padding: 16px 0 30px;
  }

  .index-banner .discover .best-list .best-list-item {
    padding: 8px 0;
  }

  .index-banner .discover .best-list .best-list-item  .icon-check {
    margin-right: 12px;
    width: 23px;
    height: 20px;
  }

  .index-banner .discover .best-list .best-list-item  span {
    font-size: 16px;
    line-height: 20px;
  }

  .index-banner .discover .what-we-did {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 442px;
  }

  .index-banner .discover .to-ctrl {
    max-width: 524px;
  }

  .index-banner .discover .to-ctrl .el-input__inner {
    height: 54px;
    font-size: 18px;
  }

  .index-banner .discover .to-ctrl .el-button {
    font-size: 16px;
    height: 54px;
  }

  .index-banner .discover-pic {
    max-width: 853px;
    width: 50%;
  }

  /* banner end*/


  /* comments */
  .index-comments {
    position: relative;
    background: linear-gradient(180deg, #F2FAF9 0%, #F2FAF9 75%, #FFFFFF 100%);
    padding: 60px 20px 160px;
  }

  .comments-bg {
    top: 50%;
    width: 68%;
    height: 65%;
    transform: translateY(-50%);
  }

  .comments-bg img {
    position: absolute;
    top: 57%;
    left: 60%;
    width: 130px;
    height: 100px;
  }

  .index-comments .comments-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 450px;
    margin-bottom: 20px;
  }

  .comments-swiper {
    max-width: 1250px;
  }

  .comments-swiper .swiper-container {
    z-index: 3;
    width: 100%;
  }

  .comments-swiper .swiper-container .swiper-slide .comment {
    display: flex;
    align-items: center;
  }

  .comments-swiper .swiper-container .swiper-slide .comment .comment-video {
    width: 40%;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
    margin-right: 40px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg {
    flex: 1;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user {
    margin-bottom: 20px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar img {
    width: 100%;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg {
    flex: 1;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg p {
    font-size: 14px;
    line-height: 16px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text {
    font-size: 18px;
    line-height: 24px;
  }

  .swiper-ctrl {
    position: relative;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .comments-swiper .swiper-button-next,
  .comments-swiper .swiper-button-prev {
    position: relative;
    width: 16px;
    height: 20px;
    margin-top: -37px;
    background: none;
    flex-shrink: 0;
    margin: 0;
    opacity: 1;
    top: 0;
    cursor: pointer;
    left: auto;
    right: auto;
  }

  .comments-swiper .swiper-button-next img,
  .comments-swiper .swiper-button-prev img {
    width: 16px;
    height: 20px;
  }

  .comments-swiper .swiper-pagination {
    position: relative;
    flex: 1;
    width: auto;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    opacity: 0.1;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--tt-theme-color);
  }

  /* comments end*/

  /* ads-experience */
  .index-ads-experience {
    margin-top: -40px;
  }

  .ads-experience {
    display: flex;
    padding: 0 20px;
  }

  .index-ads-experience .experience-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 560px;
    margin: 0 auto 35px;
  }

  .ads-experience .experience-list {
    cursor: default;
    max-width: 454px;
    flex: 1 1 43%;
    order: 1;
  }

  .ads-experience .experience-list .experience-item .experience-box {
    display: flex;
    align-items: flex-start;
    padding: 14px 14px 14px 0;
  }

  .ads-experience .experience-list .experience-item .icon {
    width: 60px;
    flex-shrink: 0;
    margin-right: 3px;
  }

  .ads-experience .experience-list .experience-item:nth-child(1) .icon img {
    width: 36px;
    height: 40px;
  }

  .ads-experience .experience-list .experience-item:nth-child(2) .icon img {
    width: 36px;
    height: 42px;
  }

  .ads-experience .experience-list .experience-item:nth-child(3) .icon img {
    width: 40px;
    height: 40px;
  }

  .ads-experience .experience-list .experience-item:nth-child(4) .icon img {
    width: 36px;
    height: 46px;
  }

  .ads-experience .experience-list .experience-item:nth-child(5) .icon img {
    width: 44px;
    height: 44px;
  }

  .ads-experience .experience-list .experience-item-right {
    flex: 1;
  }

  .ads-experience .experience-list .experience-item-right h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .ads-experience .experience-list .experience-item-right p {
    font-size: 14px;
    line-height: 18px
  }

  .ads-experience .experience-pic {
    max-height: 633px;
    max-width: 759px;
    flex: 1 1 60%;
    margin-left: 34px;
    order: 2;
  }

  .ads-experience .experience-pic img {
    max-width: 100%;
    height: auto;
  }

  .ads-experience .experience-list .experience-item.actived .experience-box,
  .ads-experience .experience-list .experience-item:hover .experience-box {
    background: #F3FAF9;
    border-radius: 6px;
  }

  .ads-experience .experience-list .experience-item.actived h3,
  .ads-experience .experience-list .experience-item:hover h3 {
    color: var(--tt-theme-color);
  }

  /* ads-experience end*/

  /* ads-types */
  .index-ads-types {
    padding: 120px 20px 60px;
  }

  .index-ads-types .index-wrap {
    max-width: 1150px;
  }

  .ads-types-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 480px;
    margin: 0 auto 10px;
  }

  .ads-types-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 60px;
  }

  .ads-types-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .ads-types-show {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    max-width: 54%;
    height: 521px;
    flex: 1 1 54%;
    order: 1;
  }

  .ads-types-show img {
    max-width: 100%;
    height: auto;
  }

  .ads-types-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: default;
    max-width: 39%;
    flex: 1 1 39%;
    order: 2;
  }

  .ads-types-list {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .ads-types-item .ads-types-item-box {
    flex-direction: column;
    height: 120px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E9EBF1;
    cursor: pointer;
  }

  .ads-types-item .icon {
    height: 36px;
    margin-bottom: 5px;
  }

  .ads-types-item .icon img {
    height: 38px;
  }

  .ads-types-item p {
    font-size: 16px;
    line-height: 20px;
  }

  .ads-types-item.actived .ads-types-item-box,
  .ads-types-item:hover .ads-types-item-box {
    background: #F7FFFD;
    border: 1px solid var(--tt-theme-color);
  }

  .ads-types-item.actived p,
  .ads-types-item:hover p {
    font-weight: 600;
    color: var(--tt-theme-color);
  }

  .types-ctrl {
    flex-shrink: 0;
    align-items: flex-start;
  }

  .types-ctrl .el-button--primary {
    width: 212px;
    height: 54px;
  }

  .ads-types-item img.icon-ads-types-active,
  .ads-types-item img.icon-ads-types-active {
    display: none;
  }

  .ads-types-item.actived img.icon-ads-types-common,
  .ads-types-item:hover img.icon-ads-types-common {
    display: none;
  }
  .ads-types-item.actived img.icon-ads-types-active,
  .ads-types-item:hover img.icon-ads-types-active {
    display: block;
  }

  /* ads-types end */

  /* index-start */
  .index-start {
    padding: 54px 20px 36px;
  }

  .start-title {
    font-size: 30px;
    line-height: 44px;
    max-width: 770px;
    margin: 0 auto 18px;
  }

  .start-ctrl .el-button--primary {
    width: 238px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .start-desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 14px;
  }

  /* index-start end */

  /* index-comments-zh */
  .index-comments-zh {
    padding: 80px 0 130px;
    background: linear-gradient(180deg, #F2FAF9 0%, #FFFFFF 100%);
  }

  .index-comments-zh h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 50px;
  }

  .index-comments-zh-list {
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .index-comments-zh-item {
    border-radius: 8px;
    padding: 36px 20px 30px;
  }

  .index-comments-zh-avatar {
    width: 94px;
    height: 94px;
  }

  .index-comments-zh-company {
    font-size: 18px;
    line-height: 25px;
    margin-top: 22px;
  }

  .index-comments-zh-position {
    font-size: 15px;
    line-height: 21px;
    margin-top: 4px;
    margin-bottom: 15px;
  }

  .index-comments-zh-desc {
    padding: 10px 20px;
  }

  .index-comments-zh-desc span {
    font-size: 14px;
    line-height: 20px;
  }

  .index-comments-zh-member {
    font-size: 14px;
    line-height: 20px;
  }

  /* index-comments-zh end */
}

@media screen and (min-width: 1300px) {

  /* banner */


  /* banner end*/


  /* comments */
  .index-comments {
    position: relative;
    background: linear-gradient(180deg, #F2FAF9 0%, #F2FAF9 75%, #FFFFFF 100%);
    padding: 105px 0 240px;
  }

  .comments-bg img {
    position: absolute;
    top: 57%;
    left: 60%;
    width: 146px;
    height: 108px;
  }

  .index-comments .comments-title {
    font-size: 48px;
    line-height: 54px;
    max-width: 450px;
    margin-bottom: 35px;
  }

  .comments-swiper {
    max-width: 1250px;
  }

  .comments-swiper .swiper-container {
    z-index: 3;
    width: 100%;
  }

  .comments-swiper .swiper-container .swiper-slide .comment {
    display: flex;
    align-items: center;
  }

  .comments-swiper .swiper-container .swiper-slide .comment .comment-video {
    width: 569px;
    height: 320px;
    border-radius: 12px;
    flex-shrink: 0;
    margin-right: 80px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg {
    flex: 1;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user {
    margin-bottom: 34px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-avatar {
    margin-right: 12px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg {
    flex: 1;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 2px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-user .comment-user-msg p {
    font-size: 15px;
    line-height: 17px;
  }

  .comments-swiper .swiper-container .swiper-slide .comment-msg .comment-video-text {
    font-size: 24px;
    line-height: 32px;
  }

  .swiper-ctrl {
    position: relative;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 28px;
    z-index: 10;
    display: flex;
    align-items: center;
    margin-top: 32px;
  }

  .comments-swiper .swiper-button-next,
  .comments-swiper .swiper-button-prev {
    position: relative;
    width: 16px;
    height: 28px;
    margin-top: -37px;
    background: none;
    height: 28px;
    flex-shrink: 0;
    margin: 0;
    opacity: 1;
    top: 0;
    cursor: pointer;
    left: auto;
    right: auto;
  }

  .comments-swiper .swiper-button-next img,
  .comments-swiper .swiper-button-prev img {
    width: 16px;
    height: 28px;
  }

  .comments-swiper .swiper-pagination {
    position: relative;
    flex: 1;
    width: auto;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    opacity: 0.1;
  }

  .comments-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--tt-theme-color);
  }

  /* comments end*/

  /* ads-experience */
  .index-ads-experience {
    margin-top: -60px;
  }

  .ads-experience {
    display: flex;
  }

  .index-ads-experience .experience-title {
    font-size: 48px;
    line-height: 62px;
    max-width: 720px;
    margin: 0 auto 45px;
  }

  .is-zh .index-ads-experience .experience-title {
    line-height: 62px;
    max-width: 710px;
  }

  .ads-experience .experience-list {
    cursor: default;
    max-width: 471px;
    flex: 1 1 40%;
    order: 1;
  }

  .ads-experience .experience-list .experience-item .experience-box {
    display: flex;
    align-items: flex-start;
    padding: 18px 18px 18px 0;
    cursor: pointer;
    border-radius: 8px;
  }
  
  .is-zh .ads-experience .experience-list .experience-item .experience-box {
	padding: 20px 18px 20px 0;  
  }

  .ads-experience .experience-list .experience-item .icon {
    width: 90px;
    flex-shrink: 0;
    margin-right: 3px;
  }

  .ads-experience .experience-list .experience-item:nth-child(1) .icon img {
    width: 44px;
    height: 49px;
  }

  .ads-experience .experience-list .experience-item:nth-child(2) .icon img {
    width: 46px;
    height: 54px;
  }

  .ads-experience .experience-list .experience-item:nth-child(3) .icon img {
    width: 54px;
    height: 54px;
  }

  .ads-experience .experience-list .experience-item:nth-child(4) .icon img {
    width: 42px;
    height: 54px;
  }

  .ads-experience .experience-list .experience-item:nth-child(5) .icon img {
    width: 54px;
    height: 54px;
  }

  .ads-experience .experience-list .experience-item-right {
    flex: 1;
  }

  .ads-experience .experience-list .experience-item-right h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 6px;
  }

  .ads-experience .experience-list .experience-item-right p {
    font-size: 16px;
    line-height: 26px;
  }

  .ads-experience .experience-list .experience-item:nth-child(1) .experience-item-right p {
    max-width: 350px;
  }

  .ads-experience .experience-list .experience-item:nth-child(2) .experience-item-right p {
    max-width: 326px;
  }

  .ads-experience .experience-pic {
    max-width: 795px;
    flex: 1 1 60%;
    margin-left: 34px;
    order: 2;
  }

  .ads-experience .experience-pic img {
    max-width: 100%;
  }

  .ads-experience .experience-list .experience-item.actived .experience-box,
  .ads-experience .experience-list .experience-item:hover .experience-box {
    background: #F3FAF9;
  }

  .ads-experience .experience-list .experience-item.actived h3,
  .ads-experience .experience-list .experience-item:hover h3 {
    color: var(--tt-theme-color);
  }

  /* ads-experience end*/

  /* ads-types */
  .index-ads-types {
    padding: 160px 0 100px;
  }

  .index-ads-types .index-wrap {
    max-width: 1150px;
  }

  .ads-types-title {
    font-size: 48px;
    line-height: 60px;
    max-width: 720px;
    margin: 0 auto 10px;
  }
  .is-zh .ads-types-title {
    max-width: 710px;
  }
  .ads-types-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 60px;
  }

  .ads-types-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .ads-types-show {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    max-width: 626px;
    height: 578px;
    flex: 1 1 54%;
    order: 1;
  }

  .ads-types-show img {
    max-width: 100%;
    height: auto;
  }

  .ads-types-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: default;
    max-width: 445px;
    flex: 1 1 39%;
    order: 2;
  }

  .ads-types-list {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .ads-types-item .ads-types-item-box {
    flex-direction: column;
    height: 139px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E9EBF1;
  }

  .ads-types-item .icon {
    height: 40px;
    margin-bottom: 5px;
  }

  .ads-types-item .icon img {
    height: 40px;
  }

  .ads-types-item p {
    font-size: 18px;
    line-height: 22px;
  }

  .ads-types-item.actived .ads-types-item-box,
  .ads-types-item:hover .ads-types-item-box {
    background: #F7FFFD;
    border: 1px solid var(--tt-theme-color);
  }


  .ads-types-item.actived p,
  .ads-types-item:hover p {
    font-weight: 600;
    color: var(--tt-theme-color);
  }

  .types-ctrl {
    flex-shrink: 0;
    align-items: flex-start;
  }

  .types-ctrl .el-button--primary {
    width: 212px;
    height: 54px;
  }

  /* ads-types end */

  /* index-start */
  .index-start {
    padding: 70px 20px 50px;
  }

  .start-title {
    font-size: 50px;
    line-height: 64px;
    max-width: 970px;
    margin: 0 auto 33px;
  }

  .start-ctrl .el-button--primary {
    min-width: 238px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .start-desc {
    font-size: 16px;
    line-height: 16px;
    margin-top: 48px;
  }

  /* index-start end */

  /* index-comments-zh */
  .index-comments-zh {
    padding: 80px 0 200px;
    background: linear-gradient(180deg, #F2FAF9 0%, #F2FAF9 50%, #FFFFFF 100%);
  }

  .index-comments-zh h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 50px;
  }

  .index-comments-zh-list {
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .index-comments-zh-item {
    border-radius: 8px;
    padding: 36px 20px 30px;
  }

  .index-comments-zh-avatar {
    width: 94px;
    height: 94px;
  }

  .index-comments-zh-company {
    font-size: 18px;
    line-height: 25px;
    margin-top: 22px;
  }

  .index-comments-zh-position {
    font-size: 15px;
    line-height: 21px;
    margin-top: 4px;
    margin-bottom: 15px;
  }

  .index-comments-zh-desc {
    padding: 10px 20px;
  }

  .index-comments-zh-desc span {
    font-size: 14px;
    line-height: 24px;
  }

  .index-comments-zh-member {
    font-size: 14px;
    line-height: 20px;
  }

  /* index-comments-zh end */


}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {}

@keyframes bounce-in {
  0% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.typesBounce-enter-active {
  animation: tBounce-in .4s;
}

.typesBounce-leave-active {}

@keyframes tBounce-in {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}


@media only screen and (max-width: 419px) {
  /*--- Mobile portrait ---*/
  .index-banner .discover .discover-title{
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
  }
  .index-comments .comments-title{
    max-width: 85%;
  }
}