@charset "utf-8";

body,
html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",
    SimSun, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #444444;
  background-color: #f0f0f0;
}

body:after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #29262d;
  background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background: linear-gradient(top, #ffffff, #f0f0f0);
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
tr {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
select {
  font-size: 12px;
  vertical-align: middle;
  border: none;
}

ul,
li {
  list-style-type: none;
}

img {
  border: 0 none;
}

p {
  margin: 0 0 10px;
}

/* container */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.nopc {
  display: none !important;
}

/* more */
h1 {
  font-size: 22px;
  line-height: 28px;
}

h2 {
  font-size: 20px;
  line-height: 26px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

a,
button {
  text-decoration: none;
  color: #444444;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover {
  cursor: pointer;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #59d2fa;
}

.icon {
  font-size: 16px;
  vertical-align: -1px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.text-red {
  color: red;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-right {
  float: right !important;
  color: #999999;
}

.pull-right1 {
  float: right !important;
  color: #999999;
  padding-top: 5px;
  padding-right: 10px;
}

.pull-right2 {
  float: right !important;
  color: #999999;
  padding-top: 5px;
}

.hide {
  display: none !important;
}

.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.pic-text {
  display: block;
  border-radius: 0px 0px 7px 7px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  color: #ffffff;
}

.pic-text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  padding: 12px;
  top: 8px;
  background: none;
  display: block;
  padding: 0px;
}

.pic-text1 b {
  background: rgba(0, 0, 0, 0.51);
  color: #c2c6d0;
  border-radius: 10px 0 0 10px;
  max-width: 75%;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block !important;
  float: right;
  margin: 0;
}

.pic-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0 0 0 8px;
  background-color: #ff9900;
  color: #ffffff;
}

.stui-pannel {
  margin-bottom: 20px;
}

.stui-foot {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* form */
input,
textarea {
  outline: medium none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input.form-control,
input.btn {
  outline: 0px;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  vertical-align: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control {
  height: auto;
}

.hide,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-mi {
  display: none;
}

/* header */
.stui-header {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.stui-header__logo,
.stui-header__menu {
  float: left;
  margin-left: 10px;
}

.stui-header__logo .logo {
  display: block;
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.stui-header__menu {
  position: relative;
  margin-top: 15px;
  margin-left: 5%;
}

.stui-header__menu li {
  float: left;
  margin-right: 30px;
}

.stui-header__menu li a {
  position: relative;
  font-size: 18px;
  color: #555555;
}

.stui-header__menu li a:hover,
.stui-header__menu li.active a {
  color: #59d2fa;
}

.stui-header__menu li.active a:before {
  content: " ";
  position: absolute;
  left: 30%;
  bottom: -10px;
  width: 40%;
  height: 3px;
  background-color: #59d2fa;
  border-radius: 2px;
}

.stui_header__user {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.stui_header__user > li {
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-left: 30px;
}

.stui_header__user > li > a {
  color: #555555;
}

.stui_header__user > li > a:hover {
  color: #59d2fa;
}

.stui_header__user > li > a .iconfont {
  font-size: 22px;
}

.stui_header__user > li > span {
  font-size: 24px;
  color: #555555;
}

/* dropdown */
.dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  padding: 15px;
  border-radius: 2px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown:after {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  right: 15px;
  background-color: #f0f0f0;
}

.dropdown.search {
  right: -10px;
}

.dropdown.search .item {
  position: relative;
  width: 200px;
}

.dropdown.search .item .form-control {
  background-color: #ffffff;
}

.dropdown.search .item .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  border: 0;
  cursor: pointer;
}

.dropdown.search .item .submit .icon {
  font-size: 14px;
  color: #999999;
}

.dropdown.search li {
  padding: 10px 5px;
  border-top: 1px solid #dfdfdf;
}

.dropdown.search li:first-child {
  border-top: 0;
}

.dropdown.search li a {
  display: block;
}

.dropdown.search li a:hover {
  color: #59d2fa;
}

.dropdown.search li a span {
  color: #999999;
}

.dropdown.type {
  right: -10px;
  width: 240px;
  padding: 15px 7px 7px 15px;
}

.dropdown.type li {
  float: left;
  width: 33.333333%;
  padding-right: 8px;
  padding-bottom: 8px;
}

.dropdown.type li a {
  display: block;
  padding: 5px 0;
  border-radius: 2px;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.dropdown.type li a:hover,
.dropdown.type li.active a {
  background-color: #59d2fa;
  color: #fff;
}

.dropdown.history {
  right: -10px;
  width: 240px;
}

.dropdown.history .head h5 {
  margin: 0;
  padding-bottom: 10px;
}

.dropdown.history .head a {
  color: #59d2fa;
}

.dropdown.history li a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #eee;
  color: #333;
}

.dropdown.history li a:hover {
  color: #59d2fa;
}

.dropdown.history li a span {
  color: #999;
}

/* screen */
.stui-screen {
  padding: 10px;
}

.stui-screen .head {
  padding: 15px;
  border-radius: 2px;
  background-color: #f7f7f7;
}

.stui-screen .head .text,
.stui-screen .head .all {
  color: #444;
}

.stui-screen .head a {
  color: #444;
}

.stui-screen .item {
  display: block;
}

.stui-screen .item ul {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.stui-screen .item ul li {
  float: left;
}

.stui-screen .item ul li a {
  display: inline-block;
  padding-left: 20px;
}

.stui-screen .item ul li a,
.stui-screen .item ul li span {
  color: #444;
}

.stui-screen .item ul li.active a,
.stui-screen .item ul li a:hover {
  color: #59d2fa;
}

/* list */
.stui-vodlist__head {
  padding: 0 10px;
}

.stui-vodlist__head h2,
.stui-vodlist__head h2 a {
  color: #000000;
  font-weight: bold;
}

.stui-vodlist__head p {
  padding-left: 20px;
}

.stui-vodlist__head p a {
  display: inline-block;
  margin-right: 20px;
}

.stui-vodlist li {
  float: left;
  padding: 10px;
  width: 16.6666667%;
}

.stui-vodlist li.index {
  width: 33.333333%;
}

.stui-vodlist li.like {
  width: 50%;
  padding: 5px;
}

.stui-vodlist li.topic {
  width: 25%;
}

.stui-vodlist__thumb {
  display: block;
  position: relative;
  padding-top: 150%;
  border-radius: 5px;
  background: url(../images/load.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.stui-vodlist__thumb.active {
  padding-top: 60%;
  background: url(../images/load.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.stui-vodlist__thumb .play {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url(../images/play.png) center no-repeat;
}

.stui-vodlist__thumb:hover .play {
  display: block;
}

.stui-vodlist__detail {
  margin: 0;
  padding: 10px 0;
}

.stui-vodlist__detail .title {
  margin: 0;
}

.stui-vodlist__detail .title a {
  font-size: 14px;
  color: #282828;
  font-weight: 700;
}

.stui-vodlist__detail .title a:hover {
  color: #59d2fa;
}

.stui-vodlist__detail .text {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.4);
}

.stui-vodlist__detail.index {
  padding: 5px 10px;
}

.stui-vodlist__detail.index .title {
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
}

.stui-vodlist__detail.index .title .score {
  font-size: 14px;
  color: #59d2fa;
}

.stui-vodlist__detail.index .title .iconfont {
  color: #59d2fa;
}

.stui-vodlist__detail.index .text {
  margin-bottom: 8px;
  padding-left: 20px;
}

/* content */
.stui-content {
  padding: 10px;
  position: relative;
}

.stui-content__detail,
.stui-content__thumb,
.stui-content__side {
  display: table-cell;
  vertical-align: top;
}

.stui-content__side p {
  padding: 0px 30px;
}

.stui-content__thumb .pic {
  display: block;
  width: 220px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/load.gif");
}

.stui-content__side {
  width: 240px;
  padding-top: 80px;
  text-align: center;
  background-color: #ededed;
}

.stui-content__detail {
  padding: 20px;
  width: 100%;
  background-color: #f7f7f7;
}

.stui-content__detail .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000000;
}

.stui-content__detail .data {
  margin-bottom: 10px;
}

.stui-content__detail .data2 {
  color: #888888;
}

.stui-content__detail .data3 {
  color: #59d2fa;
}

.stui-content__detail .data4 {
  font-size: 12px;
  color: #888888;
}

.stui-content__detail .desc {
  padding-left: 42px;
  line-height: 25px;
}

.stui-content__detail .desc .left {
  margin-left: -42px;
}

.stui-content__detail .play-btn {
  margin-top: 10px;
}

.stui-content__detail .play-btn a {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #59d2fa;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* player */
.stui-player {
  position: relative;
  z-index: 2;
  padding: 10px;
}

.stui-player__video {
  background-color: #000;
}

.stui-player__left {
  position: relative;
  float: left;
  width: 100%;
}

.stui-player__side {
  position: relative;
  float: left;
  width: 25%;
  background-color: #333333;
}

.stui-player__side .tab {
  padding: 15px;
  border-bottom: 1px solid #434145;
}

.stui-player__side .tab li {
  float: left;
  padding-right: 20px;
}

.stui-player__side .tab li a {
  position: relative;
  font-size: 16px;
  color: #757575;
}

.stui-player__side .tab li.active a:before {
  content: " ";
  position: absolute;
  left: 25%;
  bottom: -15px;
  width: 50%;
  height: 2px;
  background-color: #59d2fa;
}

.stui-player__side .tab li.active a {
  color: #59d2fa;
}

.stui-player__side .item {
  display: none;
  position: relative;
  padding: 15px 10px;
}

.stui-player__side .item.active {
  display: block;
}

.stui-player__side .item .head {
  position: relative;
  color: #757575;
  padding-bottom: 10px;
  padding-right: 5px;
  font-size: 15px;
}

.stui-player__side .item .head a {
  color: #757575;
}

.stui-player__side .item .head h3 {
  margin: 0;
  padding-left: 5px;
  font-size: 14px;
}

.stui-player__side .item .head .switch-line {
  margin-top: 5px;
}

.stui-player__side .item .tab-top {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  padding: 10px 25px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.stui-player__side .item .tab-top:after {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  right: 15px;
  background-color: #fff;
}

.stui-player__side .item .tab-top li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.stui-player__side .item .tab-top li:last-child {
  border-bottom: 0;
}

.stui-player__side .item .tab-top li a {
  font-size: 14px;
}

.stui-player__side .item .tab-top li a:hover {
  color: #59d2fa;
}

.stui-player__side .cont {
  display: none;
}

.stui-player__side .cont.active {
  display: block;
}

.stui-player__detail {
  padding: 20px;
  background-color: #1c1b1e;
}

.stui-player__detail .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.stui-player__detail .title a {
  color: #fff;
}

.stui-player__detail .more {
  float: right;
  padding-top: 10px;
}

.stui-player__detail .more a {
  display: inline-block;
  padding: 6px 15px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #252527;
  color: #999;
}

.stui-player__detail .more a:hover {
  color: #59d2fa;
}

.stui-player__detail .data {
  font-size: 14px;
  color: #888888;
}

.stui-player__detail .data a {
  color: #888888;
}

.stui-player__detail .data2 {
  font-size: 14px;
  color: #888888;
}

.stui-player__detail .data-more {
  padding-top: 10px;
  color: #888888;
}

.stui-player__detail .data-more a {
  color: #888888;
}

/* playlist */
.stui-play__list li {
  float: left;
  width: 33.333333%;
  padding: 5px;
}

.stui-play__list li.down {
  float: none;
  width: 100%;
}

.stui-play__list li a {
  display: block;
  padding: 10px 5px 10px 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #1c1b1e;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #757575;
}

.stui-play__list li a:hover {
  color: #59d2fa;
}

.stui-play__list li a:visited {
  color: #444444;
}

.stui-play__list li.active a {
  background-color: #59d2fa;
  color: #fff;
}

/*.stui-content__playlist{ padding-right: 10px;}*/
.stui-content__playlist li {
  float: left;
  width: 10%;
  margin: 0;
  padding: 0 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.stui-content__playlist li a {
  display: block;
  width: auto;
  text-align: center;
  padding: 10px 5px;
  background-color: #ededed;
  color: #555555;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.stui-content__playlist li.active a {
  background-color: #59d2fa;
  color: #ffffff;
}

.stui-content__playlist li a:hover {
  color: #59d2fa;
}

.stui-content__playlist li a:visited {
  color: #c5c5c5;
}

/* .stui-content__playlist li.active a,.stui-content__playlist li a:hover{ background-color: #59d2fa; color: #ffffff;} */

/* down */
.stui-content__down {
  padding-right: 10px;
}

.stui-content__down li {
  margin: 10px 0px 0px 10px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.stui-content__down li span {
  display: inline-block;
}

.down1 {
  width: 30%;
  line-height: 40px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.down1 a {
  color: #666666;
  line-height: 40px;
}

.down1 a:hover {
  color: #59d2fa;
}

.down2 {
  width: 70%;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.down2 a {
  color: #666666;
  line-height: 40px;
}

.down2 a:hover {
  color: #59d2fa;
}

/* page */
.stui-page__item {
  margin: 20px 0 20px;
}

.stui-page__item li {
  display: inline-block;
  padding: 0 5px;
}

.stui-page__item li a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #e8e8e8;
  color: #666;
}

.stui-page__item li.active a,
.stui-page__item li.active span {
  background-color: #59d2fa;
  color: #ffffff;
}

.stui-page__item li a:hover {
  color: #59d2fa;
}

.stui-page__item li.num {
  display: none;
}

.stui-page__all a {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.stui-page__all a .iconfont {
  font-size: 50px;
  color: #444444;
}

.stui-page__all a:hover .iconfont {
  color: #59d2fa;
}

.stui-page__all a.left {
  left: 0;
}

.stui-page__all a.right {
  right: 0;
}

/* link */
.stui-link__text {
  margin: 30px 10px;
}

.stui-link__text li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* embed */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  padding-bottom: 56.25%;
}

/* gbook */
.stui-gbook {
  padding: 10px;
}

.stui-gbook-form {
  padding-bottom: 20px;
}

.stui-gbook-form .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.stui-gbook-form textarea.form-control {
  height: auto;
}

.stui-gbook-form li {
  margin-top: 15px;
}

.stui-gbook-form li:first-child {
  margin-top: 0;
}

.stui-gbook-form li .submit {
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background-color: #59d2fa;
  color: #fff;
}

.stui-gbook__item {
  padding: 10px 0;
  border-top: 1px dotted #ddd;
}

.stui-gbook__item .name {
  color: #757575;
}

.stui-gbook__item .cont {
  position: relative;
  margin: 10px 0;
  padding: 20px;
  border-radius: 2px;
  background-color: #f0f0f0;
}

.stui-gbook__item .cont:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -5px;
  left: 10px;
  border-style: solid;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.stui-gbook__item .cont p {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 920px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  .stui-page__all,
  .stui-content__side {
    display: none;
  }

  .stui-vodlist__detail.index .title {
    margin: 8px 0;
    font-size: 16px;
    text-align: left;
  }

  .stui-vodlist__detail.index .text {
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .stui-header__menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* header */
  .stui-header__menu {
    display: none;
  }

  /* screen */
  .stui-screen .item ul {
    width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .stui-screen .item ul::-webkit-scrollbar {
    display: none;
  }

  .stui-screen .item ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }

  .stui-screen .item ul li a {
    padding-left: 10px;
  }

  /* list */
  .stui-vodlist li {
    width: 25%;
  }

  .stui-vodlist li.index {
    width: 50%;
  }

  .stui-vodlist li.topic {
    width: 50%;
  }

  .stui-vodlist li.like {
    width: 25%;
    padding: 5px;
  }

  .stui-vodlist__detail.index .title {
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
  }

  .stui-vodlist__detail.index .text {
    margin-bottom: 5px;
    padding-left: 20px;
  }

  /* player */
  .stui-player__left {
    float: none;
    width: 100%;
  }

  .stui-player__side {
    float: none;
    width: 100%;
    background-color: #f2f2f2;
  }

  .stui-player__side .tab {
    padding: 15px;
    border-bottom: 1px solid #dfdfdf;
  }

  .stui-player__side .tab li {
    float: left;
    padding-right: 20px;
  }

  .stui-player__side .tab li a {
    position: relative;
    font-size: 16px;
    color: #444;
  }

  .stui-player__side .tab li.active a:before {
    content: " ";
    position: absolute;
    left: 25%;
    bottom: -15px;
    width: 50%;
    height: 2px;
    background-color: #59d2fa;
  }

  .stui-player__side .tab li.active a {
    color: #59d2fa;
  }

  .stui-player__detail .more a.menu-switch {
    display: none;
  }

  .stui-player__detail .title {
    margin: 0 0 5px;
  }

  /* palylist */
  .stui-play__list li {
    width: 33.33%;
  }

  .stui-play__list li.down {
    float: none;
    width: 100%;
  }

  .stui-play__list li a {
    display: block;
    padding: 15px 5px 15px 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
  }

  .stui-play__list li a:hover {
    color: #59d2fa;
  }

  .stui-play__list li a:visited {
    color: #c5c5c5;
  }

  .stui-play__list li.active a {
    background-color: #59d2fa;
    color: #fff;
  }

  .stui-content__playlist {
    padding-right: 10px;
  }

  .stui-content__playlist li {
    width: 33.33%;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .stui-content__playlist li a {
    display: block;
    width: auto;
    text-align: center;
    padding: 15px 5px 15px 5px;
  }

  /* down */
  .stui-content__down {
    padding-right: 10px;
  }

  .stui-content__down li {
    margin: 10px 0px 0px 10px;
    height: 50px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }

  .stui-content__down li span {
    display: inline-block;
  }

  .down1 {
    width: 33.33%;
    line-height: 50px;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .down1 a {
    color: #666666;
    line-height: 50px;
  }

  .down1 a:hover {
    color: #59d2fa;
  }

  .down2 {
    width: 66.66%;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .down2 a {
    color: #666666;
    line-height: 50px;
  }

  .down2 a:hover {
    color: #59d2fa;
  }

  /* link */
  /*.stui-link__text {*/
  /*	display: none;*/
  /*}*/
  .hidden-ps {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* more */
  .stui-pannel__bd {
    padding: 0 5px;
  }

  .play-bg {
    display: none;
  }

  .stui-foot {
    margin-top: 30px;
  }

  /* header */
  .stui-header {
    margin-bottom: 10px;
  }

  .stui-header__logo .logo {
    width: 120px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }

  .stui_header__user {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
  }

  .stui_header__user > li {
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-left: 15px;
  }

  .stui_header__user > li > a .iconfont {
    font-size: 22px;
  }

  .stui_header__user > li > span {
    font-size: 18px;
    color: #555555;
  }

  /* screen */
  .stui-screen {
    padding: 5px;
  }

  .stui-screen .head {
    padding: 15px 10px 15px 10px;
  }

  .stui-screen .head .all {
    display: none;
  }

  .stui-screen .item ul {
    padding: 15px 10px 15px 10px;
  }

  /* list */
  .stui-vodlist li {
    padding: 5px;
    width: 33.333333%;
  }

  .stui-vodlist li.index {
    width: 100%;
  }

  .stui-vodlist li.like {
    width: 33.333333%;
  }

  .stui-vodlist__thumb.active {
    padding-top: 50%;
  }

  .stui-vodlist__detail {
    padding: 5px 10px;
  }

  .stui-vodlist__detail .title {
    font-size: 12px;
  }

  /*.stui-vodlist__detail.index .title{ margin-bottom: 5px;}*/
  .stui-vodlist__detail.index .title {
    margin: 5px 0;
    font-size: 16px;
    text-align: left;
  }

  .stui-vodlist__detail.index .text {
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .stui-vodlist__head p {
    display: none;
  }

  .stui-vodlist__thumb .play {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  /* content */
  .stui-content {
    padding: 0 5px;
  }

  .stui-content__detail,
  .stui-content__thumb {
    display: block;
  }

  .stui-content__detail .tag-link {
    padding-right: 130px;
  }

  .stui-content__thumb {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .stui-content__thumb .pic {
    display: block;
    width: 120px;
    height: 160px;
  }

  .stui-content__detail {
    padding: 20px 10px;
  }

  .stui-content__detail .title {
    margin: 0 0 20px;
  }

  /* player */
  .stui-player {
    padding: 0 5px;
  }

  .stui-player__detail {
    padding: 10px;
    background-color: #f7f7f7;
  }

  .stui-player__detail .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #000;
  }

  .stui-player__detail .title a {
    color: #000;
  }

  .stui-player__detail .more {
    float: none;
    margin: -10px -10px 10px -10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #2d2d2d;
  }

  .stui-player__detail .more a {
    margin-left: 0;
    margin-right: 10px;
  }

  .stui-player__detail .more a {
    display: inline-block;
    padding: 6px 15px;
    margin-left: 0px;
    border-radius: 2px;
    background-color: #3f3f3f;
    color: #999999;
  }

  .stui-player__detail .more a:hover {
    color: #59d2fa;
  }

  .stui-player__side {
    float: none;
    width: 100%;
    background-color: #f2f2f2;
  }

  .stui-player__side .tab {
    padding: 15px;
    border-bottom: 1px solid #dfdfdf;
  }

  .stui-player__side .tab li {
    float: left;
    padding-right: 20px;
  }

  .stui-player__side .tab li a {
    position: relative;
    font-size: 16px;
    color: #444;
  }

  .stui-player__side .tab li.active a:before {
    content: " ";
    position: absolute;
    left: 25%;
    bottom: -15px;
    width: 50%;
    height: 2px;
    background-color: #59d2fa;
  }

  .stui-player__side .tab li.active a {
    color: #59d2fa;
  }

  /* playlist */
  .stui-play__list li {
    width: 33.33%;
  }

  .stui-play__list li.down {
    float: none;
    width: 100%;
  }

  .stui-play__list li a {
    display: block;
    padding: 15px 5px 15px 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
  }

  .stui-play__list li a:hover {
    color: #59d2fa;
  }

  .stui-play__list li a:visited {
    color: #c5c5c5;
  }

  .stui-play__list li.active a {
    background-color: #59d2fa;
    color: #fff;
  }

  .stui-content__playlist {
    padding-right: 10px;
  }

  .stui-content__playlist li {
    width: 33.33%;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .stui-content__playlist li a {
    display: block;
    width: auto;
    text-align: center;
    padding: 15px 5px 15px 5px;
  }

  /* down */
  .stui-content__down {
    padding-right: 10px;
  }

  .stui-content__down li {
    margin: 10px 0px 0px 10px;
    height: 50px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }

  .stui-content__down li span {
    display: inline-block;
  }

  .down1 {
    width: 33.33%;
    line-height: 50px;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .down1 a {
    color: #666666;
    line-height: 50px;
  }

  .down1 a:hover {
    color: #59d2fa;
  }

  .down2 {
    width: 66.66%;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .down2 a {
    color: #666666;
    line-height: 50px;
  }

  .down2 a:hover {
    color: #59d2fa;
  }

  /* page */
  .stui-page__item li {
    display: block;
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
  }

  .stui-page__item li.num {
    display: block;
  }

  .stui-page__item li a {
    padding: 10px 15px;
  }

  /* link */
  .stui-link__text {
    margin: 10px 0px 0 10px;
  }

  .hide,
  .visible-lg,
  .visible-md,
  .visible-sm,
  .visible-xs,
  .visible-mi {
    display: block;
  }

  /* gbook */
  .stui-gbook {
    padding: 10px;
  }

  .stui-gbook__item .cont {
    padding: 10px;
  }

  .hidden-xs {
    display: none !important;
  }

  .hidden-ps {
    display: block !important;
  }

  .nopc {
    display: block !important;
  }
}

.split-line {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
}

.top-line,
.top-line-dot,
.bottom-line,
.bottom-line-dot {
  position: relative;
}

.top-line:before,
.top-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.bottom-line:after,
.bottom-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

/* btn */
.btn {
  display: inline-block;
  padding: 6px 30px;
  font-size: 12px;
  border-radius: 4px;
}

.btn .icon {
  font-size: 12px;
}

.btn-min {
  padding: 4px 15px;
}

.btn-lg {
  padding: 12px 30px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn.disabled {
  cursor: not-allowed;
}

/* pannel-head */
.stui-pannel__head {
  position: relative;
  height: 30px;
}

.stui-pannel__head.active {
  height: 40px;
}

.stui-pannel__head .title {
  float: left;
  margin: 0;
  padding-right: 10px;
  line-height: 24px;
  font-weight: 700;
}

.stui-pannel__head .title img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
}

.stui-pannel__head .more {
  line-height: 30px;
}

.bottomplay {
  position: relative;
  min-height: 20px;
  padding: 10px 0 10px 0;
  margin: 10px 0;
}

.more1 {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  display: inline-block;
}

em {
  color: #59d2fa;
  font-style: normal;
}

/* banner */
.stui-banner__item {
  position: relative;
  display: block;
  width: 100%;
}

.stui-banner .flickity-page-dots {
  bottom: 30px;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.stui-banner__pic {
  display: block;
  position: relative;
}

/* flickity */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
  border-radius: 0 10px 10px 0;
}

.flickity-prev-next-button.next {
  right: 10px;
  border-radius: 10px 0 0 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 18px;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 3px;
  margin: 0 5px;
  background: #59d2fa;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page {
  padding-bottom: 15px;
  overflow: hidden;
}

.flickity-page .flickity-page-dots {
  bottom: 0;
}

.detail-more {
  color: #ff658d;
}

.sc {
  background-image: linear-gradient(-45deg, #ffab9c, #ff658d);
}

.lh40 {
  line-height: 35px !important;
  flex: 1;
  display: block;
}

.stui-content__playlist {
  margin-top: 5px;
}

.dpplay {
  display: flex;
  white-space: nowrap;
  overflow-y: auto;
  height: 100% !important;
}

@media (min-width: 767px) {
  .dpplay {
    display: block;
  }
}

.fixed_right_bar {
  position: fixed;
  bottom: 120px;
  right: 1%;
  z-index: 100;
}

.fixed_right_bar .dbicon {
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.stui-player__side .item .tab-top li.active a {
  font-size: 14px;
  color: #59d2fa;
}

.jbnotice {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -65px;
}

.jbnotice h3,
.jbnotice h5 {
  color: #fff;
  font-size: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.btn-blue {
  background-color: #4fb1f7;
  background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
}

.btn-blue:hover,
.btn-yellows:hover {
  color: #fff !important;
}

.btnjb {
  display: inline-block;
  padding: 8px 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.btn-yellows {
  background-color: #ff9900;
  background-image: linear-gradient(-45deg, #ffab9c, #ff658d);
}

.btnmxone:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .wdetail {
    width: 82% !important;
  }
}

@media (max-width: 680px) {
  .wdetail {
    width: 79% !important;
  }
}

@media (max-width: 580px) {
  .wdetail {
    width: 70% !important;
  }
}

@media (max-width: 480px) {
  .wdetail {
    width: 60% !important;
  }
}

@media (max-width: 320px) {
  .wdetail {
    width: 55% !important;
  }
}

.stui-player__side .item.active::-webkit-scrollbar {
  width: 8px;
  height: 1px;
  border-radius: 5px;
  background: #c5c5c5;
}

.MacPlayer #playleft,
.MacPlayer #playleft .dplayer-video-wrap {
  position: inherit !important;
  overflow: initial !important;
}

.sort-button {
  color: #ff658d;
}

.maxheight {
  max-height: 300px;
  overflow: auto;
}

.maxheight::-webkit-scrollbar {
  width: 6px;
  height: 1px;
  border-radius: 10px;
  background: #c5c5c5;
}

.wi-play-list .nav > li {
  float: left;
}

.wi-play-list .nav-head > li {
  margin-top: 5px;
  margin-right: 30px;
}

.wi-play-list .nav-head > li > a {
  padding-bottom: 12px;
  font-size: 16px;
}

.wi-play-list .nav-tabs > li {
  margin-left: 30px;
}

.wi-play-list .nav-tabs > li > a {
  display: inline-block;
  padding: 8px 0 10px;
}

.wi-play-list .nav-tabs > li.active > a {
  color: #59d2fa;
}

.wi-play-list .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.wi-play-list .fade.in {
  opacity: 1;
}

.wi-play-list .tab-content > .tab-pane,
.carousel-inner > .item {
  display: none;
}

.wi-play-list .tab-content > .tab-pane.active,
.carousel-inner > .item.active {
  display: block;
}

.wi-play-list .sort-button {
  color: #ff658d;
  line-height: 35px;
}

.wi-play-list .maxheight {
  max-height: 300px;
  overflow: auto;
}

.wi-play-list .maxheight::-webkit-scrollbar {
  width: 6px;
  height: 1px;
  border-radius: 10px;
  background: #c5c5c5;
}

.stui-vodlist__thumb.banner {
  padding-top: 30%;
}

@media (max-width: 767px) {
  .stui-vodlist__thumb.banner {
    padding-top: 45%;
  }
}

.news-nav {
  position: relative;
}

.news-nav li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
}

.news-nav li.active a {
  color: #59d2fa;
}

@media (max-width: 991px) {
  .news-nav li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .news-nav li.top-line-dot:before {
    display: none;
  }

  .news-nav li a {
    padding: 0;
    white-space: nowrap;
  }
}

.news-detail-page .news-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.news-detail-page .news-content {
  line-height: 25px;
  font-size: 14px;
}

.news-detail-page .news-content img,
.news-detail-page .news-content iframe {
  max-width: 100%;
}

.news-detail-page .share {
  margin-top: 20px;
}

.tag-link a {
  display: inline-block;
  background-color: #ff658d;
  color: #fff !important;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.tag-link a:hover {
  background-color: #ff5178;
}

.mac-keys {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mac-keys li {
  width: 25%;
  padding: 2px 5px;
  list-style: none;
}

.mac-keys a {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .mac-keys li {
    width: 50%;
  }
}

.second-type-list {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.second-type-list .second-type-item {
  padding: 0 5px;
}

.second-type-list .second-type-content {
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  background-color: #f8f8f8;
  color: #111;
  border-radius: 6px;
}

.second-type-list .selected .second-type-content {
  background-color: #59d2fa;
  color: #fff;
}

.dialog-notice-warp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999999999;
  overflow: hidden;
}

.dialog-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #fff;
  border-radius: 10px;
  max-width: 300px;
  overflow: hidden;
}

.dialog-notice-content {
  line-height: 30px;
  min-height: 80px;
  padding: 0 10px;
  margin: 20px 0;
}

.dialog-notice-content img {
  max-width: 100%;
}

.dialog-notice-content p {
  margin: 0;
}

.dialog-notice-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #59d2fa;
  color: #fff;
  margin: 0;
  line-height: 46px;
}

.dialog-notice-btn {
  text-align: center;
  line-height: 36px;
  background-color: #59d2fa;
  color: #fff;
  width: 50%;
  border-radius: 18px;
  margin: 10px auto;
}

.notice-big-button-box {
  margin: 10px 0;
  display: none;
}

.notice-big-button {
  line-height: 36px;
  background-color: #59d2fa;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .notice-big-button-box {
    display: block;
  }
}

.news-detail-page .play-btn {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.news-detail-page .play-btn a {
  padding: 8px 25px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #59d2fa;
  font-size: 14px;
  color: #fff;
}

.wi-discuss-box,
.wi-QA-box,
.wi-actor-box {
  margin-top: 20px;
}

.QA-item:not(:first-child) {
  margin-top: 10px;
}

.QA-content p {
  font-size: 14px;
  line-height: 30px;
  word-break: break-all;
}

.QA-content span {
  font-weight: 700;
}

.discuss-list,
.QA-list {
  padding: 10px;
}

.discuss-item {
  display: flex;
  padding-right: 10px;
}

.discuss-item:not(:last-child) {
  margin-bottom: 20px;
}

.discuss-thumb {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  background-image: url("../images/tx.png");
}

.discuss-content {
  width: 0;
  flex: 1;
  padding-left: 10px;
}

.discuss-content .user {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}

.discuss-content .detail {
  font: 14px/22px PingFangSC-Regular;
  color: #222;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 24px;
}

.discuss-content .date {
  font-size: 13px;
  color: #9195a3;
  margin-top: 5px;
}

.wi-other-btn {
  display: flex;
  justify-content: space-between;
  margin: 10px -5px;
}

.wi-other-btn a {
  flex: 1;
  line-height: 40px;
  border-radius: 5px;
  background-color: #59d2fa;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  text-align: center;
}

.actor-detail-blurb {
  line-height: 26px;
  margin-bottom: 10px;
}

.actor-detail > div {
  display: flex;
  flex-wrap: wrap;
}

.actor-detail dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.actor-detail dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.51);
  display: inline-block;
  width: 70px;
}

.actor-detail dd {
  width: calc(100% - 70px);
}

.actor-detail > p {
  width: 50%;
  line-height: 26px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .actor-detail dl,
  .actor-detail > p {
    width: 100%;
  }
}

.mobile-menu {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding: 0 5px;
  margin-bottom: -10px;
}

.mobile-menu li {
  padding: 5px 5px 10px 5px;
  position: relative;
}

.mobile-menu li a {
  white-space: nowrap;
  font-size: 17px;
}

.mobile-menu li.active a {
  color: #59d2fa;
}

.mobile-menu li.active:before {
  content: " ";
  position: absolute;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: #59d2fa;
  border-radius: 2px;
  bottom: 0;
}

/* all */
body,
html {
  width: 100%;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",
    SimSun, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
tr {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
select {
  font-size: 12px;
  vertical-align: middle;
  border: none;
}

ul,
li {
  list-style-type: none;
}

img {
  border: 0 none;
}

p {
  margin: 0 0 10px;
}

/* container */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

/* col */
.col-pd,
.col-lg-1,
.col-lg-10,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-wide-1,
.col-xs-wide-10,
.col-xs-wide-15,
.col-xs-wide-2,
.col-xs-wide-25,
.col-xs-wide-3,
.col-xs-wide-35,
.col-xs-wide-4,
.col-xs-wide-45,
.col-xs-wide-5,
.col-xs-wide-55,
.col-xs-wide-6,
.col-xs-wide-65,
.col-xs-wide-7,
.col-xs-wide-75,
.col-xs-wide-8,
.col-xs-wide-85,
.col-xs-wide-9,
.col-xs-wide-95 {
  float: left;
}

.col-xs-10 {
  width: 10%;
}

.col-xs-9 {
  width: 11.1111111%;
}

.col-xs-8 {
  width: 12.5%;
}

.col-xs-7 {
  width: 14.2857143%;
}

.col-xs-6 {
  width: 16.6666667%;
}

.col-xs-5 {
  width: 20%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-3 {
  width: 33.3333333%;
}

.col-xs-2 {
  width: 50%;
}

.col-xs-1 {
  width: 100%;
}

.col-xs-wide-10 {
  width: 10%;
}

.col-xs-wide-9 {
  width: 90%;
}

.col-xs-wide-8 {
  width: 80%;
}

.col-xs-wide-7 {
  width: 70%;
}

.col-xs-wide-6 {
  width: 60%;
}

.col-xs-wide-5 {
  width: 50%;
}

.col-xs-wide-4 {
  width: 40%;
}

.col-xs-wide-3 {
  width: 30%;
}

.col-xs-wide-2 {
  width: 20%;
}

.col-xs-wide-15 {
  width: 15%;
}

.col-xs-wide-95 {
  width: 95%;
}

.col-xs-wide-85 {
  width: 85%;
}

.col-xs-wide-75 {
  width: 75%;
}

.col-xs-wide-65 {
  width: 65%;
}

.col-xs-wide-55 {
  width: 55%;
}

.col-xs-wide-45 {
  width: 45%;
}

.col-xs-wide-35 {
  width: 35%;
}

.col-xs-wide-25 {
  width: 25%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-wide-1,
  .col-sm-wide-10,
  .col-sm-wide-15,
  .col-sm-wide-2,
  .col-sm-wide-25,
  .col-sm-wide-3,
  .col-sm-wide-35,
  .col-sm-wide-4,
  .col-sm-wide-45,
  .col-sm-wide-5,
  .col-sm-wide-55,
  .col-sm-wide-6,
  .col-sm-wide-65,
  .col-sm-wide-7,
  .col-sm-wide-75,
  .col-sm-wide-8,
  .col-sm-wide-85,
  .col-sm-wide-9,
  .col-sm-wide-95 {
    float: left;
  }

  .col-sm-10 {
    width: 10%;
  }

  .col-sm-9 {
    width: 11.1111111%;
  }

  .col-sm-8 {
    width: 12.5%;
  }

  .col-sm-7 {
    width: 14.2857143%;
  }

  .col-sm-6 {
    width: 16.6666667%;
  }

  .col-sm-5 {
    width: 20%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-3 {
    width: 33.3333333%;
  }

  .col-sm-2 {
    width: 50%;
  }

  .col-sm-1 {
    width: 100%;
  }

  .col-sm-wide-10 {
    width: 10%;
  }

  .col-sm-wide-9 {
    width: 90%;
  }

  .col-sm-wide-8 {
    width: 80%;
  }

  .col-sm-wide-7 {
    width: 70%;
  }

  .col-sm-wide-6 {
    width: 60%;
  }

  .col-sm-wide-5 {
    width: 50%;
  }

  .col-sm-wide-4 {
    width: 40%;
  }

  .col-sm-wide-3 {
    width: 30%;
  }

  .col-sm-wide-2 {
    width: 20%;
  }

  .col-sm-wide-15 {
    width: 15%;
  }

  .col-sm-wide-95 {
    width: 95%;
  }

  .col-sm-wide-85 {
    width: 85%;
  }

  .col-sm-wide-75 {
    width: 75%;
  }

  .col-sm-wide-65 {
    width: 65%;
  }

  .col-sm-wide-55 {
    width: 55%;
  }

  .col-sm-wide-45 {
    width: 45%;
  }

  .col-sm-wide-35 {
    width: 35%;
  }

  .col-sm-wide-25 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-wide-1,
  .col-md-wide-10,
  .col-md-wide-15,
  .col-md-wide-2,
  .col-md-wide-25,
  .col-md-wide-3,
  .col-md-wide-35,
  .col-md-wide-4,
  .col-md-wide-45,
  .col-md-wide-5,
  .col-md-wide-55,
  .col-md-wide-6,
  .col-md-wide-65,
  .col-md-wide-7,
  .col-md-wide-75,
  .col-md-wide-8,
  .col-md-wide-85,
  .col-md-wide-9,
  .col-md-wide-95 {
    float: left;
  }

  .col-md-10 {
    width: 10%;
  }

  .col-md-9 {
    width: 11.1111111%;
  }

  .col-md-8 {
    width: 12.5%;
  }

  .col-md-7 {
    width: 14.2857143%;
  }

  .col-md-6 {
    width: 16.6666667%;
  }

  .col-md-5 {
    width: 20%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-3 {
    width: 33.3333333%;
  }

  .col-md-2 {
    width: 50%;
  }

  .col-md-1 {
    width: 100%;
  }

  .col-md-wide-10 {
    width: 10%;
  }

  .col-md-wide-9 {
    width: 90%;
  }

  .col-md-wide-8 {
    width: 80%;
  }

  .col-md-wide-7 {
    width: 70%;
  }

  .col-md-wide-6 {
    width: 60%;
  }

  .col-md-wide-5 {
    width: 50%;
  }

  .col-md-wide-4 {
    width: 40%;
  }

  .col-md-wide-3 {
    width: 30%;
  }

  .col-md-wide-2 {
    width: 20%;
  }

  .col-md-wide-15 {
    width: 15%;
  }

  .col-md-wide-95 {
    width: 95%;
  }

  .col-md-wide-85 {
    width: 85%;
  }

  .col-md-wide-75 {
    width: 75%;
  }

  .col-md-wide-65 {
    width: 65%;
  }

  .col-md-wide-55 {
    width: 55%;
  }

  .col-md-wide-45 {
    width: 45%;
  }

  .col-md-wide-35 {
    width: 35%;
  }

  .col-md-wide-25 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-wide-1,
  .col-lg-wide-10,
  .col-lg-wide-15,
  .col-lg-wide-2,
  .col-lg-wide-25,
  .col-lg-wide-3,
  .col-lg-wide-35,
  .col-lg-wide-4,
  .col-lg-wide-45,
  .col-lg-wide-5,
  .col-lg-wide-55,
  .col-lg-wide-6,
  .col-lg-wide-65,
  .col-lg-wide-7,
  .col-lg-wide-75,
  .col-lg-wide-8,
  .col-lg-wide-85,
  .col-lg-wide-9,
  .col-lg-wide-95 {
    float: left;
  }

  .col-lg-10 {
    width: 10%;
  }

  .col-lg-9 {
    width: 11.1111111%;
  }

  .col-lg-8 {
    width: 12.5%;
  }

  .col-lg-7 {
    width: 14.2857143%;
  }

  .col-lg-6 {
    width: 16.6666667%;
  }

  .col-lg-5 {
    width: 20%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-3 {
    width: 33.3333333%;
  }

  .col-lg-2 {
    width: 50%;
  }

  .col-lg-1 {
    width: 100%;
  }

  .col-lg-wide-10 {
    width: 10%;
  }

  .col-lg-wide-9 {
    width: 90%;
  }

  .col-lg-wide-8 {
    width: 80%;
  }

  .col-lg-wide-7 {
    width: 70%;
  }

  .col-lg-wide-6 {
    width: 60%;
  }

  .col-lg-wide-5 {
    width: 50%;
  }

  .col-lg-wide-4 {
    width: 40%;
  }

  .col-lg-wide-3 {
    width: 30%;
  }

  .col-lg-wide-2 {
    width: 20%;
  }

  .col-lg-wide-15 {
    width: 15%;
  }

  .col-lg-wide-95 {
    width: 95%;
  }

  .col-lg-wide-85 {
    width: 85%;
  }

  .col-lg-wide-75 {
    width: 75%;
  }

  .col-lg-wide-65 {
    width: 65%;
  }

  .col-lg-wide-55 {
    width: 55%;
  }

  .col-lg-wide-45 {
    width: 45%;
  }

  .col-lg-wide-35 {
    width: 35%;
  }

  .col-lg-wide-25 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  [class*="col-"] {
    padding: 5px;
  }
}

/* text */
h1 {
  font-size: 22px;
  line-height: 28px;
}

h2 {
  font-size: 20px;
  line-height: 26px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

a,
button {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover {
  cursor: pointer;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
}

.icon {
  font-size: 16px;
  vertical-align: -1px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

/* img */
img {
  border: 0;
  vertical-align: middle;
}

.img-circle {
  border-radius: 50%;
}

.img-rounded {
  border-radius: 5px;
}

.img-thumbnail {
  padding: 5px;
  border-radius: 5px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* form */
input,
textarea {
  outline: medium none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input.form-control,
input.btn {
  outline: 0px;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  vertical-align: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control {
  height: auto;
}

.input-list {
  margin-bottom: 20px;
}

.input-list li {
  padding: 10px 20px;
}

.input-list li input.form-control {
  height: 40px;
}

/* line */
.split-line {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
}

.top-line,
.top-line-dot,
.bottom-line,
.bottom-line-dot {
  position: relative;
}

.top-line:before,
.top-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.bottom-line:after,
.bottom-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

/* badge */
.badge {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 2px;
  font-size: 12px;
}

.badge-radius {
  border-radius: 50%;
}

/* btn */
.btn {
  display: inline-block;
  padding: 6px 35px;
  font-size: 12px;
  border-radius: 4px;
}

.btn .icon {
  font-size: 12px;
}

.btn-lg {
  padding: 12px 30px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn.disabled {
  cursor: not-allowed;
}

/* tag */
.tag {
  padding-left: 10px;
}

.tag li {
  float: left;
}

.tag-btn,
.tag-type {
  padding-top: 10px;
  padding-left: 10px;
}

.tag-btn li,
.tag-type li {
  padding: 0 10px 10px 0;
}

.tag-btn li a,
.tag-type li a {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
}

.tag-btn.active li a,
.tag-type.active li a {
  border-radius: 14px;
}

.tag-text li {
  padding-right: 10px;
  padding-bottom: 10px;
}

/* nav */
.nav {
  height: 30px;
}

.nav > li {
  float: left;
}

.nav-head > li {
  margin-top: 5px;
  margin-right: 30px;
}

.nav-head > li > a {
  padding-bottom: 12px;
  font-size: 16px;
}

.nav-tabs > li {
  margin-left: 30px;
}

.nav-tabs > li > a {
  display: inline-block;
  padding: 8px 0 10px;
}

.nav-tag > li {
  margin-left: 10px;
}

.nav-tag > li > a {
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 20px;
}

.nav-text > li {
  line-height: 30px;
}

.nav-text > li.active > a {
  color: #f80;
}

.nav-page {
  margin-left: 10px;
}

.nav-page > li {
  margin-left: 5px;
}

.nav-page > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  height: 25px;
  line-height: 23px;
}

.nav-page > li > a > .icon {
  font-size: 12px;
}

.nav-page > li:first-child {
  margin-left: 0;
}

.nav-page > li:first-child > a {
  border-radius: 4px 0 0 4px;
}

.nav-page > li:last-child > a {
  border-radius: 0 4px 4px 0;
}

/* pic-tag */
.pic-tag {
  position: absolute;
  z-index: 99;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
}

.pic-tag-t {
  top: 5px;
  left: 5px;
}

.pic-tag-l {
  bottom: 5px;
  left: 5px;
}

.pic-tag-b {
  bottom: 5px;
  right: 5px;
}

.pic-tag-r {
  top: 5px;
  right: 5px;
}

.pic-tag-h {
  left: 0;
  top: 0;
  padding: 2px 8px;
  border-radius: 0 0 8px 0;
}

.pic-tag-lg {
  padding: 4px 10px;
}

.pic-text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.pic-text-silde {
  padding-bottom: 20px;
  font-size: 14px;
}

.pic-text-lg {
  padding: 8px 20px;
  font-size: 14px;
}

.pic-title-t {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 10px;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pic-title-b {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* pannel */
.stui-pannel {
  position: relative;
  margin-bottom: 20px;
}

.stui-pannel.stui-pannel-x {
  margin: -10px -10px 10px;
}

.stui-pannel-bg {
  border-radius: 2px;
}

.stui-pannel-side {
  padding: 0 0 0 20px;
}

.stui-pannel-box {
  padding: 10px;
}

.stui-pannel-box.active {
  padding: 0;
  margin: -10px;
}

.stui-pannel_hd {
  padding: 10px;
}

.stui-pannel_ft {
  margin-top: 10px;
  padding: 10px 10px 0;
  text-align: center;
}

/* pannel-head */
.stui-pannel__head {
  position: relative;
  height: 30px;
}

.stui-pannel__head.active {
  height: 40px;
}

.stui-pannel__head .title {
  float: left;
  margin: 0;
  padding-right: 10px;
  line-height: 24px;
}

.stui-pannel__head .title img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
}

.stui-pannel__head .more {
  line-height: 30px;
}

/* tabbar */
.stui_nav__taddar .item {
  display: block;
  text-align: center;
}

.stui_nav__taddar .item .icon {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.stui_nav__taddar .item .icon-img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.stui_nav__taddar .item .title {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}

.stui_nav__taddar.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0 0;
}

/* vod-list */
.stui-vodlist__thumb {
  display: block;
  position: relative;
  padding-top: 150%;
  background: url(../images/load.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.stui-vodlist__thumb.square {
  padding-top: 100%;
  background: url(../images/load.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.stui-vodlist__thumb.active {
  padding-top: 60%;
  background: url(../images/load.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.stui-vodlist__thumb.picture {
  background: none;
  overflow: hidden;
}

.stui-vodlist__thumb.picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stui-vodlist__thumb .play {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url(../images/play.png) center no-repeat;
}

.stui-vodlist__thumb .play.active {
  display: block;
}

.stui-vodlist__thumb:hover .play {
  display: block;
}

.stui-vodlist__detail.active {
  padding: 0 10px 10px;
}

.stui-vodlist__detail .title {
  font-size: 14px;
  margin-bottom: 0;
}

.stui-vodlist__detail .title.active {
  font-size: 16px;
  margin-bottom: 10px;
}

.stui-vodlist__detail .text {
  min-height: 19px;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}

.stui-vodlist__detail .text-title {
  font-size: 14px;
  line-height: 18px;
  margin: 11px 0 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* text-list */
.stui-vodlist__text li a {
  display: block;
  padding: 10px 15px 10px 0;
}

.stui-vodlist__text.active li a {
  padding: 10px 0 10px;
}

.stui-vodlist__text.active li:first-child a {
  padding-top: 0;
}

.stui-vodlist__text.striped li {
  padding: 10px 0 10px;
}

.stui-vodlist__text.striped li a {
  display: inline-block;
  padding: 0;
}

.stui-vodlist__text.striped .striped-head {
  padding: 10px;
  border-radius: 5px;
}

.stui-vodlist__text.to-color li {
  padding: 10px;
  border-radius: 5px;
}

.stui-vodlist__text.to-color li a {
  padding: 0;
}

.stui-vodlist__text.downlist {
  padding-top: 0;
}

.stui-vodlist__text.downlist li {
  padding: 10px 0;
}

.stui-vodlist__text.downlist li .text {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.stui-vodlist__text.downlist li a {
  display: inline-block;
  padding: 0;
}

.stui-vodlist__text.downlist li a.btn {
  padding: 4px 12px;
  margin-left: 10px;
}

/* media-list */
.stui-vodlist__media li {
  padding: 10px 0 10px;
}

.stui-vodlist__media.active li:first-child {
  padding-top: 0;
}

.stui-vodlist__media.active li:last-child {
  padding-bottom: 0;
}

.stui-vodlist__media li .thumb,
.stui-vodlist__media .detail {
  display: table-cell;
  vertical-align: top;
}

.stui-vodlist__media li .thumb .w-thumb {
  width: 190px;
}

.stui-vodlist__media li .thumb .v-thumb {
  width: 120px;
}

.stui-vodlist__media li .thumb .f-thumb {
  width: 120px;
}

.stui-vodlist__media li .thumb .m-thumb {
  width: 65px;
}

.stui-vodlist__media li .detail {
  width: 100%;
  padding: 0 20px 0;
}

.stui-vodlist__media li .detail-side {
  padding: 0 10px 0;
}

.stui-vodlist__media li .detail-left {
  padding: 0 20px 0 0;
}

.stui-vodlist__media li .detail .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.stui-vodlist__media li .detail .title {
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* screen-list */
.stui-vodlist__screen {
  padding: 10px 0 5px;
}

.stui-vodlist__screen:first-child {
  padding-top: 0;
}

.stui-vodlist__screen:last-child {
  padding-bottom: 0;
}

.stui-vodlist__screen li {
  float: left;
  width: 25%;
  margin-bottom: 5px;
}

/* rank-list */
.stui-vodlist__rank li {
  margin-bottom: 10px;
}

.stui-vodlist__rank li:last-child {
  margin-bottom: 0;
}

/* link-list */
.stui-link__text li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.stui-link__pic li a {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
}

.stui-link__pic li a img {
  max-width: 100%;
}

/* play-list */
.stui-content__playlist {
  position: relative;
}

.stui-content__playlist.overflow {
  max-height: 300px;
  overflow-y: scroll;
}

.stui-content__playlist li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.stui-content__playlist li a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
}

.stui-content__playlist.full li {
  float: none;
  width: 100%;
  margin-right: 0;
}

.stui-content__playlist.column3 li {
  width: 33.3333333%;
  padding: 0 5px;
  margin-right: 0;
}

.stui-content__playlist.column6 li {
  width: 16.6666667%;
  padding: 0 5px;
  margin-right: 0;
}

.stui-content__playlist.column8 li {
  width: 12.5%;
  padding: 0 5px;
  margin-right: 0;
}

.stui-content__playlist.column8 li.more,
.stui-content__playlist.column10 li.narrow {
  width: 15%;
}

.stui-content__playlist.column10 li {
  width: 10%;
  padding: 0 5px;
  margin-right: 0;
}

.stui-content__playlist.column10 li.more,
.stui-content__playlist.column10 li.narrow {
  width: 20%;
}

.stui-content__playlist.column12 li {
  width: 8.33333333%;
  padding: 0 5px;
  margin-right: 0;
}

.stui-content__playlist.column12 li.more,
.stui-content__playlist.column12 li.narrow {
  width: 16.6666667%;
}

.stui-content__playlist.column3,
.stui-content__playlist.column6,
.stui-content__playlist.column8,
.stui-content__playlist.column10,
.stui-content__playlist.column12 {
  margin: 0 -5px;
}

.stui-content__playlist.column3 li a,
.stui-content__playlist.column6 li a,
.stui-content__playlist.column8 li a,
.stui-content__playlist.column10 li a,
.stui-content__playlist.column12 li a {
  padding: 5px;
}

.stui-content__playlist.full li a,
.stui-content__playlist.column3 li a,
.stui-content__playlist.column6 li a,
.stui-content__playlist.column8 li a,
.stui-content__playlist.column10 li a,
.stui-content__playlist.column12 li a {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

/* screen */
.stui-screen__list {
  position: relative;
  padding: 10px 0 5px;
}

.stui-screen__list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.stui-screen__list li span {
  display: inline-block;
  padding: 3px 0 3px;
}

.stui-screen__list li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
}

.stui-screen__list.letter-list li a {
  padding: 3px 5px;
}

.stui-screen__list.letter-list li.active a {
  padding: 3px 10px;
}

/* page */
.stui-page {
  margin-bottom: 30px;
}

.stui-page li {
  display: inline-block;
  margin-left: 10px;
}

.stui-page li .num,
.stui-page li a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.stui-page-text {
  padding: 0 20px 20px;
}

.stui-page-text a,
.stui-page-text em,
.stui-page-text span {
  font-style: normal;
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  cursor: pointer;
}

.stui-page-text .pagego {
  padding: 6px;
  margin-right: 5px;
  border-radius: 5;
}

.stui-page-text .pagebtn {
  padding: 6px 12px;
  cursor: pointer;
}

/* extra */
.stui-extra {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

.stui-extra li {
  position: relative;
  padding: 15px 10px 0;
}

.stui-extra li a,
.stui-extra li span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

.stui-extra li a .icon,
.stui-extra li span .icon {
  font-size: 18px;
}

.stui-extra li a img {
  margin-top: 15px;
  width: 20px;
  height: 20px;
}

.stui-extra li .sideslip {
  display: none;
  position: absolute;
  bottom: 0;
  right: 100%;
}

.stui-extra li .sideslip:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  position: absolute;
  bottom: 20px;
  right: -6px;
  border-style: solid;
}

.stui-extra li:hover .sideslip {
  display: block;
}

/* flickity */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
  border-radius: 0 10px 10px 0;
}

.flickity-prev-next-button.next {
  right: 10px;
  border-radius: 10px 0 0 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 18px;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 3px;
  margin: 0 5px;
  background: #f80;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page {
  padding-bottom: 15px;
  overflow: hidden;
}

.flickity-page .flickity-page-dots {
  bottom: 5px;
}

/* carousel */
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.carousel [class^="col-"] {
  float: none;
  display: inline-block;
}

.carousel .list {
  padding: 0;
  margin-right: 20px;
}

.carousel .wide {
  width: 100%;
  display: inline-block;
}

.carousel_center {
  padding-bottom: 20px;
}

.carousel_center .list a {
  position: relative;
}

.carousel_center .list a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel_center .list.is-selected a:before {
  display: none;
}

/* popup */
.popup {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.popup-visible {
  right: 0;
}

.popup-head {
  padding: 15px 10px;
  margin-bottom: 10px;
}

.popup-head .title {
  display: inline-block;
  margin: 0;
}

.popup-head .icon {
  font-size: 20px;
}

/* embed */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  padding-bottom: 56.25%;
}

/* bootstrap.js */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.tab-content > .tab-pane,
.carousel-inner > .item {
  display: none;
}

.tab-content > .tab-pane.active,
.carousel-inner > .item.active {
  display: block;
}

/*.dropdown{ position: relative;}*/
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -80%;
  z-index: 1000;
  padding: 10px 0;
  border-radius: 2px;
}

.dropdown-menu:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -6px;
  right: 20px;
  border-style: solid;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  text-align: center;
}

.open > .dropdown-menu {
  display: block;
}

/* modal */
.stui-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.stui-modal__dialog {
  position: relative;
  width: 350px;
  margin: 140px auto;
}

.stui-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

/* mobile-share */
.mobile-share {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}

.share-weixin {
  background: url(../images/share_weixin.png) rgba(0, 0, 0, 0.8) no-repeat;
  background-position: right top 10px;
  background-size: 80%;
}

.share-other {
  background: url(../images/share_other.png) rgba(0, 0, 0, 0.8) no-repeat;
  background-position: center bottom 10px;
  background-size: 80%;
}

/* more */
.relative {
  position: relative;
}

.top-fixed-up {
  margin-top: 0 !important;
}

.top-fixed {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.margin-t0 {
  margin: 0 !important;
}

.padding-t0 {
  padding: 0 !important;
}

.margin-b0 {
  margin: 0 !important;
}

.padding-b0 {
  padding: 0 !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.hide,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-mi {
  display: none !important;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .stui-pannel-side {
    padding: 0;
  }

  /* screen */
  .stui-screen__list {
    height: 40px;
    padding: 10px 0 10px;
    overflow: hidden;
  }

  .stui-screen__list:last-child {
    padding: 10px 0 0;
  }

  .stui-screen__list li {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .stui-screen__list li span {
    padding: 2px 5px 2px 0;
  }

  .stui-screen__list li a {
    padding: 2px 5px 2px;
    white-space: nowrap;
  }

  .stui-screen__list.letter-list li a,
  .stui-screen__list.letter-list li.active a {
    padding: 2px 5px 2px;
  }

  /* vod-list */
  .stui-vodlist__detail .title.active {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* media-list */
  .stui-vodlist__media li .thumb .v-thumb {
    width: 90px;
  }

  .stui-vodlist__media li .thumb .w-thumb {
    width: 130px;
  }

  .stui-vodlist__media li .thumb .f-thumb {
    width: 70px;
  }

  /* play-list */
  .stui-content__playlist.column3 li {
    width: 50%;
  }

  .stui-content__playlist.column6 li {
    width: 25%;
  }

  .stui-content__playlist.column8 li {
    width: 20%;
  }

  .stui-content__playlist.column10 li {
    width: 16.6666667%;
  }

  /* modal */
  .stui-modal__dialog {
    width: 320px;
    margin: 50px auto;
  }

  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }

    .hidden-xs {
      display: none !important;
    }

    /* all */
    body {
      font-size: 12px;
    }

    /* text */
    h1 {
      font-size: 20px;
      line-height: 24px;
    }

    h2 {
      font-size: 18px;
      line-height: 22px;
    }

    h3 {
      font-size: 16px;
      line-height: 20px;
    }

    h4 {
      font-size: 14px;
      line-height: 18px;
    }

    h5 {
      font-size: 12px;
      line-height: 16px;
    }

    h6 {
      font-size: 10px;
      line-height: 14px;
    }

    /* btn */
    .btn {
      padding: 6px 12px;
    }

    .btn-lg {
      padding: 12px 24px;
    }

    /*nav*/
    .nav {
      height: 20px;
    }

    .nav-head > li {
      margin-top: 2px;
      margin-right: 20px;
    }

    .nav-head > li > a {
      padding-bottom: 10px;
      font-size: 14px;
    }

    .nav-tabs > li {
      margin-left: 20px;
    }

    .nav-tabs > li > a {
      padding: 6px 0 6px;
    }

    .nav-page > li > a {
      padding: 0 3px;
      height: 20px;
      line-height: 18px;
    }

    /* pic-text */
    .pic-text-silde {
      font-size: 12px;
    }

    /* line */
    .top-line:before,
    .top-line-dot:before {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5);
    }

    .bottom-line:after,
    .bottom-line-dot:before {
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5);
    }

    .m-top-line,
    .m-top-line-dot,
    .m-bottom-line,
    .m-bottom-line-dot {
      position: relative;
    }

    .m-top-line:before,
    .m-top-line-dot:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      height: 1px;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5);
    }

    .m-bottom-line:after,
    .m-bottom-line-dot:before {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 1px;
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5);
    }

    /* pannel */
    .stui-pannel {
      margin-bottom: 10px;
    }

    .stui-pannel.stui-pannel-x {
      margin: 0 0 5px;
    }

    .stui-pannel-bg {
      border-radius: 0;
    }

    .stui-pannel-box {
      padding: 10px 5px;
    }

    .stui-pannel-box.active {
      margin: 5px;
    }

    .stui-pannel_hd {
      padding: 0 5px 10px;
    }

    /* pannel-head */
    .stui-pannel__head {
      height: 20px;
    }

    .stui-pannel__head.active {
      height: 30px;
    }

    .stui-pannel__head .title,
    .stui-pannel__head .title a {
      font-size: 16px;
    }

    .stui-pannel__head .title img {
      width: 18px;
      height: 18px;
      margin-right: 5px;
      vertical-align: -3px;
    }

    .stui-pannel__head .more {
      line-height: 20px;
    }

    /* vod-list */
    .stui-vodlist__thumb .tag {
      padding: 0 5px;
    }

    .stui-vodlist__thumb .silde-title {
      font-size: 12px;
    }

    .stui-vodlist__detail .title,
    .stui-vodlist__detail .title.active {
      margin-bottom: 0;
      font-size: 12px;
    }

    /* media-list */
    .stui-vodlist__media li .thumb .v-thumb {
      width: 80px;
    }

    .stui-vodlist__media li .thumb .w-thumb {
      width: 130px;
    }

    .stui-vodlist__media li .thumb .f-thumb {
      width: 70px;
    }

    .stui-vodlist__media li .detail {
      padding-left: 10px;
    }

    .stui-vodlist__media li .detail.active {
      padding-left: 0;
      padding-right: 10px;
    }

    /* text-list */
    .stui-vodlist__text li a {
      padding: 10px 0;
    }

    .stui-vodlist__text.downlist li {
      padding: 5px 0 0;
    }

    /* play-list */
    .stui-content__playlist li a {
      padding: 5px 10px;
      font-size: 12px;
    }

    .stui-content__playlist.column3 li {
      float: none;
      width: 100%;
    }

    .stui-content__playlist.column6 li,
    .stui-content__playlist.column8 li,
    .stui-content__playlist.column10 li {
      width: 33.3333333%;
    }

    /* page */
    .stui-page li {
      float: left;
      width: 20%;
      margin: 0;
      padding: 0 5px 0 5px;
    }

    .stui-page li a,
    .stui-page__box li .num {
      display: block;
      padding: 5px 0;
      text-align: center;
    }

    .stui-page li.page-item {
      width: auto;
      margin-bottom: 5px;
    }

    .stui-page li.page-item a {
      padding: 5px 15px;
    }

    /* extra */
    .stui-extra {
      right: 15px;
      bottom: 15px;
    }

    .stui-extra li {
      padding: 8px 0 0;
    }

    .stui-extra li a,
    .stui-extra li span {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
    }

    .stui-extra li a .icon,
    .stui-extra li span .icon {
      font-size: 16px;
    }

    .stui-extra li a img {
      margin-top: 8px;
      width: 18px;
      height: 18px;
    }

    /* carousel */
    .carousel .list {
      margin-right: 10px;
    }

    /* flickity */
    .flickity-prev-next-button {
      display: none;
    }

    .flickity-prev-next-button.previous {
      left: 5px;
      border-radius: 0 5px 5px 0;
    }

    .flickity-prev-next-button.next {
      right: 5px;
      border-radius: 5px 0 0 5px;
    }

    .flickity-page-dots {
      bottom: 15px;
    }

    /* modal */
    .stui-modal__dialog {
      width: 100%;
      margin: 0;
      padding: 50px 20px;
    }
  }
  @media (max-width: 374px) {
    .visible-mi {
      display: block !important;
    }

    .hidden-mi {
      display: none !important;
    }

    /* media-list */
    .stui-vodlist__media li .thumb .v-thumb {
      width: 60px;
    }

    .stui-vodlist__media li .thumb .w-thumb {
      width: 100px;
    }

    .stui-vodlist__media li .thumb .f-thumb {
      width: 50px;
    }

    .stui-vodlist__media li .detail {
      padding-left: 10px;
    }
  }
}

.wi-play-item {
  padding: 5px;
  width: 12.5%;
}

.wi-play-btn {
  display: block;
  text-align: center;
  color: #555555;
  background-color: #ededed;
  line-height: 36px;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.wi-play-btn.active {
  background-color: #59d2fa;
  color: #fff;
}

.wi-play-btn:hover {
  background-color: #e3e5e7;
  color: #18191c;
}

@media screen and (max-width: 750px) {
  .wi-play-item {
    width: 25%;
  }
}
