@charset "utf-8";

/*========== List ===========*/
.list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	margin: 0 -15px;
}

.list > li {
	box-sizing: border-box;
	width: 33.33%;
	padding: 10px 15px 25px 15px;
}

.list .Img {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	height: 240px;
}

.list .Img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	transition: all .5s;
	max-height: 240px;
}

.list .item:hover .Img img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.list .item {
	padding-bottom: 10px;
}

.list .txt {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

.list .txt p {
	padding-top: 10px;
	line-height: 1.6;
	font-size: 16px;
}

.list h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color: #000;
}

.list h3 a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

.list .price_s {
	text-align: center;
	padding-bottom: 8px;
}

.list .price_s .s1 {
	font-size: 13px;
	font-weight: normal;
	color: #5A5A5A;
}

.list .price_s .s2 {
	color: #F00;
	font-size: 13px;
}

.list .price_s .s3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}



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

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

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

.goods_content .album_box img {
	display: block;
	width: 100%;
	margin:0 auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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.6;
    color: #000;
}

.intro_box .txt {
	padding-top:10px;
	padding-bottom:20px;
	font-size:16px;
	color:#666;
	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 .price_f .f1 {
	text-decoration: line-through;
	font-size:16px;
}

.intro_box .price_f .f2 {
	padding-left: 15px;
	text-decoration: line-through;
}

.intro_box .price_f .f3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: line-through;
}

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

.intro_box .price_s .s2 {
	padding-left: 15px;
	color: #F00;
}

.intro_box .price_s .s3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}

.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;
	font-size: 13px;
}

.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: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.tab a:hover {
	color: #333;
}

.tab a.current {
	color: #fff;
	background-color: #333333;
}

.tab_content div.txt {
	padding-top:20px;
	padding-bottom:30px;
	font-size:18px;
	color:#666;
	line-height:1.6;
	border-top: 1px solid #333333;
}

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



@media (max-width: 800px) {

    .list .Img {
    	height: 170px;
    }
    
    .list .Img img {
    	max-height: 170px;
    }
    
	.list > li {
		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 .Img {
    	height: 130px;
    }
    
    .list .Img img {
    	max-height: 130px;
    }
    
	.list > li {
		width: 50%;
	    padding: 10px 10px 25px 10px;
	}

.list h3 a {
	word-wrap:break-word;
	font-size: 18px;
	line-height:1.5;
}

}
