.m-top-ad {
	display: block;
	height: 100px;
	position: relative
}

.m-top-ad .ad {
	display: block;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50%
}

.m-top-ad .close {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 9;
	width: 50px;
	height: 45px;
	margin-left: 550px;
	background: url(/static/image/public/icon_ad_close.png) no-repeat 50%
}

.head-advertisement {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block
}

.head-advertisement .head-close {
	width: 1190px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	text-align: right;
	padding-right: 10px
}

.head-advertisement .head-close img {
	cursor: pointer
}

.bottom-advertisement {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	z-index: 1000
}

.bottom-advertisement .bottom-close {
	width: 1190px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	text-align: right;
	padding-right: 10px
}

.bottom-advertisement .bottom-close img {
	cursor: pointer
}

.m-index-banner {
	position: relative;
	height: 460px;
	background-color: #fff;
	-webkit-transition: background-color 1s;
	transition: background-color 1s
}

.m-index-banner .ibanner-container {
	margin-left: 230px
}

.m-index-banner .ibanner-container .ibanner-main {
	height: 460px; 
}

.m-index-banner .ibanner-container .ibanner-main .fixed-banner {
	float: left;
	width: 730px;
	height: 100%;
	overflow: hidden
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info {
	overflow: hidden;
	height: 460px;
	padding: 0 15px;
	background: #fff
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .hi {
	margin-top: 25px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #222
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .welcome {
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	color: #888
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles {
	margin-bottom: 20px
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles .btn {
	display: inline-block;
	width: 90px;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	border: 1px solid #ce2031;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	color: #ce2031
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles .btn:first-child {
	margin-left: 0
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles .btn:hover {
	background: #fef0f0
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles .btn.btn-red {
	background: #ce2031;
	color: #fff
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .handles .btn.btn-red:hover {
	background: #e32343
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .order-counts {
	margin-bottom: 20px
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .order-counts a {
	display: inline-block;
	margin-right: 4px
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .order-counts a i {
	color: #ce2031;
	font-style: normal
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .news-list {
	padding-top: 5px;
	border-top: 1px solid #ebebeb
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .news-list li {
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .news-more {
	text-align: right
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .news-more a {
	color: #4a90e2
}

.m-index-banner .ibanner-container .ibanner-main .ibanner-info .news-more a img {
	margin-top: -1px
}

.m-index-banner .ibanner-container .ibanner-ads {
	margin-left: -10px;
	padding: 10px 0 10px 10px
}

.m-index-banner .ibanner-container .ibanner-ads .item {
	float: left;
	width: 230px;
	height: 110px;
	margin-left: 10px
}

.m-index-banner .ibanner-container .ibanner-ads .item img {
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.m-index-banner .ibanner-container .ibanner-ads .item:hover {
	opacity: .8
}

.m-fixed-banner {
	position: relative;
	display: block;
	width: 730px;
	height: 455px
}

.m-fixed-banner .sliders {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.m-fixed-banner .sliders .slide-item {
	display: block;
	height: 460px;
	-webkit-transition: none;
	transition: none
}

.m-fixed-banner .sliders .slide-item img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-fixed-banner .paganation {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center
}

.m-fixed-banner .paganation li {
	display: inline-block;
	width: 20px;
	height: 6px;
	margin: 0 5px;
	border-radius: 3px;
	background: hsla(0,0%,100%,.6);
	text-indent: -999px;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.m-fixed-banner .paganation li.on {
	background-color: #fff
}

.m-fixed-banner .switch-btn {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 30px;
	height: 90px;
	margin-top: -45px;
	background-color: rgba(0,0,0,.5);
	background-repeat: no-repeat;
	background-position: 50%
}

.m-fixed-banner .switch-btn.prev {
	left: 15px;
	background-image: url(/static/image/public/icon_tlw.png)
}

.m-fixed-banner .switch-btn.next {
	right: 15px;
	background-image: url(/static/image/public/icon_trw.png)
}

.m-fixed-banner .switch-btn:hover {
	opacity: .8
}

.m-index-title {
	margin-top: 30px;
	height: 40px;
	line-height: 40px
}

.m-index-title .title {
	font-size: 20px;
	color: #222
}

.m-index-title .more-link {
	float: right;
	font-size: 14px
}

.m-index-title .more-link img {
	margin-top: -2px
}

.g-wrapper-new {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.m-panic-buying .panic-title {
	float: left;
	width: 230px;
	height: 290px;
	background: url(/static/image/index/bg_panic_title.png) no-repeat 50%;
	text-align: center;
	color: #fff
}

.m-panic-buying .panic-title .status {
	margin-top: 30px;
	font-size: 28px;
	height: 30px;
	line-height: 30px
}

.m-panic-buying .panic-title .msg {
	margin-top: 12px;
	font-size: 14px;
	height: 15px;
	line-height: 15px
}

.m-panic-buying .panic-title .tip {
	margin-top: 100px;
	font-size: 16px
}

.m-panic-buying .panic-title .timedown {
	margin-top: 10px;
	font-size: 12px
}

.m-panic-buying .panic-title .timedown .item .n:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px
}

.m-panic-buying .panic-title .timedown .item .u {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	line-height: 24px;
	margin: 0;
	text-align: center
}

.m-panic-buying .panic-body {
	overflow: hidden;
	padding-left: 10px
}

.m-panic-buying .panic-body .panic-goods {
	margin-left: -10px
}

.m-panic-buying .panic-body .panic-goods .goods-item {
	position: relative;
	float: left;
	width: 230px;
	height: 290px;
	margin-left: 10px;
	padding: 20px 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.m-panic-buying .panic-body .panic-goods .goods-item .pic {
	width: 170px;
	height: 170px;
	margin: 0 15px
}

.m-panic-buying .panic-body .panic-goods .goods-item .pic img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-panic-buying .panic-body .panic-goods .goods-item .info {
	margin-top: 10px
}

.m-panic-buying .panic-body .panic-goods .goods-item .info .title {
	overflow: hidden;
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	text-align: center
}

.m-panic-buying .panic-body .panic-goods .goods-item .info .price {
	margin-top: 10px;
	line-height: 28px
}

.m-panic-buying .panic-body .panic-goods .goods-item .info .price strong {
	font-size: 18px;
	color: #ce2031
}

.m-panic-buying .panic-body .panic-goods .goods-item .info .price i {
	float: right;
	font-size: 14px;
	font-style: normal;
	color: #888
}

.m-panic-buying .panic-body .panic-goods .goods-item .rate {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: #ce2031;
	font-size: 12px;
	font-style: normal;
	color: #fff
}

.m-panic-buying .panic-body .panic-goods .goods-item:hover {
	opacity: .8;
	-webkit-box-shadow: 0 0 0 1px #ce2031 inset;
	box-shadow: inset 0 0 0 1px #ce2031
}

.m-scene-buying {
	margin-left: -10px
}

.m-scene-buying .scene-item {
	float: left;
	margin-left: 10px
}

.m-scene-buying .scene-item img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-scene-buying .scene-item:hover {
	opacity: .8
}

.m-scene-buying .scene-item2 {
	width: 590px;
	height: 200px
}

.m-scene-buying .scene-item4 {
	width: 290px;
	height: 290px
}

.m-scene-buying .scene-item5 {
	width: 230px;
	height: 290px
}

.m-featured-brands {
	margin-left: -10px
}

.m-featured-brands .brand-item {
	float: left;
	width: 230px;
	height: 310px;
	margin-left: 10px
}

.m-featured-brands .brand-item img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-featured-brands .brand-item:hover {
	opacity: .8
}

.m-floor-column {
	margin-left: -10px
}

.m-floor-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.m-floor-column .floor-col2 {
	float: left;
	width: 595px;
	height: 540px;
	margin-left: 10px
}

.m-floor-column .floor-col2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.m-floor-ad {
	display: block;
	height: 100px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: 50%
}

.m-floor-ad:hover {
	opacity: .8
}

.m-floor-item {
	height: 100%;
	background: #fff
}

.m-floor-item .floor-title {
	position: relative;
	float: left;
	width: 230px;
	height: 100%;
	background-color: #eee
}

.m-floor-item .floor-title .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: top
}

.m-floor-item .floor-title .bg img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-floor-item .floor-title .nav-list {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	height: 200px
}

.m-floor-item .floor-title .nav-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.m-floor-item .floor-title .nav-list a {
	float: left;
	width: 88px;
	height: 28px;
	line-height: 28px;
	margin: 15px 0 0 17px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.m-floor-item .floor-title .nav-list a:hover {
	background-color: rgba(0,0,0,.2)
}

.m-floor-item .floor-content {
	float: left;
	width: 360px
}

.m-floor-item .floor-content .tabs-container {
	/*height: 560px;*/
	overflow: hidden
}

.m-floor-item .floor-content .tabs-container .tab-content {
	height: 100%;
	overflow: hidden
}

.m-floor-goods {
	float: left;
	width: 180px;
	height: 250px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.1) inset;
	box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.1)
}

.m-floor-goods .pic {
	width: block;
	width: 150px;
	height: 150px;
	margin: 15px auto 0
}

.m-floor-goods .pic img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-floor-goods .series {
	width: 150px;
	margin: 50px auto 0;
	font-size: 12px
}

.m-floor-goods .series .name {
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.m-floor-goods .series .brand {
	margin-top: 8px;
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.m-floor-goods .info {
	width: 150px;
	margin: 10px auto 0
}

.m-floor-goods .info .name {
	overflow: hidden;
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	color: #222
}

.m-floor-goods .info .tags {
	height: 15px;
	margin-top: 10px
}

.m-floor-goods .info .tags i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 50%
}

.m-floor-goods .info .tags i.quan {
	background-image: url(/static/image/public/tag_quan.png)
}

.m-floor-goods .info .tags i.zeng {
	background-image: url(/static/image/public/tag_zeng.png)
}

.m-floor-goods .info .price {
	margin-top: 10px;
	font-size: 14px;
	color: #ce2031
}

.m-floor-goods:hover {
	opacity: .8;
	-webkit-box-shadow: 0 0 0 1px #ce2031 inset;
	box-shadow: inset 0 0 0 1px #ce2031
}

.m-floor-brand {
	position: relative;
	float: left;
	width: 180px;
	height: 250px
}

.m-floor-brand:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.1) inset;
	box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.1);
	-webkit-transition: .2s;
	transition: .2s
}

.m-floor-brand img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.m-floor-brand:hover {
	opacity: .8
}

.m-floor-brand:hover:before {
	-webkit-box-shadow: 0 0 0 1px #ce2031 inset;
	box-shadow: inset 0 0 0 1px #ce2031
}

.f-ifloor-nav {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 60px;
	margin-left: -675px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	overflow: hidden;
	background: #fff
}

.f-ifloor-nav a {
	display: block;
	height: 36px;
	line-height: 18px;
	padding: 8px 5px;
	border-top: 1px solid #dbdbdb;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #222
}

.f-ifloor-nav a:first-child {
	border-top: none
}

.f-ifloor-nav a.on,.f-ifloor-nav a:hover {
	background: #ce2031;
	color: #fff
}
.xianshi{ width:1200px; margin:0 auto; margin-top:20px; height:275px; background-color:#ffffff;}
.xianshi_left{ width:189px; height:275px; float:left; background-image:url(../images/xianshi_03.jpg);}
.xianshi_left_txt{ width:130px; float:left; margin-left:29px;margin-top:212px; font-size:20px; color:#ffffff; font-weight:bold; text-align:center; padding-top:8px;}
.xianshi_right{ width:1010px; height:275px; float:left;}
.xianshi_right_table{ width:200px; height:275px; border-right:1px solid #f0f0f0; padding-top:15px;}
.xianshi_right_table_img{ width:162px; height:182px; margin:0 auto;}
.xianshi_right_table_txt{ font-size:12px; padding-top:10px; padding-bottom:10px; color:#666666; line-height:20px; width:162px; margin:0 auto;}
.xianshi_right_table_line{ width:162px; height:22px; margin:0 auto;}
.xianshi_right_table_pirce{ width:80px; height:22px; background-color:#e6382f; font-size:14px; text-align:center; color:#ffffff; font-weight:bold; float:left}
.xianshi_right_table_pirce1{ width:80px; height:20px; border:1px solid #e6382f; font-size:14px; text-align:center; color:#b7bcb8; float:left;text-decoration: line-through}

.tuijian{ width:1200px; height:280px; background-color:#ffffff; margin:0 auto; margin-top:20px;}
.tuijian_table{ width:198px; height:275px; border-right:1px solid #f0f0f0; padding-top:15px;}
.tuijian_table_img{ width:162px; height:182px; margin:0 auto;}
.tuijian_table_txt{ font-size:12px; padding-top:10px; padding-bottom:10px;text-align:center; color:#666666; line-height:20px; width:162px; margin:0 auto;}
.tuijian_table_line{ width:162px; height:22px; margin:0 auto; text-align:center; color:#ff6600;font-weight:bold; font-size:16px;}

.nice{ width:1200px; height:582px; background-color:#ffffff; margin:0 auto;}
.nice_table{ width:198px; height:260px; border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0; padding-top:15px;}
.nice_table_img{ width:162px; height:182px; margin:0 auto;}
.nice_table_txt{ font-size:12px; padding-top:10px; padding-bottom:10px;text-align:center; color:#666666; line-height:20px; width:162px; margin:0 auto;white-space:nowrap;overflow: hidden;text-overflow: ellipsis}
.nice_table_line{ width:162px; height:22px; margin:0 auto; text-align:center; color:#ff6600;font-weight:bold; font-size:16px;}