.inner{
	width: 1200px;
	margin: 0 auto;
}
.sc-t{

	width: 100%;
	height: 590px;
	/*background: url("../images/shop_bj.jpg") no-repeat;*/
}
.sc-t .inner{
	position: relative;
	top: 183px;
	height: 407px;
	background: #fff;
}
.sc-t .sc-left{
	float: left;
	padding: 10px 30px 0 10px;
}
.sc-t .sc-left img{
	display: block;
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.sc-t .sc-left p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.sc-t .sc-left p span{
	font-size: 24px;
	color: #c82a18;
}
.sc-t .sc-right{
	position: relative;
	float: left;
	width: 1037px;
}
.sc-t .sc-right .edits{
	width: 34px;
	display: block;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -85px;
}
.sc-t .sc-right .edits img{
	width: 34px;
	height: 34px;
	border: 1px solid #c1c1c1;

}
.sc-t .sc-right .title{
	padding-top: 12px;
}
.sc-t .sc-right .title h3{
	/*float: left;*/
	height: 44px;
	line-height: 64px;
	font-size: 24px;
	color: #333;
}
.sc-t .sc-right .title .share{
	/*float: right;*/
	height: 32px;
	padding: 16px 0;
	line-height: 32px;
}
.sc-t .sc-right .title .share ul{
	float: right;
	padding: 0 25px 0 15px;
}
.sc-t .sc-right .title .share ul li{
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 5px;
	/*background: url("../../images/com_icon_list.png") no-repeat;*/
}
.sc-t .sc-right .title .share ul li.icon1{
	background-position: 0 0;
}
.sc-t .sc-right .title .share ul li.icon2{
	background-position: -41px 0;
}
.sc-t .sc-right .title .share ul li.icon3{
	background-position: -82px 0;
}
.sc-t .sc-right .child-title{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
}
.sc-t .sc-right p{
	width: 890px;
	height: 100px;
	padding: 12px 25px 12px 15px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	box-sizing: border-box;
}
.sc-t .sc-right p span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.sc-t .sc-right .tag{
	padding: 23px 0 20px;
}
.sc-t .sc-right .tag .child-title{
	float: left;
	height: 25px;
	line-height: 25px;
}
.sc-t .sc-right .tag ul{
	float: left;
	padding: 0 5px;
}
.sc-t .sc-right .tag ul li{
	float: left;
	width: auto;
	height: 25px;
	margin: 0 5px;
	line-height: 25px;
	text-align: center;
	/*border: 1px solid #dbdbdb;*/
	box-sizing: border-box;
}
.sc-t .sc-right .tag ul li a{
	display: block;
	color: #999;
}
.sc-t .sc-right .cont-nav{

}
.sc-t .sc-right .cont-nav li{
	float: left;
	height: 60px;
	margin-right: 50px;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	box-sizing: border-box;
}
.sc-t .sc-right .cont-nav li a{
	display: block;
	color: #333;
}
.sc-t .sc-right .cont-nav li.active{
	border-bottom-color: #c82a18;
}
.sc-t .sc-right .cont-nav li.active a{
	color: #c82a18;
}
.sc-b{
	background: #f7f7f7;
}
.sc-b .crumbs{
	padding: 34px 0;
}
.sc-b .crumbs span{
	float: left;
	padding-right: 20px;
}
.sc-b .crumbs form{
	float: left;
}
.sc-b .crumbs select{
	margin: 0 10px;
	color: #cf554b;
	border: 1px solid #cf554b;
}





.sc-b .sc-list{
		padding-bottom: 40px;
}
.sc-b .sc-list li{
	float: left;
	width: 280px;
	height: 392px;
	margin: 0 20px 20px 0;
	background: #fff;
	overflow: hidden;
}
.sc-b .sc-list li.active{
	margin: 0 0 20px 0;
}
.sc-b .sc-list li a{
	display: block;
}
.sc-b .sc-list li img{
	display: block;
	width: 100%;
	height: 320px;
}
.sc-b .sc-list li h3{
	height: 26px;
	padding: 14px 20px 0;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	width: 280px;
}
.sc-b .sc-list li h3 span{
	float: right;
	font-size: 14px;
	color: #c82a18;
	position: absolute;
	margin-left: 100px;


}
.sc-b .sc-list li p{
	height: 22px;
	padding: 0 20px;
	line-height: 22px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}


.addPrice{
	width: 60px;
	height: 20px;
	background: red;
	color:white;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	/*display: inline-block;*/
	margin-left: 10px;
	cursor: pointer;
	display: none;
}
.yushou{
	width: 60px;
	height: 20px;
	background: #d0d2d0;
	color:white;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	/*display: inline-block;*/
	margin-left: 10px;
	/*cursor: pointer;*/
	display: none;
}
.addPriceShow{
	display: inline-block;
}
.goumai{
	width: 60px;
	height: 20px;
	color:white;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	margin-left: 10px;
	display: inline-block;
	background: red;
	cursor: pointer;
}
.fabu{
	width: 60px;
	height: 20px;
	background: #c1c1c1;
	color:white;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	display: inline-block;

}
.fenxiang{
	width: 60px;
	height: 20px;
	background:red;
	color:white;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.avfabu{
	background: red;
	cursor: pointer;
}
.xiugaiCon{
	display: none;
	top: 0;
	left:0;
	position: absolute;
	width:100%;
	height: 100%;

	background: rgba(0,0,0,.3);
}
.xiugaiCon2{
	top: 100px;
	left: 50%;
	position: absolute;
	width: 1000px;
	height: 820px;

	margin-left:-500px;
	background: white;

}
.xiugaiCon2_ul{
	width: 100%;
	height: 100%;

}
.xiugaiCon2_li{
	width: 650px;
	min-height: 72px;
	height: auto;
	/* background: red; */
	margin-left: 150px;
	margin-top: 16px;
	position: relative;
	/* border: 1px solid #c1c1c1; */
}
.xiugaiCon2_li p{
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: left;


}
.tishi{
	position: absolute;
	left: 200px;
	top: 60px;
	font-size: 12px;
	color: #c1c1c1;
}
.dianpuInput{

	float: left;
	line-height: 25px;
	margin-top: 5px;
	border: 1px solid #d0d2d0;
	width: 250px;
}
.contentG{
	width: 500px;
	height: 150px;
}
.xiugaiCon2_li img{
	width: 80px;
	float: left;
	height: 80px;
}
.dianputouxiang{
	float: left;
	width: 150px;
 }
.dianpubgInput{
	float: left;
	width: 150px;
}
.xiugaiCon2_li div{
   width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 50px;
	float: left;
	background: #c20202;
	border-radius: 30px;
	color: white;
	margin-top: 5px;
	cursor: pointer;
}

.shareLink{
	width: 250px;
	height: 20px;
}
.fuzhi{
	width: 80px;
	height: 22px;
}
.fenxiangCon{
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.8);
	display: none;
}
.fenxiangConTxt{
	text-align: center;
	width: 300px;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 100px;

}
.fenxiangConBtn{
	text-align: center;
	width: 60px;
	position: fixed;
	left: 50%;
	margin-left: -83px;
	top: 150px;
	height: 30px;
	line-height: 30px;
	background: red;
	cursor: pointer;
}
.fenxiangConBtn2{
	text-align: center;
	width: 60px;
	position: fixed;
	left: 50%;
	margin-left: 31px;
	top: 150px;
	height: 30px;
	line-height: 30px;
	background: red;
	cursor: pointer;
}
.price{
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	color:#fe6f83;
}
.edits{

	display: block;
	 width: 30px;
	height: 30px;
	margin: 0 auto;
}
.dianppu_title{
   width:900px;
	height:80px;
	text-align: center;
	margin-left: 50px;
	line-height: 80px;
	border-bottom: 1px solid #d0d2d0;
}
.title_guan{
	float: right;
	width: 30px;
	height: 30px;
	background: #000000;
	color: white;
	text-align: center;
	line-height: 30px;
	font-size: 25px;

	border-radius: 50% 50%;
	cursor: pointer;
	margin-top: 20px;
}
.maskloading{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background: url("../images/loading3.gif")rgba(0,0,0,0.2) center center no-repeat;
}