@charset "utf-8";

/*
 * Copyright 2005-2017 jshop.com. All rights reserved.
 * Support: http://www.jshop.com
 * License: http://www.jshop.com/license
 *
 * Style - Index
 * Version: 5.0
 */

/* ---------- Index ---------- */

.containerIndex {
	width: 100%;
	margin: 0px auto;
	*zoom: 1;
}

.containerIndex img{
	position: absolute;
	width: 100%;
	height: 366px;
	position: center;

}

.index .productCategoryMenu {
	margin-bottom: 10px;
	position: relative;
	*z-index: 20;
	*zoom: 1;
	z-index: 99;
	border-bottom: 1px solid #dddddd;
	background-color:#ffffff;
}

.index .productCategoryMenu li {
	width: 188px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.index .productCategoryMenu .item {
	padding: 0px 8px;
	border-bottom: 1px solid #e8e8e8;
}

.index .productCategoryMenu .item.last {
	border-bottom: 0px;
}

.index .productCategoryMenu .item div {
	_width: 100%;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}

.index .productCategoryMenu .item a {
	margin-right: 6px;
	color: #888888;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	width: 50px;
}

.index .productCategoryMenu .item strong {
	color: #444444;
	font-family: "Microsoft YaHei";
}

.index .productCategoryMenu li:hover {
	width: 190px;
	border-right: none;
	border-left: none;
}

.index .productCategoryMenu li:hover .item {
	padding: 0px 9px;
	background-color: #e61f19;
}

.index .productCategoryMenu li:hover .item a, .index .productCategoryMenu li:hover .item strong {
	color: #ffffff;
}

.index .productCategoryMenu .menu {
	width: 690px;
	min-height: 364px;
	_height: 364px;
	display: none;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 20;
	opacity: 0.95;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.index .productCategoryMenu .menu dl {
	width: 438px;
	line-height: 40px;
	clear: both;
	padding: 4px 0px 4px 52px;
	border-bottom: 1px solid #e8e8e8;
}

.index .productCategoryMenu .menu dl.last {
	border-bottom: 0px;
}

.index .productCategoryMenu .menu dl dt {
	width: 52px;
	_display: inline;
	float: left;
	margin-left: -52px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	cursor: pointer;
}

.index .productCategoryMenu .menu dl dd {
	float: left;
	color: #cccccc;
	white-space: nowrap;
}

.index .productCategoryMenu .menu dl dd a {
	margin: 0px 8px;
}

.index .productCategoryMenu .menu .auxiliary {
	width: 170px;
	height: 364px;
	padding: 0px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-box-shadow: inset 2px 0px 3px #e8e8e8;
	-moz-box-shadow: inset 2px 0px 3px #e8e8e8;
	box-shadow: inset 2px 0px 3px #e8e8e8;
}

.index .productCategoryMenu .menu .auxiliary strong {
	line-height: 38px;
	display: block;
	clear: both;
}

.index .productCategoryMenu .menu .auxiliary a {
	line-height: 24px;
	margin-right: 8px;
}

.index .productCategoryMenu .menu .auxiliary img {
	width: 168px;
	height: 50px;
	margin-bottom: 8px;
}

.index .slider {
	height: 366px;
	margin-left: -10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.index .hotAd {
	height: 240px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.index .hotAd ul {
	*zoom: 1;
	margin-right: -10px;
}

.index .hotAd li {
	width: 222px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #dddddd;
	height:240px;
	position: relative;
}

.index .hotAd li img {
	width: 210px;
	height:210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -105px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.index .hotAd li:hover img {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}

.index .newArticle {
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-left:none;
}

.index .newArticle .tab {
	height: 36px;
	margin-right: -10px;
}

.index .newArticle .tab li {
	width: 100px;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #fcfcfc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fafafa));
	background-image: -moz-linear-gradient(center top, #ffffff, #fafafa);
	background-image: -o-linear-gradient(center top, #ffffff, #fafafa);
	background-image: linear-gradient(center top, #ffffff, #fafafa);
	box-sizing: border-box;
}

.index .newArticle .tab li.current {
	border-bottom: none;
	background-color: #ffffff;
	background-image: none;
}

.index .newArticle .tabContent {
	line-height: 30px;
	padding: 6px 10px;
	height:145px;
}

.index .newArticle .tabContent li a{
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index .middleAd {
	margin-bottom: 20px;
}

.index .hotProduct {
	margin-bottom: 20px;
	font-family: "Microsoft YaHei";
}

.index .hotProduct dl {
	height: 40px;
	line-height: 40px;
	/*border-bottom: 2px solid #f35957;*/
}

.index .hotProduct dt {
	height:40px;
	width: 190px;
	line-height:40px;
	float: left;
	text-align: center;
	background-color: #ff7700;
}

.index .hotProduct dl.title1 {
	border-bottom: 2px solid #e97173;
}

.index .hotProduct dl.title1 dt {
	/*background-color: #f35957;*/
	background-color: #e97173;
}

.index .hotProduct dl.title2 {
	/*border-color: #f35957;*/
	border-bottom: 2px solid #44639c;
}

.index .hotProduct dl.title2 dt {
	/*background-color: #f35957;*/
	background-color: #44639c;
}

.index .hotProduct dl.title3 {
	/*border-color: #f35957;*/
	border-bottom: 2px solid #985b94;
}


.index .hotProduct dl.title3 dt {
	/*background-color: #f35957 ;*/
	background-color:#985b94;
}

.index .hotProduct dt a {
	color: #ffffff;
	font-size: 16px;
}

.index .hotProduct dl dd {
	float: left;
	margin: 0px 10px;
	padding: 0px 10px;
}

.index .hotProduct dl dd:hover {
	background-color: #f35957;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
}
.index .hotProduct dl dd a {
	color: inherit;
}
.index .hotProduct dl dd a:hover {
	color: inherit;
}

.index .hotProduct .products{
	width: 1184px;
	float: left;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}

.index .hotProduct .products li {
	/*width: 171px;*/
	width: 236.8px;
	height: 260px;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 8px 14px;
	word-break: break-all;
	overflow: hidden;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
/*.index .hotProduct .products li:nth-of-type(3n-2) {*/
/*	border-left: 1px solid #dddddd;*/
/*}*/

.index .hotProduct .products li a {
	color: #888888;
}

.index .hotProduct .products li div {
	/*height: 48px;*/
	line-height: 24px;
	overflow: hidden;
}

.index .hotProduct .products li span {
	height: 24px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	/*单行文本截断*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.index .hotProduct .products li em {
	height: 24px;
	display: block;
	color: #ff7700;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

.index .hotProduct .products li strong {
	line-height: 22px;
	color: #F80100;
	font-weight: normal;
	font-size: 15px;
}

.index .hotProduct .products li .marketPrice {
	color: #888;
	font-size: 12px;
	/*text-decoration: line-through;*/
	text-decoration: none;
}

.index .hotProduct .products li img {
	display: block;
	width:170px !important;
	height:170px !important;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	bottom: 8px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.index .hotProduct .products li:hover img {
	filter: alpha(opacity = 60);
	opacity: 0.6;
}

.index .hotProduct .products li.low {
	height: 80px;
	padding: 5px 14px;
}

.index .hotProduct .products li.low img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 4px;
}

.index .hotProduct .products li.low span {
	height: 48px;
	padding-top: 10px;
	font-size: 12px;
}

.index .hotProduct .products li.low strong {
	color: #333333;
}

.index .bottomAd {
	height: 180px;
	margin-bottom: 20px;
	overflow: hidden;
}

.index .bottomAd li {
	float: left;
	width: 396px;
	height: 180px;
	overflow: hidden;
}

.index .bottomAd li a img{
	width: 396px;
	height: 180px;
}

.index .hotBrand {
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

.index .hotBrand li {
	_display: inline;
	float: left;
	margin-left: 20px;
}

.index .hotBrand li img {
	width: 97px;
	height: 50px;
	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s;
}

.index .hotBrand li img:hover {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.floor{
	display: flex;
}
.floor-l{
	width:190px;
}

.floor-l .floor-ad{
	width:190px;
}

.floor-l .floor-ad img{
	width:190px;
	height:394px
}
.floor-r{
	width:100%;
	margin-left:4px;
	display:flex;
	justify-content: space-between;
}
.recommend{
	width:300px;
	height:auto;
	border-right:1px solid #e5e5e5;
}

.recommend .recommend-title{
	width:100%;
	height:50px;
	font-size: 20px;
	font-weight: 600;
	color:#fff;
	text-align: center;
	line-height:50px;
	background-size: 300px 50px;
	background-image:url(../images/rcm1.png);
	background-repeat: no-repeat;
	background-position:center;
}
.recommend .recommend-body{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recommend .recommend-body .recommend-item{
	width:100%;
	height:150px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 6px;
}

.recommend .recommend-body .recommend-item img{
	width:300px;
	height:150px;
}

.brand{
	width:100%;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.brand a {
	width:50%;
	height:63px;
	display: block;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.brand a img{
	width:100%;
	height:60px;
	display: block;
}

/*style="background: #3b8c94"*/
.row-hot{
	margin-left: 0 !important;
}
.hot{
	margin:10px 0;
}
.hot-l{
	width:590px;
	float:left;
}
.hot-l .hot-l-top {
	display: flex;
}

.hot-l .hot-l-top a:nth-of-type(1){
	display: block;
	width:290px;
	height:220px;
	background-size: 290px 220px;
	background-image:url(../images/adBg1.png);
	background-repeat: no-repeat;
	background-position:center;
	position: relative;
}

.hot-l .hot-l-top a:nth-of-type(2){
	display: block;
	width:290px;
	height:220px;
	background-size: 290px 220px;
	background-image:url(../images/adBg2.png);
	background-repeat: no-repeat;
	background-position:center;
	position: relative;
}

.hot-l .hot-l-top a:nth-of-type(1){
	margin-right: 10px;
}

.hot-l .hot-l-top a img{
	width: 200px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -100px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.hot-l .hot-l-bottom a{
	margin-top: 10px;
	width:590px;
	height:220px;
	display: block;
	background-size: 590px 220px;
	background-image:url(../images/adBg3.png);
	background-repeat: no-repeat;
	background-position:center;	
	position: relative;
}

.hot-l .hot-l-bottom a img{
	width: 450px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -225px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
	*zoom: 1;
}
/*.myCarousel{*/
/*	width:800px;*/
/*	height:360px;*/
/*	margin:0 auto;*/
/*}*/
.myCarousel .carousel-indicators {
	bottom:10px;
}

.myCarousel .carousel-inner .banner-box{
	width:100%;
}

.myCarousel .carousel-inner .banner-box img{
	display: block;
	height: 366px;
	width: 800px;
	margin: 0 auto;
}

.hotCarousel {

}

.hotCarousel .carousel-indicators {
	bottom:10px;
}

/*.hotCarousel .carousel-indicators li {*/
/*	width: 16px;*/
/*	height: 3px;*/
/*	margin: 0px;*/
/*	border: none;*/
/*	border-radius: 0px;*/
/*	background-color: rgba(0, 0, 0, 0.3);*/
/*}*/

/*.hotCarousel .carousel-indicators li.active {*/
/*	width: 16px;*/
/*	height: 3px;*/
/*	background-color: #ffffff;*/
/*}*/

.hotCarousel .carousel-inner .banner-box{
	width:100%;
}

.hotCarousel .carousel-inner .banner-box img{
	display: block;
	height: 450px;
	width: 100%;
}


.hot-r {
	width: 590px;
	height: 450px;
	margin-left: 10px;
	background-color: pink;
	float: right;
}

.hot-r .masthead {
	width:100%;
}

.hot-r.masthead .carousel-indicators {
	bottom: 0px;
}

.hot-r .masthead .carousel-indicators li {
	width: 16px;
	height: 3px;
	margin: 0px;
	border: none;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}

.hot-r .masthead .carousel-indicators li.active {
	width: 16px;
	height: 3px;
	background-color: #ffffff;
}

.hot-r .masthead .carousel-inner .banner-box{
	width:100%;
}

.hot-r .masthead .carousel-inner .banner-box img{
	display: block;
	height: 450px;
	width: 590px;
}

.block{
	position: relative;
	padding: 30px 0px;
	clear: both;
}

.block img{
	width: 1190px !important;
}
.block__name{
	width: 104px;
	height: 30px;
	font-size: 26px;
	color: #333;
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
}

.surface{
	position: relative !important;
}
.aside{
	width:200px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	right: 0;
}
.aside-top{
	width: 200px;
	height: 86px;
}

/*.aside-bottom{*/
/*	width: 200px;*/
/*	height:350px;*/
/*}*/

.aside-top li{
	width: 100px;
	height: 86px;
	float: left;
	text-align: center;
	border:1px solid rgba(233,233,233,1);
	border-bottom:none;
	display:flex;
	align-items:center ;
	justify-content: center;
	background: white;
	box-sizing: border-box;
}
.aside-top li:nth-of-type(2n){
	border-left:none;
}

.aside-top li a{
	display: block;
}

.aside-top li a img{
	display: block;
	width: 40px;
	margin: auto;
	margin-top: 7px;
}
.aside-top li a span{
	display:block;
	width:100%;
	text-align: center;
	font-size: 12px;
	color:#666;
}

dt, dd {
	 line-height: 40px !important;
}

.mainNav dd a{
	font-size: 14px !important;
}

/*商品列表标题*/
.productListTilte .title{
	font-family: PingFangSC,Microsoft YaHei;
}

.productListTilte .title span:nth-of-type(1) {
	font-size: 30px;
	font-weight: 700;
	/*background: linear-gradient(to right, red, #44d7cb);*/
	background: linear-gradient(90deg,red,#5c5cae);
	-webkit-background-clip: text;  /*这个属性只能放在background属性的后面*/
	color: transparent;
}

.productListTilte .title span:nth-of-type(2) {
	font-size: 15px;
	color: #989ca5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:8px;
	letter-spacing: 2px;
}