@charset "utf-8";

/*========== List ===========*/
.list ul li {
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:520px;
	width:33.3%;
}

.list ul li div.Img {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px #d8d2ca;
	border: 1px solid #FFF;
}

.list ul li div.Img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.list ul li .Img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

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

.list ul li div.txt h3 a {
	word-wrap:break-word;
	margin:10px 0;
	font-size: 18px;
	line-height:1.5;
	color:#1a824b;
}

.list ul li div.txt a:hover {
	color:#4d85c2;
}

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

.list .price_s {
	text-align: center;
	padding-top: 8px;
	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: 55%;
	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.6;
    color: #55bdf5;
}

.intro_box .txt {
	padding-top:10px;
	padding-bottom:20px;
	font-size:16px;
	color:#bfbfbf;
	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 {
	background-color: #a2a2a2;
}

.spec_list tr:hover {
	background-color: #c3c3c3;
	-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;
}

.tab a {
	display: block;
	float: left;
	padding: 12px 20px 12px 20px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.tab a.current{
	border: 1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-bottom: 1px solid #F8F7FC;
	box-shadow: inset 0 5px 5px #E2E2E2;
}

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

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



@media (max-width: 800px) {
	.list ul li {
		width:33.3%;
		height:430px;
	}
	
	.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 {
		width:50%;
		height:480px;
	}
}


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