/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
.member-my_video button {
  width: 136px;
  height: 40px;
  background: #1e68a9;
  box-shadow: 0px 5px 10px 0px rgba(197, 197, 197, 0.1);
  border-radius: 5px;
  outline: none;
  border: none;
}
.member-my_video .back {
  display: block;
  width: 136px;
  height: 40px;
  background: #f4f9ff;
  box-shadow: 0px 5px 10px 0px rgba(197, 197, 197, 0.1);
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  text-align: center;
  line-height: 38px;
  color: var(--theme-color);
}
.member-my_video .el-upload:focus .el-upload-dragger {
  border-color: var(--theme-color) !important;
}
.member-my_video .el-upload-dragger {
  border-radius: 0;
  width: 333px;
  height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease-out 0s;
}
.member-my_video .el-upload-dragger:hover {
  border-color: var(--theme-color) !important;
}
.member-my_video .upload .ipt {
  position: relative;
}
.member-my_video .upload .ipt.is-error input, .member-my_video .upload .ipt.is-error:has(input:focus) input {
  border-color: #d63031;
}
.member-my_video .upload .ipt.is-error .el-upload-dragger, .member-my_video .upload .ipt.is-error:has(input:focus) .el-upload-dragger {
  border-color: #d63031;
}
.member-my_video .upload .ipt.is-error textarea, .member-my_video .upload .ipt.is-error:has(input:focus) textarea {
  border-color: #d63031;
}
.member-my_video .upload .ipt .item__error {
  color: #d63031;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.member-my_video .upload .ipt .t {
  width: 429px;
}
.member-my_video .upload .ipt .img {
  width: 333px;
  height: 222px;
  position: relative;
}
.member-my_video .upload .ipt .img .operate {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.member-my_video .upload .ipt .img .operate div {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.member-my_video .upload .ipt .img .operate div.reupload {
  background-color: var(--theme-color);
}
.member-my_video .upload .ipt .img .operate div.del {
  background-color: #d63031;
}
.member-my_video .upload .ipt .img .el-image {
  width: 100%;
  height: 100%;
}
.member-my_video .upload .ipt .img img {
  object-fit: cover;
  height: 100%;
}
.member-my_video .upload .ipt.video-info input {
  width: 108px;
  text-align: center;
  margin: 0 10px;
}
.member-my_video .upload .ipt.video-info input:read-only {
  color: #999999;
}
.member-my_video .upload .ipt #pre-video {
  width: 500px;
  height: 333px;
}
.member-my_video .upload .ipt textarea {
  resize: none;
  width: 429px;
  height: 80px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  outline: none;
  padding: 10px;
  font-size: 14px;
  transition: all 0.5s ease-out 0s;
}
.member-my_video .upload .ipt textarea:focus {
  transition: all 0.5s ease-out 0s;
  border-color: var(--theme-color);
}
.member-my_video .upload .ipt input {
  width: 429px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 0 20px;
  transition: all 0.5s ease-out 0s;
}
.member-my_video .upload .ipt input::placeholder {
  color: #999999;
  font-size: 14px;
}
.member-my_video .upload .ipt input:focus {
  transition: all 0.5s ease-out 0s;
  border-color: var(--theme-color);
}
.member-my_video .upload .ipt input[type=radio] {
  width: 20px;
  margin-right: 10px;
}
.member-my_video .upload-video .draggableList .el-upload-dragger {
  border-radius: 0;
}
.member-my_video .upload-video .draggableList .el-upload-dragger .el-upload__text {
  color: #999;
}
.member-my_video .upload-video .draggableList .item {
  width: 332px;
  height: 222px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.member-my_video .upload-video .draggableList .item .operate {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.member-my_video .upload-video .draggableList .item .operate div {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.member-my_video .upload-video .draggableList .item .operate div.reupload {
  background-color: var(--theme-color);
}
.member-my_video .upload-video .draggableList .item .operate div.del {
  background-color: #d63031;
}
.member-my_video .upload-video .draggableList .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.member-my_video .upload-video .draggableList .item:hover img {
  transform: scale(1.2);
}
.member-my_video .upload-video .draggableList .item img {
  object-fit: cover;
  height: 100%;
}
.member-my_video .my-video-list .filter-box .fields {
  width: 92px;
}
.member-my_video .my-video-list .filter-box .cat {
  width: 125px;
}
.member-my_video .my-video-list .filter-box .kw {
  width: 142px;
}
.member-my_video .my-video-list .filter-box .kw .el-input .el-input__inner {
  background-color: #fff;
  border-color: #999999;
  color: #000;
}
.member-my_video .my-video-list .filter-box .kw .el-input .el-input__inner::placeholder {
  color: #999;
}
.member-my_video .my-video-list .filter-box .date {
  width: 270px;
}
.member-my_video .my-video-list .filter-box .date .el-input__inner {
  background-color: #fff;
  border-color: #999999;
  color: #000;
}
.member-my_video .my-video-list .filter-box .date .el-input__inner::placeholder {
  color: #999;
}
.member-my_video .my-video-list .filter-box .date .el-date-editor {
  width: 100%;
}
.member-my_video .my-video-list .filter-box .date .el-date-editor .el-range-separator {
  line-height: 24px;
  width: 10%;
}
.member-my_video .my-video-list .filter-box .date .el-date-editor .el-range__icon {
  line-height: 24px;
}
.member-my_video .my-video-list .filter-box .date .el-date-editor .el-range__close-icon {
  line-height: 24px;
}
.member-my_video .my-video-list .filter-box .search {
  width: 90px;
  height: 34px;
  background: var(--theme-color);
  box-shadow: 0px 5px 10px 0px rgba(197, 197, 197, 0.1);
  border-radius: 5px;
  line-height: 34px;
}
.member-my_video .my-video-list .filter-box .order {
  width: 134px;
}
.member-my_video .my-video-list .filter-box .datetype {
  width: 125px;
}
.member-my_video .my-video-list .filter-box .el-input__inner {
  height: 32px;
  line-height: 32px;
  border-color: var(--theme-color);
  background-color: #f4f9ff;
  color: var(--theme-color);
}
.member-my_video .my-video-list .filter-box .el-input__inner::placeholder {
  color: var(--theme-color);
}
.member-my_video .my-video-list .filter-box .el-select {
  width: 100%;
}
.member-my_video .my-video-list .filter-box .el-select .el-input__icon {
  line-height: 32px !important;
  color: var(--theme-color);
  font-size: 20px;
}
.member-my_video .my-video-list .list .item {
  width: 332px;
  height: 432px;
  background: #f4f9ff;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 20px;
  position: relative;
  position: relative;
}
.member-my_video .my-video-list .list .item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}
.member-my_video .my-video-list .list .item:nth-child(3n) {
  margin-right: 0;
}
.member-my_video .my-video-list .list .item .el-checkbox__input.is-disabled + span.el-checkbox__label {
  cursor: default;
}
.member-my_video .my-video-list .list .item.no-check .el-checkbox__input {
  display: none;
}
.member-my_video .my-video-list .list .item.no-check .imgScale:hover .operate {
  opacity: 1;
}
.member-my_video .my-video-list .list .item .el-checkbox__input {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  z-index: 10;
  padding: 10px;
}
.member-my_video .my-video-list .list .item .el-checkbox__input .el-checkbox__inner {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-color: var(--theme-color);
}
.member-my_video .my-video-list .list .item .el-checkbox__input .el-checkbox__inner::after {
  border-color: var(--theme-color);
  height: 10px;
  left: 6px;
  top: 2px;
  width: 5px;
}
.member-my_video .my-video-list .list .item .el-checkbox__label {
  width: 100%;
  height: 100%;
  padding-left: 0;
  line-height: normal;
  white-space: wrap !important;
  color: #000;
  font-weight: normal;
}
.member-my_video .my-video-list .list .item .imgScale {
  width: 333px;
  height: 222px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.member-my_video .my-video-list .list .item .imgScale .info {
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding: 0 20px;
}
.member-my_video .my-video-list .list .item .imgScale .num {
  padding: 0 10px;
  height: 24px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  z-index: 2;
  right: 10px;
  top: 10px;
  line-height: 24px;
}
.member-my_video .my-video-list .list .item .imgScale .operate {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}
.member-my_video .my-video-list .list .item .imgScale .operate .del {
  color: #ff0002;
}
.member-my_video .my-video-list .list .item .imgScale img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.member-my_video .my-video-list .list .item .info {
  padding: 0 20px;
}
.member-my_video .my-video-list .list .item .info .label a {
  margin-left: 5px;
}
.member-my_video .my-video-list .list .item .info .label a:first-child {
  margin-left: 10px;
}
.member-my_video .my-video-list .list .item .info .data .iconfont {
  vertical-align: middle;
}

.video-show {
  padding: 30px;
}
.video-show .user {
  width: 496px;
  background: #f4f9ff;
  border-radius: 10px;
  padding: 20px;
}
.video-show .user .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.video-show .user .follow {
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
}
.video-show .user .following {
  width: 96px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  background-color: #d9d9d9;
  color: #161617;
}
.video-show .user .btn {
  width: 122px;
  height: 37px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid #1e68a9;
  margin-left: auto;
  text-align: center;
  line-height: 35px;
}
.video-show .user .btn:hover {
  background-color: var(--theme-color);
}
.video-show .info {
  padding: 20px;
  width: 496px;
  background: #f4f9ff;
  border-radius: 10px;
}
.video-show .label {
  padding: 20px;
  width: 496px;
  background: #f4f9ff;
  border-radius: 10px;
}
.video-show .label .label-list .label-item {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e6e6e6;
  color: #787878;
}
.video-show .label .label-list .label-item:not(:last-child) {
  margin-right: 20px;
}
.video-show .l .user {
  display: none;
}
.video-show .l .info {
  display: none;
}
.video-show .l .label {
  display: none;
}
.video-show .l .picture {
  width: 864px;
}
.video-show .l .picture .img {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.video-show .l .picture .img img {
  object-fit: contain;
  height: 100%;
}
.video-show .l .picture .swiper-button-prev,
.video-show .l .picture .swiper-button-next {
  --swiper-navigation-size: 10px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: rgba(31, 45, 61, 0.11);
  color: #fff;
  transition: 0.3s;
}
.video-show .l .picture .swiper-button-prev:hover,
.video-show .l .picture .swiper-button-next:hover {
  background: rgba(31, 45, 61, 0.23);
}
.video-show .l .picture .show-img {
  height: 600px;
  position: relative;
}
.video-show .l .picture .imgs {
  height: 112px;
  position: relative;
}
.video-show .l .picture .imgs .swiper-slide-active .img {
  border-color: var(--theme-color);
}
.video-show .l .picture .imgs .img {
  width: 162px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
}
.video-show .l .picture .imgs .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.video-show .l #detail-video {
  width: 864px;
  height: 576px;
  z-index: 0;
}
.video-show .l .operate {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.video-show .l .operate .item {
  margin: 0 25px;
}
.video-show .l .operate .item .iconfont {
  margin-right: 5px;
}
.video-show .l .review .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.video-show .l .review .review-list {
  overflow-y: auto;
  height: 600px;
}
.video-show .l .review .review-list::-webkit-scrollbar {
  display: none;
}
.video-show .l .review .review-list .review-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.video-show .l .review .review-list .review-item .item .h .name {
  font-weight: bold;
}
.video-show .l .review .review-list .review-item .item .h .date {
  color: #bfbfbf;
}
.video-show .l .review .review-list .review-item .item .i {
  margin-left: 45px;
  color: #535558;
}
.video-show .l .review .review-list .review-item .item .i .reply .iconfont {
  vertical-align: middle;
  font-size: 20px;
}
.video-show .l .review .review-list .review-item .item .i .delete {
  color: #d63031;
}
.video-show .l .review .review-list .review-item .item .i .delete .iconfont {
  font-size: 14px;
}
.video-show .l .review .review-list .review-item .item .itm {
  margin-left: 45px;
}
.video-show .l .review .reply-wrap {
  margin-top: 20px;
  width: 100%;
  background: #f4f9ff;
  border-radius: 5px;
  padding: 10px;
}
.video-show .l .review .reply-wrap .quote {
  width: 843px;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
}
.video-show .l .review .reply-wrap .form .ipt input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
}
.video-show .l .review .reply-wrap .form button {
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.video-show .detail {
  width: 496px;
}
.video-show .detail .similar-pic .n {
  color: #535558;
}
.video-show .detail .similar-pic .imgScale {
  width: 240px;
  height: 160px;
  border-radius: 10px;
  font-size: 0;
  position: relative;
}
.video-show .detail .similar-pic .imgScale .time {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 26px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  z-index: 1;
}
.video-show .detail .similar-pic .imgScale .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}
.video-show .detail .similar-pic .imgScale:hover img {
  transform: scale(1.2);
}
.video-show .detail .similar-pic .imgScale img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.video-show .report-popup {
  position: fixed;
  z-index: 999;
}
.video-show .report-popup .mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.video-show .report-popup .mask .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 837px;
  height: 466px;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 30px;
}
.video-show .report-popup .mask .cont .btns {
  padding: 0 98px;
}
.video-show .report-popup .mask .cont .btns .btn {
  width: 136px;
  height: 40px;
  background: #f4f9ff;
  box-shadow: 0px 5px 10px 0px rgba(197, 197, 197, 0.1);
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.video-show .report-popup .mask .cont .btns .btn.submit {
  background: var(--theme-color);
  color: #fff;
}
.video-show .report-popup .mask .cont .btns .btn:hover {
  color: #fff;
}
.video-show .report-popup .mask .cont .ipt .t {
  width: 98px;
}
.video-show .report-popup .mask .cont .ipt .el-select {
  width: 138px;
}
.video-show .report-popup .mask .cont .icon-quxiao {
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 32px;
  color: #fff;
}
.video-show .share-popup {
  position: fixed;
  z-index: 999;
}
.video-show .share-popup .mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.video-show .share-popup .mask .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 837px;
  background: #ffffff;
  border-radius: 10px;
  padding: 100px 30px;
}
.video-show .share-popup .mask .cont .code {
  width: 285px;
  height: 285px;
}
.video-show .share-popup .mask .cont .code img {
  width: 100%;
  height: 100%;
}
.video-show .share-popup .mask .cont .links {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 717px;
}
.video-show .share-popup .mask .cont .links .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-show .share-popup .mask .cont .links .txt {
  margin-top: 10px;
}
.video-show .share-popup .mask .cont .icon-quxiao {
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 32px;
  color: #fff;
}

.video-search {
  padding: 50px 0;
}
.video-search .tabs {
  height: 42px;
  background: #f4f9ff;
  padding: 0 50px;
}
.video-search .tabs .tab {
  line-height: 42px;
  margin-right: 85px;
}
.video-search .tabs .tab.active {
  color: var(--theme-color);
  position: relative;
}
.video-search .tabs .tab.active::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.video-search .grid {
  width: 1400px;
  margin: 40px auto 0;
}
.video-search .grid .grid-item {
  width: 335px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.video-search .grid .grid-item .imgScale {
  width: 335px;
}
.video-search .grid .grid-item .imgScale img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.video-search .grid .grid-item:hover .info {
  bottom: 0;
}
.video-search .grid .grid-item:hover .imgScale img {
  transform: scale(1.2);
}
.video-search .grid .grid-item .info {
  position: absolute;
  padding: 0 10px;
  bottom: -70px;
  width: 335px;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 10px 10px;
}
.video-search .grid .grid-item .info .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.video-search .grid .grid-item .info .user .name {
  width: 100px;
}
.video-search .grid .grid-item .info .data {
  font-size: 18px;
}
.video-search .grid .grid-item .info .data .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.video-search .grid .grid-item .time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
}
.video-search .grid .grid-item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

@media screen and (max-width: 1415px) {
  .video-show {
    padding: 30px 0;
  }
  .video-show .user {
    width: 395px;
  }
  .video-show .info {
    width: 395px;
  }
  .video-show .label {
    width: 395px;
  }
  .video-show .l #detail-video {
    width: 765px;
    height: 510px;
  }
  .video-show .detail {
    width: 395px;
  }
  .video-search .grid .grid-item {
    width: 285px;
  }
  .video-search .grid .grid-item .imgScale {
    width: 285px;
  }
  .member-my_video .el-upload-dragger {
    width: 281px;
    height: 188px;
  }
  .member-my_video .steps {
    width: 886px;
    padding: 0 60px;
  }
  .member-my_video .steps .step .icon-youjiantou {
    margin: 0 107px;
  }
  .member-my_video .my-video-list .filter-box .order {
    margin-left: 0;
  }
  .member-my_video .my-video-list .list {
    justify-content: space-between;
  }
  .member-my_video .my-video-list .list .item {
    width: 433px;
    height: 497px;
    margin-right: 0;
    margin-top: 20px;
  }
  .member-my_video .my-video-list .list .item .imgScale {
    width: 100%;
    height: 289px;
  }
  .member-my_video .upload-img .draggableList .item {
    width: 281px;
    height: 188px;
  }
  .member-my_video .upload-img .draggableList .item .imgScale {
    width: 100%;
    height: 100%;
  }
  .member-my_video .upload .ipt .img {
    width: 281px;
    height: 188px;
  }
}
@media screen and (max-width: 462px) {
  .video-show {
    padding: 15px;
  }
  .video-show .l .user {
    display: block;
    width: 345px;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
  }
  .video-show .l .user .fz18 {
    font-size: 13px;
  }
  .video-show .l .user .data {
    font-size: 13px;
  }
  .video-show .l .user .data .iconfont {
    font-size: 13px;
  }
  .video-show .l .user .avatar img {
    width: 40px;
    height: 40px;
  }
  .video-show .l .user .name {
    font-size: 16px;
  }
  .video-show .l .user .follow {
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: auto;
  }
  .video-show .l .user .following {
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: auto;
  }
  .video-show .l .info {
    display: block;
    width: 345px;
    padding: 15px;
  }
  .video-show .l .info .t {
    font-size: 13px;
  }
  .video-show .l .info .itr {
    font-size: 12px;
  }
  .video-show .l .label {
    display: block;
    width: 345px;
    padding: 15px 15px 10px;
  }
  .video-show .l .label .fz20 {
    font-size: 13px;
  }
  .video-show .l .label .label-list .label-item {
    padding: 5px 15px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .video-show .l .label .label-list .label-item:not(:last-child) {
    margin-right: 10px;
  }
  .video-show .l .operate .item {
    margin: 0 7px;
  }
  .video-show .l #detail-video {
    width: 345px;
    height: 230px;
    z-index: 0;
  }
  .video-show .l .review .fz20 {
    font-size: 14px;
  }
  .video-show .l .review .avatar {
    width: 30px;
    height: 30px;
  }
  .video-show .l .review .review-list .review-item .item .i {
    font-size: 12px;
  }
  .video-show .l .review .review-list .review-item .item .i .delete .iconfont {
    font-size: 12px;
  }
  .video-show .l .review .review-list .review-item .item .i .reply .iconfont {
    font-size: 16px;
  }
  .video-show .l .review .review-list .review-item .item .h .name {
    font-size: 13px;
  }
  .video-show .l .review .review-list .review-item .item .h .date {
    font-size: 12px;
  }
  .video-show .l .review .reply-wrap .form button {
    width: 85px;
    height: 30px;
    font-size: 16px;
    margin-top: 10px;
  }
  .video-show .l .review .reply-wrap .form .ipt input {
    height: 30px;
    font-size: 14px;
  }
  .video-show .detail .mt30 {
    margin-top: 15px;
  }
  .video-show .detail .mt30 .fz20 {
    font-size: 14px;
  }
  .video-show .detail .mt30 .similar-pic .imgScale {
    width: 165px;
    height: 110px;
  }
  .video-show .detail .mt30 .similar-pic .i {
    margin-left: 10px;
  }
  .video-show .detail .mt30 .similar-pic .i .t {
    font-size: 13px;
  }
  .video-show .detail .mt30 .similar-pic .i .n {
    font-size: 12px;
    margin-top: 10px;
  }
  .video-show .detail .user {
    display: none;
  }
  .video-show .detail .info {
    display: none;
  }
  .video-show .detail .label {
    display: none;
  }
  .video-show .share-popup .cont {
    width: 315px;
    height: 520px;
    border-radius: 5px;
    padding: 30px;
  }
  .video-show .share-popup .cont .icon-quxiao {
    font-size: 18px;
    right: -20px;
    top: -20px;
  }
  .video-show .share-popup .cont .code {
    width: 100%;
    height: 250px;
    font-size: 12px;
    text-align: center;
  }
  .video-show .share-popup .cont .code img {
    width: 200px;
    height: 200px;
  }
  .video-show .share-popup .cont .links {
    margin-top: 20px;
    width: auto;
    justify-content: start;
  }
  .video-show .share-popup .cont .links .link {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .video-show .share-popup .cont .links .link img {
    width: 29px;
    height: 29px;
  }
  .video-show .report-popup .cont {
    width: 315px;
    height: 321px;
    border-radius: 5px;
    padding: 20px 15px;
  }
  .video-show .report-popup .cont .icon-quxiao {
    font-size: 18px;
    right: -20px;
    top: -20px;
  }
  .video-show .report-popup .cont .btns {
    padding: 0 0 0 63px;
    margin-top: 20px;
  }
  .video-show .report-popup .cont .btns .cancel {
    margin-left: 20px;
  }
  .video-show .report-popup .cont .btns .btn {
    width: 100px;
    height: 30px;
    line-height: 28px;
  }
  .video-show .report-popup .cont .ipt .el-select input {
    height: 30px;
  }
  .video-show .report-popup .cont .ipt .el-select .el-input__icon {
    line-height: 30px;
  }
  .video-show .report-popup .cont .ipt .t {
    font-size: 12px;
    width: 63px;
  }
  .video-search {
    padding: 15px 0;
  }
  .video-search .fz30 {
    font-size: 16px;
  }
  .video-search .fz20 {
    font-size: 14px;
  }
  .video-search .mt30 {
    margin-top: 15px;
  }
  .video-search .tabs {
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    justify-content: space-between;
    display: flex;
  }
  .video-search .tabs .tab {
    margin-right: 0;
    line-height: 30px;
  }
  .video-search .tabs .tab.active::after {
    bottom: 0;
  }
  .video-search .grid {
    width: 345px;
    margin: 15px auto;
  }
  .video-search .grid .grid-item {
    width: 165px;
    margin-bottom: 15px;
  }
  .video-search .grid .grid-item .info {
    bottom: 0;
    width: 160px;
    height: 31px;
  }
  .video-search .grid .grid-item .info .data {
    font-size: 10px;
  }
  .video-search .grid .grid-item .info .data .iconfont {
    font-size: 10px;
    margin-right: 5px;
  }
  .video-search .grid .grid-item .info .data .ml10 {
    margin-left: 5px;
  }
  .video-search .grid .grid-item .info .user .avatar {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
  .video-search .grid .grid-item .info .user .name {
    width: 60px;
    margin-left: 4px;
    font-size: 10px;
  }
  .video-search .grid .grid-item .time {
    right: 10px;
    top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .video-search .grid .grid-item .icon-bofang {
    width: 18px;
    height: 18px;
    font-size: 6px;
    line-height: 18px;
  }
  .video-search .grid .grid-item .imgScale {
    width: 165px;
  }
  .video-search .nodata img {
    width: 100px;
  }
  .member-my_video .el-upload-dragger {
    width: 345px;
    height: 230px;
    transition: none;
  }
  .member-my_video button {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
  }
  .member-my_video .back {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
  }
  .member-my_video .cont .tabs .mlauto {
    display: none;
  }
  .member-my_video .upload .mt50 {
    margin-top: 20px;
  }
  .member-my_video .upload .tips {
    height: auto;
  }
  .member-my_video .upload .ipt #pre-video {
    width: 345px;
  }
  .member-my_video .upload .ipt textarea {
    width: 345px;
  }
  .member-my_video .upload .ipt.video-info input {
    width: 48px;
    padding: 0;
  }
  .member-my_video .upload .ipt.video .ml20 {
    font-size: 12px;
    margin-left: 10px;
  }
  .member-my_video .upload .ipt.video input {
    width: 275px;
  }
  .member-my_video .upload .ipt .t {
    width: 345px;
    font-size: 13px;
  }
  .member-my_video .upload .ipt input {
    width: 345px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    transition: none;
  }
  .member-my_video .upload .ipt input[type=radio] {
    width: 14px;
    height: 14px;
  }
  .member-my_video .upload .ipt input[type=radio]:checked::after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
  .member-my_video .upload .ipt input::placeholder {
    font-size: 12px;
  }
  .member-my_video .my-video-list .filter-box .fields {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .date {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .cat {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .datetype {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .order {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .reset {
    display: none;
  }
  .member-my_video .my-video-list .filter-box .kw {
    width: 240px;
    height: 34px;
    border-radius: 5px;
    margin-left: 0;
  }
  .member-my_video .my-video-list .filter-box .kw .el-input__inner {
    height: 34px;
  }
  .member-my_video .my-video-list .list .item {
    width: 345px;
    height: 388px;
    margin-right: 0;
  }
  .member-my_video .my-video-list .list .item .imgScale {
    width: 345px;
    height: 230px;
  }
  .member-my_video .my-video-list .list .item .imgScale .num {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
  }
  .member-my_video .my-video-list .list .item .imgScale .operate {
    inset: 85px 0;
    transition: none;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  .member-my_video .my-video-list .list .item .imgScale .operate .fz14 {
    font-size: 12px;
  }
  .member-my_video .my-video-list .list .item .info {
    padding: 0 15px;
  }
  .member-my_video .my-video-list .list .item .info .t {
    font-size: 13px;
  }
  .member-my_video .my-video-list .list .item .info .label {
    margin-top: 10px;
  }
  .member-my_video .my-video-list .list .item .info .fz16 {
    font-size: 13px;
  }
  .member-my_video .my-video-list .list .item .info .data .fz13 {
    font-size: 12px;
  }
  .member-my_video .my-video-list .list .item .info .data .iconfont {
    font-size: 14px;
  }
  .member-my_video .upload-img .fz18 {
    font-size: 13px;
  }
  .member-my_video .upload-img .draggableList .item {
    width: 345px;
    height: 230px;
  }
  .member-my_video .upload-img .draggableList .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
