@charset "utf-8";

/*========== List ===========*/
.list ul {
	margin-right:-5px;
}

.list ul li {
	padding:0 8px 30px 8px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:350px;
	width:33%;
}

.list ul li div.Img {
	padding:5px;
	border:1px solid #dfdfdf;
	background:#fff;
	position:relative;
}

.list ul li div.Img img {
	width:100%;
}

.list ul li div.Img a {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	background:#000;
	width:100%;
}

.list ul li div.Img:before {
	text-align:center;
	content:"More";
	background:url(../images/goods_zoom.png) center top no-repeat;
	font-size:12px;
	padding-top:30px;
	width:60px;
	height:20px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-50px;
	transition:all 0.2s linear;
	opacity:0;
	z-index:99;
}

.list ul li:hover div.Img:before {
	margin-top:-25px;
	opacity:1 !important;
}

.list ul li div.Img a img {
	float:left;
	opacity:1;
}

.list ul li:hover div.Img a img {
	float:left;
	background:#000;
	opacity:0.4;
}

.list ul li div.txt {
	margin-top:20px;
	text-align:center;
}

.list ul li div.txt h3 a {
	margin:10px 0;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#000;
	word-break: break-all;
}

.list ul li div.txt a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

.list ul li div.txt p {
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#000;
	padding-top: 8px;
}



/*========== Content ===========*/
.goods_content {
	margin-top: 10px;
}

.goods_content .Img img {
	width: 100%;
}

.goods_content .album_box {
	float: left;
	width: 50%;
	margin-right: 25px;
}

ul.album_list {
	margin: 20px -1px 20px -1px;
	width: 100%;
}

ul.album_list li {
	float: left;
	width: 20%;
	overflow: hidden;
	padding: 5px;
}

ul.album_list li a {
	display: block;
}
	
ul.album_list li a img {
	display: block;
	width: 100%;
}

.intro_box {
	overflow:hidden;
}

.intro_box .name {
    font-size: 28px;
	line-height:1.5;
    font-weight: normal;
    color: #000;
}

.intro_box .txt {
	padding-top:10px;
	padding-bottom:20px;
	font-size:16px;
	color:#000;
	line-height:1.6;
}

.intro_box .sn {
	line-height: 1.5;
	font-size:16px;
}

.intro_box .sn2 {
	text-align: left;
	padding-left: 10px;
}

.intro_box .spec {
	line-height: 1.5;
	font-size:16px;
}

.intro_box .spec .spec2 {
	text-align: left;
	padding-left: 10px;
}

.intro_box .spec .spec3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3px;
	border: 1px solid #CCC;
}

.intro_box .stock {
	line-height: 1.8;
	font-size:16px;
}

.intro_box .stock .quantity {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 24px;
	line-height: 35px;
	border: 1px solid #CCC;
}

.intro_box .stock2 {
	padding-left: 10px;
}

.intro_box .stock3 {
	padding-left: 5px;
}

.spec_area {
	padding-top: 20px;
}

.spec_list tr:hover {
	background-color: #FFF8E3;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(187, 187, 187, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(187, 187, 187, 0.15);
}

.spec_list b {
	color: #000;
	font-size: 15px;
}

.spec_price td {
	padding: 3px 0 3px 0;
}

.spec_price select {
	width: 50px;
	padding: 5px;
	height: 30px;
	border: 1px solid #CCC;
	font-size: 13px;
}

.spec_price .price {
	font-size: 15px;
}

.spec_price .price .p2 {
	padding-left: 5px;
	color: #F00;
}

.spec_price .price .p3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}

.goods_button {
	padding-top:30px;
	padding-bottom:20px;
	text-align:center;
}

.back_to_list {
	padding-top: 30px;
	padding-bottom: 30px;
	display:flex;
	justify-content: center;
}



/*========== Tab ===========*/
.tab {
	margin-top:35px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color:#000;
}

.tab a {
	-webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
	padding: 12px 0;
	font-size: 15px;
	text-align: center;
	color:#000;
}

.tab a.current {
	border: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: inset 0 3px 5px -2px rgba(111,111,111,0.65);
	-webkit-box-shadow: inset 0 3px 5px -2px rgba(111,111,111,0.65);
}

.tab_content div.txt {
	margin-top:-1px;
	padding:20px 5px;
	border-top: 1px solid #bdbdbd;
	font-size:16px;
	color:#000;
	line-height:1.6;
}

.tab_content > li {
	display:none;
}

.tab_content .txt img {
	max-width:100%;
}



@media (max-width: 800px) {
	.list ul li {
		height:380px;
		width:50%;
	}
	
	.goods_content .Img {
		width:50%;
		float:left;
	}

	.goods_content .album_box {
		width:100%;
		float:none;
	}

	.goods_content .Img {
		width:100%;
		float:left;
	}

	.goods_content .right_box {
		width:100%;
		float:right;
	}
}



@media (max-width: 640px) {
	.list ul li {
		height:350px;
	}
}



@media (max-width: 480px) {
	.list ul li {
		height:450px;
		width:100%;
	}
}