
.zs{
  width: 100%;
}
.zs-top{
  width: 100%;
  height: 50px;
  background: url("../images/top.jpg") no-repeat center center/auto 100%;
}
.zs-crumb{
  padding:15px 10px;
}
.zs-crumb a,.zs-crumb span{
  color:#333;
  margin-right: 5px;
  font-size: 13px;
}
.zs-search{
  width: 100%;
  height: 510px;
  border-radius: 10px;
  background: #fff;
  padding-top: 40px;
  box-shadow: 0 0 10px #ccc;
  background:#fff url("../images/box_bg.jpg") no-repeat bottom center /100% auto;
}
.zs-search select{
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border:1px solid #ddd;
  color:#555;
  position: relative;
  padding:0 8px;
  background: #fff url("../images/i-tap.jpg") no-repeat top right;
  font-size: 17px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.zs-search input{
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border:1px solid #ddd;
  position: relative;
  padding:0 8px;
  font-size: 17px;
  background: #fff;
}
.zs-search .box{
  display: flex;
  align-items: center;
  margin:0 auto 40px auto;
  width: 90%;
}
.zs-search i{
  color:#ff0033;
  margin-right: 10px;
}
.zs-btn{
  display: block;
  width: 265px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1989f9;
  color:#fff;
  font-size: 18px;
  border-radius: 40px;
  margin:60px auto 0 auto;
}
.zs-box{
  width: 100%;
  min-height: 530px;
  background: #fff;
  border-radius: 10px;
  margin:0 auto;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
}
.zs-box .pic{
  text-align: center;
}
.zs-box .pic img{
  width: 70%;
  height: 345px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px #aaa;
  cursor: pointer;
}
.zs-box .pic p{
  font-size: 16px;
  color:#666;
}
.zs-box .zs-btn{
  position: absolute;
  bottom:40px;
  left:50%;
  transform: translate(-50%,0);
}
.zs-box .no-pic p{
  height: 420px;
  font-size: 20px;
  text-align: center;
  color:#333;
  padding-top: 120px;
  box-sizing: border-box;
  background:#fff url("../images/box_bg.jpg") no-repeat bottom center /100% auto;
}
.hid-pic{
  display: none;
  position: fixed;
  left:0;
  top:0;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hid-pic p{
  font-size: 14px;
  color:#fff;
  padding:80px 20px 20px 20px;
}
.hid-pic i.close{
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/i-close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right:5%;
  top:80px;
  cursor: pointer;
}
.hid-pic img{
  display: block;
  width: 90%;
  height: auto;
  margin:0 auto;
}
