.activity-bg-wrap {
  padding-top: 520px;
}
.activity-nav-wrap {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
}
.activity-nav-wrap a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 40px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3a2ecc;
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.activity-nav-wrap a:hover,
.activity-nav-wrap a.active {
  text-decoration: none;
  color: #3a2ecc;
  background-color: #bed4ff;
}
.activity-bg-text {
  margin-top: 40px;
  margin-left: 54px;
  font-size: 18px;
  line-height: 30px;
  height: 306px;
  overflow: hidden;
  letter-spacing: 4px;
  color: #1f59e1;
  background: url(../images/bj.png) no-repeat left top;
  padding: 110px 180px 116px 108px;
}
.activity-meaning-text {
  margin-top: -20px;
  margin-left: 54px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 185px;
  overflow: hidden;
  letter-spacing: 4px;
  color: #1f59e1;
  background: url(../images/meaning.png) no-repeat left top;
  padding: 110px 180px 40px 108px;
}
.activity-notice-text {
  margin-top: 86px;
  font-size: 16px;
  line-height: 28px;
  height: 260px;
  overflow: hidden;
  color: #fff;
  background: url(../images/notice.png) no-repeat left top;
  padding: 260px 205px 290px 206px;
}
.activity-require-text {
  margin-top: 38px;
  font-size: 16px;
  line-height: 32px;
  height: 123px;
  overflow: hidden;
  color: #fff;
  background: url(../images/require.png) no-repeat left top;
  padding: 260px 205px 250px 206px;
}
.works-list-menu {
  margin-top: 20px;
  margin-left: -26px;
}
.works-list-menu li {
  float: left;
  margin-top: 40px;
  margin-left: 26px;
  width: 280px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.works-list-menu li .video-wrap {
  position: relative;
}
.works-list-menu li .video-wrap .poster {
  width: 280px;
  height: 160px;
  object-fit: cover;
  display: block;
}
.works-list-menu li .video-wrap .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 65px;
  margin-left: 125px;
  z-index: 5;
  cursor: pointer;
}
.works-list-menu li .info-wrap {
  padding: 15px 20px 30px;
}
.works-list-menu li .info-wrap .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}
.works-list-menu li .info-wrap .info {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
}
.works-list-menu li .info-wrap .info span {
  font-size: 20px;
  color: #3a2ecc;
}
.works-list-menu li .info-wrap .vote-btn {
  display: block;
  margin: 35px auto 0;
  width: 140px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(0deg, #fe1f98 0%, #ffd440 100%);
  box-shadow: 0px 5px 0px 0px #e50070;
  border-radius: 22px;
}
.works-list-menu li .info-wrap .vote-btn:hover {
  text-decoration: none;
  box-shadow: 0px 5px 0px 0px #c1015f;
}
/* .page {
  text-align: center;
  padding: 60px 0 80px;
}
.page a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  text-align: center;
  color: #fff;
  margin: 0 12px;
}
.page a:hover,
.page a.active {
  color: #fff;
  color: #3a2ecc;
  background-color: #fff;
  text-decoration: none;
}
.page a.pageprev {
  background: url('../images/page.png') no-repeat 0 -2px;
}
.page a.pagenext {
  background: url('../images/page.png') no-repeat -59px -2px;
}
.page a.pageprev:hover {
  background-color: #fff;
  background-position: 0 -46px;
}
.page a.pagenext:hover {
  background-color: #fff;
  background-position: -59px -46px;
} */
/* 视频弹窗 */
.video-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 6666;
  display: none;
}
.video-pop .mask-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6667;
}
.video-pop .cover-content {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  text-align: center;
}
.video-pop .cover-content:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.video-pop .close-pop {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px;
}
.video-pop .close-pop:hover {
  text-decoration: none;
}
.video-pop .cover-content .video-watch {
  width: 700px;
  height: 400px;
}
.video-pop .video-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 700px;
  height: 400px;
  position: relative;
  z-index: 6668;
  *margin-top: 100px;
  background: #000;
}
