/*產品目錄-項目-優蛋白*/
.p02d{ color:#a6853d;}
.p02d .pro_out{
	border: 1px solid #a6853d;
	background: linear-gradient(to bottom, transparent 74.9%,#a6853d 75%);
}
.p02d .pro_pic{
	background: url(../images/img/product_m12.png) no-repeat left;
	background-size: contain;
}
.p02d .pro_txt span {
	display: inline-block;
    background: url(../images/img/icon_new2.png) no-repeat left top;
    width: 99px;
    height: 55px;
    padding: 0 0 10px 0;
}


/*產品頁-內容*/
.product12_box{
	margin: 0 auto;
  text-align: center;
}

.product12_box picture img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
  .product12_box picture img {
    width: 100% !important;
    height: auto !important;
  }
  
  .product12_box {
  padding: 10px 5px;
  }

  .product12_box picture {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .product12_box picture img {
    width: 100% !important;
    height: auto !important;
  }
  .product12_box {
    padding: 10px 5px;
  }

  .product12_box picture {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
    .product12_box picture img {
    width: 100% !important;
    height: auto !important;
  }
  .product12_box {
    padding: 10px 5px;
  }

  .product12_box picture {
    margin-bottom: 10px;
  }
}