body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{ margin:0; padding:0; box-sizing: border-box; }
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  color: #333;
  font-family: PingFangSC-Regular, PingFang SC;
}
::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.policy, .agreement {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem;
  box-sizing: border-box;
  line-height: 2;
  word-wrap: break-word; 
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 0.16rem;
  font-weight: normal;
}
.padding-bot {
  padding-bottom: 0.6rem;
}
.sort-text {
  display: flex;
}
.sort {
  margin-right: 0.05rem;
}
.w-600 {
  font-weight: bold;
}
.title {
  text-align: center;
  font-weight: 600;
  font-size: 0.18rem;
}
.text-in {
  text-indent: 0.2rem;
}