.agreement-wrapper {
  overflow: hidden;
  background-color: #ffffff;
  font-size: 14px;
}

.w-80 {
  width: 80%;
  margin: 40px auto;
}

.font-bold {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
caption,
thead th {
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 2em 0 1em;
}

.text-center {
  text-align: center;
}

p,
.p {
  margin-top: 0;
  margin-bottom: 1em;
}

.app-section {
  line-height: 1.6em;
}

.app-section p {
  text-align: justify;
  word-break: break-all;
}

.span-b {
  display: block;
}

.span_ti {
  text-indent: 2em;
}

.table {
  width: 100%;
  margin-top: 0.5em;
}

.tr {
  width: 100%;
  display: flex;
  border: 1px solid #000;
  border-top: none;
  align-items: stretch;
}

.tr_1 {
  border-top: 1px solid #000;
}
.th_d_flex {
  flex: 1;
  flex-shrink: 0;
}
.th_d_left {
  width: 30%;
  /* flex-direction: 0; */
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  word-break: break-word;
}
.ta_break{
  word-break: break-word;
}
.th_d_1 {
  width: 30%;
  flex-direction: 0;
}

.th_d_w {
  flex: 1;
  flex-shrink: 0;
  border-left: 1px solid #000;
}

.th {
  text-align: center;
  font-weight: 700;
  line-height: 36px;
  background: #bfbfbf;
  box-sizing: border-box;
}

.td {
  padding: 6px;
  box-sizing: border-box;
}

.th_d_2 {
  width: 20%;
  flex-direction: 0;
}
.th_d_16 {
  width: 16.66%;
  flex-direction: 0;
}
.th_d_w16{
  border-left: 1px solid #000;
}
.th_d_right{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}