@media screen and (min-width: 768px) {
	.sort_active {
		width: calc(25% - 10px);
		height: 50px;
		border-radius: 7px;
		background: url("/shop/images/bg2.png");
		color: #fff;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 5px 6px 0 rgba(73, 45, 217,.22);
	}

	.sort {
		width: calc(25% - 10px);
		height: 50px;
		border-radius: 7px;
		background: #f8f8f8;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		overflow: hidden;
		box-sizing: border-box;
		text-decoration: none
	}

	.product_active {
		width: 19%;
		height: 190px;
		border-radius: 7px;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		position: relative;
		border: solid 2px #492DD9;
		overflow: hidden;
		color: #492DD9;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}

	.product {
		width: 19%;
		height: 190px;
		border-radius: 7px;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		border: 2px solid #f1f4fb;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}
	.productimg {
		max-width: 100%;
		height: 116.03px;
		width: 100%;
	}
	.bprice {
		display: inline-block;
		float: right;
		margin-top: 15px;
		margin-right: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #545454
	}

		.bprice span {
			font-size: 22px;
			color: #492DD9
		}
	.product_title {
		height: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.sort_active {
		width: calc(40% - 10px);
		height: 50px;
		border-radius: 7px;
		background: url("/shop/images/bg2.png");
		color: #fff;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 5px 6px 0 rgba(73, 45, 217,.22);
	}

	.sort {
		width: calc(40% - 10px);
		height: 50px;
		border-radius: 7px;
		background: #f8f8f8;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		overflow: hidden;
		box-sizing: border-box;
		text-decoration: none
	}

	.product_active {
		width: 48%;
		height: 150px;
		border-radius: 7px;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		position: relative;
		border: solid 2px #492DD9;
		overflow: hidden;
		color: #492DD9;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}

	.product {
		width: 48%;
		height: 150px;
		border-radius: 7px;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		border: 2px solid #f1f4fb;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}
	.productimg {
		width: 100%;
		max-width: 100%;
		height: 72.52px;
	}
	.bprice {
		display: inline-block;
		float: right;
		margin-top: 20px;
		margin-right: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #545454;
	}
		.bprice span {
			font-size: 1px;
			color: #492DD9;
		}
	.product_title {
		height: 3rem;
	}
}

@media screen and (max-width: 375px) {
	.sort_active {
		width: calc(40% - 10px);
		height: 50px;
		border-radius: 7px;
		background: url("/shop/images/bg2.png");
		color: #fff;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 5px 6px 0 rgba(73, 45, 217,.22);
	}

	.sort {
		width: calc(40% - 10px);
		height: 50px;
		border-radius: 7px;
		background: #f8f8f8;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-right: 10px;
		overflow: hidden;
		box-sizing: border-box;
		text-decoration: none
	}

	.product_active {
		width: 62%;
		height: 150px;
		border-radius: 7px;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		position: relative;
		border: solid 2px #492DD9;
		overflow: hidden;
		color: #492DD9;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}

	.product {
		width: 62%;
		height: 150px;
		border-radius: 7px;
		color: #333;
		padding: 14px;
		display: inline-block;
		margin-left: 5px;
		border: 2px solid #f1f4fb;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
		margin-top: 2px;
	}

	.productimg {
		width: 100%;
		max-width: 100%;
		height: 72.52px;
	}

	.bprice {
		display: inline-block;
		float: right;
		margin-top: 20px;
		margin-right: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #545454;
	}

		.bprice span {
			font-size: 1px;
			color: #492DD9;
		}

	.product_title {
		height: 3rem;
	}
}
/*.productimg {
	width: 100%;
	height: auto;
	margin: -16px 0px 1px -14px;
	max-width: 127%;
}*/
.product_title {
	padding: 0.1rem 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2rem;
}
body {
	background: url('/shop/images/background.png')
}

.main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.shop_img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #fff;
	vertical-align: top;
	border: solid 2px #EEE
}

.header {
	padding: 10px 0;
}

.shopinfo {
	display: inline-block;
	margin-left: 20px;
}

.shop_title {
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	margin-bottom: 10px;
	margin-top: 5px
}

.contact_info {
	font-size: 14px;
	color: #999
}

.contact_btn {
	padding: 2px 10px;
	border-radius: 10px;
	border: solid 1px #492DD9;
	background: #492DD9;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	box-shadow: 0 2px 3px 0 rgba(73, 45, 217,.22);
	text-decoration: none;
	cursor: pointer;
}

	.contact_btn:hover {
		background: #fff;
		color: #492DD9;
	}

.right {
	float: right;
}

.rbtn1 {
	border: solid 1px #492DD9;
	background: #492DD9;
	color: #fff;
	font-size: 15px;
	border-radius: 20px;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 10px;
	box-shadow: 0 5px 6px 0 rgba(73, 45, 217,.22);
	cursor: pointer;
	text-decoration: none
}

	.rbtn1:hover {
		background: #fff;
		color: #492DD9;
	}

.rbtn2 {
	border: solid 1px #E4E2FA;
	background: #E4E2FA;
	color: #492DD9;
	font-size: 15px;
	border-radius: 20px;
	padding: 5px 15px;
	display: inline-block;
	box-shadow: 0 5px 6px 0 rgba(73, 45, 217,.22);
	cursor: pointer;
}

	.rbtn2:hover {
		background: #fff;
		color: #492DD9;
	}

.notice {
	margin-top: 20px;
	line-height: 25px;
}

.ntitle {
	color: #545454;
	font-size: 14px;
	font-weight: 700;
}

.ninfo {
	font-size: 12px;
	color: #515a6e
}

.box {
	background: #fff;
	border-radius: 10px;
	min-height: 100px;
	padding: 20px 10px;
	box-shadow: 0 7px 29px 0 rgba(18,52,91,.11);
	margin-top: 5px;
}

.btitle {
	color: #545454;
	font-size: 16px;
	font-weight: 700;
}

	.btitle img {
		margin-right: 7px;
		width: 17px;
		vertical-align: top;
		margin-top: 3px;
	}





.sort_active .fl_img {
	width: 50px;
	position: absolute;
	right: -5px;
	bottom: -17px;
}

.sort_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}

.sort_info {
	font-size: 12px;
	opacity: 0.6
}


.product_active .fl_img {
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product_title {
	font-size: 12px;
	/*margin-bottom: 7px;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}

.product_info {
	font-size: 12px;
	font-weight: bold;
}

.hr {
	border-bottom: solid 1px #f7f7f7;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pcontent {
	margin: 10px 0;
}

	.pcontent img {
		width: 100%;
		display: inherit;
	}

.pay_box {
	width: 150px;
	height: 50px;
	border-radius: 7px;
	color: #333;
	display: inline-block;
	margin-right: 10px;
	border: solid 2px #EEE;
	overflow: hidden;
	box-sizing: border-box;
	background: #f7f7f7;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}

.checked {
	border: solid 2px #492DD9 !important;
	background: #F8F8FE !important;
	color: #492DD9 !important;
}

.checked_img {
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.pay_box input[type="radio"] {
	display: none;
}

.pay_pic {
	width: 20px;
	margin-bottom: -5px
}

.card7 {
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 12px;
}

	.card7 div {
		letter-spacing: 1px;
	}

	.card7 a, #card7_xb .card7 a:link {
		color: #492DD9
	}

.bottom {
	height: 62px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 62px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 -1px 0 0 hsla(0,0%,71%,.18);
}

.buy_btn {
	background: #492DD9;
	color: #fff;
	border-radius: 20px;
	border: solid 2px #492DD9;
	float: right;
	padding: 10px 30px;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px
}

	.buy_btn:hover {
		background: #fff;
		color: #492DD9;
	}

.buy_btn2 {
	background: #EEEEEE;
	color: #666;
	border-radius: 20px;
	border: solid 2px #DDDDDD;
	float: right;
	padding: 10px 30px;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px
}



.clac {
	font-size: 15px;
	display: inline-block;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	user-select: none;
	border: solid 2px #EEE;
	border-radius: 30px;
	background: #f7f7f7;
	margin: 0 10px;
	color: #999;
	cursor: pointer;
}

	.clac:hover {
		background: #EEE
	}

