* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background: #222;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
}
.hidden {
  display: none;
}
header .head_a {
  display: flex;
  justify-content: space-between;
  height: 4rem;
  align-items: center;
}
header .head_a .logo {
  display: inline-block;
  width: 12%;
}
header .head_a .logo img {
  width: 100%;
}
header .head_a .menu {
  transform: translateX(-120px);
}
header .head_a .menu ul {
  display: flex;
  flex-wrap: nowrap;
}
header .head_a .menu ul li {
  padding: 0 10%;
}
header .head_a .menu ul li a {
  color: #ddd;
  font-size: 16px;
  white-space: nowrap;
}
header .head_a .menu ul li a:hover {
  color: #d7560b;
}
header .head_a .historybox a {
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
}
header .head_a .historybox a:last-child {
  font-size: 16px;
}
header .head_a .historybox a:hover {
  color: #d7560b;
}
.searchbox {
  margin-bottom: 1%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.searchbox .search_b {
  position: relative;
  height: 3rem;
  line-height: 48px;
}
.searchbox .search_b .alltype {
  float: left;
  position: relative;
}
.searchbox .search_b .alltype > a {
  display: block;
  color: #d6d5d5;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 15px;
  transition: all 0.5s;
}
.searchbox .search_b .alltype > a::before {
  margin-right: 5px;
}
.searchbox .search_b .alltype > a:hover {
  background: #ff5f00;
  color: white;
  padding-left: 15px;
}
.searchbox .search_b .alltype .alltypebox {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 10;
  width: 550px;
  background: #292929;
  overflow: hidden;
}
.searchbox .search_b .alltype .alltypebox li {
  width: 20%;
  float: left;
}
.searchbox .search_b .alltype .alltypebox li a {
  display: block;
  width: 100%;
  color: #dcdcdc;
  text-align: center;
  line-height: 3.5;
  white-space: nowrap;
  font-size: 14px;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}
.searchbox .search_b .alltype .alltypebox li a:hover {
  color: #ff5f00;
}
.searchbox .search_b form {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}
.searchbox .search_b form i {
  display: none;
  position: absolute;
  left: 13px;
  top: 7px;
}
.searchbox .search_b form i::before {
  color: #dddddd;
  font-size: 21px;
}
.searchbox .search_b form::before {
  position: absolute;
  left: 15px;
  top: 1px;
  color: #9a9ca0;
}
.searchbox .search_b form input {
  float: left;
  background: transparent;
  color: white;
}
.searchbox .search_b form input[type="text"] {
  width: 85%;
  border: none;
  height: 3rem;
  outline: none;
  padding-left: 40px;
  background-color: transparent;
  transition: all 1s;
}
.searchbox .search_b form input[type="text"]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.searchbox .search_b form input[type="submit"] {
  cursor: pointer;
  opacity: 0;
  height: 3rem;
  width: 15%;
  border: none;
  color: white;
  background-color: #ff5f00;
  transition: all 1s;
}
.searchbox .search_b .hotwordbox {
  float: right;
}
.searchbox .search_b .hotwordbox ul {
  overflow: hidden;
}
.searchbox .search_b .hotwordbox ul li {
  float: left;
  color: #cbcbca;
  font-size: 14px;
  margin-left: 14px;
}
.searchbox .search_b .hotwordbox ul li i {
  color: #d32d1d;
  font-weight: bold;
  font-size: 16px;
}
.searchbox .search_b .hotwordbox ul li a {
  color: #cbcbca;
}
.searchbox .search_b .hotwordbox ul li a:hover {
  color: #ff5f00;
}
.content {
  padding-top: 2%;
  background: #222222;
}
.cbox_list {
  padding-bottom: 1rem;
}
.cbox_list .hd {
  overflow: hidden;
  padding: 0 0.5%;
}
.cbox_list .hd h2 {
  float: left;
  color: #dddddd;
  font-weight: normal;
  font-size: 18px;
}
.cbox_list .hd h2 i {
  color: #ff5f00;
  font-size: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.cbox_list .hd ul {
  overflow: hidden;
  padding-left: 0.5%;
}
.cbox_list .hd ul li {
  float: left;
}
.cbox_list .hd ul li a {
  color: #dddddd;
  font-size: 18px;
  padding-right: 0.9375rem;
}
.cbox_list .hd ul li a:hover {
  color: #db5004;
}
.cbox_list .hd > a {
  float: left;
  color: #dddddd;
  font-size: 14px;
  line-height: 51px;
  margin-left: 15px;
}
.cbox_list .hd > a:hover {
  color: #ff5f00;
}
.cbox_list .hd > em {
  font-size: 14px;
  color: #dddddd;
  font-style: normal;
  float: left;
  line-height: 51px;
  margin-left: 5px;
}
.cbox_list .hd span {
  margin-left: 5px;
  float: left;
  line-height: 51px;
}
.cbox_list .hd span em {
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #ff5f00;
  border-radius: 50px;
  font-style: normal;
  font-size: 14px;
}
.cbox_list .hd .change {
  float: right;
  font-size: 14px;
  color: #dddddd;
  line-height: 51px;
  text-decoration: none;
  cursor: pointer;
}
.cbox_list .hd .change:hover {
  color: #ff5f00;
}
.cbox_list .hd .change:hover::before {
  transform: rotate(360deg);
}
.cbox_list .hd .change::before {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  transition: transform 0.5s;
}
.cbox_list .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.cbox_list .bd ul li {
  flex: 16.6%;
  max-width: 16.6%;
  padding: 0.5%;
  overflow: hidden;
}
.cbox_list .bd ul li:nth-child(n+7) {
  display: none;
}
.cbox_list .bd ul li .cover a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cbox_list .bd ul li .cover a:hover .play {
  display: block;
}
.cbox_list .bd ul li .cover a .play {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) center no-repeat;
  z-index: 2;
  border-radius: 5px;
}
.cbox_list .bd ul li .cover a img {
  border-radius: 8px;
  width: 100%;
  height: 278.6px;
  object-fit: cover;
}
.cbox_list .bd ul li .cover a em {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  z-index: 1;
}
.cbox_list .bd ul li .detail {
  margin-top: 5px;
}
.cbox_list .bd ul li .detail h4 a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cbox_list .bd ul li .detail h4 a:hover {
  color: #ff5f00;
}
.cbox_list .bd ul li .detail p {
  font-size: 12px;
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix {
  position: fixed;
  right: 35px;
  bottom: 50px;
}
.clearfix li #backToTop {
  display: inline-block;
  color: white;
  background: #d35307;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
}
.clearfix li #backToTop::before {
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.rankbox .hd {
  margin: 1.5% 0;
  padding: 0 0.5%;
}
.rankbox .hd h2 {
  color: #dddddd;
  font-size: 18px;
  font-weight: normal;
}
.rankbox .hd h2 i {
  color: #ff5f00;
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.rankbox .bd {
  display: flex;
}
.rankbox .bd .list_info {
  background: #292929;
  flex: 25%;
  max-width: 25%;
  padding: 1.3%;
}
.rankbox .bd .list_info:nth-child(2),
.rankbox .bd .list_info:nth-child(3) {
  margin: 0 0.4rem;
}
.rankbox .bd .list_info:nth-child(3) {
  margin-left: 0;
}
.rankbox .bd .list_info .pannel_head {
  margin: 0.5rem 0;
}
.rankbox .bd .list_info ul {
  padding-top: 0.8rem;
}
.rankbox .bd .list_info ul li {
  display: flex;
  justify-content: space-between;
  color: #fffdf3;
  font-size: 16px;
  padding: 0.9rem 0;
  border-top: 1px solid #343434;
}
.rankbox .bd .list_info ul li:nth-child(2) em {
  background: #ff920b;
}
.rankbox .bd .list_info ul li:nth-child(3) em {
  background: #ffc600;
}
.rankbox .bd .list_info ul li .cover a {
  display: block;
  position: relative;
}
.rankbox .bd .list_info ul li .cover a::before {
  content: '1';
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0d29;
  padding: 3px 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
}
.rankbox .bd .list_info ul li .cover a img {
  width: 80px;
  height: 106px;
}
.rankbox .bd .list_info ul li .ranklist_txt {
  padding: 2% 0 0 4%;
  flex: 75%;
  max-width: 75%;
}
.rankbox .bd .list_info ul li .ranklist_txt h4 {
  font-weight: normal;
  position: relative;
}
.rankbox .bd .list_info ul li .ranklist_txt h4 span {
  float: right;
  font-size: 13px;
}
.rankbox .bd .list_info ul li .ranklist_txt h4 a {
  color: #d3d5cc;
  font-size: 17px;
}
.rankbox .bd .list_info ul li .ranklist_txt h4 a:hover {
  color: #ff5f00;
}
.rankbox .bd .list_info ul li .ranklist_txt p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.25rem;
  width: 186px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.25rem;
}
.rankbox .bd .list_info ul li em {
  font-style: normal;
  margin-right: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  padding: 3px 7px;
  font-size: 12px;
  background: #999999;
}
.rankbox .bd .list_info ul li a {
  color: #dddddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rankbox .bd .list_info ul li a:hover {
  color: #ff5f00;
}
.rankbox .bd .list_info ul li span {
  color: #999999;
  font-style: normal;
  font-size: 13px;
}
.rankbox .bd .list_info ul li span::before {
  margin-right: 3px;
}
.list_info {
  padding: 1.3%;
}
.list_info:nth-child(2),
.list_info:nth-child(3) {
  margin: 0 0.4rem;
}
.list_info:nth-child(3) {
  margin-left: 0;
}
.list_info .pannel_head {
  margin: 0.5rem 0;
  position: relative;
}
.list_info .pannel_head a {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #fffdf3;
}
.list_info .pannel_head a:hover {
  color: #ff5f00;
}
.list_info .pannel_head h3 {
  color: #dddddd;
  font-size: 18px;
  font-weight: normal;
}
.list_info .pannel_head span {
  float: right;
}
.list_info .pannel_head span a {
  color: #dddddd;
  font-size: 14px;
}
.list_info .pannel_head span a:hover {
  color: #ff5f00;
}
.list_info ul {
  padding-top: 0.8rem;
}
.list_info ul li {
  display: flex;
  justify-content: space-between;
  color: #fffdf3;
  font-size: 16px;
  padding: 0.9rem 0;
  border-top: 1px solid #343434;
}
.list_info ul li:nth-child(2) em {
  background: #ff920b;
}
.list_info ul li:nth-child(3) em {
  background: #ffc600;
}
.list_info ul li .cover a {
  display: block;
  position: relative;
}
.list_info ul li .cover a::before {
  content: '1';
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0d29;
  padding: 3px 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
}
.list_info ul li .cover a img {
  width: 80px;
  height: 106px;
  object-fit: cover;
}
.list_info ul li .ranklist_txt {
  padding: 2% 0 0 4%;
  flex: 75%;
  max-width: 75%;
}
.list_info ul li .ranklist_txt h4 {
  position: relative;
  font-weight: normal;
}
.list_info ul li .ranklist_txt h4 span {
  float: right;
}
.list_info ul li .ranklist_txt h4 a {
  color: #d3d5cc;
  font-size: 17px;
}
.list_info ul li .ranklist_txt h4 a:hover {
  color: #ff5f00;
}
.list_info ul li .ranklist_txt p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.25rem;
}
.list_info ul li em {
  font-style: normal;
  margin-right: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  padding: 3px 7px;
  font-size: 12px;
  background: #999999;
}
.list_info ul li a {
  display: inline-block;
  width: 100%;
  color: #dddddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_info ul li a:hover {
  color: #ff5f00;
}
.list_info ul li span {
  color: #999999;
  font-style: normal;
  font-size: 13px;
}
.list_info ul li span::before {
  margin-right: 3px;
}
.container {
  overflow: hidden;
  margin-top: 1%;
}
.container .l {
  float: left;
  width: 70%;
}
.container .l .des h2 {
  line-height: 2;
}
.container .l .des p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .r {
  float: right;
  width: 30%;
  padding-left: 3%;
}
h2 {
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
  margin: 1% 0 0.6% 0;
}
.playgroup #NumTab {
  position: relative;
}
.playgroup #NumTab > a {
  display: inline-block;
  color: #dddddd;
  padding: 1.5%;
}
.playgroup #NumTab > a:hover {
  color: #ff5f00;
}
.playgroup #NumTab > a::before {
  margin-right: 3px;
}
.playgroup #NumTab .player_infotip {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
  margin: 2.5% auto;
}
.playgroup #NumTab .player_infotip i {
  display: inline-block;
  transform: translateY(1px);
}
.playgroup #NumTab .episodelist {
  position: relative;
  display: none;
}
.playgroup #NumTab .episodelist .p {
  position: absolute;
  right: 3px;
  display: inline-block;
  bottom: 12px;
  width: 16.6%;
  padding: 0 5px;
}
.playgroup #NumTab .episodelist .p a {
  white-space: nowrap;
  display: block;
  width: 100%;
  color: #dddddd;
  line-height: 2.3;
  text-align: center;
  background: #292929;
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  font-size: 14px;
  overflow: hidden;
}
.playgroup #NumTab .episodelist .p a:hover {
  color: #ff5f00;
}
.playgroup #NumTab .episodelist ul {
  display: flex;
  flex-wrap: wrap;
}
.playgroup #NumTab .episodelist ul li {
  flex: 16.6%;
  max-width: 16.6%;
  padding: 0 5px;
  margin-bottom: 12px;
}
.playgroup #NumTab .episodelist ul li:nth-child(n+25) {
  display: none;
}
.playgroup #NumTab .episodelist ul li a {
  display: block;
  width: 100%;
  color: #dddddd;
  line-height: 2.3;
  text-align: center;
  white-space: nowrap;
  background: #292929;
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  font-size: 14px;
  overflow: hidden;
}
.playgroup #NumTab .episodelist ul li a:hover {
  color: #ff5f00;
}
.playgroup #NumTab .episodelist ul li .showallbtn::before {
  margin-right: 5px;
  font-weight: bold;
}
.playgroup #NumTab span {
  position: absolute;
  right: 8px;
  top: -35px;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.playgroup #NumTab span:hover {
  color: #ff5f00;
}
.playgroup #NumTab span::before {
  margin-right: 3px;
}
.tip {
  display: none;
  position: fixed;
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: #141414;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  z-index: 100;
}
.playgroupactive {
  color: #ff5f00 !important;
  border-bottom: 2px solid #ff5f00;
}
.guesslike {
  margin-top: 1.5%;
}
.guesslike h2 {
  margin: 1% 0 2% 0;
}
.guesslike ul {
  display: flex;
  flex-wrap: wrap;
}
.guesslike ul li {
  flex: 20%;
  max-width: 20%;
  padding: 0.5%;
  overflow: hidden;
  margin-bottom: 5px;
}
.guesslike ul li .cover a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.guesslike ul li .cover a:hover .play {
  display: block;
}
.guesslike ul li .cover a .play {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) center no-repeat;
  z-index: 2;
  border-radius: 5px;
}
.guesslike ul li .cover a img {
  border-radius: 8px;
  width: 100%;
  height: 236.4px;
  object-fit: cover;
}
.guesslike ul li .cover a em {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  color: #ff5f00;
  font-style: normal;
  z-index: 1;
}
.guesslike ul li .detail {
  margin-top: 5px;
}
.guesslike ul li .detail h4 a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.guesslike ul li .detail h4 a:hover {
  color: #ff5f00;
}
.guesslike ul li .detail p {
  font-size: 12px;
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page {
  font-size: 14px;
  text-align: center;
  margin: 0.625rem auto;
}
.page ul {
  color: white;
}
.page ul li {
  display: inline-block;
}
.page ul li a {
  color: white;
  padding: 0.3125rem 0.75rem;
  border: 1px solid #444444;
  border-radius: 5px;
}
.page ul li a:hover {
  color: #f25f00;
}
.m_page {
  display: none;
  text-align: center;
}
.m_page ul {
  display: flex;
  flex-wrap: nowrap;
}
.m_page ul li {
  flex: 25%;
  padding: 0 1%;
}
.m_page ul li a {
  display: block;
  text-align: center;
  color: #dddddd;
  border: 1px solid #444444;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
}
.m_page ul li a:hover {
  color: #f25f00;
}
.m_page p {
  margin: 5% 0;
  font-size: 13px;
  color: #999999;
}
.m_page p span {
  color: #ff5f00;
}
.recordbox {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  width: 46%;
  background: #292929;
  color: #dcdddd;
}
.recordbox .recordbox-title {
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #2e2e2e;
  padding: 2% 4%;
}
.recordbox .recordbox-title a {
  float: left;
  font-size: 16px;
  color: #dcdddd;
}
.recordbox .recordbox-title a:hover {
  color: #ff5f00;
}
.recordbox .recordbox-title span {
  font-size: 16px;
}
.recordbox .recordbox-title i {
  font-style: normal;
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.recordbox .recordbox-title i:hover {
  color: #ff5f00;
}
.recordbox .bd ul {
  height: 350px;
  overflow: hidden;
  overflow-y: auto;
  padding: 1% 1% 0 1%;
}
.recordbox .bd ul::-webkit-scrollbar {
  width: 6px;
}
.recordbox .bd ul::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 3px;
}
.recordbox .bd ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.recordbox .bd ul li {
  width: 16.6%;
  padding: 1%;
  float: left;
}
.recordbox .bd ul li .cover a {
  display: block;
  position: relative;
}
.recordbox .bd ul li .cover a img {
  width: 100%;
  height: 171.56px;
  border-radius: 5px;
  object-fit: cover;
}
.recordbox .bd ul li .cover a em {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
}
.recordbox .bd ul li .detail h4 {
  font-weight: normal;
}
.recordbox .bd ul li .detail h4 a {
  font-size: 14px;
  color: #dddddd;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.recordbox .bd ul li .detail h4 a:hover {
  color: #ff5f00;
}
.recordbox .bd ul p {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.recordbox .bd ul p a {
  color: white;
  margin-top: 5px;
  padding: 5px 12px;
  border-radius: 50px;
  background: #ff5f00;
  font-size: 14px;
}
.zengzhao {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.btns_disad {
  color: #505050 !important;
  border: 1px solid #505050 !important;
  background: #292929 !important;
}
.listactive,
.episactive {
  color: #ec5c05 !important;
  font-weight: bold;
}
.share:hover .sharebox {
  display: block;
}
.share .sharebox {
  display: none;
  position: absolute;
  bottom: 36px;
  background: #343434;
  width: 260px;
  padding: 10px;
  text-align: center;
  right: -60px;
  border-radius: 5px;
  z-index: 100;
}
.share .sharebox .sharelist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share .sharebox .sharelist .area {
  outline: none;
  resize: none;
  border: 1px solid #3d3d3d;
  width: 100%;
  margin: 5px 0;
  text-align: left;
  padding: 5px;
  overflow: hidden;
}
.share .sharebox .sharelist span,
.share .sharebox .sharelist .area,
.share .sharebox .sharelist p {
  color: #999999;
  font-size: 14px;
}
.share .sharebox .sharelist span::before,
.share .sharebox .sharelist .area::before,
.share .sharebox .sharelist p::before {
  margin-right: 5px;
}
.share .sharebox .sharelist button {
  color: #fff1e5;
  background: #ff5f00;
  padding: 6px;
  border: none;
  border-radius: 5px;
  width: 50%;
  cursor: pointer;
}
footer {
  background: #292929;
  padding: 2% 0;
  margin-top: 1%;
}
footer .container {
  margin: 0 auto;
}
footer .container .fo_t p {
  color: #999999;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
footer .container .fo_t p a {
  color: #dddddd;
}
footer .container .fo_t p a:hover {
  color: #ff5f00;
}
.m_list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  background: #292929;
  padding: 2%;
  display: none;
}
.m_list .hd {
  text-align: center;
  line-height: 3;
  border-bottom: 1px solid #2d2d2d;
}
.m_list .hd span {
  font-size: 14px;
  color: #ddd;
}
.m_list .hd i {
  font-style: normal;
  font-size: 20px;
  color: #ddd;
  float: right;
}
.m_list ul {
  padding-top: 6%;
  overflow: hidden;
}
.m_list ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 5%;
}
.m_list ul li:nth-child(2) a i {
  background: #ff5d6f;
}
.m_list ul li:nth-child(3) a i {
  background: #44c196;
}
.m_list ul li:nth-child(4) a i {
  background: #9b76f6;
}
.m_list ul li:nth-child(5) a i {
  background: #fd751b;
}
.m_list ul li:nth-child(6) a i {
  background: #00ade1;
}
.m_list ul li:nth-child(7) a i {
  background: #fd751b;
}
.m_list ul li a {
  display: block;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_list ul li a i {
  padding: 10%;
  background: #97a1bb;
  border-radius: 50px;
}
.m_list ul li a i::before {
  color: #f7fbfe;
  font-size: 25px;
}
.m_list ul li a span {
  font-size: 14px;
  color: #c5c5c5;
  margin-top: 3px;
}
.show {
  display: block !important;
}
.foot_menu {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #222222;
  padding: 2% 0;
  border-top: 2px solid #323232;
}
.foot_menu ul {
  overflow: hidden;
}
.foot_menu ul li {
  float: left;
  width: 20%;
}
.foot_menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.foot_menu ul li a i {
  color: #d7d5d7;
}
.foot_menu ul li a i::before {
  font-size: 20px;
}
.foot_menu ul li a span {
  color: #d7d5d7;
  font-size: 14px;
  line-height: 2;
}
.foot_menu_active {
  color: #ff5f00 !important;
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: 100% !important;
    padding: 0 2% 0 2%;
  }
  .menu {
    display: none;
  }
  .page {
    display: none;
  }
  .cbox_list .hd h2 i {
    font-size: 25px;
    transform: translateY(-2px);
  }
  .m_page {
    display: block;
  }
  header .head_a .historybox a {
    font-size: 22px;
  }
  header .head_a .historybox a:last-child {
    font-size: 20px;
  }
  header .head_a .logo {
    width: 33% !important;
  }
  .hotwordbox {
    display: none;
  }
  .searchbox {
    border: none;
  }
  .searchbox .search_b .alltype {
    display: none;
  }
  .searchbox .search_b form {
    display: block;
    width: 100% !important;
    padding-left: 5%;
  }
  .searchbox .search_b form i {
    display: block;
    top: -4px;
    left: 0;
  }
  .searchbox .search_b form::before {
    left: 53px;
    top: -5px;
    font-size: 16px;
  }
  .searchbox .search_b form input[type="text"] {
    border-radius: 50px;
    height: 2.4rem !important;
    transform: translateX(17px);
    background-color: rgba(255, 255, 255, 0.1);
    width: 92%;
  }
  .searchbox .search_b form input[type="submit"] {
    position: absolute;
    right: -5px;
    width: 20%;
    border-radius: 50px;
    height: 2.4rem !important;
    transform: translateX(-15px);
  }
  .clearfix {
    right: 33px;
    bottom: 87px;
  }
  .recordbox {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .recordbox .bd {
    position: relative;
    padding: 2%;
    height: 100%;
    padding: 2% 2% 0 2%;
  }
  .recordbox .bd ul {
    height: 100%;
    width: calc(100% + 0.25rem);
  }
  .recordbox .bd ul li {
    width: 33.3%;
  }
  .recordbox .bd ul li .cover a img {
    width: 100%;
    height: 180px;
  }
  .rankbox {
    overflow: hidden;
    overflow-x: auto;
  }
  .rankbox .hd {
    padding: 0 3%;
    margin: 2.5% 0;
  }
  .rankbox .hd h2 i {
    font-size: 25px;
  }
  .rankbox .bd {
    width: 400%;
  }
  .rankbox .bd::-webkit-scrollbar {
    width: 6px;
    /* 设置滚动条整体宽度，可根据需要调整得更细，这里设置为6px */
  }
  .rankbox .bd::-webkit-scrollbar-thumb {
    background-color: #333;
    /* 设置滚动条滑块的颜色 */
    border-radius: 3px;
    /* 设置滑块的圆角，可使外观更圆润 */
  }
  .rankbox .bd::-webkit-scrollbar-track {
    background-color: transparent;
    /* 设置滚动条轨道的背景色 */
  }
  .rankbox .bd .list_info {
    width: 100%;
    max-width: none;
  }
  .rankbox .bd .list_info ul li {
    width: 100%;
    font-size: 14px;
  }
  .playgroup #NumTab a {
    font-size: 14px;
  }
  .playgroup #NumTab span {
    top: -24px;
  }
  .playgroup #NumTab .episodelist ul li {
    flex: 33.3%;
    max-width: 33.3%;
  }
  .playgroup #NumTab .episodelist ul li a {
    font-size: 14px;
  }
  .playgroup #NumTab .episodelist .p {
    right: 1px;
    width: 33.3%;
  }
  .guesslike ul li {
    flex: 33.3%;
    max-width: 33.3%;
  }
  .guesslike ul li:nth-child(10) {
    display: none;
  }
  .guesslike ul li .cover a img {
    height: 180px;
  }
  footer {
    padding: 6% 3% 13% 3%;
  }
  footer .container .fo_t p {
    font-size: 12px;
  }
  .foot_menu {
    display: block;
  }
}
