body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  background: url(./img/SketchPng31cd6e0e66dd6d6be213b75593a4cf8c4aaefc6c65f8a8f61bca223b49ed07db.png)
    repeat-x;
}

/* header 区域 */
header {
  margin: 50px 8% 0;
}

.header-title {
  font-size: 40px;
  font-weight: 500;
}

.header-description {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.header-version {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
  background-color: #fff;
  margin: 20px auto 0;
}

/* content 区域 */
section {
  margin-top: 50px;
}

.container {
  margin: 0 5% 0;
  padding: 30px;
  min-width: 300px;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
}

.content-title {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.content-title-leftSider {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 8px 15px;
  margin-right: 4px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; */
}

.content-title-rightContent {
  flex: 1 1 auto;
  max-width: calc(100% - 110px);
}

.content-title-rightContent-row {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

.content-title-item {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 8px 15px;
  overflow: hidden;
  word-break: keep-all;
}

.content-title-item:not(:last-child) {
  margin-right: 4px;
}

.content-title-item:last-child {
  text-align: center;
}

.content-body {
  font-size: 14px;
}

.content-body-section {
  display: flex;
  margin-top: 4px;
}

.content-body-section-leftSider {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-right: 4px;
  font-weight: 500;
  padding: 8px 15px;
  background-color: rgba(240, 242, 245, 1);
}

.content-body-section-rightContent {
  flex: 1 1 auto;
  width: calc(100% - 110px);
}

.content-body-section-rightContent-row {
  display: flex;
  flex-wrap: nowrap;
}

.content-body-section-rightContent-row:nth-child(n + 2) {
  margin-top: 4px;
}

.content-body-section-rightContent-cell {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 56px;
  padding: 8px 15px;
  color: #4a4c4f;
  background-color: rgba(240, 242, 245, 1);
  overflow-x: hidden;
  overflow-y: auto;
  word-break: keep-all;
}

.content-body-section-rightContent-cell:not(:last-child) {
  margin-right: 4px;
}

.content-body-section-rightContent-cell:last-child {
  justify-content: center;
}

/* footer */
footer {
  margin-top: 20px;
  height: 60px;
}

.break-all {
  word-break: break-all;
}
