@charset "utf-8";

/* all */
html {
  height: 100%;
}

body {
  margin: 0;
  background: rgba(237,239,240,0.79);
  font-family: 'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #111;
}

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);
}

/* 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: 1280px;
  position: relative;
  margin: auto;
}

.row {
  position: relative;
}

.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: #111;
}

a:focus, a:hover, a:active {
  text-decoration: none;
  color: #00AEEC;
}

.col-pd {
  padding: 5px
}

.text-red {
  color: red;
}

.text-muted {
  color: #999999;
}

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

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

::selection {
  background-color: #00AEEC;
  color: #fff;
}

/* header */
.wi-header__top {
  position: relative;
  height: 64px;
  background-color: #fff;
}

.wi-header__top .wi-header-main{
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
}

.wi-header__logo {
  margin-right: 20px;
}

.wi-header__logo .logo {
  display: block;
  width: 145px;
  height: 60px;
  background-image: url(../img/logo.png);
  background-position: center center;
  background-size: cover;
  margin: 0;
}

.wi-header__menu {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  overflow-x: auto;
}

.wi-header__menu.out{
  display: none;
}

.wi-header__menu li a {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  white-space: nowrap;
}

.wi-header__menu li a:hover {
  color: #00AEEC;
}

.wi-header__menu li.active a {
  color: #00AEEC;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.wi-header__search {
  position: relative;
  width: 280px;
  margin-left: 20px;
}

.wi-header__search .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 45px 6px 16px;
  font-size: 12px;
  line-height: 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #999;
  border: 1px solid #E3E5E7;
}

.wi-header__search .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: url(../img/icon_seacrh.svg) center no-repeat;
}

.wi-header__user {
  float: right
}

.wi-header__user li {
  float: left;
  position: relative;
  padding: 31px 0 10px;
  margin-left: 30px
}

.wi-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);
}

.wi-header__user li:hover .dropdown {
  display: block;
}

.wi-header__type {
  display: none;
}

/* 底部导航 */
.foornav {
  display: none;
}

/* banner */
.partialViewSlider-outerwrapper {
  position: relative;
}

.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: #111;
}

.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: 20px;
  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: #00AEEC;
}

.dw-t {
  position: relative;
  height: 375px;
}

.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 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

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;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #111;
}

.list_type_title span {
  float: right;
  line-height: 24px;
}

.wi-screen__list {
  position: relative;
  padding: 0 5px;
  padding-top: 16px;
  padding-bottom: 4px;
}

.wi-screen__list:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eee;
}

.wi-screen__list:first-child {
  padding-top: 0;
}

.wi-screen__list:first-child:before {
  display: none;
}

.wi-screen__list li {
  float: left;
}

.wi-screen__list li.text {
  margin: 0px 0px 15px -45px;
}

.list_type_title ul {
  padding: 15px 0px 0px 45px;
}

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

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

.wi-screen__list li.active a {
  background: #00AEEC;
  color: #fff;
}

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

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

/* second-type-list */
.second-type-list {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 10px;
  margin: 10px 0;
}

.second-type-list h3{
  font-weight: bold;
  white-space: nowrap;
}

.second-type-content{
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  white-space: nowrap;
}

.second-type-content.active {
  color: #00AEEC;
}

.second-type-content.active::after{
  position: absolute;
  content: " ";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background-color: #00AEEC;
}


/* pannel */
.wi-pannel {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 hsl(203deg 6% 45% / 9%);
}

.wi-pannel:first-child {
  margin-top: 10px;
}

.wi-pannel:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.wi-pannel:last-child:before {
  display: none;
}

.wi-pannel-left {
  float: left;
  width: 70%;
}

.wi-pannel-side {
  float: left;
  width: 30%;
}

.wi-pannel__head {
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 25px;
  height: 30px;
}

.wi-pannel__head .title {
  margin: 0;
  font-weight: bold;
}

.wi-pannel__head .title em {
  color: #00AEEC;
  font-style: normal;
}

/* vodlist */
.wi-vodlist__item {
  position: relative;
  float: left;
  padding: 5px;
  width: 16.666666%;
}

.wi-vodlist__item.active {
  width: 33.333333%;
}

.wi-vodlist__thumb {
  position: relative;
  display: block;
  padding-top: 150%;
  background: url(../img/loading.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;

}

.wi-vodlist__thumb.active {
  padding-top: 50%;
  background: url(../img/loading.gif) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.wi-vodlist__thumb .pic-text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  text-align: right;
  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;
}

.wi-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 {
  height: 240px;
}

/* content */
.wi-content__detail, .wi-content__thumb, .wi-content__ad {
  display: table-cell;
  vertical-align: top
}

.wi-content__thumb .pic {
  display: block;
  width: 160px;
  height: 242px;
  background-image: url(../img/loading.gif);
  background-size: cover;
  background-position: center center;
}

.wi-content__detail {
  width: 80%;
  padding: 0 20px;
}

.wi-content__detail .title {
  margin: 0 0 10px;
  line-height: 25px;
  color: #111;
}

.wi-content__detail .data {
  margin-bottom: 8px
}

.wi-content__detail .data li {
  float: left;
  margin-right: 20px
}

.wi-content__detail .desc {
  padding-left: 42px
}

.wi-content__detail .desc .left {
  margin-left: -42px
}

.wi-content__detail .playbtn {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}

.wi-content__detail .playbtn a, .wi-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: #00AEEC;
  background: #00AEEC;
  color: #fff;
  margin-top: 5px;
}

.wi-content__detail .playbtn.o-bg .button {
  line-height: 24px;
  background: #fa7562;
  background: linear-gradient(to right, #fa7562, #d1466f);
}

.playbtn.wx-bg {
  display: none;
}

.wi-content__desc {
  line-height: 24px;
  color: #646469;
}

.wi-content__desc img {
  max-width: 100%;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.ad-b {
  border-bottom: 0 !important
}

.wi-player .video-title, .wi-player .ms-p {
  float: left;
  margin-right: 15px;
}

.wi-player .zt-b {
  line-height: 46px;
  float: left;
}

.wi-player .no-b {
  float: right;
  line-height: 13px;
  font-size: 12px;
}

.wi-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 {
  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: #111;
}

.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: #00AEEC;
}

.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: #00AEEC;
}

.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: #00AEEC;
}

.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: #00AEEC;
}

.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 */
.wi-player__video {
  background-color: #000;
}

/* page */
.wi-page, .wi-page-text {
  margin: 10px 0;
  padding-top: 20px;
}

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

.wi-page li .num, .wi-page li a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: #666;
}

.wi-page li a:hover{
  background-color: #00AEEC;
  color: #fff
}

.wi-page li.active a, .wi-page li.disabled a {
  background-color: #00AEEC;
  border: 1px solid #00AEEC;
  color: #fff;
}

.wi-page-text {
  font-size: 0;
  text-align: center;
}

.wi-page-text a, .wi-page-text em, .wi-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;
}

.wi-page-text span.pagenow {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

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

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

.wi-page-text input {
  display: none;
}

/* embed */
.pl-box {
  margin: 5px;
  display: block;
  overflow: hidden;
}

.pl-l {
  float: left;
  width: 100%;
}

.pl-r {
  float: right;
  width: 30%;
  display: none;
}

.pl-box-r {
  padding: 15px;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  background: #131319;
  color: #fff;
}

.pl-in {
  width: 100%;
  border-bottom: 1px solid #1e1e28;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.pl-in .title {
  float: left;
  margin-right: 10px;
  color: #fff;
}

.pl-in .fenlei {
  padding: 2px 6px;
  border: 1px solid #00AEEC;
  font-size: 12px;
  color: #00AEEC;
  line-height: 12px;
  margin: 12px 0;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
}

.pl-in p.data {
  clear: both;
  margin: 0 0 6px;
}

.pl-in p.data a{
  color: #fff;
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 710px;
  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 {
  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%
}

/* more */
.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.wi-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;
}

.wi-foot {
  padding: 20px;
  text-align: center;
  color: #999;
}

.wi-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);
}

.tag-link a {
  display: inline-block;
  background-color: #F1F2F3;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  margin-bottom: 5px;
  font-size: 12px;
}

.tag-link a:hover{
  background-color: #00AEEC;
  color: #fff;
}

#scrollNoticeBox {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

#scrollNoticeBox ul {
  position: relative;
  left: 0;
  display: inline-block;
  white-space: nowrap;
}

#scrollNoticeBox .notice-content {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding-right: 30px;
}

.wi-artlist{
  display: flex;
  flex-wrap: wrap;
}

.art-item {
  display: inline-block;
  width: 25%;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

.art-item .thumb a {
  display: inline-block;
  width: 100%;
  padding-top: 62%;
  background-size: cover;
  background-image: url('../img/loading.gif');
  background-position: center center;
}

.art-item .thumb {
  position: relative;
}

.art-item .date{
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  color: #fff;
}

.art-item .art-detail h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.art-item .art-detail .dec{
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.art-type-item.active {
  color: #FF9900;
}

.art-content {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
}

.art-content p {
  text-indent: 28px;
}

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

.mac-keys{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mac-keys li{
  width: 25%;
  padding: 2px 5px;
  list-style: none;
  box-sizing: border-box;
}
.mac-keys a{
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.mac-keys a::after{
  position: absolute;
  content: " ";
  width: 2px;
  height: 6px;
  background-color: #00AEEC;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}


.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, .1);
  z-index: 9999999999;
}

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

.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;
}

.dialog-notice-btn{
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background: #00AEEC;
  color: #fff;
}

.wi-play-btn{
  display: flex;
  margin: 10px 0;
}

.wi-play-btn a{
  margin: 0 5px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  background: #00AEEC;
  color: #fff;
  padding: 0 20px;
}

.QA-list {
  padding: 0 10px;
}

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

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

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

.discuss-list{
  padding: 10px 5px;
}

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

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

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

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

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

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

.wi-vod-box{
  flex: 1;
}

.wi-pannel-side{
  width: 230px;
  margin-left: 10px;
}

.wi-pannel-side-list{
  border: 1px solid #F1F2F3;
  border-radius: 6px;
}

.wi-pannel-side-list li{
  line-height: 44px;
  padding: 0 10px;
}

.wi-pannel-side-list .index{
  width: 26px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #C9CCD0;
}

.wi-pannel-side-list li:nth-of-type(1) .index{
  color: #ff473d;
}
.wi-pannel-side-list li:nth-of-type(2) .index,
.wi-pannel-side-list li:nth-of-type(3) .index{
  color: #ff6a29;
}

.wi-pannel-side-list .name{
  flex: 1;
}

.wi-pannel-side-list li:nth-of-type(odd){
  background-color: #f6f7f8;
}

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

.actor-detail > div,
.actor-detail {
  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, .51);
  display: inline-block;
  width: 70px;
}

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

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

.RW-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}

.RW-list li {
  padding-right: 10px;
  margin-bottom: 10px;
}

.RW-list li a{
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
  line-height: 28px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

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


.wi-play-list-box .wi-play-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.wi-play-list-box .wi-play-list-head .title {
  flex: 1;
}

.wi-play-list-box .wi-play-list-content {
  display: none;
  margin-top: 10px;
}

.wi-play-list-box .tool-button i {
  font-size: 12px;
}

.wi-play-list-box.active .wi-head-play-buttons a.wi-play-list-btn {
  display: none;
}

.wi-play-list-box.active .wi-play-list-content {
  display: block;
}

.wi-play-list-box .expand {
  display: block;
}

.wi-play-list-box .retract {
  display: none;
}

.wi-play-list-box.active .expand {
  display: none;
}

.wi-play-list-box.active .retract {
  display: block;
}

.wi-play-list {
  display: flex;
  flex-wrap: wrap;
}

.wi-head-play-buttons {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.wi-head-play-buttons .wi-play-list-btn {
  margin-left: 10px;
  width: 80px;
}

.wi-play-item {
  padding: 5px;
  width: 12.5%;
}

.wi-play-list-btn {
  display: block;
  position: relative;
  padding: 5px 10px;
  text-align: center;
  background: #f8f8f8;
  color: #666;
  border-radius: 5px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.wi-play-list-btn.active {
  background: #00AEEC;
  color: #fff;
}

.wi-play-list-btn:hover {
  background-color: #E3E5E7;
  color: #18191C;
}

.vod-tip p{
  margin: 0;
}

.vod-tip .tip-btn {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  background: #ff2a14;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .wi-play-item {
    width: 25%;
  }
}

.wi-jump-link ,
.wi-jump-link a{
  color: #ff671a;
}

.pop a,
.pop img {
  display: block;
  width: 100%;
}  

.pop-banner {
  margin-bottom: 20px;
}

.pop-banner ul{
  display: flex;
  flex-wrap: wrap;
}

.pop-banner li {
  width: 50%;
}

.pop-banner img {
  display: block;
  width: 100%;
}

.pop-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.pop-app ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.pop-app li {
  width: 12.25%;
  padding: 10px 5px;
}

.pop-app-2 li {
  width: 10%;
}

.pop-app a{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop-app .pop-img-box {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.pop-img img {
  height: 100%;
}

.pop-title {
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
}

.pop-button {
  display: inline-block;
  background-color: #00AEEC;
  border-radius: 4px;
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .pop-banner li {
    width: 100%;
  }

  .pop-app li {
    width: 25%;
  }

  .pop-app-2 li {
    width: 20%;
  }
}
