@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;
  }

  .wi-pannel-left, .wi-pannel-side {
    float: none;
    width: 100%;
  }

  .fl-l {
    float: none;
  }

  /* screen */
  .wi-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
  }

  .wi-screen__list:first-child {
    padding-top: 5px;
  }

  .wi-screen__list li {
    float: none;
    display: inline-block;
  }

  .wi-screen__list li a {
    margin-left: 5px;
  }

  .wi-screen__list li.active a {
    border-radius: 0;
    background: none;
    color: #ff5c38;
  }

  /* vodlist */
  .wi-vodlist__item.active {
    width: 50%;
  }

  /* content */
  .wi-content__detail {
    width: 100%;
  }

  .wi-content__playlist li {
    width: 16.6666667%;
  }

  .wi-pannel-side{
    display: none;
  }
}

@media (max-width: 767px) {
  .art-item{
    width: 33.33% !important;
  }

  .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 {
    height: 188px;
  }

  .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 */
  .wi-header__top {
    height: 60px;
    padding: 0 10px;
  }

  .wi-header__logo {
    width: auto;
  }

  .wi-header__logo .logo {
    width: 135px;
    height: 28px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-size: cover
  }

  .wi-header__search {
    float: none;
    width: auto;
    margin: 0;
    max-width: 280px;
  }

  .wi-header__search .form-control {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 6px 40px 6px 10px;
  }

  .wi-header__search .submit {
    width: 30px;
    height: 30px;
  }

  .wi-header__menu.inner {
    display: none;
  }
  .wi-header__menu.out{
    display: flex;
    padding: 0 5px;
  }

  .wi-header__menu ul {
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .wi-header__menu ul li {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }

  .wi-header__menu li a {
    display: block;
    padding: 0 5px;
    line-height: 38px;
    font-size: 18px;
  }

  .wi-header__menu li.active a {
    height: 38px;
  }

  .wi-header__type {
    display: block;
    position: absolute;
    line-height: 60px;
    left: 112px;
    font-size: 14px;
    color: #111;
  }

  /* pannel */
  .wi-pannel {
    padding: 8px 5px;
    z-index: 2;
    border-radius: 0;
    box-shadow: none;
  }

  .wi-pannel:before {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  .wi-pannel__head {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .wi-pannel__head .title {
    font-size: 20px;
  }

  /* vodlist */
  .wi-vodlist__item {
    width: 33.333333%;
    padding: 5px;
  }

  .wi-vodlist__item.active {
    width: 100%;
  }

  /* 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: #ff5c38;
    background: linear-gradient(to right, #ff6f00, #ff5c38);
    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 */
  .wi-content__thumb .pic {
    width: 128px;
    height: 200px;
  }

  .wi-content__detail {
    padding: 0 10px;
  }

  .wi-content__detail .data {
    margin-bottom: 5px;
  }

  .wi-content__detail .playbtn {
    margin-top: 8px;
    margin-right: 10px;
    padding: 0;
  }

  .wi-content__detail .playbtn a, .wi-content__detail .playbtn .button {
    width: 90px;
    height: 28px;
    line-height: 28px;
  }

  .wi-content__playlist li {
    width: 33.333333%;
  }

  .wi-content__playlist li a {
    font-size: 12px;
  }

  .fl-l {
    float: none;
  }

  /* link */
  .wi-link__text li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  /* page */
  .wi-page li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 5px 0 5px
  }

  .wi-page li a, .wi-page__box li .num {
    display: block;
    padding: 5px 0;
    text-align: center
  }

  .wi-page li.page-item {
    width: auto;
    margin-bottom: 5px;
  }

  .wi-page li.page-item a {
    padding: 5px 15px;
  }

  .wi-page-text {
    text-align: left;
  }

  .wi-page-text a, .wi-page-text em, .wi-page-text span {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .mac-keys li{
    width: 50%;
  }
  
  .wi-play-btn a{
    flex: 1;
  }
}

@media (max-width: 480px) {
  .art-item{
    width: 50% !important;
  }

  .art-item .thumb a{
    height: 120px !important;
  }

  .type-list-fl li {
    width: 22%;
  }

  .sx-no {
    display: none;
  }
}

@media (max-width: 360px) {
  .wi-content__detail .playbtn a, .wi-content__detail .playbtn .button {
    width: 70px;
  }

  .wi-content__detail .playbtn {
    margin-right: 5px;
  }

  .type-list-fl li {
    width: 29.5%;
  }
}
