@import url(../css/reset.css);
@import url(../css/gg.css);
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto 60px;
  padding: 0 40px;
  box-sizing: border-box;
}
#content .cont {
  width: 1200px;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 30px;
}
#content .cont h3 {
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}
#content .cont .text {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
}
