.MK020003 .feed-main-title {
  font-size: 16px;
  color: #333;
  line-height: 0.8rem;
}
.MK020003 .feed-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MK020003 .video-wrap {
  position: relative;
  height: 4.2182rem;
  overflow: hidden;
  background: #000;
}
.MK020003 .feed-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.16rem 0.2rem 0;
  height: 1rem;
  line-height: 0.42rem;
  opacity: 0.7;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
  font-size: 0.32rem;
  box-sizing: border-box;
}
.MK020003 .feed-item {
  padding: 0;
  margin-bottom: 0.18rem;
  background: #fff;
}
.MK020003 .feed-img {
  width: 100%;
}
.MK020003 .feed-author {
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
}
.MK020003 .feed-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  opacity: 0.7;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.MK020003 .feed-duration {
  position: absolute;
  z-index: 10;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.8rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 7.5px;
  text-align: center;
  color: #fff;
}
.MK020003 .feed-play {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  background: url(../images/btn_play.png) no-repeat;
  background-size: contain;
}
.MK020003 .user-wrap {
  overflow: hidden;
  padding: 0.2rem 0;
  flex: 1;
}
.MK020003 .user-wrap .name {
  font-size: 13px;
  color: #484e50;
}
.MK020003 .avatar {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.16rem;
  border-radius: 100%;
  vertical-align: middle;
  background: #e4e4e4;
}
.MK020003 .ico-add {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.6rem;
  background: url(../images/add.png) no-repeat;
  background-size: contain;
}
.MK020003 .focus {
  color: #009BFF;
}
.MK020003 .vd-link {
  display: block;
  position: relative;
}
.MK020003 .video-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  border: none;
}
.MK020003 .vd-play {
  height: auto;
  overflow: hidden;
}
.MK020003 .tool-bar {
  min-width: 33%;
  height: 1rem;
  background: url(../images/tool-bar.png) no-repeat 100% 50%;
  background-size: contain;
}
.MK020003 .long-video {
  position: relative;
  border-bottom: 1px solid #f6f7f9;
}
.MK020003 .lv-info {
  display: flex;
  padding: 0.18rem 0.2rem;
  font-size: 14px;
  color: #484e50;
}
.MK020003 .lv-cover {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.16rem;
  border-radius: 2px;
  background: #e4e4e4;
}
.MK020003 .info-box {
  flex: 1;
}
.MK020003 .info-box .name {
  max-width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MK020003 .info-box .types {
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
.MK020003 .ico-zp {
  width: 1.4rem;
  height: 0.5rem;
  margin-top: 5px;
  background: url(../images/btn_long_video.png) no-repeat;
  background-size: contain;
}
.MK020003 a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.MK020003 a:hover,
.MK020003 a:focus {
  text-decoration: none;
}
