

.container .title {
    width: 100%;
    height: 34px;
}

.container .title img {
    display: block;
    margin: 0 auto;
}

.content{
    width: 1400px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top:48px
}
.content .hd{
    width: 100%;
    height: 765px;
    text-align: center;
    margin-top: 30px;
}
.content .hd li{
    width: 421px;
    height: 213px;
    background: url('../img/box5/li-bg.png') no-repeat;
    display: inline-table;
    position: relative;
    margin: 0 20px 40px 20px;
}
.content .hd li .giftName{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 45px;
    color: #821200;
    font-size: 20px;
    display: block;
    font-family: Source Han Serif CN;
    font-weight:bold;
}
.content .hd li .limitNum{
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #821200;
    font-size: 12px;
    display: block;
    font-weight:bold;
}

.content .hd li .imgBox{
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 10px;
}
.content .hd li .imgBox div{
    width: 97px;
    height: 80px;
    display: inline-table;
}
.content .hd li .imgBox div img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.content .hd li .imgBox div .imgName{
    width: 100%;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    color: #821200;
    display: block;
}
.content .hd li .price {
    width: 100%;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    color: #920000;
    font-size: 16px;
    display: block;
    color: #ffedb0;
}
.content .hd li .lq{
    width: 74px;
    height: 23px;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: 10px;
}
.content .hd li .lq.lq1{
    background: url('../img/box3/lq1.png') no-repeat;
}
.content .hd li .lq.lq2{
    background: url('../img/box3/lq2.png') no-repeat;
}
.content .hd li .lq.lq3{
    background: url('../img/box3/lq3.png') no-repeat;
}
.content .hd li .fan{
    width: 60px;
    height: 111px;
   background: url('../img/box5/fan.png') no-repeat;
    position: absolute;
    top: -5px;
    right: -21px;
}

.hdgz{
    width: 1070px;
    height: 130px;
    background: url('../img/box3/hdgz.png') no-repeat left top;
    margin: 0 auto;
    padding-top: 47px;
    color: #ffedb0;
    font-weight: bold;
    font-family: Source Han Serif CN;
}