@charset "UTF-8";
header {
  position: relative;
  width: 100%;
  background: linear-gradient(-36deg,rgba(253,139,10,1) 0%,rgba(255,184,47,1) 100%);
  height: .96rem;
  color: #FFFFFF;
  font-size: .36rem;
  text-align: center;
  line-height: .96rem;
}

header img {
  position: absolute;
  left: .32rem;
  top: 50%;
  transform: translateY(-50%);
  width: .3rem;
  height: .3rem;
}

.keywords {
  width: 100%;
  padding: 0 .3rem;
  box-sizing: border-box;
  font-size: 0;
}

.keywords .antistop {
  color: #333333;
  font-size: .3rem;
  font-weight: bold;
  margin: .4rem 0 .26rem;
}

.keywords input {
  border: 1px solid #BFBFBF;
  outline: none;
  height: .8rem;
  width: 100%;
  border-radius: .04rem;
  font-size: .28rem;
  padding: .26rem .24rem;
  box-sizing: border-box;
}

.keywords .tips {
  color: #FA1616;
  font-size: .24rem;
  margin-top: .28rem;
}

.keywords .theQuery {
  background-color: #FF7D00;
  height: .92rem;
  line-height: .92rem;
  text-align: center;
  color: #fff;
  font-size: .32rem;
  display: block;
  border-radius: .46rem;
  margin: .68rem auto 0;
  letter-spacing: .2rem;
  width: 60%;
  background:linear-gradient(-31deg,rgba(253,140,47,1),rgba(244,210,0,1));
box-shadow:0px 3px 7px 0px rgba(253, 140, 47, 0.35);
}

/* 查询须知 */
.instructions {
  margin: .72rem 0 0;
}

.instructions h2 {
  margin: 0 .3rem .4rem;
  font-size: .28rem;
}

.instructions p {
  margin: 0 .4rem;
  font-size: .28rem;
  color: #666666;
  line-height: .42rem;
}