/*vouchers*/
.vouchers {
	margin: 60px auto;
	position: relative;
}
.vouchers .top_vouchers {
	height: 400px;
	position: relative;
}
.vouchers .top_vouchers h1 {
	font-size: 38px;
	line-height: 50px;
	margin: 0 0 35px;
}
.vouchers .top_vouchers .ticket h3 {
	font-size: 24px;
	margin: 0 0 10px;
}
.vouchers .top_vouchers .ticket .source {
	margin-bottom: 10px;
}
.vouchers .top_vouchers .ticket .source .time {
	margin-left: 10px;
	color: #737154;
	font-weight: 700;
}
.vouchers .top_vouchers .ticket .desc {
	color: #57615d;
	margin-bottom: 10px;
	font-weight: bold;
}
.vouchers .top_vouchers .ticket .desc p {
	color: #737154;
}
.vouchers .top_vouchers .ticket_btn {
	width: 280px;
	height: 50px;
}
.vouchers .bottom {
	position: absolute;
	bottom: 2px;
}
.voucher_num {
	position: absolute;
	top: 40%;
	right: 15%;
	background: #fff;
	color: #333;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
}

.vouchers .top_vouchers .isSave {
	display: none;
	color: #9F9FA0;
	font-weight: 700;
	width: 280px;
	height: 50px;
	color: #fff;
	background-color: #b9d1a6;
	border: none;
}
.vouchers .share {
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	z-index: 10;
}

.vouchers .ticket_voice {
	padding-top: 65px;
	display: none;
	height: 400px;
}
.vouchers .ticket_voice h5 {
	margin-top: 30px;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 15px;
}
.vouchers .ticket_voice h5 i {
	color: #A0C181;
	margin-right: 15px;
	font-size: 24px;
	font-weight: 300;
}
.vouchers .ticket_voice p {
	margin-top: 30px;
	color: #333836;
}
.vouchers .ticket_voice p a {
	font-weight: 700;
}
.vouchers .ticket_back {
	color: #737154 !important;
}
.vouchers .ticket_btn {
	font-weight: bold;
	font-size: 13px;
}
.voucher_left {
	width: 645px;
}
.voucher_right {
	width: 280px;
}
.myAffix {
	padding: 25px 20px;
	/*border: 1px solid #eee;*/
	width: 278px;
	background: #fff;
}
.myAffix .panel {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}
.myAffix .panel .panel-heading,.myAffix .panel .panel-body {
	padding: 0;
}
.myAffix .panel .panel-heading {
	margin-bottom: 10px;
}
.myAffix .panel .panel-heading .panel-title {
	color: #57615d;
}
.myAffix .panel .panel-body p {
	color: #828f87;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.big__empty_pocket{
    width: 100%;
    height: 300px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    margin-top: 80px;
    position: relative;
}
.big__empty_pocket .empty_inner{
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.big__empty_pocket .empty_inner p:nth-child(1){
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 700;
}
.big__empty_pocket .empty_inner p:nth-child(2){
	font-size: 25px;
	font-family: "Open Sans";
	color: #333836;
	margin-top: 15px;
	font-weight: 700;
}


/* 扫码领券 */
.vouchers_welcome .white_bg {
	padding: 60px 80px;
}
.vouchers_welcome h3 {
	font-size: 16px;
	color: #57615d;
	margin-bottom: 15px;
}
.vouchers_welcome p {
	color: #828f87;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.vouchers_welcome p span {
	color: #aaa;
}
a.voucher_more{
	color: #A0C181;
	font-weight: 700;
}
