*{
  margin:0;
  padding:0;
  -webkit-tap-highlight-color: transparent;
}
html,body{
  width:100%;
  font-family:PingFang SC, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
body{
  padding-bottom:100px;
}
.pages{
  box-sizing: border-box;
  width:100%;
  margin:0 auto;
  max-width: 800px;
  padding: 20px;
}
.title{
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 14px;
  font-weight: 500;
}
.top-image{
  width:100%;
  margin-bottom:24px;
}
.top-image img{
  width:100%;
  display: block;
}
.content{
  width:100%;
}
.content p{
  text-align: justify;
  width:100%;
  font-size:14px;
  line-height:2;
  margin-bottom: 24px;
  font-family: mp-quote, "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0.034em;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
}
.content p.content-title,.content .content-contact{
  font-weight: bold;
}
.content .content-contact{
  text-align: center;
}
.open-wxminiprogram{
  width:100%;
  box-sizing: border-box;
  padding:12px;
  background-color:#fafafa;
  border-radius: 5px;;
  margin-bottom:24px;
}
.open-wxminiprogram-link{
  text-decoration: none;
  color:inherit;
  display: block;
  width:100%;
  height:100%;
}
.open-wxminiprogram-title{
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  color:rgba(0,0,0,.55)
}
.open-wxminiprogram-title .logo{
  width:20px;
  height:20px;
  background: url(../image/logo_dark.jpg) no-repeat center center;
  background-size: 100%;
  margin-right:10px;
  display: inline-block;
  border-radius: 50%;
}
.open-wxminiprogram-image{
  width:100%;
  padding-top:80%;
  position: relative;
  margin:10px auto;
}
.open-wxminiprogram-image img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
}
.open-wxminiprogram-slogon{
  padding:8px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.open-wxminiprogram-slogon span{
  font-size: 14px;
  color:rgba(0,0,0,.55);
  margin-left:4px;
}
.pc-open-wxminiprogram{
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  z-index:9;
  display: none;
}
.pc-bg{
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,.55);
}
.pc-open-wxminiprogram .pc-wrapper{
  position: fixed;
  width:280px;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .15);
  margin: 0 auto;
  top:50%;
  left:16px;
  right:16px;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  outline: none;
}
.pc-open-wxminiprogram .pc-top{
  position: relative;
  padding:40px 0 0;
}
.pc-open-wxminiprogram .pc-close{
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    height: 24px;
    width: 24px;
}
.pc-open-wxminiprogram .pc-top img{
    height: 120px;
    width: 120px;
    border-radius: 4px;
}
.pc-open-wxminiprogram .pc-bottom{
  padding: 30px 18px 0;
  padding-top: 24px;
    margin-bottom: 32px;
    font-size: 16px;
}