
#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;
	font-size: 22px;
}

#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 {
	font-family: "Montserrat", serif ;
	font-size: 21px;
	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;
	font-size: 12px;
	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;

}

#content .show-item section {
	padding: 0;
}

/**
*
* =main product img
*
**/
.show-item .main-pro-img .main-pro-img-name {

	float: left;
	
	text-align: center;
}

.show-item .main-pro-img .main-pro-img-say {
	float: left;
	padding:30px;

}

.show-item .show-img {
	width: 48%;
	
	float: left;
	
	
}
.show-item .main-pro-img {
	width: 95%;
	
	float: left;
	
	text-align: center;
}

.show-item .main-pro-img img {
	width: 100%;
}

/**
*
* =order
*
**/
.show-item .orderfunction {
	padding-top: 40px;
	width: 46%;
	float: right;
}

.show-item .orderfunction h2 {
	font-size: 30px;
	color: #000;
}

.show-item .orderfunction > p {
	margin: 5px 0 15px;
	font-size: 15px;
	color: #999;
}

.show-item .orderfunction article {
	line-height: 170%;
	font-size: 13px;
	color: #807F83;
}

.show-item .orderfunction .price-detail {
	margin: 20px 0 15px;
	padding: 15px 0;
}

.show-item .orderfunction .price-detail p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #999;
}

.show-item .orderfunction .price-detail p span {
	font-size: 26px;
	color: #807F83;
	font-weight: bold;
}

.show-item .orderfunction .price-detail p span.money-sale {
	font-size: 15px;
	text-decoration: line-through;
	font-weight: normal;
}

.show-item .orderfunction .order-site {
	padding-top: 15px;
	border-top: 1px #000 solid;
}

.show-item .orderfunction .order-site p {
	line-height: 35px;
	font-size: 13px;
	color: #807F83;
	font-weight: bold;
}

.show-item .orderfunction .order-site p input {
	padding: 8px 15px;
	width: 100px;
}

.show-item .orderfunction .order-site p.add {
	padding-top: 15px;
	position: relative;
}

.show-item .orderfunction .order-site p.add input {
	padding: 0 15px 0 50px;
	width: 155px;
	height: 55px;
	background: #ef4030;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.show-item .orderfunction .order-site p.add i {
	position: absolute;
	top: 33px;
	left: 25px;
	font-size: 20px;
	color: #fff;
}


/**
*
* =sub-pro-img
*
**/
.sub-pro-img {
	margin-bottom: 20px;
}

.sub-pro-img ul {
	overflow: hidden;
	text-align: center;
}

.sub-pro-img ul li {
	margin-right: 10px;
	border: 1px #cdcdcd solid;
	display: inline-block;
}

.sub-pro-img ul li a {
	margin: 5px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
}

.sub-pro-img ul li a img {
	width: 100%;
}

.sub-pro-img ul li:last-child {
	margin: 0;
}

/**
*
* =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;
	font-size: 14px;
}

#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%;
	font-size: 16px;
}

#pro-article #tabs_container #tab2 ,
#pro-article #tabs_container #tab3 {
	display: none;
}

/**
*
* =ask
*
**/
.ask {
	margin-bottom: 25px;
	text-align: center;
}

.ask a {
	padding: 0 15px 0 50px;
    width: 155px;
    height: 55px;
    background: #ef4030;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
}

.ask a i {
	margin-right: 10px;
}

/**
*
* =sub-pro-img
*
**/
.other-product {
	margin-bottom: 60px;
	padding-top: 15px;
	border-top: 1px #B5B5B5 solid;
}

.other-product h3 {
	text-align: center;
	font-size: 21px;
	color: #807F83;
}

.other-product ul {
	margin-top: 20px;
	border-left: 1px #d1d1d1 solid;
	overflow: hidden;
}

.other-product ul li {
	width: 24.8%;
	border: 1px #d1d1d1 solid;
	border-left: none;
	float: left;
	position: relative;
}

.other-product ul li h2 {
	width: 100%;
	position: absolute;
	top: 10px;
	text-align: center;
	font-size: 15px;
}

.other-product ul li h2 a {
	color: #807F83;
	font-weight: bold;
}

.other-product ul li .photo {
	margin: 20px 10px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.other-product ul li .photo img {
	width: 100%;
}

.other-product ul li .text {
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.62);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	overflow: hidden;
	line-height: 80px;
	color: #fff;
}

.other-product ul li:hover .text {
	height: 60px;
}

.other-product ul li .text p {
	overflow: hidden;
}

.other-product ul li .text a {
	margin: 15px auto;
	width: 85px;
	height: 30px;
	background: #ef4030;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#products ul li {
		width: 48.6%;
	}
	
	.sub-pro-img ul li {
		width: 18%;
	}
}


/* +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;
	}
	
	.show-item .main-pro-img {
		margin: 0 auto;
		width: 60%;
		float: none;
	}
	
	.show-item .orderfunction {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
		float: none;
	}
	
	.show-item .orderfunction h2 ,
	.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 {
		text-align: center;
	}
	
	.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%;
	}
	.show-item .show-img {
		width: 100%;
	}
	
	.sub-pro-img ul li {
		width: 17%;
	}
	
	.other-product ul li {
		width: 49.8%;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#products ul li {
		margin-right: 0;
		width: 98.5%;
	}
	
	#products ul li .product-info .price {
		margin-top: 0;
	}
	
	.other-product ul li {
		width: 49.6%;
	}
}

/* +width:400 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {
	.sub-pro-img ul li {
		margin: 0 auto 10px;
		width: 90%;
	}
	
	.other-product ul li {
		margin-bottom: 10px;
		width: 99.8%;
	}
}

/**************/