.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.privacy-page {
  min-width: 1200px;
  padding: 60px 0;
}
.privacy-page .cookies-table {
  width: 100%;
  border: 1px solid #c8d2e0;
  margin-bottom: 30px;
  border-spacing: 0;
}
.privacy-page .cookies-table * {
  font-size: 13px;
}
.privacy-page .cookies-table a {
  color: #009fd3;
}
.privacy-page .cookies-table a:hover {
  text-decoration: underline;
}
.privacy-page .cookies-table .td01 {
  width: 15%;
  border-top: 0;
}
.privacy-page .cookies-table .td02 {
  width: 60%;
  border-top: 0;
}
.privacy-page .cookies-table .td03 {
  width: 10%;
  border-top: 0;
}
.privacy-page .cookies-table .td04 {
  width: 15%;
  border-top: 0;
}
.privacy-page .cookies-table tr td {
  padding: 8px 10px;
  border-top: 1px solid #c8d2e0;
  border-left: 1px solid #c8d2e0;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}
.privacy-page .cookies-table tr td:first-child {
  border-left: 0;
}
.privacy-page .cookies-table .title-bg {
  background: #fffded;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.privacy-page * {
  font-size: 14px;
}
.privacy-page .agreement-module {
  display: flex;
}
.privacy-page .agreement-module .menu-side {
  width: 272px;
  min-width: 272px;
  height: 940px;
}
.privacy-page .agreement-module .menu-side li {
  padding: 0 14px;
}
.privacy-page .agreement-module .menu-side li.active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.1%);
  border-right: 4px solid #0089b6;
}
.privacy-page .agreement-module .menu-side li.active a {
  color: #0089b6;
  font-weight: bold;
  font-size: 15px;
}
.privacy-page .agreement-module .menu-side a {
  position: relative;
  padding: 18px 0;
  color: #333333;
  line-height: 22px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 240px;
  font-size: 15px;
}
.privacy-page .agreement-module .menu-side a:after {
  width: 100%;
  height: 1px;
  background: #DBDEE2;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.privacy-page .agreement-module .menu-side a:hover {
  color: #0089b6;
}
.privacy-page .agreement-module .menu-side a:before {
  background: url("../images-lib-www/about/menu-dot-icon.png") no-repeat center;
  width: 8px;
  height: 8px;
  content: '';
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.privacy-page .agreement-module .agreement-content {
  width: 100%;
  padding-left: 50px;
  border-left: 1px solid #DBDEE2;
}
.privacy-page .agreement-module .agreement-content .bt-title {
  font-size: 32px;
  line-height: 39px;
  color: #262626;
  margin-bottom: 20px;
}
.privacy-page .agreement-module .agreement-content .mill-item {
  margin-bottom: 50px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-area {
  margin-bottom: 16px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-title {
  margin-bottom: 12px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt {
  padding-left: 30px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt li {
  list-style: initial;
  color: #262626;
  line-height: 22px;
  margin-bottom: 12px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt li .tag {
  font-weight: bold;
}
.privacy-page .agreement-module .agreement-content .mill-item .des-li li {
  list-style: circle;
}
.privacy-page .agreement-module .agreement-content .update-time {
  color: #6C7073;
  line-height: 22px;
  margin-bottom: 26px;
}
.privacy-page .agreement-module .agreement-content .mill-title {
  font-size: 22px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 14px;
}
.privacy-page .agreement-module .agreement-content .mill-title:first-of-type {
  margin-top: unset;
}
.privacy-page .agreement-module .agreement-content .mill-des {
  color: #262626;
  line-height: 22px;
  margin-bottom: 12px;
}
.privacy-page .agreement-module .agreement-content .mill-des a {
  color: #009fd3;
}
.privacy-page .agreement-module .agreement-content .mill-des a.down {
  color: #009FD3;
}
.privacy-page .agreement-module .agreement-content .mill-des a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=privacy-agreement.css.map */