/* -----------------------
 *		This is a free template, but the use of the terms of the license agreement
 *
 *		$Id: common.css
 *		$Created & Modified by 耀盟同城

	----------------------------------*/
	.cur2 { cursor: no-drop; }

/* 
	导航栏样式
------------------------------------------------------------------- */
.topnav .y{background: rgba(0,0,0,.2);border-radius: 16px;height: 32px;line-height: 32px;padding: 0 20px;}

/* 
	导航栏样式
------------------------------------------------------------------- */
.floor-title{width: 100%;font-weight: 500;font-size: 24px;font-family: "Microsoft YaHei";}
.floor-title em{margin-left: 30px;}

/* 
	记录弹窗样式
------------------------------------------------------------------- */
.record{min-width: 700px;min-height: 340px;}
.record-title{height: 32px;background-color: #EEE;}
.record-box em{height: 32px;line-height: 32px;text-indent: 6px;display: block;float: left;}
.record-box .w-1{width: 50px;}
.record-box .w-2{width: calc(100% - 430px);}
.record-box .w-3{width: 90px;}
.record-box .w-4{width: 200px;}
/* 
	优惠券框架样式
------------------------------------------------------------------- */
.coupons{width: 840px;padding: 0 60px;}
html.widthauto .coupons{width: calc(100% - (100% - 1260px));padding: 0 calc((100% - 1260px) / 2);}
.stamp{background-size: 16px 15px !important;background-position: 24px 3px !important;width: 380px;height: 140px;padding: 0 10px;position: relative;margin: 10px;overflow: hidden;}
.stamp:before {content: '';position: absolute;top: 0;bottom: 0;left: 10px;right: 10px;z-index: -1;}
.stamp .background{background-color: rgba(255, 255, 255, .15); width: 390px;height: 190px;position: absolute;left: 20%;top: 45px;transform: rotate(-30deg);z-index: -1;}

/* 
	优惠券框架样式 - 背景颜色
------------------------------------------------------------------- */
.stamp_0{background: radial-gradient(transparent 0, transparent 5px, #FA7D3C 5px);z-index: 1;}
.stamp_0:before {background-color: #FA7D3C;}
.stamp_1{background: radial-gradient(transparent 0, transparent 5px, #DDD 5px);z-index: 1;}
.stamp_1:before {background-color: #DDD;}
/*
	优惠券框架样式 - 左右框架
------------------------------------------------------------------- */
.stamp .z{width: 220px;height: 110px;padding:15px;border-right: 2px dashed rgba(255, 255, 255, .3);}
.stamp .y{width: 98px;height: 110px;padding:15px;}

/*
	优惠券框架样式 - 框架内容
------------------------------------------------------------------- */
.stamp .z p{height: 22px;line-height: 22px;color: #FFF;font-size: 16px;font-family:"Microsoft YaHei";}
.stamp .z sub{color: rgba(255, 255, 255, .8);font-family:"Microsoft YaHei";}
.stamp .z .sign{font-size: 34px;}
.stamp .z span {height: 66px;line-height: 66px;display: inline-block;font-size: 44px;color: #FFF;}
.stamp .y p{font-size: 24px;color: #FFF;font-family:"Microsoft YaHei";}
.stamp .y .btn{background-color: #FFF;border-radius: 3px;height: 28px;line-height: 28px;display: block;color: #333;font-family:"Microsoft YaHei";}
.stamp .y .btn:hover{text-decoration: none;}

/*
	优惠券框架样式 - 售罄
------------------------------------------------------------------- */
.period{background-image: url("../images/Period.png");width: 150px;height: 92px;position: absolute;left: 38%;top: -15px;}