@charset "utf-8";

.menu {
  justify-content: center;
  width: 100%;
}
.menu li.menu-link {
  border: none;
  padding: 0 15px;
}
.menu .logo img {
  max-width: 160px;
  margin: 0 30px;
}
.menu li.menu-link a {
  letter-spacing: 5px;
  /*font-weight: bold;*/
  /*font-size: 20px;*/
}

/* 正文 */
.title-wrapper {
  padding: 1.5rem 0 2.5rem;
  text-align: center;
  color: #4D4D4D;
}
.title-wrapper p {
  /*color: #606060;*/
  font-weight: bold;
}
.title-wrapper .h5 {
  margin-bottom: 0;
}
.title-wrapper img {
  width: 200px;
  max-width: 80%;
  height: auto;
}
.title-wrapper .smartTitle {
  width: 375px;
  max-width: 80%;
  height: auto;
}
.title-wrapper .title-strip {
  display: inline-block;
  width: 50px;
  background-color: #4D4D4D;
  height: 3px;
  border: none;
  opacity: 1;
  margin:  0;
}
.row-platform .card {
  border: none;
  color: #212529;
  text-decoration: none;
}
.row-store .item > a {
  color: #212529;
  text-decoration: none;
}
.row-store .item .strip {
  border: none;
  background-color: #acacac;
  height: 2px;
  opacity: 1;
  margin: 2rem 0;
}

@media (max-width:576px) {
  .title-wrapper p {
    font-size: 1.1rem;
  }
  .row-platform .title-2 {
    font-size: 1rem;
  }
  .row-store .title-2 {
    font-size: 1rem;
  }
  .row-store .cover {
    max-width: 60px;
  }
  .row-store .image-wrapper {
    text-align: center;
  }
  .row-store p {
    text-align: center;
  }

}


/* // 名人堂 */
.executiveBox {
  overflow: hidden;
}
.executiveBox .title-wrapper img{
  width: 350px;
}
.executiveBox .swBox {
  overflow: hidden;
  
  padding: 0 80px;
  position: relative;
}
.executiveBox .swiper-executive{
  overflow: hidden;
  padding-bottom: 50px;
}
.executiveBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.executiveBox .swiper-slide .swiper-slide-box {
  width: 100%;
  height: 0;
  padding-top: 154.26%;
  overflow: hidden;
  position: relative;
}
.executiveBox .swiper-slide .swiper-slide-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 22px;
}

.executiveBox  .swiper-button-box img{
  width: 50px;
  height: 50px;
}
.executiveBox  .swiper-button-box .swiper-button-next,
.executiveBox  .swiper-button-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  margin-top: -50px;
  z-index: 99;
}
.executiveBox .moreText {
  width: 100% !important;
  text-align: center;
}
.executiveBox .moreText a{
  text-decoration: none;
  color: #979797;
  font-size: 23px;
}
/* // 优选IP */
.resourceBox {
  overflow: hidden;
}
.resourceBox .title-wrapper img{
  width: 221px;
}
.resourceBox .swBox {
  overflow: hidden;
  
  padding: 0 80px;
  position: relative;
}
.resourceBox .swiper-resource{
  overflow: hidden;
  padding-bottom: 50px;
}
.resourceBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resourceBox .swiper-slide .swiper-slide-box {
  width: 100%;
  height: 0;
  padding-top: 46.84%;
  overflow: hidden;
  position: relative;
}
.resourceBox .swiper-slide .swiper-slide-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.resourceBox  .swiper-button-box img{
  width: 50px;
  height: 50px;
}
.resourceBox  .swiper-button-box .swiper-button-next,
.resourceBox  .swiper-button-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  margin-top: -50px;
  z-index: 99;
}
.resourceBox .moreText {
  width: 100% !important;
  text-align: center;
}
.resourceBox .moreText a{
  text-decoration: none;
  color: #979797;
  font-size: 23px;
}

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

}
@media screen and (max-width: 768px) {
  .executiveBox .swBox {
    padding: 0 0;
  }
  .executiveBox .swiper-executive {
    padding-bottom: 30px;
  }
  .executiveBox  .swiper-button-box img{
    width: 40px;
    height: 40px;
  }
  .executiveBox  .swiper-button-box .swiper-button-next,
  .executiveBox  .swiper-button-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -30px;
  }
  .resourceBox .swBox {
    padding: 0 0;
  }
  .resourceBox .swiper-resource {
    padding-bottom: 30px;
  }
  .resourceBox  .swiper-button-box img{
    width: 40px;
    height: 40px;
  }
  .resourceBox  .swiper-button-box .swiper-button-next,
  .resourceBox  .swiper-button-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -30px;
  }
}