/* body {
  /* margin: 0;
  font-family:  Noto Sans CJK SC， 'Microsoft Yahei',Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; 
  box-sizing: border-box; */
  /* width: 100vw;
  height: 100vh;
  box-sizing: border-box; 
} */
body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Webkit */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    font-family:
      PingFangSC,
      PingFang SC;
    width: 100% ;
    height: 100% ;
    white-space: normal; /* 允许换行（默认值，取消 nowrap 单行限制） */
    word-wrap: break-word; /* 允许长单词内换行（兼容旧浏览器） */
    word-break: normal; /* 遵循默认换行规则（中文按字换，英文按单词换） */
  
    margin: 0;
    padding: 0;
    box-sizing: border-box;      
    overflow: hidden;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #5D5D5D; 

  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   box-sizing: inherit;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; 
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; 
}

p {
  margin-top: 0;
  margin-bottom: 1rem; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;

  font-weight: 500;
  line-height: 1.2;
  /* color: inherit;  */
}

h1, .h1 {
  /* font-size: 2.5rem;  */
}

h2, .h2 {
  /* font-size: 2rem;  */
}

h3, .h3 {
  /* font-size: 1.75rem;  */
}

h4, .h4 {
  /* font-size: 1.5rem;  */
}

h5, .h5 {
  /* font-size: 1.25rem;  */
}

h6, .h6 {
  /* font-size: 1rem;  */
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
}



.jumbotron {
  
  /* margin-bottom: 2rem; */
  /* border-radius: 0.3rem;  */
  width: 100%;
  height: 100%;
  overflow: hidden;
 
  white-space: normal; /* 允许换行（默认值，取消 nowrap 单行限制） */
  word-wrap: break-word; /* 允许长单词内换行（兼容旧浏览器） */
  word-break: normal; /* 遵循默认换行规则（中文按字换，英文按单词换） */
/* background: url('./img/pic_bg@2x.png') no-repeat;
background-size: 100% 100%; */
  

}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.table {
  width: 100%;
  overflow-x: auto;
  /* white-space: nowrap; */
 
}
/* .container {
  width: 100%;
  height: 100%;
   padding-right: 10px;
  padding-left: 10px; 
  margin-right: auto;
  margin-left: auto;  
  box-sizing: border-box;
  overflow: hidden;
  background-color: pink;
  white-space: normal; 
  word-wrap: break-word; 
  word-break: normal; 
} */

.top-5 {
  /* color: #fff; */
}




.row-6 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
 padding: 29px 22px;
  box-sizing: border-box;
  overflow-y: auto;
}
.bom {
  position: absolute;
  left: 0px;
  bottom: -39px;
  width: 100%;
height: 78px;
background: #FFFFFF;
filter: blur(5px);
 background-color: #fff;
}

.row-6.agreement1 p{
  /* font-size: 14px; */
}

.agreement1 h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  /* color: #111; */
}

.row-6.agreement1 hr {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color:#fff;
}

.row-6.agreement2 p{
  /* font-size: 14px; */
}

.agreement2 h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  /* color: #111; */
}

.row-6.agreement2 hr {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color:#fff;
}

.row-6.agreement1 ul {
  margin-top: 10px;
  /* margin-left: 20px; */
  margin-bottom: 20px;
  /* font-size: 14px; */
  color:#777;
}

.row-6.agreement2 ul {
  margin-top: 10px;
  margin-bottom: 20px;
  /* font-size: 14px; */
  /* color:#777; */
  list-style: none;
  
}

.row-6.agreement2 ul li {
  /* margin-left: 10px; */
  margin-top: 16px;
  margin-bottom: 16px;
}

h4 {
  text-align:center;
}

