* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html,
.common-text {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.common-text {
  overflow-y: auto;
  padding: 0 15px 40px;
}
.common-text .header {
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
}
.common-text .sub-title {
  font-size: 16px;
  font-weight: bold;
}
.common-text p,
.common-text ul,
.common-text li {
  font-size: 12px;
  text-indent: 2em;
  line-height: 1.8;
  margin-top: 5px;
}
.common-text .red {
  color: red;
}
.common-text .mt15 {
  margin-top: 15px;
}
.common-text .blue {
  color: blue;
}
.common-text .text-align-right {
  text-align: right;
}
.common-text .table-wrap {
  width: 100%;
  overflow: auto;
  margin-top: 15px;
}
.common-text table {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;
}
table,
table tr th,
table tr td {
  border: 1px solid #000;
  padding: 15px;
  width: 375px;
  word-break: break-all;
}
.parent-bc {
  width: 100%;
  background-image: url("../img/parentPage_flowImg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 180px;
  background-position: center;
}
.hide {
  display: none;
}
.bold {
  font-weight: bold;
}
li {
  list-style: none;
}
