body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}

a {
  color: #0000ee;
}
.main-title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #1a1a1a;
  margin-top: 32px;
  margin-bottom: 16px;
}
.second-title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.privacy-content {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
}
.privacy-content-title-common {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1a1a1a;
}

.privacy-content-type-item-content {
  overflow-x: auto;
}
.privacy-content-type-item-content > div {
  font-family: PingFang SC;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.privacy-content-type-title {
  color: #1a1a1a;
}
.privacy-content-type-second-title {
  line-height: 20px;
  color: #808080;
  margin-top: 5px;
}
.content-table {
  width: 585px;
  color: #1a1a1a;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-right: none;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}
.content-table td {
  width: 120px;
  word-break: break-all;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #1a1a1a;
}
.content-table-header {
  background: #f2f2f2;
  height: 32px;
  text-align: center;
}

.content-table-content {
  background: #fff;
}
.content-table-content td {
  vertical-align: super;
  padding: 10px;
  line-height: 18px;
}
.click-bit {
  color: red;
  text-decoration: underline;
}
.main-tip {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  color: red;
  font-size: 12px;
  padding: 5px 15px;
  line-height: 1.5;
}
.icon-info {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.main-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    margin-top: 32px;
    margin-bottom: 16px
}
.second-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}
.privacy-content {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}
.privacy-content-title-common {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #1A1A1A;
}


.privacy-content-type-item-content > div {
    font-family: PingFang SC;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.privacy-content-type-title {
    color: #1A1A1A;
}
.privacy-content-type-second-title {
    line-height: 20px;
    color: #808080;
    margin-top: 5px;
}
.content-table {
    color: #1A1A1A;
    border: 0.5px solid #CCCCCC;
    border-bottom: none;
    border-right: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.content-table td {
    width: 120px;
    word-break: break-all;
    border-right: 0.5px solid #CCCCCC;
    border-bottom:  0.5px solid #CCCCCC;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1A1A1A;
}
.content-table-header {
    background: #F2F2F2;
    height: 32px;
    text-align: center;
}

.content-table-content {
    background: #fff
}
.content-table-content td {
    vertical-align: super;
    padding: 10px;
    line-height: 18px;
}
