/* Runtime helpers only. Do not override the restored upstream layout. */
.teshu-body .result-box {
  display: none;
}

.teshu-body .result-form {
  width: 70%;
  padding-top: 0;
}

.teshu-body .result-form .layui-form-item {
  width: 100%;
}

.liR h6 {
  color: #1a0e40;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.tips-box {
  position: fixed;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  z-index: 1001;
  width: 60%;
  color: #ffffff;
  height: auto;
  line-height: 22px;
  padding: 15px 0;
  top: 260px;
  left: 40%;
  margin-left: -20%;
  opacity: 0.8;
  background: #000000;
  display: none;
}
