body {
  width: 100%;
  min-height: 600px;
  background: #fff;
}
#header {
  width: 100%;
  height: 100px;
  z-index: 1;
}
#header > .top {
  background-color: #498ffe;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
#header > .top > .table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  /* margin: 0 auto; */
}
.top img {
  /* height:50px; */
  margin-right: 24px;
}
#header > .top > .table1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
#header > .top > .table1 > span {
  margin-left: 24px;
  font-size: 22px;
  color: #ffffff;
}

#footer {
  width: 100%;
  height: 110px;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
#footer > .bottom {
  width: 100%;
  height: 110px;
  background-color: #373737;
  border-top: 1px solid #373737;
}
#footer > .bottom > .text {
  width: 353px;
  height: 61px;
  top: 43px;
  left: 789px;
  margin: 18px auto;
  text-align: center;
}
#footer > .bottom > .text > p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.table_model {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.haveinfo {
  display: block;
}
.noinfo {
  display: none;
}
.exam-close {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  height: 100px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.exam-close span {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
}
