.view {
   width: 100%;
   float: left;
   overflow: hidden;
   border:1px solid #ccc;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width:100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   overflow-y: scroll;
   top: 0;
   left: 0;
}
.view img {
   -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.view p {
   font-size: 12px;
   position: relative;
   color: #ffffff;
   padding:10px 5px;
}
