html,
body {
  overflow-x: hidden;
}
body {
  background-color: #f1f2f4;
}
.wrap {
  width: 100%;
}
.wrap .banner_panel {
  width: 100%;
}

.wrap .banner_panel .img {
  width: 100%;
  vertical-align: bottom;
}

.wrap .wrap_home {
  width: 1240px;
  margin: 0 auto;
}
.category_container .cate_title {
  position: relative;
  margin-bottom: 20px;
}

.category_container .cate_title .icon {
  display: inline-block;
  height: 30px;
  vertical-align: top;
}
.wrap img {
  border: 0;
}

.category_container {
  margin: 40px auto 0 !important;
  overflow: hidden;
  position: relative;
}
.loading {
  position: absolute;
  left: 45%;
  top: 50%;
  font-size: 14px;
}
.loading img {
  vertical-align: middle;
  margin-right: 5px;
}

.category_container .cate_title .title {
  font-size: 24px;
  color: #2a2a2a;
  margin-left: 15px;
  font-weight: 400;
  vertical-align: top;
  line-height: 28px;
}

.category_container .cate_title .go {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  color: #999;
}

.category_container ul li {
  width: 232px;
  height: 270px;
  margin: 0 20px 20px 0;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #fff;
}
.category_container ul li.last {
  margin-right: 0;
}

.category_container ul li .actor {
  overflow: hidden;
}

.category_container ul li .actor .poster {
  width: 100%;
  height: 232px;
  overflow: hidden;
  position: relative;
}

.category_container ul li .actor .poster img {
  width: 232px;
  height: 232px;
  border: 0;
}
.category_plate ul {
  min-height: 290px;
}

.category_container ul li .nick_name {
  font-size: 14px;
  color: #2a2a2a;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poster_bg {
  display: none;
  width: 232px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/poster_hover.png?v=2') no-repeat;
}

.video_cover .video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  background-image: url('../images/play_new.png');
}

.video_cover:hover .poster_bg {
  display: inline-block;
}

.video_cover:hover .video-play {
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
}

.video_cover:hover .a_poster {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition-duration: 0.5s;
}
