.container {
  padding-bottom: 50px;
}
.record-item .record-cover {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.record-item .record-cover .cover-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.record-item .record-cover video,
.record-item .record-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record-item .record-cover video {
  display: none;
}
.record-info {
  padding: 14px;
}
.record-info .name {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}
.record-info .tag {
  display: inline-block;
  padding: 3px 6px 3px 10px;
  background: rgba(170, 184, 192, 0.2);
  border-radius: 3px;
  font-size: 11px;
  color: #0091FF;
}
.record-list {
  padding: 0 14px 30px;
}
.record-list .video {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.record-list .video video {
  width: 100%;
}
.record-list .image {
  width: 100%;
  margin-top: 10px;
}
.record-list .image img {
  width: 100%;
}
.refer-store {
  padding: 0 14px 30px;
}
.refer-store .line {
  border-top: 1px solid #E9E9E9;
}
.refer-store .title {
  padding-top: 12px;
  font-size: 14px;
  color: #333333;
}
.refer-store .store {
  display: flex;
  margin-top: 14px;
  padding: 6px 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.refer-store .store .store-cover {
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.refer-store .store .store-cover img {
  width: 100%;
  height: 100%;
}
.refer-store .store .store-info {
  padding: 4px 0 4px 12px;
}
.refer-store .store .store-info .store-title {
  font-size: 14px;
  color: #333333;
}
.refer-store .store .store-info .store-desc {
  padding-top: 4px;
  font-size: 12px;
  color: #6D7278;
}
