.viewResults_box {
  width: 12rem;
  margin: 0 auto;
}
.viewResults_title_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
}
.viewResults_col {
  display: flex;
  justify-content: space-between;
}
.viewResults_left,
.viewResults_right {
  display: flex;
  flex-direction: column;
}
.col_a,
.col_b,
.col_c,
.col_d {
  display: flex;
  width: 590px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
}
.col_a :nth-child(1),
.col_b :nth-child(1),
.col_c :nth-child(1),
.col_d :nth-child(1) {
  width: 198px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #2a2a2a;
  font-family: Microsoft YaHei;
  background: rgba(238, 247, 255, 1);
}
.col_a :nth-child(2),
.col_b :nth-child(2),
.col_c :nth-child(2),
.col_d :nth-child(2) {
  width: 392px;
  height: 38px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  color: #666666;
  border-left: none;
  vertical-align: center;
}
.col_b,
.col_d {
  margin-top: 10px;
}
.view_form {
  width: 1200px;
  margin-top: 20px;
  text-align: center;
}
.view_form thead {
  background: rgba(103, 166, 230, 1);
  color: #fff;
  font-size: 14px;
}
.view_form thead :nth-child(1) {
  width: 200px;
  height: 40px;
}
.view_form thead :nth-child(2) {
  width: 200px;
  height: 40px;
}
.view_form thead :nth-child(3) {
  width: 694px;
  height: 40px;
}
.view_form thead :nth-child(4) {
  width: 100px;
  height: 40px;
}
.view_form tbody {
  font-size: 14px;
  color: #666;
}
.view_form tbody tr:nth-child(odd) {
  background: rgba(238, 247, 255, 1);
}
.view_form tbody tr :nth-child(1) {
  width: 200px;
  height: 40px;
}
.view_form tbody tr :nth-child(2) {
  width: 200px;
  height: 40px;
}
