
.huawei-v4 .v4.page-privacy .v4.h05-hero-text-only.no-margin {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.huawei-v4 .v4.s04-privacy-principles .privacy-principles__text {
  margin-bottom: 16px;
}
.huawei-v4 .v4.page-privacy .v4.n08-inpage-contents .inpage-contents__wrap>.inpage-contents__list>.inpage-contents__item {
  margin-bottom: 24px;
}

table.gridtable {
margin:auto;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}

table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}





@media (max-width: 767px) {
.table-responsive {
  width: 100%;
  margin-bottom: 15px;  /* 设置底部外边距，避免重叠 */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd; /* 设置1像素宽的边框 */
}
.table-responsive > .table {    margin-bottom: 0;  }
.table-responsive > .table > thead > tr > th,
/* 省略部分样式 */
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;  /* 确保单元格中的文本不会换行，直到遇到 <br> 标签为止*/
}
.table-responsive > .table-bordered {    border: 0;  }




.table-responsive > .table-bordered {
  border: 0; /*将整个表格的外边框设置为0像素*/
}
.table-responsive > .table-bordered > tbody > tr > th:first-child,
/*此处省略一些选择符*/
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; /*将所有tr的第一个单元格(即最左边的一列)的左边框都置为0像素*/
}
.table-responsive > .table-bordered > tbody > tr > th:last-child,
/*此处省略一些选择符*/
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; /*将所有tr的最后一个单元格(即最右边的一列)的右边框都设置为0像素*/
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
/*此处省略一些选择符*/
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; /*将最后一行tr里的单元格的底部边框设置为0像素*/
}
}
.ft_1{width:9%;}

.huawei-v4 .v4.t10-text-one-column a {
  text-decoration: none;
  color: #0000ee;
  border-bottom: 1px solid #666;
}
.huawei-v4 .v4.t10-text-one-column a:hover {
  color: #c9282c;
}
.huawei-v4 .v4.t10-text-one-column .text-one-column__title {
  margin-bottom: 24px;
}