* {
  margin: 0;
  padding: 0;
}

.raise {
  height: 120px;
}

.query-warp {
  /* width: 100vw; */
  height: calc(100vh - 176px);
  background-size: 100% 100%;
  position: relative;
}

.query-header {
  width: 100%;
  height: 10%;
  text-align: center;
  padding: 15px 0;
  background-color: #0675c9;
}

.query-header img {
  height: 100%;
  width: 300px;
}

.query-content {
  width: 60%;
  height: 80%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 7px #0a1b6f solid;
  border-radius: 16px;
}
.content-footer{
  display: block;
}

.tip{
  color: #999999;
  margin-top: 10px;
  display: none;
}

.mobile-footer{
  width: 100%;
  color: #9E9E9E;
  text-align: center;
  display: none;
}

.mobile-footer p{
  margin: 0;
}
.footer_btn{
  display: none;
}
.query-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 8px;
}
.query-wrap input{
  width: 300px;
  height: 40px;
  text-indent: 0.5em;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  outline: none;
}
.query-wrap .query-span{
  min-width: 60px;
  color: #0a1b6f;
  font-weight: bold;
}

.content-top,
.content-footer {
  width: 100%;
}

.content-top {
  height: 30%;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #0a1b6f;
  /* margin: 0 auto; */
  text-align: center;
  color: #0a1b6f;
}

.el-form-item {
  margin-bottom: 22px;
}

/* 温馨提示 */
.reminder-bg{
  width: 100%;
  height: 100vh;
  background: #14131359;
  position: fixed;
  top: 0;
  display: none;
}

.reminder-wrap{
  width: 50%;
  height: 40%;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  border-radius: 6px;
  max-width: 600px;
}

.reminder-title{
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}

#reminder-center{
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-indent: 2em;
}

#reminder-btn-wrap{
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.reminder-btn{
  width: 30%;
  height: 30px;
  border: none;
  margin: 0 9.5%;
  border-radius: 18px;
}

.cancel{
  background: #d2e7fb;
}

.determine{
  background: #4ea6f9;
  color: #fff;
}

/*  */
.content-middle,  
.stuInfo {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 55%;
}
#result {
      width: 600px;
      height: 80%;
      border: 1px solid #0675ca;
      padding: 0px 10px;
      border-radius: 4px;
      box-sizing: border-box;
}
.table-wrapper{
  width: 100%;
  height: 100%;
}
.sszx-student-table,
.zk-student-table,
.teacher-table{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100%;
  position: relative;
}
.stuInfo_list {
  display: flex;
  height: 15%;
  font-size: 20px;
  justify-content: flex-start;
  padding: 10px;
}
.result_right{
  position: absolute;
  right: 0;
  top: 30%;
  width: 150px;
}
.stuInfo_list_lable {
  flex: 1;
}
.stuInfo_list_center {
  flex: 4;
  text-align: left;
}
.stuInfo_right{
  position: absolute;
  top: 20%;
  width: 150px;
  right: 8%;
}
.content-footer {
  position: absolute;
  bottom: 0;
  height: 15%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#query {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.btns {
  height: 40px;
  line-height: 40px;
  background: #182b84;
  width: 60%;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 24px;
  display: inline-block;
  margin: 0 auto;
}

.sidentify {
  width: 60%;
}
.content-verification .el-form-item__content {
  display: flex;
}

.content-verification span,
.checkCode-wrap {
  flex: 3;
}

.content-verification input {
  flex: 4;
  outline: none;
  height: 40px;
  border: 1px solid #222324;
  border-radius: 2px;
  padding: 0 10px;
}

.content-verification button {
  flex: 2;
  background-color: #028be9;
  border: none;
  border-radius: 2px;
  margin-left: 4px;
  color: #fff;
}

.content-input input {
  flex: 7;
  outline: none;
  height: 40px;
  border: 1px solid #222324;
  border-radius: 2px;
  padding: 0 10px;
}
.el-button {
  width: 80%;
}

.code {
  font-family: Arial;
  font-style: italic;
  color: blue;
  font-size: 24px;
  border: 0;
  padding: 0 3px;
  letter-spacing: 3px;
  font-weight: bolder;
  float: right;
  cursor: pointer;
  width: 38%;
}

a {
  text-decoration: none;
  font-size: 18px;
  color: #288bc4;
}

a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .content-top{
    font-size: 14px;
  }
  .query-wrap input{
    width: 100%;
    height: 40px;
    text-indent: 0.5em;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    outline: none;
  }
  .query-wrap .query-span{
    min-width: 60px;
  }
  #result {
    width: 80%;
    height: 80%;
    border: none;
    padding: 0px 10px;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .result_right{
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
  }
  .stuInfo_list {
    display: flex;
    height: 15%;
    font-size: 14px;
    justify-content: flex-start;
    padding: 10px;
  }
  .stuInfo_list_lable {
    min-width: 70px;
  }
}
@media (max-width: 1024px) {
  .query-content{
      width: 95%;
      height: auto;
      border: 1px solid #283C72;
      top: 40%;
      box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
      border-radius: 10px 10px 10px 10px;
  }
  #result {
    border: none;
  }
  .content-top{
      height: 30%;
      border-bottom: none;
      flex-direction: column;
      color: #182B84;
      font-size: 2.5rem;
  }
  .content-top::after {
      content: '';
      width: 70%;
      height: 1px;
      display: block;
      margin: 0 auto;
      border-bottom: 1px solid #182B84;
  }
  .tip{
      display: block;
      font-size: 1.2rem;
      font-weight: normal;
  }
  .content-footer{
      display: none;
  }
  .mobile-footer{
    font-size: 1.2rem;
    display: block;
    margin-top: 6%;
  }
  #query{
    width: 100%;
    text-align: center;
  }
  .query-wrap{
      justify-content: center;
  }
  .query-wrap input{
      width: 60%;
      height: 50px;
  }
  .query-wrap input::-webkit-input-placeholder {
      color: #D3D3D3;
      font-size: 2rem;
  }
  .query-wrap .query-span{
      color: #333333;
      font-size: 2rem;
      margin-right: 10px;
  }
  .btns{
      width: 60%;
      height: 50px;
      line-height: 30px;
      background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
      box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
      border-radius: 50px;
  }
  .footer_btn{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4%;
  }
  .back_btn{
    width: 50%;
    padding: 3% 0;
    border: none;
    color: #fff;
    background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 50px 50px 50px 50px;
  }
}

@media (max-width: 760px) {
  .query-content{
      width: 95%;
      height: auto;
      border: 1px solid #283C72;
      top: 30%;
      box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
      border-radius: 10px 10px 10px 10px;
  }
  .content-top{
      height: 25%;
      border-bottom: none;
      flex-direction: column;
      color: #182B84;
      font-size: 1.5rem;
  }
  .content-top::after {
      content: '';
      width: 70%;
      height: 1px;
      display: block;
      margin: 0 auto;
      border-bottom: 1px solid #182B84;
  }
  .tip{
      display: block;
      font-size: 0.8rem;
      font-weight: normal;
  }
  .content-footer{
      display: none;
  }
  .mobile-footer{
      font-size: 0.9rem;
      display: block;
      margin-top: 12%;
  }
  .footer_btn{
    margin-top: 10%;
  }
  #query{
    width: 100%;
  }
  .query-wrap{
      justify-content: center;
  }
  .query-wrap input{
      width: 60%;
      height: 30px;
  }
  .query-wrap input::-webkit-input-placeholder {
      color: #D3D3D3;
      font-size: 1.2rem;
  }
  .query-wrap .query-span{
      color: #333333;
      font-size: 1.5rem;
      margin: 0;
  }
  .btns{
      width: 60%;
      height: 30px;
      line-height: 30px;
      background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
      box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
      border-radius: 50px;
  }
}

@media (max-width: 540px) {
  .query-content{
      width: 95%;
      height: auto;
      border: 1px solid #283C72;
      top: 30%;
      box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
      border-radius: 10px 10px 10px 10px;
  }
  .mobile-footer{
    margin-top: 7%;
  }
  .footer_btn{
    margin-top: 4%;
  }
}