@CHARSET "UTF-8";

.shop {
	padding-top:1.1rem;
	padding-bottom:1rem;
	width: 12rem;
	margin: 0 auto;
}

.shop .product:nth-child(3n) {
	margin-right: 0rem;
}

.shop .product {
	margin-right: 0.3rem;
	margin-bottom: 0.36rem;
	float: left;
	cursor:pointer;
}

.shop .product:hover .info {
	display: none;
}

.shop .product:hover .qr_code {
	display: inline-block;
}

.shop .qr_code {
	display: none;
/* 	width: 1.9rem;
	height: 1.9rem; */
	background: #fafafa;
	padding: 1.4rem 0.95rem 2.12rem;
	position:relative;
} 

.shop .qr_code .img {
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
}
.shop .qr_code .toShop{
	position:absolute;
	bottom:0.4rem;
	left:0.85rem;
/* 	width: 205px; */
	font-size: 0.2rem;
	color: red;
	font-weight:bold;
}
.shop .qr_code  .toShop div {
	margin-top: 0.02rem;
	background: red;
	width: 0;
	height: 0.02rem;
	display: block;
	content: "";
	transition-duration: 0.4s;
}
.shop .qr_code  .toShop:hover div {
	width: 100%;
}

.shop .qr_code .img img {
	width: 1.9rem;
}


/*产品*/

.shop .info {
	display: inline-block;
	/* width: 2.6rem;
	height: 2.6rem; */
	background: #FAFAFA;
	padding: 1.05rem 0.6rem;
}

.shop .info:hover .shop .info>.img {
	display: none;
}

.shop .info>.img {
	width: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
}

.shop .info>.img img {
	width: 2.6rem;
}

.shop .info .main_title .title {
	font-size: 0.18rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.shop .info .main_title .price {
	font-family: arial;
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	margin: 0.25rem 0 0 0;
	text-align: center;
}

.shop .product-2 {
	float: left;
	width: 100%;
	height: 6.75rem;
	background: #FAFAFA;
}

.shop .product-2 .picture {
	padding-top: 0.85rem;
	width: 50%;
	float: left;
	height: 5.9rem;
	text-align: right;
}

.shop .product-2 .picture img {
	width: 100%;
}

.shop .product-2 .jshao {
	padding: 2.26rem 0.85rem 0 0.85rem;
	width: 35%;
	float: left;
	height: 4.49rem;
}

.shop .product-2 .jshao .title {
	font-size: 0.4rem;
	color: #333333;
}

.shop .product-2 .jshao .introduce {
	margin-top: 0.2rem;
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: 0.35rem;
}

.shop .product-2 .jshao .price {
	font-family: arial;
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	margin: 0.25rem 0 0 0;
}

.shop .product-3 {
	float: left;
	margin-top: 0.36rem;
}

.shop .product-3 img {
	width: 100%;
}

@media only screen and (min-width: 900px) and (max-width: 1250px) {
	.shop {
		width: 9rem;
	}
	.shop .product:nth-child(2n) {
		float: right;
	}
	.shop .product:nth-child(1n) {
		margin-right: 0rem;
	}
	.shop .product-2 {
		width: 9rem;
	}
	.shop .product-3 {
		width: 9rem;
	}
	.shop .product-2 .picture {
		width: 40%
	}
	.shop .product-2 .jshao {
		padding-left: 0rem;
		padding-right: 0rem;
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.shop {
		width: 7rem;
	}
	.shop .product:nth-child(2n) {
		float: right;
	}
	.shop .product:nth-child(1n) {
		margin-right: 0rem;
	}
	.shop .qr_code {
		width: 2.6rem;
		height: 3.6rem;
		padding: 0;
	}
	.shop .qr_code .img {
		margin: 0 auto;
		margin-top: 0.5rem;
	}
	.shop .info {
		 width: 2.6rem;
		height: 3.6rem;
		padding: 0;
	}
	.shop .product-2 {
		width: 7rem;
	}
	.shop .product-3 {
		width: 7rem;
	}
	.shop .product-2 .picture {
		width: 40%
	}
	.shop .product-2 .jshao {
		padding-left: 0rem;
		padding-right: 0rem;
		width: 50%;
	}
	.shop .qr_code .toShop{
		left:28px;
	}
}

@media only screen and (max-width: 768px) {
	.shop {
		width: 100%;
	}
	.shop .product {
		width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.shop .product:nth-child(1n) {
		margin-right: 0rem;
	}
	.shop .product {
		margin: 0.2rem auto;
	}
	.shop .qr_code {
		width: 3.80rem;
		height: 5.42rem;
		padding: 0;
	}
	.shop .qr_code .img {
		margin: 0.2rem auto;
		margin-top: 1.5rem;
	}
	.shop .product-2 .picture {
		width: 100%;
	}
	.shop .product-2 .jshao {
		width: auto;
		background: #FAFAFA;
	}
	.shop .product-2 {
		width: 100%;
		float: none;
	}
	.shop .product-3 {
		width: 100%;
		float: none;
	}
}