.act-scroll-couple {
  margin: 0 auto;
  padding: 24px 0;
  width: 1200px;
  height: 146px;
  position: relative;
}
.act-scroll-couple .red {
  width: 277px;
  height: 146px;
  background: url('../../images/activity/cst/img1.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.act-scroll-couple .red p {
  color: #fff;
}
.act-scroll-couple .red p.t {
  font-size: 28px;
  font-weight: Bold;
  line-height: 41px;
  padding-left: 65px;
  padding-top: 38px;
  letter-spacing: 4px;
}
.act-scroll-couple .red p.d {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  padding-left: 70px;
  letter-spacing: 2px;
  opacity: 0.9;
}
.act-scroll-couple .cps-div {
  width: 923px;
  margin: 13px 0 0 -40px;
  overflow: hidden;
}
.act-scroll-couple .cps-div ul {
  width: 1228px;
  position: relative;
  left: 0;
}
.act-scroll-couple .cps-div ul li {
  margin-left: 16px;
  cursor: pointer;
}
.act-scroll-couple .cps-div ul li img {
  width: 291px;
  height: 120px;
}
.act-scroll-couple .cps-div ul li.no .wlq {
  display: block;
}
.act-scroll-couple .cps-div ul li.no .lq {
  display: none;
}
.act-scroll-couple .cps-div ul li.yes .wlq {
  display: none;
}
.act-scroll-couple .cps-div ul li.yes .lq {
  display: block;
}
.act-scroll-couple .swt {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.act-scroll-couple .swt.left {
  background-image: url('../../images/activity/cst/img2.png');
  left: 240px;
}
.act-scroll-couple .swt.right {
  background-image: url('../../images/activity/cst/img3.png');
  right: 0;
}
