* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
  width: 100%;
}
body {
  font-size: 14px;
  width: 100%;
}
ul,
li {
  list-style: none;
}
body {
  width: 100%;
  height: 100%;
  z-index: -10;
  zoom: 1;
  background: url(../img/bg.jpg) no-repeat fixed;
  background-size: cover;
  background-position: center 0;
  text-align: center;
  padding-bottom: 40px;
}
body .logo_wrap {
  margin-top: 100px;
}
body .txt_wrap {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
body .txt_wrap img {
  width: 100%;
}
body .from_wrap {
  width: 620px;
  height: auto;
  background-color: #fff;
  margin: 60px auto;
  padding: 35px 80px;
  box-shadow: 0px 0px 5px #c4c2c2;
  position: relative;
  z-index: 999;
}
body .from_wrap h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .from_wrap h2 .title {
  color: #4ea0ff;
  font-size: 28px;
  margin: 0 15px;
}
body .from_wrap h2 .line {
  display: inline-block;
  width: 33%;
  height: 2px;
  background-color: #e5e5e5;
}
body .from_wrap form {
  width: 100%;
}
body .from_wrap form input {
  width: 100%;
  height: 50px;
  outline-color: #4ea0ff;
  border: 2px solid #efefef;
  text-indent: 1em;
  font-size: 20px;
  color: #333;
  border-radius: 4px;
  margin-top: 25px;
}
body .from_wrap form .tips {
  color: #ff0000;
  font-size: 14px;
  text-align: left;
  margin: 15px 0;
  font-weight: 550;
}
body .from_wrap form button {
  width: 100%;
  height: 50px;
  background-color: #4ea0ff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.2s;
}
body .from_wrap form button:hover {
  opacity: 0.8;
}
body .bto {
  width: 100%;
  font-size: 14px;
  color: #666;
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  height: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 810px) {
  .logo_wrap img {
    width: 52% !important;
  }
  .from_wrap {
    width: 90% !important;
    padding: 20px 20px !important;
    margin: 30px auto !important;
  }
  .txt_wrap {
    width: 96% !important;
  }
  .tips {
    font-size: 12px !important;
  }
  #bg .from_wrap h2 .title {
    font-size: 16px !important;
  }
  #bg .logo_wrap {
    margin-top: 50px !important;
  }
  #bg .txt_wrap {
    margin-top: 20px !important;
  }
  #bg .from_wrap form input {
    height: 40px !important;
    font-size: 16px;
  }
  #bg .from_wrap form button {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 365px) {
  #bg {
    width: 365px !important;
  }
  body {
    overflow: auto;
  }
}
.result {
  max-width: 1200px;
  height: auto;
  margin: 50px auto;
  box-shadow: 0px 0px 8px #504f4f;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding: 30px 40px;
}
.result h2 {
  color: #4ea0ff;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 550;
}
.result .info_wrap {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.result .info_wrap div {
  margin-right: 35px;
  font-size: 16px;
  color: #666;
}
.result hr {
  border: 0;
  background-color: #e1e2e5;
  height: 1px;
  margin: 10px auto;
}
.result table {
  margin: 0 auto;
  border-right: 1px solid #d6d7dc;
  border-bottom: 1px solid #d6d7dc;
}
.result table tr {
  height: 45px;
}
.result table tr th,
.result table tr td {
  padding: 0 25px;
  font-size: 16px;
  border-left: 1px solid #d6d7dc;
  border-top: 1px solid #d6d7dc;
}
.result table tr th {
  color: #fff;
  background-color: #4ea0ff;
}
.result table tr th:nth-child(1) {
  min-width: 84px;
}
.result table tr th:nth-child(2) {
  min-width: 154px;
}
.result table tr th:nth-child(3) {
  min-width: 70px;
}
.result table tr th:nth-child(4) {
  min-width: 74px;
}
.result table tr th:nth-child(5) {
  min-width: 74px;
}
.result table tr th:nth-child(6) {
  min-width: 40px;
}
.result table tr th:nth-child(7) {
  min-width: 40px;
}
.result table tr td {
  background-color: #fff;
  color: #666666;
}
.result .btns {
  margin-top: 45px;
}
.result .btns button {
  width: 1.95rem;
  height: 45px;
  background-color: #4ea0ff;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.2s;
}
.result .btns button:hover {
  opacity: 0.9;
}
.result .btns button:nth-child(2) {
  margin: 0 15px;
}
.result .tab_mobile {
  display: none;
  text-align: left;
}
.result .tab_mobile li div {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
.result .tab_mobile li .examName {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 810px) {
  .result {
    width: 90% !important;
    padding: 15px !important;
    margin: 20px auto !important;
  }
  .result h2 {
    font-size: 20px !important;
  }
  .result .info_wrap {
    flex-direction: column;
    text-align: left;
  }
  .info_wrap div {
    margin-right: 0px !important;
  }
  .tab {
    width: 100% !important;
    overflow: auto;
  }
  .btns {
    margin-top: 25px !important;
  }
  .btns button {
    width: 0.8rem !important;
    font-size: 14px !important;
    height: 35px !important;
  }
  table th,
  table td {
    font-size: 14px !important;
    padding: 0 2px !important;
  }
}
@media screen and (max-width: 720px) {
  .tab {
    display: none;
  }
  .btns .close,.print{
    display: none;
  }
  .tab_mobile {
    display: block !important;
  }
}
