/*首页展示样式*/
#activityBox{height: 100px;overflow: hidden;}
.show_beforeDiv{
    position: relative;
}
.closeBtn{
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}
#activityBox .show_before{
    height: 350px;display: block;
    /*background-image:url(../zt/ShuangDanActivity/Images/before.jpg) ;*/
    background-repeat: no-repeat;
    background-position: top center;

}
#activityBox .show_after{
    height: 100px;display: none;width: 100%;
    background-image:url(../zt/ShuangDanActivity/Images/show_after.jpg) ;
    background-repeat: no-repeat;
    background-position: top center;
}


/*主活动样式*/
#activityMainBox{width: 1240px;margin: 0 auto;}
/*头部展示*/
.activity_bannerTop{
    width: 100%;
    height: 554px;
    background-image: url(../zt/ShuangDanActivity/Images/banner_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
/*优惠劵*/
.activity_coupon{
    width: 100%;height: 246px;
    background-color: #fff;
}
.activity_coupon .myCoupon_info .goshop{margin-left: -41px;bottom: 25px;}
.activity_coupon .myCoupon li{margin:10px 50px;}
.activity_coupon .drd_ProotherContent{margin-top: 0;}
/*爱上宝宝*/
.activity_loveBox{
    width: 100%;
    background-color: #ffd871;
    padding-bottom: 44px;
}
 .titleImg{text-align: center;}
.activity_loveBox .showProBox{background-color: #fdf3e9; }
.showProBox{
    width: 1100px;
    margin: 10px auto 0 auto;
    padding-top: 60px;
    background-image: url(../zt/ShuangDanActivity/Images/snow.png);
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.showProBox .productBox ul li{
    float: left;
    width: 50%;
    text-align: center;
}
.showProBox ul li .productInfo{
    width: 378px;
    border: 1px solid #e6e5e5;
    position: relative;
}
.showProBox ul li .productInfo .wrodInfo{
    position: absolute;bottom: 0;
    width: 100%;
    text-align: center;
}
.showProBox ul li .productInfo .wrodInfo a{
    color:#6b6b6b;
    display:inline-block;
    font-size:26px ;
    padding: 0 30px 7px 30px;
    border-bottom: 1px solid #808080;
}
.showProBox ul li .productInfo .wrodInfo p{
    color:#4f4f4f;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 13px;
}
.showProBox ul li .priceInfo{
    width: 380px;
    height: 100px;
}
.showProBox ul li .priceInfo .price{
    float: left;
    color: #c90001;
    font-size: 20px;
}
.showProBox ul li .priceInfo .buyBtn{
    float: right;
    width: 178px;
    height: 44px;
    background-image: url(../zt/ShuangDanActivity/Images/buyBtn.png);
    background-repeat: no-repeat;
    position: relative;top: 30px;
}
.moneyTag{
    font-size: 30px;
    font-family: 'Impact';
}
.countPrice{
    font-size: 60px;
    font-family: 'Impact';
}

.shadowBox{
    height: 37px;
    background-image: url(../zt/ShuangDanActivity/Images/bttomShadow.png);
    background-repeat: no-repeat;
    background-position: top center;
}

/*整店之宝*/
.activity_mainProBox{
    margin-top: 10px;
    width: 100%;
    background-color: #fd8e18;
    padding-top: 45px;
    padding-bottom: 25px;
}
.activity_mainProBox .showProBox{
    background-color: #fef4ea;
}
.activity_mainProBox .titleImgBox{margin-top: 145px;}

.rankBox{
    position: absolute;
    top: -20px;left: -30px;
    width: 87px;height: 87px;
    background-image: url(../zt/ShuangDanActivity/Images/rankBg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Impact';text-align: center;
    line-height: 87px;
}
.rankBox .rankTags {font-size: 24px;}
.rankBox .num {font-size: 64px;}
.mt35{margin-top: 35px;}


/*送礼有方*/
.activity_sendGifts{
    margin-top: 10px;
    width: 100%;
    background-color: #ff6e7b;
    padding-top: 70px;
    padding-bottom: 25px;
}
.activity_showPro{
    width: 1106px;
    margin: 0 auto;
    margin-top: 20px;
}
.activity_showPro .sendGiftBox{
    width: 100%;
    height: 366px;
    padding-left: 185px;
}
.activity_showPro .sendGiftBox.femaleBox{
    background: url(../zt/ShuangDanActivity/Images/female.jpg) no-repeat top left;
}
.activity_showPro .sendGiftBox.maleBox{
    background: url(../zt/ShuangDanActivity/Images/male.jpg) no-repeat top left;
    margin-top: 15px;
}
.sendGiftBox ul li{
    float: left;
    margin-left: 21px;
    width: 293px;
    position: relative;
}
.typeTagsBox{
    width: 96px;
    height: 32px;
    background-color: #fe8d00;color: #fff;text-align: center;
    line-height: 32px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: -11px;
    border: 1px solid #bea380;
}
.typeTagsBox .wordBox{width: 100%;height: 100%;position: relative;}
.typeTagsBox .wordBox img{
    position: absolute;
    bottom: -11px;left: -1px;
}
.sendGiftBox ul li:first-child{
    margin-left: 0;
}
.proIntroBox{
    text-align: center;
    background-color: #fff;
}
.proIntroBox .name{
    color: #6b6b6b;
    font-size: 20px;
}
.proIntroBox .intro{
    color: #858585;
    font-size: 20px;
    padding:5px 0 8px 0;
}
.sendGiftBox ul li .bottomInfo{
    width: 100%;
    height: 53px;
    background: url(../zt/ShuangDanActivity/Images/bttomLine.jpg) no-repeat;
    line-height: 53px;
}
.grayHandle {
    filter:Gray; -webkit-filter: grayscale(100%);
}
.shadow_xs{
    width: 100%;
    height: 18px;
    background: url(../zt/ShuangDanActivity/Images/shdow_xs.png) no-repeat top center;
}
.sendGiftBox ul li .bottomInfo .proPrice{
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}
.sendGiftBox ul li .bottomInfo .proPrice .moneyTags{
    font-size: 24px;
    font-family: 'Impact';
}
.sendGiftBox ul li .bottomInfo .proPrice .sellMoney{
    font-size: 48px;
    font-family: 'Impact';
}
.sendGiftBox ul li .bottomInfo .buyNow{
    float: right;
    font-size: 24px;
    color:#ee7600;
    margin-right: 5px;
}

/*热销推荐*/
.activity_hotRecommend{
    margin-top: 10px;
    width: 100%;

    padding-top: 30px;
    padding-bottom: 323px;
    background: url(../zt/ShuangDanActivity/Images/bottomImg.png) no-repeat bottom left;
    background-color: #b31b2c;
}

.hot_listBox{
    width: 1100px;
    height: 371px;
    margin: 25px auto 0 auto;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px 26px;
}
.hot_listBox ul li{
    float: left;
    width: 251px;
    height:328px ;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.hot_listBox ul li{margin-left: 13px;text-align: center;}
.hot_listBox ul li:first-child{margin-left: 0;}
.hot_listBox ul li .proName{
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
    display: block;
}
.hot_listBox02{margin-top: 10px;}
.hot_listBox02 ul li .nameBox{margin-top: 10px;}
.hot_listBox ul li .nameBox{z-index: 10;position: relative;}
.hot_listBox ul li .pricePro{font-size: 18px;color: #c90001;}
.moneyTagM{font-size: 25px;font-family: 'Impact';}
.priceM{font-size: 54px;font-family: 'Impact';}
.hot_listBox ul li .moneyBox{position: relative;top:-13px;z-index: 5;}












