* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* a {
  text-decoration: none;
}
* li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  background: url(../img/bg_icon.jpg);
}
header {
  background: #fff;
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header div .search {
  flex: 1;
}
header div .search form {
  position: relative;
  margin: 0 30px;
  width: 340px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 5px;
}
header div .search form input[type="text"] {
  float: left;
  width: 95%;
  height: 38px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 25px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5 !important;
  color: #999;
  border: 0;
  outline: none;
}
header div .search form button {
  position: absolute;
  right: 5px;
  border: none;
  height: 38px;
  background: transparent;
  cursor: pointer;
}
header div .history ul > li {
  float: left;
}
header div .history ul > li a {
  color: #333333;
  font-size: 16px;
}
header div .history ul > li a::before {
  font-size: 20px;
  margin-right: 3px;
  color: #999b9c;
}
header div .history ul > li a:hover {
  color: #ffda4b;
}
header div .history ul .bofangli {
  position: relative;
}
header div .history ul .bofangli a::before {
  font-size: 22px;
}
header div .history ul .bofangli ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 15px;
  width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
}
header div .history ul .bofangli ul h5 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  font-weight: normal;
}
header div .history ul .bofangli ul h5 span,
header div .history ul .bofangli ul h5 a {
  color: #999999;
  font-size: 14px;
}
header div .history ul .bofangli ul h5 a:hover {
  color: #ffda4b;
}
header div .history ul .bofangli ul h6 {
  display: none;
  color: #999999;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  padding: 80px 0;
}
header div .history ul .bofangli ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
header div .history ul .bofangli ul li a {
  color: #333333;
  font-size: 13px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header div .history ul .bofangli ul li a:hover {
  color: #ffda4b;
}
header div .history ul .bofangli ul li span {
  color: #ff0052;
  font-size: 13px;
}
.vodbox {
  overflow: hidden;
  margin-bottom: 10px;
}
.vodbox-l {
  float: left;
  width: 80%;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 1%;
}
.vodbox-l .hd {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.vodbox-l .hd .hd-l h2 a {
  color: #333333;
  font-weight: normal;
  font-size: 18px;
}
.vodbox-l .hd .hd-l h2 a:hover {
  color: #ffda4b;
}
.vodbox-l .hd .hd-l h2 img {
  vertical-align: middle;
  width: 20px;
}
.vodbox-l .hd .hd-r {
  line-height: 32px;
}
.vodbox-l .hd .hd-r ul {
  overflow: hidden;
}
.vodbox-l .hd .hd-r ul li {
  float: left;
}
.vodbox-l .hd .hd-r ul li a {
  color: #999999;
  font-size: 14px;
  padding: 0 8px;
}
.vodbox-l .hd .hd-r ul li a:hover {
  color: #ffda4b;
}
.vodbox-l .hd .hd-r ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  transform: translateY(1px);
  margin: 0 2px;
  height: 13px;
  width: 1px;
  background-color: #eeeeee;
}
.vodlist ul {
  display: flex;
  flex-wrap: wrap;
}
.vodlist ul li {
  flex: 20%;
  max-width: 20%;
  padding: 1%;
}
.vodlist ul li .cover a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.vodlist ul li .cover a:hover .play {
  display: block;
}
.vodlist ul li .cover a .play {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.1) url(../img/play.png) center no-repeat;
  z-index: 2;
}
.vodlist ul li .cover a img {
  width: 100%;
  height: 247px;
  object-fit: cover;
}
.vodlist ul li .cover a em {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  color: white;
  font-style: normal;
  z-index: 1;
}
.vodlist ul li .detail {
  margin-top: 5px;
}
.vodlist ul li .detail h4 a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vodlist ul li .detail h4 a:hover {
  color: #ffda4b;
}
.vodlist ul li .detail p {
  font-size: 12px;
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-r {
  float: right;
  width: 18%;
}
.content-r .clearfix {
  padding: 15px 10px 10px 10px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.content-r .clearfix:nth-child(1) {
  margin-bottom: 15px;
}
.content-r .clearfix .hd {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.content-r .clearfix .hd img {
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}
.content-r .clearfix .hd h4 {
  color: #333333;
  font-weight: normal;
  font-size: 18px;
}
.content-r .clearfix .ranklist ul li {
  display: flex;
  padding: 9px 0;
  border-bottom: 1px solid #eeeeee;
}
.content-r .clearfix .ranklist ul li .cover a img {
  width: 35px;
  object-fit: cover;
}
.content-r .clearfix .ranklist ul li .detail {
  padding: 0 8px;
}
.content-r .clearfix .ranklist ul li .detail p {
  width: 143px;
}
.content-r .clearfix .ranklist ul li .detail p a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.content-r .clearfix .ranklist ul li .detail p a:hover {
  color: #ffda4b;
}
.content-r .clearfix .ranklist ul li .detail .score .star {
  display: inline-block;
}
.content-r .clearfix .ranklist ul li .detail .score .star img {
  width: 80px;
  transform: translateY(2px);
}
.content-r .clearfix .ranklist ul li .detail span {
  color: #ff0052;
  font-size: 13px;
}
.color {
  background-color: #e9c022;
}
.color2 {
  background-color: #ffda4b;
  color: #ffffff !important;
  border-radius: 3px;
}
.menu {
  background-color: #ffda4b;
  margin-bottom: 10px;
}
.menu ul {
  overflow: hidden;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
}
.menu ul li a:hover {
  background: #e9c022;
}
.menu ul span {
  float: right;
  padding: 15px 0;
  color: #ffffff;
  font-size: 14px;
}
.fixed {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.fixed li {
  margin-top: 50px;
}
.fixed li a {
  padding: 20px;
  background: #ffda4b;
  color: #fff;
  border-radius: 5px;
}
.fixed li #backToTop {
  display: none;
}
.fixed li:nth-child(2) a {
  background-color: #ffffff;
  color: #646464;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  padding: 18px;
}
.page {
  margin: 35px 0;
  text-align: center;
}
.page span {
  color: black;
  padding: 6px 8px;
  border: 1px solid #eee;
  font-size: 13px;
}
.page .pageNo {
  padding: 6px 11px;
  background-color: #ffda4b;
  color: white;
}
.page .prevpage {
  margin-right: 5px;
}
.page a {
  color: black;
  padding: 6px 15px;
  border: 1px solid #eee;
  font-size: 13px;
  border-radius: 5px;
}
.page a:hover {
  background-color: #ffda4b;
  color: white;
}
.playgroup {
  padding: 2%;
  margin: 1% 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.playgroup .hd h4 {
  font-weight: normal;
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
}
.playgroup ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 6px;
  max-height: 300px;
  overflow-y: scroll;
}
.playgroup ul li {
  flex: 12.5%;
  padding-right: 8px;
  margin-bottom: 10px;
  max-width: 12.5%;
  white-space: nowrap;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
}
.playgroup ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 5px 0;
  border: 1px #eeeeee solid;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
}
.playgroup ul li a:hover {
  background-color: #ffda4b;
  color: white;
}
.guessyoulike {
  padding: 1%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.guessyoulike .hd {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.guessyoulike .hd h4 {
  font-weight: normal;
  font-size: 18px;
}
.guessyoulike .hd h4 img {
  margin-right: 5px;
  vertical-align: middle;
}
.guessyoulike .vodlist ul {
  display: flex;
  flex-wrap: wrap;
}
.guessyoulike .vodlist ul li {
  flex: 16.6%;
  max-width: 16.6%;
  padding: 1%;
}
.guessyoulike .vodlist ul li .cover a {
  display: inline-block;
  position: relative;
}
.guessyoulike .vodlist ul li .cover a:hover .play {
  display: block;
}
.guessyoulike .vodlist ul li .cover a .play {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.1) url(../img/play.png) center no-repeat;
  z-index: 2;
}
.guessyoulike .vodlist ul li .cover a img {
  width: 100%;
  height: 202px;
  object-fit: cover;
}
.guessyoulike .vodlist ul li .cover a em {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  color: white;
  font-style: normal;
  z-index: 1;
}
.guessyoulike .vodlist ul li .vod_detail {
  margin-top: 5px;
}
.guessyoulike .vodlist ul li .vod_detail h4 a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.guessyoulike .vodlist ul li .vod_detail h4 a:hover {
  color: #ffda4b;
}
.guessyoulike .vodlist ul li .vod_detail p {
  font-size: 12px;
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
footer {
  margin: 1% 0;
}
footer p {
  text-align: center;
  color: #666666;
  font-size: 14px;
}
footer p a {
  color: #666666;
  font-size: 13px;
}
footer p a:hover {
  color: #ffda4b;
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: 100%;
  }
  .content-r {
    display: none;
  }
  .fixed {
    bottom: 50px;
    right: 30px;
  }
  .fixed li {
    margin-top: 20px;
  }
  .fixed li a {
    padding: 8px;
  }
  .fixed li:nth-child(2) a {
    font-size: 16px;
    padding: 8px;
  }
  header div {
    height: 50px;
  }
  header div img {
    margin-left: 5px;
    height: 35px;
  }
  header div .history ul .bofangli .icon-guankanlishi01::before {
    line-height: 19px;
  }
  header div .history ul .bofangli .text {
    display: none;
  }
  header div .history ul .bofangli a::before {
    font-size: 28px;
  }
  header div .search form {
    width: 100%;
    margin: 0 5px;
  }
  header div .search form input[type="text"],
  header div .search form button {
    height: 30px;
  }
  .yanyuan {
    display: none;
  }
  .page {
    margin: 15px auto;
  }
  .page span {
    display: none;
  }
  .page a {
    padding: 6px 10px;
    font-size: 12px;
  }
  .playgroup ul li {
    flex: 25%;
    max-width: 25%;
  }
  .playgroup ul li a {
    font-size: 13px;
  }
  .guessyoulike .vodlist ul li {
    flex: 33.3%;
    max-width: 33.3%;
  }
  .guessyoulike .vodlist ul li .cover a img {
    height: 197px;
  }
  .menu ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .menu ul li a {
    padding: 12px;
    white-space: nowrap;
  }
  .menu ul span {
    display: none;
  }
}
