.main {
    background: #faf8f8 url(../images/discountBg1.jpg?=667) no-repeat 50% 0;
    padding: 230px 0 20px 0
}

.discount {
    background: #fff;
    border: 1px solid #eee3cb;
    padding-bottom: 40px
}

.discount .tab {
    padding-left: 25px;
    font-size: 0
}

.discount .tab a {
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #707070;
    position: relative;
    font-size: 14px;
    margin-right: 5px
}

.discount .tab a.select,.discount .tab a:hover {
    color: #baa24e;
    border-bottom: 2px solid #baa24e
}

.discount .tab i {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 22px;
    height: 12px;
    background: url(../images/discountHot.png) no-repeat;
    -webkit-animation: fishT 1s infinite linear;
    animation: fishT 1s infinite linear
}

.discount .list {
    margin-left: 18px;
    margin-right: 20px
}

.discount .list li {
    margin-top: 13px
}