.wrapper2 {position: relative;}
#m_input {position: absolute;top: 0;left: 0;opacity: 0;z-index: -10; font-size:1px;}

.img_item {
    float: left;
}
@media (max-width: 500px) {
    .img_item{
        width: 50%;
    }
}
@media (min-width: 501px) {
    .img_item{
        width: 25%;
    }
}
.img_item{
    padding: 2px;
}

.download {
    display: flex;
    justify-content: center;
    color: white;

    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.downbtn a  {
    background: ;
    color: white;
    width: 100%;
}

.downbtn {
    display: inline-block;
    background: #875214;
    color: white;
    margin: 0px 10px;
    padding: 5px 10px;
    font-weight: bold;
    border:0px solid;
    border-radius:5px;
}





@charset "utf-8";
/* all */
html {
  height: 100%;
}
body {
  margin: 0;
  background: #1e1e28;
  font-family: 'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #9c9c9c;
}
ul, ol, li, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl {
  margin-top: 0;
  margin-bottom: 0
}
p {
  margin: 0 0 10px;
}
img {
  border: 0;
  vertical-align: middle
}
img.img-responsive, .img-xs {
  max-width: 100%;
  width: 100%;
}
input {
  outline: medium none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:focus {
  border-color: #128ACC;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 136, 0, .075), 0 0 8px rgba(255, 19, 98, 0.6);
}
/* 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 {
  width: 990px;
  position: relative;
  margin: auto;
}
.row {
  position: relative;
  background-color: #1e1e28;
}
.container:before, .container:after, .row:before, .row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
/* 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)
}
a, h1, h2, h3, h4, h5, h6 {
  color: #ccc;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  color: #128ACC;
}
.col-pd {
  padding: 5px
}
.text-red {
  color: red;
}
.text-muted {
  color: #999999;
}
.text-center {
  text-align: center;
}
.split-line {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
  background-color: #444452;
}
::selection {
  background-color: #128ACC;
  color: #fff;
}
/* header */
.ewave-header__top {
  position: relative;
  height: 90px;
  padding: 0 4px;
}
.ewave-header__logo {
  float: left;
  margin-right: 30px;
}
.ewave-header__logo {}
.ewave-header__logo .logo {
  display: block;
  width: 250px;
  height: 85px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.ewave-header__menu {
  position: relative;
  margin: 0 5px;
  background-color: #2e2e3a;
  color: #fff;
}
.ewave-header__menu li {
  float: left;
}
.ewave-header__menu li a {
  display: inline-block;
  padding: 10px 8px;
  font-size: 15px;
  color: #fff;
}
.ewave-header__menu li a:hover {
  color: #128ACC;
}
.ewave-header__menu li.active a {
  color: #128ACC;
  position: relative;
}
.ewave-header__menu li.active a:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: #128ACC;
  border-radius: 2px;
  color: #128ACC;
}
.ewave-header__menu .more {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  color: #999;
}
.ewave-header__search {
  float: right;
  position: relative;
  width: 280px;
  margin-top: 28px;
}
.ewave-header__search .form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 45px 6px 16px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 32px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #f5f5f5;
  color: #999;
  border: 0;
}
.ewave-header__search .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  background: url(../images/icon_seacrh.svg) center no-repeat;
}
.ewave-header__user {
  float: right
}
.ewave-header__user li {
  float: left;
  position: relative;
  padding: 31px 0 10px;
  margin-left: 30px
}
.ewave-header__user li .dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.ewave-header__user li:hover .dropdown {
  display: block;
}
.ewave-header__type {
  display: none;
}
/* 底部导航 */
.foornav {
  display: none;
}
/* banner */
.partialViewSlider-outerwrapper {
  position: relative;
  padding: 0 5px;
}
.partialViewSlider-outerwrapper.partialViewSlider-outsideControls {
  padding: 0 6%;
}
.partialViewSlider-wrapper {
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.partialViewSlider-outerwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-property: transform;
  transition-duration: 0ms;
  transition-timing-function: ease-out;
}
.partialViewSlider-outerwrapper ul > li {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  transition-property: all;
  transition-duration: 0ms;
  transition-timing-function: ease-out;
}
.partialViewSlider-wrapper.partialViewSlider-perspective ul > li {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.4;
}
.partialViewSlider-wrapper.partialViewSlider-perspective ul > li.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.partialViewSlider-wrapper ul > li > img {
  width: 100%;
  display: block;
}
.partialViewSlider-backdrop {
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.partialViewSlider-backdrop.partialViewSlider-right {
  right: 0;
}
.partialViewSlider-nav {
  position: absolute;
  top: 50%;
  color: #FFF;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.partialViewSlider-prev {
  left: 3%;
}
.partialViewSlider-next {
  right: 3%;
}
.partialViewSlider-outsideControls .partialViewSlider-nav, .partialViewSlider-neighborControls .partialViewSlider-nav {
  color: #CCC;
}
.partialViewSlider-outsideControls .partialViewSlider-prev {
  left: 1%;
}
.partialViewSlider-outsideControls .partialViewSlider-next {
  right: 1%;
}
.partialViewSlider-neighborControls .partialViewSlider-prev {
  left: -5%;
}
.partialViewSlider-neighborControls .partialViewSlider-next {
  right: -5%;
}
.partialViewSlider-dots {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
.partialViewSlider-dots li a {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 3px;
  margin: 0 5px;
}
.partialViewSlider-dots li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.partialViewSlider-dots li.active a:before {
  background: #128ACC;
}
.dw-t {
  position: relative;
}
.dw-t p {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 30px 0;
  margin: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.dw-t img {
  max-width: 100%;
  width: 100%;
}
i.material-icons {
  vertical-align: sub;
  font-size: 110%;
}
/* screen */
.list_type_title {
  overflow: hidden;
  display: block;
  margin: 0 5px;
}
.sx-title {
  float: left;
  padding: 4px 0;
}
.list_type_title ul li, .sx-title2 {
  float: left;
  padding: 2px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #2e2e3a;
  line-height: 20px;
  color: #ccc;
  border: 1px solid #454548;
}
.list_type_title span {
  float: right;
  line-height: 24px;
}
.ewave-screen__list {
  position: relative;
  padding: 0 5px;
  padding-top: 16px;
  padding-bottom: 4px;
}
.ewave-screen__list:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #2e2e3a;
}
.ewave-screen__list:first-child {
  padding-top: 0;
}
.ewave-screen__list:first-child:before {
  display: none;
}
.ewave-screen__list li {
  float: left;
}
.ewave-screen__list li.text {
  margin: 0px 0px 15px -45px;
}
.list_type_title ul {
  padding: 15px 0px 0px 45px;
}
.ewave-screen__list li span {
  display: inline-block;
  padding: 0px 0 0px
}
.ewave-screen__list li a {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-radius: 20px
}
.ewave-screen__list li.active a {
  background: #128ACC;
  color: #fff;
}
.ewave-screen__list.letter-list li a {
  padding: 3px 5px
}
.ewave-screen__list.letter-list li.active a {
  padding: 3px 10px
}
.type-list-fl {
  margin-bottom: 2px;
  overflow: hidden;
}
.type-list-fl li {
  display: inline-block;
  padding: 0 4px 5px;
  text-align: center;
  float: left;
}
.type-list-fl a {
  width: 100%;
  /* height: 100%; */
  display: block;
  font-size: 12px;
  background: #2e2e3a;
  padding: 8px 16px;
  line-height: 12px;
  border-radius: 32px;
  text-align: center;
}
.type-list-fl .active a {
  color: #fff;
  background: #128ACC;
}
.type-list-fl li a img {
  width: 12px;
  height: 12px;
  margin: 0px 4px 0 0;
  float: left;
}
/* pannel */
.ewave-pannel {
  position: relative;
  margin-bottom: 3px;
  padding: 5px 0;
  overflow: hidden;
  border-bottom: 1px solid #2c2c36;
}
.ewave-pannel:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ewave-pannel:last-child:before {
  display: none;
}
.ewave-pannel-left {
  float: left;
  width: 70%;
}
.ewave-pannel-side {
  float: left;
  width: 30%;
}
.ewave-pannel__head {
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 25px;
}
.ewave-pannel__head .title {
  margin: 0;
}
.ewave-pannel__head .title em {
  color: #128ACC;
  font-style: normal;
}
/* vodlist */
.ewave-vodlist__item {
  position: relative;
  float: left;
  padding: 5px;
  width: 20%;
}
.ewave-vodlist__item.active {
  width: 33.333333%;
}
.ewave-vodlist__thumb {
  position: relative;
  display: block;
  padding-top: 66.666%;
  background-image: url(../images/load_w.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ewave-vodlist__thumbb {
  position: relative;
  display: block;
  padding-top: 133.333%;
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ewave-vodlist__thumb.active {
  padding-top: 50%;
  background-image: url(../images/load_w.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ewave-vodlist__thumb .play {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url(../images/play.png) center no-repeat;
}
.ewave-vodlist__thumb:hover .play {
  display: block;
}
.ewave-vodlist__thumb .pic-text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  text-align: center;
  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, .5));
  color: #FFFFFF;
}
.ewave-vodlist__title {
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
img.img-responsive {}
.ewave-artlist{
  
}
.ewave-artlist__item{
  border-bottom:1px solid #666;
  overflow:hidden;
  line-height: 50px;
  padding-left:5px;
  padding-right:5px;
  margin-top:0;
  margin-bottom:0;
}
.ewave-artlist__title{
  float:left;
  width:calc(100% - 90px);
}
.ewave-artlist__title a{
  display:block;
}
.ewave-artlist__time{
  float:right;
  width:80px;
}
/* content */
.ewave-content__detail, .ewave-content__thumb, .ewave-content__ad {
  display: table-cell;
  vertical-align: top
}
.ewave-content__thumb .pic {
  display: block;
  width: 160px;
}
.ewave-content__detail {
  width: 520px;
  padding: 0 20px;
}
.ewave-content__detail .title {
  margin: 0 0 10px;
  line-height: 25px;
  color: #ccc;
}
.ewave-content__detail .data {
  margin-bottom: 8px
}
.ewave-content__detail .data li {
  float: left;
  margin-right: 20px
}
.ewave-content__detail .desc {
  padding-left: 42px
}
.ewave-content__detail .desc .left {
  margin-left: -42px
}
.ewave-content__detail .playbtn {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.ewave-content__detail .playbtn a, .ewave-content__detail .playbtn .button {
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 0;
  border-radius: 32px;
  font-size: 12px;
  background: #128ACC;
  background: linear-gradient(to right, #128ACC, #128ACC);
  color: #fff;
}
.ewave-content__detail .playbtn.o-bg .button {
  line-height: 24px;
  background: #128ACC;
  background: linear-gradient(to right, #128ACC, #d1466f);
}
.playbtn.wx-bg {
  display: none;
}
.ewave-content__desc {
  line-height: 24px;
  color: #646469;
}
.ewave-content__desc img {
  max-width: 100%;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.ad-b {
  border-bottom: 0 !important
}
/* playlist */
.ewave-content__playlist {
  overflow: hidden;
}
.ewave-content__playlist ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.ewave-content__playlist li {
  float: left;
  width: 12.5%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.ewave-content__playlist li.width-auto {
  width: auto;
}
.ewave-content__playlist li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  text-align: center;
  background: #2e2e3a;
  border-radius: 5px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.ewave-content__playlist li.active a {
  color: #fff;
  background: #128ACC;
  background: linear-gradient(to right, #128ACC, #128ACC);
}
.ewave-player .video-title, .ewave-player .ms-p {
  float: left;
  margin-right: 15px;
}
.ewave-player .zt-b {
  line-height: 46px;
  float: left;
}
.ewave-player .no-b {
  float: right;
  line-height: 13px;
  font-size: 12px;
}
.ewave-player .no-b a {
  border: 1px solid #999;
  padding: 2px 8px;
  border-radius: 32px;
  color: #999;
}
/* new */
.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding: 5px;
  width: 100%;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2, .tabs ul li label {
  font-size: 16px;
}
.tabs .t-ul {
  list-style-type: none;
  padding-left: 0;
  display: block;
  overflow: hidden;
}
.tabs .t-ul li {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  line-height: 30px;
}
.tabs .t-ul img {
  float: left;
  margin: 6px 6px 0 0;
  width: 18px;
  height: 18px;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #ccc;
}
.tabs .content {
  margin-top: 18px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #128ACC;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #128ACC;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #128ACC;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #128ACC;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* player */
.ewave-player__video {
  background-color: #000;
}
/* page */
.ewave-page, .ewave-page-text {
  margin: 10px 0;
  padding-top: 20px;
}
.ewave-page li {
  display: inline-block;
  margin-left: 10px
}
.ewave-page li .num, .ewave-page li a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #2e2e3a;
  border: 1px solid #2e2e3a;
}
.ewave-page li.active a, .ewave-page li.disabled a {
  background-color: #128ACC;
  border: 1px solid #128ACC;
  color: #fff;
}
.ewave-page-text {
  font-size: 0;
  text-align: center;
}
.ewave-page-text a, .ewave-page-text em, .ewave-page-text span {
  font-style: normal;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}
.ewave-page-text span.pagenow {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.ewave-page-text .pagego {
  padding: 6px;
  margin-right: 5px;
  border-radius: 5;
}
.ewave-page-text .pagebtn {
  padding: 6px 12px;
  cursor: pointer;
}
.ewave-page-text input {
  display: none;
}
/* embed */
.pl-box {
  margin: 5px;
  display: block;
  overflow: hidden;
}
.pl-l {
  float: left;
  width: 70%;
}
.pl-r {
  float: right;
  width: 30%;
}
.pl-box-r {
  padding: 15px;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  background: #131319;
}
.pl-in {
  width: 100%;
  border-bottom: 1px solid #1e1e28;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.pl-in .title {
  float: left;
  margin-right: 10px;
}
.pl-in .fenlei {
  padding: 2px 6px;
  border: 1px solid #128ACC;
  font-size: 12px;
  color: #128ACC;
  line-height: 12px;
  margin: 12px 0;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
}
.pl-in p.data {
  clear: both;
  margin: 0 0 6px;
}
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 400px;
  z-index: 998;
}
.embed-responsive .MacPlayer {
  z-index: 999
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video,.MacPlayer iframe,.MacPlayer video,.MacPlayer embed,.MacPlayer object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-16by9 {
  margin: 0;
}
.embed-responsive-4by3 {
  padding-bottom: 75%
}
.player-copyright{
  text-align: center;
  line-height: 2;
}
/* more */
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.ewave-link__text li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.hide, .visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-mi {
  display: none !important;
}
.ewave-foot {
  padding: 20px;
  text-align: center;
  color: #999;
}
.ewave-news-nav li.active a {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
/* footer */
.fo-t {
  margin-top: 28px;
  font-size: 13px;
}
.hidden-xs.fo-t p {
  line-height: 13px;
}
/* 弹窗 */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.dialog-content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999999;
  width: 85%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.dialog-content-hd {
  padding: 20px 0 0;
}
.dialog-content-title {
  font-weight: 400;
  font-size: 17px;
  color: #333;
}
.dialog-content-bd {
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
}
.dialog-content-bd p {
  margin: 5px 0;
}
.dialog-content-bd a {
  color: #108ee9;
}
.dialog-content-ft {
  position: relative;
  line-height: 48px;
  margin-top: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dialog-content-ft a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0BB20C;
  outline: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dialog-content-ft a:active {
  background-color: #EEEEEE;
}
.dialog-content-ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.dialog-content-ft a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.dialog-content-ft a:first-child:after {
  border-left: none;
}
.dialog-content-ft .dialog-btn-cancel {
  color: #353535;
}
.dialog-content-ft .dialog-btn-ok {
  color: #0BB20C;
}
.dialog-wrap-info .dialog-overlay {
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dialog-content-info {
  width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.dialog-content-info .dialog-content-bd {
  position: relative;
  padding: 0;
  width: 140px;
  height: 140px;
  color: #fff;
  text-align: center;
}
.dialog-content-info .dialog-content-bd .info-icon {
  max-width: 48px;
  margin: 20% 0 0;
}
.dialog-content-info .dialog-content-bd .info-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  margin: 0;
  font-size: 16px;
}
.dialog-wrap-show .dialog-overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.dialog-wrap-show .dialog-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mac_msg_jump {
  margin-top: 20px;
  background-color: transparent;
  border-color: #666;
}
.mac_msg_jump.inner{
  position:absolute;
  left:50%;
  top:40%;
  transform:translate(-50%,-50%);
  margin-top:0;
}
@media screen and (min-width: 1024px) {
  .dialog-content {
    max-width: 35%;
  }
}
/* 弹窗end */
@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: 1023px) {
  .container {
    width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ewave-pannel-left, .ewave-pannel-side {
    float: none;
    width: 100%;
  }
  .fl-l {
    float: none;
  }
  /* screen */
  .ewave-screen__list {
    padding: 10px 0 0;
    margin: 0 0 0 5px;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }
  .ewave-screen__list:first-child {
    padding-top: 5px;
  }
  .ewave-screen__list li {
    float: none;
    display: inline-block;
  }
  .ewave-screen__list li a {
    margin-left: 5px;
  }
  .ewave-screen__list li.active a {
    border-radius: 0;
    background: none;
    color: #128ACC;
  }
  /* vodlist */
  .ewave-vodlist__item.active {
    width: 50%;
  }
  /* content */
  .ewave-content__detail {
    width: 100%;
  }
  .ewave-content__playlist li {
    width: 16.6666667%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
    margin-top: 16px;
  }
  .container {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-radius: 0;
  }
  .row {
    border: 0;
    border-radius: 0;
  }
  .col-pd {
    padding: 5px;
  }
  img.img-responsive {}
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .fo-t1 {
    margin-top: 20px;
  }
  .visible-xs p {
    margin: 0;
    font-size: 10px !important;
    line-height: 16px;
  }
  /* header */
  .ewave-header__top {
    height: 60px;
    padding: 0 10px;
  }
  .ewave-header__logo {
    width: auto;
    margin: 5px 0 0;
    padding: 0;
  }
  .ewave-header__logo .logo {
    width: 150px;
    height: 50px;
  }
  .ewave-header__search {
    float: none;
    width: auto;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 10px;
    left: 200px;
  }
  .ewave-header__search .form-control {
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    padding: 6px 40px 6px 10px;
    border: 0;
  }
  .ewave-header__search .submit {
    width: 30px;
    height: 30px;
  }
  .ewave-header__menu {
    display: none;
    position: relative;
    margin: 0;
  }
  .ewave-header__menu:before, .ewave-header__menu:after {
    display: none;
  }
  .ewave-header__menu ul {
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .ewave-header__menu ul li {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .ewave-header__menu li a {
    display: block;
    padding: 0;
    line-height: 38px;
    font-size: 14px;
  }
  .ewave-header__menu li.active a {
    height: 38px;
  }
  .ewave-header__type {
    display: block;
    position: absolute;
    line-height: 60px;
    left: 112px;
    font-size: 12px;
    color: #ccc;
  }
  /* 底部导航 */
  .foornav {
    display: block;
    border-top: 1px solid #2c2c36;
    background: rgba(40, 40, 52, 0.98);
    width: 100%;
    overflow: hidden;
    margin-bottom:5px;
  }
  .foornav li{
    float: left;
    padding: 8px 2px;
    width: 14.2%;
    position: relative;
    z-index: 0;
  }
  .foornav a {
    display: block;
    position: relative;
    
    text-align: center;
  }
  .foornav a img {
    padding: 3px;
    margin: 0 auto;
    width: 24px;
    display: none;
  }
  .foornav span {
    
  }
  
  .foornav li.active a::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #128ACC;
    border-radius: 4px;
  }.foornav li.active a span {
    color:#128ACC;
  }
  .ewave-foot {
    /*padding-bottom: 70px;*/
  }
  /* banner */
  .partialViewSlider-outerwrapper {
    padding: 0;
  }
  .partialViewSlider-backdrop {
    background: transparent;
  }
  .partialViewSlider-dots {
    bottom: 2px;
  }
  .partialViewSlider-dots li a {
    width: 12px;
    height: 2px;
  }
  .partialViewSlider-wrapper {
    margin-bottom: 16px;
  }
  .dw-t span {
    display: block;
    padding: 0 1%;
  }
  .dw-t a, .dw-t img {
    border-radius: 4px;
  }
  .dw-t p {
    padding: 14px 0 !important;
  }
  i.material-icons {
    display: none;
  }
  /* pannel */
  .ewave-pannel {
    padding: 2px 1px;
    z-index: 2
  }
  .ewave-pannel:before {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .ewave-pannel__head {
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .ewave-pannel__head .title {}
  /* vodlist */
  .ewave-vodlist__item {
    width: 49.9%;
    padding: 5px;
  }
  .ewave-vodlist__item.active {
    width: 100%;
  }
  .ewave-artlist__title{
  float:none;
  width:100%;
}

.ewave-artlist__time{
  display:none;
}
  /* playlist */
  .pl-box {
    margin: 0
  }
  .pl-l {
    width: 100%;
  }
  .pl-r {
    display: none;
  }
  .embed-responsive {
    height: 0;
  }
  .playbtn.wx-bg {
    display: block;
    margin: 0 10px;
    margin-top: 20px;
  }
  .playbtn.wx-bg .button {
    display: block;
    width: 100%;
    height: 36px;
    text-align: center;
    border: 0;
    border-radius: 32px;
    font-size: 13px;
    background: #128ACC;
    background: linear-gradient(to right, #128ACC, #128ACC);
    color: #fff;
  }
  .tabs .content section h2, .tabs ul li label {
    font-size: 14px;
  }
  .tabs .t-ul li {
    line-height: 24px;
    padding-right: 14px;
  }
  .tabs .t-ul img {
    margin: 4px 4px 0 0;
    width: 15px;
    height: 15px;
  }
  .tabs .content {
    margin-top: 14px;
  }
  /* content */
  .ewave-content__thumb .pic {
    width: 128px;
  }
  .ewave-content__detail {
    padding: 0 10px;
  }
  .ewave-content__detail .data {
    margin-bottom: 5px;
  }
  .ewave-content__detail .playbtn {
    margin-top: 8px;
    margin-right: 10px;
    padding: 0;
  }
  .ewave-content__detail .playbtn a, .ewave-content__detail .playbtn .button {
    width: 90px;
    height: 28px;
    line-height: 28px;
  }
  .ewave-content__playlist li {
    width: 33.333333%;
  }
  .ewave-content__playlist li a {
    font-size: 12px;
  }
  .fl-l {
    float: none;
  }
  /* link */
  .ewave-link__text li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  /* page */
  .ewave-page li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 5px 0 5px
  }
  .ewave-page li a, .ewave-page__box li .num {
    display: block;
    padding: 5px 0;
    text-align: center
  }
  .ewave-page li.page-item {
    width: auto;
    margin-bottom: 5px;
  }
  .ewave-page li.page-item a {
    padding: 5px 15px;
  }
  .ewave-page-text {
    text-align: left;
  }
  .ewave-page-text a, .ewave-page-text em, .ewave-page-text span {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .type-list-fl li {
    width: 20%;
  }
  .type-list-fl li a{
    padding:0 6px;
    line-height: 28px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
  }
}
@media (max-width: 480px) {
  .type-list-fl li {
    width: 24.9%;
  }
  .sx-no {
    display: none;
  }
}
@media (max-width: 360px) {
  .ewave-content__detail .playbtn a, .ewave-content__detail .playbtn .button {
    width: 70px;
  }
  .ewave-content__detail .playbtn {
    margin-right: 5px;
  }
  .type-list-fl li {
    width: 24.9%;
  }
}
.MacPlayer {
  position: absolute !important;
  top: 0;
  left: 0;
}
.art-content img {
  max-width: 100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.pop{position:fixed;left:50%;top:50%;margin-left:-150px;margin-top:-200px;border-radius:12px;width:300px;height:400px;background:-webkit-gradient(linear,0 0,0 100%,from(#212c4b),to(#6f7894));background:-webkit-linear-gradient(top,#212c4b,#6f7894);background:-moz-linear-gradient(top,#212c4b,#6f7894);background:-o-linear-gradient(top,#212c4b,#6f7894);background:-ms-linear-gradient(top,#212c4b,#6f7894);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#212c4b,endColorstr=#6f7894);font-size:14px;text-align:center;z-index:11001;}
.pop dt{margin-top:20px;height:40px;line-height:40px;font-size:20px;color:hsla(0,0%,100%,.8);}
.pop dd{margin:13px;}
.pop .sub-title{line-height:26px;color:hsla(0,0%,100%,.5);}
.pop .url{cursor:pointer;margin:10px 20px;border-radius:5px;padding:0 10px;height:34px;line-height:34px;background:#212c4b;color:hsla(0,0%,100%,.8);text-transform:lowercase;}  
.pop .url:hover{background:#151d33;}
.pop em{color:#ffbf00;font-size:14px;}
.pop .all{margin-top:26px;text-align:center;}
.pop .all a{padding:8px 30px;background:#2b3655;color:#fff;border-radius:20px;}
.pop .all a:hover{background:#151d33;}
.pop .btn-close{margin:0 auto;margin-top:50px;width:48px;height:48px;line-height:48px;}
.pop .btn-close a{display:block;background:rgba(255,255,255,.9);color:hsla(0,0%,0%,.6);font-size:20px;text-align:center;border-radius:100px;}
.icon-close:before{content:"\e624";}

.flink{margin: 0 5px;color: #fff;text-align:center;}
.divTags{width: 100%;overflow: hidden;display: block;box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);}
.divTags a{width: 12.26%;float: left;border-radius: 3px;line-height: 30px;height: 30px;text-align: center;font-size: 15px;color: #fcaf17;display: inline-block;background-color: #3e4145;margin: 1px;transition-duration: .3s;}
.divTags a:hover{background:#DC3545;color:#FFF}
@media screen and (max-width: 1000px) {.divTags a{width: 24.4%;float: left;border-radius: 3px;line-height: 30px;height: 30px;text-align: center;font-size: 14px;color: #fcaf17;display: inline-block;background-color: #3e4145;margin: 1px;transition-duration: .3s;}}


.divTag{width: 100%;overflow: hidden;display: block;box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);}
.divTag a{width: 4.78%;float: left;border-radius: 3px;line-height: 30px;height: 30px;text-align: center;font-size: 15px;color: #fff;display: inline-block;background-color: #3e4145;margin: 1px;transition-duration: .3s;}
.divTag a:hover{background:#DC3545;color:#FFF}
@media screen and (max-width: 1000px) {.divTag a{width: 9.43%;float: left;border-radius: 3px;line-height: 30px;height: 30px;text-align: center;font-size: 14px;color: #fff;display: inline-block;background-color: #3e4145;margin: 1px;transition-duration: .3s;}}


