/* 2024 New Version_start */
/* product.php */
/* scroll tab */
.product-tab-ul li.active {
  background-color: #fff;
  border-top-width: 4px;
  border-color: #005097;
  color: #005097;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 7px;
}
.product-list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 2024 New Version_end */
	

/*好神推薦列表*/
#edit_article_product{ width:310px; position:relative; margin:20px auto 0 auto; }
#edit_article_product h2{
	width:304px; height:18px;
	display:block; padding:5px 0 0 7px;
	font-size:0.75em; color:#474747;
	background-size:contain; background-repeat:no-repeat; background-image:url(../img/public/title.gif);
}


.product_article_imgList{
	width:100%; height:75px;
	position:relative; margin:0 0 5px 0; padding:15px 0px 15px 0px;
	box-shadow: 0px 0px 3px #ccc; 
	background-repeat:no-repeat; background-size:23px 11px; background-position:right 30px; background-image:url(../img/product/article_arrow.jpg);
}
p.title{color:#3b5999;}
/*評比*/
.appraisal_group{
	width:92%; height:15px;margin:10px auto 0px auto; 
	}
.appraisal_position{

	width:50%;
	}
.appraisal_group span{
	display:block;width:35%;float:left;
	font-size:0.7em; color: #333;
	}
.appraisal_group ul{
	width:200px;
	background:#F2FBFF;
	}
.appraisal_group ul li.red{
	background-size:cover; background-position:center center; background:url(../img/public/star2.png) no-repeat;float:left;
	width:14px; height:15px;
	
}
.appraisal_group ul li.empty{
	background-size:cover; background-position:center center; background:url(../img/public/star1.png) no-repeat;float:left;
	width:14px; height:15px;
}

/*產品頁說明*/

#product_info{width:310px;margin:20px auto 0 auto;}
.product_img{width:140px; height:140px; overflow:hidden; float:left;}
.product_img img{width:100%; height:100%;}

.product_detail{
	width:166px; height:200px;  margin:0px 0px 0px 4px;float:left;
	}
.clean{display:block; clear:both;}

.suggest_price{color:#3b5997; font-size:0.7em;}

.product_detail ul{
	font-size:0.7em; color:#727272;
	margin:5px 0px 0px 0px;
	}

.product_detail ul li {
	list-style: disc inside;
	}
	
/*資費方案*/

#edit_article_product table{margin:10px 0px 0px 0px; font-size:0.7em; color: #666;}




