body {
	margin: 0;
	background: #f5f5f5
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav .category {
	display: block !important;
	position: relative !important;
	top: 0 !important;
}

.nav .category ul.menu {
	position: relative !important;
	top: 0 !important;
}

.swiper_container {
	width: 100%;
	height: 464px;
	background: #eee;
	padding: 0;
	min-width: 1200px;
	position: relative
}

.swiper_container .banner_container {
	width: 100%;
	height: 464px;
	position: absolute;
	margin: 0 auto;
	min-width: 1200px;
}

.swiper_container .right_sidebar {
	padding: 16px;
	width: 208px;
	height: 308px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04);
	margin-top: 60px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -600px;
}


/*.swiper_container .right_sidebar .inquiry{text-align: center;font-size: 14px;color: #808080;border-bottom: 1px dashed #D4D4D4;padding-bottom: 16px;}
.swiper_container .right_sidebar .inquiry p{padding: 0;margin: 0;line-height: 26px;}
.swiper_container .right_sidebar .inquiry a{display: inline-block;width: 208px;height: 40px;background: #F23A3D;color: #fff;font-size: 12px;font-weight: bold;text-decoration: none;line-height: 40px;border-radius: 2px;margin-top: 12px;}
.swiper_container .right_sidebar .goods_source{padding-top: 16px;}
.swiper_container .right_sidebar .goods_source .title{color: #4D4D4D;font-size: 14px;}
.swiper_container .right_sidebar .goods_source ul li{font-size: 12px;color: #666;line-height: 26px;width:208px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
*/

.swiper_container .right_sidebar .service_title {
	height: 35px;
	line-height: 35px;
	padding: 0 32px;
}

.swiper_container .right_sidebar .service_title span {
	padding: 0 16px;
	display: inline-block;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
}

.swiper_container .right_sidebar .content {
	padding-top: 8px;
}

.swiper_container .right_sidebar .content dl {
	padding-top: 18px;
	display: inline-block;
	font-size: 14px;
}

.swiper_container .right_sidebar .content dl dt {
	display: inline-block;
	padding-left: 18px;
}

.swiper_container .right_sidebar .content dl dt img {
	padding-bottom: 4px
}

.swiper_container .right_sidebar .content dl dd {
	display: inline-block;
	padding-left: 12px;
}

.swiper_container .right_sidebar .content dl dd p.small {
	color: #808080;
}

.swiper_container .right_sidebar .content dl dd p.big {
	color: #666666;
	font-weight: bold;
}

.img_con {
	width: 100%;
	min-width: 1200px;
}

.floor_container {
	background: #f5f5f5;
	padding-bottom: 100px;
}

#main .change i {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/refresh.svg) no-repeat;
	position: relative;
	top: 7px;
}


/*floor*/
#menu {
	position: fixed;
	left: 50%;
	top: 430px;
	margin-left: -685px;
	margin-top: -90px;
	width: 72px;
	border-radius: 2px;
	box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.08);
	background: #fff;
}

#menu ul li {
	position: relative;
	width: 72px;
	height: 32px;
	list-style: none;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	cursor: pointer;
	color: #666;
	overflow: hidden;
}

#menu ul li span {
	display: none;
	width: 72px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

#menu ul li.menu_floor:hover span {
	display: block;
	background: #4CC3FF;
	color: white;
}

#menu ul li.menu_floor span.active {
	display: block;
	background: #4CC3FF;
	color: white;
}

#menu ul li:hover span.active {
	display: block;
	background: #FF4C4F;
	color: white;
}

#menu ul li span.active {
	display: block;
	background: #FF4C4F;
	color: white;
}

#menu ul li:hover span.active {
	display: block;
	background: #FF4C4F;
	color: white;
}

#menu ul li.rec_source:hover {
	background: #FF4C4F;
	color: white;
}

#main {
	margin: auto;
	width: 1200px;
	position: relative;
}

#main .home_standard_layout {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04);
	margin-top: 42px;
	/*height: 672px;*/
	height: auto;
	width: 1200px;
}

#main .recommendations {
	height: 383px;
}

#main .head {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e6e6e6;
}

#main .head .label {
	width: 6px;
	height: 20px;
	float: left;
	left: 0;
	margin-top: 18px;
}

#main .head .label_1 {
	background: #FF4C4F;
}

#main .head .label_2 {
	background: #4CC3FF;
}

#main .head .label_3 {
	background: #4C94FF;
}

#main .head .label_4 {
	background: #FF974C;
}

#main .head .label_5 {
	background: #FF61B0;
}

#main .head .label_6 {
	background: #CA61FF;
}

#main .head .label_7 {
	background: #FF617E;
}

#main .head .label_8 {
	background: #6673FF;
}

#main .title {
	float: left;
	font-size: 18px;
	color: #4D4D4D;
	padding-left: 18px;
}

#main .change {
	float: right;
	padding-right: 24px;
}

#main .change a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

#main .change a:hover {
	color: #FF4C4F;
}

#main .change a:hover i {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/refresh_hvoer.svg) no-repeat;
	position: relative;
	top: 7px;
}

#main .recommendations_layout ul {
	padding: 0 16px;
}

#main .recommendations_layout ul li {
	padding: 24px 8px;
	width: 178px;
	display: inline-block;
}

#main .recommendations_layout ul li .more_img_container {
	width: 180px;
	height: 180px;
}

#main .recommendations_layout ul li .img_big_container {
	width: 180px;
	height: 120px;
	text-align: center;
}

#main .recommendations_layout ul li .img_small_container {
	width: 180px;
	height: 60px;
}

#main .recommendations_layout ul li .img_box {
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden
}

#main .recommendations_layout ul li .img_box a {
	display: block
}

#main .recommendations_layout ul li .alone_img {
	max-width: 180px;
	max-height: 180px;
}

#main .recommendations_layout ul li .more_img_big {
	max-height: 120px;
	max-width: 180px;
	margin: 0 auto;
}

#main .recommendations_layout ul li .more_img_small {
	height: 60px;
	width: 60px;
	display: block;
	float: left
}

#main .recommendations_layout ul li p.goods_name a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 14px;
	padding-top: 16px;
}

#main .recommendations_layout ul li label {
	font-size: 12px;
	color: #8870FF;
	border: 1px solid #8870FF;
	border-radius: 2px;
	padding: 1px 3px;
	margin-top: 6px;
	display: inline-block;
}

#main .recommendations_layout ul li label.type {
	margin-left: 4px;
}

#main .recommendations_layout ul li p.price span {
	font-size: 16px;
	color: #FF4C4F;
	padding-top: 14px;
	display: inline-block;
	line-height: 16px;
}

#main .goods_layout {
	padding-top: 8px;
	padding-bottom: 14px;
}

#main .goods_layout ul {
	padding: 0 16px;
	font-size: 0;
}

#main .goods_layout ul li {
	padding: 16px 8px;
	width: 178px;
	display: inline-block;
	position: relative
}

#main .goods_layout ul li .more_img_container {
	width: 180px;
	height: 180px;
}

#main .goods_layout ul li .img_big_container {
	width: 180px;
	height: 120px;
	text-align: center;
}

#main .goods_layout ul li .img_small_container {
	width: 180px;
	height: 60px;
}

#main .goods_layout ul li .img_box {
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden
}

#main .goods_layout ul li .img_box a {
	display: block;
}

#main .goods_layout ul li .alone_img {
	max-width: 180px;
	max-height: 180px;
}

#main .goods_layout ul li .more_img_big {
	max-height: 120px;
	max-width: 180px;
	margin: 0 auto;
}

#main .goods_layout ul li .more_img_small {
	height: 60px;
	width: 60px;
	display: block;
	float: left
}

#main .goods_layout ul li p.goods_name {
	display: inline-block;
	height: 36px;
	position: relative;
	margin-top: 6px;
}

#main .goods_layout ul li p.goods_name a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
	float: left;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	word-break: break-all;
	position: relative;
	line-height: 22px;
	max-height: 48px
}

#main .goods_layout ul li p.stock_goods a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
	float: left;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	word-break: break-all;
	position: relative;
	line-height: 22px;
	max-height: 48px
}

#main .goods_layout ul.stock_goods li p.goods_name a span.label {
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	width: 48px;
	height: 11px;
	padding: 2px;
	line-height: 12px;
	background: #8870FF;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#main .goods_layout ul li.order_goods p.goods_name a span.label {
	font-size: 12px;
	color: #8870FF;
	border-radius: 2px;
	width: 48px;
	height: 11px;
	padding: 2px;
	line-height: 12px;
	background: white;
	border: 1px solid #8870FF;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#main .goods_layout ul li p.goods_name a span.name {
	padding-left: 8px;
	line-height: 22px;
}

#main .goods_layout ul li p.price span {
	font-size: 16px;
	color: #FF4C4F;
	padding-top: 16px;
	display: inline-block;
}

.clear {
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px;
}

>>>>>>> f8c9e5d2dfe09618df976f592102cf745e831bdf

/*banner*/

a,
img {
	border: 0;
}

.banner {
	height: 464px;
	overflow: hidden;
	width: 100%;
	position: relative
}

.banner .d1 {
	width: 720px;
	height: 464px;
	display: block;
	margin: 0 auto;
}

.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	bottom: 0px;
}

.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -96px;
	display: inline;
}

.banner .d2 li {
	width: 17px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	background: url(/dist/home/images/img1_1.png) no-repeat center;
	float: left;
	margin: 0 3px;
	display: inline;
}

.banner .d2 li.nuw {
	background: url(/dist/home/images/img1.png) no-repeat center;
}

.floor_goods_name_tool_tip {
	background: white;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.04);
	line-height: 22px;
	color: #666;
	font-weight: normal;
	text-align: left;
	position: absolute;
	padding: 12px 16px;
	font-size: 12px;
	border-radius: 2px;
	top: 140px;
	left: -54px;
	display: none;
}

.floor_tool_tip_tag em {
	display: block;
	border-width: 8px;
	position: absolute;
	border-style: solid dashed dashed;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
	font-size: 0;
	line-height: 0;
	left: 80px;
	bottom: -16px;
}

.floor_tool_tip_tag span {
	display: block;
	border-width: 7px;
	position: absolute;
	border-style: solid dashed dashed;
	border-color: white transparent transparent transparent;
	font-size: 0;
	line-height: 0;
	left: -7px;
	bottom: -6px;
	width: auto;
}

#main .recommendations_layout ul li .alone_img:hover {
	animation: imgChange 1s forwards;
}

#main .goods_layout ul li .alone_img:hover {
	animation: imgChange 1s forwards;
}

#main .recommendations_layout ul li p.goods_name a:hover {
	color: #ff4c4f;
}

#main .goods_layout ul li p.goods_name a span.name:hover {
	color: #ff4c4f;
}

#main .goods_layout ul li p.goods_name a:hover {
	color: #ff4c4f;
}

@keyframes imgChange {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1.04, 1.04);
	}
}