/*IE下的滚动样式*/
.flashSaleDeals
{
    width: 980px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -490px;
}
.flashSaleDeals ul li
{
    width: 990px;
    float: left;
    height: auto;
}
.xsq_deal_wrapper
{
    position: relative;
    display: block;
    float: left;
    width: 192px;
    height: auto;
    margin-left: 4px;
}
.dealImg
{
    width: 192px;
    height: 295px;
}
.overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font: 12px/20px '微软雅黑';
    display: none;
    z-index: 2;
}
.overlay .xsqMask
{
    opacity: .4;
    filter: alpha(opacity=40);
}
.overlay .xsqMask
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.overlay p
{
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.word1
{
    top: 48px;
    font-size: 16px;
}
.word2
{
    top: 78px;
    font-size: 16px;
}
.word3
{
    top: 145px;
    font-size: 14px;
}
.flashSaleDeals .finish
{
    display: block;
}
.xsqMask
{
    opacity: .4;
    filter: alpha(opacity=40); /*z-index: 1;*/
}
.xsqMask
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.stockWord
{
    position: relative;
    z-index: 2;
    font-size: 12px;
}
.baoyouText
{
    color: #888;
    margin-right: 5px;
}
.dealInfo
{
    height: 35px;
    padding: 0 12px 0 10px;
    text-align: right;
    margin-top: -1px;
}
.flashSaleDeals .finishIcon, .flashSaleDeals .finish
{
    display: none;
}

.trigger
{
    width: 45px;
    height: 45px;
    background: url(/BootStrapStyle/img/index/wm_button_icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 130px;
    z-index: 3;
}
.zuo
{
    background-position: 0 0;
    left: 0px;
}
.zuo:hover
{
    background-position: 0 -46px;
}
.you
{
    background-position: 0 -93px;
    right: 0;
}
.you:hover
{
    background-position: 0 -139px;
}
/*限量抢购-结束*/

/*检测屏幕宽度适配宽度*/
@media screen and (min-width: 1280px)
{
    /*限量抢购-开始*/
    .flashSale_wrap, .flashSale, .flashSaleDeals
    {
        width: 1080px;
        margin-left: -540px;
    }
    .flashSaleDeals ul li
    {
        width: 1206px;
    }
    .xsq_deal_wrapper
    {
        width: 195px;
        margin-left: 5px;
    }
    .dealImg
    {
        width: 192px;
        height: 295px;
    }
    .dealInfo
    {
        height: 29px;
    }
    /*限量抢购-结束*/
}
