.detList {
	padding: 20px 0;
}

.detailInfor {
	background: white;
}

.liningDet {
	width: 860px;
	padding: 20px 0 42px 20px;
}

.liningDet ul li {
	width: 400px;
	height: 400px;
	position: relative;
	display: none;
}

.liningDet ul .current {
	display: block;
}

.smallImg {
	width: 400px;
	height: 80px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}

.smallImg .smallPhoto li img {
	width: 100%;
}

.liningDet ol {
	height: 80px;
	width: 9999px;
	margin-left: 10px;
	cursor: pointer;
}

.liningDet ol li {
	width: 74px;
	height: 74px;
	float: left;
	margin-left: 12px;
	border: 3px solid #fff;
}

.liningDet ol .liningCurrent {
	border: 3px solid #DD1C5B;
}

.smallImg .btnLeft, .smallImg .btnRight {
	width: 15px;
	height: 80px;
	position: absolute;
	top: 0;
	background: #fff url(../images/btn_arrow_left.png) no-repeat center
		center;
	cursor: pointer;
}

.smallImg .btnRight {
	right: 0;
	background: #fff url(../images/btn_arrow_right.png) no-repeat center
		center;
}

.smallImg .btnLeft:hover {
	background: #fff url(../images/btn_arrow_left_hover.png) no-repeat
		center center;
}

.smallImg .btnRight:hover {
	background: #fff url(../images/btn_arrow_right_hover.png) no-repeat
		center center;
}

.liningInfor {
	margin-left: 30px;
	width: 410px;
}

.liningInfor h1 {
	color: #333;
	font-size: 24px;
}

.blueBox {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bg.png);
	cursor: move;
	display: none;
}

.bigBox {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 415px;
	top: -1px;
	border: 1px solid #ccc;
	background: url(../images/big.jpg) no-repeat;
	display: none;
}

.liningInfor div {
	font-size: 14px;
	font-weight: 700;

}

.liningInfor .linMuch {
	margin-top: 64px;
	padding-left: 10px;
	padding-top: 10px;
}

.bgcCor {
	background: #fce4d6;
}

.liningInfor .linMuch p {
	display: inline-block;
	color: #DD1C5B;
	margin: 0 10px;
}

.liningInfor .linMuch p em {
	font-size: 28px;
}

.amount {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
}

.amount p {
	margin-left: 12px;
	color: #81838B;
	font-size: 12px;
	font-weight: normal;
}

.amountBtn {
	width: 150px;
	height: 37px;
	font-size: 22px;
	border: 1px solid #ddd;
	margin-left: 13px;
}

.amountBtn .min, .amountBtn .add {
	width: 36px;
	height: 37px;
	background-color: #fff;
}

.amountBtn .min {
	border-right: 1px solid #F0F2F4;
}

.amountBtn .add {
	border-left: 1px solid #F0F2F4;
}

.amountBtn .text_box {
	width: 78px;
	height: 37px;
	*line-height: 37px;
	text-align: center;
	line-height: 37px;
}

.amountBtn input {
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	outline: medium;
}

.linType {
	margin: 15px 0 27px 0;
	padding-left: 10px;
}

.linType i {
	width: 44px;
	height: 38px;
	display: inline-block;
	border: 1px solid #BDBFC3;
	line-height: 38px;
	text-align: center;
	margin: 0 0px 0 10px;
	cursor: pointer;
}

.linType i:hover {
	border: 1px solid #DD1C5B;
}

/* .linType .fabricSwatch{
	border:1px solid #DD1C5B;
	background:url(../images/choose_right.png) no-repeat;
	background-position:30px 24px;
} */
.linType .linTypebg {
	background: url(../images/choose_right.png) no-repeat;
	background-position: 30px 24px;
	border: 1px solid #DD1C5B;
}

.liningInfor .buy {
	height: 46px;
	margin: 25px 0 30px 0;
	margin-left: 66px;
}

.liningInfor .buy a {
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	width: 150px;
	background-color: #DD1C5B;
	margin-right: 10px;
}

.liningInfor .buy .shopBuy {
	background: #EE7733;
}

.liningInfor .buy .offShelf {
	background: #EBECEF;
	color: #BDBFC3;
}

.susseccShop {
	width: 400px;
	/* height: 154px; */
	position: fixed;
	top: 30%;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
	left: 37%;
	display: none;
	z-index: 99;
}

.susseccShop p {
	text-align: center;
}

.shopSus {
	font-size: 24px;
	color: #333;
	margin-top: 40px;
	position: relative;
	/* font-weight: 100; */
}

.shopSus i {
	position: absolute;
	left: 85px;
	top: 6px;
}

.shopText {
	font-size: 14px;
	color: #242526;
	margin-top: 20px;
	font-weight: 100;
	margin-bottom: 30px;
}

.shippInfor {
	padding-bottom: 20px;
	border-bottom: 1px dotted #EBECEF;
	padding-left: 10px;
}

.shippInfor p {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}

.liningInfor .ServiceCom {
	display: none;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
}

.ServiceCom i{
	padding-left: 35px;
	background: url(../images/checkbox_enable.png) no-repeat 10px center;
	font-size: 12px;
	display: inline-block;
}
.ServiceCom i>a{
	font-weight:600;
}

.liningInfor .colleShare {
	font-size: 12px;
}

.colleShare a, .colleShare em {
	display: inline-block;
	padding-left: 22px;
}

.colleShare a {
	background: url(../images/ion_save.png) no-repeat;
	background-position: 4px 1px;
}

.colleShare em {
	background: url(../images/icon_share.png) no-repeat;
	font-weight: 100;
	background-position: 4px 1px;
	cursor: pointer;
	margin-left: 10px;
}

.detailInfor .shopSeller {
	width: 229px;
	padding: 21px 30px;
	height: 536px;
	background: #FAFAFA;
	box-shadow: inset 1px 0px 0px 0px #EBECEF;
}

.storeImg {
	padding: 0 15px;
}

.storeImg>a {
	display: block
}

.storeImg img {
	height: 79px;
	margin-bottom: 10px;
	cursor: pointer;
}

.storeImg p {
	font-size: 14px;
	word-wrap: break-word;
	text-align: center;
	cursor: pointer;
}

.mainBus {
	
}

.plateCap h3 {
	text-align: center;
	border-bottom: 1px solid #BDBFC3;
	margin: 0 auto;
}

.plateCap h3 span {
	color: #242526;
	position: relative;
	top: 13px;
	line-height: 26px;
	padding: 0 15px;
	background: #fafafa;
	font-weight: normal;
}

.mainType {
	margin: 25px 0 10px 0;
	color: #81838B;
}

.mainType span {
	width: 30%;
	display: inline-block;
	text-align: center;
	color: #81838B;
}

.contact a {
	display: block;
	text-align: center;
	line-height: 80px;
	/* 	color: #2EA9DF;
 */
}

.contact a span {
	color: #43AAFF;
	padding: 0 3px;
}

.storeBtn a {
	display: inline-block;
	width: 110px;
	height: 30px;
	border: 1px solid #F0F2F4;
	line-height: 30px;
	border-radius: 23px;
}

.storeBtn i {
	margin-top: 52px;
	padding-left: 20px;
	background-color: pink;
	background: url(../images/ion_saved.png ) no-repeat;
	cursor: pointer;
	background-position: 0 2px;
	display: none;
}
/* 购买，店铺样式结束 */
.comIntdu {
	
}

.comIntdu h2 {
	border-bottom: 1px solid #F0F2F4;
	width: 880px;
}

.incomIntdu {
	/* margin-left: 20px; */
	width: 870px;
}

.w800 {
	/* padding-left:30px;
	border-right: 1px solid #F0F2F4;
 */
	width: 800px;
}

.comIntdu h2 {
	font-size: 18px;
	/* line-height: 60px; */
	/* margin-left: 30px; */
	padding-left: 30px;
	width: 849px;
	padding-bottom: 20px;
}

.liningInfor .hint {
	width: 135px;
	border: 1px solid #DD1C5B;
	margin: 15px 0 0 52px;
	padding: 0 5px 0 20px;
	font-size: 12px;
	position: relative;
	background: #FFF4F8;
	font-weight: 100;
	left: 14px;
}

.liningInfor .hint i {
	width: 12px;
	height: 12px;
	background-color: #DD1C5B;
	position: absolute;
	left: 4px;
	top: 3px;
	border-radius: 50%;
}

.liningInfor .hint i span {
	width: 8px;
	border-top: 1px solid #fff;
	position: absolute;
	top: 5px;
	left: 2px;
}

.incomIntdu .plateCap {
	/* width: 700px; */
	margin: 0 auto;
	/* margin-left: 47px; */
}

.incomIntdu .plateCap h3 span {
	font-size: 18px;
	padding: 0 40px;
	font-weight: bold;
}

.incomIntdu .plateCap h3 {
	border-bottom: 1px solid #979797;
	padding-top: 15px;
}

.specPar {
	margin-left: 30px;
}

.specPar p {
	font-size: 16px;
	height: 22px;
	margin-bottom: 10px;
}

.specPar ul li {
	width: 210px;
	float: left;
	margin-bottom: 9px;
	font-size: 12px;
	margin-right: 46px;
	line-height: 18px;
}

.specPar {
	padding: 20px 0 0 0;
	margin-top:0;
}

.description {
	text-align: justify;
	font-size: 14px;
	margin: 60px 40px 0 0;
}

.fabricDet {
	margin: 30px 0;
}

.fabricDet img {
	margin: 0 auto;
	margin-bottom: 10px;
}
/* end */
.trend {
	padding: 30px 30px;
}

.trend h2 {
	border: 0;
	width: 100%;
	padding: 0;
}

.trendreFer {
	margin-top: 20px;
}

.trendreFer>a {
	display: block
}

.trendreFer img {
	height: 132px;
	width: 231px;
}

.trendreFer p {
	line-height: 22px;
}

.termSales {
	margin-top: 30px;
}

.shinee {
	width: 120px;
	height: auto;
	margin-top: 20px;
}

.termS>a {
	display: block
}

.termSalesBox {
	padding: 0 0 30px 0;
}

.termSalesBox>h2 {
	width: 850px;
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-bottom: 1px solid #F0F2F4;
}

.fabricsSales>.termS {
	float: left;
	margin-right: 20px;
}

.fabricsSales {
	padding-left: 30px;
}

.shinee img {
	width: 120px;
	height: 120px;
}

.shinee .shineeInfor {
	width: 100%;
	/* margin-left: 4px; */
}

.shineeInfor p {
	width: 120px;
	line-height: 15px;
	margin-top: 10px;
	overflow: hidden; /*超出部分隐藏*/
	white-space: nowrap; /*不换行*/
	text-overflow: ellipsis; /*超出部分文字以...显示*/
}

.shineeInfor span {
	color: #FA366B;
	line-height: 25px;
}

.shineeImg {
	position: relative;
}

.plateInfor ul {
	margin-top: 29px;
}

.plateInfor ul li {
	width: 800px;
	height: 280px;
}

.plateInfors {
	margin: 15px 0;
}

.plateInfors span {
	color: #242526;
	line-height: 25px;
}

.readyLogin {
	cursor: pointer;
	/* width: 154px;
	height: 30px; */
	line-height: 30px;
	background: #FFFFFF;
	margin: 10px auto;
	/* text-align: center; */
	border: 1px solid #F0F2F4;
	border-radius: 23px;
}

.enmterShop {
	margin-top: 30px;
}

.readyLogin>a, #phoneContact, #contactShop, #enmterShopImg {
	display: inline-block;
	line-height: 30px;
}

.readyLogin img {
	vertical-align: -2px;
}

.contactShop {
	color: #43AAFF;
	display:block;
}

span {
	color: #242526;
}

#small {
	color: #DD1C5B;
}

.trend .termS {
	cursor: pointer;
}
/* 图片自适应 */
img {
	/* 	width: 100%;
 */
	height: auto;
	-ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
}

.clearfix {
	cursor: inherit;
}

.bsFooterDiv #bsPower {
	display: none;
}

.navLeft ul li {
	float: left;
	line-height: 24px;
}

.navLeft ul  li {
	color: #242526;
	font-family: '微软雅黑';
	font-size: 12px;
}

.navLeft ul li a:after {
	content: "";
	width: 5px;
	height: 8px;
	display: inline-block;
	margin: 0 5px;
	background: url(../listImgs/smallRight.png) no-repeat center;
	color: transparent;
}

.liningImg ul li img {
	width: 400px;
	height: 400px;
}

.sensoryService {
	margin-top: 20px;
}

.rightSen {
	margin: 40px 0 0 40px;
}

.leftSen img {
	width: 400px;
	height: 400px;
}

.rightSen p {
	font-size: 16px;
	margin-bottom: 63px;
}

.rightSen span {
	font-size: 14px;
	color: #BDBFC3;
	margin-left: 10px;
	border-top: 1px solid #CFD1D7;
	position: relative;
	top: 17px;
	display: inline-block;
	width: 281px;
}

.rightSen p em {
	display: inline-block;
	width: 90px;
	text-align: center;
	margin-top: 5px;
}

.connection {
	color: #EE7733;
	position: relative;
}

.connection i {
	background: url(../images/touch_right.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -6.5px;
}

.proDes .prpBox {
	margin-top: 29px;
}

.proDes .prpBox img {
	margin: 0 auto;
	width: 800px;
	margin-bottom: 30px;
}

.textInfor {
	color: #666;
	line-height: 16px;
	background: #F0F2F4;
	padding: 7px;
	text-align: justify;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.activity {
	margin-left: 10px;
	margin-bottom: 10px;
}

.label {
	margin: 5px 0;
	display: inline-block;
	margin-left: 16px;
}

.label>div {
	display: inline-block;
}

.trendL {
	padding: 0 3px;
	color: #43AAFF;
	margin-right: 5px;
	*background-color: #43AAFF;
	background: rgba(66, 170, 255, 0.20);
	*filter: alpha(opacity = 20);
	position: relative;
}

.trendL>span {
	width: 3px;
	height: 18px;
	background: url(../images/marketing/blue_tag_bg.png) no-repeat;
	display: block;
	position: absolute;
	right: -3px;
	top: 0;
}

.anniversary {
	padding: 0 3px;
	color: #EF7D00;
	*background-color: #EF7D00;
	background: rgba(239, 125, 0, 0.30);
	*filter: alpha(opacity = 30);
	position: relative;
	margin-right: 5px;
}

.anniversary>span {
	width: 3px;
	height: 18px;
	background: url(../images/marketing/orange_tag_bg.png) no-repeat;
	display: block;
	position: absolute;
	right: -3px;
	top: 0;
}

.liningInfor .label>div {
	font-size: 12px;
	font-weight: 100;
}

.contactShop>img{
	width: 16px;
	height: 16px;
}

.price-box p #small{font-size:14px;font-weight:normal;position: relative; top:-1px; color:white;}

/* 收藏功能 */
.enmterShop { width:110px; height:30px; line-height:30px; text-align:center; margin-top:0; display:inline-block; margin-left: }
.readyLogin { cursor: pointer; width:110px; height:30px;line-height: 30px;text-align:center; display:inline-block; background: #FFFFFF; margin: 10px auto; border: 1px solid #F0F2F4; border-radius: 23px; }
#susseccShop4{ width:208px; height:80px;}

/* 放在最下面，否则之后的样式不起作用 */
.shadow-box{ background: rgba(36,36,37,0.70); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);}=======
}
