/* 主题首页组件样式 */
.view-more {
  padding: 0;
  width: 240px;
  height: 56px;
  color: var(--main-bg-color);
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

.view-more i {
  color: var(--main-bg-color);
}

/* 轮播图 Start */
.wrapper.slide-wrapper {
  padding: 0 25px 25px;
}

.slide .swiper-slide a {
  font-size: 0;
}

.slide .swiper-pagination-bullet-active {
  background-color: var(--main-bg-color);
}

.slide-wrapper .slide-btn {
  font-size: 12px;
  background-color: #121212;
  opacity: 0.6;
}

.slide-wrapper .slide-btn.slide-btn--prev {
  left: 48px;
  transform: rotate(180deg);
}

.slide-wrapper .slide-btn.slide-btn--next {
  right: 48px;
}

.slide-wrapper .slide-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .wrapper.slide-wrapper {
    padding: 0 0 3px;
  }
  .slide-wrapper .slide-btn {
    display: none;
  }
}
/* 轮播图 End */

/* 商品专辑 Start */
.product-album .prev-btn,
.product-album .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  height: 40px;
  width: 40px;
  color: var(--main-bg-color);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  cursor: pointer;
}

.product-album .prev-btn {
  left: 4px;
}

.product-album .next-btn {
  right: 4px;
}

.view-all {
  padding: 15px 56px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.view-all i {
  color: var(--main-bg-color);
}

@media screen and (max-width: 768px) {
  .product-album .prev-btn,
  .product-album .next-btn {
    display: none;
  }
  .view-all {
    margin-top: 16px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: unset;
  }
}
/* 商品专辑 End */

/* Banner Start */
.banner .view-more {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.banner .view-more i {
  color: #fff;
}

.banner .view-more:hover {
  border-color: var(--main-bg-color)
}

@media screen and (max-width: 768px) {
  .banner .view-more {
    display: none;
  }
}
/* Banner End */

/* 博客专辑 Start */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -16px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  width: 25%;
}

.blog-item .blog-cover {
  font-size: 0;
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}

.blog-item .blog-cover img {
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}

.blog-item .blog-title {
  display: inline-block;
  margin-top: 16px;
  color: var(--theme-color-font);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.blog-item .blog-title.animation-underline::before {
  bottom: 2px;
}

.blog-item .blog-time {
  margin-top: 12px;
}

.blog-item .blog-content {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .blog-list {
    margin: -5px -25px;
    padding: 5px 25px;
  }
  .blog-list .blog-item {
    margin-right: 16px;
  }
  .blog-list .blog-item:hover .blog-cover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}

@media screen and (max-width: 768px) {
  .blog-list .blog-item {
    width: 100%;
  }
}
/* 博客专辑 End */

/* 图文列表 Start */
.text-content .learn-more {
  padding: 15px 56px;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.learn-more i {
  color: var(--main-bg-color);
}

@media screen and (max-width: 768px) {
  .text-content .learn-more {
    padding: 12px 24px;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 20px;
  }
}
/* 图文列表 End */

/* 邮箱订阅 Start */
.email-subscribe {
  display: flex;
  justify-content: center;
  padding: 28px 0;
  background: #d6e8f9;
}

.subscribe-title {
  font-size: 18px;
  font-weight: bold;
}

.subscribe-subtitle {
  font-size: 14px;
}

.subscribe-left {
  width: 37.5%;
}

.subscribe-right {
  display: flex;
  align-items: center;
  width: 37.5%;
}

.email-input {
  display: block;
  margin: 0 8px 0 30px;
  width: 100%;
  border: 1px solid var(--theme-color-font);
}

@media screen and (max-width: 768px) {
  .email-subscribe {
    flex-direction: column;
  }
  .email-subscribe>div {
    padding: 0 12.5px;
    width: 100%;
  }
  .subscribe-title {
    margin-bottom: 8px;
  }
  .subscribe-right {
    flex-direction: column;
    margin-top: 20px;
  }
  .email-input {
    margin: 0;
  }
  .subscribe-button {
    margin-top: 10px;
    width: 100%;
  }
}
/* 邮箱订阅 End */

/* 图标文本 Start */
.image-list.tile-list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.tile-list .item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tile-list .item-top img {
  height: 80px;
  width: 80px;
}

.tile-list .tile-item {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.tile-list .tile-item:not(:last-child) {
  padding-right: 48px;
}

.tile-list .tile-title {
  margin-bottom: 16px;
  color: var(--main-bg-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  white-space: normal;
}

.tile-list .item-bottom {
  width: 100%;
  color: var(--theme-color-font-secondary);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.tile-item .tile-description {
  width: 100%;
  white-space: normal;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .image-list.tile-list {
    margin-bottom: -24px;
  }
  .mrshop-section .tile-list .tile-item {
    padding-right: 0;
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
  .tile-list .tile-item:nth-child(even) {
    margin-right: 0;
  }
  .tile-list .item-top {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .tile-list .item-top .tile-title {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
  }
  .tile-list .item-bottom {
    font-size: 14px;
  }
}
/* 图标文本 End */

/* 垂直轮播图 Start */
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide-vertical .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
}

.slide-vertical .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color:#fff;
}

.slide-vertical .mobile-slide {
  font-size: 0;
}
/* 垂直轮播图 End */