.ac-bg{
    width:1200px;
    height: 640px;
}
.bg1{
    background: url("../../src/img/oct/bg1.png") center no-repeat;
}
.bg2{
    background: url("../../src/img/oct/bg2.png") center no-repeat;
}
.activeItem{
    overflow: hidden;
}
.activeItem .activeItem-title{
    height: 120px;
    width: 1200px;
    background: url("../../src/img/oct/active-txt.png") center no-repeat;
}
.activeItem .activeItem-title2{
    height: 120px;
    width: 1200px;
    background: url("../../src/img/oct/active-txt2.png") center no-repeat;
}
.activeItem .activeItem-title3{
    height: 120px;
    width: 1200px;
    background: url("../../src/img/oct/active-txt3.png") center no-repeat;
}
.activeItem .activeItem-title1{
    height: 120px;
    width: 1200px;
    background: url("../../src/img/oct/active-txt1.png") center no-repeat;
}
.activeItem .activeItem-list .activeItem-list-con{
    display: block;
    width: 230px;
    height: 260px;
    float: left;
    margin-left: 12px;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 8px;
}
.activeItem .activeItem-list .activeItem-list-con:nth-child(5n+1){
    margin-left: 0;
}
.activeItem-list-con .item-img{
    width: 100%;
    text-align: center;
}
.activeItem-list-con .item-img img{
    width: 160px;
    height: 160px;
}
.activeItem-list-con .item-price-sale{
    height: 28px;
    line-height: 28px;
}
.activeItem-list-con .item-salenum em{
    color: #C40012;
    font-weight: bold;
}
.activeItem-list-con .item-salenum .deltxt{
    color: #666666;
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
}
.activeItem-list-con .item-name{
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 8px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activeIcon{
    width: 58px;
    height: 56px;
    right: 10px;
    top:0;
    background: url("../../src/img/oct/activeIcon1.png") no-repeat;
}
.sellout{
    opacity: 0.5;
}
.activeIcon1{
    width: 55px;
    height: 50px;
    right: 5px;
    top:5px;
    background: url("../../src/img/common/sellout.png") no-repeat;
}
.content-wrap{
    margin: 10px;
}
.content-wrap-main{
    width: 100%;
    height: 100%;
}
