* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  position: absolute;
}
*::-webkit-scrollbar:hover {
  width: 10px;
  border-radius: 10px;
}
* :hover::-webkit-scrollbar-corner {
  width: 0.520833333333rem;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100px;
  background-color: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #0003;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*::-webkit-scrollbar-thumb:hover {
  background: #0004;
  border-radius: 10px;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 0.072916666667rem;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/* 去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
:root {
  --font-default: cn;
}
@font-face {
  font-family: cn;
  src: url(../../assets/fonts/NOTOSANSHANS-BOLD.fc5fc3f49fe20673ae6e.OTF);
}
@font-face {
  font-family: en;
  src: url(../../assets/fonts/NOTOSANS-REGULAR.a9583fc2f5be7cde9f37.TTF);
}
html,
body {
  font-family: var(--font-default);
}
html {
  font-size: 1rem;
}
pre {
  width: 100%;
  white-space: pre-wrap;
}

.privacy-policy {
  padding: 0.078125rem 0.104166666667rem;
  font-family: en;
  color: #333;
  font-size: 0.072916666667rem;
  line-height: 1.7;
}
.bottom-white {
  width: 100%;
  height: 0.260416666667rem;
}
.title {
  padding: 0.104166666667rem 0;
  color: #000;
  font-size: 0.104166666667rem;
  font-weight: 700;
  text-align: center;
}
.policy-content {
  margin: 0;
  white-space: pre-wrap;
  font-family: inherit;
  word-break: break-word;
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.privacy-table th,
.privacy-table td {
  padding: 0.041666666667rem;
  border: 0.005208333333rem solid #d9d9d9;
  vertical-align: top;
}

