 * {
      margin: 0;
      padding: 0;
    }
body{
  background: #fff;
}
    .app-notice {
      color: #333;
      font-family: PingFangSC-Regular, "Microsoft Yahei";
    }
    .h3{
      color:#333;
      font-weight: bold;
    }
    .app-notice section {
      line-height: 23px;
      margin-bottom: 3.2%;
      padding: 0 6.8%;
      letter-spacing: 2px;
      text-align: justify;
      font-size: 16px;
    }

    .app-notice h2 {
      text-align: center;
      padding: 5.7% 0 6.8% 0;
      font-size: 19px;
    }

    .app-notice a {
      color: #E13236;
      text-decoration: none;
    }
    span.match {
    background: yellow;
    color: black;
}

/* 搜索 */
.search-container-outer{
  height: 1.067rem;
  height: 1.387rem;
 }
.search-container{ 
  width: 8.827rem;
  height: 1.067rem;
  background: #F6F6F6 url(https://img2.ugoshop.com/mobile/2026/shop-manage/icon_search_16.png) no-repeat .320rem center;
  background-size: .533rem;
  border-radius: .213rem;
  padding: .267rem .320rem;
  box-sizing: border-box;
  font-weight: 500;
  font-size: .373rem;
  color: #222222;
  margin-bottom: .32rem;
  margin: 0 auto 0;
  position: fixed;
  top:1.173rem;
  top:.16rem;
  left:50%;
  transform: translate(-50%,0);
}
.search-container .search-box input::placeholder{
  height: .533rem;
  line-height: .533rem;
  color: #BBBBBB;
  width: 100%;
}
.search-container .deny{
  display: none;
}
.search-container .del-btn{
  width: .640rem;
  height: .640rem;
  background:  url(https://img3.ugoshop.com/mobile/2026/shop-manage/icon_close_blackBg_24.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top:50%;
  right: 1.067rem;
  transform: translate(0,-50%);
}

.search-container .search-btn{
  width: .747rem;
  height: .533rem;
  line-height: .533rem;
}
.search-container .search-box{
  padding-left: .640rem;
} 
 
