﻿#news-ticker {
  height: 27px;
  overflow: hidden;
  position: relative;
}
#news-ticker ul {
  float: left;
  list-style: none;
  margin: 0;
  padding-left: 20px;
  animation: ticker 10s cubic-bezier(1, 0, 0.5, 0) infinite;
}
#news-ticker ul:hover {
  animation-play-state: paused;
}
#news-ticker li {
  line-height: 26px;
}

#news_ticker a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

@keyframes ticker {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -26px;
  }
  50% {
    margin-top: -52px;
  }
  75% {
    margin-top: -78px;
  }
  100% {
    margin-top: 0;
  }
}
.tudou-product-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.tudou-product-list-item:nth-child(2n) .tudou-product-list-item-container {
  flex-direction: row-reverse;
}

.tudou-product-list-item-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}

.tudou-product-featured-image,
.tudou-product-info-wrapper {
  flex-basis: 50%;
}

.tudou-product-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tudou-product-info-wrapper {
  padding: 35px;
}
.tudou-product-info-wrapper ol {
  margin-left: 20px;
  padding: 0;
}

.tudou-product-title h2 {
  color: #334b4f;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.pagination .page-numbers {
  align-items: center;
  display: flex;
  height: 45px;
  margin-right: 15px;
  justify-content: center;
  width: 45px;
}
.pagination .page-numbers:hover {
  background-color: #2d7edf;
  color: #fff;
}
.pagination .prev .next {
  background-color: #f9f9f9;
}

.uael-grid-pagination {
  text-align: center;
}
.uael-grid-pagination a.page-numbers,
.uael-grid-pagination span.page-numbers.current {
  align-items: center;
  display: inline-flex;
  height: 45px;
  margin-right: 15px;
  justify-content: center;
  padding: 0;
  width: 45px;
}
.uael-grid-pagination a.page-numbers:hover,
.uael-grid-pagination span.page-numbers.current:hover {
  background-color: #2d7edf !important;
  color: #fff !important;
}
.uael-grid-pagination span.page-numbers.current {
  background: none !important;
}
.uael-grid-pagination a.prev,
.uael-grid-pagination a.next {
  background-color: #f9f9f9;
  padding: 0 15px;
  width: auto;
}

.lSAction > a {
  filter: invert(100%);
}

.lSPager li a {
  outline: none;
  padding: 2px;
}

.lSPager li a img {
  border: 1px solid #f0f0f0;
}

.lSPager li a:hover img {
  border-color: #2d7edf;
}

@media (max-width: 768px) {
  .tudou-product-list-item-container {
    display: block;
  }
}