.fix {
  *zoom: 1;
  *clear: both;
}

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: "";
}

.oh {
  overflow: hidden;
  *zoom: 1;
}

.l {
  float: left;
}

.r {
  float: right;
}

.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el2 {
  display:-webkit-box;
  overflow:hidden;
  white-space:normal!important;
  text-overflow:ellipsis;
  word-wrap:break-word;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="rect-"] .full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rect-66 {
  padding-bottom: 66.66666666666667%;
}

.imgZoom img {
  transition: all .8s ease 0s;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom:hover img {
  transform: scale(1.1, 1.1);
}