.plug-table table {
  border-collapse:collapse;
  border-spacing:0;
  border: 0;
  width: 100%;
}
.plug-table table td,
table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.plug-table table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}

/* blockquote 样式 */
.plug-table blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
.plug-table code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.plug-table pre code {
  display: block;
}

/* ul ol 样式 */
.plug-table ul, ol {
  margin: 10px 0 10px 20px;
}

.wechat-share-desc {
	padding: 0 16px 70px;
  word-break: break-all;
}

.share-head {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #eaeaf7;
  z-index: 99;
  font-size: 0;
  display: none;
}

.share-head >li{
	width: 25%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
  color: #546e7a;
  font-size: 13px;
  overflow: hidden;
}

.share-head-active {
	border-bottom: 2px solid #059cff;
  color: #059cff !important;
}

.share-content >li {
  margin-top: 24px;
}

.share-content h3{
  margin-bottom: 10px;
	border-left: 3px solid #8399a4;
	padding-left: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

.share-content p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

/*.share-content table{
  border: 0;
  width: 100%;
  cellpadding: 0;
  cellspacing: 0;
}*/

.v-top >img {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  float: left;
}

.pre-like {
  float: right;
  color: #2196f3;
  cursor: pointer;
}

.like-icon {
  width: 14px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.like-empty {
  background: url('/assets/images/like-empty.png');
}

.like-solid {
  background: url('/assets/images/like-solid.png');
}

.account-preview {
  margin: 10px 0;
  color: #78909c; 
  font-size: 12px;
}

.btn-bottom-view {
  display: block;
  margin: 0 16px 8px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background-color: #2196f3;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.btn-bottom-view:hover {
  color: #fff;
}

.isChrome-compatible .btn-bottom-view {
  padding-bottom: 0;
}

.video-message {
  padding: 0;
}

.video-message .v-top {
  padding: 16px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.video-message .v-top >img {
  width: 40px;
  height: 40px;
  vertical-align: top;
}

.video-message .v-top .v-title {
  height: 100%;
  margin: 0 10px;
  word-break: break-all;
  flex: 1;
  vertical-align: middle;
  font-size: 12px;
  color: #78909c;
  white-space: normal;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-message .v-top .v-title .plv-video-baseviewers {
  color: #666;
}

.video-message .v-top .v-title h1 {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.video-message .v-top .account-preview {
  float: right;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #78909c;
  font-size: 12px;
}

.video-message .v-top .pre-like {
  display: block;
  color: #2196f3;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(../images/preview-like.png);
  background-size: cover;
}

.video-message .v-top .preview-liked {
  background: url(../images/preview-liked.png);
  background-size: cover;
}

.video-message .v-top .base-likes {
  text-align: center;
  color: #666;
}

.appvideo {
  border-bottom: 10px solid #F4F4F5;
}

.v-simple {
  padding: 0 16px 16px;
  color: #666666;
  font-size: 12px;
}

.view-footer-content {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}
