.p-list {
  list-style: none;
  width: 9.45833rem;
  margin: 0.27778rem auto 0;
  border: 0.02778rem solid #f6f6f6;
  border-radius: 0.16667rem;
}
.p-list .p-item {
  padding: 0.18056rem 0.13889rem;
  width: 3.88889rem;
  height: 5.5rem;
  background-color: #f6f6f6;
  float: left;
  border-radius: 0.16667rem;
  margin: 0.27778rem;
}
.p-list .p-item > a {
  display: block;
  position: relative;
}
.p-list .p-item > a .title {
  font-size: 0.30556rem;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  margin: 0.22222rem 0 0.41667rem;
}
.p-list .p-item > a h6 {
  font-size: 0.22222rem;
  color: #292929;
  text-align: center;
  font-weight: initial;
}
.p-list .p-item > a .p-name {
  font-size: 0.22222rem;
  font-weight: bold;
  color: #292929;
  text-align: center;
  margin: 0.19444rem auto 0.30556rem;
}
.p-list .p-item > a .like-count .like-icon {
  width: 0.41667rem;
  height: 0.41667rem;
  margin: 0 auto;
  background-image: url('../img/like.png');
  background-size: 0.41667rem;
}
.p-list .p-item > a .like-count > p {
  margin-top: 0.13889rem;
  font-size: 0.25rem;
  color: #777;
  text-align: center;
}
.p-list .p-item > a .like-count.liked .like-icon {
  background-image: url('../img/liked_123.png');
}
.p-list .p-item > a .like-count.liked > p {
  color: #ff0000;
  font-weight: bold;
}
.p-list .p-item > a .rect-icon {
  width: 0.84722rem;
  height: 0.30556rem;
  position: absolute;
  left: -0.13889rem;
  top: -0.18056rem;
  background-image: url('../img/rect.png');
  background-size: 0.84722rem 0.30556rem;
  color: #fff;
  font-size: 0.16667rem;
  text-align: center;
}
.p-list .p-item > a .play-icon {
  width: 0.70833rem;
  height: 0.70833rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1.11111rem;
}
.p-list .p-item > a .pic-img {
  width: 3.88889rem;
  height: 2.13889rem;
}
.info-box {
  display: flex;
  justify-content: space-around;
}
.info-box .like-count {
  width: 1.80556rem;
  height: 1.80556rem;
  margin-top: 0.47222rem;
}
.info-box .like-count .like-icon {
  width: 0.69444rem;
  height: 0.69444rem;
  margin: 0 auto;
  background-image: url('../img/like.png');
  background-size: 0.69444rem;
}
.info-box .like-count > p {
  margin-top: 0.13889rem;
  font-size: 0.38889rem;
  color: #777;
  text-align: center;
}
.info-box .like-count.liked .like-icon {
  background-image: url('../img/liked_123.png');
}
.info-box .like-count.liked > p {
  color: #ff0000;
  font-weight: bold;
}
.top-box {
  display: flex;
  justify-content: space-around;
}
.top-box .search-box {
  margin-top: 0.5rem;
  width: 4.44444rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-box .search-box .search-icon {
  width: 0.34722rem;
  height: 0.34722rem;
  background-image: url('../img/search_icon.png');
  background-size: 0.34722rem;
  position: absolute;
  right: 0.33333rem;
  top: 0.33333rem;
  display: block;
}
.top-box .search-box > input {
  width: 4.16667rem;
  height: 0.72222rem;
  line-height: 0.72222rem;
  border: 0.02778rem solid #fc6863;
  border-radius: 0.55556rem;
  padding-left: 0.27778rem;
}
.top-box .search-box > input::placeholder {
  color: #bfbfbf;
  font-size: 0.25rem;
  font-weight: bold;
}
.top-box .flex-container1 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
  width: 4.94444rem;
  border: 1px solid #dcdcdc;
}
.top-box .flex-container1 .flex-item1 {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 0.42rem;
  text-shadow: 0 0 0;
  height: 1rem;
  line-height: 1rem;
  border-right: 1px solid #dcdcdc;
}
.top-box .flex-container1 .flex-item1.item2 {
  border-right: 0;
}
.top-box .flex-container1 .flex-item1.active {
  background: url('../img/final/active-bg.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.vote-box {
  display: flex;
  justify-content: space-around;
}
.vote-box .production-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 5.41667rem;
}
.vote-box .production-info > img {
  display: inline-block;
  width: 1.05556rem;
  height: 1.05556rem;
  border-radius: 50%;
}
.vote-box .production-info > span {
  color: #585858;
  font-size: 0.33333rem;
  margin-left: 0.13889rem;
}
.vote-box .production-vote {
  width: 3.75rem;
  height: 1.30556rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  font-size: 0.31944rem;
}
.vote-box .production-vote.vote {
  background: none;
}
.vote-box .production-vote.active {
  background: none;
}
.vote-box .production-vote.active > i {
  background-image: url('../img/vote_liked123.png');
}
.vote-box .production-vote.active .count-vote .number {
  color: #fe4766;
}
.vote-box .production-vote .count-vote {
  width: 1.80556rem;
  text-align: center;
  line-height: 1.5;
}
.vote-box .production-vote .count-vote .tips {
  color: #737373;
  font-size: 0.19444rem;
}
.vote-box .production-vote .count-vote .number {
  color: #8c8c8c;
  font-size: 0.36111rem;
}
.vote-box .production-vote > i {
  display: inline-block;
  width: 1.86111rem;
  height: 1.06944rem;
  background-image: url('../img/vote_like.png');
  background-size: 1.08333rem 1.06944rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.13889rem;
  border-right: 0.02778rem solid #ddd;
}
