.img_box {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	
	.img_box>div {
		width: 24%;
		margin-top: 20px;
		border: 3px solid #ffdb03;
		border-radius: 3px;
		position: relative;
	}
	
	.img_box>div>img {
		width: 100%;
	}
	
	.img_mask {
		position: absolute;
		top: 0;
		bottom: 25px;
		left: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.7);
		color: #282828;
		padding: 10%;
	}
	
	.goods_box {
		border: #dedede 1px solid;
		padding: 20px;
	}
	
	.small_img {
		margin-left: 10px;
		padding: 5px;
	}
	
	.small_img>img {
		cursor: pointer;
		border: 1px solid #fff
	}
	
	.line {
		width: 100%;
		border-bottom: 1px solid #dedede;
	}
	
	.cate_btn {
		width: 150px;
		height: 36px;
		border-radius: 18px;
		text-align: center;
		line-height: 36px;
		color: #FFFFFF;
		background-color: #6eb92b;
		margin-top: 15px;
		font-size: 16px;
		cursor: pointer;
	}
	
	.cate_le {
		position: absolute;
		top: 40px;
		height: 12px;
		border-left: 2px solid #6eb92b;
		left: 31px;
	}
	
	.max30 {
		max-width: 33%;
	}
	
	.detailss img {
		width: 100%;
	}
	
	html {
		overflow-y: scroll;
	}
	
	body {
		margin: 0;
		font: 12px "\5B8B\4F53", san-serif;
		background: #ffffff;
	}
	
	div,
	ul,
	li {
		padding: 0;
		margin: 0;
	}
	
	li {
		list-style-type: none;
	}
	
	img {
		vertical-align: top;
		border: 0;
	}
	/* box */
	
	.box {
		width: 310px;
		margin: 100px auto;
	}
	
	.tb-pic a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	
	.tb-pic a img {
		vertical-align: middle;
	}
	
	.tb-pic a {
		*display: block;
		*font-family: Arial;
		*line-height: 1;
	}
	
	.tb-thumb {
		margin: 10px 0 0;
		overflow: hidden;
	}
	
	.tb-thumb li {
		background: none repeat scroll 0 0 transparent;
		float: left;
		height: 42px;
		margin: 0 6px 0 0;
		overflow: hidden;
		padding: 1px;
	}
	
	.tb-s310,
	.tb-s310 a {
		height: 310px;
		width: 310px;
	}
	
	.tb-s310,
	.tb-s310 img {
		max-height: 310px;
		max-width: 310px;
	}
	
	.tb-s310 a {
		*font-size: 271px;
	}
	
	.tb-s40 a {
		*font-size: 35px;
	}
	
	.tb-s40,
	.tb-s40 a {
		height: 40px;
		width: 40px;
	}
	
	.tb-booth {
		border: 1px solid #CDCDCD;
		position: relative;
		z-index: 1;
	}
	
	.tb-thumb .tb-selected {
		background: none repeat scroll 0 0 #C30008;
		height: 40px;
		padding: 2px;
	}
	
	.tb-thumb .tb-selected div {
		background-color: #FFFFFF;
		border: medium none;
	}
	
	.tb-thumb li div {
		border: 1px solid #CDCDCD;
	}
	
	div.zoomDiv {
		z-index: 999;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
		height: 200px;
		background: #ffffff;
		border: 1px solid #CCCCCC;
		display: none;
		text-align: center;
		overflow: hidden;
	}
	
	div.zoomMask {
		position: absolute;
		background: url("/static/T3/images/mask.png") repeat scroll 0 0 transparent;
		cursor: move;
		z-index: 1;
	}
	
	.bigimg{
		width: 800px;
	}
	@font-face {
		
		
		font-family: "socialshares";
		url('/static/T3/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/static/T3/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/static/T3/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/static/T3/fonts/fontawesome-webfont.woff?v=4.7.0') format("woff"), url("/static/T3/fonts/iconfont.ttf") format("truetype"), url("/static/T3/fonts/iconfont.svg#iconfont") format("svg")
	}
	
	.icon-wechat {
		font-family: "socialshares" !important;
	}
	
	.icon-wechat * {
		font-family: "socialshares" !important
	}
	
	.cate_btn:before {
		content: "\f0e5";
		font-size: 20px;
		margin-right: 10px;
	}