* {
    margin: 0;
    padding: 0;
  }
  html {
    width: 100%;
    /* font-size: 14px !important; */
  }
  
  body {
    width: 100%;
    margin: 0rem !important;
    font-family: PingFangSC-Thin, PingFang SC;
  }
.leftspan{
    width: 2rem;
    display: inline-block;
    text-align: right;
    margin-right: 0.1rem;
}
body div{
    text-align: center;
}
._contentrq{
    box-sizing: border-box;
    background-color: #fff;
    margin: 0rem 0.3rem;
    border-radius: 0.15rem;
    padding: 0.6rem 0.3rem;
}
._content{
    width: 100%;
    height: 0.7rem;
    display: flex;
    background-color: #ffdec5;
    margin-bottom: 0.2rem;
    align-items: center;
    padding-right: 0.2rem;
    border-radius: 19.5px;
}
._content2{
  width: 100%;
  height: 0.7rem;
  text-align: center;
  display: flex;
  background-color: #fa541c;
  margin-bottom: 0.2rem;
  align-items: center;
  padding-right: 0.2rem;
  border-radius: 19.5px;
  justify-content: center;
  color: #fff;
}
._input{
    flex: 1;
    height: 0.5rem;
    border: none;
    background-color: #ffdec5;
}
.gdfixed{
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}