﻿.quan-ul {
    overflow: hidden;
    margin-top: -9px;
    margin-bottom: 27px;
    margin-left: 10px;
}

.quan-item {
    position: relative;
    float: left;
    margin: 14px 9px 0 0;
    background: #fff;
    transition: all .2s;
    width: 340px;
    height: 156px;
    border:1px solid #e6e6e6;
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
}

.coupons-list .quan-item {
    width: 325px;
}

.quan-item .link {
    position: absolute;
    height:100%;
    width:100%;
}

.quan-item:nth-child(2n) {
    margin-right:0;
}
.coupons-list .quan-item:nth-child(2n) {
    margin-right:9px;
}
.coupons-list .quan-item:nth-child(3n) {
    margin-right:0;
}
.quan-left {
    float: left;
    padding-left: 14px;
    margin-right: 4px;
    width: 187px;
}

.coupons-list .quan-left {
    width: 172px;
}

.quan-left .quan-img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 108px;
    height: 49px;
}

.quan-left .quan-img img {
    width: 108px;
}

.quan-left .quan-title {
    overflow: hidden;
    line-height: 22px;
    color: #333;
    width: 180px;
    height: 44px;
    font-size: 13px;
}

.coupons-list .quan-left .quan-title {
    width: 165px;
}

.quan-left .quan-title a {
    color: #333;
}

.quan-left .quan-info {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

.quan-left .quan-info span {
    margin-right: 5px;
}

.quan-right {
    overflow: hidden;
    width: 135px;
    height: 156px;
    text-align: center;
}

.quan-right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    background-size: 100%;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #ff6666;
    border-left: 7px solid #ff6666;
    border-right: 7px solid transparent;
}

.quan-circle {
    width: 4px;
    position: absolute;
    right: 133px;
    margin-top: 5px;
}

.quan-circle span {
    display: block;
    background: #eee;
    margin-top: 4px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.quan-right .quan-right-title {
    margin-top: 35px;
    font-size: 15px;
    max-height: 57px;
    overflow: hidden;
    color: #e62828;
    padding: 0 12px;
}

.quan-right-btn {
    display: inline-block;
    zoom: 1;
    width: 108px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    font-size: 14px;
}

.quan-right .quan-right-btn {
    margin-top: 20px;
    color: #fff;
    background: #e62828;
}