@charset "UTF-8";
/* CSS Document */
body {background: #fff;}
a {color: inherit;}
.wrap {width: 690px;margin: auto;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-content: space-between;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix{
  *zoom:1;
}
.wrapper {
  width: 700px;
  margin: auto;
}
.mar {margin: 30px auto;}

.zp a {
  width: 304px;
  height: 300px;
  border: 1px solid #666;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.zp a p {padding-top: 20px;}
.zpbtn {
  display: block;
  width: 690px;
  height: 60px;
  line-height: 60px;
  background: #dd9797;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}





