@charset 'utf-8';
.lunbo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.lunbo .swiper-pagination-bullet-active {
  background-color: #f8a008;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.lunbo .swiper-container .swiper-button-prev,
.lunbo .swiper-container .swiper-button-next {
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(51, 51, 51, 0.3);
  background-size: 50% 50%;
}
.lunbo .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.pk {
  /* 菜单 */
  /* 菜单 end */
  /* pk活动列表 */
  /* pk活动列表 end */
}
.pk .menu_wrap {
  text-align: center;
  height: 70px;
  border-bottom: 1px solid #ccc;
}
.pk .menu_wrap ul {
  display: inline-block;
}
.pk .menu_wrap ul li {
  float: left;
  cursor: pointer;
  padding: 0 20px;
}
.pk .menu_wrap ul li span {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  font-weight: normal;
  height: 70px;
  line-height: 70px;
  color: rgba(51, 51, 51, 0.5);
  display: inline-block;
}
.pk .menu_wrap ul li:hover span {
  color: #333;
}
.pk .menu_wrap ul li.active span {
  color: #333;
  border-bottom: 2px solid #666;
  position: relative;
}
.pk .menu_wrap ul li.active span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 3px solid #666;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.pk .content_wrap {
  padding: 40px 5px 0;
}
.pk .content_wrap .noItems {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  text-align: center;
}
.pk .content_wrap ul > li {
  height: 230px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.pk .content_wrap ul > li .imgWrap {
  width: 305px;
  height: 230px;
  float: left;
  position: relative;
}
.pk .content_wrap ul > li .imgWrap span.label {
  width: 20px;
  height: 45px;
  padding: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  background: #ccc;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  box-shadow: 2px 2px 10px #999;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pk .content_wrap ul > li .imgWrap span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.pk .content_wrap ul > li .imgWrap span.underway {
  background: #f8a008;
}
.pk .content_wrap ul > li .imgWrap span.underway:after {
  border-top: 15px solid #f8a008;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.pk .content_wrap ul > li .imgWrap span.finashed {
  background: #999;
}
.pk .content_wrap ul > li .imgWrap span.finashed:after {
  border-top: 15px solid #999;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.pk .content_wrap ul > li .instruction {
  width: 820px;
  margin-left: 25px;
  float: left;
  height: 230px;
}
.pk .content_wrap ul > li .instruction h3 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #333333;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pk .content_wrap ul > li .instruction .desc {
  height: 115px;
  padding-top: 15px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  text-indent: 2em;
}
.pk .content_wrap ul > li .instruction .btn_wrap {
  text-align: right;
  height: 49px;
  line-height: 49px;
}
.pk .content_wrap ul > li .instruction .btn_wrap .btn_lookes,
.pk .content_wrap ul > li .instruction .btn_wrap .btn_lookback {
  width: 110px;
  height: 30px;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #fff;
  background: #f8a008;
  border-radius: 6px;
  margin-left: 10px;
}
.pk .content_wrap ul > li .instruction .btn_wrap .btn_jinyong {
  width: 110px;
  height: 30px;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #fff;
  border-radius: 6px;
  background: #999;
  pointer-events: none;
  cursor: default;
  margin-left: 10px;
}
.pk .content_wrap ul > li .instruction .b_wrap {
  border-top: 1px solid #ccc;
  height: 25px;
  vertical-align: bottom;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  line-height: 27px;
  color: #666666;
  font-weight: normal;
  line-height: 25px;
}
.pk .content_wrap ul > li .instruction .b_wrap span {
  padding-top: 5px;
}
.pk .content_wrap ul > li .instruction .b_wrap span i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -4px;
  padding-right: 5px;
}
.pk .content_wrap ul > li .instruction .b_wrap .time {
  float: left;
}
.pk .content_wrap ul > li .instruction .b_wrap .time i {
  background: #fff url(../images/img/competitions_icons.png) no-repeat 0px 2px;
}
.pk .content_wrap ul > li .instruction .b_wrap .party_peoples,
.pk .content_wrap ul > li .instruction .b_wrap .attentions {
  float: right;
}
.pk .content_wrap ul > li .instruction .b_wrap .attentions {
  padding-right: 10px;
}
.pk .content_wrap ul > li .instruction .b_wrap .attentions i {
  background: #fff url(../images/img/competitions_icons.png) no-repeat -30px 2px;
}
.pk .content_wrap ul > li .instruction .b_wrap .party_peoples i {
  background: #fff url(../images/img/competitions_icons.png) no-repeat -60px 2px;
}
.pk .content_wrap ul li:hover {
  box-shadow: 0 5px 20px #ccc;
}
#footer {
  margin-top: 100px !important;
}
