
.coupon {
  
    position: fixed;
    width: 100%;
    height: 70px;
    background: rgba(35,35,33,.95);
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    bottom: 0;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -moz-transition: transform ease-in-out .5s,-moz-transform ease-in-out .5s;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out;
    z-index: 100;
}
.coupon_in {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.grid_c1, .grid_md6 {
    margin: 0 auto;
    width: 1190px;
}
.coupon_ticket {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #c4a66a;
    bottom: 10px;
    text-align: center;
}

.coupon_ticket_tit {
    font-size: 14px;
    color: #fff;
    padding-top: 7px;
}
.coupon_ticket_subtit {
    font-size: 12px;
    color: #fff;
}

.coupon_ticket_money {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background: #fff;
    overflow: hidden;
}
.coupon_ticket_money_bg {
    position: absolute;
    width: 66px;
    height: 64px;
    top: -20px;
    left: -2px;
}
.icon_coupon_bg svg {
    display: block;
    width: 100%;
    height: 100%;
}.coupon_ticket_money_bg svg {
    fill: rgba(230,233,238,.26);
}.coupon_ticket_money span {
    position: relative;
    color: #c4a66a;
    font-family: toplifeCustomEn,Arial;
}
.coupon_ticket:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
    border: solid;
    border-color: transparent transparent #000 #000;
    border-width: 10px 8px;
}
.coupon_close_icon {
    width: 100%;
    height: 100%;
}
.coupon_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all ease-in-out .5s;
    transition: all .5s ease-in-out;
}
.coupon_txt {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-top: 25px;
    margin-left: 100px;
    padding-right: 15px;
    color: #c4a66a;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all ease-in-out .5s;
    transition: all .5s ease-in-out;
}
.coupon_close{
    color: #c4a66a;
	font-size:20px;
}
.coupon_inner {
    position: relative;
    height: 100%;
}
.coupon_txt_arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 10px;
    margin-top: -5px;
}
.coupon_txt_arrow svg {
    fill: #c4a66a;
}
.icon_triarrow svg {
    display: block;
    width: 100%;
    height: 100%;
}
/*向右*/
.triangle_border_right span{
    display:block;
    width:0;
    height:0;
    border-width:7px 0 7px 7px;
    border-style:solid;
    border-color:transparent transparent transparent #c4a66a;/*透明 透明 透明 黄*/
    position:absolute;
    top:5px;
    left:330px;
}
