.wxParse {
  user-select: none;
  width: 100%;
  font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  color: #333;
  line-height: 1.5;
  font-size: 1em;
  text-align: justify;
}
.wxParse view,
.wxParse uni-view {
  word-break: break-word;
}
.wxParse .p {
  padding-bottom: 0.5em;
  clear: both;
}
.wxParse .inline {
  display: inline;
  margin: 0;
  padding: 0;
}

.wxParse .div {
  margin: 0;
  padding: 0;
  display: block;
}

.wxParse .h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0;
}
.wxParse .h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.wxParse .h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.wxParse .h4 {
  margin: 1.33em 0;
}
.wxParse .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.wxParse .h6 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.wxParse .h1,
.wxParse .h2,
.wxParse .h3,
.wxParse .h4,
.wxParse .h5,
.wxParse .h6,
.wxParse .b,
.wxParse .strong {
  font-weight: bolder;
}

.wxParse .i,
.wxParse .cite,
.wxParse .em,
.wxParse .var,
.wxParse .address {
  font-style: italic;
}
.wxParse .spaceshow {
  white-space: pre;
}
.wxParse .pre,
.wxParse .tt,
.wxParse .code,
.wxParse .kbd,
.wxParse .samp {
  font-family: monospace;
}
.wxParse .pre {
  overflow: auto;
  background: #f5f5f5;
  padding: 16rpx;
  white-space: pre;
  margin: 1em 0rpx;
  font-size: 24rpx;
}
.wxParse .code {
  overflow: auto;
  padding: 16rpx;
  white-space: pre;
  margin: 1em 0rpx;
  background: #f5f5f5;
  font-size: 24rpx;
}

.wxParse .big {
  font-size: 1.17em;
}

.wxParse .small,
.wxParse .sub,
.wxParse .sup {
  font-size: 0.83em;
}

.wxParse .sub {
  vertical-align: sub;
}
.wxParse .sup {
  vertical-align: super;
}

.wxParse .s,
.wxParse .strike,
.wxParse .del {
  text-decoration: line-through;
}

.wxParse .strong,
.wxParse .text,
.wxParse .span,
.wxParse .s {
  display: inline;
}

.wxParse .a {
  color: #576b95;
  color: deepskyblue;
}

.wxParse .video {
  text-align: center;
  margin: 22rpx 0;
}

.wxParse .video-video {
  width: 100%;
}
.wxParse .uni-image {
  max-width: 100%;
}
.wxParse .img {
  display: block;
  max-width: 100%;
  margin-bottom: 0em; /* //与p标签底部padding同时修改 */
  overflow: hidden;
}

.wxParse .blockquote {
  margin: 10rpx 0;
  padding: 22rpx 0 22rpx 22rpx;
  font-family: Courier, Calibri, '宋体';
  background: #f5f5f5;
  border-left: 6rpx solid #dbdbdb;
}
.wxParse .blockquote .p {
  margin: 0;
}
.wxParse .ul,
.wxParse .ol {
  display: block;
  margin: 1em 0;
  padding-left: 2em;
}
.wxParse .ol {
  list-style-type: disc;
}
.wxParse .ol {
  list-style-type: decimal;
}
.wxParse .ol > weixin-parse-template,
.wxParse .ul > weixin-parse-template {
  display: list-item;
  align-items: baseline;
  text-align: match-parent;
}

.wxParse .ol > .li,
.wxParse .ul > .li {
  display: list-item;
  align-items: baseline;
  text-align: match-parent;
}
.wxParse .ul .ul,
.wxParse .ol .ul {
  list-style-type: circle;
}
.wxParse .ol .ol .ul,
.wxParse .ol .ul .ul,
.wxParse .ul .ol .ul,
.wxParse .ul .ul .ul {
  list-style-type: square;
}

.wxParse .u {
  text-decoration: underline;
}

.wxParse .hide {
  display: none;
}

.wxParse .del {
  display: inline;
}

.wxParse .figure {
  overflow: hidden;
}

.wxParse .wxTable {
  width: 100%;
  overflow: auto;
  font-size: 13px;
  padding: 8px;
}
.wxParse .table .table,
.wxParse .table {
  border-collapse: collapse;
  box-sizing: border-box;
  /* 内边框 */
  /* width: 100%; */
  overflow: auto;
  white-space: pre;
}
.wxParse .tbody {
  border-collapse: collapse;
  box-sizing: border-box;
  /* 内边框 */
  border: 1px solid #dadada;
}

.wxParse .thead,
.wxParse .tfoot,
.wxParse .th {
  border-collapse: collapse;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
}

.wxParse .tr {
  border-collapse: collapse;
  box-sizing: border-box;
  overflow: auto;
}

.wxParse .th,
.wxParse .td {
  border-collapse: collapse;
  box-sizing: border-box;
  border: 1rpx solid #ddd;
  overflow: auto;
  text-align: center;
}

.wxParse .audio,
.wxParse .uni-audio-default {
  display: block;
}
