.selDiv{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.selectitem{
  display: flex;
  align-items: center;
  border-right: 1px solid #d2d2d2;
  padding: 0 10px;
}
.selectitem select{
  border: 0;
  font-size: 14px;
  background-color: white;
}
.null{
  height: 100px;
  width: 100%;
}
.wy-zs-list {
  margin-top: 10px;
}
.wy-zs-list li{
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  overflow: hidden;
}
.wy-zs-list li .zs-left{
  background-image: url("../upload/xq1.jpg") ;
  width:100px;
  height:80px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  float: left;
}
.wy-zs-list li .zs-right{
  float: left;
 position: relative;
 margin-left: 0.57rem;
 height: 80px;
}
.wy-zs-list li .zs-one-list{
 width: 100%;
 margin-left: 0rem;

}
.wy-zs-list li .zs-right .zs-name{
  font-weight: bold;
  font-size:15px;
  color:rgba(51,51,51,1);
}
.wy-zs-list li .zs-right .zsmin-name{
  font-size: 12px;
  font-weight: normal;
}
.wy-zs-list li .zs-right .zs-bottom{
  position: absolute;
  bottom:0.2rem;
  left:0;
  height:0.43rem;
  font-size:14px;
  color:rgba(102,102,102,1);
  line-height:0.74rem;
}
.wy-zs-list li .zs-right .zs-bottom span{
  margin-right: 0.8rem;
  font-size: 12px;
}
.sel{
  width: 100px;
  overflow: hidden !important;
}

.select{
  padding: 0 10px;
  box-sizing: border-box;
}
ul{
  list-style: none;
}
select:focus{outline:none;}