.result {
  background: url(../images/background.c5c7d2f0.png);
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 115px;
}

.query .el-input {
  width: 320px;
  height: 40px
}

.query {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.query .query-cont h1 {
  font-weight: 700;
  font-family: SourceHanSansCN-Bold;
  font-size: 42px;
  color: #0185eb;
  margin-bottom: 64px
}

.query .query-cont .cont {
  width: 536px;
  height: 510px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 48px 0;
  box-sizing: border-box;
  display: block;
}

.query .query-cont .cont .id-card {
  text-align: center;
  margin-bottom: 30px
}

.query .query-cont .cont .id-card img {
  width: 240px;
  height: 152px
}

.query .query-cont .cont p {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  color: #262626;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px
}

.query .query-cont .cont .id-box {
  text-align: center;
  position: relative
}

.query .query-cont .cont .id-box .sure {
  width: 320px;
  height: 40px;
  background: #0185eb;
  border-radius: 2px;
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  color: #fff;
  margin: 12px auto 0;
  line-height: 40px;
  cursor: pointer
}

.query .query-cont .cont .id-box .error-tips {
  position: absolute;
  top: 0;
  left: 438px;
  width: 254px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #eb0101;
  text-align: center
}

.query .query-cont .cont .id-box .error-tips span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  text-align: center;
  line-height: 14px;
  background: #eb0101;
  color: #fff;
  margin-right: 5px
}

.query .query-cont .cont .id-box .error-tips:before {
  content: "";
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 10px;
  left: -14px
}

.query .query-cont .cont .id-box .fadeIn {
  -webkit-animation: showTips-data-v-49986326 .25s;
  animation: showTips-data-v-49986326 .25s
}

.query .query-cont .cont .id-box .fadeOut {
  -webkit-animation: hideTips-data-v-49986326 .25s;
  animation: hideTips-data-v-49986326 .25s;
  opacity: 0
}

.query .query-cont .cont .tips {
  width: 391px;
  margin: 31px auto 0
}

.query .query-cont .cont .tips .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 12px;
  color: #262626;
  margin-bottom: 12px;
  font-weight: 700
}

.query .query-cont .cont .tips li {
  font-family: SourceHanSansCN-Normal;
  font-size: 12px;
  color: #262626;
  margin-bottom: 10px
}


.query .el-input {
  width: 200px;
  height: 34px
}

.query .el-input__inner {
  border-radius: 2px;
  width: 200px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px
}

.query .el-input__inner:focus {
  border: 1px solid rgba(0, 0, 0, .15)
}

.query .high .el-input__inner {
  width: 200px;
  color: #eb0101 !important;
  color: rgba(0, 0, 0, .45);
  border: 1px solid #eb0101 !important
}

.query .high .el-input__inner:focus, .query .noHigh .el-input__inner {
  border: 1px solid rgba(0, 0, 0, .15)
}

.query .noHigh .el-input__inner {
  color: rgba(0, 0, 0, .45)
}

.query .back-home {
  width: 56px;
  height: 18px;
  line-height: 18px;
  margin: 24px auto 0;
  text-align: center;
  color: #0185eb;
  border: 1px solid #0185eb;
  border-radius: 2px;
  font-size: 12px
}

.query .error-tips {
  width: 210px !important;
  height: 26px !important;
  line-height: 26px !important;
  top: -34px !important;
  left: 50% !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  margin-left: -105px !important;
  box-sizing: border-box
}

.query .error-tips span {
  transform: scale(.75);
  margin-right: 0 !important
}

.query .error-tips:before {
  content: "";
  border-top: 8px solid #fff !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 26px !important;
  left: 50% !important
}

@media screen and (max-width: 768px) {

.query {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.query .query-cont h1 {
  font-weight: 700;
  font-family: SourceHanSansCN-Bold;
  font-size: 21px;
  color: #0185eb;
  margin-bottom: 32px;
  text-align: center
}

.query .query-cont .cont {
  width: calc(100vw - 32px);
  height: auto;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 24px 0;
  box-sizing: border-box;
  margin: auto
}

.query .query-cont .cont .id-card {
  text-align: center;
  margin-bottom: 30px
}

.query .query-cont .cont .id-card img {
  width: 120px;
  height: 76px
}

.query .query-cont .cont p {
  font-family: SourceHanSansCN-Bold;
  font-size: 12px;
  color: #262626;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px
}

.query .query-cont .cont .id-box {
  text-align: center;
  position: relative
}

.query .query-cont .cont .id-box .sure {
  width: 200px;
  height: 34px;
  background: #0185eb;
  border-radius: 2px;
  font-family: SourceHanSansCN-Bold;
  font-size: 12px;
  color: #fff;
  margin: 12px auto 0;
  line-height: 34px;
  cursor: pointer
}

.query .query-cont .cont .id-box .error-tips {
  position: absolute;
  top: 0;
  left: 438px;
  width: 254px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #eb0101;
  text-align: center
}

.query .query-cont .cont .id-box .error-tips span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  text-align: center;
  line-height: 14px;
  background: #eb0101;
  color: #fff;
  margin-right: 5px
}

.query .query-cont .cont .id-box .error-tips:before {
  content: "";
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 10px;
  left: -14px
}

.query .query-cont .cont .id-box .fadeIn {
  -webkit-animation: showTips-data-v-34bc8b30 .25s;
  animation: showTips-data-v-34bc8b30 .25s
}

.query .query-cont .cont .id-box .fadeOut {
  -webkit-animation: hideTips-data-v-34bc8b30 .25s;
  animation: hideTips-data-v-34bc8b30 .25s;
  opacity: 0
}


.query .query-cont .cont .tips {
  padding: 0 25px;
  margin: 24px auto 0;
  width: auto;
}

.query .query-cont .cont .tips .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 12px;
  color: #262626;
  margin-bottom: 12px;
  font-weight: 700
}

.query .query-cont .cont .tips li {
  font-family: SourceHanSansCN-Normal;
  line-height: 20px;
  font-size: 12px;
  color: #262626;
  margin-bottom: 5px
}

}