@charset "utf-8";
/* CSS Document */
.help .helproot {
  display: flex;
  width: 1200px;
  min-height: calc(100vh - 290px);
  margin: 80px auto 0;
  padding-bottom: 30px;
}
.help .helproot .help-left {
  flex: 0 0 360px;
  width: 360px;
  border-right: 1px solid #F3F3F3;
}
.help .helproot .help-right {
  flex: 1;
  padding: 60px 0 0 30px;
}
.help .helproot .help-right .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  text-align: left;
  color: #333333;
}
.help .helproot .help-right .summary {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #666666;
}
.help .helproot .help-right .line {
  margin-top: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.help .helproot .help-right .content {
  margin: 30px auto 0;
}
