*{
  margin: 0;
  padding: 0;
  font-family: Helvetica,Arial,sans-serif;
}
a{
  text-decoration: none;
}
.page {
  width: 100%;
  min-height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../images/bg.jpg');
  background-color: #050A17;
  position: relative;
}
.container {
  width:1046px;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
.header img {
  margin-top: 12px;
  width: 165px;
  height: 25px;
}
.main{
  padding-top:253px;
}
.main .main-logo{
  display: block;
  width: 319px;
  height: 194px;
  margin-bottom: 48px;
}
.main .btn{
  display: block;
  background: #FFFFFF;
  border-radius: 28px;
  width: 300px;
  height: 56px;
  line-height:56px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 28px;
  color: #000;
}
.footer{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height:200px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 26px;;
}
.footer .footer-logo{
  width:171px;
  height:32px;
  margin-bottom: 12px;
}
.footer .text{
  margin-bottom: 12px;
}
.footer a{
  color: #4EDEFF;
  margin-right: 24px;
}

.agreenment{
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 1px;
}
.agreenment .ql-editor{
  font-size: 13px;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  text-align: left;
  word-wrap: break-word; 
}
.ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6{
  margin:0;
  padding: 0;
}
.MsoTableGrid{
  width:100%;
}