.user-know {
  height: 100%;
  overflow: auto;
  padding: 0.2rem 0.4rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  text-align: justify;
}
.user-know .update{
margin-bottom: 0.2rem;
}
.user-know .update p{
margin: 0;
}
.user-know .blue {
  color: blue;
}

.user-know .textindent {
  text-indent: 2em;
}
.user-know .impress {
  text-decoration: underline;
  color: #333333;
  font-weight: bold;
}

.user-know .bold {
  font-weight: bold;
  /* color: #333; */
}

.user-know .ident {
  text-indent: 2em;
}


.user-know .fontbold {
  font-weight: bold;
}

.user-know .title {
  text-align: center;
  color: #333;
  font-weight: bold;
}

.privacy{
font-size: 12pt;
color: #333;
}
h2{
text-align: center;
}
h4{
font-weight: normal;
}
.privacy p{
line-height: 2em;
text-indent: 2em;
text-align: justify;
word-break: break-word;
}
.privacy .bold {
font-weight: bold;
}
.privacy .underline {
text-decoration: underline;
}
.privacy .blue {
color: blue;
}
.privacy .textindent {
text-indent: 2em;
}
.tac{
text-align: center;
}