.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;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@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 {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  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: 40px 0;
  background: #F7F8F9;
}
.privacy-page * {
  box-sizing: border-box;
  font-size: 14px;
}
.privacy-page .cookies-table {
  width: 100%;
  border: 1px solid #c8d2e0;
  margin-bottom: 30px;
  border-spacing: 0;
}
.privacy-page .cookies-table a {
  color: #1966FF;
}
.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-family: 'HarmonyOS_Sans_Bold';
  font-size: 13px;
  text-align: center;
}
.privacy-page * {
  font-size: 14px;
}
.privacy-page .agreement-module {
  display: flex;
}
.privacy-page .agreement-module .menu-side-remit {
  width: 300px;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 10px;
  position: sticky;
  top: 36px;
}
.privacy-page .agreement-module .menu-side-remit .menu-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  line-height: 22px;
  padding: 16px 22px;
}
.privacy-page .agreement-module .menu-side-remit .menu-title:before {
  background: url("../images-website/agreement-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.privacy-page .agreement-module .menu-side-remit li.active {
  background: rgba(25, 102, 255, 0.1);
}
.privacy-page .agreement-module .menu-side-remit li.active a {
  color: #1966FF;
  font-family: 'HarmonyOS_Sans_Bold';
}
.privacy-page .agreement-module .menu-side-remit a {
  line-height: 22px;
  display: block;
  padding: 19px 20px 19px 60px;
  color: inherit;
  text-decoration: none;
}
.privacy-page .agreement-module .agreement-content {
  width: 1060px;
  padding: 40px 40px 100px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-left: auto;
}
.privacy-page .agreement-module .agreement-content .bt-title {
  font-size: 32px;
  line-height: 39px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 14px;
}
.privacy-page .agreement-module .agreement-content .mill-item {
  margin-bottom: 20px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-area {
  margin-bottom: 10px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-title {
  margin-bottom: 10px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt {
  padding-left: 18px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt li {
  list-style: initial;
  color: #262626;
  line-height: 22px;
  margin-bottom: 10px;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt li a {
  color: #1966FF;
}
.privacy-page .agreement-module .agreement-content .mill-item .rules-txt li .tag {
  font-family: 'HarmonyOS_Sans_Bold';
}
.privacy-page .agreement-module .agreement-content .mill-item .des-li {
  margin-left: 16px;
}
.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: 20px;
}
.privacy-page .agreement-module .agreement-content .mill-title {
  color: #262626;
  margin-bottom: 10px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  line-height: 26px;
}
.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: 10px;
}
.privacy-page .agreement-module .agreement-content .mill-des a {
  color: #1966FF;
}
.privacy-page .agreement-module .agreement-content .mill-des a.down {
  color: #EB2E3A;
}
.privacy-page .agreement-module .agreement-content .mill-des a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=agreement.css.map */