body{
	background: #fff;
}
.kitchenBox{
    overflow: hidden;
}
.kitchenBox li{
    /* width: 350px; */
    margin-bottom: 2%;
    background: #fff; 
}

.kitchenBox li img{
    display: block;
    width: 100%;
}
.kitchenBox li p{    
    color: #333333;  
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;

}
.kitchenBox li:hover{
    box-shadow: 2px 2px 10px #f2f2f2;
}
.videoKitchen{
    position: relative;
    margin-bottom: 30px;
}
.video{   
    width: 100%;    
}
.paging {
    margin-bottom: 80px;
    padding: 60px 40px;
    background-color: #fff;
    position: relative;
}
.paging .prev-small, .paging .next-small {
    width: 40px;
    height: 40px;
    background: rgb(187,189,195);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.paging-page li {
    width: 40px;
    height: 40px;
    background: rgb(255,255,255);
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.pagination .active, .bgActive {
    background: #01891B;
    color: #fff;
    border: 1px solid #01891B;
}
.paging-page li:hover{
  background: #01891B;
  transition: 0.2s all linear;
}
.paging-page li:hover a{
	color: #fff;
}
.paging .prev-small, .paging .next-small {
    width: 40px;
    height: 40px;
    background: rgb(187,189,195);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.paging-page {
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.kitSearchBox{
  		overflow: hidden;
  		padding-bottom: 32px;
  	}
  	.kitchenBox form{
  		float: right;
  		position: relative;
  	}
  	.kitchenBox input.keyword{
  		border:0;
  		border:1px solid #999999;
  		border-radius: 4px;
  		height: 34px;
  		padding: 0 14px; 
  		width: 320px;
  		padding-right: 40px; 		
  	}
  .kitchenBox	.submit{
  		outline: none;
  		position: absolute;
  		right: 0;
  		height: 34px;
  		cursor: pointer;
  		background: url(../img/search.png) no-repeat center;
  		width: 34px;
  		border:0;
  		background-size: 18px;
  	}
@media (min-width: 1480px){
    .kitchenBox,.paging{
        width: 1480px;
        margin: 0 auto;
        
    }
    .kitchenBox li p{
        font-size: 18px;
        padding: 24px 4% 18px;
        line-height: 28px;
    }
}
@media (max-width: 1480px){
    .kitchenBox,.paging {
        padding:0 4% 30px;
    }
    .kitchenBox li p{
        font-size: 16px;
        padding: 10px 4% 10px;
        line-height: 26px;
        height: 72px;
    }
    
}
@media (max-width:992px){
    .common-container{
        background: #f3f3f3;
    }
    .kitchenBox li p{
        font-size: 14px;
        padding: 5px 4% ;
        line-height: 22px;
        height: 51px;
    }
}
@media (min-width:1080px){
.kitchenBox{
    padding-top: 88px;
}
}
/*详情*/
.productDetail {
    width: 77%;
    min-width: 720px;
    margin: 0 auto;
    /* height: 538px; */
    box-shadow: 0px 3px 29px 0px rgba(91,85,85,0.16);
    /* box-shadow: 0px 1px 5px 0px #282727; */
    padding-bottom: 10px;
    position: relative;
    bottom: 60px;
    background: #fff;
}
.productDetail .top .pull-right {
    background: #068F1F;
    width: 6.73%;
    min-width: 56px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.productDetail .top .pull-left {
    font-size: 16px;
    margin-left: 30px;
    color: #6A6A6A;
}
.contantBox{
	color: #656565;
    line-height: 34px;
    margin: 0 auto 30px;
    text-align: center;
    width: 77%;
}
.productDetail .top .pull-left {
    font-size: 16px;
    margin-left: 30px;
    color: #6A6A6A;
}
.productDetail .bottom .lf{
    width: 40%;
    padding: 25px 30px 0 25px;
    position: relative;
}
.productDetail .bottom .rt{
    width: 59%;
    padding: 25px 25px 0 0;
}
.productDetail .bottom .lf{
	height: 312px;
}
.kitchenetteDetailWarp{
	position: relative;
}
.productDetail .top {
    height: 50px;
    line-height: 50px;
    background: #EEEEEE;
}
.productDetail .bottom .rt{
    width: 49.52%;
    padding: 25px;
    /* height: 494px;    */
}
.productDetail .bottom .rt .specification{
    font-size:32px;
    color:#028A1B
}
.productDetail .bottom .rt .introduce {
    font-size: 20px;
    color: #656565;
    line-height: 34px;
}
@media screen and (max-width: 768px) and (min-width: 320px){
	.kitchenetteDetailWarp{
		box-shadow: none;
	}
}
@media (min-width: 1080px){
.productDetail,.contantBox{
	width: 77%;
}
}
@media screen and (min-width:900px) and (max-width:1480px) {
  .productDetail .bottom .rt .specification{
	font-size: 20px;
  }
  .productDetail .bottom .rt .introduce{
  	font-size: 16px;
  }
}
@media screen and (min-width:320px) and (max-width:900px){
    body{
        background: #f3f3f3 !important;
    }
    
    .productDetail {
        width: 100%;
        margin: 0 auto;
        min-width: auto;
        height: auto;
        padding-bottom: 10px;
        margin-top: 10px;
        box-shadow: none;
        position: relative;
        bottom: 0;
    }
    .productDetail .bottom .lf{
        width: 100%;
        padding: 0;
        /* height: 294px; */
        position: relative;
    }
    .img-responsive{
        width: 100%;
        height: 100%;
    }
    .pagination1 {
        top: 240px!important;
        margin-left: -40px!important;
    }
    .productDetail .bottom .rt {
        width: 100%;
        padding: 0;
        height: auto;
    }
    .textWarp{
        display: none;
    }
    .main-content {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 25px;
    }
    .show{
        display: none!important;
    }
    .hide{
        display: block!important;
    }
    .productList-container-img img{
        width: 100%;
    }
   
    .productDetail .bottom .rt .trait div:nth-child(2) ul li{
        width: 45%;
        font-size: 14px;
        margin-left: 5%;
        font-weight: bold;   
    }
    .productDetail .bottom .rt .trait div:nth-child(1){
        font-size: 15px;
    }
    .productDetail .bottom .rt .trait div:nth-child(2) ul li.mr{
        margin-top: 15px;
    }
    
    .trait div.pull-left{
        float: none!important;
    }
    
    .productList-container-img {
        height: 178px;
    }
    .productDetailWarp{
        width: 90.26%;
        margin: 30px auto 0;
        background: #fff;
    }
    .productDetail .bottom .rt .lines{
        width: 100%;
    }
    .productDetail .bottom .rt .specification {
        padding-top: 20px;
        padding-left: 10px;
        font-size: 16px
    }
    .productDetail .bottom .rt .introduce {
        padding-left: 10px;
        font-size: 14px
    }
    .productDetail .bottom .rt .trait{
        padding-left: 10px
    }   
.contantBox{
	 width: 90.26%;
	 margin-bottom: 30px;
}
}
@media screen and (max-width: 1080px) and (min-width: 320px){
	.kitchenBox{
		padding-bottom:10px
	}
	.paging .prev-small, .paging .next-small {
    width: 47%;
}
.show {
    display: none!important;
}
.paging {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 5px;
    position: relative;
    background-color: #f3f3f3;
}
.kitSearchBox form{
	width: 100%;
}
.kitSearchBox input.keyword{
	width: 100%;
}
.kitSearchBox{
	padding-bottom: 20px;
}
}
