* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f5f5;
}
.search_box {
  width: 100%;
  height: 0.88rem;
  background: #00B38A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.search_box .back {
  width: 0.2rem;
  margin-right: 0.1rem;
}
.search_box .input_box {
  width: 6.47rem;
  height: 0.58rem;
  background: #FFFFFF;
  border-radius: 0.29rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.search_box .input_box input {
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 0.58rem;
  padding-left: 0.47rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.search_box .input_box img {
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.32rem;
}
.hot_key {
  width: 100%;
  height: 0.8rem;
  background: #FFFFFF;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #212121;
  display: flex;
  align-items: center;
  padding-left: 0.33rem;
  box-sizing: border-box;
  margin-bottom: 0.15rem;
}
.hot_key span {
  color: #999999;
  margin-left: 0.2rem;
}
.search_container {
  width: 100%;
  min-height: calc(100vh - 1.5rem - 0.88rem - 0.42rem - 0.15rem - 0.8rem - 0.88rem);
  background-color: #fff;
  padding: 0.33rem 0.37rem 0 0.3rem;
  box-sizing: border-box;
}
.search_container .tips {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.search_container .key_items {
  margin-top: 0.3rem;
}
.search_container .key_items .key_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding-left: 0.05rem;
  box-sizing: border-box;
}
.search_container .key_items .key_item span {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.search_container .key_items .key_item img {
  width: 0.24rem;
}
.footer_n {
  width: 100%;
  height: 0.88rem;
  background-color: #fff;
  margin-top: 0.22rem;
  margin-bottom: 0.2rem;
}
.footer_n ul {
  padding: 0 0.4rem 0 0.35rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_n ul li {
  list-style: none;
}
.footer_n ul li a {
  text-decoration: none;
  display: block;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.footer_n ul li:active a {
  color: #c52a2a;
}
.footer {
  width: 100%;
  height: 1.5rem;
  background: #272525;
  display: flex;
  align-items: center;
  padding-left: 0.55rem;
  position: relative;
  box-sizing: border-box;
}
.footer .logo {
  width: 1.93rem;
}
.footer .f_content {
  margin-left: 0.3rem;
}
.footer .f_content div {
  display: flex;
  align-items: center;
}
.footer .f_content div a {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.footer .f_content div a.active {
  color: #00B38A;
}
.footer .f_content div span {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.31rem;
  background-color: #999;
}
.footer .f_content p {
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin-top: 0.2rem;
}
a {
  text-decoration: none;
}
