@charset "utf-8";
.myui-panel,
.myui-panel-box {
  padding: 10px;
}

.myui-panel_hd {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 60px;
  line-height: 60px;
}

.nav-menu > li .sub {
  display: none;
  width: 600px;
  background: #2d2d2d;
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: 0;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
  -khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
  z-index: 10;
}

.nav-menu > li .sub > li {
  float: left;
  width: 25%;
  line-height: 1em;
}

.nav-menu > li .sub > li > a {
  color: #fff;
  margin: 0 5px;
  padding: 10px;
  display: block;
  font-weight: normal;
}

.nav-menu > li:hover .sub {
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link,
.pagination .page-item span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.col-md-12 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title2 {
  font-size: 120%;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.myui-panel__head.active {
  width: 100%;
}

#ploption {
  margin: 10px auto;
}
#player-loaded{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}


#main-player iframe,
#main-player img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#main-player img {
  width: 100%;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #28afdc;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
	box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
	box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
	box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
	box-shadow: 0 2.5em 0 0;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.myui-panel-box.active {
  margin: -10px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ddd;
}

a:hover {
  color: #da966e;
}

a.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.text-333 {
  color: #333;
}

.text-muted {
  color: #fff;
}

.text-red {
  color: red;
}

.text-link {
  color: blue;
}

.text-fff {
  color: #fff;
}

.form-control {
  background-color: #fff;
  color: #999;
  border: 1px solid #eee;
}

.form-control:focus {
  border-color: #f90;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 136, 0, 0.075),
  0 0 8px rgba(255, 136, 0, 0.6);
}

.btn-default {
  background-color: #eee;
  color: #333;
  background: linear-gradient(to right, #eeeeee 0, #f6f6f6 100%);
  box-shadow: 0 5px 10px rgba(246, 246, 246, 0.25);
}

.btn-warm {
  background-color: #f90;
  background: linear-gradient(to right, #ff9900 0, #ff9f16 100%);
  box-shadow: 0 5px 10px rgba(255, 111, 0, 0.25);
}

.btn-primary {
  background-color: #4fb1f7;
  background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
  box-shadow: 0 5px 10px rgba(107, 184, 238, 0.25);
}

.btn-danger {
  background-color: #fc000c;
  background: linear-gradient(to right, #fc000c 0, #f9444d 100%);
  box-shadow: 0 5px 10px rgba(249, 68, 77, 0.25);
}

.btn-info {
  background-color: #5bc0de;
  background: linear-gradient(to right, #5bc0de 0, #7cc1d6 100%);
  box-shadow: 0 5px 10px rgba(124, 193, 214, 0.25);
}

.btn-gray {
  background-color: #282828;
  color: #ddd;
  background: linear-gradient(to right, #282828 0, #3b3b3b 100%);
  box-shadow: 0 5px 10px rgba(59, 59, 59, 0.25);
}

.btn-warm,
.btn-primary,
.btn-danger,
.btn-info {
  color: #fff;
}

.btn-warm:hover,
.btn-primary:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-gray:hover {
  color: #fff;
}

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

.border {
  border-color: #383737;
}

.border-primary {
  border-color: #4fb1f7;
}

.border-danger {
  border-color: red;
}

.border-info {
  border-color: #5bc0de;
}

.spot {
  border-color: #f90;
}

.split-line {
  background-color: #383737;
}

.top-line:before,
.bottom-line:after,
.top-line-dot:before,
.bottom-line-dot:before {
  border-color: #383737;
}

.dropdown-box .item {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.pic-tag.active,
.pic-tag-h {
  background-color: #f90;
  color: #fff;
}

.pic-text,
.pic-title-bottom {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  color: #fff;
}

.pic-text.active {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.pic-title-top {
  background: linear-gradient(
				  to bottom,
				  rgba(0, 0, 0, 0.7) 0%,
				  rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
}

.myui-link__pic li img {
  display: block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}

.nav li.active a {
  border-color: #f90;
  color: #f90;
}

.nav-tabs li .dropdown-box .item li a {
  color: #333;
}

.nav-tabs li .dropdown-box .item li.active a {
  color: #f90;
}

.myui-panel-bg {
  background-color: #000;
}

.myui-panel-bg2 {
  background-color: #272727;
}

.myui-vodlist__bg {
  background-color: #f5f5f5;
}

.myui-vodlist__bg:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}

.myui-vodlist__text.striped .striped-head,
.myui-vodlist__text.to-color li:nth-of-type(odd) {
  background-color: #272727;
}

.myui-table > thead > tr > th,
.myui-table > tbody > tr > td,
.myui-table > tbody > tr > th,
.myui-table > tfoot > tr > td,
.myui-table > tfoot > tr > th,
.myui-table > thead > tr > td,
.myui-table > thead > tr > th {
  border-color: #ddd;
}

.myui-content__list::-webkit-scrollbar,
.myui-playdown__list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.myui-content__list::-webkit-scrollbar-thumb,
.myui-playdown__list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

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

.myui-player__operate > li > a {
  color: #999;
}

.popup {
  background-color: #f8f8f8;
}

.popup-head {
  background-color: #fff;
}

.myui-content__detail .score .rating li .fa,
.myui-content__detail .score .branch {
  color: #f90;
}

.flickity-page-dots .dot {
  background-color: #f90;
}

.carousel-indicators-dots li {
  background-color: #f90;
}

.carousel-indicators-text li.active .title {
  color: red;
}

.carousel-indicators-thumb li.active {
  border: 3px solid #f90;
}

.myui-extra li a {
  background-color: #272727;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.myui-extra li a.backtop {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.autocomplete-suggestions {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.autocomplete-suggestion,
.autocomplete-suggestions li,
.autocomplete-suggestion,
.autocomplete-suggestions li a {
  color: #333;
}

.autocomplete-suggestions li strong {
  color: red;
}

.myui-nav__tabbar {
  background-color: #f8f8f8;
  border-color: #eee;
}

.myui-nav__tabbar .item .title {
  color: #999;
}

.myui-foot {
  border-top: 1px solid #2d2d2d;
  padding: 30px 0;
}

.text-logo {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff !important;
}

.text-logo b {
  font-size: 1.5em;
  font-weight: 700;
}

[class*="col-"],
.myui-content__list li,
.myui-vodlist__media.col li {
  padding: 10px;
}

.btn {
  border-radius: 5px;
}
.myui-vodlist__box{
  position: relative;
}
.myui-vodlist__thumb {
  padding-top: 150%;
  background: url(https://ae01.alicdn.com/kf/Ufe6157eb158e4f7d8a268d830bc7b512m.gif) no-repeat;
}

.myui-vodlist__thumb.square {
  padding-top: 100%;
  background: url(https://tva1.sinaimg.cn/large/007X8olVly1g7jy68sr1kg30dc0a03yg.jpg) no-repeat;
}

.myui-vodlist__thumb.wide {
  padding-top: 60%;
  background: url(https://ae01.alicdn.com/kf/Ufe6157eb158e4f7d8a268d830bc7b512m.gif) no-repeat;
}

.myui-vodlist__thumb.actor {
  padding-top: 140%;
}

.myui-sidebar {
}

.myui-panel {
  margin-bottom: 20px;
}
.myui-panel.detail-bl{
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.myui-panel-mb {
  margin-bottom: 20px;
}

.myui-player__item .fixed {
  width: 500px;
}

.myui-vodlist__text li a,
.myui-vodlist__media li {
  padding: 10px 0;
}

.myui-screen__list {
  padding: 10px 10px 0;
}

.myui-screen__list li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.myui-page {
  padding: 0 10px;
}

.myui-extra {
  right: 20px;
  bottom: 30px;
}
.myui-media-info{
  background: #222;
  padding: 10px;
}
.info-block h6{
  color: #bbb;
  font-size: 12px;
  font-weight: bold;
}
.info-block h6 span{
  font-weight: normal;
}
.info-block h6 span.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 0px;
}
@media (min-width: 1200px) {
  .container {
	max-width: 980px;
  }
  .container {
	padding-left: 0px;
	padding-right: 0px;
  }
  .container.min {
	width: 1200px;
	padding: 0;
  }
  .info-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-block h6{
    -webkit-box-flex: 0;
    -ms-flex: 5;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body,
  body.active {
	padding-bottom: 50px;
  }
  [class*="col-"],
  .myui-panel,
  .myui-content__list li {
	padding: 5px;
  }
  .flickity-prev-next-button.previous {
	left: 5px;
  }
  .flickity-prev-next-button.next {
	right: 5px;
  }
  .myui-vodlist__text li a,
  .myui-vodlist__media li {
	padding: 10px 0;
  }
  .myui-screen__list {
	padding: 10px 5px 0;
  }
  .myui-screen__list li {
	margin-bottom: 5px;
	margin-right: 5px;
  }
  .myui-extra {
	right: 20px;
	bottom: 80px;
  }
  .myui-page {
	padding: 0 5px;
  }
  .mr-sm-10 {
	margin-left: 10px;
  }
  .myui_custom_header {
	padding: 0;
  }
}

.myui-topbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.block-comments {
  margin: 10px 0px 0px;
}

.page-single {
  padding: 10px;
  width: 670px;
}

.block-wrapper {
  position: relative;
  padding: 2px;
  background: #fff;
  border-bottom: 1px solid #868489;
  color: #ddd;
  height: auto;
  display: block;
}

#player img {
  width: 100%;
}

.tag-list h3 {
  display: inline;
  font-size: 13px;
  border: 1px solid #999;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 0;
  line-height: 1;
}

.tag-list h3 a {
  color: #999 !important;
}

.myui-header__top .mobile-control {
  display: none;
}

@media screen and (max-width: 800px) {
  .myui-header__menu > li {
	width: 100%;
	margin-left: 0;
  }
  .myui-header__menu.nav-menu > li .sub > li {
	width: 33.33%;
  }
  .myui-header__menu > li > a {
	line-height: 32px;
  }
  .nav-menu > li .sub > li > a {
	color: #000;
  }
  .myui-header__menu.nav-menu > li .sub {
	position: static;
	display: block;
	width: auto !important;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
  }
  .myui-header__top .mobile-control {
	display: block;
  }
  .detail-bl.myui-panel.col-pd {
  }
  .detail-bl.myui-panel.col-pd .myui-content__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .detail-bl.myui-panel .myui-content__detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .rating-block {
	text-align: center;
  }
  .myui-content__detail h1.title,
  .myui-content__detail .title2 {
  }
  .menu-block.show,
  .myui-header__search.show {
	display: block;
  }
  .menu-block,
  .myui-header__search {
	display: none;
  }
  .myui-top-movies.even .myui-block-header {
	padding: 0 10px;
  }
  .myui-header__search {
	border-top: 0;
	position: absolute;
	bottom: 0;
	top: 55px;
	z-index: 2;
  }
  .myui-header__top {
	height: auto;
	background-position-x: -50px;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 30%);
	box-shadow: 0 0 6px rgb(0 0 0 / 30%);
	position: relative;
  }
  #box-user-menu{
    display: none;
  }
  .myui-header__logo{
    margin: 0 auto;
  }
  .myui-header__logo .logo {
	height: 50px;
    width: 120px;
    background-position: center center;
  }
  body.active {
	padding-top: 0px;
  }
  .myui-header__top .mobile-control {
	position: absolute;
	right: 0px;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
  }
  .nav__content {
	border: none;
  }
  .myui-header__top .mobile-control > div {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: #000;
    margin-right: 1px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .myui-header__top .mobile-control > div:hover {
	background: #111;
  }
  .movie-eps-wrapper{
    max-height: 500px;
  }
  .movie-server-item{
    flex-direction: column;
    align-items: flex-start;
  }
  .server-option{
    margin: 15px;
  }
  .movie-eps-all{
    border-left: none;
  }
  .video-p-first{
    padding: 0 10px;
  }
  .video-p-first .cc-warning, .video-p-first .myui-player__notice{
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.filter-box .form-control{
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  -webkit-appearance: auto;
  background: #383838;
  border:1px solid #383838;
  color: #fafafa;
  font-size: 14px;
}
.btn-submit{
  padding: 5.5px 8px;
  font-size: 12px;
  font-weight: bold;
  background: #666;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
}
.filter-box .row{
  margin-left: -5px;
  margin-right: -5px;
}
.filter-box .col-lg-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.myui-panel__head.height-auto{height:auto}
a.btn.btn-default.active {
  background: #dd003f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fb-comments {
    width: 100% !important
  }

  .fb-comments iframe[style] {
    width: 100% !important
  }

  .fb-like-box {
    width: 100% !important
  }

  .fb-like-box iframe[style] {
    width: 100% !important
  }

  .fb-comments span {
    width: 100% !important
  }

  .fb-comments iframe span[style] {
    width: 100% !important
  }

  .fb-like-box span {
    width: 100% !important
  }

  .fb-like-box iframe span[style] {
    width: 100% !important
  }
}

.fb-comments, .fb-comments span {
  background-color: #eee
}

.fb-comments {
  margin-bottom: 20px
}
@media (max-width: 767px) {
  .filter-box .col-lg-2 {
    margin-bottom: 10px;
  }
  #playerLoaded iframe,
  .loadingData {
	height: 220px;
  }
  .filter-box .col-xs-6 {
	width: 50%;
  }
}
