.banner{
	min-width: 1160px;
}
.banner img{
	width:100%;
}
/*********************current********************/
.current{
	height:60px;
	line-height:60px;
	border-bottom:1px solid #DBDBDB;
	margin-bottom:10px;
}
.current .choice{
	position: relative;
	line-height:40px;
}
/**************select***********/
.current ul.select{
	position: absolute;
	left:0;
	top:40px;
	border:1px solid #dbdbdb;
	margin-top: 10px;
	display: none;
	z-index: 30;
}
.current ul.select li{
	border-top:1px solid #DBDBDB;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding-left:10px;
	width:160px;
	background: #fff;
}
.current ul.select li:hover{
	background: #c10000;
	color:#fff;
}
/******default*******/
.current p.default{
	height:40px;
	margin-top:10px;
	border:1px solid #dbdbdb;
	cursor: pointer;
	padding-left:10px;
	width:160px;
	background: url(../img/temp/down.jpg) no-repeat 140px center;
}
.current p.default.on{
	background: url(../img/temp/up.jpg) no-repeat 140px center;
}
/*********************proList1****************************/
.product{
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.product > li{
	position: relative;
	float: left;
	width:568px;
	margin-top:15px;
	padding:10px;
	border:1px solid #fff;
}
/*********************proList****************************/
.proList{
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.proList > li{
	position: relative;
	float: left;
	width:568px;
	margin-top:15px;
	padding:10px;
	border:1px solid #fff;
}

.proList > dl dd{
	height: 30px;
	line-height: 30px;
}
.btns{
    width:130px;
	border-radius: 10px;
	text-align: center;
	height: auto;
	border: solid 1px #ff0000;
	color: #ff0000;
	font-size:16px;
}
.btns:hover{
	background-color: #9c0004;
	color: white;
	border: solid 1px #9c0004;
}
img:hover {
	transform: scale(1.05);
}

/**********************mask****************/
.mask{
	position: fixed;
	left:0;
	top:0;
	z-index:101;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	display: none;
}

/******************************proDetail******************************/
#productDetail{
	/*height: 3555px;*/
	background-color: #fff;


}
.detailNav{
	width: 100%;
	margin: 26px 0;
	height: 36px;
	border-bottom: 1px solid #ddd;
	/*background: firebrick;*/
}
.detailNav a{
	font-size: 20px;
	float: left;
	margin-right: 8px;
	color: #666;
}
.detailNav a:hover{
	color: #e00;
	text-decoration: underline;
}
.detailNav span{
	font-size: 20px;
	float: left;
	margin-right: 8px;
	color: #666;
}
.productImg{
	width: 420px;
	height: 420px;
	float: left;
	position: relative;
	cursor: crosshair;
}

.changeBig{
	position: absolute;
	width: 16px;
	height: 15px;
	background-image: url(../img/detail/detail_icons.png);
	background-position: -24px 0;
}
.productImg .picture{
	width: 420px;
	height: 420px;
}
/*放大镜*/
.bigImgVideo{
	left: 320px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	width: 480px;
	height: 480px;
	/*background: red;*/
	/*border: 1px solid black;*/
	display: none;
	z-index: 10;
}
.bpicture{
	width: 1228.8px;
	height: 1228.8px;
	position: absolute;
	left: 0;
	top: 0;
}
.square{
	width: 125px;
	height: 125px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f2f2f2;
	opacity: 0.5;
	display: none;
}

.btnBox{
	width: 320px;
	height: 50px;
	margin-top: 30px;
	/*background-color: greenyellow;*/
}
.Arow{
	height: 50px;
	width: 35px;
}
.cant{
	background-image: url(../img/detail/detail_icons.png);
	width: 11px;
	height: 20px;
}
.leftArow{
	margin: 15px 0 0 4px;
	background-position: -60px -38px;
}
.picBtn li{
	width: 50px;
	height: 50px;
	float: left;
}
.rightArow{
	margin: 15px 0 0 20px;
	background-position: -24px -56px;
}
.productInfo{
	float: left;
	margin-left: 40px;
}
.productTitle{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.titleBox{
	width: 650px;
}
.titleBox h1{
	font-weight: 500;
	width: 100%;
	font-size: 40px;
	color: #2d333e;
}
.titleBox .p1{
	margin-top: 8px;
	font-size: 20px;
	color:#33313e;
}
.titleBox .p2{
	margin-top: 12px;
	font-size: 20px;
	color: #363d44;
}
.productTitle img{
	float: right;
}
.productPrice{
	width: 100%;
	height: 24px;
	margin-top: 19px;
}
.productPrice .one{
	color: #666;
	margin-top: 3px;
	font-size: 12px;
}
.productPrice .two{
	margin-left: 40px;
	margin-top: 3px;
	color: #000;
	font-size: 14px;
}
.productPrice .three{
	color: #000;
	font-size: 24px;
	margin-top: -8px;
	margin-right: 20px;
}
.productPrice .four{
	margin-left: 30px;
	margin-left: 10px;
	width: 36px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: red;
}
.activity{
	width: 830px;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	/*position: relative;*/
}
.actTitle{
	margin-right: 40px;
}
.mainList{
	color: #e00;
	height: 18px;
	border: 1px solid #e00;
	padding-left: 5px;
	padding-right: 5px;
}
.main{
	color: #474747;
	margin-left: 15px;
	line-height: 20px;
}
.salemain{
	display: inline-block;
	width: 68px;
	height: 13px;
	border: 1px solid #eee;
	position: absolute;
	padding: 2px 3px 6px 6px;
	margin-left: 125px;
	cursor: pointer;
	/*right: -125px;*/
	/*top: 2px;*/
}
.salemain .popup{
	background-position: -40px -18px;
	/*background-position: -50px -18px;*/
	display: inline-block;
	width: 10px;
	height: 6px;
	margin: 7px 0 0 5px;
	/*position: relative;*/
}
.popupInfo{
	display: block;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
	position: absolute;
	background-color: #fff;
	z-index: 99;
	left: -518px;
	top: 27px;
	width: 595px;
}
.popupInfo i{
	display: inline-block;
	width: 12px;
	height: 6px;
	/*background: red;*/
	float: right;
	margin-right: 24px;
	margin-top: -6px;
	background-image: url(../img/detail/detail_arrow.png);
}
.popupInfoContent{
	padding: 20px;
	display: none;
}
.popupInfoContent .popupInfoContentT{
	margin-bottom: 14px;
}
.popupInfoContentT .popupInfoContentText1{
	display: inline-block;
	color: #e00;
	border: 1px solid #e00;
	padding: 1px 5px;
	margin-right: 7px;
}
.popupInfoContentT .popupInfoContentText2{
	color: #333;
	line-height: 18px;
}
.popupProduct{
	margin-top: 10px;
}
.popupProduct .popupProductT{
	color: #333;
	line-height: 18px;
	margin-bottom: 10px;
	display: inline-block;
}
.popupProductList{
	margin-left: 40px;
}
.popupProductList .popupProductListDetail{
	width: 131px;
	position: relative;
	z-index: -1;
}
.popupProductListDetail img{
	width: 77px;
	height: 82px;
	margin-left: 29px;
}
.popupProductListDetail span{
	display: inline-block;
	position: absolute;
	top: 34px;
	right: 0;
	margin-left: 10px;
}
.popupProductListBottom{
	width: 131px;
	margin-left: 6px;
	display: inline-block;
	margin-bottom: 15px;
}
.popupProductListBottom span{
	height: 31px;
}
.size{
	width: 100%;
	margin-top: 20px;
}
.size1{
	width: 60px;
	margin: -5px 10px 0 0;
	padding: 5px;
	height: 20px;
	line-height: 22px;
	border: 2px solid black;
	/*vertical-align: middle;*/
}
.size2{
	width: 60px;
	margin: -5px 10px 0 0;
	padding: 5px;
	height: 22px;
	line-height: 22px;
	color: #b0b0b0;
	border: 1px solid white;
	background-color: #f5f5f5;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.size2:hover{
	border: 1px solid black;
}
.size2:hover .sizeDetail{
	display: block;
}
.size2:hover em{
	display: block;
}
.sizeDetail{
	display: none;
	position: absolute;
	top: -35px;
	left: 3px;
	border: 1px solid #eee;
	box-shadow: 0 0 8px #ddd;
	height: 30px;
	width: 50px;
	padding: 0 20px;
	background-color: #fff;
	line-height: 30px;
	color: red;
}
.size2 em{
	display: none;
	position: absolute;
	top: -9px;
	left: 33px;
	width: 16px;
	height: 16px;
	/*background: red;*/
	background-image: url(../img/detail/detail_bottom.png);
}
.goButton{
	margin-top: 20px;
}
.number{
	width: 68px;
	height: 39px;
	margin: 0 10px 0 64px;
	border: 1px solid #ddd;
}
.numberBox{
	height: 39px;
	line-height: 39px;
	width: 48px;
	border-right: 1px solid #ddd;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.arrow{
	width: 19px;
	height: 39px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.numberBox input{
	height: 36px;
	width: 48px;
	text-indent: 20px;
	border-width: 0;
	vertical-align: middle;
}
.topArrow{
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #ddd;
}
.arrow .icon1{
	margin: 7px 0 0 4px;
	width: 10px;
	height: 6px;
	background-position: -50px -18px;
	background-image: url(../img/detail/detail_icons.png);
}
.bottomArrow{
	width: 19px;
	height: 19px;
	position: absolute;
	top: 20px;
	left: 0;
}
.icon2{
	margin: 7px 0 0 4px;
	width: 10px;
	height: 6px;
	background-position: -40px -42px;
	background-image: url(../img/detail/detail_icons.png);
}
.addCar{
	margin-right: 10px;
	width: 175px;
	height: 40px;
	background-color: #e00;
	cursor: pointer;
}
.addCar:hover{
	background-color: #000;
}
.addCar p{
	float: left;
	margin-left: 35px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.goCar{
	width: 16px;
	height: 21px;
	/*background: purple;*/
	background-position: -24px -16px;
	margin: 10px 0 0 9px;
	background-image: url(../img/detail/detail_icons.png);
}
.productDetailInfo{
	height: 800px;
	width:100%;

}
.guesYouLike{
	margin-top: 40px;
	width: 20%;
	overflow: hidden;
	float: left;
}
.guesYouLike .title{
	height: 26px;
	width: 180px;
	clear: both;
	border-bottom: 1px solid #000;

}
.guesYouLike p{
	font-size: 16px;
}
.product{
	margin-top: 30px;
	width: 179px;
	border-right: 1px solid #ccc;
}
.product .proDetail{
	margin-top: 40px;
}
.product img{
	float: left;
	height: 160px;
	width: 160px;
}
.product .header{
	width: 160px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-top: 6px;
}
.blackLine{
	width: 12px;
	height: 1px;
	background-color: #000;
	margin: 5px 0 0 74px;
}
.mainText{
	margin-top: 5px;
	width: 132px;
	margin-left: 14px;
	text-align: center;
	font-size: 12px;
}
.proDetail .price{
	text-align: center;
	width: 160px;
	margin-top: 10px;
	color: #000;
}
#mainModule{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.rightMainNav{
	height: 46px;
	border-bottom: 1px solid #000;
}
.rightMainNav ul li{
	font-family: 'FuturaStd-MediumOblique';
	font-weight: bold;
	float: left;
	height: 24px;
	font-size: 30px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	clear:both;
}
.leftLine{
	margin-top: 30px;
	width: 990px;
	margin-left: 35px;

}
.smallLeftLine{
	width: 920px;
	margin-left: 35px;
	color: #333;
}
.smallLeftLine ul li{
	float: left;
	width: 230px;
	margin-bottom: 12px;
	margin-top: 50px;
}
.smallLeftLineDetail{
	width: 920px;
	margin-left: 35px;
	margin-top: 20px;
	color: #333;
}
.smallLeftLineDetail li{
	margin-bottom: 30px;
}
.LeftLineDetailT .icon{
	width: 8px;
	height: 11px;
	background-position: 0 -74px;
	margin-top: 5px;
	background-image: url(../images/detail_icons.png);
	float: left;
}
.LeftLineDetailT p{
	float: left;
	margin-left: 10px;
	font-size: 15px;
}
.smallLeftLineDetail .text{
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#thePosts,#thePosts0,#thePosts1,#thePosts2,#thePosts3{
	width: 960px;
	margin-left: 15px;
	/*border-bottom: 1px solid #ddd;*/
	border-top: 1px solid #ddd;
}
#thePosts .postsTittle{
	width: 960px;
}
.postsTittle p{
	color: #333;
	text-align: center;
}
.shotLine{
	width: 30px;
	height: 1px;
	margin-top: 15px;
	margin-left: 465px;
	background-color: #000;
}
.titllenoPost{
	width: 960px;
	height: 40px;
	margin: 40px 0 30px;
}
.noPost{
	height: 40px;
	margin-left: 300px;
}
.noPost .write{
	height: 41px;
	width: 40px;
	background-image: url(../img/detail/detail_icons0.png);
	background-position: -40px -105px;
}
.noPost p{
	margin-left: 30px;
	color: #999;
	letter-spacing: 1px;
	font-size: 21px;
	height: 40px;
	line-height: 40px;
	float: left;
}
#thePosts img{
	margin-bottom: 20px;
}
#thePosts .postImg{
	margin-top: 40px;
	margin-bottom: 50px;
}
/**************paint***************/
section h3{
	text-align: center;
	margin:35px 0;
}
.paintList{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between ;
	margin-top:30px;
}
.paintList a img{
	display: block;
	margin: 0 auto;
}
.paintList a dl {
	position: relative;
}
.paintList a dl dd{
	padding-left:10px;
}
.paintList a dl dt{
	width: 374px;
	height: 374px;
	overflow: hidden;
}
.paintList a dl dt img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.paintList a dl:hover{
	box-shadow: 0 0 15px #666;
}
.paintList a dl:hover dt img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.paintList a dl dt:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	height: 340px;
	border-right:2px solid #90D7EC;
	 transform: scaleY(0); 
	transform-origin:  0 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 100;
	border-bottom: 2px solid #90D7EC;
	width: 340px;
}
.paintList a dl dt:before{
	content: "";
	position: absolute;
	top: 20px;
	border-top: 2px solid #90D7EC;
	left: 20px;
	width: 340px;
	z-index: 100;
	border-left: 2px solid #90D7EC;
	height: 340px;
	transform: scaleX(0); 
	transform-origin: 0 -100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.paintList a dl:hover dt:after{ 
	transform: scaleY(1);
	/*transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);*/
	
}
.paintList a dl:hover dt:before{ 
	transform: scaleX(1);
	/*transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);*/
}









.paintList > p{
	flex: 1;
}
.third {
	flex-direction: row;
}
.paintList .sec{
	flex: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between ;
}
.last {
	flex-direction: column;
}
.last > p{
	display: flex;
	justify-content:space-between ;
}
.last .sec{
	flex: 1;
}
/**************************cart**********************************/
.cart .logo{
	margin-top:30px;
}
.cart .logo h1 .top{
	display: block;
	margin:0 auto;
}
.cart div.site{
	height:65px;
	line-height:65px;
	font-size:16px;
}
.order .site{
	border-bottom: 1px solid #dbdbdb;
}
.cart div.site p a{
	text-decoration: underline;
}
.cart div.site .top{
	margin-left:290px;
	margin-top: 10px;
}
.change{
	margin: 54px 0;
}
.table .th{
	display: flex;
	height:146px;
	border-bottom: 1px dashed #dbdbdb;
}
.table .tr:first-child{
	display: flex;
	text-align: center;
}
.table .th:nth-last-child(3){
	border-bottom: none;
}

.table .tr{
	height:40px;
	line-height: 40px;
	background: #e9e9e9;
	border-bottom: none;
	border: #2e6da4 1px;
}
.table .th:last-child{
	display: block;
}
.table .th div:nth-child(1),.table .tr:first-child div:nth-child(1){
	flex: 3;
}
.table .th div:nth-child(2),.table .tr:first-child div:nth-child(2){
	flex: 1;
}
.table .th div:nth-child(3),.table .tr:first-child div:nth-child(3){
	flex: 2;
}
.table .th div:nth-child(4),.table .tr:first-child div:nth-child(4){
	flex: 1;
}
.table .th div:nth-child(5),.table .tr:first-child div:nth-child(5){
	flex: 1;
}
.table .th a.del{
	text-decoration: underline;
}
.table .th .price{
	line-height:146px;
}
.table .th .pro{
	text-align:left;
}
.table .th .pro dl{
	margin-top:13px;
}
.table .th .pro dl dt{
	margin-right:13px;
}
.table .th .pro dl dd{
	position: relative;
	color:#777;
	padding:0 10px 10px;
	border:1px dashed #fff;
}
.table .th .pro dl dd span.edit{
	position: absolute;
	right:0;
	bottom:0;
	color:#C10000;
}
.table .th .pro dl dd div.change{
	position: absolute;
	right:0;
	top:-10px;
	width:300px;
	height:300px;
	background: #fff;
	display: none;
}
.table .th .pro dl dd.on{
	border:1px dashed #C10000;
}
.table .th .pro dl dd p{
	line-height: 20px;
}
.table .th .pro dl dd p:nth-child(1){
	color:#262626;
	line-height: 40px;
}
.table .th .number p{
	width:81px;
	margin:60px auto 0;
}
.table .th .number p span{
	width:27px;
	height:27px;
	line-height:27px;
	text-align: center;
}
.table label{
	width: 16px;
	height: 16px;
	margin:65px 17px 0 20px;
	position: relative;
}
.table .tr label{
	margin:13px 17px 0 20px;
}
.table  label input[type="checkbox"]{
	opacity: 0;
	width:16px;
	height:16px;
	position: absolute;
}
.table  label input + span{
	position: absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	background: url(../img/temp/check.jpg);
}
.table  label input[type=checkbox]:checked + span{
	position: absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	background: url(../img/temp/checkOn.jpg);
}
.table .tr p:last-child a,
.table .tr p:last-child span{
	float: left;
}
.table .tr p:last-child span:first-child{
	margin-right:90px;
	color: #777;
}
.table .tr p:last-child a{
	margin-left:40px;
	width:150px;
	text-align: center;
	color: #fff;
	background: #8e8e8e;
}
.table .tr p small{
	color: #c10000;
}
.table .tr p .del{
	margin-left:20px;
}
.table .goOn{
	height:500px;
	line-height:500px;
	font-size: 16px;
	color:#666;
	text-align: center;
	display: none;
}
.table .goOn a{
	color: #C10000;
	text-decoration: underline;
}
.pleaseC{
	position: fixed;
	left:50%;
	top:50%;
	z-index: 105;
	margin-left:-100px;
	margin-top: -50px;
	width:200px;
	height:100px;
	line-height:100px;
	background: #fff;
	text-align: center;
	color: #000;
	display: none;
}
.tipDel{
	position: fixed;
	left:50%;
	top:50%;
	z-index: 105;
	margin-left: -125px;
	margin-top:-75px;
	width: 250px;
	height: 150px;
	background: #fff;
	padding: 20px;
	display: none;
}
.tipDel p:first-child{
	margin-bottom:100px;
	font-size: 16px;
}
.tipDel p a{
	width:100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #C10000;
	color:#fff;
}

/****************search********************/
div.schBox{
	border-bottom: 1px solid #dbdbdb;
	margin-top:110px;
}
ul.sch{
	border:1px solid #DBDBDB;
	margin:30px auto;
	padding:0 10px;
}
ul.sch li{
	height:40px;	
	line-height:40px;
	border-bottom: 1px dashed #dbdbdb;	
}
ul.sch li:last-child{
	border:none;
}
ul.sch li h4{
	font-weight: normal;
}
ul.sch li h4,ul.sch li a{
	float:left;
	margin-right:40px;
}
ul.sch li a{
	color:#666;
}
.t {
	width: 100%;
}

.like h4{
	text-align: center;
	height:70px;
	line-height:70px;
	font-size: 16px;
	font-weight: normal;
}
.imgCon{
	overflow: hidden;
	/*width:1123px;*/
	width:81.5%;
	min-width: 1160px;
	margin: 0 auto;
}
.likeList{
	width:9999px;
	padding-bottom:30px;
}
.likeList div{
	float: left;
	/*width:1160px;*/
}
.likeList div a{
	float: left;
	margin-right:20px;
	width:216px;
	/*width:18%;*/
}
.likeList a img{
	width:100%;
	height: 200px;
}
.likeList a.last{
	margin-right:0px;
}
.bottom {
	position: relative;
}
.bottom span.prev,.bottom span.next{
	position: absolute;
	top:50%;
	margin-top: -65px;
	width:50px;
	cursor: pointer;
}

.bottom span.prev img,.bottom span.next img{
	width:100%;
}
.bottom span.prev{
	left:30px;
}
.bottom span.next{
	right:30px;
}
.likeList dl dd:last-child{
	color: #313030;
	font-size: 14px;
}
.xxCon a{
	display: block;
	margin-bottom: 30px;
}
.xxCon img{
	display: block;
	width:100%;
}