﻿/*Common Css Start*/
@charset "utf-8";
.coupon-message {
font-family: "Microsoft Yahei";
text-align: center;
}

.coupon-message .title {
    margin: 0px;
    font-size: 32px;
    line-height: 65px;
    color: #202020;
}

.coupon-message i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin: -5px 5px 0px -53px;
    *margin: 3px 5px 0px -53px;
    width: 48px;
    height: 48px;
    line-height: 65px;
    background: url(//pic.c-ctrip.com/car/icon/couponIcon.png) no-repeat 0px 0px;
}

.coupon-message .wrong {
    background-position: -48px 0px;
}

.coupon-message .alert {
    background-position: -96px 0px;
}

.coupon-message .text {
    margin: 0px;
    line-height: 26px;
    font-size: 18px;
    color: #818287;
    margin-bottom: 32px;
}
/*Common Css End*/


/* //car.ctrip.com/tool/coupon Start */
.c_wrap{
	width: 100%;
	background: #fdbf19 url(//pic.ctrip.com/car/coupon/bg.jpg) center top no-repeat;
	padding-bottom: 50px;
    margin-top:-41px;
}
.c_inner{
	width: 1002px;
	margin: 0 auto;
}
.c_top{
	height: 600px;
	background: url(//pic.ctrip.com/car/coupon/index_01.jpg) no-repeat;
}
.c_get{
	padding: 30px 0 0px;
}
.c_get li{
	float: left;
	width: 317px;
	height: 196px;
	background: url(//pic.ctrip.com/car/coupon/index_03.png) no-repeat;
	margin-left: 25px;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s linear 0s;
	position: relative;
}
.c_get li:hover { 
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform:translateY(-5px);
}
.c_get li.one{
	background: url(//pic.ctrip.com/car/coupon/index_03.png) no-repeat;
	margin-left: 0;
}
.c_get li.two{
	background: url(//pic.ctrip.com/car/coupon/index_03.png) no-repeat;
}
.c_get span{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.c_get em{
	position: absolute;
	top: 42px;
	left: 20px;
}
.c_get i{
	font-size: 70px;
	font-style: normal;
}
.c_get a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 20px;
	color: #4e3b08;
	border-radius: 4px;
	background-color: #fdbf19;
	position: absolute;
	right: 20px;
	bottom: 20px;
	box-shadow: 0 2px 1px #683d4b;
}
.c_rule{
	padding: 15px 55px;
	font-size: 16px;
	background-color: #edaf08;
	border-radius: 4px;
	margin-bottom: 30px;
}
.c_rule b{
	display: block;
}
.c_rule em{
	color: #a443e8;
}
.c_saleT{
	font-size: 30px;
	text-align: center;
	padding: 30px 0 0;
}
.saleList li{
	float: left;
	padding: 50px 0 0;
	font-size: 14px;
	line-height: 2;
}
.saleList li a{
	color: #333;
}
.saleList img{
	display: block;
	width: 480px;
	height: 145px;
	margin-bottom: 10px;
}
.saleList .big{
	display: block;
	font-size: 20px;
}
.saleList .ml{
	margin-left: 42px;
}
.cpn_disable {
    cursor:not-allowed;
}
.cpn_receive,
.cpn_use {
    cursor:pointer;
}
/* //car.ctrip.com/tool/coupon End */