html,
body,
ul,
li {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.termsOfUse_main {
  width: 100%;
  /* height: calc(100vh - 88px - 360px); */
  padding: 100px;
  box-sizing: border-box;
  background: url("https://umi-intelligence.oss-cn-shenzhen.aliyuncs.com/xcx/com/message_center/Group_427320492@2xmhys.png")
    no-repeat;
  background-size: 100%;
}
.termsOfUse_container {
  width: 1200px;
  padding: 60px;
  margin: auto;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #f0f0f0;
}
.termsOfUse_container_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.termsOfUse_container_title img {
  width: 36px;
  height: 36px;
}
.termsOfUse_container_title div {
  font-weight: bold;
  font-size: 36px;
  margin: 0px 20px;
}
.termsOfUse_container_line {
  border-bottom: 2px dashed #e6e6e6;
  width: 100%;
  margin: 47px 0px;
}
.termsOfUse_container_center {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  font-family: PingFang HK, PingFang HK;
}
