

.top-content img{
  width: 100%;
}
.top-content{
  position: relative;
}
.top-content .image-bottom{
  position: absolute; bottom: 0; left: 0;
  height: 15px; width: 100%;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
}

.search-icon{
  display: inline-block;
  width: 24px; height: 24px;
  background-image: url('../images/search.png');
  background-size: cover;
}
.search-content{
  display: flex; align-items: center;
  border-radius: 25px;
  height: 44px;
  background: #fff;
  /* box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25); */
  margin: 5px 5% 5px 5%;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid #666;
}

.label{
  padding-right: 10px;
  font-size: 14px;
}
.input{
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}
.btn{
  flex: 0 0 50px; height: 30px;
  text-align: center;
  background-color: #333;
  border: none;
  border-radius: 20px; color: #fff;
}

.search-result{
  margin: 20px 5%;
}
.result-item{
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
}
.result-item .title{
  font-size: 16px; font-weight: bold;
}
.result-item .info-content{
  display: flex;
  justify-content: space-between; flex-wrap: wrap;
}
.result-item .info{
  flex: 0 0 50%;
  color: #888;
  margin-top: 5px;
  font-size: 14px;
}
.result-item .info:last-child{
  flex: 1;
}
.result-item .btn-item{
  margin-top: 10px;
  background-color: #333;
  border: none;
  border-radius: 20px; color: #fff;
}
.detail-content{
  display: none;
  margin-top: 20px;
}
.grid-content{
  display: flex;
  flex-wrap: wrap;
}
.grid-item{
  flex: 0 0 100%;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  display: flex; align-items: center;
}
.grid-item .grid-title{
  font-size: 16px; font-weight: bold;
}
.grid-item .grid-info{
  color: #888;
  font-size: 14px;
}

.btn-item-hide{
  display: none;
  margin-top: 10px;
  background-color: #333;
  border: none;
  border-radius: 20px; color: #fff;
}

.empty{
  text-align: center;
  margin-top: 50px;
  color: #999;
  font-size: 14px;
}

.bg-content{
  margin: 0 auto;
  padding: 0;
  background-image: url('https://www.bailiaijia.com/ddxt/cxjm.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 可选，使背景固定不滚动 */
  height: 100vh;
  max-width: 1080px;
  position: relative;
}

.bg-content .query-search{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  color: #333;
  background-color: #fff;
  text-align: center;
  line-height: 46px;
  padding: 0 40px;
  border-radius: 40px; font-size: 16px;
}

.search-wrap{
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  max-width: 1080px;
  position: relative;
}


.desc-content{
  margin: 20px 3%;
}

.desc-content .title{
  font-size: 16px; font-weight: bold;
  margin-bottom: 10px;
}

.desc-image img{
  width: 100%;
}
.tell{
  margin-top: 10px; padding-bottom: 20px;
}
.tell img{
  width: 100%;
}

.desc-detail-content{
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  max-width: 1080px;
  position: relative;
}

.desc-detail-content img{
  width: 100%;
}

.desc-time{
  color: #888;
  font-size: 14px;
  padding: 0 6%;
}