.deal-tile {
  position: relative;
  float: left;
  width: 350px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #999999;
}
.deal-tile .num {
  font-family: arial, sans-serif;
}
.deal-tile__cover {
  position: relative;
  _zoom: 1;
}
.deal-tile__cover a {
  display: block;
}
.deal-tile__cover img {
  display: block;
}
.deal-tile__cover .trade-geo {
  position: absolute;
  bottom: 0;
  width: 320px;
  padding: 5px 15px;
  max-height: 166px;
  z-index: 5;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  text-decoration: none!important;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.deal-tile__cover .geo-hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.deal-tile__cover .trade-geo:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.deal-tile__title {
  margin-top: 18px;
  padding: 0 15px;
  font-family: '宋体', sans-serif;
}
.deal-tile__title .w-link {
  display: block;
  height: 66px;
  overflow: hidden;
  _cursor: pointer;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color 0.2s;
}
.deal-tile__title .w-link:hover {
  text-decoration: none;
}
.deal-tile__title .xtitle,
.deal-tile__title .short-title {
  display: block;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  padding-left: 10px;
}
.deal-tile__title .xtitle {
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: -0.5em;
  padding-left: 10px;
  _width: 306px;
}
.deal-tile__title .short-title {
  color: #999;
  font-weight: normal;
}
.deal-tile:hover .xtitle {
  color: #000000;
}
.deal-tile:hover .short-title {
  color: #666666;
}
.deal-tile .w-link:hover .xtitle {
  _color: #000000;
}
.deal-tile .w-link:hover .short-title {
  _color: #666666;
}
.deal-tile__detail {
  padding: 0 15px 11px;
}
.deal-tile__detail .price {
  margin-right: 10px;
  font-size: 26px;
  color: #f76120;
}
.deal-tile__detail .price strong {
  margin-left: 2px;
}
.deal-tile__detail .num {
  font-family: arial, sans-serif;
}
.deal-tile__detail .sales {
  float: right;
  height: 39px;
  line-height: 39px;
}
.deal-tile__detail .sales .num {
  color: #fd6b44;
  font-weight: normal;
}
.deal-tile .deal-mark {
  top: -4px;
  left: 10px;
}
.deal-tile--reco {
  border: 0;
  width: 198px;
  height: 195px;
  font-size: 12px;
}
.deal-tile--reco:hover {
  box-shadow: none;
}
.deal-tile--reco .w-link {
  width: 198px;
  height: 36px;
}
.deal-tile--reco .w-link:hover .short-title {
  color: #5b8711;
}
.deal-tile--reco .short-title {
  text-indent: -0.5em;
  color: #666666;
}
.deal-tile--reco .price {
  font-size: 22px;
}
.deal-tile--reco .deal-tile__title {
  margin-top: 10px;
  padding: 0;
}
.deal-tile--reco .deal-tile__detail {
  padding: 0;
}
.deal-tile--reco .deal-rank {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0 2px 2px 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: url(../../images/skin/sp-main-new-24.png) 0 -314px no-repeat;
  _background-image: url(../../images/skin/sp-main-new.png);
  color: #FFF;
  text-align: center;
}
.top-reco-deals .deal-tile--reco {
  float: none;
}
