
.container2 {
    /* background-image: url("../img/contact_bg.png");
    height: 495px; */
  }
  .bg_pb {
    width: 100%;
    height: 70px;
    background-image: url("../img/bg_wb1.png");
}
.product {
	max-width: 1200px;
	background: #fff;
	margin: auto;
	
}
.wrap1 {
	display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;  
    /* display: flex; */
    /* background-color: #CCC; */
}
.item {
    width: 100%;
    padding-bottom: 50px;
}

.item p {
    width: 200px;
    font-size: 16px;
    display: inline-block; /* 改變屬性使文字能置中。*/
    line-height:24px;
}
.item img {
    width: 180px; /*  設定圖片百分比。 */
    vertical-align: top;
    /*  圖片垂直對齊該行文字的最高位置。 */
    margin-bottom: 15px;
}
h5 {
    font-size: 16px;
    color: #A79C8E;
    font-weight: 700;
}
h2 {
    text-align: center;
    color: #A79C8E;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 i{
    color: #eb9f9f;
  }
/* 商品圖 */
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

.tab {
	max-width: 1200px;
	padding: 0;
	text-align: center;
	
}

.tab .nav-tabs {
	width: 300px;
	display: inline-block;
	position: relative;
	border-bottom: none;
}

.tab .nav-tabs li {
	margin: auto;
}

.tab .nav-tabs li a {
	width: 150px;
	display: block;
	padding: 80px 20px 10px;
	background: #fff;
	font-size: 17px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #fff;
	margin-right: 0;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	margin: auto;
	font-size: 22px;
	color: #999;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	transform: rotate(45deg);
}

.tab .nav-tabs li.active a span {
	background: #F6CCCC;
	color: #fff;
}

.tab .nav-tabs li a span i {
	transform: rotate(-45deg);
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
	color: #999;
	border: none;
	border-bottom: 2px solid #fff;
}

.tab .nav-tabs li.active a {
	border-bottom: 2px solid #F6CCCC;
}

.tab .tab-content {
	padding: 20px;
	margin-top: -5px;
	font-size: 15px;
	color: #757575;
	line-height: 26px;
	/* text-align: left; */
	/* border-top: 1px solid #e5e5e5; */
}

.tab .tab-content h3 {
	font-size: 24px;
	margin-top: 0;
}
/* 商品圖 end */
.icon ol { 
	width: 150px;
	margin: auto;
}


/* 平版 */
@media screen and (min-width: 768px) {
	.tab .nav-tabs {
		width:auto;
	}

}

/* 電腦版 */
@media screen and (min-width: 1200px) {
	

	h2 {
	margin-bottom: 50px;
	}


}