@charset "utf-8";
/* CSS Document */

@import url("//image.360lj.com/css/commonhome.css");

/* 默认样式初始化 */
ul{padding:0}
li{list-style:none}
a{text-decoration:none}
a:hover{
	color:inherit;
}
img{font:20px/80px '微软雅黑';text-align:center;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
b{font-weight:normal}

/* 清浮动 */
.clearfix:after{content:'';clear:both;display:block}
.clearfix{zoom:1}

/*html5  因为HTML5在IE8默认情况下表现为内联元素，对这些元素进行布局我们需要利用CSS手工把它们转为块状元素方便布局*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/* media 导航栏媒体查询*/
@media screen and (max-width:1366px){
	/* 左侧导航 */
	div.nav_side.lt-side{
		width: 236px;
		height: 532px;
		left: calc(50% - 705px);
		background: url(../images/s-lt-side-nav.png) no-repeat center;
	}
	div.lt-side-items {
		padding-top: 152px;
		line-height: 35px;
	}
	div.nav_side>.lt-side-items a {
		height: 30px;
		width: 111px;
	}
	/* 右侧导航 */
	div.nav_side.gt-side{
		width: 250px;
		height: 454px;
		right: calc(50% - 700px);
		background: url(../images/s-gt-side-nav.png) no-repeat center;
	}
	div.gt-side-items {
		padding-top: 141px;
		line-height: 32px;
	}
	div.gt-nav-box {
		width: 128px;
	}
	div.nav_side>.gt-side-items a {
		width: 65px;
	}
	/* 回到顶部 */
	div.goTop{
		height: 34px;
		width: 110px;
		top: 20px;
	}
	div.goTop.gt {
		top: 36px;
	}
	div.anniversary {
		height: 32px;
		width: 96px;
		font-size: 16px;
		top: 6px;
		left: 0px;
		line-height: 30px;
	}
}

/* 浮动的侧边导航 */
.nav_side a{display:block}
.nav_side .first{margin-top:92px}
.nav_side>.lt-side-items .active{color:#000}
.part{position:relative;top:0}
.nav_side{display: none;}
/* 左侧边浮动导航 */
.nav_side.lt-side{
	position: fixed;
    top: 50%;
    left: calc(50% - 848px);
    z-index: 100;
    width: 357px;
    height: 768px;
    pointer-events: none;
    background: url(../images/lt-side-nav.png) no-repeat center;
	text-align: center;
	
}
.lt-side-items{
	padding-top: 233px;
    line-height: 44px;
}
.nav_side>.lt-side-items a{
	position: relative;
    display: block;
    height: 40px;
    width: 165px;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    pointer-events: auto;

}
/* 右侧边浮动导航 */
.nav_side.gt-side{
	position: fixed;
    top: 50%;
	right: calc(50% - 833px);
    z-index: 100;
    width: 357px;
    height: 649px;
    pointer-events: none;
    margin-top: -260px;
    background: url(../images/gt-side-nav.png) no-repeat center;
	text-align: center;
}
.gt-side-items {
    padding-top: 203px;
	line-height: 45px;
	font-size: 16px;
}
.gt-nav-box{
	width: 173px;
    margin: 0 auto;
    position: relative;
    left: 7px;
}
.nav_side>.gt-side-items a{
	display: inline-block;
    width: 86px;
	margin: -2px;
	color: #fff;
	pointer-events: auto;
}
.nav_side>.gt-side-items a:hover{
	color:#000
}
.nav-hide a{
	color: grey!important;
	cursor: not-allowed;
}
.anniversary{
	position: relative;
    height: 50px;
    width: 145px;
    margin: 0 auto;
    left: 4px;
    top: 5px;
    cursor: pointer;
    pointer-events: auto;
    font-size: 22px;
	color: #fff;
	line-height: 50px;
}
/* 回到顶部 */
.goTop{
	position: relative;
    height: 50px;
    width: 165px;
    margin: 0 auto;
	top: 53px;
	cursor: pointer;
	pointer-events: auto;
}
.goTop.gt{
	top: 50px;
}

/*居中容器*/
.ct-box{position:relative;margin:0 auto;overflow:hidden}

/*页面容器*/
.page-box{
	background: url(../images/contain-bg.jpg) repeat;
	/* background-color:#fe8716;  */
	padding-bottom:1px;margin:0 auto;max-width:1920px;min-width:1210px;font-family:"Microsoft YaHei","lucida grande","lucida sans unicode",lucida,helvetica,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;font-size:18px;line-height:normal}

/* 公共块统一样式 */
.page-box a{
	display: block;
	height: 100%;
}
.line-hide-1 {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.line-hidde-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.space{
	height: 15px;
	clear: both;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.item h4{
	color: #000;
}
.item i{
	position: relative;
    left: 8px;
}
.now-price{
	color: #ff0000;
}
.market-price{
	font-size: 18px;
	text-decoration:line-through;
}
.info>span{
	margin: 0 5px;
}
/* 轮播图 */
.banner>.bg-1 {
	background: url(../images/banner-1.jpg) no-repeat center;
	height:278px;
}

.banner>.bg-2 {
	background: url(../images/banner-2.jpg) no-repeat center;
	height: 233px;
}

/* 活动导航 */
.title {
	height: 98px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	background: url(../images/title-bg.png) no-repeat center;
}
.title>h4{
	position: relative;
    font-size: 40px;
    left: 68px;
    top: 28px;
    letter-spacing: 2px;
}
.desc{
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
    top: -20px;
}
.title-txt{
	background: none;
}
.title-txt>h4{
	position: relative;
	left: 15px;
	display: inline-block
}
.title-txt>i{
	display: inline-block;
	position: relative;
    top: 21px;
}
.title-txt>.lt-icon{
	height:25px ;
	width: 42px;
	background: url(../images/lt-icon.png) no-repeat center;
}
.title-txt>.gt-icon{
	height:44px ;
	width: 43px;
	top: 31px;
	left: 15px;
	background: url(../images/gt-icon.png) no-repeat center;
}
/* 领劵专区 */
.discount{
	background: url(../images/discount.jpg) no-repeat center;
	height: 166px;
	margin: 0px auto 20px;
}
.discount li{
	width: 326px;
    height: 165px;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
}

.blessing{
	background: url(../images/blessing.jpg) no-repeat center;
	height: 301px;
	
}
.blessing p{
    width: 56%;
	font-size: 26px;
	line-height: 38px;
    color: #000;
    text-align: left;
    padding: 85px 0px 0px 100px;
}
/* 下单福利 */
.gift{
	cursor: pointer;
}
/* 精选优品 */
.recommend{
	position: relative;
	background: url(../images/best-bg.jpg) no-repeat center;
	height: 300px;
}
.recommend>a{
	color: #000
}
.rec-price{
	color: #ff0737;
	font-size: 50px;
    position: absolute;
    bottom: 32px;
    left: 12%;
}
.recommend .info{
    width: 600px;
	position: absolute;
    left: 20px;
    top: 30px;
    text-align: left;
}
.recommend .info>h4{
	font-size: 36px;
	margin-bottom:8px; 
}
.recommend .info>span{
	font-size: 20px;
}
.recommend img{
	position: absolute;
    right: 35px;
    width: 30%;
}
.recommend-4 img{
	top: 22px;
	width: 25%;
}
/* 产品列表推荐 */
.product-items{
	margin: 0 -7px;
	overflow: hidden;
}
.product-items>.item{
    width: 253px;
    height: 300px;
    padding: 0 7px;
    box-sizing: border-box;
    float: left;
}

.product-items>.item a{
	height: 100%;
	background: #fff;
	line-height: 34px;
}
.product-items img{
	width: 75%;
}
.product-items .info{
    font-size: 22px;
}
.product-items .info>h4{
	font-size: 20px;
	width: 200px;
    margin: 0 auto;
}
.product-items .info>div{
    height: 40px;
    width: 200px;
    line-height: 40px;
    background: #fda51e;
    color: #fff;
    margin: 0 auto;
    font-size: 25px;
    border-radius: 20px;
}
/* 温馨提示 */
.cue{
	height: 290px;
	padding: 30px 20px;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	background: #7db5dd;
}
/* 底部Top */

.foot {
	height: 157px;
}