
.view {
  width: 360px;
  height:216px;
  margin: 15px;
  float: left;
  border: 5px solid #8ec54a;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #8ec54a；
}
.view .mask, .view .content {
  width: 360px;
  height: 260px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.view img {
  display: block;
  position: relative;
  width:360px;
  height: 216px;
}
.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 50px 20px 20px;
  text-align: center
}
.view span.info {
  display: inline-block;
  text-decoration: none;
  padding: 9px 14px;
  background: #8ec43a;
  color: #333;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  font-weight: 900;
}
.view span.info:hover {
  box-shadow: 0 0 5px #000
}

.view-first img {
  transition: all 0.2s linear;
}
.view-first .mask {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.view-first h2 {
  height:40px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  position: relative;
  font-size: 21px;
  line-height: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0 0;
  transform: translateY(150px);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
.view-first span.info{
  position: relative;
  bottom:40px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-first:hover img {
  transform: scale(1.1);
}
.view-first:hover .mask {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.view-first:hover h2{
  height:30px;
  font-size: 21px;
  line-height: 30px;
  background: #8ec54a;
/*  background: #8ec54a;*/
  margin: 30px 0 0 0;
  opacity: 1;
  transform: translateY(0px);
}
.view-first:hover p,
.view-first:hover span.info {
  opacity: 1;
  transform: translateY(0px);
}
.view-first:hover p {
  transition-delay: 0.1s;
}
.view-first:hover span.info {
  transition-delay: 0.2s;
}

#yellow{
  border: 5px solid #ffef3f;
}
#yellow a.info{
  background: #ffef3f;
}
#yellow span.info{
  background: #ffef3f;
}
#yellow:hover h2{
  background: #ffef3f;
}
#pink{
  border: 5px solid #f4b3c2;
}
#pink a.info{
  background: #f4b3c2;
}
#pink span.info{
  background: #f4b3c2;
}
#pink:hover h2{
  background: #f4b3c2;
}


.main2_bottom_left{
  position: absolute;
  display: inline-block;
  width:340px;
  height:216px;
  margin:527px 0 0 15px;
  padding:0 10px;
  border: 5px solid #f4b3c2;
}
_:-ms-lang(x),.main2_bottom_left{
  position: absolute;
  display: inline-block;
  width:340px;
  height:216px;
  margin:527px 0 0 -784.98px;
  padding:0 10px;
  border: 5px solid #f4b3c2;
}
.main2_bottom_right{
  display:inline-block;
  width:340px;
  height:216px;
  margin:25px 0 0 415px;
}
.main2_bottom_right_img1{
  position: absolute;
  transform: translateY(-10px)
}
.main2_bottom_right_img2{
  position: absolute;
  transform: translateY(110px)
}
.main2_bottom_right_img1 img{
  width:360px;
  border:5px solid #f4b3c2;
}
.main2_bottom_right_img2 img{
  width:360px;
  border:5px solid #f4b3c2;
}
