.coupon-center .coupon-banner{
	margin-top: 10px;
	height: 350px;
	background:url(../images/couponcenter/couponb.jpg?r={REVISION}) no-repeat center;
}
.coupon-banner .cont{
	position: relative;
	height: 350px;
}
.coupon-banner .line1{
	position: absolute;
	padding: 20px 10px;
	width: 367px;
	height: 195px;
	top: 62px;
	left: 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px #9e9e9e;
}
.coupon-banner .line1 span{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.coupon-banner .line2{
	display: block;
	position: absolute;
	width: 489px;
	height: 140px;
	top: 106px;
	right: 10px;
	color: #fff;
}
.coupon-banner .line2 .t1{
	position: absolute;
  top: 33px;
  width: 265px;
  left: 15px;
  font-size: 32px;
  text-align: center;
}
.coupon-banner .line2 .t2{
	position: absolute;
	top: 95px;
	left: 15px;
}
.coupon-banner .line2 .t3{
	position: absolute;
	width: 268px;
	top: 82px;
	left: 15px;
	font-size: 13px;
	font-weight: normal;
}
.coupon-banner .line2 .tt{
	position: absolute;
  width: 157px;
  top: 53px;
  right: 3px;
  font-size: 20px;
  padding: 12px 0;
  text-align: center;
  text-transform: capitalize;
  border-radius: 50px;
  background: #fff;
  color: #fe6748;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.coupon-banner .line2 .tt:hover{
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
	text-shadow:1px 1px #f4f4f4;
}

.coupon-center .coupon-nav-container{
	position: relative;
	height: 50px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
	background:#fff url('../images/couponcenter/coupons.png?r={REVISION}') repeat-x 0px 0px;
}
.coupon-center .coupon-nav{
	position: relative;
	height: 50px;
	font-size: 0;
	overflow: hidden;
}
.coupon-center .coupon-nav.fix{
	position: fixed;
	width: 990px;
	top: 0;
	left: 50%;
	margin-left: -495px;
	border-width: 0;
	box-shadow: 0px 1px 1px rgba(158, 158, 158, 0.32);
	background: #fff;
	z-index: 999;
}
.coupon-nav li{
	display: inline-block;
}

.coupon-nav li.showall{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	cursor: pointer;
}
.coupon-nav li.showall span{
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: #ccc transparent transparent transparent;
}
.coupon-nav li.cur a{
	color: #ff7d0d;
}
.coupon-nav a{
	display: block;
	padding:0 12px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
}
.coupon-list{
	overflow: hidden;
}
.coupon-list .coupon-item{
	width: 310px;
	height: 250px;
	float: left;
	margin-right: 28px;
	margin-bottom: 30px;
 /* background: #FFF4EB; */
	background:repeating-linear-gradient(45deg,#FFF4EB, #FFF4EB 1px, #fcfcfc 0, #fcfcfc 2px)
}
.milanoo-ar .coupon-list .coupon-item{
	float: right;
	margin-right: 0;
	margin-left: 28px;
}
.coupon-item:hover{
	box-shadow:  0 1px 2px #ccc;
}

.coupon-list .coupon-item:nth-child(3n){
	margin-right: 0;
	margin-left: 0;
}
.paper{ position: relative;  }
.paper:hover{ box-shadow: none;}
.paper:before {
    -webkit-transform: skew(-15deg) rotate(-5deg);
    -moz-transform: skew(-15deg) rotate(-5deg);
    -o-transform: skew(-15deg) rotate(-5deg);
    transform: skew(-15deg) rotate(-5deg);
    left: 15px;
}

.paper:hover:before {
    -webkit-transform: skew(-15deg) rotate(-2deg);
    -moz-transform: skew(-15deg) rotate(-2deg);
    -o-transform: skew(-15deg) rotate(-2deg);
    transform: skew(-15deg) rotate(-2deg);
}
.paper:after {
    -webkit-transform: skew(15deg) rotate(5deg);
    -moz-transform: skew(15deg) rotate(5deg);
    -o-transform: skew(15deg) rotate(5deg);
    transform: skew(15deg) rotate(5deg);
    right: 15px;
}

.paper:hover:after {
    -webkit-transform: skew(15deg) rotate(9deg);
    -moz-transform: skew(15deg) rotate(9deg);
    -o-transform: skew(15deg) rotate(9deg);
    transform: skew(15deg) rotate(9deg);
}
.paper:before, .paper:after {
    width: 90%;
    height: 20%;
    content: ' ';
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 22px;
    transition: all .25s linear;
    z-index: -1;
}

.coupon-item .coupon-item__act{
	padding: 10px 20px 0;
}

.coupon-item__info .t_l{
		background:#fff url('../images/couponcenter/coupont.jpg?r={REVISION}') no-repeat 0px 0px;
    padding: 22px 20px 0;
    text-transform: capitalize;
    color: #ffffff;
    height: 80px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.coupon-item__info .t_l h2{
	display: block;
  overflow: hidden; 
  height: 24px;
	vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.coupon-item__info .t_l .name{
  font-size: 14px;
  line-height: 24px;
  display: block;
  overflow: hidden; 
  height: 24px;
}

.coupon-item__info .cat{
	font-weight: bold;
	color: #C25F0C;
	padding:0 20px;
}
.coupon-item__info .time{
	color: #666;
	padding:8px 20px;
}
.coupon-item__info .limit{
    color: #666;
    padding:0 20px;
}

.coupon-item__info .more{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.coupon-item__info .more::after{
  content: ' ';
  position: relative;
  display: inline-block;
  top: 3px;
  width: 0;
  height: 0;
  border: 5px solid;
  margin:0 2px;
  border-color: #C25F0C transparent transparent transparent;
}
.coupon-item__info .more:hover::after{
	transform: rotate(180deg);
	top:-2px;
}

.coupon-item__info .more .more-cat{
	position: absolute;
	left: 0;
	bottom: -32px;
	padding: 5px 0 ;
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	background-color: #fff;
	min-width: 170px;
	display: none;
    z-index: 2;
}
.milanoo-ar .coupon-item__info .more .more-cat{
	left: auto;
	right: 0;
}
.coupon-item__info .more:hover .more-cat{
	display: block;
}
.coupon-item__info .more-cat ul{
	max-height: 110px;
	overflow: hidden;
}
.coupon-item__info .more-cat li{
	padding:0 15px;
	line-height: 22px;
}
.coupon-item__info .more-cat a{
	display: block;
	color: #315c99;
	font-size: 12px;
}
.coupon-item__info .more-cat a:hover{
	text-decoration: underline;
}




.coupon-item__act a{
	display: block;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	overflow: hidden;
}
.coupon-item__act a:hover{
	opacity: .9;
}
.coupon-item__act a.get{	
	border:1px solid #ff7b0c;
	color: #ff7b0c;
}
.coupon-item__act a.get:hover{
	background-color: #ffe5ce;
}
.coupon-item__act a.want{
	border:1px solid #000;
	color: #000;
}
.coupon-item__act a.want:hover,
.coupon-item__act a.want.disabled{
	background-color: #ddd;
}
.coupon-item__act a.use{
	border:1px solid #ff7b0c;
	background-color: #ff7b0c;
	color: #fff;

	position: relative;
}


.coupon-item__act .proc{
	margin-top: 10px;
	height: 4px;
	background-color: #e8e8e8;
}
.coupon-item__act .proc-now{
	width: 0;
	height: 4px;
	background-color: #ff5704;
	-webkit-transition: width 2s linear;
	transition: width 2s linear;
}
.coupon-item__act .pct{
	text-align: right;
	color: #999;
}
.milanoo-ar .coupon-item__act .pct{
	text-align: left;
}
.coupon-item__act .share{
	margin-top: 5px;
	position: relative;
	padding-left: 22px;
}
.milanoo-ar .coupon-item__act .share{
	padding-left: 0;
	padding-right: 25px;
}
.coupon-item__act .share>span{
	display: inline-block;
	position: absolute;
	left: 0;
}
.milanoo-ar .coupon-item__act .share>span{
	left: auto;
	right: 0;
}



.coupon-item:hover .coupon-item__info{
	border-color: #ff7b0c #ff7b0c #ddd #ff7b0c;
}
.coupon-item:hover .coupon-item__info::before{
	border-right: none;
	box-shadow: 0px 1px 0px #ff7b0c inset;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.coupon-item:hover .coupon-item__info::after{
	border-left: none;
	box-shadow: 0px 1px 0px #ff7b0c inset;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.coupon-item:hover .coupon-item__act{
	border-color: #ff7b0c;
}

.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color:rgba(0,0,0,.3);
	display: none;
}
.popup.loading{
	background:rgba(0,0,0,.3) url('../images/waiting.gif') no-repeat center center;
}

.popup .popup-content{
	position: absolute;
	padding:30px 20px;
	width: 310px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -150px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	border-radius: 4px;
	text-align: center;
	display: none;
}
.catpop .popup-content{
	text-align: left;
}
.popup-content h3{
	margin: 10px 0;
	padding:0 20px;
	color: #000;
}
.popup-content div{
	margin-bottom: 10px;
}
.popup-content a{
	display: block;
	margin:10px 20px;
	padding:8px 0;
	background-color: #ff7b0c;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

.popup-content span{
	display: block;
}

.popup-content .coupon{
	padding:10px 0;
}

.popup-content .coupon i{
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 18px;
	background:url('../images/couponcenter/coupons.png?r={REVISION}') no-repeat 0px -249px;
}
.popup-content .coupon .txt{
	display: inline;
	margin:0 10px;
}
.popup-content .coupon .copy{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
	background:url('../images/couponcenter/coupons.png?r={REVISION}') no-repeat 0px -277px;
	cursor: pointer;
}

.popup .success .flag{
	display: inline-block;
	width: 64px;
	height: 64px;
	background:url('../images/couponcenter/coupons.png?r={REVISION}') no-repeat 0px -90px;
}

.popup .fail .flag{
	display: inline-block;
	width: 64px;
	height: 57px;
	background:url('../images/couponcenter/coupons.png?r={REVISION}') no-repeat 0px -172px;
}

.popup .fail a{
	margin-top: 30px;
	color: #666;
	border: 1px solid #ddd;
	background-color: #fff;
}

.coupon-detail .friends{
	width: 310px;
	margin:20px auto 0;
}

.coupon-detail .coupon-list .coupon-item{
	float: none;
	margin:20px auto;
}

.bubble:hover::before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius:50%;
	top: -40px;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	animation: bubble  2s infinite linear ;
}

.bubble:hover::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius:50%;
	top: -40px;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	animation: bubble  4s .2s infinite linear ;
}

@keyframes bubble {
   100% {
    box-shadow:
      rgba(255, 255, 255, 0) -10px 30px,
      rgba(255, 255, 255, 0) 40px 40px,
      rgba(255, 255, 255, .6) -50px 75px,
      rgba(255, 255, 255, .6) 55px 50px,
      rgba(255, 255, 255, .6) -18px 100px,
      rgba(255, 255, 255, .6) 12px 95px,
      rgba(255, 255, 255, .6) -31px 45px,
      rgba(255, 255, 255, .6) 30px 35px;
  }
  75% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 45px,
      rgba(255, 255, 255, .6) 40px 60px,
      rgba(255, 255, 255, .6) -50px 90px,
      rgba(255, 255, 255, .6) 55px 65px,
      rgba(255, 255, 255, 0) -18px 120px,
      rgba(255, 255, 255, 0) 12px 120px,
      rgba(255, 255, 255, .6) -31px 70px,
      rgba(255, 255, 255, .6) 30px 60px;
  }
  74% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 45px,
      rgba(255, 255, 255, .6) 40px 60px,
      rgba(255, 255, 255, .6) -50px 90px,
      rgba(255, 255, 255, .6) 55px 65px,
      rgba(255, 255, 255, 0) -18px 40px,
      rgba(255, 255, 255, 0) 12px 20px,
      rgba(255, 255, 255, .6) -31px 70px,
      rgba(255, 255, 255, .6) 30px 60px;
  }
  50% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 70px,
      rgba(255, 255, 255, .6) 40px 80px,
      rgba(255, 255, 255, 0) -50px 100px,
      rgba(255, 255, 255, .6) 55px 80px,
      rgba(255, 255, 255, .6) -18px 60px,
      rgba(255, 255, 255, .6) 12px 45px,
      rgba(255, 255, 255, .6) -31px 95px,
      rgba(255, 255, 255, .6) 30px 85px;
  }
  49% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 70px,
      rgba(255, 255, 255, .6) 40px 80px,
      rgba(255, 255, 255, 0) -50px 45px,
      rgba(255, 255, 255, .6) 55px 80px,
      rgba(255, 255, 255, .6) -18px 60px,
      rgba(255, 255, 255, .6) 12px 45px,
      rgba(255, 255, 255, .6) -31px 95px,
      rgba(255, 255, 255, .6) 30px 85px;
  }
  25% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 95px,
      rgba(255, 255, 255, .6) 40px 100px,
      rgba(255, 255, 255, .6) -50px 60px,
      rgba(255, 255, 255, 0) 55px 95px,
      rgba(255, 255, 255, .6) -18px 80px,
      rgba(255, 255, 255, .6) 12px 70px,
      rgba(255, 255, 255, 0) -31px 120px,
      rgba(255, 255, 255, 0) 30px 110px;
  }
  24% {
    box-shadow:
      rgba(255, 255, 255, .6) -10px 95px,
      rgba(255, 255, 255, .6) 40px 100px,
      rgba(255, 255, 255, .6) -50px 60px,
      rgba(255, 255, 255, 0) 55px 35px,
      rgba(255, 255, 255, .6) -18px 80px,
      rgba(255, 255, 255, .6) 12px 70px,
      rgba(255, 255, 255, 0) -31px 25px,
      rgba(255, 255, 255, 0) 30px 15px;
  }
  0% {
    box-shadow:
      rgba(255, 255, 255, 0) -10px 120px,
      rgba(255, 255, 255, 0) 40px 120px,
      rgba(255, 255, 255, .6) -50px 75px,
      rgba(255, 255, 255, .6) 55px 50px,
      rgba(255, 255, 255, .6) -18px 100px,
      rgba(255, 255, 255, .6) 12px 95px,
      rgba(255, 255, 255, .6) -31px 45px,
      rgba(255, 255, 255, .6) 30px 35px;
  }
}

.no_coupon{ text-align: center; padding-top: 220px; background: url('../images/coupon-empty.png') center 20px no-repeat; }
.no_coupon .txt{ margin-bottom: 40px; font-size: 15px; color: #999; }