.thumb_bg {
	position: relative;
	width: 275px;
	padding: 0;
	cursor: pointer;
}
.thumb_bg .mask {
    position: absolute;
    width: 275px;
	height: 275px;
	top: 0px;
    background: rgba(0,0,0,0.04);
    transition: background .25s;
}
.thumb_bg:hover .mask {
    background: rgba(0,0,0,0.15);
}
.subj1 {
	font-size:16px;
	margin-bottom:10px;
	line-height:22px;
	color:#333;
	word-wrap:break-word;
}
.price {
	font-size:16px;
	line-height:20px;
	word-wrap:break-word;
}

#thumb {
	width:419px;
	height:419px;
	padding-right:1px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.tab3d {
	width: 64px;
	height: 64px;
	border: 1px solid #777;
	text-align: center;
	cursor: default;
}
.tab3d_out {
	border: 1px solid #DDD;
}
.tab3d_over {
	border: 1px solid #4499FA;
}
#item_detail td {
	font-size: 14px;
	padding-bottom: 6px;
}
.sit_opt_list { padding-bottom:4px; }
.sit_opt_list span { font-weight:bold; }

.layer_sh {
	position:fixed;
	_position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:10000;
}
.layer_sh .bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.layer_sh .layer_area {
	position:absolute;
	width:300px;
	height:150px;
	left:50%;
	top:50%;
	background:#fff;
	padding:5px 20px 30px 20px;
	border:4px solid #ddd;
	text-align:left;
	line-height:140%;
}
.layer_sh .layer_area p {
		margin:20px 0 0 0;
		padding:0;
	}
.layer_sh .layer_area .cart_btn {
		float:right;
		margin-right:42px;
		width:120px;
		height:34px;
		line-height:34px;
		text-align:center;
		color:#FFFFFF;
	}
.layer_sh .layer_area .list_btn {
		float:left;
		margin-left:42px;
		width:90px;
		height:34px;
		line-height:34px;
		text-align:center;
	}
.shop_detail {
	border-left:1px solid #CCCCCC;
	padding:0 140px 0 19px;
	font-size:24px;
	line-height:130%;
}
	.shop_detail p.no_price {
		font-size:18px;
		line-height:24px;
		padding:10px 0;
		border-bottom:1px solid #CCC;
		color:#777777;
	}
	.shop_detail p.price {
		font-size:22px;
		line-height:24px;
		padding:10px 0 4px 0;
		color:#777777;
	}
	.shop_detail p.vat {
		padding-bottom:12px;
		border-bottom:1px solid #CCC;
		color:#777777;
	}
.direct_btn {
	width:215px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
}
.cate_name {
	width:920px;
	color:#333333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:30px 0;
}
.cate_name>span {
	cursor:pointer;
}
.s_cate_name {
	width:1160px;
	padding:0 0 30px 88px;
	text-align:left;
}
.s_cate_name>li {
	display:inline-block;
	width:196px;
	margin:3px 2px;
	height:30px;
	font-size:15px;
	color:#000000;
	line-height:30px;
	text-align:center;
	background:#eaeae9;
	border:1px solid #bbbbbb;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px;
}

.s_cate_name #cate_b {
	display:inline-block;
	width:196px;
	margin:3px 2px;
	height:30px;
	font-size:15px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
	background:#339933;
	border:1px solid #bbbbbb;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px;
}
.s_cate_name>li:hover, .s_cate_name>#cate_b:hover {
	color:#000000;
	background:#f8f8f3;
	font-weight:bold;
}
.s_cate_name>li.active, .s_cate_name>#cate_b.active {
	font-weight:bold;
	color:#ffffff;
	border:1px solid #666666;
	background:#767678;
}

.cate_info {
	margin:-20px 0 20px 0;
}
.cate_info .cate_btn {
	display:inline-block;
	width:198px;
	margin:3px 2px;
	height:32px;
	font-size:15px;
	line-height:32px;
	text-align:center;
}

.modal {
    display: none;
    position: fixed; inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
}
.modal-content{
  position: relative;
  display: inline-block;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}
.modal-content img{
    position: relative;
	display: block;
    width: auto;
	height: auto;
    margin: 40px auto;
    background: #000;
    overflow: hidden;
}
.modal-close {
    position: absolute;
    top: 10px;
	right: -3px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}