﻿@charset "UTF-8";
.coups_container{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}
.coups_content{
    position: absolute;
    top:240px;
    left:50%;
    width: 491px;
    margin-left: -245.5px;
}

.coups_content>img{
    width: 100%;
}

.col_bst{
    position: absolute;
    top:0;
    right:0;
    width: 55px;
    height: 55px;
    background: url("/images/close56.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.coupon_ces{
    position: fixed;
    right: 20px;
    top: 12%;
    display: block;
    width: 208px;
    height: 172px;
    background: url("/images/new_peo.png") no-repeat center;
    background-size: 100% 100%;
}