html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.body-container {
  padding-top: 15px;
}

.body-container .note {
  /*width: 1150px;
  height: 760px;*/
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 21px;
  margin: auto;
  height: 100%;
}
.note-container {
  padding-bottom: 16px;
}
.note-title {
  font-family: Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  padding: 21px;
  border-bottom: 1px solid #EBEEF2;
  margin-bottom: 20px;
}
.note-del {
  width: 20px;
  height: 20px;
  float: right;
  background-image: url('../../image/index/del.png');
  background-size: 20px 20px;
}
.note-c1 {
  flex: 1;
  margin-right: 30px;
}
.note-c1-bt1 {
  background: #F3F4FD;
  width: 168px;
  height: 60px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 19px;
}
.on0-1 {
  color: #333333;
}
.on0-2 {
  background: #00AC58;
  color: #FFFFFF;
}
.on0-1::before {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url('../../image/note/yj.png');
  background-size: 32px 32px;
  margin-right: 12px;
}
.on0-2::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url('../../image/note/研究著录.png');
  background-size: 28px 28px;
  margin-right: 12px;
}
.on1-1 {
  color: #333333;
}
.on1-2 {
  background: #00AC58;
  color: #FFFFFF;
}
.on1-1::before {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url('../../image/note/set.png');
  background-size: 32px 32px;
  margin-right: 12px;
}
.on1-2::before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url('../../image/note/kb.png');
  background-size: 36px 36px;
  margin-right: 12px;
}
.note-c2 {
  font-size: 16px;
  width: 922px;
  border: 2px solid #EBEEF2;
  padding: 21px;
  background: #F6F6F6;
  border-radius: 4px;
}
h2 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  background: #F2F2F2;
  padding: 14px 12px;
}
