.container{
	margin-top: 75px;
}
.product{
	background: #f5f5f5;
	padding-top: 40px;
}
.pdtInner{
	width: 1200px;
	margin: 0 auto;
	
}
.pdtContent{
	position: relative;
	height:176px ;
}
.pdtPicBox{
	width: 153px;
	height: 158px;
	position:  absolute;
	left: 0;
	top: 0;
}
.describ{
	padding-left: 180px;
}
.picPhoto{
	background: #e9e9e9;
	font-size: 12px;
	color: #818181;
	line-height: 35px;
	text-align: center;
	display: block;
}
.picPhoto > img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pdtUl{
	position: absolute;
	right: 0;
	top: 0;
}
.pdtUl li{
	background-color: #f0f0f0;
	margin-bottom: 4px;
	height: 27px;
	cursor: pointer;
}
.pdtUl li.active:after{
	content: "<";
	display: table-cell;
	background: rgba(0,0,0,.5);
	color: #d59e3f;
	width: 27px;
	height: 27px;
	line-height: 24px;
	font-size: 27px;
	text-align: center;
	position: relative;
	left: 0;
	top: -27px;
}
.pdtUl li img{
	width: 27px;
	height: 27px;
}
.pdtPic{
	width:120px;
	height: 120px;
}
.desTxt ul li{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #818181;
}
.desTxt ul li span{
	color: #444444;
}
.desTxt ul li span.org{
	color: #fd9616;
}
.desTxt ul li span.org span{
	color: #fd9616;
	font-size:30px ;
	line-height: 20px;
}
.shakeLink{
	position: absolute;
	right: 10px;
	top: 65px;
}
.shakeLink .shakeIconList{
	float: right;
	margin-top: 20px;
}
.shakeLink .shakeIconList a{
	/*display: inline-block;
	width: 17px;
	height: 17px;*/
}
.shakeLink .shakeIconList a:nth-child(1){
	background-position: 0 0;
}
.shakeLink .shakeIconList a:nth-child(2){
	background-position: -22px 0;
}
.shakeLink .shakeIconList a:nth-child(3){
	background-position: -46px 0;
}
.shakeLink .shakeIconList a:nth-child(4){
	background-position: -69px 0;
}
.shakeLink .shakeIconList a:nth-child(5){
	background-position: -91px 0;
}
.shakeLink .shakeIconList a:nth-child(6){
	background-position: -114px 0;
}
.clrSearch{
	line-height: 50px;
	font-size: 14px;
	color: #818181;
}
.clrSearch input[type=text]{
	height: 30px;
	width: 100px;
	margin-left: 10px;
	padding-left: 5px;
	
}
.clrSearch input[type=button]{
	height: 35px;
	width: 50px;
	margin-left: 5px;

}
.colorUl{
	width: 928px;
	margin-top: 10px;
	max-height: 330px;
	overflow: hidden;
}
.colorUl.showMore{
	max-height: none;
}
.colorUl li{
	width: 110px;
	height: 106px;
	position: relative;
	color: #818181;
	font-family: arial;
	font-size: 12px;
	background-color: #FD9616;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}
.colorUl li.active{
	border: 6px solid #ff003c;
	border-bottom: 1px solid #ff003c;
	cursor: auto;
}
.colorUl li.active .colorName{
	width: 100%;
	margin: 0;
	background-color: #ff003c;
	color: white;
}
.dblMask{
	position: absolute;
	bottom: 35px;
	top: 0;
	left: 0;
	right: 0;
}
.colorName{
	position: absolute;
	bottom: 0;
	background-color: white;
	margin: 0 1px 1px 1px;
	width: 108px;
	padding-left: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.colorUl li.active .colorName span.jia{
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	color: #b5b5b5;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.colorName span.jia{
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	color: #b5b5b5;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: none;
}
.clickMore{
	color: #FFBD48;
	background-color: #0f193a;
	text-align: center;
	font-size: 12px;
	display: block;
	line-height: 35px;
	height: 35px;
	width: 913px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.colorUlBox{
	position: relative;
	
}
.cartBox{
	position: absolute;
	right: 0;
	top: -60px;
	width: 267px;
	overflow: hidden;
}
.cartBoxCnt{
	padding: 8px;
	border: 1px solid #ededed;
	border-top: none;
	box-shadow: 0px 1px 2px 0px #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cartBox .cartBtn{
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	background-color: #ff003c;
	color: white;
	display: block;
}
.cartBox .summry{
	line-height: 45px;
	color: #ff003c;
	font-size: 18px;
	text-align: center;
}
.cartBox .opt{
	display: -webkit-flex;
}
.cartBox .opt span{
	-webkit-flex: 1;
	background-color: #ebebeb;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-stretch: extra-expanded;
	color: #b1b4bd;
	line-height: 20px;
	font-size: 25px;
}
.cartScroll{
	position: relative;
	overflow-y: hidden;
	/*max-height: 200px;*/
	min-height: 88px;
	background: url(../images/cartNull.jpg) no-repeat;
}
.cartScroll.noBg{
	background: none;
}
.cartCltUl{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
.cartCltUl li{
	width:230px;
	padding: 3px 0;
	border-bottom: 1px solid #eee;
}
.cartCltUl li:after{
	content: "";
	display: block;
	clear: both;
}
.cartCltUl li > div.ptcClr{
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #FD9616;
	float: left;
}
.cartCltUl li > div.ptcText{
	font-family: arial;
	color: #818181;
	font-size: 12px;
	display: inline-block;
	width: 80px;
	height: 36px;
	margin-left: 5px;
	float: left;
}
.cartCltUl li > div.numberBox{
	display: none;
	float: left;
	width: 94px;
	height: 35px;
}
.cartCltUl li > div.numberBox span{
	-webkit-flex: 1;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 35px;
	color: #ff003c;
	font-size: 18px;
	cursor: pointer;
}
.cartCltUl li > div.numberBox input{
	-webkit-flex: 2;
	text-align: center;
}
.cartCltUl li > div.del{
	display: inline-block;
	float: right;
	width: 34px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	color: #CCCCCC;
	cursor: pointer;
}
.cartCltUl li > div.del:hover{
	color: #ff003c;
}
.flyBox{
	width: 100px;
	height: 100px;
	position: fixed;
	display: block;
	z-index: 999;
}
.tips{
	font-size: 12px;
	color: #0f193a;
	line-height: 25px;
	padding-top: 10px;
}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310 {height:120px;width:170px;}
.tb-s310 a{height:120px;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}