
.uscontent h1,.uscontent h2,.uscontent h3,.uscontent h4,.uscontent h5,.uscontent b{font-weight: bold;margin: 0;line-height: 25px;font-size: 15px;}

.contet-table tr th,.contet-table tr td{padding: 10px;}
.contet-table tr td:first-child{width: 25%;}
/* 换行处理 */
.contet-table tr td{ 
    word-wrap: break-word;
    overflow: hidden; 
}
.header-box{text-align: center;font-size: 36px;
margin: 40px 0;}
/* 文字*/
.common-text-left{text-align: left;}
.common-text-right{text-align: right;}
.common-text-center{text-align: center;}
/* 文字下划线 */
.common-font-decor-underlie{text-decoration: underline;}
/* 改属性 */
.common-font-block{display: block;}
/* 边距 */
.common-plrtb20{padding: 10px;}
.common-mb20{margin-bottom: 10px;}
.common-mb10{margin-bottom: 10px;}
.common-mt20{margin-top: 10px;}
.common-mt10{margin-top: 10px;}
.common-mt5{margin-top: 5px;}
/* 缩进 */
.common-tindex20{text-indent: 31px; }
/* 颜色-加粗 */
.common-font-fontbold{font-weight: bold;}
/* 字体-行高 */
.common-font-lint45{line-height: 24px;}
.common-href{color: #0099ff; cursor: pointer;}
/* 颜色 */
.common-color-blue{color: #0099ff;}
/* 子元素 p缩进 */
.common-tindex20-child p{text-indent: 31px;}
.common-mb20-child p{margin-bottom: 20px;}
.common-mb20-child li{margin-bottom: 10px;}
.common-mb10-child p{margin-bottom: 10px; }
.common-mb10-child .uscontent-li{margin-bottom: 10px;}
.contet-text{width: 100%;}
table{width: 100%;}
/* 移动 */
/* 头部 */
.uscontent{font-size: 15px !important;}
.Navigation{
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #fff;
    position: fixed;
    width: 100%;
    border-bottom:1px solid #e6e6e6;
}
.Navigation .line-clamp1{
    line-height: 1;
}
.placeholderbox{height: 44px;}
.Fhent{
    position: absolute;
    top: 11px;
    left: 10px;
    padding: 0 10px 0 0;
    transform: rotate(180deg);

}
.Fhent img{
    width: 8px;
}
/* 重置css 因在bm项目中，故不用重置css */
ul{padding-left: 0;margin: 0;width: 100%;}
p{margin: 0 ;}
table {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;

}
.table-container {
    width: 100%; 
    overflow: auto;
  }
   
  table {
    width: 100%; /* 表格宽度设置为100% */
    table-layout: fixed; /* 固定表格布局，有助于避免宽度问题 */
  }
  /* pc 端处理表格样式 */

  .contet-table tr th,.contet-table tr td {
    border: 1px solid #333;
  }
.header-text{
    margin-bottom: 10px;
}
.header-time{
    margin-bottom: 40px;
}
.Privacy-Residents ul li{
    list-style-type: disc;
}
.Privacy-Residents ul{
    width: auto;
    padding: 0 20px;
}

div, ul, li {
    list-style-type: none;
}