:root{--TZT-MAIN: #f84d3a;--TZT-HIHG: 140%;--TZT-HIHGWIDE: 60%;--TZT-RADIUS: 10px;}
body {
  background-color: var(--TZT-BG-1);
}
.page-bd {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.nav {
  position: relative;
  display: flex;
}
.nav-tabs {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
}
.nav-tabs li {
  display: inline-block;
  padding: 0 0.8rem;
  white-space: nowrap;
}
.nav-tabs li.active a {
  padding-bottom: 0.9rem;
  border-bottom: 0.2rem solid var(--TZT-INDIGO);
}
.nav-tabs:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid var(--TZT-FG-3);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.nav-type {
  margin-bottom: 1rem;
}
.nav-type.center {
  justify-content: center;
}
.nav-type li {
  margin-right: 1rem;
  white-space: nowrap;
}
.nav-type li a,
.nav-type li span {
  display: inline-block;
  padding: 0.2rem;
}
.nav-type li span {
  color: var(--TZT-FG-1);
}
.nav-type li.active a {
  color: var(--TZT-MAIN);
}
.shoutu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: var(--TZT-BG-2);
  padding: 0 2rem;
}
.shoutu-header .search {
  display: flex;
  align-items: center;
}
.shoutu-header .search .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shoutu-header .search .search-form .form-input {
  position: relative;
  width: 360px;
}
.shoutu-header .search .search-form .form-input .submit {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
}
.shoutu-header .search .search-form .form-input .shoutu-rank {
  padding: 0.5rem 0;
}
.shoutu-header .search .search-form .form-input .shoutu-rank li {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.shoutu-header .search .search-form .form-input .shoutu-rank li .key {
  font-size: 1rem;
}
.shoutu-header .search .search-form .form-input:hover .dropdown-menu {
  display: block;
}
.shoutu-header .search .search-form .error {
  margin-left: 1rem;
}
.shoutu-header .search .menu {
  margin-right: 1.4rem;
}
.shoutu-header .search .menu .icon {
  font-size: 1.5rem;
}
.shoutu-header .user {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
.shoutu-header .user li {
  position: relative;
  flex: 0 0 auto;
  padding: 1rem;
  font-size: 1.1rem;
}
.shoutu-header .user li .icon {
  font-size: 1.5rem;
}
.shoutu-header .user li:first-child {
  padding-right: 0;
}
.shoutu-header .user li img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.shoutu-header .user li:hover .dropdown-menu {
  display: block;
  top: 100%;
  right: 0;
}
.shoutu-leftbar {
  position: fixed;
  width: 169px;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shoutu-leftbar .item {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 169px;
  height: 100%;
  background-color: var(--TZT-BG-2);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.shoutu-leftbar .item .logo {
  padding: 1rem;
}
.shoutu-leftbar .item .menu li {
  padding-left: 2rem;
}
.shoutu-leftbar .item .menu li a {
  display: inline-block;
  padding: 1rem 2rem;
  color: var(--TZT-FG);
}
.shoutu-leftbar .item .menu li a .icon {
  margin-left: -2rem;
  margin-right: 10px;
}
.shoutu-leftbar .item .menu li.active,
.shoutu-leftbar .item .menu li:hover {
  background-color: var(--TZT-MAIN);
}
.shoutu-leftbar .item .menu li.active a,
.shoutu-leftbar .item .menu li:hover a {
  color: #fff;
}
.shoutu-leftbar.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shoutu-leftbar.hide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.shoutu-nav-menu li {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}
.shoutu-nav-menu li .icon {
  color: var(--TZT-FG-1);
}
.shoutu-nav-menu li.active a {
  color: var(--TZT-MAIN);
}
.shoutu-nav-menu li ul li {
  font-size: 0.9rem;
}
.shoutu-nav-menu li ul.child li {
  padding-left: 15px;
}
.shoutu-nav-menu li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid var(--TZT-FG-3);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.shoutu-nav-menu li:first-child:before {
  display: none;
}
.panel {
  position: relative;
  padding: 2rem;
  margin-top: 2rem;
  background-color: var(--TZT-BG-2);
  border-radius: var(--TZT-CIRCLE);
}
.panel.nobg {
  padding: 0;
  background: none;
}
.panel.bg {
  background-color: var(--TZT-BG-1);
}
.panel.shadow {
  box-shadow: 0 6px 10px rgba(0,0,0,0.1);
}
.panel .panel-hd {
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel .panel-hd h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.panel .panel-bread {
  padding-bottom: 15px;
  color: var(--TZT-FG-1);
}
.panel .panel-bread a,
.panel .panel-bread .icon {
  font-size: 12px;
}
.panel .panel-ft {
  position: relative;
  padding-top: 1rem;
}
.panel .panel-box {
  margin: 0 -0.5rem;
}
.panel .panel-block {
  padding: 2rem;
  background-color: var(--TZT-BG-1);
  border-radius: var(--TZT-CIRCLE);
}
.shoutu-slide-banner {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.shoutu-slide-banner .info-control {
  position: absolute;
  z-index: 999;
  bottom: 2rem;
  left: 2rem;
  text-align: left;
}
.shoutu-slide-banner .info-control .title {
  color: #fff;
}
.shoutu-slide-banner .poster-control {
  position: absolute;
  bottom: 0;
  right: 1rem;
  z-index: 101;
}
.shoutu-slide-banner .poster-control .swiper-slide {
  width: 110px;
  margin-right: 1rem;
  cursor: pointer;
}
.shoutu-slide-banner .poster-control .cover-img {
  border: 2px solid #fff;
}
.shoutu-slide-banner .poster-control .cover-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
.shoutu-slide-banner .poster-control .swiper-slide-thumb-active .cover-img {
  border: 2px solid var(--TZT-MAIN);
}
.shoutu-slide-banner .poster-control .swiper-slide-thumb-active .cover-img::after {
  display: none;
}
.shoutu-slide-banner .title-control {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(0,0,0,0.6) 100%,rgba(255,255,255,0));
}
.shoutu-slide-banner .title-control .swiper-slide {
  cursor: pointer;
}
.shoutu-slide-banner .title-control .item {
  padding: 1rem 2rem;
  text-align: right;
}
.shoutu-slide-banner .title-control .item .title {
  font-size: 1rem;
  color: #fff;
}
.shoutu-slide-banner .title-control .item .text {
  font-size: 0.8rem;
  color: #eee;
}
.shoutu-slide-banner .title-control .swiper-slide-thumb-active .item {
  background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(0,0,0,0.6) 100%,rgba(255,255,255,0));
  border-right: 2px solid var(--TZT-MAIN);
}
.shoutu-slide-banner .title-control .swiper-slide-thumb-active .item .title {
  font-size: 1.5rem;
}
.shoutu-slide-banner .mini-control {
  width: 280px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  z-index: 101;
  display: flex;
  align-items: center;
}
.shoutu-slide-banner .mini-control .poster {
  padding: 0 3rem;
}
.shoutu-slide-banner .mini-control .title {
  color: #fff;
}
.shoutu-slide-banner .mini-control .text {
  font-size: 0.9rem;
}
.shoutu-slide-banner .mini-control .swiper-slide {
  width: 100%;
  padding-bottom: 2rem;
}
.shoutu-slide-banner .mini-control .swiper-button-next,
.shoutu-slide-banner .mini-control .swiper-button-prev {
  top: 30%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  background-color: rgba(255,255,255,255.6);
  color: #000;
}
.shoutu-slide-banner .mini-control .swiper-pagination {
  bottom: 0;
}
.shoutu-slide-banner .poster-img {
  position: relative;
  display: block;
}
.shoutu-slide-banner .poster-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  height: 220px;
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(22,22,26,0)),to(var(--TZT-BG-1)));
  background-image: -webkit-linear-gradient(top,rgba(22,22,26,0),var(--TZT-BG-1));
  background-image: linear-gradient(180deg,rgba(22,22,26,0),var(--TZT-BG-1));
}
.shoutu-indextype .panel {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.shoutu-indextype .swiper-slide {
  width: 220px;
}
.shoutu-indextype .info {
  position: relative;
  z-index: 2;
}
.shoutu-indextype .info .text {
  font-size: 0.8rem;
  color: var(--TZT-FG-1);
  padding-left: 1.2rem;
}
.shoutu-indextype .sub {
  position: absolute;
  bottom: -2rem;
  left: 2rem;
  z-index: 1;
  font-size: 5rem;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.05;
  background: -webkit-linear-gradient(90deg,transparent,var(--TZT-MAIN));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shoutu-vodlist {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.shoutu-vodlist li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.shoutu-vodlist li .lin {
  position: relative;
  padding: 0.5rem 0;
  margin: 0 -0.5rem 1rem -0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--TZT-FG-1);
}
.shoutu-vodlist li .lin::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid var(--TZT-FG-3);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.shoutu-vodlist li .lin::before {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--TZT-MAIN);
}
.shoutu-vodlist li .title {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.shoutu-vodlist li .text {
  font-size: 0.8rem;
  margin: 0;
  color: var(--TZT-FG-1);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.shoutu-vodlist li.hide {
  display: none;
}
.shoutu-vodlist.nowrap {
  flex-wrap: nowrap;
}
.shoutu-vodlist.slide {
  margin: 0 -0.5rem;
}
.shoutu-vodlist.slide li {
  margin: 0;
  padding: 0.5rem;
}
.shoutu-vodlist.bg li .cover-img {
  margin-bottom: 0;
  border-radius: var(--TZT-CIRCLE) var(--TZT-CIRCLE) 0 0;
}
.shoutu-vodlist.bg li .cover-data {
  padding: 1rem;
  background-color: var(--TZT-BG-1);
  border-radius: 0 0 var(--TZT-CIRCLE) var(--TZT-CIRCLE);
}
.shoutu-vodlist.bg li .text .split-line:last-child {
  display: none;
}
.shoutu-rank {
  position: relative;
}
.shoutu-rank li {
  position: relative;
  padding-left: 2rem;
  margin: 1rem 0;
}
.shoutu-rank li .title {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.shoutu-rank li .text {
  font-size: 0.8rem;
  color: var(--TZT-FG-1);
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.shoutu-rank li .key {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--TZT-FG-1);
}
.shoutu-rank li:nth-child(1) .key {
  color: #FE2D46;
}
.shoutu-rank li:nth-child(2) .key {
  color: #c2c289;
}
.shoutu-rank li:nth-child(3) .key {
  color: #FAA90E;
}
.shoutu-content .cover-img {
  width: 280px;
}
.shoutu-content h1 {
  margin-bottom: 1rem;
}
.shoutu-content .tag {
  margin-bottom: 1rem;
}
.shoutu-content .tag a {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0.5rem;
  border: 1px solid var(--TZT-FG-3);
  border-radius: 10px;
  font-size: 0.9rem;
}
.shoutu-content .tag a.active,
.shoutu-content .tag a:hover {
  background-color: var(--TZT-MAIN);
  color: #fff;
}
.shoutu-content .data,
.shoutu-content .desc {
  margin-bottom: 1rem;
}
.shoutu-content .data .text,
.shoutu-content .desc .text {
  color: var(--TZT-FG-1);
}
.shoutu-content .data .split-line:last-child,
.shoutu-content .desc .split-line:last-child {
  display: none;
}
.shoutu-content .playbtn a {
  margin-right: 0.5rem;
}
.shoutu-content .playbtn a:last-child {
  margin-right: 0;
}
.shoutu-content .score {
  position: relative;
  width: 220px;
}
.shoutu-content .score .rating {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.shoutu-content .score .rating li {
  cursor: pointer;
}
.shoutu-content .score .rating li .icon {
  font-size: 1.5rem;
  color: var(--TZT-MAIN);
}
.shoutu-screen {
  display: flex;
  padding: 10px 0;
  overflow: hidden;
}
.shoutu-screen .shoutu-screen-hd {
  position: relative;
  z-index: 2;
}
.shoutu-screen .shoutu-screen-hd span {
  display: block;
  width: 60px;
  padding: 5px 0;
  color: var(--TZT-FG-1);
  background-color: var(--TZT-BG-2);
}
.shoutu-screen .shoutu-selectlist {
  flex-wrap: wrap;
}
.shoutu-screen .shoutu-selectlist li {
  width: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.shoutu-screen .shoutu-selectlist li a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid var(--TZT-FG-3);
  border-radius: 10px;
  font-size: 0.9rem;
}
.shoutu-screen .shoutu-selectlist li.active a,
.shoutu-screen .shoutu-selectlist li:hover a {
  background-color: var(--TZT-MAIN);
  color: #fff;
}
.shoutu-playlist li {
  padding: 0.5rem;
}
.shoutu-playlist li a,.mj-con li {
  position: relative;
  padding: 0 0.5rem;
  display: block;
  line-height: 38px;
  text-align: center;
  background-color: var(--TZT-BG-1);
  border-radius: 10px;
  font-size: 0.9rem;
  border: 1px solid var(--TZT-FG-3);
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.shoutu-playlist li a:hover {
  background-color: var(--TZT-MAIN);
  color: #fff;
}
.shoutu-playlist li.active a {
  background-color: var(--TZT-MAIN);
  color: #fff;
}
.shoutu-playlist.active li {
  width: 50%;
}
.shoutu-palyer {
  margin-top: 2rem;
  background-color: var(--TZT-BG-2);
  border-radius: var(--TZT-CIRCLE);
}
.shoutu-palyer .item .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.shoutu-palyer .item .foot .data {
  padding-left: 1rem;
  border-left: 4px solid var(--TZT-MAIN);
}
.shoutu-palyer .item .foot .playbtn .btn {
  margin-left: 0.5rem;
}
.shoutu-palyer .shoutu-palyer-side {
  padding: 2rem;
  background-color: var(--TZT-BG-0);
}
.shoutu-gbook-list {
  margin: 2rem 0;
}
.shoutu-gbook-list .shoutu-media-bd {
  padding: 1rem;
  background-color: var(--TZT-BG-1);
  border-radius: 5px;
}
.shoutu-page {
  margin-top: 2rem;
  text-align: center;
}
.shoutu-page li {
  display: inline-block;
  margin: 0 5px;
}
.shoutu-page li a,.shoutu-page li span{
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: var(--TZT-BG-1);
  border-radius: 2px;
  font-size: 12px;
}
.shoutu-page li.active span{
  background-color: var(--TZT-MAIN);
  color: #fff;
}
.shoutu-page li.visible-xs{display:none}


.shoutu-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  background-color: var(--TZT-BG-0);
  padding: 1rem 2rem;
}
.shoutu-footer .info {
  text-align: right;
}
.shoutu-fixedbar {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
}
.shoutu-fixedbar li {
  margin-top: 1rem;
}
.shoutu-fixedbar li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border: 1px solid var(--TZT-FG-3);
  border-radius: 50%;
  background-color: var(--TZT-BG-2);
}
.shoutu-fixedbar li a .icon {
  font-size: 1rem;
}
.shoutu-fixedbar li a:hover {
  background-color: var(--TZT-MAIN);
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .panel-flex.left {
    display: flex;
  }
  .panel-flex.left .flex-left {
    width: 30%;
  }
  .panel-flex.left .flex-center {
    width: 70%;
    padding-left: 2rem;
  }
  .panel-flex.right {
    display: flex;
  }
  .panel-flex.right .flex-left {
    width: 12.5%;
  }
  .panel-flex.right .flex-center {
    width: 87.5%;
    padding-right: 2rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 8 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 7 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 6 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 5 - 15px);
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 8.3333333%;
  }
  .shoutu-palyer {
    display: flex;
  }
  .shoutu-palyer .item {
    width: 78%;
  }
  .shoutu-palyer .shoutu-palyer-side {
    width: 22%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .panel-flex.left {
    display: flex;
  }
  .panel-flex.left .flex-left {
    width: 35%;
  }
  .panel-flex.left .flex-center {
    width: 65%;
    padding-left: 2rem;
  }
  .panel-flex.right {
    display: flex;
  }
  .panel-flex.right .flex-left {
    width: 10%;
  }
  .panel-flex.right .flex-center {
    width: 90%;
    padding-right: 2rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 7 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 6 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 5 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 4 - 15px);
  }
  .shoutu-vodlist.box1 li:nth-child(n+8) {
    display: none;
  }
  .shoutu-vodlist.box2 li:nth-child(n+15) {
    display: none;
  }
  .shoutu-vodlist.wide1 li:nth-child(n+6) {
    display: none;
  }
  .shoutu-vodlist.wide2 li:nth-child(n+11) {
    display: none;
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 10%;
  }
  .shoutu-palyer {
    display: flex;
  }
  .shoutu-palyer .item {
    width: 74%;
  }
  .shoutu-palyer .shoutu-palyer-side {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .panel-flex.left {
    display: flex;
  }
  .panel-flex.left .flex-left {
    width: 42%;
  }
  .panel-flex.left .flex-center {
    width: 58%;
    padding-left: 2rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 6 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 5 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 4 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 3 - 15px);
  }
  .shoutu-vodlist.box1 li:nth-child(n+7) {
    display: none;
  }
  .shoutu-vodlist.box2 li:nth-child(n+13) {
    display: none;
  }
  .shoutu-vodlist.wide1 li:nth-child(n+5) {
    display: none;
  }
  .shoutu-vodlist.wide2 li:nth-child(n+9) {
    display: none;
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 12.5%;
  }
  .shoutu-palyer {
    display: flex;
  }
  .shoutu-palyer .item {
    width: 70%;
  }
  .shoutu-palyer .shoutu-palyer-side {
    width: 30%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .panel-flex.left {
    display: flex;
  }
  .panel-flex.left .flex-left {
    width: 50%;
  }
  .panel-flex.left .flex-center {
    width: 50%;
    padding-left: 2rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 5 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 4 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 4 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 3 - 15px);
  }
  .shoutu-vodlist.box1 li:nth-child(n+6) {
    display: none;
  }
  .shoutu-vodlist.box2 li:nth-child(n+16) {
    display: none;
  }
  .shoutu-vodlist.wide1 li:nth-child(n+5) {
    display: none;
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 16.666666%;
  }
  .shoutu-palyer {
    display: flex;
  }
  .shoutu-palyer .item {
    width: 70%;
  }
  .shoutu-palyer .shoutu-palyer-side {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .panel-flex.left {
    display: flex;
  }
  .panel-flex.left .flex-left {
    width: 66%;
  }
  .panel-flex.left .flex-center {
    width: 34%;
    padding-left: 2rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 4 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 4 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 3 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 2 - 15px);
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .panel-flex .flex-left {
    margin-bottom: 1rem;
  }
  .shoutu-vodlist .col8 {
    width: calc(100% / 3 - 15px); 
  }
  .shoutu-vodlist .col7 {
    width: calc(100% / 3 - 15px); 
  }
  .shoutu-vodlist .col6 {
    width: calc(100% / 2 - 15px);
  }
  .shoutu-vodlist .col5 {
    width: calc(100% / 1 - 15px);
  }
  .shoutu-vodlist.box1 li:nth-child(n+7) {
    display: none;
  }
  .shoutu-vodlist.box2 li:nth-child(n+16) {
    display: none;
  }
  .shoutu-playlist {
    display: flex;
    flex-wrap: wrap;
  }
  .shoutu-playlist li {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1200px) {
  .page {
    display: block;
  }
  .page-bd {
    padding-left: 169px;
  }
  .page-bd.auto {
    padding-left: 0;
  }
  .page-row {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .shoutu-leftbar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .shoutu-slide-banner .poster-img {
    height: 0;
    background-position: 50% 50%;
    padding-top: 60%;
    background-size: cover;
    overflow: hidden;
  }
  .shoutu-slide-banner .poster-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shoutu-slide-banner .poster-img::after {
    height: 60px;
  }
  .shoutu-ad-img {
    position: relative;
    display: block;
    height: 0;
    background-position: 50% 50%;
    padding-top: 10%;
    background-size: cover;
    overflow: hidden;
  }
  .shoutu-ad-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .shoutu-vodlist.slide {
    flex-wrap: wrap;
  }
  .shoutu-screen .shoutu-selectlist {
    flex-wrap: nowrap;
  }
  .shoutu-screen .shoutu-selectlist li {
    margin-bottom: 0;
  }
  .shoutu-playlist {
    position: relative;
  }
  .shoutu-playlist li {
    width: 33.3333333%;
  }
  .shoutu-playlist.active li {
    width: 50%;
  }
  .shoutu-playlist.position-on {
    margin-top: 0.5rem;
    flex-wrap: nowrap;
  }
  .shoutu-playlist.position-on li {
    padding: 0;
    margin-right: 0.5rem;
    width: 130px;
  }
  .shoutu-palyer {
    margin-top: 0;
  }
  .shoutu-palyer .item {
    padding: 0;
  }
  .shoutu-palyer .item .foot {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    border: 0;
  }
  .shoutu-palyer .item .foot .data {
    padding: 1rem 0;
    border-left: 0;
  }
  .shoutu-palyer .item .foot .data .title {
    font-size: 1.5rem;
  }
  .shoutu-palyer .shoutu-palyer-side {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-type {
    display: block;
  }
  .nav-type li {
    display: inline-block;
  }
  .nav-tabs li.active a {
    padding-bottom: 0.5rem;
  }
  .shoutu-header {
    margin: 0;
    padding: 0 15px;
    box-shadow: none;
  }
  .shoutu-header .search .search-form {
    margin-top: -1.5rem;
    width: 100%;
    padding: 1rem;
    position: absolute;
    z-index: 1001;
    top: -100%;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--TZT-BG-2);
  }
  .shoutu-header .search .search-form .form-input {
    width: 100%;
  }
  .shoutu-header .search .search-form.show {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .shoutu-header .search .search-form .submit {
    top: 1.5rem;
    right: 1rem;
  }
  .shoutu-header .user li {
    padding: 0.5rem 0.7rem;
  }
  .panel {
    padding: 1rem;
    margin-top: 1rem;
  }
  .panel .panel {
    border-radius: 5px;
  }
  .panel .panel-hd {
    margin: 0 0 0.5rem;
    padding-bottom: 0;
  }
  .panel .panel-hd h3 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .panel .panel-ft {
    padding: 1rem 0;
  }
  .panel .panel-block {
    padding: 1rem;
  }
  .panel.play {
    margin-top: 0;
  }
  .shoutu-slide-banner {
    margin-bottom: 1rem;
  }
  .shoutu-slide-banner .poster-control {
    position: relative;
    right: 0;
    left: 0;
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .shoutu-slide-banner .poster-control .swiper-slide {
    margin-right: 10px;
    width: 80px;
  }
  .shoutu-slide-banner .poster-control .cover-img {
    margin-bottom: 0;
  }
  .shoutu-slide-banner .info-control {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 0;
    margin-top: -2rem;
  }
  .shoutu-slide-banner .info-control h2 {
    font-size: 1.2rem;
    margin: 0;
  }
  .shoutu-slide-banner .info-control .btn {
    padding: 0.4rem 2rem;
  }
  .shoutu-indextype {
    padding-left: 1rem;
  }
  .shoutu-indextype .panel {
    margin: 0;
    overflow: hidden;
  }
  .shoutu-indextype .swiper-slide {
    width: 180px;
  }
  .shoutu-indextype .info .title {
    font-size: 1.2rem;
  }
  .shoutu-vodlist li .title {
    font-weight: 400;
    margin-bottom: 0.2rem;
  }
  .shoutu-vodlist li .text {
    font: 0.5rem;
  }
  .shoutu-content {
    display: block;
    text-align: center;
  }
  .shoutu-content .shoutu-media-hd {
    width: 60%;
    padding-right: 0;
    margin: 0 auto 1rem;
  }
  .shoutu-content .shoutu-media-hd .cover-img {
    width: 100%;
  }
  .shoutu-content .shoutu-media-bd {
    padding-right: 0;
  }
  .shoutu-content .shoutu-media-bd .playbtn {
    margin-bottom: 1rem;
  }
  .shoutu-content .score {
    width: auto;
  }
  .shoutu-content .score .rating li .icon {
    font-size: 2rem;
  }
  .mobile-cover {
    display: block;
    position: absolute;
    margin: 0;
    top: -100px;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1;
  }
  .mobile-cover .cover-img::before {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
    z-index: 5;
  }
  .mobile-cover .cover-img::after {
    content: '';
    position: absolute;
    z-index: 2;
    opacity: .16;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 29%;
  }
  .mobile-cover::after {
    content: '';
    position: absolute;
    z-index: 2;
    opacity: .1;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 30%;
    filter: invert(100%);
  }
  .mobile-cover::before {
    content: '';
    position: absolute;
    z-index: 2;
    height: 105%;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,var(--TZT-BG-2) 80%,var(--TZT-BG-2) 100%);
    backdrop-filter: saturate(150%) blur(10px);
  }
  .shoutu-palyer .item .foot {
    padding: 0;
  }
  .shoutu-palyer .item .foot .playbtn .btn {
    margin: 0 0.2rem;
    padding: 0.5rem 0.8rem;
  }
  .shoutu-palyer .item .foot .playbtn .btn p {
    display: none;
  }
  .shoutu-news li {
    padding: 1rem 0 0 0;
  }
  .shoutu-news li:first-child {
    padding-top: 0.5rem;
  }
  .shoutu-news li .time {
    width: 65px;
    padding: 0.5rem;
  }
  .shoutu-pagination li a {
    border-radius: 2px;
    font-size: 12px;
  }
  .shoutu-fixedbar {
    bottom: 1rem;
    right: 1rem;
  }
  .shoutu-fixedbar li {
    margin-top: 0.5rem;
  }
  .shoutu-fixedbar li a {
    width: 42px;
    height: 42px;
    line-height: 37px;
  }
  .shoutu-ad-img {
    padding-top: 18%;
  }
  .shoutu-footer {
    padding: 1rem;
  }
  .shoutu-footer .info {
    text-align: center;
  }
}

/*下载和网盘*/
.module{padding-bottom: 20px; font-size: 0;}
.module-heading{font-size: 0; vertical-align: baseline; position: relative;}
.player-heading{display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;}
.module-title{font-size: 30px; font-weight: 700; line-height: 1.1; position: relative; z-index: 2; flex: 1; -webkit-font-smoothing: subpixel-antialiased;}
.module-tab{display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; -ms-flex-pack: flex-end; margin: -3px 0; white-space: nowrap; overflow: auto; max-width: 75%;}
.module-tab-name{padding: 0 10px; line-height: 30px; height: 30px; font-size: 13px; border-radius: 8px; display: inline-block; cursor: pointer; position: relative;}
.module-tab-name::after{border: 1px solid #e9ecef; border-radius: 8px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; -webkit-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none;}
.module-tab-items{ border-radius: 8px; padding: 3px; overflow: auto;}
.module-tab-items-box{padding: 0;}
.module-tab-item{padding: 0 15px; line-height: 34px; font-size: 14px; display: inline-block; border-radius: 8px; color: #616161; text-align: center; cursor: pointer; position: relative;}
.module-tab-item.active{box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.1); border-radius: 6px; background: #fff; font-weight: 700; color: #e50914;}
.module-tab-item small{background: linear-gradient(90deg, #fafafa, #fff0ec); color: #757575; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); position: absolute; right: -3px; top: -3px; transform: scale(0.8); transform-origin: top right; font-weight: normal; padding: 0 6px; border-radius: 8px; height: 19px; line-height: 18px; font-size: 12px;}
.module-tab-item.active small{background: #e50914; color: #fff; background: linear-gradient(to right, #ff711f 0%, #e50914 100%); color: #fff;}
.module-tab-title{position: relative; display: block; text-align: center; font-size: 18px; font-weight: 700; padding: 10px 5px 15px; margin-bottom: 10px; display: none;}
.module-tab-title::after{content: " "; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #f1f3f5;}
.close-drop{position: absolute; left: 0; top: 9px; height: 30px; width: 30px; line-height: 28px; border-radius: 50px; cursor: pointer;}
.close-drop:hover{background: #fff0ec; color: #e50914;}
.close-drop i{font-size: 12px; transform: scale(0.8); font-weight: 700; vertical-align: 0px;}
.icon-arrow, .icon-close{font-family: 'iconfont' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align: revert; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.icon-arrow:before{content: "\e918";}
.icon-close:before{content: "\e917";}
.shortcuts-mobile-overlay{pointer-events: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: transparent; content: ""; z-index: 19; display: none;}
.module-list{box-shadow: 0 2.75px 2.21px rgba(0, 0, 0, 0.01), 0 6.65px 5.32px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.01), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33.4px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.01), 0 0 1px rgba(0, 0, 0, 0.1); border-radius: 8px; padding: 20px 0; display: none;}
.tab-list.active{display: block;}
.module-play-list{margin: -5px; max-height: 380px; overflow-y: auto;}
.module-play-list-content{font-size: 0;}
.module-play-list-larger .module-play-list-link{padding: 3px 20px; min-width: calc(20% - 10px);}
.module-play-list-link{cursor: pointer; color: var(--TZT-FG); margin: 5px; padding: 0px 10px; text-align: center; position: relative; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 14px; line-height: 34px; border-radius: 8px; transition: all 0.2s;}
.module-play-list-link::after{border: 1px solid #e9ecef; border-radius: 8px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; -webkit-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none;}
.module-play-list-link:hover{background: #fff0ec !important; color: #e50914;}
.module-play-list-link:hover::after{border: none;}
.module-play-list-link.active{color: #e50914; font-weight: 700; background: #fff0ec !important;}
.module-play-list-link.active::after{border: none;}
.module-play-list::-webkit-scrollbar-track{background: transparent;}
.module-play-list::-webkit-scrollbar{width: 5px;}
.module-play-list::-webkit-scrollbar-thumb{border-radius: 5px; height: 10px; background: #C1C1C1;}
@media (max-width: 559px){.panlist a{width:100%}.module-tab-items{position: static !important; width: auto !important; padding: 0 !important; min-height: 0 !important; max-height: none !important; border-radius: 0 !important; left: auto !important; bottom: auto !important; z-index: auto !important; background: none !important; transform: none !important; visibility: visible !important; transition: none !important;} .module-tab-title, .shortcuts-mobile-overlay{display: none !important;} .module-tab-items-box{margin: 0 -5px; padding-bottom: 0; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;} .module-tab-item{width: auto !important; margin: 5px; padding: 0 15px; line-height: 34px; font-size: 14px; border-radius: 8px; background: #f1f3f5; color: var(--TZT-FG); display: inline-block;} .module-tab-item.active{background: #ffeae5; color: #e50914; font-weight: 700;} .module-tab{max-width: 100% !important; overflow: visible; white-space: normal;} .module-play-list-larger .module-play-list-link{min-width: calc(50% - 10px);}}
@media (max-width: 1024px){.module-title{font-size: 24px;} .module-play-list-larger .module-play-list-link{min-width: calc(25% - 10px); padding: 3px;}}
@media (max-width: 899px){.module-play-list-larger .module-play-list-link{min-width: calc(33.3333% - 10px);}}
