/* 移动端搜索页样式表 */
.search-view{
  height: 100vh;
}
.logo-img{
  width: 9.5625rem;
  height: 3.5rem;
}
.my-input {
  width: 21.5625rem;
  margin: auto;
}
.my-input input{
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #D6D7DA;
}
.red{
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25rem;
  background: #E42500;
  border-radius: 0px 6px 6px 0px;
  color: #ffffff;
  border: 1px solid #E42500;
}