@charset "UTF-8";

.media .classify-banner {
  height: 220px;
  background: 0 0;
}

.media .classify-banner>video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.video .icon-shipin {
  font-size: 50px;
  top: 6px;
}

.audio .icon-shengyin {
  font-size: 40px;
  top: 6px;
}

.video .icon-yinle {
  top: 8px;
}

.video-box {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin-right: 24px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video-box:hover .collect-icont,
.video-box:hover .mask-box {
  opacity: 1;
}

.video-box:hover .shade-box {
  opacity: 0;
}

.video-box:nth-child(3n) {
  margin-right: 0;
}

.video-box .video-titbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video-box-hand {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video-box:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.46);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.icont-box {
  position: relative;
  z-index: 2;
}

.video-icont {
  position: absolute;
  top: 15px;
  left: 20px;
}

.mask-box {
  width: 72px;
  height: 28px;
  background-color: #ff960d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 50px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.icont-mask {
  background: rgba(255, 255, 255, 0.2);
  width: 72px;
  height: 28px;
  position: absolute;
  top: 0;
  z-index: 4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
}

.download-icont {
  font-size: 16px;
  height: 28px;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: 12px center;
  z-index: 9;
  position: absolute;
  left: 10px;
}

.mask-box:hover .icont-mask {
  display: block;
}

.collect-icont {
  width: 30px;
  height: 28px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.collect-icont:hover {
  color: #ff8a00;
}

.video-box:hover .collect-icont {
  display: block;
}

.collect-words {
  display: inline-block;
  vertical-align: center;
  font-size: 14px;
  margin-left: 4px;
}

.shade-box {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  z-index: 2;
  background: #000;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#333);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#333)";
  opacity: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.shade-box span {
  position: absolute;
  bottom: 10px;
}

.video-title {
  width: 144px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.video-time {
  right: 20px;
}

.video-play {
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.video-play video {
  position: relative;
  top: 1px \9 \0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.video-play embed {
  width: 340px;
  height: 192px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.show-image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.show-image img {
  width: 100%;
  height: 100%;
}

.video-player {
  width: 340px;
  height: 192px;
  position: absolute;
  z-index: 9;
}

.video-play .details-btn {
  width: 20px;
  height: 20px;
  border: 1px solid red;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.bt-body .video-box:hover .collect-icont,
.bt-body .video-box:hover .mask-box {
  opacity: 1;
}

.bt-body .video-box:hover .shade-box {
  opacity: 0;
}

.media-list ul {
  margin-top: 40px;
}

.media-list li {
  width: 340px;
  height: 192px;
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}

.media-list li>div {
  width: 100%;
  height: 100%;
}

.media-list li:nth-child(4n) {
  margin-right: 0;
}

.media-list .souse-img {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.souse-img img {
  width: 100%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.start-rotate img {
  -webkit-transform: rotate(360deg);
  animation: rotation 20s linear infinite;
  -moz-animation: rotation 20s linear infinite;
  -webkit-animation: rotation 20s linear infinite;
  -o-animation: rotation 20s linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.start-rotate.running img {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.media-audio li {
  background-color: #f1f1f1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.media-audio li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: 230ms ease-in;
  -moz-transition: 230ms ease-in;
  -webkit-transition: 230ms ease-in;
  -o-transition: 230ms ease-in;
}

.souse-img::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.media-list .audio-info {
  width: 188px;
  float: left;
}

.audio-info .audio-name {
  color: #666;
  width: 162px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 16px;
  display: block;
}

.audio-info .audio-name:hover {
  color: #ff8a00;
}

.audio-info span {
  color: #999;
  font-size: 12px;
  line-height: 14px;
}

.audio-info .free-down {
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  display: block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-top: 18px;
  float: left;
  position: relative;
  -webkit-filter: none \9 \0;
  filter: none \9 \0;
  -ms-filter: none \9 \0;
}

.audio-info .free-down::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.free-down:hover::before {
  display: block;
}

.audio-info .icon-shoucang1 {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-top: 18px;
  margin-left: 10px;
  text-align: center;
  line-height: 32px;
  color: #9e9e9e;
  cursor: pointer;
}

.audio-info .icon-shoucang1:before {
  position: relative;
  top: -1px;
}

.audio-info .icon-shoucang1:hover {
  color: #ff8a00;
  transition: 230ms ease-in;
  -moz-transition: 230ms ease-in;
  -webkit-transition: 230ms ease-in;
  -o-transition: 230ms ease-in;
}

.audio-box {
  position: relative;
  height: 58px;
  padding-top: 24px;
  float: left;
}

.audio-box .icon-bofang {
  color: #666;
  font-size: 24px;
  cursor: pointer;
  float: left;
}

.audio-box .icon-bofang1 {
  color: #666;
}

.audio-box audio {
  opacity: 0;
}

.audio-box .star-time {
  float: left;
  color: #666;
  margin-left: 14px;
  margin-right: 12px;
  font-size: 12px;
  margin-top: 3px;
}

.audio-box .end-time {
  float: left;
  color: #666;
  margin-left: 12px;
  font-size: 12px;
  margin-top: 3px;
}

/* .audio-box .time-bar {
  position: relative;
  float: left;
  width: 149px;
  height: 24px;
  background-color: #999;
  z-index: 1;
  cursor: pointer;
} */

.audio-box .timeTip {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: #ff8a00;
}

.time-bar .move-color {
  display: block;
  width: 0;
  height: 24px;
  background-color: #ff8a00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.time-bar .move-color.running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.time-bar img {
  position: absolute;
  z-index: 3;
}
.media-list.detail-style li {
  width: 285px;
  /* height: 160px; */
  margin-right: 20px;
  margin-bottom: 40px;
}

/* .media-audio.detail-style li {
  padding-left: 12px; } */

.media-list.detail-style li:nth-child(4n) {
  margin-right: 0;
}

.detail-style .audio-info .audio-name {
  width: 124px;
  font-size: 14px;
  margin-bottom: 10px;
}

.media-list.detail-style .audio-info {
  width: 162px;
}

.detail-style .audio-info span {
  display: inline-block;
  margin-left: -2px;
}

.media-list.detail-style .audio-info .free-down {
  width: 120px;
}

.detail-style .audio-box {
  padding-top: 10px;
}

.detail-style .audio-box .timeTip {
  top: -4px;
}

.detail-style .audio-box .icon-bofang {
  padding-left: 0;
}

.detail-style .audio-box .star-time {
  margin-left: 10px;
  margin-right: 8px;
}

@media all and (max-width: 1680px) {
  .audio-info .audio-name {
    width: 124px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .audio-info span {
    display: inline-block;
    margin-left: -2px;
  }

  .audio-box {
    padding-top: 10px;
  }

  .audio-box .timeTip {
    top: -4px;
  }

  .audio-box .icon-bofang {
    padding-left: 0;
  }

  .audio-box .star-time {
    margin-left: 6px;
    margin-right: 6px;
  }

  /* .media-audio-change li {
    margin-right: 30px !important;
  } */

  .audio-box .end-time {
    margin-left: 8px;
  }
}

@media all and (max-width: 1440px) {
  .media-list {
    width: 1000px;
    margin: 0 auto;
  }

  .video-box {
    height: 132px;
  }

  .media-list .souse-img {
    width: 64px;
    height: 64px;
  }

  .souse-img::before {
    width: 16px;
    height: 16px;
  }

  .media-list .audio-info {
    width: 146px;
    padding-right: 0;
  }

  .audio-info .audio-name {
    margin-bottom: 2px;
  }

  .audio-info span {
    margin-left: 0;
  }

  .audio-info .free-down {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }

  .audio-info .icon-shoucang1 {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-indent: 1px;
  }

  .audio-box {
    padding-top: 10px;
  }

  .audio-box .icon-bofang {
    font-size: 18px;
  }

  .audio-box .star-time {
    margin: 0 6px;
  }

  .audio-box .time-bar {
    width: 112px;
    height: 18px;
    overflow: hidden;
  }

  .time-bar img {
    margin-top: -3px;
  }

  .audio-box .end-time {
    margin-top: 1px;
    margin-left: 4px;
  }

  .media-list.detail-style li {
    width: 235px;
    height: 180px;
  }

  /* .media-audio.detail-style li {
    padding-left: 15px;
    padding-top: 15px;
  } */

  .media-list.detail-style .audio-info {
    width: 146px;
    padding-right: 0;
    /* padding-left: 13px; */
  }

  .detail-style .audio-info .audio-name {
    margin-bottom: 2px;
  }

  .detail-style .audio-info span {
    margin-left: 0;
  }

  .media-list.detail-style .audio-info .free-down {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-top: 18px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }

  .detail-style .audio-info .icon-shoucang1 {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-indent: 1px;
    margin-top: 18px;
  }

  .detail-style .audio-box {
    padding-top: 14px;
  }

  .detail-style .audio-box .icon-bofang {
    font-size: 18px;
  }

  .detail-style .audio-box .star-time {
    margin: 0 9px;
  }

  .detail-style .audio-box .time-bar {
    width: 112px;
    height: 18px;
    overflow: hidden;
  }

  .detail-style .time-bar img {
    margin-top: -3px;
  }

  .detail-style .audio-box .end-time {
    margin-top: 1px;
    margin-left: 4px;
  }

  .detail-style .audio-box .timeTip {
    top: -2px;
  }

  .media-audio-change ul li {
    width: 235px;
    /* height: 132px; */
    margin-right: 27px;
  }
}

.mu-feedback {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 19;
  width: 182px;
  height: 170px;
  overflow: hidden;
}

.mu-feedback i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mu-feedback .feedback-top {
  top: 0;
  top: 30px \9 \0;
  width: 182px;
  height: 113px;
  background: url(http://js.ibaotu.com/revision/img/mu_feedback_top.png) center no-repeat;
  -webkit-animation: mu-feedback 3s linear infinite;
  -ms-animation: mu-feedback 3s linear infinite;
  -moz-animation: mu-feedback 3s linear infinite;
  animation: mu-feedback 3s linear infinite;
}

.mu-feedback .feedback-bot {
  bottom: 0;
  width: 160px;
  height: 35px;
  background: url(http://js.ibaotu.com/revision/img/mu_feedback_bot.png) center no-repeat;
}

@keyframes mu-feedback {
  0% {
    top: 0;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes mu-feedback {
  0% {
    top: 0;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes mu-feedback {
  0% {
    top: 0;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes mu-feedback {
  0% {
    top: 0;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

/*收藏音效、配乐*/
.media-audio-change li {
  margin-right: 40px;
}

.media-list.media-audio-change li:nth-of-type(3n) {
  margin-right: 0;
}

/*2019-03-05 新版配乐样机修改*/
.media-list li {
  float: left;
  margin: 0 30px 30px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(14, 5, 9, 0.08);
  box-shadow: 0px 1px 3px 1px rgba(14, 5, 9, 0.08);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
}

.content-index {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 0 0 18px;

}
.sc-home-video .content-index {
    padding: 0;
}

/*top*/
.media-list .content-index .top-Proto {
  height: auto;
  width: 82%;
  padding-top: 24px;
}

.top-Proto .name-Proto {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.name-Proto:hover {
  color: #FF8E00;
}

.top-Proto .format-Proto {
  width: 100%;
  line-height: 12px;
  color: #999999;
  font-size: 12px;
  text-align: left;
  margin-top: 12px;
}

/*播放动态gif*/
.media-list .content-index .img-Proto {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 73px;
  right: 18px;
  text-align: center;
  line-height: 64px;
}

.img-Proto .icon-yuanjiaojuxingkaobei {
  display: inline-block;
  font-size: 62px;
  color: #f5f5f5;
}

.img-Proto .gif-Proto {
  display: none;
  width: 100%;
  height: 100%;
  background: url(http://js.ibaotu.com/revision/img/classify/icon-music.gif) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.startPlay .icon-yuanjiaojuxingkaobei {
  display: none;
}

.startPlay .gif-Proto {
  display: block;
}

/*bottom*/
.bottm-Proto {
  height: auto;
  margin-top: 19px;
  padding-top: 0px;
}

.bottm-Proto .iconfont {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 18px;
    margin-top: 0px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    padding: 9px;
}

.audio-box .icon-xingzhuang {
  color: #333333;
}

.audio-box .icon-juxingkaobei {
  color: #333333;
}

.bottm-Proto .iconDownload {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  color: #FF8E00;
}

.bottm-Proto>i.icon-juxing {
  color: #FF8E00;
}

.bottm-Proto i.icon-shoucang1 {
  color: #999999;
  font-size: 20px;
}

.bottm-Proto .scPorto {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #CCCCCC;
  line-height: 33.5px;
}

.bottm-Proto .scPorto:hover {
  border-color: #FF8E00;
  color: #FF8E00;
}

/*进度条*/
.media-list .audio-box .gress-Proto {
  /*display: none;*/
  position: relative;
  float: left;
  width: 222px;
  height: 16px;
  margin: 10px 0 10px 5px;
  cursor: pointer;
  background: transparent;
}
.media-list .audio-box .gress-Proto:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  border-radius: 2px;
}

.detail-style .audio-box .gress-Proto {
  width: 165px;
}

.gress-Proto .move-color {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #FF940D;
  position: absolute;
  top: 6px;
  left: 0;
}

.time-bar .move-color b.dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FF940D;
  position: absolute;
  right: -3px;
  top: -2px;
}

.timeProto {
  font-size: 12px;
  color: #999;
  line-height: 36px;
  margin-left: 10px;
}

/* 2019-06-27 配乐增加商用图标 */
.top-Proto .ava-com-btn{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #E0BF73;
  background: linear-gradient(135deg,#F4DA90 0%,#D2AA4D 100%);
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.top-Proto .ava-com-btn i{
  font-size: 24px;
  position: relative;
}

@media (max-width: 1680px) {
  .media-list .content-index .top-Proto {
    width: 220px;
  }

  .top-Proto .name-Proto{
    font-size: 16px;
  }

  .media-list li {
    width: 285px;
    margin-right: 20px;
  }

  .bottm-Proto {
    margin-top: 18px;
  }

  .bottm-Proto .iconDownload {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .bottm-Proto .scPorto {
    line-height: 28px;
    padding-left: 1px;
    font-size: 14px;
  }

  .media-list .audio-box .gress-Proto {
    width: 170px;
  }

  .detail-style .audio-box .gress-Proto {
    width: 170px;
  }
  .media-list li.sc-home-video{
    width: 285px;
    height: 160px;
  }
  .top-Proto .ava-com-btn{
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 23px;
  }
  .top-Proto .ava-com-btn i{
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .media-list li {
    width: 235px;
    height: 180px;
    margin-right: 20px;
  }

  .media-list .content-index .top-Proto {
    width: 175px;
  }

  .bottm-Proto {
    margin-top: 12px;
  }

  .media-list .audio-box .gress-Proto {
    width: 116px;
    overflow: visible;
  }

  .col-detail .media-list .content-index .img-Proto {
    top: 67px;
  }
  .media-list li.sc-home-video{
    width: 235px;
    height: 132px;
  }
/*
  .detail-style .audio-box .gress-Proto{
      width: 158px;
      overflow: visible;
  } */
}

/* 2019-07-02 视频分类页banner新增视频 */
.classify .classify-banner .banner-mask-video{
  overflow: hidden;
}
.classify .classify-banner .banner-mask-video video{
  display: block;
  width: 100%;
  height: 100%;
}
.banner-mask-video video.video-active{
  display: none;
}
.banner-mask-video video.video-active-on{
  display: block;
}

/* 分类切换 */
.classify .classify-banner .classify-tit-three li{
  display: inline-block;
  width: 116px;
  height: 46px;
  text-align: center;
  line-height: 42px;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 30px;
  border-radius: 23px;
  letter-spacing: 0px;
  margin: 0 11px;
  cursor: pointer;
}
.classify .classify-banner .classify-tit-three li:hover{
  color: #ff9100;
}
.classify .classify-banner .classify-tit-three li.active{
  border-color: #ff9100;
  font-weight: bold;
  color: #ff9100;
}

/* 搜索框更改 */
.classify .search-wrap-three{
  width: 230px;
  font-size: 0;
}
.classify .search-wrap-three>input{
  background: #EDEDF0;
}
.classify .search-wrap-three .search-btn-wrap{
  width: 80px;
  background: #ff9100;
  background: linear-gradient(90deg,rgba(255,174,18,1) 0%,rgba(240,125,23,1) 100%);
}
.search-wrap-three .search-btn-wrap i{
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  height: 100%;
  padding-top: 1px;
  padding-left: 2px;
  letter-spacing: 0px;
}
.search-wrap-three .search-btn-wrap span{
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  float: left;
  height: 100%;
  line-height: 26px;
  margin-left: -3px;
}
/* 中屏 */
@media (max-width: 1680px) {
  .classify .classify-banner.cls-ban-video{
    overflow: hidden;
  }
}
/* 小屏 */
@media (max-width: 1440px) {
  .classify .classify-banner .classify-tit-three{
    line-height: 55px;
  }
  .classify .classify-banner .classify-tit-three li{
    width: 90px;
    height: 36px;
    line-height: 35px;
    border: 1.5px solid transparent;
    margin: 0 5px;
    font-size: 20px;
  }
  .classify .classify-banner .banner-mask-video video{
    height: 104%;
  }
}
