﻿.coupon-box{
	width:1200px;
	margin: 10px auto;
}
.coupon-item {
  width: 316px;
  float: left;
  margin: 2px 15px 15px 2px;
  position: relative;
  height: 170px;
  padding-right: 65px;
  border: 1px solid #f1f1f1;
  background: #fff;
  font-family: "Microsoft YaHei";
}
.coupon-item ._header {
  padding: 25px 0 20px 15px;
  font-size: 12px;
}
.coupon-item ._price {
  color: #74d2d4;
}
.coupon-item ._price small {
  float: left;
  margin: 5px 0 0;
  font-family: verdana;
  font-size: 24px;
}
.coupon-item ._price strong {
  float: left;
  line-height: 50px;
  margin: 0 10px 0 5px;
  font-size: 60px;
  font-family: arial;
}
.coupon-item ._price ._txt {
  float: left;
  line-height: 22px;
  margin-top: 22px;
  color: #666;
}
.coupon-item ._info {
  line-height: 22px;
  color: #999;
  margin-top: 10px;
}
.coupon-item ._time {
  line-height: 22px;
  color: #999;
  clear: both;
}
.coupon-item ._footer {
  background: #74d2d4;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 133px;
  padding: 37px 22px 0 30px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.coupon-item ._footer a {
  color: #FFF;
}
.coupon-item ._footer a ._bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 170px;
  background: url(../images/semi-circle.png) repeat-y;
}
.coupon-pager {
  text-align: center;
  margin-top: 30px;
}
.coupon-pager a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 5px 1em;
  color: #0f81d8;
}
.coupon-pager a.active {
  font-weight: bold;
  border: none;
  color: #f19325;
}
.coupon-pager a:hover {
  color: #FFF;
  background: #0f81d8;
}