
#products {
	margin-bottom: 20px;
	overflow: hidden;
}

#products ul {
	overflow: hidden;
}


#products ul li {
	margin: 0 2% 20px 0;
	width: 48.8%;
	border: 1px #cdcdcd solid;
	float: left;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#products ul li .photo {
	margin: 10px 30px 10px 20px;
	width: 40%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	float: right;
}

#products ul li .photo img {
	width: 100%;
}

#products ul li .product-info {
	margin: 10px 50px 10px 30px;
	padding-top: 30px;
}

#products ul li .product-info h2 {
	height: 30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#products ul li .product-info h2 a {
	color: #8c0000;
	font-weight: 400;
}

#products ul li .product-info > span {
	margin-bottom: 10px;
	display: block;
	color: #777;
}

#products ul li .product-info article {
	height: 57px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #777;
}

#products ul li .product-info .price {
	margin: 15px 0 40px;
	padding-top: 10px;
}

#products ul li .product-info .price p {
	margin-bottom: 5px;
	color: #ccc;
}

#products ul li .product-info .price p span {
	text-decoration: line-through;
}

#products ul li .product-info .price p span.money-sale {
	color: #8c0000;
	text-decoration: none;
}

#products ul li .product-info .price a {
	padding: 4px 19px;
	background: #8c0000;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	line-height: 32px;
	color: #fff;
}

#products ul li .product-info .price a:hover {
	background: #000;
}

#products ul li:nth-child(2n) {
	margin-right: 0;
}


/* +products article
*----------------------------------------------------------------------------*/
.show-item {
	margin-bottom: 20px;
	background-position: 50% 0;
	background-repeat: repeat-x;
	overflow: hidden;
	background-color: #efefef;
	margin: 0 auto;
	text-align:center;

}

#content .show-item section {
	padding: 0;
}

/**
*
* =main product img
*
**/
.main-pro-img .main-pro-img-name {
	text-align: center;
	margin 0 auto;
}
.main-pro-img .main-pro-img-name img{
	/*max-width:100%;*/
	width:100%;
	margin 0 auto;
}

.main-pro-img .main-pro-img-say {

}

.phototxt{
	color: #FFFFFF;
	position:relative;
	bottom:50px;
	right:5px;
	z-index: 888;
	text-align:center;
	margin: 0 auto;
	font-size:18px !important;
}


.show-item .show-img {
	width: 48%;
	float: left;
	text-align: center;
	background-color: #FFFFFF;	
	margin: 0 auto;
}


.show-item .show-img img{

	width: 100%;
	text-align: center;	
	margin: 0 auto;
}



.show-item .main-pro-img {
	width: 100%;
	margin: 0 auto;
	
	
	text-align: center;
}

.show-item .main-pro-img img {
		width: 100%;
		margin: 0 auto;
		text-align: center;	
}

/**
*
* =order
*
**/


/**
*
* =product article
*
**/
#pro-article {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}

#pro-article ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px #444 solid;
	overflow: visible;;
}

#pro-article ul.tabs li {
	margin: 0 3px -1px 0;
	height: 29px;
	border: 1px #765C30 solid;
	border-bottom: 1px #444 solid;
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#pro-article ul.tabs li a {
	padding: 0 10px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
}

#pro-article ul.tabs li.active {
	border: 1px #444 solid;
	border-bottom: 1px #fff solid;
}

#pro-article ul.tabs li.active a {
	color: #000;
	font-weight: bold;
}

#pro-article #tabs_container {
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}

#pro-article #tabs_container .tab_content {
	margin: 0 10px;
	line-height: 170%;
}

#pro-article #tabs_container #tab2 ,
#pro-article #tabs_container #tab3 {
	display: none;
}




/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#products ul li {
		width: 48.6%;
	}
	

}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#products ul li .product-info article {
		height: 40px;
		-webkit-line-clamp: 2;
	}
	
	#products ul li .photo {
		width: auto;
		float: none;
	}
	
	#products ul li .product-info {
		padding: 0;
	}
	

	.show-item {
		background-color: #efefef;
		margin: 0 auto;
		text-align:center;
	}
	.show-item .main-pro-img {
		margin: 0 auto;
		/*width: 60%;
		float: none;*/
		text-align:center;
	}
	
	.show-item .orderfunction {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
		float: none;
	}
	
	.show-item .orderfunction h1 ,
	.show-item .orderfunction > p ,
	.show-item .orderfunction article ,
	.show-item .orderfunction .price-detail p ,
	.show-item .orderfunction .order-site ,
	.show-item .orderfunction .order-site p {
		
	}
	
	.show-item .orderfunction .order-site p.add {
		display: inline-block;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	.show-item .main-pro-img {
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	.show-item .show-img {
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	
	.sub-pro-img ul li {
		width: 17%;
	}
	
	.other-product ul li {
		width: 49.8%;
	}
.show-item .show-img img{

	width: 100%;
	float: none;
	margin: 0 auto;
	text-align:center;;
	
}
	
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#products ul li {
		margin-right: 0;
		width: 98.5%;
	}
.orderfunction p{
	padding-left: 10px;
}	
.show-item .show-img {
	width: 100%;
	float: none;
	text-align: center;
	background-color: #FFFFFF;	
}
.show-item .show-img img{

	width: 100%;
	float: none;
	text-align: center;	
	
}
	#products ul li .product-info .price {
		margin-top: 0;
	}
	

}

/* +width:400 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {

	.show-item {
		background-color: #efefef;
		margin: 0 auto;
		text-align:center;
	}
	
.show-item .show-img img{

	width: 100%;
	float: none;
	text-align: center;	
	
}


}

/**************/