﻿@charset "utf-8";
.userInfoBox, .header .head_wrap{width:1160px;}


/****** 首页轮播图 开始 ******/
.slideshow{position:relative;margin:0;width:100%;height:350px;overflow:hidden;}
/*.slideshow .images{width:100%;height:100%;}*/
.slideshow .images ul{width:100%;height:100%;overflow:hidden;}
.slideshow .images ul li{display:none;position:absolute;z-index:0;top:0px;left:50%;width:1920px; margin-left:-960px;height:100%;}
.slideshow .images ul li img{vertical-align:top;}
/* 轮播图底下数字 */
.slideshow p{display:block;position:absolute;bottom:10px;left:0px;width:100%;text-align:center;}
.slideshow p a{display:inline-block;margin:0 5px;width:12px;height:13px;background:url(../../static/img/index_icons.png) no-repeat -15px 0;}

.slideshow p a:hover,.slideshow p a.selected {background-position:-1px 0;}
/****** 首页轮播图 结束 ******/

/****** 首页主体 开始 ******/
.index_main{position:relative;margin:0 auto;width:1000px;}
.sale_single .title{margin:40px 0 20px;padding-top:5px;height:30px;overflow:hidden;line-height:30px;font-size:18px;color:#787878;background:url(../../static/img/index_icons.png) no-repeat;}
.sale_single .title span{padding-left:10px;}
.single_body{}

/*** 商品信息 公用 开始 ***/
.goods_link{display:block;cursor:pointer;}
.goods_link:hover{text-decoration:none;}
.goods_img img{width:100%;height:100%;vertical-align:top;}
.goods_infor{position:relative;padding-top:5px;padding-bottom:10px;}
.goods_infor .goodsName{height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:25px;font-size:16px;color:#505050;}
.goods_price{position:relative;height:30px;line-height:30px;}
.goods_price .nowPrice{float:left;padding-right:10px;font-size:20px;color:#e74044;}
.goods_price .oldPrice{float:left;font-size:16px;color:#b4b4b4;text-decoration:line-through;}

.num_remain{position:relative;height:20px;line-height:20px;font-size:13px;color:#a6a6a6;}
/*** 商品信息 公用 结束 ***/

/*** 超划算 开始 ***/
.superBargain .title{padding-left:75px;background-position:0 -14px;}
.superBargain .goods_body{position:relative;width:1000px;height:580px;background-color:#fff;border:solid #e74044 2px;}
.superBargain .today_icon{display:inline-block;position:absolute;z-index:10;top:-6px;left:-6px;width:100px;height:100px;overflow:hidden;background:url(../../static/img/index_icons.png) no-repeat 0 -189px;}

.superBargain .goods_infor{padding:5px 25px 10px;}
/*.superBargain .left_big_goods .goodsName{}*/

/* 仅剩数量 */
.superBargain .num_remain .num{float:left;width:30%;}
.superBargain .num_remain .progress{position:absolute;top:50%;right:0;margin-top:-5px;width:68%;height:10px;overflow:hidden;border:solid #f15c44 1px;border-radius:10px;}
.superBargain .num_remain .progress span{display:block;height:100%;background-color:#f15c44;}

/* 马上抢 按钮 */
.superBargain .buyButton{display:none;position:absolute;right:25px;bottom:0;width:140px;height:45px;line-height:45px;font-size:18px;color:#fff;text-align:center;background-color:#e74044;border-radius:3px;-webkit-border-radius:3px;}
.superBargain .buyButton.visiting{background-color:#ff2d44;}
.superBargain .small_single_goods .buyButton{bottom:10px;}

/* 左侧大商品 */
.superBargain .left_big_goods{float:left;width:400px;height:100%;border-right:solid #eee 1px;}
.superBargain .left_big_goods .goods_img{position:relative;width:400px;height:400px;}
.superBargain .left_big_goods .goods_img .saleLabel{position:absolute;bottom:20px;left:25px;width:70px;height:30px;line-height:30px;overflow:hidden;font-size:18px;color:#fff;text-align:center;background:url(../../static/img/index_label.png) no-repeat;}
.superBargain .left_big_goods .goods_infor{padding:10px 25px 20px;}
.superBargain .left_big_goods .goods_infor .goodsName{margin:5px 0;height:50px;white-space:normal;}
.superBargain .left_big_goods .goods_price{height:45px;line-height:45px;}
.superBargain .left_big_goods .goods_price .nowPrice{font-size:22px;}
.superBargain .left_big_goods .num_remain{margin-top:25px;}
.superBargain .left_big_goods .buyButton{display:block;right:0;}

.superBargain .middle_small_goods, .superBargain .right_small_goods{float:left;width:299px;height:100%;}
.superBargain .middle_small_goods{border-right:solid #eee 1px;}

.superBargain .small_single_goods{width:100%;height:290px;}
.superBargain .small_top_goods{height:289px;border-bottom:solid #eee 1px;}
.superBargain .small_single_goods .goods_img{position:relative;margin:0 auto;width:200px;height:200px;overflow:hidden;}

/** 鼠标滑过商品时显示状态 **/
.superBargain .left_big_goods.visiting img{width:396px;height:396px;border:solid transparent 2px;}
.superBargain .small_single_goods.visiting img{width:196px;height:196px;border:solid transparent 2px;}
.superBargain .small_single_goods.visiting .buyButton{display:block;}
.superBargain .small_single_goods.visiting .oldPrice, .superBargain .small_single_goods.visiting .progress{display:none;}

/* 已抢光状态 */
.soldOut{}
.soldOut_icon{display:none;}
.soldOut.visiting .soldOut_icon{display:block;position:absolute;top:50%;left:50%;margin-top:-45px;margin-left:-45px;width:90px;height:90px;overflow:hidden;line-height:90px;font-size:20px;color:#fff;text-align:center;background:url(../../static/img/circel_gray.png) no-repeat;border-radius:50%;-webkit-border-radius:50%;}
.superBargain .soldOut .buyButton, .superBargain .soldOut .buyButton.visiting{background-color:#505050;}
/*** 超划算 结束 ***/

.brand_hot_body{position:relative;width:100%;}

/*** 品牌必购 开始 ***/
.brandBuy{width:720px;/*overflow:hidden;*/}
.brandBuy .title{padding-left:150px;background-position:0 -49px;}
.brandBuy .brandBody{}
.brandBuy .single_brandGoods{position:relative;margin-bottom:20px;width:100%;height:228px;background-color:#fff;border:solid #eee 1px;box-shadow:0 0 2px #eee;}
.brandBuy .visiting{border:solid #e74044 1px;box-shadow:none;}
.brandBuy .brand_infor{float:left;position:relative;padding:0 30px;width:140px;height:100%;text-align:center;}
.brandBuy .brand_logo{margin:0 auto;margin-top:20px;width:140px;height:70px;overflow:hidden;}
.brandBuy .brand_logo img, .brandBuy .brand_img img{width:100%;height:100%;}
.brandBuy .brand_name{margin:0 auto;height:20px;overflow:hidden;line-height:20px;font-size:13px;color:#787878;}
.brandBuy .discount{position:relative;margin:10px 0;padding:15px 0;height:30px;line-height:30px;font-size:26px;color:#e74044;border-top:solid #eee 1px;}
.brandBuy .discount .count{position:absolute;left:-20px;width:180px;height:30px;overflow:hidden;line-height:30px;}
.brandBuy .addition_label{position:absolute;bottom:20px;left:-5px;padding:0 10px 5px 5px;width:179px;height:30px;line-height:30px;overflow:hidden;font-size:14px;color:#fff;background:url(../../static/img/index_label.png) no-repeat 0 -35px;}
.brandBuy .brand_img{float:right;width:520px;height:228px;overflow:hidden;}
/* banner */
.brandBuy .brand_banner{position:relative;margin-bottom:20px;width:720px;height:220px;overflow:hidden;}
.brandBuy .brand_banner img{width:100%;height:100%;}
/*** 品牌必购 结束 ***/

/*** 人气商品 开始 ***/
.hotGoods{position:absolute;top:-40px;right:0;width:260px;}
.hotGoods .title{background-position:0 -153px;}
.hotGoods .hotBody{padding:0 25px;width:210px;background-color:#fff;}
.hotGoods .single_hotGoods{position:relative;padding:35px 0 24px;border-bottom:solid #eee 1px;}
.hotGoods .goods_img{position:relative;width:210px;height:210px;}
.hotGoods .goods_img img{width:100%;height:100%;}
.hotGoods .goods_img .sales_no{display:block;position:absolute;top:-15px;left:-10px;padding-top:10px;width:40px;height:25px;overflow:hidden;line-height:25px;font-size:12px;font-weight:bold;font-style:normal;color:#fff;text-align:center;background:url(../../static/img/index_label.png) no-repeat 0 -75px;}

.hotGoods .goods_infor{padding-top:15px;}
.hotGoods .goods_infor .goodsName:hover{text-decoration:underline;}

.hotGoods .single_hotGoods.visiting img{width:206px;height:206px;border:solid transparent 2px;}
.hotGoods .single_hotGoods.visiting .goodsName{color:#e74044;}
/*** 人气商品 结束 ***/

/*** 最后疯抢&即将推出 公用 开始 ***/
.limitSaleBody{position:relative;margin-left:-10px;width:1016px;}
.limitSaleBody .single_saleGoods{float:left;position:relative;margin:0 8px;margin-bottom:20px;width:490px;background-color:#fff;border:solid #eee 1px;box-shadow:0 0 2px #eee;}
.limitSaleBody .visiting{border:solid #e74044 1px;box-shadow:none;}
.limitSaleBody .brand_img{position:relative;width:490px;height:210px;overflow:hidden;}
.limitSaleBody .brand_img img, .limitSaleBody .brand_logo img{width:100%;height:100%;}
.limitSaleBody .brand_infor{padding:7px 20px;height:56px;line-height:56px;font-size:20px;color:#e74044;}
.limitSaleBody .brand_infor .brand_logo{float:left;width:112px;height:56px;overflow:hidden;}
.limitSaleBody .brand_infor .saleDiscount{float:right;}

/*** 最后疯抢&即将推出 公用 开始 ***/

/*** 最后疯抢 开始 ***/
.lastChance{}
.lastChance .title{padding-left:150px;background-position:0 -84px;}
.lastChance .title .limitTime{float:left;display:inline-block;padding-left:10px;height:30px;line-height:30px;}
.lastChance .title .limitTime span{float:left;display:inline-block;padding:0;width:10px;text-align:center;font-size:26px;}
.lastChance .title .limitTime .time{width:30px;font-size:18px;color:#fff;background-color:#787878;border-radius:5px;}
/*** 最后疯抢 结束 ***/

/*** 即将推出 开始 ***/
.readyPush{}
.readyPush .title{padding-left:150px;background-position:0 -119px;}
.readyPush .limitSaleBody .brand_infor{font-size:16px;color:#505050;}
.readyPush .tip_cover{position:absolute;top:50%;left:50%;margin-top:-35px;margin-left:-75px;padding:5px 0;width:150px;line-height:30px;font-size:16px;color:#fff;text-align:center;background-color:rgba(0,0,0,0.6);border-radius:3px;-webkit-border-radius:3px;}
.readyPush .tip_cover p{margin:0;}
/*** 即将推出 结束 ***/
/****** 首页主体 结束 ******/

#page1{z-index:10;}
/*首页轮播**/
.ui_slide {height:450px; overflow:hidden; position: relative; margin:0 auto;}
.ui_slide li{position:absolute; left: 0; top: 0;}
.ui_slide p{ position:absolute; z-index:20; bottom: 6px; left: 50%;}
.ui_slide p span {background:url(http://s.hxshopimg.com/static/img/pub/dev/web/indexbg.png) no-repeat 2px 2px;display:inline-block;height:20px;width:18px;margin:0; margin-right:5px; padding-left:2px;  color:#e22b41; line-height:23px; text-align:center; cursor: pointer;}
.ui_slide p span:hover,
.ui_slide p span.active{ background-position:-18px 2px; color:#fff; text-decoration:none;}