section.body_header {
  height: 60px;
  color: rgb(62, 62, 62);
  vertical-align: baseline;
  /*background-image: url("https://mmbiz.qpic.cn/mmbiz_jpg/159icnNTXChO0HKpCjo4FklcH7pZmqqE53xGHlZgYUcT7eHWkXmPDgWFPh4Bh6hvfylUZxW7Q1QibichIjlqhPpDg/640?wx_fmt=jpeg");*/
  background-color: #FDFCF8;
}

img.logo {
  height: 60px !important;
  width: 60px !important;
  float: left;
  margin: 0;
  label: "label";
}

section.textword {
  margin: 0;
  height: 60px;
  line-height: 60px;
}

span.text {
  font-family: PingFangTC-light;
  font-size: 14px;
}

p {
  margin: 1.3em 0;
  font-size: 15px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-family: PingFangTC-light;
}

li p {
  margin: 1.3em 0;
  font-size: 15px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-family: PingFangTC-light;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  text-align: left;
  font-weight: bold;
  color: #2c3e50;
  position: relative;
  font-family: PingFangTC-light;
}

h1 {
  font-size: 24px;
  /*border-bottom: 1px solid #ddd !important;*/
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

table{border-collapse:collapse;border-spacing:0;
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}
tr{  background-color: #fff;
  border-top: 1px solid #ccc;}
th,td{padding: 5px 14px;
  border: 1px solid #ddd;}

a{color:#1863a1}

img {
    display: block;
    margin: 0.3em auto;
    max-width: 95%;
    height: auto;
    /*padding: 2px;*/
    line-height: 1.42857143;}

img[alt^=qrcode] {
  width: 300px;
  box-shadow: 0px 0px 0px 0px #cccccc;
}

img[alt^=center] {
  width: 300px;
  height: auto;
  box-shadow: 0px 0px 0px 0px #cccccc;
}

hr {
  text-align: center;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -moz-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -ms-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -o-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  margin-top: 2em;
  margin-bottom: 0.1em;
}

strong {
  display: block;
  text-align: center;
  color: #1a694a;
  margin: 0.5em auto;
  font-size: 110%;
}

em {
  color: #42b983;
  font-size: 110%;
  font-style: normal
}

blockquote{
  padding-left:1em; 
  border-left:5px solid #42b983;    
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem; 
}

code {font-size: 13px;letter-spacing: 1.1px;text-size-adjust: auto; color: rgb(186, 98, 54);}
ul, ol {
  padding-left: 1.5em;
}