.Header-drop {
  background-color: #222222;
  border-radius: 0;
}
.cateDrop-body {
  padding: 0px 16px;
}
.cateDrop-body .cateDrop-list {
  display: flex;
}
.cateDrop-body .cateDrop-list .item {
  position: relative;
  flex-shrink: 0;
  width: 190px;
  margin-right: 15px;
  position: relative;
}
.cateDrop-body .cateDrop-list .item:last-of-type {
  margin-right: 0;
}
.cateDrop-body .cateDrop-list .item .image {
  height: 100px;
  overflow: hidden;
}.cateDrop-body .cateDrop-list .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

 .cateDrop-body .cateDrop-list .item .name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
  border-radius: 0 0 4px 4px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.cateDrop-body .cateDrop-link {
  display: flex;
  margin-top: 14px;
}
.cateDrop-body .cateDrop-link ul {
  width: 150px;
  margin-right: 10px;
}
.cateDrop-body .cateDrop-link ul:nth-child(4n) {
  margin-right: 0;
}
.cateDrop-body .cateDrop-link ul li{position: relative;display: block;width: 100%;height: 28px;line-height: 28px;font-size: 14px;font-weight: 400;padding: 0 16px;}
.cateDrop-body .cateDrop-link ul li.first::after{content:'';width: 6px;height: 6px;border-radius: 50%;position: absolute;top: 11px;left: 0;background: #00A78E;}
.cateDrop-body .cateDrop-link ul li>a{display: block;font-size: 14px;font-weight: 400;color: #fff;transition: all .24s;}
.cateDrop-body .cateDrop-link ul li.first>a{font-size: 16px;}
.cateDrop-body .cateDrop-link ul li>a:hover,
.cateDrop-body .cateDrop-link ul li.first>a:hover{color: #E20A00;}

.banner-container {
  position: relative;
  width: 100%;
  height: 650px;
}
.banner-container .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 59;
}
.banner-container .banner-content .banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-container .banner-swiper .clickImgLite {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.banner-container .banner-swiper .banner-pagination {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 100%;
  height: 425px;
  z-index: 19;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 96px;
  padding-bottom: 24px;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: auto;
  color: #666666;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
  box-shadow: 0 2px 0 rgba(0,0,0,.016);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}

.banner-container .banner-content:hover .swiper-button-next,
.banner-container .banner-content:hover .swiper-button-prev {
  opacity: 1
}

.banner-container .banner-swiper .banner-pagination:hover .swiper-button-next,
.banner-container .banner-swiper .banner-pagination:hover .swiper-button-prev {
  opacity: 1;
}

.banner-container .banner-swiper .banner-pagination .swiper-button-next:after,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev:after {
  font-size: 16px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next {
  right: 56px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-prev {
  left: 56px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next:hover,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev:hover {
  border-color: #E20A00;
}
.banner-container .banner-swiper .banner-pagination .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6px;
  overflow: hidden;
  pointer-events: auto;
}
.banner-container .banner-swiper .banner-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
}

.banner-container .banner-swiper .banner-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-container .video-wrapper {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background: rgba(45, 47, 54, .15);

}
.banner-container .video-wrapper video {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
}
.banner-container .video-wrapper .video-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(45, 47, 54, .15);
}


.search-category-container {
  position: absolute;
  width: 100%;
  padding: 0 56px;
  margin-top: -372px;
  z-index: 49;
}
.search-category-container .search-category-content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.search-category-container .search-category-content .search-category-item {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 0 160px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}


.search-category-container .search-category-content .search-category-item.input-item .rank-link {
  position: absolute;
  top: 0;
  right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  width: 64px;*/
  height: 64px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  height: 32px;
  overflow: hidden;
  max-width: 1440px;
  padding-left: 120px;
  margin: 0 auto;
}

.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content span,
.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.video-category-container {
  position: absolute;
  bottom: 0;
  z-index: 12;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.video-category-container .video-category-content {
  padding: 14px 96px;
  margin: 0 auto;
  max-width: 1600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  column-gap: 24px;
}
.video-category-container .video-category-content .video-category-item {
  max-width: 200px;
}
.video-category-container .video-category-content .video-category-item .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-category-container .video-category-content .video-category-item .head img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.video-category-container .video-category-content .video-category-item .head a,
.video-category-container .video-category-content .video-category-item .head span {
  color: #fff;
}
.video-category-container .video-category-content .video-category-item .cont {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 5px;
  padding-top: 10px;
}
.video-category-container .video-category-content .video-category-item .cont a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}


.floor-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 42px 96px 0px;
  margin: 0 auto;
  max-width: 1920px;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.floor-container .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 58px;
  margin-bottom: 24px;
  position: relative;
}
.floor-container .head .title {
  text-align: center;
  position: relative;
}
.floor-container .head  .more {
  font-size: 14px;
  color: #999;
  -webkit-transition: color .38s ease-in-out;
  -moz-transition: color .38s ease-in-out;
  transition: color .38s ease-in-out;
  position: absolute;
  z-index: 19;
  right: 0;
  bottom: 4px;
}
.floor-container .head .title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
}
.floor-container .head .title a img {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 5px;
}
.floor-container .head .title a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.floor-container .head .title .more {
  font-size: 14px;
  color: #999;
  -webkit-transition: color .38s ease-in-out;
  -moz-transition: color .38s ease-in-out;
  transition: color .38s ease-in-out;
  position: absolute;
  z-index: 19;
  right: 0;
  bottom: 4px;
}
.floor-container .head .floor-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.floor-container .head .floor-tab .floor-tab-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  gap: 16px;
  z-index: 10;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
    padding: 0px 32px;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 38px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.043);
  box-shadow: 0 2px 0 rgba(0,0,0,.043);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item:hover {
  color: #E20A00;
  border-color: #E20A00;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item.active {
  color: #FFFFFF;
  border-color: #E20A00;
  background-color: #E20A00;
}
.floor-container .head .floor-tab .more {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #999;
  -webkit-transition: color .38s ease-in-out;
  -moz-transition: color .38s ease-in-out;
  transition: color .38s ease-in-out;
  position: absolute;
  z-index: 19;
  right: 0;
  top: 0px;
}
.floor-container .head .more:hover {
  color: #E20A00;
}
.floor-container .content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.floor-card-container {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
/*.floor-card-container .video-card-wrap {*/
/*  position: relative;*/
/*  float: left;*/
/*  width: calc((100% - 80px)/5);*/
/*  height: 215px;*/
/*  margin-left: 20px;*/
/*  margin-bottom: 20px;*/
/*}*/

.floor-card-container .video-card-item {
  width: calc((100% - 100px)/5);
  height: 168px;
  position: relative;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.floor-card-container .video-card-item:nth-child(5n) {
  margin-right: 0px;
}
.floor-card-container .video-card-wrap {
  width: calc((100% - 100px)/5);
  height: 168px;
  position: relative;
  float: left;
  margin-left: 25px;
  margin-bottom: 25px;
}
.floor-card-container .video-card-wrap:nth-child(1){
  width: calc(((100% - 38px)/5)*2);
  height: 361px;
  margin-left: 0px;
}
.floor-card-container .video-card-wrap:nth-child(8),
.floor-card-container .video-card-wrap:nth-child(13){
  margin-left: 0px;
}

.floor-card-container .video-card-item a,
.floor-card-container .video-card-wrap a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}
.floor-card-container .video-card-item a .card-bg-img,
.floor-card-container .video-card-wrap a .card-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.floor-card-container .video-card-item a:hover .card-bg-img,
.floor-card-container .video-card-wrap a:hover .card-bg-img {
  /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)*/
  display: none;
}

.floor-card-container .video-card-item .card-preview,
.floor-card-container .video-card-wrap .card-preview {
  position: relative;
  width: 100%;
  height: 100%;
}
.floor-card-container .video-card-item .card-preview:after,
.floor-card-container .video-card-wrap .card-preview:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.025);
  position: absolute;
  top: 0;
  z-index: 1;
}
.floor-card-container .video-card-item .card-preview .video-play,
.floor-card-container .video-card-wrap .card-preview .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ffffff;
  z-index: 2;
}
.floor-card-container .video-card-item .card-preview .video-play .iconfont,
.floor-card-container .video-card-wrap .card-preview .video-play .iconfont {
  font-size: 50px;
}
.floor-card-container .video-card-item a .card-preview .video-hover,
.floor-card-container .video-card-wrap a .card-preview .video-hover {
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.floor-card-container .video-card-item .bottom-box,
.floor-card-container .video-card-wrap .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.floor-card-container .video-card-item .bottom-box .left-bottom-box,
.floor-card-container .video-card-wrap .bottom-box .left-bottom-box {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floor-card-container .video-card-item .bottom-box .left-bottom-box .title,
.floor-card-container .video-card-wrap .bottom-box .left-bottom-box .title {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  margin-right: 30px;
}
.floor-card-container .video-card-item .bottom-box .right-bottom-box .video-mark,
.floor-card-container .video-card-wrap .bottom-box .right-bottom-box .video-mark {
  color: #E20A00;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  padding: 0px 4px;
  background: #fff;
}
.floor-card-container .video-card-item .bottom-box .right-bottom-box .video-mark em,
.floor-card-container .video-card-wrap .bottom-box .right-bottom-box .video-mark em {
  text-transform: uppercase;
}

.audio-floor .audio-card-wrap {
  position: relative;
  float: left;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
}
.audio-floor .audio-card-wrap:nth-child(4n) {
  margin-right: 0px;
}

.video-card-item .audio-card-wrap .card-preview .card-preview-img  {
  float: left;
  width: 60px;
  height: 60px;
}
.audio-floor .audio-card-wrap .card-preview .card-preview-img {
  float: left;
  width: 80px;
  height: 80px;
}

.video-card-item .audio-card-wrap .card-preview .card-preview-info{
  float: left;
  padding: 0px 10px;
  width: 150px;
}
.audio-floor .audio-card-wrap .card-preview .card-preview-info {
  float: left;
  padding: 0px 10px;
  width: 180px;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-info .name,
.audio-floor .audio-card-wrap .card-preview .card-preview-info .name {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-info .desc span,
.audio-floor .audio-card-wrap .card-preview .card-preview-info .desc span {
  color: #666;
  font-size: 14px;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-info .tags,
.audio-floor .audio-card-wrap .card-preview .card-preview-info .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-info .tags span.tag,
.audio-floor .audio-card-wrap .card-preview .card-preview-info .tags span.tag {
  min-width: 60px;
  height: 24px;
  padding: 0px 5px;
  border-radius: 24px;
  border: 1px solid #aaa;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-card-item .audio-card-wrap .card-preview {
  padding: 12px;
}

.video-card-item .audio-card-wrap .card-preview .card-preview-btn,
.audio-floor .audio-card-wrap .card-preview .card-preview-btn {
  float: right;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-btn .btn,
.audio-floor .audio-card-wrap .card-preview .card-preview-btn .btn {
  font-size: 12px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
}
.video-card-item .audio-card-wrap .card-preview .card-preview-btn .btn + .btn,
.audio-floor .audio-card-wrap .card-preview .card-preview-btn .btn + .btn {
  margin-top: 10px;
}
.video-card-item .audio-card-wrap .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  padding: 12px;
}
.video-card-item .audio-card-wrap .progress,
.audio-floor .audio-card-wrap .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.video-card-item .audio-card-wrap .progress .audio-play,
.audio-floor .audio-card-wrap .progress .audio-play {
  color: #E20A00;
  cursor: pointer;
  margin-right: 10px;
}
.video-card-item .audio-card-wrap .progress .audio-play i.iconfont,
.audio-floor .audio-card-wrap .progress .audio-play i.iconfont {
  font-size: 18px;
}
.video-card-item .audio-card-wrap .progress span.text,
.audio-floor .audio-card-wrap .progress span.text {
  color: #333;
  font-size: 13px;
}
.video-card-item .audio-card-wrap .progress .line-progress,
.audio-floor .audio-card-wrap .progress .line-progress {
  flex: 1;
  position: relative;
  height: 6px;
  margin: 0px 10px;
}
.video-card-item .audio-card-wrap .progress .line-progress .line-progress-bg,
.audio-floor .audio-card-wrap .progress .line-progress .line-progress-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #E3E3E3;
}
.video-card-item .audio-card-wrap.progress .line-progress .line-progress-range,
.audio-floor .audio-card-wrap .progress .line-progress .line-progress-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
  background-color: #E20A00;
}

.shop-floor .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-floor .head .title span {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.shop-floor .head .title p {
  color: #999999;
}

.shop-floor .head .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-floor .head .tabs span {
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
  margin: 0px 24px;
  position: relative;
  display: block;
  cursor: pointer;
}
.shop-floor .head .tabs span:after {
  content: '';
  display: block;
  width: 90%;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.shop-floor .head .tabs span.active:after {
  background-color: #E20A00;
}

.shop-card-container {
  position: relative;
  width: 100%;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.shop-card-container .card-item {
  width: calc(20% - 20px);
  padding: 20px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: linear-gradient( 180deg, #FFFFFF 25%, #FFEDEC 100%);
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
}
.shop-card-container .card-item:nth-child(5n) {
  margin-right: 0px;
}
.shop-card-container .card-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.shop-card-container .card-item a .card-item-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.shop-card-container .card-item a .card-item-bottom {
  padding-left: 20px;
  flex: 1;
  overflow: hidden;
}
.shop-card-container .card-item a .card-item-bottom .name {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.shop-card-container .card-item a .card-item-bottom .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.shop-card-container .card-item a .card-item-bottom .info .cell {
  flex: 1;
  text-align: center;
}
.shop-card-container .card-item a .card-item-bottom .info .cell span {
  font-size: 16px;
  color: #E20A00;
}
.shop-card-container .card-item a .card-item-bottom .info .cell p {
  font-size: 12px;
  line-height: 1.25;
}
/**/
.floor-card-container .card-item {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-calc(20% - 20px);
  width: -moz-calc(20% - 20px);
  width: calc(20% - 20px);
  min-width: -webkit-calc(20% - 20px);
  min-width: -moz-calc(20% - 20px);
  min-width: calc(20% - 20px);
}
.floor-card-container .card-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  /*height: 100%;*/
  -webkit-user-drag: none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.floor-card-container .card-item a img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.floor-card-container .card-item a:hover .card-bg-img {
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.floor-card-container .card-item .bottom-box {

  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.floor-card-container .card-item .bottom-box .left-bottom-box .title {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.floor-card-container .card-item .bottom-box .right-bottom-box .video-mark {
  color: #E20A00;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  padding: 0px 4px;
  background: #fff;
}
.shop-floor .filter-box {
  display: flex;
  margin-bottom: 20px;
}
.shop-floor .filter-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  padding: 0px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-right: 20px;
  border-radius: 5px;
}
.shop-floor .filter-box a:hover {
  color: #E20A00;
  border-color: #E20A00;
}

.shop-floor .filter-box a.active {
  color: #fff;
  border-color: #E20A00;
  background-color: #E20A00;
}

.video-vip-container,
.designer-entry-container {
  padding: 42px 0px 0px;
}
.video-vip-container .video-vip-wrap,
.designer-entry-container .designer-entry-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 42px 96px 0px;
  margin: 0 auto;
  max-width: 2520px;
  margin-bottom: 24px;
}
.container-advimg {
  width: 100%;
  position: relative;
}
.container-advimg .img {
  width: 100%;
  overflow: hidden;
}
.container-advimg .img img {
  display: block;
  width: 100%;
}

.video-vip-wrap .vip-split-vip-card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.video-vip-wrap .vip-split-vip-card-box .vip-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 520px;
  width: 276px;
  background: #FFF;
  padding: 16px 0px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out;
}
.vip-split-vip-card-box .vip-info-wrapper .header-box {
  width: 100%;
  text-align: center;
}
.vip-split-vip-card-box .vip-info-wrapper .header-box .vip-name {
  font-size: 24px;
  display: block;
}
.vip-split-vip-card-box .vip-info-wrapper .header-box .vip-scene-auth-desc {
  flex: 1;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background: #eee;
  margin: 10px 0px 0px;
}
.vip-split-vip-card-box .vip-info-wrapper .vip-price {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #333;
  margin: 0;
}
.vip-split-vip-card-box .vip-info-wrapper .vip-price .qt-number {
  color: #E20A00;
  font-size: 48px;
  line-height: 56px;
}
.vip-split-vip-card-box .vip-info-wrapper .card-price-calc-box {
  width: 100%;
  text-align: center;
}
.vip-split-vip-card-box .vip-info-wrapper .card-price-calc-box p {
  font-size: 16px;
  line-height: 1.75;
}
.vip-split-vip-card-box .vip-info-wrapper a.btn {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  margin: 10px 0px;
}
.vip-split-vip-card-box .vip-info-wrapper .auth-info {
  margin: 15px 0px;
}
.vip-split-vip-card-box .vip-info-wrapper .auth-info .auth-range {
  font-size: 15px;
}
.vip-split-vip-card-box .vip-info-wrapper .auth-info .info-desc {
  color: #555;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
}
.vip-split-vip-card-box .vip-info-wrapper .auth-info .info-desc .icon-check {
  color: #E20A00;
}
.vip-split-vip-card-box .vip-info-wrapper .bottom-btn {
  width: 100%;
}
.vip-split-vip-card-box .vip-info-wrapper .bottom-btn a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  background: #eee;
  font-size: 14px;
}

.designer-entry-container .designer-entry-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.designer-entry-container .designer-entry-wrap .footer-service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.designer-entry-container .designer-entry-wrap .footer-service-item .icon {
  width: 80px;
  margin-bottom: 12px;
}


.Content-wrapper {
  margin-top: 60px;
}
/*视频列表*/
.Content-wrapper.Cate-wrapper {
  width: 100%;
  padding: 32px 96px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
}

.search-container {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1600px;
  height: auto;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
  /*  -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,.1);*/
  /*  box-shadow: 0 6px 8px 0 rgba(0,0,0,.1);*/
  padding: 0 28px;
  padding-top: 10px;
  margin: 0 auto;
  -webkit-transition: border .2s ease;
  -moz-transition: border .2s ease;
  transition: border .2s ease;
}

.search-container .row {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  max-width: 2856px;
  margin: 0 auto;
}
.search-container .row.filter {
  height:44px;
}
.search-container .row .box-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding: 0 4px
}

.search-container .row .cate-box {
  position: relative;
}
.search-container .row .cate-box .box-main {
  gap: 16px;
  height: 54px;
  padding-top: 2px;
  padding-bottom: 12px;
}
.search-container .row .cate-box .box-main .btn {
  color: #666;
  height: 40px;
  background: #FFF;
  border-radius: 40px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.search-container .row .cate-box .box-main .btn:hover {
  background-color: #F5F5F5;
}
.search-container .row .cate-box .box-main .btn.active {
  color: #fff;
  background-color: #E20A00;
}
.search-container .row .cate-box .box-main .btn img {
  width: 16px;
  margin-right: 4px;
}
.search-container .row .cid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.search-container .row .box-label {
  font-size: 14px;
  line-height: 32px;
  margin-right: 8px;
}
.search-container .row .cid-box .box-main {
  gap: 8px;
  min-height: 32px;
}
.search-container .row .cid-box .box-main .btn {
  color: #666;
  font-size: 14px;
  height: 32px;
  border-radius: 32px;
  box-shadow: none;
  background-color: transparent;
}

.search-container .line {
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 1px;
  background-color: #e8e8e8;
  margin-left: -24px;
  margin-bottom: 12px;
}

.search-container .row .search-line {
  width: 1px;
  height: 24px;
  background-color: #e8e8e8;
  margin-left: 16px;
  margin-right: 24px;
  margin-top: 4px;
}
.search-container .row .vip-type-box,.search-container .row .multi-box{
  /*  -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 404px;
  min-width: 184px;*/
}

.search-container .row .vip-type-box .box-main{
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  height: 32px;
  overflow: hidden;
}
.search-container .row .vip-type-box .box-main .btn {
  color: #666;
  font-size: 14px;
  height: 32px;
  border-radius: 32px;
  box-shadow: none;
  background-color: transparent;
}

.search-container .row .cid-box .box-main .btn:hover,
.search-container .row .vip-type-box .box-main .btn:hover {
  background-color: #F5F5F5;
}

.search-container .row .cid-box .box-main .btn.active,
.search-container .row .vip-type-box .box-main .btn.active,
.search-container .row .multi-box .box-main .ext-btn.active {
  color: #E20A00;
  background-color: #ffedec;
}

.search-container .row .multi-box .box-main{
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  height: 32px;
  overflow: hidden;
}

.search-container .row .multi-box .box-main .btn {
  color: #666;
  font-size: 14px;
  height: 32px;
  border-radius: 32px;
  box-shadow: none;
  background-color: transparent;
}
.search-container .row .multi-box .box-main .btn:hover {
  background-color: #F5F5F5;
}

.search-container .row .multi-box .box-main .multi-btn .iconfont {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  margin-right: 4px;
}

.search-container .row .multi-box .box-main .multi-btn.active {
  color: #E20A00;
}
.search-container .row .multi-box .box-main .multi-btn.active .iconfont {
  color: #FFF;
  border-color: #E20A00;;
  background-color: #E20A00;
}

.search-container .row .screen-box .box-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-container .row .screen-box .box-main .bread-crumb-item,
.search-container .row .screen-box .box-main .bread-crumb-more-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666666;
  margin-right: 16px;
}
.search-container .row .screen-box .box-main .bread-crumb-item .btn,
.search-container .row .screen-box .box-main .bread-crumb-more-search .btn {
  color: #666;
  font-size: 14px;
  height: 32px;
  border-radius: 32px;
  box-shadow: none;
  background-color: transparent;
}
.search-container .row .screen-box .box-main .bread-crumb-item .btn:hover,
.search-container .row .screen-box .box-main .bread-crumb-more-search .btn:hover {
  background-color: #F5F5F5;
}


.search-polymerization-list-wrap {
  position: relative;
  padding-top: 32px;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper {
  width:100%;
  height: 180px;
  overflow: hidden;
}

.search-polymerization-list-wrap .swiper-button-next,
.search-polymerization-list-wrap .swiper-button-prev {
  position: absolute;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  pointer-events: auto;
  color: #666666;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
  box-shadow: 0 2px 0 rgba(0,0,0,.016);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-polymerization-list-wrap .swiper-button-next {
  right: 0;
}
.search-polymerization-list-wrap .swiper-button-prev {
  left: 0;
}
.search-polymerization-list-wrap .swiper-button-next:after,
.search-polymerization-list-wrap .swiper-button-prev:after {
  font-size: 16px;
}

.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box {
  border-radius: 6px;
  overflow: hidden;
  position:relative;

}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .card-bg-img {
  display: block;
  width: 100%;
  height:100%;
  min-height: 180px;
  max-height: 180px;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box:hover .card-bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box .bottom-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box .bottom-box-content .title {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.card-modal {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
  transition: all .2s cubic-bezier(.645,.045,.355,1);
}
.card-modal .download-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
  transition: all .2s cubic-bezier(.645,.045,.355,1);
  opacity: 0;
}
.card-modal .download-box i {
  margin-right: 4px;
}
.search-polymerization-item-box:hover .card-modal .download-box,
.search-card-line-container .card-item a:hover .card-modal .download-box,
.pic-card-line-container .card-line-item a:hover .card-modal .download-box  {
  opacity: 1;
}
.card-modal .download-box .down-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 100px;
  max-width: 100%;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  color: #ffffff;
  background-color: #E20A00;
  border-radius: 32px;
}

.search-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

.search-page-container .page-box {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.search-page-container .page-box .cpage, .search-page-container .page-box a {
  padding: 0 10px;
  margin-right: 3px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.search-page-container .page-box .cpage {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #E20A00;
  color: #fff;
  border: 1px solid #E20A00;
}
.search-page-container .page-box a {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.search-page-container .page-box a:hover {
  background-color: #E20A00;
  color: #fff;
  border: 1px solid #E20A00;
}


.search-floor-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 32px;
  z-index: 1;
  /*padding: 32px;
  background: #fff;
  -webkit-border-radius: 24px;
  border-radius: 24px;*/
}
.search-floor-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.search-floor-title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #666;
}

.search-card-line-container {
  padding-top: 32px;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
.search-card-line-container .search-card-waterfall-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.search-card-line-container .search-card-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-card-line-container .search-card-column, .search-card-line-container .card-item {
  width: -webkit-calc(20% - 16px);
  width: -moz-calc(20% - 16px);
  width: calc(20% - 16px);
}
.search-card-line-container .card-item {
  width: 100% !important;
  margin-bottom: 24px;
}
.search-card-line-container .card-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}
.search-card-line-container .card-item a img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-card-line-container .card-item a:hover .card-bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.search-card-line-container .card-item .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.search-card-line-container .card-item .bottom-box .bottom-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.search-card-line-container .card-item .bottom-box .bottom-box-content .title {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}



/*详情页*/
.Main-wrapper-box {
  background-color: #ffffff;
  padding: 24px 96px;
}
.bread-crumb-container {
  position: relative;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 12px;
  margin-bottom: 16px;
  z-index: 1;
}
.bread-crumb-container a {
  color: #999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.bread-crumb-container a:hover {
  color: #E20A00;
}
.bread-crumb-container a:after {
  color: #999;
  content: "\e7c3";
  font-family: "iconfont" !important;
  font-size: 10px;
  font-style: normal;
  margin: 0 2px;
}

.picture-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1600px;
  /*padding: 24px 96px;*/
  margin: 0 auto;
}
.preview-container {
  position: relative;
  width: calc(100% - 425px);
  min-width: 728px;
  /*    max-width: 968px;*/
  height: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 500;
  margin-right: 30px;
}

.picture-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  z-index: 11;
}
.picture-title-container>span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-calc(100% - 420px);
  max-width: -moz-calc(100% - 420px);
  max-width: calc(100% - 420px);
}
.picture-title-container>span .card-mark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 22px;
  padding: 0px 8px;
  margin-right: 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.picture-title-container>span .card-mark.is-q {
  color: #fff;
  background-color: #CD9E66;
}
.picture-title-container>span .card-mark.is-v {
  color: #fff;
  background-color: #E20A00;
}

.picture-title-container>span h1 {
  flex:1;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picture-title-container .copy-btn {
  color: #666;
  font-size: 14px;
}

.picture-title-container .operation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
}
.picture-title-container .operation-container a.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
}
.picture-title-container .operation-container a.btns i {
  color: #666;
  font-size: 18px;
}
.picture-title-container .operation-container a.btns span {
  color: #666;
  font-size: 15px;
  margin-left: 5px;
}

.preview-container .preview-box {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.preview-container .preview-box.video-preview video {
  width: 100%;
  height: auto;
  max-height: 650px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}
.preview-container .preview-box.audio-preview {
  width: 100%;
  height: auto;
  height: 650px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #f5f5f5;
  padding: 16px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
}
.preview-container .preview-box.audio-preview audio {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: 54px;
    box-sizing: border-box;
}
audio::-webkit-media-controls-panel{background-color: #fff;}

.preview-container .preview-box.audio-preview .audio-cd {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    animation: audio-open 20s infinite;
}
@keyframes audio-open {
  from{
    transform: rotate(0);
   }to{transform: rotate(360deg);  
  }
}
.preview-container .preview-box.audio-preview .audio-cd img {
  width: 100%;
  height: 100%;
}
.preview-container .preview-box.audio-preview .audio-name {
    margin-top: 24px;
    font-size: 16px;
    color:#333;
}
.preview-container .preview-box.audio-preview .audio-yinlang {
    margin-top: 48px;
    flex-shrink: 0;
    width: 526px;
    height: 60px;
    background: url(../../assets/images/video/audio-bg.png) no-repeat;
}


.picture-info-container {
  position: relative;
  width: 400px;
  height: auto;
  margin-top: 36px;
}


.picture-info-container .picture-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 16px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


.picture-info-container .download-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  /*border: 1px solid #e8e8e8;
  -webkit-border-radius: 6px;
  border-radius: 6px;*/
}

.picture-info-container .download-info-box .download-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;

  margin-bottom: 16px;

}
.picture-info-container .download-info-box .download-btn-box .download-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 48px;
  background-color: #cd9e66;
  background: linear-gradient(to right, #f4cfa3 0%, #cd9e66 100%);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.043);
  box-shadow: 0 2px 0 rgba(0,0,0,.043);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.picture-info-container .download-info-box .download-btn-box .download-btn>span {
  font-weight: 600;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #522D00;
}
.picture-info-container .download-info-box .download-btn-box .picture-sola-pay-btn {
  width: 64px;
  margin-left: 16px;
}
.picture-info-container .download-info-box .download-btn-box .picture-sola-pay-btn .btn.line-red {
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: transparent;
  border:1px solid #E20A00;
}
.picture-info-container .download-info-box .download-btn-box .picture-sola-pay-btn .btn i.iconfont {
  font-size: 28px;
}


.picture-info-container .download-info-box .download-btn-box .more-rule-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  cursor: pointer;
  height: 100%;
  z-index: 2;
  position: relative;
  border-left: 1px solid #ffffff;
}
.picture-info-container .download-info-box .download-btn-box .more-rule-btn i {
  color: #ffffff;
}


.picture-info-container .free-text-box {
  /* display: none; */
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #b8b8b8;
}

.picture-info-container .picture-sola-pay {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.picture-info-container .picture-sola-pay .picture-sola-pay-btn {
  flex:1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-info-container .picture-sola-pay .picture-sola-pay-btn .btn {
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.picture-info-container .picture-sola-pay .picture-sola-pay-btn .btn.line-red {
  color: #E20A00;
  border:1px solid #E20A00;
  background-color: #FFEDEC;
}

.picture-info-container .picture-sola-auth .picture-sola-auth-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 6px;
  border-radius: 6px;
  background-color: #F5F5F5;
  margin-bottom: 16px;

}
.picture-info-container .picture-sola-auth .picture-sola-auth-top .picture-sola-auth-item {
  flex: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  color: #666;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-top .picture-sola-auth-item.active {
  color: #522D00;
  background-color: #cd9e66;
  background: linear-gradient(to right, #f4cfa3 0%, #cd9e66 100%);
}

.picture-info-container .picture-sola-auth .picture-sola-auth-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 5px 0;
  margin-bottom: 4px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-title>span {
  color: #666;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-title .right>a {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item {
  margin-bottom: 8px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title span {
  color: #CC995C;
  font-size: 14px;
  line-height: 1;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title i {
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title i.icon-queding {
  color: #3BCB53;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item .title i.icon-cuowu {
  color: #E20A00;
}
.picture-info-container .picture-sola-auth .picture-sola-auth-list .item > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-left: 4px;
  color: #b8b8b8;
}
.picture-info-container .picture-format-box {
  margin-bottom: 8px;
}
.picture-info-container .picture-format-box .picture-format-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.picture-info-container .picture-format-box .picture-format-item span {
  font-size: 14px;
  text-transform: uppercase;
}
.picture-info-container .picture-format-box .picture-format-item:hover {
  color: #E20A00;
  border-color: #E20A00;
}

/*作者*/
.preview-container .creator-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-radius: 6px;
  background: linear-gradient( 180deg, #FFFFFF 0%, #FCEAEA 100%);
}

.preview-container .creator-container .creator-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;*/
  position: relative;
  width: auto;
  height: 100%;
}
.preview-container .creator-container .creator-box .creator-img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.preview-container .creator-container .creator-box .creator-img img {
  width: 100%;
  height: 100%;
}

.preview-container .creator-container .creator-box .creator-info {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.preview-container .creator-container .creator-box .creator-info .name {
  color: #333;
  font-size: 14px;
  /*    text-align: center;*/
  margin-bottom: 5px;
}
.preview-container .creator-container .creator-box .creator-info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.preview-container .creator-container .creator-box .creator-info .cell {
  /*  flex: 1;*/

  text-align: center;
}
.preview-container .creator-container .creator-box .creator-info .cell + .cell {
  padding: 0px 12px;
  margin-left: 12px;
  border-left: 1px solid #e3e3e3;
}
.preview-container .creator-container .creator-box .creator-info .cell span {
  font-size: 14px;
  color: #E20A00;
}
.preview-container .creator-container .creator-box .creator-info .cell p {
  color: #555;
  font-size: 12px;
  line-height: 1.25;
}
.preview-container .creator-container .creator-box .creator-info .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 16px 0px;
}
.preview-container .creator-container .creator-box .creator-info .btn-group .btn {
  height: 26px;
}


.preview-container .preview-desc-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.preview-container .preview-desc-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  flex:1;
  overflow: hidden;
}

.preview-container .preview-desc-container .preview-audio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  margin-bottom: 16px;
}
.preview-container .preview-desc-container .preview-audio .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background: #FFEDEC;
  border-radius: 3px;
  border: 1px solid #E10A00;
  padding: 10px;
  text-align: center;
  color: #E10A00;
  font-weight: bold;
  margin-right: 15px;
}
.preview-container .preview-desc-container .preview-audio .list {
  flex:1;
  overflow: hidden;
  height: 50px;
  border-radius: 3px;
  padding: 10px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preview-container .preview-desc-container .preview-audio .list .item {
  flex: 1;
  max-width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.preview-container .preview-desc-container .preview-audio .list .item + .item {
  margin-left: 30px;
}
.preview-container .preview-desc-container .preview-audio .list .item i.iconfont {
  font-size: 22px;
}
.preview-container .preview-desc-container .preview-audio .list .item span {
  margin-left: 5px;
  font-size: 14px;
  line-height: 30px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.preview-container .preview-desc-container .preview-audio .list .item span.time {
  color: #666666;
  text-overflow: initial;
  white-space: normal;
}
.preview-container .preview-desc-container .preview-audio .list .item span.time i.iconfont {
  color: #666666;
  font-size: 15px;
  margin-right: 5px;
}



.preview-container .preview-desc-container .label-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.preview-container .preview-desc-container .label-list span {
  color: #666;
  font-size: 14px;
  margin-right: 16px;
  width: 120px;
  height: 35px;
  border-radius: 40px;
  background: #F5F5F5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  cursor: pointer;
}
.preview-container .preview-desc-container .label-list span.active {
  color: #fff;
  background-color: #E20A00;
}

.preview-container .preview-desc-container .label-content {
  display: none;
  position: relative;
  width: 100%;
}
.preview-container .preview-desc-container .label-content.active {
  display: block;
}
.preview-container .preview-desc-container .label-content .keyword-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}
.preview-container .preview-desc-container .label-content .keyword-main>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 60px;
  height: 28px;
  line-height: 26px;
  padding: 0 8px;
  color: #666;
  font-size: 12px;
  -webkit-transition: all .3s var(--qtd-transition-cubic-1);
  -moz-transition: all .3s var(--qtd-transition-cubic-1);
  transition: all .3s var(--qtd-transition-cubic-1);
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.preview-container .preview-desc-container .label-content .keyword-main>a:hover {
  color: #E20A00;
  border-color: #E20A00;
}

.preview-container .preview-desc-container .label-content .preview-desc-detail {
  position: relative;
  width: 100%;
  height: auto;
}
.preview-container .preview-desc-container .label-content .preview-desc-detail span.cell {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 25%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-container .preview-desc-container .label-content .preview-desc-detail span.cell em {
  color: #999;
}

.preview-container .preview-desc-container .label-content .preview-desc-info p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}


.preview-container .preview-link-container .title {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.preview-container .preview-link-container .preview-link-main {
  position: relative;
  width: 100%;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  overflow: hidden;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 320px;
  margin-right: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 8px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  border-radius: 4px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-next,
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-prev {
  width: 32px;
  height: 32px;
  color: #666;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  border-radius: 32px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-next:after,
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-prev:after {
  font-size: 14px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-disabled {
  display: none;
}


.picture-recommend {
  width: 100%;
  max-width: 1920px;
  padding: 24px 96px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.picture-recommend .picture-recommend-item {
  margin-bottom: 16px;
}
.picture-recommend .picture-recommend-item>p {
  height: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list {
  position: relative;
  margin-top: 16px;
  margin-left: -14px;
  margin-right: -14px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  width: auto;
  height: 320px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 14px;
  margin-bottom: 48px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item:after {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 1;
  display: inline-block;
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: -webkit-calc(100% + 16px);
  height: -moz-calc(100% + 16px);
  height: calc(100% + 16px);
  border: 1px solid #e8e8e8;
  pointer-events: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  /*left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a .card-preview {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F5F5F5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a .card-preview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a:hover .card-preview img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}


/*主题专辑*/
.theme-wrapper .theme-header {
  max-width: 1600px;
  height: 288px;
  background: -webkit-linear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background: -moz- oldlinear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background: linear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background-image: url("../images/video/album-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.theme-wrapper .theme-header .theme-header-content {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-top: 50px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .splite {
  width: 2px;
  height: 25px;
  margin: 0 6px 0px 10px;
  background-color: #fff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info {
  line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info span  {
  color: #ffffff;
  font-size: 16px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info i.iconfont {
  color: #ffffff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc {
  margin-top: 8px;
  height: 22px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc p {
  color: #fff;
  font-size: 18px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 16px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags .theme-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 16px;
  height: 22px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  margin-right: 10px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation span {
  color: #fff;
  margin-right: 40px;
  font-size: 14px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down p {
  color: #FFFFFF;
  font-size: 16px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down a {
  border-radius: 40px;
  margin-left: 20px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-image {
  /*position: absolute;*/
  width: 288px;
  height: 288px;
  -webkit-border-radius: 196px;
  border-radius: 196px;
  /*right: 100px;*/
  /*top: 15px;*/
  /*background: rgba(255,255,255,.5);*/
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right {
  position: absolute;
  width: 500px;
  height: 288px;
  -webkit-border-radius: 196px;
  border-radius: 196px;
  right: 0px;
  top: 0px;
  /*background: rgba(255,255,255,.5);*/
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-image img {
  width: 245px;
  position: absolute;
  top: 15px;
  border: 4px solid #E8E8E8;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  /*-webkit-transform: rotate(15deg);*/
  /*-moz-transform: rotate(15deg);*/
  /*-ms-transform: rotate(15deg);*/
  /*transform: rotate(15deg);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right img {
  width: 225px;
  height: 258px;
  position: absolute;
  left: 0px;
  top: 15px;
  border: 4px solid #E8E8E8;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  object-fit: cover;
  /*-webkit-transform: rotate(-15deg);*/
  /*-moz-transform: rotate(-15deg);*/
  /*-ms-transform: rotate(-15deg);*/
  /*transform: rotate(-15deg);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .btn {
  height: 40px;
  border-radius: 40px;
  line-height: 1;
  position: absolute;
  right: 60px;
  top: 20px;
}
.theme-wrapper .theme-header .theme-header-content .btn i {
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .operation {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .operation span {
  color: #fff;
  margin-left: 40px;
  font-size: 16px;
}


.theme-box-crumbs {
    width: 100%;
    max-width: 1600px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 0px auto;
    padding: 24px 0px;
}
.theme-box-crumbs a:hover {
    color: #E20A00;
}
.theme-box-crumbs a:after {
    color: #333;
    content: "\e7c3";
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    margin: 0 2px;
}

.theme-wrapper .theme-module {
    max-width: 1600px;
    min-height: 240px;
    background-image: url('../images/video/album-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center top;
    background-color: #ffffff;
    padding: 24px 96px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-wrapper .theme-module .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.theme-wrapper .theme-module .tip {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
    color: #fff;
}
.theme-wrapper .theme-search-box {
    width: 520px;
    height: 50px;
    background: #fff;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.theme-wrapper .theme-search-box input {
    width: 440px;
    height: 46px;
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
}
.theme-wrapper .theme-search-box .theme-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 46px;
    /*background: #E20A00;*/
    /*border-left: 1px solid #e8e8e8;*/
    /*-webkit-border-radius: 0 40px 40px 0;*/
    /*border-radius: 0 40px 40px 0;   */
    color: #E20A00;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.theme-wrapper .theme-search-box .theme-search-btn span {
    margin-left: 4px;
}
.theme-wrapper .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0px;
}
.theme-wrapper .nav-menu a.nav-menu-item {
    margin-right: 20px;
    min-width: 100px;
    height: 40px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    border: 1px solid #999;
}
.theme-wrapper .nav-menu a.nav-menu-item span {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    color: #666666;
}
.theme-wrapper .nav-menu a.nav-menu-item:hover {
    color: #E20A00;
    border-color: #E20A00;
}
 .theme-wrapper .nav-menu a.nav-menu-item.active {
    color: #fff;
    border-color: #E20A00;
    background-color: #E20A00;
 }

.theme-list-box {
  max-width: 1600px;
  margin: 0px auto;
}
.theme-list-box .theme-card-list {  
    position: relative;
    margin-top: 8px;
    min-height: 40vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.theme-card-list .card-line-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    position: relative;
    width: calc((100% - 80px)/5);
    height: 180px;

}
.theme-card-list .card-line-item a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}
.theme-card-list .card-line-item a img{
  width: 100%;
  height: 100%;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.theme-card-list .card-line-item a:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.theme-card-list .card-line-item .card-preview {
    position: relative;
    width: 100%;
    height: 100%;
}
.theme-card-list .card-line-item .card-preview:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1725);
    position: absolute;
    top: 0;
    z-index: 1;
}
.theme-card-list .card-line-item .card-preview .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 2;
}
.theme-card-list .card-line-item .card-preview .video-play .iconfont {
    font-size: 56px;
}
.theme-card-list .card-line-item .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.theme-card-list .card-line-item .bottom-box .bottom-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.theme-card-list .card-line-item .bottom-box .bottom-box-content .title {
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.bottom-box .tag {
  min-width: 44px;
  height: 20px;
  color: #E20A00;
  font-size: 12px;
  background-color: #fff;
  padding: 0px 6px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
}