* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

input,
textarea,
button {
  outline: none;
}

/* 清除浮动 */

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.clearfix {
  zoom: 1;
}

.main {
  margin: 15px;
  border: #1ec689 1px dashed;
  padding: 16px;
  background: #effef9;
  font-size: 14px;
  line-height: 26px;
  /* height: calc(100vh - 30px); */
  box-sizing: border-box;
}

/* 标题 */

.main>h3 {
  text-align: center;
  font-size: 22px;
}

/* 前言 */

.div_ttl_center {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.div_qianyan>p,
.div_dingyi>p,
.div_selfInfo p {
  line-height: 18px;
  margin-bottom: 12px;
}

.size16 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* 一、我们如何收集和使用您的个人信息 */

.div_selfInfo_con {
  margin-top: 15px;
}

.weight14 {
  font-weight: bold;
}

.textIndex {
  text-indent: 14px;
}

.textIndex42 {
  text-indent: 42px;
}

.textIndex53 {
  text-indent: 53px;
}

/* 第一个表格 */

.selfInfo_table1 {
  border: 1px solid #000;
  text-align: center;
  width: 98%;
  /* min-width: 1000px; */
  margin-left: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.selfInfo_table1 tr {
  height: 46px;
}

.selfInfo_table1 tr p {
  line-height: 18px;
  margin-bottom: 0;
}

.selfInfo_table1 th {
  border-right: 1px solid #000;
}

.selfInfo_table1 td {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.selfInfo_table1 td:last-child,
.selfInfo_table1 th:last-child {
  border-right: none;
}

/* 附：第三方SDK收集使用信息说明 */

.sdk_div {
  width: 100%;
  margin-top: 30px;
}

.sdk_p_cen {
  text-align: center;
}

.sdk_div_table1 {
  border: 1px solid #000;
  text-align: center;
  width: 98%;
  /* min-width: 1000px; */
  margin-left: 1%;
  margin-top: 10px;
}

.sdk_div_table1 tr {
  height: 46px;
}

.sdk_div_table1 tr p {
  line-height: 18px;
  margin-bottom: 0;
  word-break: break-all;
  word-wrap: break-word;
}

.sdk_div_table1 tr p a {
  color: #000;
  /* display: flex; */
  /* justify-content: center;
    flex-wrap: wrap;
    break-inside: auto; */
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  min-width: 50px;
}

.sdk_div_table1 th {
  border-right: 1px solid #000;
}

.sdk_div_table1 td:nth-child(2n) {
  max-width: 20%;
}

.sdk_div_table1 td {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.sdk_div_table1 td:last-child,
.sdk_div_table1 th:last-child {
  border-right: none;
}

.span700 {
  font-weight: 700;
}

.tip_cont1 {
  max-width: 700px;
  padding: 12px;
  box-sizing: border-box;
}

.tip_cont2 {
  max-width: 500px;
  padding: 12px;
  box-sizing: border-box;
}

/* 媒体查询 */

@media screen and (max-width: 770px) {
  .sdk_div_table1 th:nth-child(2) {
    max-width: 2.6rem;
  }
}

@media screen and (max-width: 750px) {}