@charset "utf-8";
/* .top{background:#EEE;} */
.temp-top {
	width: 100%;
	height: 40px;
	background: #2c2c2c;
	color: #FFF;
}

.temp-g {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.temp-g ul li {
	float: left;
}

.temp-g ul li a {
	display: block;
	line-height: 40px;
	color: #FFF;
	padding: 0 12px;
	overflow: hidden;
	background: url(../images/temp_line.png) no-repeat right 50%;
}

.temp-g ul li:last-child a,.temp-g ul li.last a {
	background-image: none;
}

.temp-g ul li a:hover,.temp-g ul li a.active {
	background-color: #3e3e3e;
}

.temp-g ul li a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/temp_icons1.png) no-repeat 0 100px;
	margin-right: 4px;
	vertical-align: middle;
}

.temp-g ul li a i.icon1 {
	background-position: 0 0;
}

.temp-g ul li a i.icon2 {
	background-position: 0 -24px;
}

.temp-g ul li a i.icon3 {
	background-position: 0 -48px;
}

.temp-g ul li a i.icon4 {
	background-position: 0 -96px;
}

.temp-g ul li a i.icon5 {
	background-position: 0 -72px;
}

.temp-g ul li ul {
	float: left;
	position: absolute;
	width: 120px;
	height: auto;
	background: #3e3e3e;
	color: #FFF;
	border: 0;
	display: none;
	z-index: 999;
	padding-top: 0px;
}

.temp-g ul li ul li {
	width: 120px;
	border: 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}

.temp-g ul li ul li a {
	color: #FFF;
	background: none;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-size: 12px;
	transition: none;
}

.temp-g ul li:hover ul {
	display: block;
}

.temp-v {
	float: right;
}

.temp-v ul li {
	float: left;
}

.temp-v ul li a {
	float: left;
	line-height: 40px;
	color: #FFF;
	padding: 0 12px;
	margin-left: 2px;
	background: #434343;
}

.temp-v ul li a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/temp_icons1.png) no-repeat 0 100px;
	margin-right: 4px;
	vertical-align: middle;
}

.temp-v ul li a i.icon1 {
	background-position: 0 -120px;
}

.temp-v ul li a i.icon2 {
	background-position: 0 -144px;
}

.temp-v ul li a.logout {
	background: #005387;
}
/*store*/
/* .header{height:100px;background:#FFF;}
.logo img.slogo{display:block;width:auto;height:66px;border-radius:50%;margin:0 auto;}
.stroe_name{float:left;padding-left:20px;width:400px;height:70xp;padding-top:30px;}
.stroe_name h2{font-size:18px;font-weight:normal;padding-bottom:5px;}
.stroe_name .stars{display:block;}
.store_search{float:right;padding-top:25px;}
.store_search input{float:left;width:280px;height:46px;padding:0 25px;border:1px solid #e5e1e1;border-right:0;color:#666;line-height:46px;}
.store_search button{float:left;width:92px;height:48px;border:0;background:#74a5c3 url(../images/btn_search2.png) no-repeat 14px 50%;font-size:14px;color:#FFF;cursor:pointer;padding-left:32px;}
.store_search button.btn2{margin-left:2px;background-color:#f65944;width:108px;} */
.site_banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 0% 0;
}

.site_banner img {
	display: block;
	margin: 0 auto;
}

.navigation {
	height: 30px;
	background: #5c4947;
}

.navigation .store_cata {
	float: left;
	width: 135px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: none;
}

.store_cata .sc_a {
	width: 100%;
	height: 30px;
	background: #79a3a8;
	font-size: 14px;
}

.store_cata .sc_a a {
	display: block;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}

.store_cata .sc_a a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_cata1.png) no-repeat 50% 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.nav {
	float: none;
	margin: 0;
	padding: 0;
}

.nav ul {
	float: none;
	height: 30px;
	border-left: 1px solid #6f96a1;
}

.nav ul li {
	float: left;
	padding: 0;
	background: none;
	height: 30px;
	position: relative;
	z-index: 100;
}

.nav ul li.sc_a {
	background: #79a3a8;
	font-size: 14px;
}

.nav ul li.sc_a a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_cata1.png) no-repeat 50% 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.nav ul li a {
	display: block;
	width: 140px;
	font-size: 14px;
	line-height: 30px;
	border-right: 1px solid #6f96a1;
	text-align: center;
	padding: 0;
	height: 30px;
	overflow: hidden;
	margin: 0;
}

.nav ul li a:hover,.nav ul li a.active,.nav ul li:hover a {
	background: #8c0000;
	color: #FFF;
}

.nav ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 139px;
	height: auto;
	background: #FFF;
	border: 0;
	display: none;
	z-index: 100;
	padding-top: 1px;
}

.nav ul li a i {
	display: inline-block;
	width: 12px;
	height: 6px;
	overflow: hidden;
	vertical-align: middle;
	background: url(../images/zxc_plan_ico3.png) no-repeat 0 0;
	margin-left: 5px;
	transition: transform 0.4s;
}
/*.nav ul li:hover a i{transform:rotate(180deg);}*/
.nav ul li:hover ul a {
	background: #FFF;
	color: #434343;
}

.nav ul li ul li {
	height: 38px;
	line-height: 38px;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
	color: #434343;
	text-align: center;
	background: none;
	padding: 0;
	marrgin: 0;
}

.nav ul li ul li a {
	color: #434343;
	background: none;
	padding: 0;
	margin: 0;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 12px;
	transition: none;
}

.nav ul li ul li ul {
	position: absolute;
	display: none;
	margin-left: 140px;
	margin-top: -39px;
	border-top: 1px solid #e7e7e7;
	padding-top: 0;
}

.nav ul li ul li ul li a {
	background: #F2F2F2;
}

.nav ul li:hover ul {
	display: block;
}

.nav ul li:hover ul ul {
	display: none;
}

.nav ul li ul li:hover ul {
	display: block;
}

.nav ul li ul li:hover a {
	color: #8c0000;
	background-color: #f2f2f2;
}

.nav ul li ul li.hasSub a {
	background-repeat: no-repeat;
	background-position: 126px 50%;
	background-image: url(../images/arr13.png)
}

.nav ul li ul li.hasSub li a {
	background-image: none;
}

.nav ul li ul li:hover ul a {
	color: #434343;
	/*background:#f2f2f2 url(../images/arr14.png) no-repeat 126px 50%;*/
}

.nav ul li ul li:hover ul a:hover {
	color: #8c0000;
	background-color: #f2f2f2;
}

.nav ul li ul li:hover ul li.hasSub a {
	background-repeat: no-repeat;
	background-position: 126px 50%;
	background-image: url(../images/arr15.png)
}

.store_main {
	background: #EEE;
	padding-bottom: 40px;
	overflow: hidden;
}

.topad {
	position: relative;
	margin: 0 auto;
	border: 0;
	width: 1200px;
	height: 500px;
}

.topad .hd {
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 3;
}

.topad .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.topad .hd ul li {
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%
}

.topad .hd ul li.on {
	background: #8c0000;
	color: #fff;
}

.topad .prev,.topad .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	z-index: 3;
}

.topad .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.topad .prev:hover,.topad .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.adw {
	position: absolute;
	left: -360px;
	top: 0px;
	width: 1920px;
	height: 500px;
	z-index: 2;
	opacity: 1;
	overflow: hidden;
}

topad .adw img {
	position: relative;
	float: left;
}
/*
.topad{width:100%;height:500px;overflow:hidden;min-width:1200px;position:relative;background:#f2f2f2;clear: both;}
.topad .adw{position: absolute;top: 0px;left:-300px;width: 1800px;height: 500px; background:#0F0;}*/
/*.topad .adw img{position: absolute;float: left;}*/
/*商品列表*/
.product-list {
	width: 1210px;
	overflow: hidden;
	margin-left: -25px;
}

.product-list .item {
	float: left;
	width: 232px;
	height: auto;
	background: #FFF;
	margin: 5px 5px;
	overflow: hidden; /*box-shadow: rgba(0,0,0,0.1) 3px 3px 3px;*/
}

.product-list .item img.cover {
	display: block;
	width: 200px;
	height: 200px;
	margin: 16px auto;
}

.product-list .item .c {
	padding: 10px 15px 15px;
	line-height: 20px;
	overflow: hidden;
	border-top: 1px solid #EEE;
	height: 75px;
}

.product-list .item span.price {
	float: left;
	font-size: 20px;
	color: #c7000b;
	width: 150px;
}

.product-list .item span.sales {
	float: right;
	width: 40px;
	text-align: right;
}

.product-list .item span.old_price {
	float: right;
	text-decoration: line-through;
	color: #707070;
}

.product-list .item p {
	width: 192px;
	padding: 10px 0 0;
	height: 32px;
	overflow: hidden;
	line-height: 16px;
}

.product-list .item:hover .c {
	background: #005387;
	color: #FFF;
}

.product-list .item:hover .c span.price,.product-list .item:hover .c a {
	color: #FFF;
}
/**/
.product_title {
	width: 100%;
}

.product_title h3 {
	font-size: 24px;
	font-weight: normal;
	color: #f65944;
	line-height: 2;
	padding: 10px 0 0;
}

.ptype2 .item {
	width: 958px;
	box-shadow: none;
}

.ptype2 .item img.cover {
	float: left;
	width: 100px;
	height: 100px;
	border-right: 1px solid #EEE;
	margin: 0;
}

.ptype2 .item .c {
	height: 50px;
	position: relative;
	padding: 50px 0 0 20px;
	border: 0;
}

.ptype2 .item .c p {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100%;
	font-family: "SourceHanSansCN-Regular"
}

.ptype2 .item span.price {
	margin-right: 35px;
}

.ptype2 .item span.sales {
	float: left;
}
/**/
.temp-dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: auto;
	overflow: hidden;
	background: #f5f5f2;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
	z-index: 999;
	display: none;
}

.temp-dialog2 {
	width: 500px;
	z-index: 1000;
}

.temp-dialog3 {
	width: 500px;
	z-index: 1000;
}

.temp-dt {
	width: 100%;
	height: 42px;
	background: #8d0000;
	color: #FFF;
	line-height: 42px;
}

.temp-dt h3 {
	float: left;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
}

.temp-dt a.close {
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../images/temp_close.png) no-repeat 50% 50%;
	margin: 11px 20px;
}

.temp-dv {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.temp-dc {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.temp-dct {
	height: 44px;
	padding: 15px 20px 0;
	background: #FFF;
}

.temp-dct ul {
	float: left;
}

.temp-dct ul li {
	float: left;
	height: 44px;
}

.temp-dct ul li a {
	float: left;
	font-size: 18px;
	padding: 0 12px;
	margin-right: 24px;
	height: 41px;
	line-height: 41px;
	border-top: 3px solid #FFF;
	transition: none;
}

.temp-dct ul li a.active {
	background: #f5f5f2 url(../images/temp_arr0.png) no-repeat 50% 41px;
	border-top-color: #8d0000;
	color: #8d0000;
	height: 50px;
}

.temp-dct p.r {
	float: right;
}

.temp-dct p.r a {
	float: left;
	font-size: 14px;
	color: #959595;
	line-height: 30px;
	margin-top: 6px;
	background: url(../images/temp_icon_help.png) no-repeat 0 50%;
	padding-left: 34px;
}

.temp-dct p.r span {
	line-height: 32px;
	font-size: 14px;
	color: #333;
}

.temp-dct p.r span strong {
	font-weight: normal;
	color: #8b0000;
}

.temp-dcc {
	padding: 20px 20px 10px;
	overflow: hidden;
}

.temp-dcct {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}

.temp-dcct h3 {
	float: left;
	border-top: 2px solid #8d0000;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	color: #403b3b;
	padding-right: 15px;
	background: url(../images/temp_arr1.png) no-repeat right 50%;
}

.temp-dcct h3 a {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: url(../images/temp_arr2.png) no-repeat 0 0;
	margin: 9px 6px 0 0;
	transition: none;
}

.temp-dv.on .temp-dcct h3 a {
	background-position: 0 -14px;
}

.temp-dccf {
	width: 100%;
	padding: 0 0 10px;
	overflow: hidden;
	display: none;
}

.temp-dv.on .temp-dccf {
	display: block;
}

.temp-dccf .item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 1px;
}

.temp-dccf .item span.label {
	float: left;
	width: 92px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #f5f5f2;
	line-height: 56px;
	text-align: right;
	padding-right: 18px;
}

.temp-dccf .item span.label-new {
	float: left;
	width: 123px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #f5f5f2;
	line-height: 56px;
	text-align: right;
	padding-right: 18px;
}

.temp-dccf .item .c {
	float: left;
	padding: 15px 20px;
	line-height: 26px;
	border-left: 1px solid #f5f5f2;
	margin-left: -1px;
	width: 788px;
}

.temp-dccf .item .c-new {
	float: left;
	padding: 15px 20px;
	line-height: 26px;
	border-left: 1px solid #f5f5f2;
	margin-left: -1px;
	width: 758px;
}

.temp-dccf .item .color {
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cdcdcd;
	padding: 2px;
	cursor: pointer;
}

.temp-dccf .item .color span {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	border: 1px solid #cdcdcd;
}

.temp-dccf .item .color i {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background: url(../images/temp_arr3.png) no-repeat 0 0;
}

.temp-dccf .item input.cv {
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	font-size: 14px;
	color: #000;
	margin-left: 12px;
	font-weight: bold;
}

.temp-dccf .item span.tip {
	float: left;
	color: #959595;
	margin-left: 12px;
}

.temp-dccf .item span.tip em {
	color: #F00;
}

.temp-dccf .item label {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}

.temp-dccf .item label.cdel {
	margin-left: 50px;
}

.temp-dccf .item label input {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.temp-dccb {
	height: auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
}

.temp-dccb a { /**float:left;*/
	display: inline-block;
	line-height: 36px;
	font-size: 18px;
	padding: 0 40px;
	margin-right: 2px;
	background: #434343;
	color: #FFF;
	cursor: pointer;
	border-radius: 2px;
}

.temp-dccb a.a0 {
	background: #8d0000;
}

.temp-dccb a.a1 {
	background: #434343;
}

.temp-dccb a.a2 {
	background: #959595;
}

.temp-imgset img {
	float: left;
	width: 152px;
	height: 101px;
	margin-right: 28px;
}

.temp-imgset a.btn {
	display: block;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	background: #005387;
	color: #FFF;
	margin-left: 180px;
}

.temp-imgset span.tip1 {
	display: block;
	color: #8d0000;
}

.temp-imgset span.tip2 {
	display: block;
	color: #959595;
	padding-top: 20px;
}

.temp-imgset .cd {
	clear: both;
}

.temp-imgset .cd a {
	float: left;
	font-size: 14px;
	margin-right: 1em;
	color: #005286;
	text-decoration: underline;
}
/**/
/*.editarea{position:relative;}*/
.dc-module {
	position: relative;
}

.edittip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ccecfb;
	background: url(../images/temp_editbg.png) repeat;
	box-sizing: border-box;
	display: none;
	z-index: 599;
}

.dc-module:hover .edittip {
	display: block;
}

.edittip .rt {
	position: absolute;
	top: 0;
	right: 0;
}

.edittip .rb {
	position: absolute;
	bottom: 0;
	right: 0;
}

.edittip a {
	float: left;
	background: #464646;
	line-height: 24px;
	padding: 0 6px;
	color: #FFF;
	margin-left: 1px;
}

.edittip .rb a {
	width: 172px;
	text-align: center;
}

.edittip a:hover {
	background: #8b0000;
}

.edittip a.no-resp:hover {
	background: #464646;
	cursor: default;
}

.edittip a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_icons2.png) no-repeat 0 100px;
	vertical-align: middle;
	margin-right: 5px;
}

.edittip a i.icon1 {
	background-position: 0 0;
}

.edittip a i.icon2 {
	background-position: 0 -16px;
	margin-right: 0;
}

.edittip a i.icon3 {
	background-position: 0 -32px;
	margin-right: 0;
}

.edittip a i.icon4 {
	background-position: 0 -48px;
}

.edittip a i.icon5 {
	background-position: 0 -64px;
}

.edittip a i.icon6 {
	background-position: 0 -80px;
}
/*zhanghaov 2017-12-21 */
.prcont {
	/*padding: 20px; --解决店铺内模块内图片失真问题*/
	overflow: hidden;
	font-family: "SourceHanSansCN-Regular"; /* margin-left:-21px;width:1200px; */
}
.dcshop-sm-shop-show-product .dc-module-bd .prcont,.dcshop-sm-shop-show-solution .dc-module-bd .prcont {
	padding: 20px;
}
.custom-content img {
	display: block;
	margin: 0 auto;
}
/**/
.temp-dccf .item .c input.t2 {
	float: left;
	width: 200px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
}

.temp-dccf .item .c div.btn {
	clear: both;
	padding-top: 10px;
}

.temp-dccf .item .c a.btnImg {
	display: inline-block;
	width: 120px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	background: #005388 !important;
	color: #FFF;
}

.temp-dccf .item .c a.btnClsImg {
	display: inline-block;
	width: 90px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	background: #005388 !important;
	color: #FFF;
}

.temp-dccf .item .c a.btnImg i {
	display: inline-block;
	width: 24px;
	height: 18px;
	overflow: hidden;
	background: url(../images/temp_icon3.png) no-repeat 50% 50%;
	vertical-align: middle;
	margin-right: 6px;
}

.temp-dccf .item2 {
	background: none;
}

.temp-dccf .item textarea {
	display: block;
	width: 920px;
	height: 300px;
	padding: 9px;
	border: 1px solid #d9d9d9;
	resize: none;
	margin-bottom: 10px;
}

.temp-dccf .item2 span.tip {
	float: left;
	color: #f00;
}

.temp-dccf .item2 div.btn2 {
	float: right;
}

.temp-dccf .item2 div.btn2 a {
	float: left;
	width: 136px;
	height: 25px;
	overflow: hidden;
	background: #005388;
	color: #FFF;
	line-height: 25px;
}

.temp-dccf .item2 div.btn2 a i {
	float: left;
	width: 28px;
	height: 25px;
	overflow: hidden;
	background: url(../images/temp_icon4.png) no-repeat 0 0;
	margin-right: 5px;
}

.temp-dccb2 {
	padding-left: 0;
}

.temp-dccf .item .c select {
	float: left;
	width: 212px;
}

.temp-dccf2 {
	overflow: hidden;
	padding: 20px 0;
}

.temp-dccf2 span.label {
	float: left;
	font-size: 14px;
	width: 100px;
	text-align: center;
}

.temp-dccf2 .c {
	float: left;
	width: 840px;
}

.temp-dccf2 .c label {
	float: left;
	margin-right: 25px;
	font-size: 14px;
}

.temp-dccf2 .c label input {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.temp-dccf2 .c p.tip3 {
	clear: both;
	color: #959595;
	padding: 20px 20px 0;
	width: 620px;
}

.temp-dccf .item .c table {
	width: 620px;
}

.temp-dccf .item .c table td {
	padding: 5px;
	border: 0;
}

.temp-dccf .item .c table thead td span.arr {
	float: left;
	background: url(../images/temp_arr1.png) no-repeat right 50%;
	padding-right: 20px;
}

.temp-dccf .item .c table thead td span.tip4 {
	float: right;
	color: #8b0000;
	padding-right: 24px;
}

.temp-dccf .item .c table td input.t2 {
	float: left;
	width: 180px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	line-height: 30px;
}

.temp-dccf .item .c table td input.t3 {
	float: left;
	width: 170px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	line-height: 30px;
}

.temp-dccf .item .c table td a.btn3 {
	float: left;
	width: 100px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	background: #005387;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.temp-dccf .item .c table td a.btn3 i {
	display: inline-block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	background: url(../images/temp_icon5.png) no-repeat 50% 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.temp-dccf .item .c table td.ctrl a {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 10px;
}

.temp-dccf .item .c table td.ctrl a i {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_icons3.png) no-repeat 0 100px;
}

.temp-dccf .item .c table td.ctrl a i.icon1 {
	background-position: 0 0;
}

.temp-dccf .item .c table td.ctrl a:hover i.icon1 {
	background-position: -16px 0;
}

.temp-dccf .item .c table td.ctrl a.opt-no-up:hover i.icon1 {
	background-position: 0 0;
}

.temp-dccf .item .c table td.ctrl a i.icon2 {
	background-position: 0 -16px;
}

.temp-dccf .item .c table td.ctrl a:hover i.icon2 {
	background-position: -16px -16px;
}

.temp-dccf .item .c table td.ctrl a.opt-no-down:hover i.icon2 {
	background-position: 0 -16px;
}

.temp-dccf .item .c table td.ctrl a i.icon3 {
	background-position: 0 -32px;
}

.temp-dccf .item .c table td.ctrl a:hover i.icon3 {
	background-position: -16px -32px;
}

.temp-dccf .item .c table td.ctrl a.opt-no-del:hover i.icon3 {
	background-position: 0 -32px;
}

.temp-dccf .opt-no-up,.temp-dccf .opt-no-down,.temp-dccf .opt-no-del {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50 );
	opacity: 0.5;
	cursor: default
}

.temp-dccf .item .c div.btn4 {
	width: 580px;
	height: auto;
	overflow: hidden;
	padding: 10px 0 0;
}

.temp-dccf .item .c div.btn4 a {
	display: block;
	width: 100%;
	line-height: 30px;
	background: #efebdc;
	color: #8b0000;
	font-size: 14px;
	text-align: center;
}

.temp-dccf .item .c div.btn4 a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_icon6.png) no-repeat 50% 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.temp-layout ul li {
	float: left;
	margin-right: 25px;
	text-align: center;
	font-size: 12px;
}

.temp-layout ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.temp-layout ul li a span {
	display: block;
	width: 152px;
	height: 72px;
	background: url(../images/temp_layout.png) no-repeat 0 100px;
	margin: 3px 3px 13px;
}

.temp-layout ul li a span.a1 {
	background-position: -175px -7px;
}

.temp-layout ul li a span.a2 {
	background-position: -343px -7px;
}

.temp-layout ul li a span.a4 {
	background-position: -511px -7px;
}
/* .temp-layout ul li a span.a3{background-position:0 -128px;} */
.temp-layout ul li a span.a3 {
	background-position: -7px -7px;
}

.temp-layout ul li a span.s {
	display: none;
}

.temp-layout ul li a.active span.s {
	display: block;
	width: 150px;
	height: 70px;
	background: url(../images/temp_layout2.png) no-repeat 0 0;
	position: absolute;
	top: 4px;
	left: 4px;
	margin: 0;
	margin: 0 !important;
}

.temp-dccf .item .c span.tip strong {
	color: #b80000;
	font-weight: normal;
}

.temp-dccf .item .c div.btn5 {
	clear: both;
	padding-top: 15px;
}

.temp-dccf .item .c div.btn5 a {
	float: left;
	padding: 0 20px;
	background: #005388;
	color: #FFF;
	margin-right: 20px;
}

.temp-dccf .item .c div.btn5 span.d {
	float: left;
}

.temp-dccf .item .c div.btn5 span.d strong {
	color: #b80000;
	font-weight: normal;
}
/**/
.temp-dccf .item-cata {
	height: 350px;
	overflow: auto;
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 10px 0;
}

.temp-dccf .item-cata ul {
	padding: 0 10px;
}

.temp-dccf .item-cata ul li {
	padding: 2px 0;
}

.temp-dccf .item-cata ul li a.arr {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: url(../images/temp_arr2.png) no-repeat 0 0;
	margin: 3px 5px 0 0;
}

.temp-dccf .item-cata ul li.on a.arr {
	background-position: 0 -14px;
}

.temp-dccf .item-cata ul li ul {
	display: none;
	padding: 5px 40px;
	overflow: hidden;
}

.temp-dccf .item-cata ul li.on ul {
	display: block;
}

.temp-dccf .item-cata ul li label input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.temp-dccf .item .c a.btn4 {
	float: left;
	padding: 0 20px;
	background: #005388;
	color: #FFF;
}

.temp-dccf .item .c span.s {
	float: left;
	margin-left: 20px;
}

.temp-dccf .item .c span.s strong {
	font-weight: normal;
	color: #8d0000;
}

.temp-dccf .item .c a.a0 {
	float: left;
	font-size: 14px;
	color: #005388;
	text-decoration: underline;
	margin-left: 50px;
}
/**/
/**/
.p-side {
	float: left;
	width: 232px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.p-main {
	float: right;
	width: 958px;
	height: auto;
	overflow: hidden;
	background: #FFF;
	margin-top: 20px;
}

.store_info {
	background: #FFF;
	overflow: hidden;
	padding: 28px 0 22px;
}

.store_info img.slogo {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.store_info h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 30px;
}

.store_info ul {
	margin: 0 20px;
	border-top: 1px solid #d2d2d2;
}

.store_info ul li {
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0;
	overflow: hidden;
}

.store_info ul li span.label {
	float: left;
	width: 5em;
	color: #959595;
}

.store_info ul li strong {
	padding-left: 1em;
	font-weight: normal;
	color: #8c0000;
}

.store_info a.addfav {
	display: block;
	width: 100px;
	font-size: 16px;
	margin: 22px auto 0;
	line-height: 30px;
}

.store_info a.addfav i {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/icon_addfav.png) no-repeat 0 0;
	margin-right: 5px;
}

.store_info a.addfav:hover i,.store_info a.addfav.has i {
	background-position: 0 -30px;
}

.s-store_search {
	padding: 20px;
	overflow: hidden;
	background: #FFF;
	margin-top: 0px;
}

.s-store_search h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	color: #313131;
	padding-bottom: 12px;
}

.s-store_search .item {
	padding: 6px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
}

.s-store_search .item span.label {
	float: left;
	width: 3em;
	text-align: right;
	padding-right: 10px;
}

.s-store_search .item input {
	float: left;
	width: 124px;
	height: 20px;
	padding: 2px 5px;
	border: 1px solid #CCC;
	line-height: 20px;
}

.s-store_search .item input.text2 {
	width: 42px;
}

.s-store_search .item span.fix {
	float: left;
	padding: 0 0.5em;
}

.s-store_search button {
	float: left;
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: #095485;
	color: #FFF;
	border: 0;
	font-size: 14px;
	cursor: pointer;
}

.store_cata {
	padding: 20px;
	overflow: hidden;
	background: #FFF;
	margin-top: 2px;
}

.store_cata h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	color: #313131;
	padding-bottom: 12px;
}

.store_cata ul li a {
	display: block;
	padding: 9px 24px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
	background: #a3a3a3;
	color: #FFF;
	border-top: 1px solid #fff;
}

.store_cata ul li ul li a {
	background: transparent;
	color: #626262;
	border-bottom: 1px solid #bfbfbf;
}

.store_cata ul li ul li a:before {
	content: "-- ";
	opacity: .5;
}

.store_cata ul li a:hover {
	cursor: default;
}

.store_cata ul li ul li a:hover { /*background:#F0F0F0;*/
	cursor: pointer;
	color: #fff;
	background: #79a3a8;
}

.store_cata ul li ul li a.active {
	color: #fff;
	background: #79a3a8;
}

.store_rank {
	padding: 24px 20px;
	overflow: hidden;
	background: #FFF;
	margin-top: 2px;
}

.store_rank h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	background: #8c0000;
}

.store_rank .c {
	padding: 18px 0;
	overflow: hidden;
}

.store_rank .sel {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d2d2d2;
}

.store_rank .sel ul {
	width: 194px;
	margin-left: -1px;
}

.store_rank .sel ul li {
	float: left;
	width: 97px;
	height: 30px;
}

.store_rank .sel ul li span {
	float: left;
	width: 97px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.store_rank .sel ul li span.active {
	border-top: 4px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	line-height: 24px;
	color: #8c0000;
	height: 27px;
	border-bottom: 0;
	width: 95px;
	background: #FFF;
}

.store_rank .rankc ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dotted #d2d2d2;
	position: relative;
	line-height: 16px;
}

.store_rank .rankc ul li a {
	color: #333;
}

.store_rank .rankc ul li img {
	float: left;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	margin-right: 10px;
}

.store_rank .rankc ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.store_rank .rankc ul li span.price {
	display: block;
	color: #b60005;
	font-size: 14px;
}

.store_rank .rankc ul li em {
	position: absolute;
	top: 60px;
	left: 70px;
}

.p-main {
	background: transparent;
	overflow: visible;
}
/*page navigation*/
.page-nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 10px;
}

.page-nav strong {
	font-weight: normal;
	color: #8b040a;
}

.page-nav strong,.page-nav a {
	margin: 0 1em;
}
/**/
.list-search {
	padding: 6px 18px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 1px solid #EEE;
}

.list-search input {
	float: left;
	width: 240px;
	height: 24px;
	padding: 0 6px;
	border: 1px solid #CCC;
	line-height: 24px;
}

.list-search button,.list-filter button {
	float: left;
	width: 4em;
	height: 26px;
	overflow: hidden;
	background: #095485;
	border: 0;
	border-radius: 13px;
	cursor: pointer;
	color: #FFF;
	margin-left: 5px;
}
/*list filter*/
.list-filter {
	padding: 6px 18px;
	overflow: hidden;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 12px;
	line-height: 26px;
}

.list-filter .c1 {
	float: left;
}

.list-filter a,.list-filter p,.list-filter input,.list-filter select {
	float: left;
}

.list-filter span.fix {
	float: left;
	margin: 0 2em;
	color: #ded7ba;
}

.list-filter span.label {
	float: left;
	margin: 0 2em;
	color: #000000;
}

.list-filter p {
	
}

.list-filter p a.first {
	margin-right: 38px;
}

.list-filter p a.first.active {
	background: #c7000b;
	color: #FFF;
	width: 90px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: -8px 14px -8px -18px;
}

.list-filter p a.first i {
	display: none !important;
}

.list-filter .fform {
	float: left;
	padding: 0 1em;
}

.list-filter .fform input {
	width: 50px;
	height: 24px;
	padding: 0 8px;
	border: 1px solid #CCC;
	color: #666;
	line-height: 24px;
}

.list-filter .fform select {
	height: 26px;
	line-height: 26px;
	border: 1px solid #CCC;
	margin-right: 15px;
	color: #666;
}

.list-filter .fform span.fix {
	margin: 0 5px;
}

.list-filter select {
	height: 26px;
	line-height: 26px;
}

.list-filter .fform .goods_name {
	margin-left: 10px;
	width: 80px;
}

.list-filter .fform .search_btn {
	margin-left: 40px;
}

.list-filter .deliver-area {
	float: left;
	width: auto;
}

.list-filter .deliver-area span.name {
	display: block;
	line-height: 24px;
	padding: 0 6px;
	cursor: pointer;
}

.list-filter .deliver-area span.name i {
	display: inline-block;
	width: 13px;
	height: 8px;
	overflow: hidden;
	background: url(../images/arr10.png) no-repeat 0 0;
	margin-left: 6px;
	vertical-align: middle;
	transition: transform 0.4s;
}

.list-filter .deliver-area.on span.name i {
	transform: rotate(180deg);
}

.list-filter .c1 a i {
	float: right;
	width: 12px;
	height: 10px;
	overflow: hidden;
	margin: 8px 0 0 6px;
	background: url(../images/icon_ftop.gif) no-repeat 0 100px;
	display: none;
}

.list-filter .c1 a.active i {
	display: block;
}

.list-filter .c1 a i.up {
	background-position: 0 0;
}

.list-filter .c1 a i.down {
	background-position: -12px 0;
}

.list-filter .c2 {
	float: right;
}

.list-filter .c2 a {
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 6px 0 0 6px;
}

.list-filter .c2 a i {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/icon_list_type.gif) no-repeat 0 100px;
}

.list-filter .c2 a i.type1 {
	background-position: 0 0;
}

.list-filter .c2 a.active i.type1 {
	background-position: -14px 0;
}

.list-filter .c2 a i.type2 {
	background-position: 0 -14px;
}

.list-filter .c2 a.active i.type2 {
	background-position: -14px -14px;
}

a.clear_area {
	float: left;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	line-height: 20px;
	background: #F0F0F0;
	display: none;
}

.arealist {
	position: absolute;
	width: 380px;
	height: auto;
	overflow: hidden;
	background: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
	box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
	display: none;
	z-index: 9;
}

.deliver-area.on .arealist {
	display: block;
}

#areaTit {
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #b90000;
}

#areaTit ul li {
	float: left;
}

#areaTit ul li span {
	float: left;
	padding: 0 1em;
	background: #FFF;
	height: 23px;
	line-height: 22px;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-right: -1px;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

#areaTit ul li span.active {
	border-color: #b90000;
	border-bottom: 1px solid #FFF;
	z-index: 2;
}

#areaCont ul {
	padding: 10px 5px;
	overflow: hidden;
}

#areaCont ul li {
	float: left;
	width: auto;
	margin-right: 1em;
	height: 26px;
	color: #095485;
	overflow: hidden;
	min-width: 5em;
}

#areaCont ul li a {
	color: #095485;
}

#areaCont ul li a:hover {
	text-decoration: underline;
}

.deliver-area a.close {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: hidden;
	top: 5px;
	right: 5px;
	background: #8b0000 url(../images/icon_close3.png) no-repeat 50% 50%;
	border-radius: 50%;
}
/**/
.addArea {
	background: rgba(192, 222, 237, .5);
	padding: 8px;
	overflow: hidden;
	border: 1px dashed #98b6c9;
	margin: 10px 0 10px;
}

.addArea a.addTemp {
	float: right;
	padding: 0 8px;
	background: #005388;
	color: #FFF;
	line-height: 24px;
}

.addArea a.addTemp i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/temp_icon7.png) no-repeat 50% 50%;
	margin-right: 5px;
	vertical-align: middle;
}
/**/
.temp-dccf .item3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 1px;
}

.temp-dccf .item3 div.i {
	float: left;
	width: 110px;
	height: 106px;
	overflow: hidden;
	border-right: 1px solid #f5f5f2;
}

.temp-dccf .item3 div.i i {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/temp_icons4.png) no-repeat 0 100px;
	margin: 33px auto;
}

.temp-dccf .item3 div.i i.icon1 {
	background-position: 0 0;
}

.temp-dccf .item3 div.i i.icon2 {
	background-position: 0 -40px;
}

.temp-dccf .item3 div.i i.icon3 {
	background-position: 0 -80px;
}

.temp-dccf .item3 div.i i.icon4 {
	background-position: 0 -120px;
}

.temp-dccf .item3 div.c {
	float: left;
	width: 472px;
	height: 82px;
	overflow: hidden;
	padding-left: 48px;
	padding-right: 40px;
	font-size: 13px;
	padding-top: 24px;
}

.temp-dccf .item3 div.c h5 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding-right: 1em;
	color: #434343;
}

.temp-dccf .item3 div.c p {
	clear: both;
	padding-top: 12px;
	line-height: 1.6;
}

.temp-dccf .item3 div.d {
	float: left;
	width: 260px;
}

.temp-dccf .item3 div.d a {
	float: left;
	width: 110px;
	height: 46px;
	background: #FFF;
	border: 1px solid #c9c9c9;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px;
	margin: 28px 15px 0 0;
	text-align: center;
	line-height: 46px;
	color: #8b0000;
}

.temp-dccf .item3 div.d a:hover {
	background-color: #F9F9F9;
}

.temp-dccf .item3 div.d a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../images/temp_icons5.png) no-repeat 0 100px;
	vertical-align: middle;
	margin-right: 10px;
}

.temp-dccf .item3 div.d a i.dicon1 {
	background-position: 0 0;
}

.temp-dccf .item3 div.d a i.dicon2 {
	background-position: 0 -20px;
}

.ds-bar-hidden {
	display: none;
}

a.btnImg .webuploader-pick {
	width: 120px !important;
	height: 28px !important;
	line-height: 28px !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	color: #FFF !important;
	background: none;
	opacity: 0.8;
}

.temp-imgset a.btn .webuploader-pick  ~ div,.temp-imgset a.btn div {
	width: 120px !important;
	height: 36px !important;
	line-height: 36px !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	background: none;
	color: #FFF !important;
	opacity: 0.8;
}

.temp-dccf .item .c table td a.btn3 .webuploader-pick  ~ div,.temp-dccf .item .c table td a.btn3 div
	{
	width: 100px !important;
	height: 32px !important;
	line-height: 32px !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	background: none;
	color: #FFF !important;
	opacity: 0.8;
}

.temp-dccf .item .c2 {
	padding: 15px 20px;
	line-height: 26px;
	border-left: 1px solid #f5f5f2;
}

.temp-dccf .item .c2 textarea {
	display: block;
	width: 100%;
	height: 300px;
	padding: 0px;
	border: 1px solid #d9d9d9;
	resize: none;
	margin: 0px;
}

.hidetplarea {
	display: none;
	width: 0px;
	height: 0px;
}

.temp-dccf ul.menu-list {
	border: 1px solid #d9d9d9;
	width: 920px;
	height: 300px;
	margin: 0 10px 10px;
	overflow-y: auto;
	position: relative;
}

.temp-dccf .add-nav {
	margin-left: 15px;
	color: #999;
	margin-top: 10px;
	height: 24px;
}

.temp-dccf .fst-menu {
	list-style: none
}

.temp-dccf .menu-hd {
	border-bottom: 1px solid #E0E0E0;
	margin: 0 2px;
	padding-left: 28px;
	position: relative;
	height: 30px;
	line-height: 30px
}

.temp-dccf .menu-hd label {
	font-weight: 400
}

.temp-dccf .menu-hd-hover,.temp-dccf .menu-hd:hover {
	background-color: #FFFECF;
}

.temp-dccf i.menu-icon {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 10px;
	top: 9px;
	background: url(../images/dialog.gif) 0 -2083px;
}

.temp-dccf i.collapse {
	background-position: 0 -2057px;
}

.temp-dccf i.alone {
	background-position: -15px -2083px;
}

.temp-dccf .snd-menu-hd {
	margin-left: 20px;
}

.temp-dccf .add-btn {
	font-size: 12px;
	float: right;
	margin-right: 15px;
}

.temp-dccf .opt-act,.diyLink .opt-act {
	display: block;
	width: 35px;
	height: 15px;
	background: url(../images/dialog.gif) no-repeat 0 -1737px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 10px;
}

.temp-dccf .act-del:hover {
	background-position: -35px -1737px;
}

.temp-dccf .act-no-up,.temp-dccf .act-no-down {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50 );
	opacity: 0.5;
	cursor: default
}

.temp-dccf .act-up:hover {
	background-position: -105px -1737px;
}

.temp-dccf .act-up,.temp-dccf .act-no-up:hover {
	background-position: -70px -1737px;
	right: 90px;
}

.temp-dccf .act-down:hover {
	background-position: -175px -1737px;
}

.temp-dccf .act-down,.temp-dccf .act-no-down:hover {
	background-position: -140px -1737px;
	right: 50px;
}

#product-list-body {
	width: 968px;
}

.s-store_search .item-ps .se2 {
	border: 1px solid #CCC;
	height: 34px;
}

.s-store_search .item-ps .se2 input {
	float: left;
	width: 132px;
	border: 0;
	background: transparent;
	color: #666;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
}

.s-store_search .item-ps .se2 button {
	float: right;
	width: 34px;
	height: 34px;
	overflow: hidden;
	background: url(../images/btn_search.png) no-repeat 50% 50%;
	white-space: nowrap;
	text-indent: 99em;
}

.plan_info_l .w4 {
	width: 910px;
	background: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news_info_mbx {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 15px;
	font-size: 14px;
}

.news_info_mbx a {
	display: inline-block;
	background: url('../images/zxc_news_list_mbxico.png') no-repeat right
		center;
	padding-right: 17px;
	color: #434343;
	margin-right: 12px;
}

.plan_info_title {
	padding: 50px 0;
	text-align: center;
	color: #434343;
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
}

.plan_info_cont {
	padding: 0 30px;
	width: 850px;
}

.plan_info_cont .info_list {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.info_list h3.lt_bt {
	font-size: 26px;
	margin-bottom: 20px;
	color: #434343;
	position: relative;
	font-weight: normal;
}

.info_list,.info_list p {
	font-size: 14px;
	color: #707070;
	line-height: 24px;
}

.solution-list {
	width: 1210px;
	overflow: hidden;
	margin-left: -25px;
}

#solution-list-body {
	width: 968px;
}

.solution-list .item {
	float: left;
	width: 199px;
	height: 384px;
	overflow: hidden;
	margin-right: 1px;
	background: #FFF;
	padding: 0 20px;
	margin-bottom: 10px;
}

.slist2 .item {
	height: 324px;
}

.solution-list .item img.cover {
	display: block;
	width: 240px;
	height: 160px;
	margin-left: -20px;
}

.solution-list .item h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	padding: 25px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.solution-list .item .i {
	height: 22px;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}

.solution-list .item .i .stars {
	float: left;
	margin-top: 2px;
}

.solution-list .item .i a.ilike {
	float: right;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(../images/icon_heart2.png) no-repeat 0 0;
}

.solution-list .item .i a.ilike:hover,.solution-list .item .i a.ilike.has
	{
	background-position: 0 -16px;
}

.solution-list a.ilike:hover,.solution-list a.ilike.has {
	background-position: 0 -16px;
}

.solution-list .item p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	padding-top: 12px;
	color: #6c6c6c;
}

.solution-list .item a.btn_zx {
	display: block;
	width: 124px;
	height: 34px;
	overflow: hidden;
	background: #e1dcc1;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #FFF;
	border-radius: 17px;
	margin: 35px auto 0;
}

.solution-list .item:hover {
	background: #005387;
	color: #FFF;
}

.solution-list .item:hover a,.solution-list .item:hover p {
	color: #FFF;
}

.solution-list .item:hover a.btn_zx {
	background: #bf0006;
}

.m-recommend .editPanel {
	padding: 16px 32px;
}

.m-recommend .item-srch {
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	border: 1px #ddd solid;
}

.m-recommend .item-srch label.title {
	font-size: 14px;
	margin-left: 10px;
}

.m-recommend .item-srch .input-box,.m-recommend .item-srch .srch-btn {
	margin: 5px 5px 0 5px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #D9D9D9;
}

.m-recommend .recommend-box {
	float: left;
	width: 420px;
}

.m-recommend .recommendAft-box {
	float: right;
	width: 420px;
}

.m-recommend .recommend-hd {
	height: 40px;
	line-height: 40px;
	padding-top: 5px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.m-recommend .item-wrap {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	height: 50px;
}

.m-recommend .item .pic {
	width: 50px;
	height: 50px;
	margin-right: 8px;
	overflow: hidden;
	float: left;
}

.m-recommend .item .detail-info {
	height: 50px;
	overflow: hidden;
	float: left;
	width: 240px;
}

.m-recommend .item .detail-info .title {
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}

.m-recommend .item .detail-info .title a {
	color: #6d6d6d;
}

.m-recommend .item .detail-info .info p.d-price {
	margin-right: 10px;
	color: #F96625;
}

.m-recommend .item .detail-info .info p {
	font-family: Arial;
	float: left;
}

.m-recommend .item .command {
	float: right;
}

.m-recommend .item .command a.rec-opt {
	height: 50px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.m-recommend .item .command a {
	color: #3D7FA9;
}

.m-recommend .item .command a.select {
	color: #56BF00;
	cursor: default;
}

.m-recommend .item .command .opt-btn i {
	background: url(../images/dialog.gif) no-repeat 0 -1701px;
	width: 13px;
	height: 16px;
	margin-right: 3px;
}

.m-recommend .item .command a.select .opt-btn i {
	background-position: 0 -1769px;
}

.m-recommend .item .command .select em.a {
	display: inline-block;
	vertical-align: top;
}

.d-ib {
	display: inline-block;
	vertical-align: top;
}

.m-recommend .item .command em.a {
	display: none;
}

.m-recommend .recommendAft-box .command a {
	display: block;
	width: 35px;
	height: 15px;
	background: url(../images/dialog.gif) no-repeat 0 -1737px;
	overflow: hidden;
}

.edit-pagination {
	text-align: right;
	margin-top: 10px;
}

input.t3 {
	float: left;
	width: 240px;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	margin: 2px 5px;
	font-size: 13px;
	border: 1px solid #d9d9d9;
}
/* 代客户下单-从渠道商中选择/从子账号中选择  2017/1/13 weiranc */
.temp-auto {
	background: #005387;
	height: 50px;
	line-height: 50px;
}

.temp-auto a.close {
	margin: 15px 20px;
}

.autoGradeList {
	float: left;
	line-height: 26px;
	height: 26px;
}

.autoGradeNum {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	vertical-align: top;
	display: inline-block;
}

.temp-dccc {
	background-color: #fff;
}

.myAuto_select {
	height: 26px;
	line-height: 26px;
	font-family: microsoft yahei;
	border-color: #ccc;
	font-size: 12px;
	color: #666;
}

.my_search .query_auto {
	height: 24px;
	line-height: 24px;
	font-family: microsoft yahei;
}

.my_autoFindbtn {
	width: 54px;
	height: 26px;
	font-size: 12px;
}

.autoTable th {
	border-left: none;
	border-right: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 35px;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
}

.autoTable td {
	border-left: none;
	border-right: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 45px;
	color: #666;
	text-align: center;
	background-color: #fff;
}

.temp-dccb a.a1 {
	background: #005387;
	height: 26px;
	width: 90px;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
}
/* 报价信息弹窗  2017/4/7 weiranc */
.shopImgEditCon {
	height: 130px;
	text-align: center;
	margin-top: 40px;
}

.labelWord {
	font-size: 30px;
	line-height: 40px;
	color: #005387;
	text-align: center;
}

.labelInput {
	width: 140px;
	padding: 8px 0;
	border: 1px solid #ddd;
	margin-right: 15px;
}
/* 增值税普通发票弹出框  weiranc 2017/8/30 */
.tempWord {
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
}

.temp-dt a.closeInv {
	margin: 0;
}

.temp-dccb3 {
	padding: 20px 0 30px;
	width: 540px;
	margin: 0 auto;
}

.temp-dccb3 a {
	height: 32px;
	line-height: 32px;
	margin-right: 0;
	padding: 0px 18px;
	font-size: 12px;
}

.temp-dccb3 a.a1 {
	background-color: #dcdcdc;
	height: 32px;
	line-height: 32px;
	margin-left: 30px;
}

.solution-list .item img.cover_wit {
	margin-left: 0;
}

/*店铺装修 改版 2018-2-26*/
.full-content-shop img {
	display: block;
	margin: 0 auto;
}

.item-first {
	padding: 30px 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.item-first .item-solution-pic img {
	width: 210px;
	height: 140px;
}

.item-first .item-solution-pic img.product {
	width: 210px;
	height: 210px;
}

.item-first .item-solution-name {
	width: 210px;
	height: 18px;
	margin-top: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-first .item-solution-other {
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
}

.item-first .item-solution-other .stars {
	float: left;
}

.item-first .item-solution-other .ilike {
	float: right;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(../images/icon_heart2.png) no-repeat 0 0;
}

.item-solution-shop {
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

.item-second {
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
}

.item-second-l {
	float: left;
	background: #fff;
	padding: 68px 40px;
	margin-right: 18px;
}

.item-langer-pic img {
	width: 360px;
	height: 240px;
}

.item-langer-name {
	width: 360px;
	height: 28px;
	margin-top: 60px;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 4px;
}

.item-langer-other {
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
}

.item-langer-other .stars {
	float: left;
}

.item-langer-other .ilike {
	float: right;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(../images/icon_heart2.png) no-repeat 0 0;
}

.item-langer-shop {
	margin-top: 17px;
	font-size: 20px;
	color: #666;
}

.item-second-r {
	overflow: hidden;
	float: left;
	width: 750px;
	margin-left: -16px;
}

.item-small {
	float: left;
	background: #fff;
	padding: 12px;
	margin-left: 16px;
	margin-bottom: 16px;
}

.item-small-pic img {
	width: 210px;
	height: 140px;
}

.item-small-pic img.product {
	width: 210px;
	height: 210px;
}

.item-small-name {
	width: 210px;
	height: 18px;
	margin-top: 25px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-small-other {
	overflow: hidden;
	margin-top: 14px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
}

.item-small-other .stars {
	float: left;
}

.item-small-other .ilike {
	float: right;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(../images/icon_heart2.png) no-repeat 0 0;
}

.item-small-shop {
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

.item-third {
	overflow: hidden;
	margin-bottom: 20px;
}

.item-third-l {
	overflow: hidden;
	float: left;
	width: 750px;
	margin-left: -16px;
}

.item-third-r {
	float: right;
	background: #fff;
	padding: 68px 40px;
	margin-right: 18px;
}

.item-fourth {
	overflow: hidden;
	height: 560px;
}


div.product-4 {
	overflow: hidden;
	height: 800px;
}

.item-fourth {
	overflow: hidden;
	height: 560px;
}

.item-fourth-l {
	overflow: hidden;
	float: left;
	width: 750px;
	margin-left: -18px;
}

.item-fourth-r {
	float: right;
	background: #fff;
	padding: 68px 40px;
	margin-right: 18px;
	height: 678px;
}

.item-fourth-t {
	overflow: hidden;
	background: #fff;
	padding: 24px 32px;
	margin-bottom: 15px;
}

.item-special-pic {
	float: left;
	margin-right: 50px;
}

.item-special-pic img {
	width: 336px;
	height: 224px;
}

.item-special-pic img.product {
	width: 408px;
	height: 408px;
}

.item-special-name {
	margin-top: 38px;
	font-size: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-special-info {
	float: left;
	width: 275px;
}

.item-special-info.product {
	float: left;
	width: 203px;
}

.item-special-other {
	overflow: hidden;
	margin-top: 66px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
}

.item-special-other .stars {
	float: left;
}

.item-special-other .ilike {
	float: right;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(../images/icon_heart2.png) no-repeat 0 0;
}

.item-special-shop {
	margin-top: 18px;
	font-size: 18px;
	color: #666;
}

.item-fourth-b {
	overflow: hidden;
}

/* 店铺装修改版 */
.dc-layout-has-custom .dcshop-sm-shop-show-solution,.dc-layout-has-custom .dcshop-sm-shop-show-product,.dc-layout-has-custom .dcshop-sm-shop-custom-content
	{
	width: 1200px;
	margin: 0 auto;
}

.dc-layout-has-custom .dcshop-sm-shop-show-solution,.dc-layout-has-custom .dcshop-sm-shop-show-product,.dc-layout-has-custom .dcshop-sm-shop-custom-content
	{
	width: 1200px;
	margin: 0 auto;
	padding: 8px 0;
}

.full-content-shop .product_title h3 {
	width: 1200px;
	margin: 0 auto;
}
/* 产品列表 */
.product-list  .item-first{
	padding:20px 10px;
}
.product-list .item-solution-pic{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.product-list .copy p{
	overflow: hidden;
    width: 210px;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.product-list .copy .price{
	display:block;
	margin-top:18px;
	/* margin-left:-20px; */
	/* text-align:center; */
	font-size: 20px;
	color:#b40e13;
}
.product-list .item-langer-shop{
	margin-top: 35px;
    font-size: 30px;
    color: #b40e13;
    /* text-align: center; */
}
.product-list .item-small-shop{
	margin-top: 18px;
    font-size: 20px;
    color: #666;
    color: #b40e13;
    /* text-align: center; */
}
.product-list  .item-langer-name{
	width: 360px;
    height: 28px;
    margin-top: 35px;
    padding-top:30px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top:1px solid #eee;
    color:#666;
}

.product-list .item-fourth-r .item-langer-name{
	width: 360px;
    height: 28px;
    margin-top: 105px;
    padding-top:30px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top:1px solid #eee;
    color:#666;
}

#page #content #bd{
	background-color: #F0F0F0;
}

.product-list .item-second-l,.product-list .item-third-r,.product-list .item-fourth-r{
	padding: 35px 20px 58px;
}

.product-list .item-small-name{
	    margin-top: 20px;
}
.product-list .item-small{
	padding:16px 12px;
}
.product-list .item-langer-pic img{
	width:408px;
	height:272px;
}
.product-list .item-langer-pic img.product{
	width:408px;
	height:408px;
}
.product-list .item-special-name{
	font-size:24px;
	color:#333;
}
.product-list .product-4 .item-fourth-l .item-fourth-t .item-special-info .item-special-name{
	font-size:20px;
	color:#333;
}
.product-list .item-special-shop{
	padding-top:50px;
	border-top:1px solid #eee;
	font-size: 30px;
	color:#b40e13;
	/* text-align: center; */
}
.product-list .item-fourth-t{
	padding: 12px 32px;
}
/* 2023-6-20 weiranc 店铺装修顶部店铺图片自适应 */
.dc-module-bd img.shopDecorateTopBan{object-fit: cover;height: 120px;max-height: 150px;}
.dc-module-bd .shopDecorateConImg img{display: inline-block;}


