.advertisement{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6); 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.none{
    display: none !important;
}

.advertisement .advertisementContent{
    width: 411px;
    height: 305px;
    position: relative; 
}
.advertisement .advertisementContent .countdown{
    position: absolute;
    top: 120px; 
    left: 0;
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 14px; 
    text-align: center;
}
.advertisement .advertisementContent .activeClose{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    right: -56px;
    cursor: pointer;
}
.advertisement .advertisementContent .activeBtn{
    width: 180px;
    height: 57px;
    position: absolute; 
    bottom: -78px;
    left: 119px;
    cursor: pointer;
}
.advertisement .advertisementContent ul{
    position: absolute;
     top: 167px;
    /*top:225px;*/
    left: 0;
    padding: 0 0 0 12px;
    margin: 0;
}
.advertisement .advertisementContent ul li{
    width: 387px;
    height: 94px; 
    margin-bottom: 12px;
    list-style: none;
	border-radius: 10px;
    position: relative;
}
.advertisement .advertisementContent ul li .explains{
    position: absolute;
    z-index: 2; 
    left: 114px;
}
.advertisement .advertisementContent ul li .explains h3{
    font-size: 18px;
	color: #333333;
    font-weight: bold;
    margin: 24px 0 13px;
}
.advertisement .advertisementContent ul li .explains h4{
    font-size: 14px;
	color: #c18652;
}
.advertisement .advertisementContent ul li img{
    width: 387px;
    height: 94px;  
    position: absolute;
    top:0;
    left: 0;
}
.advertisement .advertisementContent ul li img.imgLimit {
	width: 40px;
	height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.advertisement .advertisementContent ul li:last-child{
    margin-bottom: 0;
}

/* 优惠券 */
.couponSelect{
    width: 385px;
	height: 30px;  
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #666666;
    position: relative;
    box-sizing: border-box;
}
.couponSelect:hover{
    border-color: #fa9a00;
}
.couponSelect .couponLabel{
    position: absolute;
    top: 0;
    left: 0; 
    width: 385px;
	height: 30px;
    line-height: 30px;
    padding-left: 11px; 
    box-sizing: border-box;
    cursor: pointer;
}
.couponSelect .couponLabel i{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #666666;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}
.couponSelect .couponLabel i.active{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    
}
.couponSelect ul{
    position: absolute;
    top: 40px;
    left: 0;
    list-style: none; 
    background: #ffffff;
    width: 385px;
    padding: 6px 0;
	box-shadow: 0px 2px 12px 0px 
		rgba(166, 166, 166, 0.16);
	border-radius: 4px;
	border: solid 1px #eeeeee; 
    z-index: 2;
    box-sizing: border-box;
}
.couponSelect ul li{ 
	height: 30px;
    line-height: 21px;
	font-size: 12px;
	color: #999999;
    padding-left: 9px;
    cursor: pointer;
}
.couponSelect ul li.active{ 
	color: #fa9a00;
}
.couponSelect ul li:hover{  
	background-color: #f7f7f7; 
	color: #666666;
}


/* 优惠券列表 */
.couponItemImg{
    width: 271px; 
    position: relative; 
    margin: 30px 22px 30px 0; 
}
.couponItemImg .couponLimit{
    position: absolute;
    top: -10px;
    left: 0;
}
.couponItemImg .couponInvalidIcon{
    position: absolute;
    bottom: 10px;
    right: 55px;
    z-index: 2;
}
.couponItemImg p{
    position: absolute;
    bottom: 0;
}
.couponItemImg p{ 
    width: 230px;
    position: absolute;
    bottom: 0;
    padding: 0 20px 0 28px;
	color: #ffffff;
}

.couponItemImg p .couponNumber{ 
	font-size: 46px;
    font-weight: bold;
}
.couponItemImg p .couponUnit{ 
	font-size: 22px;
    font-weight: bold;
}
.couponItemImg p .maxMoney{ 
	font-size: 14px;
    position: absolute;
    right: 12px;
    bottom: 13px;
    width: 95px;
    text-align: left;
}

.couponIntroduce{
	color: #333333; 
}
.couponIntroduce h3{ 
	font-size: 20px;
    margin-top: 3px;
}
.couponIntroduce h4{ 
	font-size: 14px;
}
.couponIntroduce.couponInvalidItem{ 
	color: #bbbbbb;
}
.couponNotAllowBtn{
    width: 100px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	background-color: #dddddd;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
    cursor:not-allowed;
    float: right;  
}
.couponAllowBtn{ 
    width: 100px;
	height: 40px;
    line-height: 30px;
}

.couponItemImg h5{
    position: absolute;
    font-size: 13px;
    color: white;
    left: 15px;
    top: 2px;
}

.couponIntroduce h5{
    margin-top: 40px;

}