
/* 倒计时插件 css */
.countdown{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}
.countdown .qu-mak {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 8px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}
.countdown-time {
    background: #000;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-radius: 4px;
    line-height: 35px;
}