@charset "UTF-8";
html {
  height: 100%
}
body {
  font-family: PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  -webkit-tap-highlight-color: rgba(26,26,26,0);
  display: block;
  height: 100%;
  margin: 0;
  background: #ffffff;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.nav-bar {
  width: 100%;
  height: 48px;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #EFEFEF;
  z-index: 1001;
  font-family: HelveticaNeue-Medium;
}
.back-div {
  height: 100%;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000
}
#back {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.nav-bar-title {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999
}
.container {
  width: 100%;
  padding: 20px 0;
  height: 82vh;
  overflow-y: auto;
}

.p-title {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  width: 90%;
  text-align: left;
  margin: 8px auto;
}
.p-content {
  color:rgba(48,48,48,1);
  font-weight:400;
  font-size: 12px;
  width: 90%;
  text-align: left;
  margin: 8px auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}