.video-list[data-v-c20e7a3c] {
  padding: 0.21333rem 0.21333rem 0 0.21333rem;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.video-list li[data-v-c20e7a3c] {
  margin: 0.21333rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.video-list li img[data-v-c20e7a3c] {
  width: 100%;
  height: 2.88rem;
  border-radius: 0.32rem;
}
.video-list li .selected-video-views[data-v-c20e7a3c] {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.37333rem;
  font-size: 0.32rem;
  color: #ffffff;
  padding: 0.06667rem 0.26667rem;
  line-height: 0.4rem;
}
.video-list li .selected-video-views img[data-v-c20e7a3c] {
  width: 0.32rem;
  height: auto;
  position: relative;
  top: -0.04rem;
}
.video-list li .selected-video-name[data-v-c20e7a3c] {
  flex: 1;
  font-size: 0.37333rem;
  margin-top: 0.21333rem;
  line-height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-list li .selected-video-name img[data-v-c20e7a3c] {
  width: 0.42667rem;
  height: auto;
  position: relative;
  top: -0.04rem;
}
.video-list li .selected-video-label[data-v-c20e7a3c] {
  height: 0.58667rem;
  margin-top: 0.21333rem;
  position: relative;
  overflow: hidden;
}
.video-list li .selected-video-label span[data-v-c20e7a3c] {
  float: left;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 0.10667rem;
  font-size: 0.29333rem;
  color: #777777;
  padding: 0 0.24rem;
  height: 0.58667rem;
  line-height: 0.58667rem;
  display: inline-block;
  margin: 0 0.21333rem 0.21333rem 0;
}

.no-data[data-v-58fca26f] {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.no-data .no-data-content[data-v-58fca26f] {
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -2.53333rem;
  bottom: 35%;
}
.no-data .no-data-content img[data-v-58fca26f] {
  width: 5.12rem;
  margin-bottom: 0.64rem;
}
.no-data .no-data-content .no-data-text .title[data-v-58fca26f] {
  font-size: 0.32rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.6rem;
  padding-bottom: 0.32rem;
}
.no-data .no-data-content .no-data-text .desc[data-v-58fca26f] {
  font-size: 0.37333rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.53333rem;
}

.cell-top[data-v-0c426f24] {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.cell-top[data-v-0c426f24] .back-box {
  width: 0.53333rem !important;
}
.cell-top .title-container[data-v-0c426f24] {
  text-align: center;
}
.cell-top[data-v-0c426f24] .title-box {
  text-align: center;
}
.cell-top[data-v-0c426f24] .title-box /deep/ .title {
  width: 100%;
}
.isdp[data-v-0c426f24] {
  top: 1rem !important;
}

.video-zone[data-v-52efa140] {
  position: relative;
}
.video-zone .search-box[data-v-52efa140] {
  padding: 0.42667rem;
  position: relative;
}
.video-zone .search-box[data-v-52efa140] .van-cell-group::after {
  border: none;
}
.video-zone .search-box[data-v-52efa140] .van-cell {
  border: 0.02667rem solid #e8e8e8;
  border-radius: 0.10667rem;
}
.video-zone .search-box[data-v-52efa140] .van-icon-search {
  font-weight: 600;
  color: #333;
  font-size: 0.48rem;
}
.video-zone .search-box[data-v-52efa140] .van-field__control {
  padding-right: 0.53333rem;
}
.video-zone .search-box .delete-icon[data-v-52efa140] {
  position: absolute;
  right: 1.6rem;
  top: 0.88rem;
}
.video-zone .selected-video[data-v-52efa140] {
  padding: 0 0.42667rem 0.42667rem 0.42667rem;
}
.video-zone .selected-video .selected-video-title[data-v-52efa140] {
  font-size: 0.48rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0.42667rem;
}
.video-zone .selected-video .selected-video-list[data-v-52efa140] {
  display: flex;
  overflow-x: auto;
}
.video-zone .selected-video .selected-video-list li[data-v-52efa140] {
  flex: 0 0 auto;
  width: 5.76rem;
  margin-right: 0.32rem;
  position: relative;
}
.video-zone .selected-video .selected-video-list li img[data-v-52efa140] {
  width: 100%;
  height: 3.68rem;
  border-radius: 0.32rem;
}
.video-zone .selected-video .selected-video-list li .selected-video-views[data-v-52efa140] {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.37333rem;
  font-size: 0.32rem;
  color: #ffffff;
  padding: 0.06667rem 0.26667rem;
  line-height: 0.4rem;
}
.video-zone .selected-video .selected-video-list li .selected-video-views img[data-v-52efa140] {
  width: 0.32rem;
  height: auto;
  position: relative;
  top: -0.04rem;
}
.video-zone .selected-video .selected-video-list li .selected-video-name[data-v-52efa140] {
  font-size: 0.37333rem;
  margin-top: 0.26667rem;
  line-height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-zone .selected-video .selected-video-list li .selected-video-name img[data-v-52efa140] {
  width: 0.42667rem;
  height: auto;
  position: relative;
  top: -0.04rem;
}
.video-zone .selected-video .selected-video-list li[data-v-52efa140]:last-child {
  margin-right: 0;
}
.video-zone .selected-video .selected-video-list[data-v-52efa140]::-webkit-scrollbar {
  display: none;
}
.video-zone .video-list-nav[data-v-52efa140] {
  border-top: 0.26667rem solid #f4f4f4;
  border-bottom: 0.26667rem solid #f4f4f4;
}
.video-zone .video-list-nav .video-list-tab[data-v-52efa140] {
  display: flex;
  align-items: center;
  border-bottom: 0.01333rem solid #d8d8d8;
}
.video-zone .video-list-nav .video-list-tab[data-v-52efa140] .van-tabs {
  flex: 1;
}
.video-zone .video-list-nav .video-list-tab .selected-name[data-v-52efa140] {
  width: 2.66667rem;
  font-size: 0.37333rem;
  color: #DD231F;
  text-align: right;
  padding-right: 0.42667rem;
}
.video-zone .video-list-nav .video-list-search[data-v-52efa140] {
  padding: 0.16rem 0.42667rem;
}
.video-zone .video-list-nav .video-list-search ul[data-v-52efa140] {
  display: flex;
  overflow-x: auto;
  margin: 0.16rem 0;
}
.video-zone .video-list-nav .video-list-search ul li[data-v-52efa140] {
  font-size: 0.34667rem;
  color: #666666;
  padding: 0.16rem 0.32rem;
  white-space: nowrap;
}
.video-zone .video-list-nav .video-list-search ul li.active[data-v-52efa140] {
  color: #DD231F;
  background: rgba(221, 35, 31, 0.1);
  border-radius: 0.10667rem;
}
.video-zone .video-list-nav .video-list-search ul[data-v-52efa140]::-webkit-scrollbar {
  display: none;
}
[data-v-52efa140] .no-data .no-data-content {
  bottom: inherit !important;
  top: 1.06667rem;
}

.video-height[data-v-4018a15a] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.26667rem;
  background: #fff;
  z-index: 999;
}
.video[data-v-4018a15a] {
  overflow: auto;
  height: 100%;
  padding-bottom: 0;
}
.video .home-header-android[data-v-4018a15a] {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 9999;
}
.video .home-header[data-v-4018a15a] {
  display: none;
  width: 100%;
  position: fixed;
  top: 1rem;
  background: #ffffff;
  z-index: 99999999;
}
.video .isdp-home-header[data-v-4018a15a] {
  display: block;
}
.video .video-section.pt-80[data-v-4018a15a] {
  padding-top: 1.17333rem;
}
.video .video-section .isdp-criteria[data-v-4018a15a] {
  top: 2.06667rem !important;
}
.video .video-section .isdp-criteria-android[data-v-4018a15a] {
  top: 1.2rem !important;
}
.video .video-section .video-content[data-v-4018a15a] {
  margin-top: 3.06667rem;
  height: 100%;
  padding-bottom: 0.53333rem;
}
.video .video-section .video-content .video-new-hot .new-hot[data-v-4018a15a] {
  margin-bottom: 0.53333rem;
}
.video .video-section .video-content .video-new-hot .new-hot[data-v-4018a15a]:last-child {
  margin-bottom: 0;
}
.video .video-section .video-content .video-new-hot .new-hot .title[data-v-4018a15a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.4rem;
  color: #333333;
  font-weight: 600;
}
.video .video-section .video-content .video-new-hot .new-hot .title div[data-v-4018a15a] {
  display: flex;
  align-items: center;
}
.video .video-section .video-content .video-new-hot .new-hot .title .new-hot-svg[data-v-4018a15a] {
  font-size: 0.8rem;
  padding-right: 0.10667rem;
}
.video .video-section .video-content .video-new-hot .new-hot .title .more[data-v-4018a15a] {
  font-size: 0.37333rem;
  color: #999999;
}
.video .video-section .video-content .video-new-hot .new-hot .title .more span[data-v-4018a15a] {
  padding-right: 0.10667rem;
}
.video .video-section .video-content .video-new-hot .new-hot:first-child .title .new-hot-svg[data-v-4018a15a] {
  font-size: 0.6rem;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list[data-v-4018a15a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail[data-v-4018a15a] {
  width: 4.37333rem;
  margin-right: 0.32rem;
  margin-top: 0.42667rem;
  position: relative;
}
@media screen and (max-width: 768px) {
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail[data-v-4018a15a]:nth-child(even) {
    margin-right: 0;
}
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-image[data-v-4018a15a] {
  position: relative;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-image img[data-v-4018a15a] {
  width: 100%;
  height: 2.73333rem;
  border-radius: 0.21333rem;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-image .mask[data-v-4018a15a] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.21333rem;
  transition: all 0.4s;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-image .circle[data-v-4018a15a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 0.02667rem solid #fff;
  border-radius: 50%;
  padding: 0.2rem 0.2rem 0.2rem 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-image .circle .video-play[data-v-4018a15a] {
  font-size: 0.42667rem;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-view[data-v-4018a15a] {
  position: absolute;
  top: 0.26667rem;
  right: 0.32rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.45333rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.26667rem;
  padding: 0.05333rem 0.21333rem;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-view[data-v-4018a15a]:before {
  font-family: "iconfont" !important;
  font-size: 0.21333rem;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e752";
  margin-right: 0.08rem;
}
.video .video-section .video-content .video-new-hot .new-hot .video-list .video-section-list-detail .video-section-list-name[data-v-4018a15a] {
  font-size: 0.37333rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.53333rem;
  margin-top: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.video .isdp[data-v-4018a15a] {
  margin-top: 3.86667rem !important;
  padding-bottom: 1.6rem !important;
}
.video .video-content-android[data-v-4018a15a] {
  margin-top: 4.13333rem !important;
}
.is-cloud[data-v-4018a15a] {
  padding-top: 0.26667rem;
  padding-bottom: 0;
}

.video-details .video-player[data-v-3cad45ae] {
  width: 100%;
  height: 6.82667rem;
}
.video-details .video-player > div[data-v-3cad45ae] {
  height: 100%;
}
.video-details .video-info[data-v-3cad45ae] {
  padding: 0.42667rem 0.42667rem 0.26667rem 0.42667rem;
}
.video-details .video-info .video-info-title[data-v-3cad45ae] {
  font-size: 0.42667rem;
  line-height: 0.64rem;
  color: #333333;
}
.video-details .video-info .video-info-title img[data-v-3cad45ae] {
  width: 0.48rem;
}
.video-details .video-info .video-info-content[data-v-3cad45ae] {
  margin: 0.32rem 0 0.4rem 0;
  overflow: hidden;
}
.video-details .video-info .video-info-content span[data-v-3cad45ae] {
  font-size: 0.37333rem;
  color: #999;
  margin-right: 0.21333rem;
  display: inline-block;
  padding-right: 0.21333rem;
  float: left;
}
.video-details .video-info .video-info-content .createUserName[data-v-3cad45ae] {
  margin-right: 0;
  padding-right: 0;
  float: right;
}
.video-details .video-info .video-info-label[data-v-3cad45ae] {
  overflow: hidden;
}
.video-details .video-info .video-info-label span[data-v-3cad45ae] {
  background: rgba(213, 108, 38, 0.1);
  border-radius: 0.10667rem;
  font-size: 0.34667rem;
  color: #D56C26;
  padding: 0.10667rem 0.21333rem;
  display: inline-block;
  margin-right: 0.24rem;
  margin-bottom: 0.16rem;
  float: left;
}
.video-details .video-info-btn[data-v-3cad45ae] {
  border-bottom: 0.26667rem solid #f4f4f4;
  border-top: 0.02667rem solid #e8e8e8;
  padding: 0.26667rem 0 0.4rem 0;
  text-align: center;
}
.video-details .video-info-btn div[data-v-3cad45ae] {
  border: 0.02667rem solid #d8d8d8;
  border-radius: 0.10667rem;
  margin: 0 0.16rem;
  font-size: 0.32rem;
  padding: 0.16rem 0.32rem;
  display: inline-block;
}
.video-details .video-info-btn div span[data-v-3cad45ae] {
  font-size: 0.42667rem;
  position: relative;
  top: 0.04rem;
}
.video-details .selected-video-title[data-v-3cad45ae] {
  font-size: 0.42667rem;
  color: #333333;
  padding: 0.42667rem 0 0 0.42667rem;
  font-weight: 700;
}
.shareContent[data-v-3cad45ae] {
  text-align: center;
  padding: 0.42667rem 0 1.28rem 0;
}
.shareContent .shareContent-item[data-v-3cad45ae] {
  display: inline-block;
  text-align: center;
  width: 2.66667rem;
}
.shareContent .shareContent-item p[data-v-3cad45ae] {
  font-size: 0.37333rem;
  margin-top: 0.21333rem;
}
.cross[data-v-3cad45ae] {
  text-align: right;
  margin-bottom: 0.13333rem;
  padding: 0.21333rem;
  height: 0.42667rem;
  line-height: 0.42667rem;
}
.cross i[data-v-3cad45ae] {
  font-size: 0.42667rem;
}

.video-label[data-v-677c8e60] {
  position: relative;
}
.video-label .video-label-title[data-v-677c8e60] {
  font-size: 0.48rem;
  color: #333333;
  font-weight: 700;
  padding: 0.42667rem;
  border-bottom: 0.26667rem solid #f4f4f4;
}

.video-search[data-v-7aa43028] {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-search .search-box[data-v-7aa43028] {
  padding: 0.42667rem;
  position: relative;
  border-bottom: 0.26667rem solid #f4f4f4;
}
.video-search .search-box[data-v-7aa43028] .van-cell-group::after {
  border: none;
}
.video-search .search-box[data-v-7aa43028] .van-cell {
  border: 0.02667rem solid #e8e8e8;
  border-radius: 0.10667rem;
}
.video-search .search-box[data-v-7aa43028] .van-icon-search {
  font-weight: 600;
  color: #333;
  font-size: 0.48rem;
}
.video-search .search-box[data-v-7aa43028] .van-field__control {
  padding-right: 0.53333rem;
}
.video-search .search-box .delete-icon[data-v-7aa43028] {
  position: absolute;
  right: 1.6rem;
  top: 0.88rem;
}
.video-search .search-box .search-result[data-v-7aa43028] {
  margin-top: 0.42667rem;
  font-size: 0.37333rem;
  color: #333333;
}
.video-search .search-box .search-result span[data-v-7aa43028] {
  font-size: 0.42667rem;
  font-weight: 700;
  margin: 0 0.08rem;
}
.video-search .video-search-list[data-v-7aa43028] {
  height: calc(100% - 2.28rem);
  overflow-y: auto;
  position: relative;
}

.placeholder[data-v-2a2eb388] {
  position: fixed;
  top: 0;
  height: 1rem;
  z-index: 999;
  width: 100%;
  background: #fff;
}

.video-section .is_fixed[data-v-1738cd67] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.video-section .qiantao[data-v-1738cd67] .van-tabs__wrap {
  width: 100%;
  border-bottom: 0.02667rem solid #d8d8d8;
  position: fixed;
  top: 1.81333rem;
  z-index: 99;
}
.video-section[data-v-1738cd67] .van-tabs__wrap {
  width: 100%;
  border-bottom: 0.02667rem solid #d8d8d8;
  position: fixed;
  top: 1.17333rem;
  z-index: 99;
}
.video-section[data-v-1738cd67] .van-tabs__content {
  padding-top: 2.34667rem;
}
.video-section[data-v-1738cd67] .van-tab {
  font-size: 0.37333rem;
  color: #333333;
  font-weight: 400;
}
.video-section[data-v-1738cd67] .van-tab--active {
  color: #dd231f;
  font-weight: 600;
}
.video-section .data-section-list[data-v-1738cd67] {
  width: 9.14667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.video-section .data-section-list .data-section-list-name[data-v-1738cd67] {
  width: 4.4rem;
  margin-left: 0.32rem;
  height: 1.17333rem;
  text-align: center;
  background-color: #f4f4f4;
  margin-top: 0.32rem;
  border-radius: 0.21333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .data-section-list .data-section-list-name[data-v-1738cd67]:nth-child(2n-1) {
  margin-left: 0;
}
.video-section .data-section-list .data-section-list-name span[data-v-1738cd67] {
  display: inline-block;
  padding: 0.32rem 0.46667rem;
  white-space: normal;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  color: #333333;
}
.video-section .data-section-list.small .data-section-list-name span[data-v-1738cd67] {
  padding: 0.21333rem 0.46667rem;
  font-size: 0.29333rem;
  line-height: 0.37333rem;
}
.video-section .data-section-list.tiny .data-section-list-name span[data-v-1738cd67] {
  padding: 0.10667rem 0.46667rem;
  font-size: 0.21333rem;
  line-height: 0.32rem;
}
.video-section .video-section-list[data-v-1738cd67] {
  width: 9.14667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.42667rem;
}
.video-section .video-section-list .video-section-list-detail[data-v-1738cd67] {
  width: 4.41333rem;
  margin-right: 0.32rem;
  margin-top: 0.42667rem;
  position: relative;
}
.video-section .video-section-list .video-section-list-detail[data-v-1738cd67]:nth-child(even) {
  margin-right: 0;
}
.video-section .video-section-list .video-section-list-detail .video-section-list-image img[data-v-1738cd67] {
  width: 100%;
  height: 3.2rem;
  border-radius: 0.21333rem;
}
.video-section .video-section-list .video-section-list-detail .video-section-list-view[data-v-1738cd67] {
  position: absolute;
  top: 0.26667rem;
  left: 0.32rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.45333rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.26667rem;
  padding: 0.05333rem 0.21333rem;
}
.video-section .video-section-list .video-section-list-detail .video-section-list-view[data-v-1738cd67]:before {
  font-family: "iconfont" !important;
  font-size: 0.21333rem;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e752";
  margin-right: 0.08rem;
}
.video-section .video-section-list .video-section-list-detail .video-section-list-name[data-v-1738cd67] {
  font-size: 0.37333rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.53333rem;
  margin-top: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.isdp[data-v-1738cd67] {
  top: 1rem !important;
}

