* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0.5rem;
  background-color: #fff;
}

p,
h6 {
  line-height: 0.4rem;
  text-indent: 2em;
  padding: 0.05em;
  text-align: justify;
  font-size: 0.27rem;
  word-wrap: break-word;
}

p:first,
h6:first {
  text-align: left;
}

/* 对于表格处理 */
.table {
  border-top: 0.01rem solid #000;
  border-left: 0.01rem solid #000;
}

.table .tr {
  display: flex;
  justify-content: center;
}

.table .td {
  text-align: center;
  font-size: 0.27rem;
  vertical-align: top;
  margin: 0;
  padding: 0.05rem;
  width: 33.33%;
  border-bottom: 0.01rem solid #000;
  border-right: 0.01rem solid #000;
}

br {
  padding: 0.01rem 0;
}

/* 协议甲乙方样式 course.html  */
#orderContract p{
  text-indent: 0em;
}
.part {
  margin: 0.1rem 0;
  text-align: left;
  font-size: 0.27rem;
  line-height: 0.4rem;
}

.part .item {
  display: flex;
  justify-content: start;
}

.underline {
  text-decoration: underline;
}

/* .part .item .right {
  width: 1rem;
  display: inline-block;
  border-bottom: 0.01rem solid #000;
} */
