*{
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}

.content .main{
  width: 14rem;
  margin: 0 auto;
}


.m_banner {
  background: url(../img/search_banner.jpg) center no-repeat;
}








.search form {
  width: 8rem;
  height: 0.5rem;
  background: #FFFFFF;
  margin: 1rem auto 0.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.search .search_input {
  width: 100%;
  border-radius: 0.25rem;
  border: 0.01rem solid #D8D8D8;
  height: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 1.3rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #000;
}

.search .search_input::placeholder {
  color: #333333;
}

.search .search_btn {
  width: 1.15rem;
  height: 0.52rem;
  background: #0A7E0D url("../img/search_btn.png") center no-repeat;
  border-radius: 0.25rem;
  border: 0.01rem solid #0A7E0D;
  cursor: pointer;
  border-left: 0.01rem solid #C9C9C9;
  position: absolute;
  right: 0;
  top: -0.01rem;
  z-index: 9;
}












/* 空数据样式 */
.list_null img {
  width: 6rem;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.num {
  font-family: SourceHanSansCN-Light;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.4rem;
}




/* 有数据样式 */
.search_num {
  font-family: SourceHanSansCN-Light;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.35rem;
  margin-bottom: 0.29rem;
}

.search_num b {
  color: #F17900;
  font-size: 0.24rem;
}





.list .item {
  width: 14rem;
  height: 2.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 0.01rem solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.45rem;
}

.list .item .item_txt {
  float: left;
}

.list .item .item_txt .title {
  font-family: SourceHanSansCN-Light;
  font-weight: bold;
  font-size: 0.24rem;
  color: #383635;
  text-align: left;
  margin-bottom: 0.19rem;
}

.list .item .item_txt .title span {
  font-family: SourceHanSansCN-Light;
  font-weight: bold;
  font-size: 0.24rem;
  color: #F17900;
}

.list .item .item_txt .cont {
font-family: SourceHanSansCN-Light;
font-weight: 400;
font-size: 0.16rem;
color: #757575;
line-height: 0.32rem;
}

.list .item .item_txt .cont span {
font-family: SourceHanSansCN-Light;
font-weight: 400;
font-size: 0.16rem;
  color: #F17900;
}

.list .item .item_img {
  width: 0.01rem !important;
  height: 1.31rem;
  margin-left: 3.2rem;
  float: right;
  position: relative;
}

.list .item .item_img .item_pic {
  position: absolute;
  right: -0.2rem;
  width: 2.56rem;
  height: 1.6rem;
  overflow: hidden;
  top: -0.15rem;
}

.item:hover{
box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

