.carousel34 .gpCarousel {
  position: relative;
}
.carousel34 .gpCarousel .slick-slider a span {
  padding-bottom: 36%;
}
.carousel34 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel34 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(199, 61, 176, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-size: cover;
  color: transparent;
  border-radius: 50%;
}
.carousel34 .gpCarousel .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -600px;
  background: url("https://www.overclocking-madness.com/images/carousel34-prev.png") no-repeat center center;
}
.carousel34 .gpCarousel .slick-arrow.slick-next {
  left: auto;
  right: 50%;
  margin-right: -600px;
  background: url("https://www.overclocking-madness.com/images/carousel34-next.png") no-repeat center center;
}
.carousel34 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel34 .gpCarousel .slick-txt {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* 标准的语法 */
}
.carousel34 .gpCarousel .slick-txt div {
  box-sizing: border-box;
  padding-right: 120px;
}
.carousel34 .gpCarousel .slick-dots {
  width: auto;
  right: 50%;
  margin-right: -600px;
  bottom: 28px;
}
.carousel34 .gpCarousel .slick-dots li {
  width: 20px;
  height: 28px;
  display: inline-block;
  border-radius: 0;
  background: url("https://www.overclocking-madness.com/images/carousel34-dot1.png") no-repeat center center;
  background-size: cover;
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel34 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel34 .gpCarousel .slick-dots li.slick-active {
  background: url("https://www.overclocking-madness.com/images/carousel34-dot2.png") no-repeat center center;
}
@media screen and (max-width: 1300px) {
  .carousel34 .gpCarousel .slick-dots {
    right: 0;
    margin-right: 10px;
  }
  .carousel34 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    margin-left: 0;
  }
  .carousel34 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 996px) {
  .carousel34 .gpCarousel .slick-dots {
    right: 0;
    transform: translateX(0);
  }
  .carousel34 .gpCarousel .slick-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carousel34 .gpCarousel .slick-arrow {
    margin-top: -17px;
  }
  .carousel34 .gpCarousel .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
  .carousel34 .gpCarousel .slick-txt {
    display: none;
  }
}
.carousel34 .gpCarousel {
  position: relative;
}
.carousel34 .gpCarousel .slick-slider a span {
  padding-bottom: 36%;
}
.carousel34 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel34 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(199, 61, 176, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-size: cover;
  color: transparent;
  border-radius: 50%;
}
.carousel34 .gpCarousel .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -600px;
  background: url("https://www.overclocking-madness.com/images/carousel34-prev.png") no-repeat center center;
}
.carousel34 .gpCarousel .slick-arrow.slick-next {
  left: initial;
  right: 50%;
  margin-right: -600px;
  background: url("https://www.overclocking-madness.com/images/carousel34-next.png") no-repeat center center;
}
.carousel34 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel34 .gpCarousel .slick-txt {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* 标准的语法 */
}
.carousel34 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 15px;
}
.carousel34 .gpCarousel .slick-dots li {
  width: 20px;
  height: 28px;
  display: inline-block;
  border-radius: 0;
  background: url("https://www.overclocking-madness.com/images/carousel34-dot1.png") no-repeat center center;
  background-size: cover;
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel34 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel34 .gpCarousel .slick-dots li.slick-active {
  background: url("https://www.overclocking-madness.com/images/carousel34-dot2.png") no-repeat center center;
}
@media screen and (max-width: 1300px) {
  .carousel34 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    margin-left: 0;
  }
  .carousel34 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 996px) {
  .carousel34 .gpCarousel .slick-dots {
    right: 0;
    transform: translateX(0);
  }
  .carousel34 .gpCarousel .slick-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carousel34 .gpCarousel .slick-arrow {
    margin-top: -17px;
  }
  .carousel34 .gpCarousel .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}
.gp-title29 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title29 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-title29 h2 {
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-bottom: 1px solid #c73db0;
}
.gp-title29 h2 a {
  color: #c73db0;
  box-sizing: border-box;
  padding: 0 60px 0 30px;
  position: relative;
}
.gp-title29 h2 a::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #c73db0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.gp-title29 .more {
  box-sizing: border-box;
  padding: 3px 18px;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #c73db0;
  position: relative;
  margin-top: 5px;
}
.gp-title29 .more span {
  color: #333;
}
.gp-title29 .more::before {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background: #c73db0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.gp-title29 .more::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 0;
}
.gp-title29 .more:hover span {
  color: #fff;
  z-index: 2;
  position: relative;
}
.gp-title29 .more:hover::before {
  width: 100%;
  z-index: 1;
}
.gp-title29 .more:hover::after {
  z-index: 0;
}
.block-list140 {
  margin: 0 -25px;
  overflow: hidden;
}
.block-list140 li {
  transition: all 0.3s ease-in-out;
}
.block-list140 li a {
  margin: 0 25px;
  display: block;
}
.block-list140 li a .mode2Pic {
  padding-bottom: 56.41%;
}
.block-list140 li a .mode2bot {
  padding: 20px;
  box-sizing: border-box;
}
.block-list140 li a .mode2bot .mode2name {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list140 li a .mode2bot .mode2txt {
  line-height: 1.7;
  height: 5.1em;
  color: #666666;
  overflow: hidden;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block-list140 li a .mode2bot .mode2date {
  position: relative;
  text-align: center;
  padding-top: 20px;
  box-sizing: content-box;
}
.block-list140 li a .mode2bot .mode2date span {
  display: inline-block;
  padding: 0 23px;
  box-sizing: border-box;
  position: relative;
  color: #c73db0;
}
.block-list140 li a .mode2bot .mode2date span::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c73db0;
  position: absolute;
  left: -73px;
  top: 50%;
}
.block-list140 li a .mode2bot .mode2date span::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c73db0;
  position: absolute;
  right: -73px;
  top: 50%;
}
.block-list140 li:hover {
  transform: translateX(5px);
}
.block-list140 li:hover .mode2bot {
  box-shadow: 10px 0 20px rgba(155, 0, 0, 0.1);
}
@media screen and (max-width:768px) {
  .block-list140 li a .mode2bot {
    padding: 15px;
  }
  .block-list140 li a .mode2bot .mode2txt {
    margin-top: 10px;
    height: auto;
  }
  .block-list140 li a .mode2bot .mode2date {
    padding-top: 10px;
    height: auto;
  }
}
.block-list117 {
  margin: 0 -10px;
}
.block-list117 li a {
  display: block;
  margin: 0 10px;
  height: 100%;
  transition: all 0.35s ease;
  background: #f7f6f0;
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px;
}
.block-list117 li a:hover {
  transform: translateY(-10px);
}
.block-list117 li a::after {
  content: "";
  display: block;
  width: 44px;
  height: 8px;
  background: #e0c67e;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.block-list117 li a span {
  height: 29px;
  line-height: 29px;
  background: #fff;
  margin: 0;
  color: #c73db0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 0 28px;
}
.block-list117 li a span::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 2px;
  top: 50%;
}
.block-list117 li a h3 {
  line-height: 1.5;
  height: 3em;
  color: #222;
  font-weight: normal;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .block-list117 {
    margin: 0 -10px;
  }
  .block-list117 li a {
    margin: 0 10px;
  }
}
.block-list125 li a {
  display: block;
  box-sizing: border-box;
  padding: 15px 0 15px 20px;
  background: url("https://www.overclocking-madness.com/images/block-list125-li_bg.png") no-repeat left center;
  border-bottom: 1px solid #ededed;
}
.block-list125 li a span {
  color: #999999;
  margin-left: 10px;
}
.block-list125 li a p {
  color: #323232;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list125 li a:hover p {
  color: #c73db0;
}
.block-list125 li:last-child a {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .block-list125 li a {
    font-size: 14px;
    padding: 10px 0 10px 20px;
  }
}
.carousel13 .slick-slider a {
  width: 100%;
  display: block;
  position: relative;
}
.carousel13 .slick-slider a span {
  padding-bottom: 56.25%;
}
.carousel13 .slick-slider a .slick-txt {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.carousel13 .slick-slider a .slick-txt div {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel13 .slick-dots {
  bottom: 50px;
  right: 0;
}
.carousel13 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel13 .slick-dots li.slick-active button {
  background-color: #c73db0;
  border: 1px solid #c73db0;
}
.block-list131 {
  margin: 0 -10px;
}
.block-list131 li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}
.block-list131 li a .img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.block-list131 li a .img img {
  width: auto;
  max-width: 50px;
}
.block-list131 li a .img span {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a .img strong {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a p {
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.35s ease-in-out;
}
.block-list131 li a:hover {
  background: #c73db0;
}
.block-list131 li a:hover .img span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-list131 li a:hover .img strong {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: 18px;
  filter: alpha(opacity=100);
}
.block-list131 li a:hover p {
  color: #fff;
}
