@media screen and (max-width: 500px) {
	.item_style_1 .item {
		width: 50%;
		float: left;
		position: relative;
		padding: 10px 5px 15px 5px;
		box-sizing: border-box;
	}
	.item_style_1 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		border: 1px solid #d9d9d9;
	}
	.item_style_1 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_1 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_1 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_1 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_1 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 40vw;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.item_style_1 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_1 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.item_style_1 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_1 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 14px;
		color: #001e6f;
	}
	.item_style_1 .item .inner .info .name {
		font-size: 13px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_1 .item .inner .price {
		width: auto;
		font-size: 13px;
		box-sizing: border-box;
		padding: 0;
		color: #2f2f2f;
		font-weight: bold;
		text-align: left;
		height: 25px;
		line-height: 15px;
		text-indent: 5px;
	}
	.item_style_1 .item .inner .details {
		width: 68px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #e8e8e8;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 920px) {
	.item_style_1 .item {
		width: 33.333%;
		float: left;
		position: relative;
		padding: 10px 5px 15px 5px;
		box-sizing: border-box;
	}
	.item_style_1 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		border: 1px solid #d9d9d9;
	}
	.item_style_1 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_1 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_1 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_1 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_1 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 150px;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.item_style_1 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_1 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.item_style_1 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_1 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 14px;
		color: #001e6f;
	}
	.item_style_1 .item .inner .info .name {
		font-size: 13px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_1 .item .inner .price {
		width: auto;
		font-size: 13px;
		box-sizing: border-box;
		padding: 0;
		color: #2f2f2f;
		font-weight: bold;
		text-align: left;
		height: 25px;
		line-height: 15px;
		text-indent: 5px;
	}
	.item_style_1 .item .inner .details {
		width: 68px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #e8e8e8;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		display: none;
	}
}
@media screen and (min-width: 921px) {
	.item_style_1 .item {
		width: 25%;
		float: left;
		position: relative;
		padding: 10px 20px;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_1 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		border: 1px solid #d9d9d9;
	}
	.item_style_1 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_1 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_1 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_1 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_1 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 180px;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.item_style_1 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_1 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.item_style_1 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_1 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 16px;
		color: #001e6f;
	}
	.item_style_1 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_1 .item .inner .price {
		width: 60%;
		font-size: 15px;
		box-sizing: border-box;
		padding: 5px 0 5px 10px;
		border-radius: 0 10px 10px 0;
		color: #2f2f2f;
		font-weight: bold;
	}
	.item_style_1 .item .inner .details {
		width: 70px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 10px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #e8e8e8;
		border-radius: 0 0 0 0;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	}
}