@charset "utf-8";
.demo {
	margin: 20px 20px
}

.demo ul {
	overflow: hidden;
	border: solid 1px #ddd;
	padding: 15px
}

.stamp * {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Microsoft YaHei", 'Source Code Pro', Menlo, Consolas, Monaco, monospace
}

.stamp {
	width: 200px;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
	float: left;
	color: #fff;
	cursor: pointer
}

.stamp i {
	position: absolute;
	left: 8%;
	top: 70px;
	height: 190px;
	width: 330px;
	background-color: rgba(255, 255, 255, .1);
	transform: rotate(-30deg)
}

.stamp h3,
.stamp .money {
	margin-bottom: 5px
}

.stamp span {
	font-size: 20px
}

.stamp h3,
.stamp .sign {
	font-size: 16px
}

.stamp sub {
	position: relative;
	color: rgba(255, 255, 255, .8)
}

.stamp01 {
	background: #7EAB1E
}

.stamp02 {
	background: #50ADD3
}

.stamp05 {
	background: #ccc
}

.stamp03 {
	background: #7EAB1E
}

.stamp04 {
	background: #50ADD3
}

.overdue {
	width: 280px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 99
}

.overdue span {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	border: solid 1px #ddd;
	background: rgba(255, 255, 255, .6);
	color: #333;
	border-radius: 50%
}

.overdue span b {
	margin: 40px 0 0 20px;
	display: inline-block;
	font-weight: bold
}

.ticket-banner {
	width: 100%;
	height: auto;
	background: #FEC753;
	overflow: hidden;
}

.ticket-banner img {
	width: 100%;
	margin: auto
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.ticket-title{
	height: 46px;
    border-bottom: 2px solid #E1E0E0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ticket-title h2{
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 46px;
    border-bottom: 2px solid #F39404;
}

.quan-list{
	overflow: hidden;
	margin: 0 -10px;
}

.quan-item, .quan-element {
	width: 385px;
	float: left;
	margin: 10px;
	position: relative;
	height: 168px;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
}

.quan-item.lingqu{
	background: url(../images/ticket/ticket_lingqu.png) no-repeat;
}

.quan-item.lingwan{
	background: url(../images/ticket/ticket_lingwan.png) no-repeat;
}

.quan-element.weishiyong{
	background: url(../images/ticket/ticket_weishiyong.png) no-repeat;
}

.quan-element.yiguoqi{
	background: url(../images/ticket/ticket_yiguoqi.png) no-repeat;
}

.quan-item .q-type {
	width: 240px;
    padding: 20px 0 20px 50px;
}

.quan-item .q-price {
	margin: 0 0 10px 10px;
	overflow: hidden;
	color: #fff
}

.quan-item .q-price em {
	float: left;
	margin-top: 20px;
	font-family: verdana;
	font-size: 24px;
	font-style: normal;
}

.quan-item .q-price strong {
	float: left;
	line-height: 50px;
	margin: 0 10px 0 5px;
	font-size: 60px;
	font-family: arial;
	font-weight: normal;
	_display: inline
}

.quan-item .q-price span{
	float: left;
	margin-top: 26px;
	font-size: 16px;
}

.quan-item .q-range {
	line-height: 22px;	
}

.quan-item .q-range .range-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
	text-align: center;
	font-family: '黑体';
	cursor: default;
	margin: 5px 0 0 10px;
	color: #505050;
	font-size: 13px;
}

.quan-item .q-range .time {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: '黑体';
	cursor: default;
	margin: 15px 0 0 8px;
	color: #fff;
	font-size: 16px;
}

.quan-receive{
	width: 76px;
	height: 76px;
	position: absolute;
	top: 60px;
	right: 80px;
	background: url(../images/ticket/have-to-receive.png) no-repeat;
	z-index: 99;
}


.quan-item .q-opbtns {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 130px;
	padding: 37px 30px 0;
	line-height: 22px;
	color: #bababa;
	font-size: 20px
}

.quan-item.lingwan .q-opbtns{
	padding: 50px 30px 0;
}


.quan-item .q-opbtns a {
	display: block;
	width: 20px;
	height: 133px;
	color: #33a1a3;
	text-decoration: none;
}


.quan-item .q-opbtns a:hover {
	color: #33a1a3;
}

.quan-element .element-left{
	width: 220px;
	margin: 20px 0 0 45px;
	float: left;
	color: #333;
}
.quan-element .element-left h3{
	font-size: 18px;	
	font-weight: normal;
	margin-bottom: 20px;
}

.quan-element .element-left p{
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.quan-element .element-right{
	width: 90px;
	float: right;
	padding: 20px 15px 0;
	text-align: center;
}
.quan-element .element-right span{
	font-size: 60px;	
	position: relative;
	padding-left: 20px;
}

.quan-element .element-right span em{
	font-style: normal;
	position: absolute;
	bottom: 12px;
	left: 0;
	font-size: 24px;
}
.quan-element .element-right p{
	font-size: 14px;
	margin: 0;
	font-family: '黑体';
	line-height: 1.5;
}


.quan-element.weishiyong .p1{
	color: #227f81;
}
.quan-element.weishiyong.p2, .quan-element.weishiyong span{
	color: #fff;
}

.quan-element.yiguoqi span{
	color: #a3a3a3;
}
.quan-element.yiguoqi .p1, .quan-element.yiguoqi .p2{
	color: #666;
}


.fr { float: right; _display: inline; }
.page1 { padding: 30px 0 20px; height: 30px; line-height: 30px; }
.page1 ul { float: right; }
.page1 li { float: left; padding-left: 8px; }
.page1 a { width: 28px; height: 28px; color: #888; font-family: 'SimSun'; float: left; text-align: center; line-height: 28px; border: 1px solid #E0E0E0; }
.page1 li.thisClass span, .page1 a:hover, .page1 a.cur { width: 28px; height: 28px; font-family: 'SimSun'; float: left; text-align: center; line-height: 28px; background-color: #1c7743; color: #fff; border: 1px solid #1c7743; }
.page1 .num { width: 50px; border: 1px solid #B8B8B8; text-align: center; height: 22px; line-height: 20px; color: #666; }
.page1 .enter { width: 50px; height: 22px; text-align: center; background-color: #2ac7a8; color: #fff; cursor: pointer; border-radius: 5px; }


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom: 1;
}
/*领取优惠券*/
.coupon_pop{ width:1200px; }
.coupon_pop ul{ margin-bottom: 20px; }
.coupon_pop ul li{ width:385px; background: url(../images/coupon_bg.png) no-repeat;margin:20px 7px 8px;  float: left; z-index:1; }
.coupon_pop ul li.bg2{ background: url(../images/coupon_bg2.png) no-repeat;}
.coupon_pop ul li.bg2 p.money{ color: #fff;  }
.coupon_pop ul li p{text-indent: 60px; font-size: 14px; color: #fff; line-height: 28px; width:280px; overflow: hidden;}
.coupon_pop ul li p span{ margin-left:5px; }
.coupon_pop ul li .coupon_con{ width:280px; height: 168px; margin-bottom: 10px;position: relative; }
.coupon_pop ul li .coupon_con .coupon_more{ border-top: #fff 1px dashed; color: #fff; line-height: 36px; width:246px; margin:0 auto; text-indent: 0; position: relative; cursor: pointer;  background: url(../images/bg_jiantou.png) no-repeat; background-position: 214px 3px;z-index: 22 }
.coupon_pop ul li p.money{ color:#fff;  font-size: 24px; height: 76px; line-height: 76px; }
.coupon_pop ul li p.money span{ margin-right: 5px; }
.coupon_pop ul li p.money span.span_sum{ font-size: 50px; }
.coupon_pop ul li p.money span.span_size{ font-size: 16px; }
.coupon_pop ul li p.coupon_con_text{ background: #fff; border-radius: 14px; text-indent: 0; width:195px; margin-left: 50px;  text-align: center; color: #333333; }
.coupon_pop ul li .coupon_conp{ line-height: 22px; max-height:40px; padding:5px 14px; width:354px; border:#e2e2e2 1px solid; background: #ffffff url(../images/coupon_more_bg.png) repeat-x; font-size: 12px; color: #8f8f8f; position: absolute;top:34px; left:-17px;z-index: 99; display:block; overflow:hidden; text-overflow:ellipsis; }
.coupon_pop ul li p.coupon_use a{ width:25px; color: #33a1a3; text-indent: 0px; font-size: 20px; position: absolute;top:5px; right:-85px; line-height: 24px; padding: 30px 20px; }
.coupon_pop ul li.bg2 p.coupon_use a{ color: #bababa; }

.coupon_pop ul li .yilingqu{width:74px; height: 74px; background: url(../images/lingqu.png) no-repeat; position: absolute; right:-27px; top:17px;}



/*dome*/
.dome{margin:20px auto; width:944px;}
.dome ul {
	width:944px;
	overflow: hidden;
	border: solid 1px #ddd;
	padding: 15px;
}
.dome ul li{ width:220px; height:193px; float: left; background: url(../images/coupon_me.png) no-repeat; margin:8px; }
.coupon_con{ cursor: pointer; }
.dome ul li p{ color: #666666; font-size: 13px;height: 22px; line-height: 22px; text-indent: 10px;}
.dome ul li p span{color: #9b9b9b;}
.dome ul li p.money{ color: #fff; font-size: 24px; font-weight: 600; height: 60px; line-height: 60px; text-align: center;text-indent: 0px;}
.dome ul li p.money span{color: #fff; }
.dome ul li p.money .span_sum{ font-size: 31px;margin-right: 5px; }
.dome ul li p.money .span_size{font-size: 16px; }
.dome ul li p.coupon_text{ width:200px; margin:0 auto;  text-align: center;  color: #333; background:#fff; border-radius: 14px; margin-bottom: 32px;text-indent: 0px; }
.dome ul li p.coupon_more{width:202px; margin:0 auto; text-indent: 10px; height: 40px; line-height: 40px; cursor: pointer; color: #74d2d4; border-top: #74d2d4 1px dashed;}

.dome ul li.bg2{background: url(../images/coupon_me2.png) no-repeat;}
.dome ul li.bg2 p.coupon_more{color: #bababa; border-top: #bababa 1px dashed;}
/*弹出层*/
.coupon{ position: fixed; top: 0;left: 0; width:100%; height:100%;  z-index: 1; background:#000; filter:alpha(opacity:30); opacity:0.3;  -moz-opacity:0.3;-webkit-opacity: 0.3;-ms-opacity: 0.3;}

.coupon_warp{ position: relative;position: fixed;z-index: 10; top:50%; left: 50%; margin-top: -255px; margin-left: -427px;width:854px; background: #fff; border-radius: 10px; border: #83b840 9px solid;  }
.coupon_pop{ /*width:854px;*/ background: #fff;  /*max-height: 510px;*/ overflow-y:auto;z-index:-1;}
.coupon_warp .close_x{ width:40px; height: 40px; line-height: 34px; text-align: center; border:#cecece 1px solid; border-radius: 50%; background: #fff; position: absolute; top:-20px; right:20px; }
