 @charset"utf-8";
/* CSS Document */
body{
	border: 0;
}
/*-----手機板header-----*/
.mobile {
	display: none;
}
.index_mobile{
	display: block
}
#ad{
	z-index:99;
}
#floatDiv{
	width:80px;
	margin: 50px 0 0 0;
}

/** 電腦版Layout **/
.artical {
	margin: 0 auto;
	width: 100%;
	background: #ffffff;
}
.half{
	width:100%;
}
.flex{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -webkit-block;
	display: block;
	flex-wrap: wrap;
}
.row.th{
	display: none
}
.row {
	display: block;
	margin: 0 0 20px 0;
	border: 1px solid #efefef;
	padding: 10px;
}
.cell {
	display: block;
	line-height: 150%;
	padding: 0;
	text-align: left;
	clear: both;
}
.cell:before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	width: 100px;
	display: inline-block;
	color: #000000;
	padding: 5px 10px 5px 0;
}
.cell_name {
	float: none;
	width: 70%;
	display: inline-block;
}
.cell_img {
	float: none;
	display: inline-block;
}
.cell_flex{
	display: flex;
}
.width65{
	width:auto;
}
/*-----header-----*/
 /*選單*/
.body_m {
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	max-width: auto;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(256, 256, 256, 1) !important;
	padding: 0;
	border-bottom: 2px #098f3c solid;
	min-height: auto;
	margin: 0 auto;
}
.header_m {
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.logo {
	display:none;
}
.logo_m {
	width: 220px;
	height: auto;
	display: block;
	float: none;
	margin: 12px auto;
}
.logo_m img{
	width:100%;
}
.right ,#menu, #submenu, .addon ,.search,.index_L ,.index_R{
	display:none;
}
 /*社群分享*/
.share_m{
	position: absolute;
	right:15px;
	top: 5px;
	display: block;
}
.share_m img{
	margin:0 3px;
}
 /*搜尋*/
.search_m{
	display:block;
}
.btn_search {
	float: none;
	position: absolute;
	right: 5px;
	top: 12px;
	background: url(../images/search_btn_m.png);
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	padding: 0;
	margin: 0px;
}
input#keys {
	margin: 0 auto;
	display: block;
}
.board {
	font-size: 16px;
	background-color: #fff;
	border: none;
	display: inline-block;
	padding: 4px 10px;
	color: #555;
	line-height: 22px;
	min-width: auto;
	outline: none;
	width:96%;
}
.search_block{
	display:none;
	padding:10px 0;
	background: #efefef;
	margin:19px 0 0 0;
}
/*手機選單*/
.menu {
	display: none;
}
#m_nav{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
#m_nav_close {
	display: none;
	position: absolute;
	z-index: 11;
	left: 200px;
	top: 12px;
}
.nav {
	float: none;
	display: none;
	position: fixed;
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	background: rgba(24%,24%,24%,0.5);
	overflow: scroll;
}
.nav ul {
	list-style: none;
	padding: 50px 0 100px 0;
	width: 240px;
	min-height: 760px;
	background: #fff;
	overflow-y: auto;
}
.nav ul li {
	margin: 12px 0px;
	border-bottom: 1px #ccc solid;
	padding: 0 0 15px 14px;
	font-size: 17px;
	text-align: left;
	color: #4c4c4c;
	letter-spacing: 0.1em;
}
.nav ul li .options {
	margin: 10px 20px 0 0;
	padding: 15px 5px;
	display: none;
	font-size: 16px;
	background: #efefef;
}
.nav ul li .options div {
	padding: 0 15px;
	font-size: 16px;
	margin-bottom: 15px;
	background: url(../images/list_bg_01.png) no-repeat left 5%;
}
.nav ul li span{
	color:#ff4200;
}
.nav ul li a {
	text-decoration: none;
	color: #4c4c4c;
	margin-top: 20px;
	padding: 5px 0  5px 1px;
}

/*-----頁腳-----*/
.hideUp .mobile  {
  bottom: -50px;
}
footer,.footer_inside{
   display:none;
}
div.mobile {
	display: block;
	position: fixed;
	bottom: 0;
	background: #76ab41;
	width: 100%;
	height: 50px;
	z-index: 500;
}
div.mobile ul li {
	float: left;
	width: 20%;
	text-align: center;
	border-right: none;
	padding: 8px 0 8px;
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: auto 26px;
}
div.mobile ul li a {
	color: #ffffff;
	font-size: 13px;
	line-height: 60px;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}
div.mobile ul li.home {
	background-image: url(../images/list_iconMID_hover.png);
}
div.mobile ul li.shopping_cart {
	position: relative;
	background-image: url(../images/shopping_cart.png);
}
div.mobile ul li.phone {
	background-image: url(../images/phone.png);
}
div.mobile ul li.member {
	background-image: url(../images/member.png);
}
div.mobile ul li.order {
	background-image: url(../images/order.png);
}
span.num {
	position: absolute;
	right: 4px;
	top: 3px;
	width: 22px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	background: #f00;
	text-shadow: 0 1px 0 #FF6578;
	display: block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.m_footer{
	position: fixed;
	display: block;
	bottom:0;
	width: 100%;
	height: 50px;
	background: #393;
	z-index: 600;
}
ul.m_product {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	display: flex;
}
ul.m_product li{
	position: relative;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	color: #ffffff;
	padding: 0 8px;
	text-align: center;
	display: block
}
ul.m_product li a{
	color: #fff;
}
ul.m_product li.put , ul.m_product li.buynow, ul.m_product li.soldout {
	flex:1;
}
ul.m_product li.home{
	width: 20%;
	background: url(../images/list_iconMID_hover.png) no-repeat center 4px;
    	background-size: auto 26px;
}
ul.m_product li.home a ,ul.m_product li.shopping_cart{
	font-size: 13px;
	line-height: 80px;
}
ul.m_product li.shopping_cart {
	width: 20%;
	background: url(../images/shopping_cart.png) no-repeat center 4px;
	background-size: auto 26px;
}
.put  {
	background: #f44f4b ;
}
.buynow{
	background: #76ab41;
}
ul.m_product li.soldout{
	background: #ccc;
}
.panel ,.panel2{
	display: none;
}
.bg{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:1;
	top:0;
	left:0;
	opacity:0.6;
	overflow: hidden;
}
.block{
	margin: 0px;
	padding: 5px;
	text-align: center;
	background: #fff;
	opacity:1;
	border: 1px solid #efefef;
	position: absolute;
	bottom:0px;
	width: 100%;
	display: block;
	z-index:2;
	padding:10px 10px 15px 10px;
}
.size {
	margin:15px 0;
	border-bottom: 1px #ccc solid;
}
.block .size{
	border-top: none;
}
.size ul li{
	display: inline-block;
	height: 30px;
	float: left;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.26);
	margin-right: 12px;
	color: #000;
	margin-bottom: 12px;
	text-align: center;
}
.size ul li.select{
	color: #fff;
	background: #393;
	border-color: #508c1a;
}
.size p ,.quantity p{
	font-size: 15px;
	text-align: left;
	margin:10px 0;
}
.size p{
	display: block;
}
.close{
	text-align: right;
	padding:10px 0 0 0;
}
.pd_name{
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px dashed #ccc
}
.buynow_btn a ,.put_btn a{
	color:#fff;
	border-radius: 4px;
	width:100%;
	display:block;
	padding:10px 0;
	clear: both;
}
.buynow_btn a{
	background: #393;
}
.put_btn a{
	background: #f44f4b;
}
.quantity{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	width: 100%
}
.quantity p {
	display: inline-block;
	text-align: left;
}
.scrollTop001 {
	transition: bottom 0.5s ease 0s;
	width: 51px;
	height: 51px;
	position: fixed;
	bottom: 12%;
	right: 3%;
	opacity: 0;
	text-align: center;
	cursor: pointer;
	z-index: 200;
}
/*-----下方內容區-----*/
.content {
	margin: 0 0;
	padding: 0 0 30px 0;
}
.L{
	display:none;
}
.R{
	float:none;
	width:100%;
	padding:0;
}
 /*右方分類區*/
.banner {
	display:none;
}
.banner_m{
	display:block;
	width: 100%;
}
.banner_m{
	padding: 49px 0 0 0;
}
.banner_m img{
	width:100%;
	max-width: 100%;
}
/*最下方內容區*/
.index_pd{
	position: relative;
	padding: 10px 0;
}
.index_pd .slideTxtBox .hd {
	height: 40px;
}
.index_pd .slideTxtBox .hd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.index_pd .slideTxtBox .hd ul li {
	float: left;
	width:50%;
	cursor: pointer;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	display: inline-block;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.index_pd .slideTxtBox .hd ul li.on {
	border-bottom: 2px solid #0f9141;
	font-size: 18px;
	color: #0f9141;
}
.index_pd .slideTxtBox .bd > article {
	margin: 0px auto;
}
.pd_item{
	margin:15px 15px 0 15px;
	background: #fff;
	border:1px solid #dbd9d9;
	border-bottom: 5px solid #0f9141;
	border-radius: 4px;
}
.pd_item .pd_pic{
	width:44%;
	float:left;
	position: relative;
}
.pd_item .pd_pic img{
	width:100%;
}
.pd_item .pd_list{
	width:56%;
	float:left;
	padding:10px 4px;
}
.pd_item .p_tit{
	font-size: 16px;
	line-height: 150%;
	height: 68px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.pd_item .p_tit a{
	font-size: 16px;
	color:#042d0d;
}
.pd_item .memo {
	color: #df1847;
	margin: 10px 0;
	height: 18px;
	overflow: hidden;
}
.pd_item .price{
	color:#222222;
	font-size: 15px;
}
.pd_item .price span{
	color:#df1847;
	font-size: 22px;
	font-weight: bold;
}
.bottom_area{
	margin: 0;
}
.a_img {
	margin: 0 15px;
}
.a_img a {
	display: block;
	width: 100%;
	margin: 0 0 4% 0;
}
.half_banner {
	margin: 0px 15px;
}
.half_banner a {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
/*-------共用-----*/
 /*麵包穴*/
.crumbs {
	width: auto;
	text-align: left;
	color: #08652d;
	margin: 15px;
	font-size: 15px;
}
.flex .crumbs {
	padding: 55px 0 0 0px;
}
.crumbs a {
	color: #777;
}
.computer{
	display:none;
}
.mobile{
	display:inline-block;
}
.mb{
	display:inline-block;
}
.page {
	font-size: 17px;
	color: #666;
	clear: both;
	text-align: center;
	margin: 20px 15px;
}
.page .sevareainput {
	width: 20%;
	text-align: center;
}
.tit {
	font-size: 25px;
	margin: 20px 15px;
}
/*-----產品分類-----*/
  /*產品分類(四個)*/
.pd_area{
	margin:0;
}
.pd_area .crumbs{
	margin: 65px 15px 15px 15px;
}
.pro_title {
	margin: 0 15px;
	float: none;
	font-size: 21px;
	display: none;
}
.titleMenu {
	display: inline-block;
	padding:15px 0;
	width: 100%;
	margin: 0;
}
.titleMenu_list{
	padding: 0 15px;
}
.prdlistIcon {
	width: 47%;
}
.small_list {
	clear: both;
	margin: 20px 15px 15px 15px;
	padding: 0;
	background: none;
}
.small_item {
	margin: 10px 0 20px 0;
}
.small_item .pd_pic {
	width: 35%;
	float: left;
	margin:0 15px 0 0;;
}
.small_item .pd_list {
	float:none;
	width: auto;
}
.small_item .p_text {

}
.small_item .p_tit {
	font-size: 16px;
	height: 74px;
	line-height: 150%;
}
.small_item .p_tit a{
	color: #042d0d;
	font-weight: normal;
}
.small_item .p_text p ,.small_item .p_text .ind{
	display: none;
}
.small_item.small .p_text .pd_cart.sold_out a {
	margin: 65px 0 0 0;
}
.p_sel {
	clear: both;
	width: 100%;
	margin: 10px 0;
}
.small .p_text .select select.sevareainput, .select select.sevareainput {
	display: block;
	text-align-last: center;
	width: 100%;
}
.p_sel .select {
	width: 36%;
	display: inline-block;
}
.small_item.small .p_sel .select{
	width: 100%;
}
.p_sel .pd_cart {
	width: 60%;
	float: right;
}
.pd_cart a, .pd_cart a {
	background: #dfdfdf url(../images/history_icon.png) no-repeat 23% center;
	display: inline-block;
	background-size: 25px;
	color: #1b62ba;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	margin: 5px 0 0 0;
	width: 100%;
	text-align: center;
}
.small .pd_cart a {
	text-align: center;
	background: #dfdfdf url(../images/history_icon.png) no-repeat 15% center;
}
.small_item .p_text .select {
	display: block;
	width: 35%;
	float:left;
}
.small_item .p_text .select select {
	width: 100%;
	text-align-last: center;
	margin: 10px 0 0 0;
}
.small_item .p_text .select select option{
	text-align-last: center;
}
.small_item .p_text .price {
	width: 50%;
	float: none;
	font-size: 15px;
}
.other_pd .small_item .p_text .price  {
	float: none;
	width: 100%;
}
.small_item.small .p_text .price {
	width: 100%;
	float: none;
	font-size: 15px;
}
.small_item .p_text .pd_cart {
	width: 60%;
	float: right;
}
.small_item.small .p_text .pd_cart {
	width: 100%;
	float: right;
}
.small_item .p_text .pd_cart a {
	background: #dfdfdf url(../images/history_icon.png) no-repeat 6% center;
	display: block;
	text-align: center;
	float: none;
	background-size: 25px;
	color: #1b62ba;
	padding: 10px 10px 10px 30px;
	margin: 10px 0;
	font-weight: bold;
	width: 100%;
}
.small_item.small {
	width: 49%;
	background: #eeeeee;
	padding: 5px;
	margin: 1% 1% 1% 0;
}
.small_item.small:nth-child(even){
	margin: 1% 0;
}
.small .pd_pic {
	width: 100%;
	float: left;
}
.small .pd_list {
	float: right;
	width: 100%;
}
.pagelist .sevareainput{
	width:25%;
}
.pagelist p {
	display: inline-block;
	margin: 10px 0;
}
/*產品內頁*/
.products{
	margin:0 0 20px 0;
/*	padding: 0 15px;*/
	clear:both;
	background: none;
}
.flex .products{
	margin: 0;
}
.pd_img{
	width:100%;
	float:none;
	text-align: center;
	margin: 0;
}
.pd_img .swiper-wrapper{
	height: auto;

}
.share {
	margin: 0;
	text-align: left;
	padding: 10px 0 0 0;
}
.share img{
	width:280px;
	border: none
}
.flex .pd_pay .share img {
	width: 39px;
	max-width: 100%;
}
.product_text{
	float:right;
	width:100%;
	font-size: 15px;
}
.pd_information {
	padding: 5px 0 15px 0;
}
.pd_vip a {
	float: left;
	width: 100%;
	color: #fff;
	background: #ff0000;
	text-align: center;
	padding: 8px 5px;
	margin:10px 0;
}
.price_del {
	float: left;
	width: 30%;
}
.pd_price_item .pd_price {
	float: right;
	width: 69%;
	text-align: right;
}
.pd_notice ,.pd_num {
	display: none;
}
.pd_notice ul{
	list-style: disc;
	margin:0 0 0 30px;
}
.pd_notice ul li {
	margin: 5px 0;
	width: 100%;
	float: left;
}
.pd_memo{
	display: none;
}
.pd_text ul{
	margin:10px 0 5px 0;
	list-style: disc;
	padding:0 0 0 20px;
}
.pd_text ul li{
	margin:5px 0;
}
.pd_text .pd_price{
	margin:20px 0 0 0;
}
.price_del{
	margin:10px 0 0 0;
}
.pd_price span{
	font-size: 28px;
	font-family:"Century Gothic";
	font-weight: bold;
}
.pd_btn a{
	display:block;
	margin:15px 0 0 0;
	border:1px #dd771a solid;
	border-radius: 4px;
	background: url(../images/btn_bg.jpg) repeat-x ;
	height: 32px;
	color:#fff;
	font-size: 17px;
	line-height: 30px;
	width: 150px;
	text-align: center;
	width:100%;
}
.pd_btn a:hover{
	background: url(../images/btn_bg_hover.jpg) repeat-x ;
}
.soldout a {
	background: #ccc;
	margin: 0 auto;
	width: 100%;
}
.pd_info #tabscontent{
	padding: 10px 0;
}
#tabscontent ol ,#tabscontent ul{
	padding: 10px 10px 0 30px;
}
.pd_info #tabscontent td {
	padding: 7px 3px;
	line-height: 150%;
	vertical-align: top;
}
.pd_info #tabscontent p, .pd_info #tabscontent h1, .pd_info #tabscontent h2, .pd_info #tabscontent h3, .pd_info #tabscontent h4, .pd_info #tabscontent h5 ,.pd_info #tabscontent h6{
	padding: 5px 10px;
}
.pd_info #tabscontent td p.mobile {
		padding: 0;
}
.pd_info #tabscontent p.mobile{
	display: block;
}
.other_pd{
	clear:both;
	margin:10px 0;
	border:none;
}
.other_pd .swiper-wrapper{
	height: auto;
}
.other_pd_tit{
	font-size: 19px;
	font-weight: bold;
	padding:0 15px;
}
.other_pd .small_item {
	width: 100%;
	float: left;
	margin: 10px 20px 20px 0;
}
.other_pd .pd_pic, .other_pd .pd_pic img {
	width: 100%;
	float: none;
}
.other_pd .pd_list {
	float: none;
	width: 100%;
}
.pd_info{
	margin:0 0 20px 0;
}
.pd_info img{
	width:100%;
}
.tab2{
	width:33%;
}
.pd_info #tabs {
	height: 40px;
	overflow: hidden;
	background:none;
}
.pd_info #tabs > ul {
	list-style: none;
}
.pd_info #tabs > ul > li a {
	width: 33%;
	border:1px #f8f8f8 solid;
	font-size: 15px;
}
.sale_item {
	width: auto;
	float: none;
	clear: both;
	margin: 15px;
}
.sale_text ul ,.sale_text ol{
	margin: 10px 0 10px 22px;
}

.sale_text {
	padding: 15px;
}
.note{
	margin:15px;
	text-align: left;
	font-size: 14px;
	word-break: break-all;
}
.note p.inline{
	display: block;
	margin: 0 0 10px 0;
	line-height: 150%;
	padding: 0 10px;
}
.note p.inline:last-child{
	border-right: none;
}
.width40{
	width:50%;
}
.widthauto{
	width: auto;
}
.qa_tit {
	border-left:none;
	padding: 0 5px;
}
.qa_text{
	max-height: 100px;
	height:auto;
}
.qa_text:nth-child(even){
	background: #fff;

}
p.qa_list{
	border-left: none;
	line-height: 170%;
	padding: 8px;
}
.qa_list.computer{
	display: none;
}
.pd_info #tabscontent p.qa_list{
	min-width: 13%;
	line-height: 150%;
	padding:3px 8px;
	color:#666666;
	float:left;
	display: inline-block;
	border-left:none;
}
.pd_info #tabscontent p.qa_list.computer{
	display: none;
}
.all_event {
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}
.all_event_tit {
	max-width: 100%;
	width: 100%;
}
.all_event_tit span {
	display: block;
	text-align: center;
	width: 100%;
}
.all_event_list {
	margin: 10px 0;
	flex: none;
	display:none;
}
.all_event_list.open{
	display: block;
}
.event_more_computer{
	display: none;
}
.event_more_mobile {
	display: inline-block;
	cursor: pointer;
	display: inline-block;
	color: #fc87b0;
	padding: 0;
	float: right;
}
.all_event_list.open {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.all_event_list p {
	margin: 0 5px 0 0;
	width: 48%;
	font-size: 12px;
}
/*-----成分說明-----*/
.ingredient_item{
	margin:20px 15px;
}
.snCategory {
	margin: 0px auto 20px auto;
	display: block;
	width: 92%;
}
select#pSelect {
	width: 100%;
	font-size: 16px;
	color: #fff;
	height: 50px;
	padding: 0 0 0 10px;
	margin: 0 auto;
	outline: none;
	background: #393 url(../images/w_select.png) no-repeat right;
}
select#pSelect option {
	padding-top: 10px;
	padding-bottom: 10px;
}
.common_area .banner_link img {
   width:auto;
   margin: 10px;
}
.common_area .link_img img {
	width: auto;
	margin:10px auto;
}
.common_tit{
	font-size: 19px;
}
.common_tit span{
	display: block;
}
.link_img {
	margin: 0 10px 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.link_text {
	width: 100%;
	float: left;
}
/*-----網站地圖-----*/
.sitemap_list ul li {
	min-width: 14%;
	border-right:none;
}
/*-----最新消息-----*/
.news_tit2 {
	min-width: 10%;
	border-left:none;
	padding: 0 6px;
}
.news_list {
	min-width: 10%;
	padding: 5px 6px;
	line-height: 150%;
	border-left: none;
}
.news_i_content{
	padding:25px 0;
}
.news_i_content ul, .news_i_content ol {
	padding: 0 0 0 30px;
}
.news_i_content td{
	padding: 0 15px;
}
.news_text {
	min-height: 45px;
	height:auto;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.common_area .news_text img,.common_area .news_btn img{
	width: auto;
}
.width66 {
	width: 52%;
	padding-left:5px;
}
.news_list.floatright{
	float:right;
}
.news_tit2.floatright{
	float:right;
}
/*-----醫藥達人-----*/
.doctor.banner_m{
	margin: 0;
}
.doctor_area{
	margin:10px 0 20px 0;
	font-size: 16px;
}
.doctor_tit2 {
	background: #AA43A2;
	min-width: auto;
	width:100%;
	padding: 10px 10px;
	line-height: 150%;
	color: #fff;
	float: left;
	text-align: left;
	display: inline-block;
	min-height:62px;
}
.doctor_text {
	border-bottom: none;
	padding: 10px 5px;
}
.doctor_list {
	min-width:33%;
	padding: 3px 8px;
	line-height: 150%;
	color: #666666;
	float: left;
	display: inline-block;
	border-left: none;
}
.doctor_list.width42 {
	width: 100%;
}
.tel {
	width: auto;
}
.hospital {
	width: auto;
}
.d_name{
	font-weight: bold;
	width:auto;
}
.doctor_list.doctor_img{
	width:45%;
}
.doctor_r{
	width:54%;
	float:right;
}
.width42 {
	width: 100%;
	text-align: left;
}
/*-----醫藥達人內頁-----*/
.doctor_i_text ul li {
	font-size: 15px;
}
.doctor_i_area {
	border: none;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
	padding: 6px;
}
.doctor_i_area span{
	line-height: 150%;
}
.doctor_i_area  td {
	width: 12%;
	padding: 5px;
}
.doct_img {
	width: 100%;
	float: none;
}
.doctor_i_text {
	margin: 20px 0;
	width: 100%;
	float: none;
}
.table th {
	background: #ff962d;
	font-size: 15px;
	padding: 3px;
}
.table .time {
	padding: 5px;
	font-size: 15px;
}
.table td span {
	font-size: 17px;
}
.common_area .doctor_next img{
	width:auto;
}
/*-----聯絡我們-----*/
.contact_item ul li {
	border-bottom:none;
	margin: 0;
	padding:0;
}
.common_area p{
	font-size: 15px;
}
.common_area p.con_text {
	width: 100%;
	margin:10px 0 0 0;
}
.contact_item ul.contact_list{
	margin: 20px 0 0 0;
}
.contact_item ul.contact_list li{
	margin: 0 0 5px 0;
	line-height: 150%;
}
.common_area .contact_list img {
	max-width: 100%;
	width: 26px;
}
/*-----交易安全-----*/
.safety{
	width:100%;
	text-align: center;
}
.safety td{
	padding:5px 3px;
	text-align: left;
}
.safety_tit{
	font-weight: bold;
	width:38%;
}
/*-----購物問與答-----*/
.faq_item{
	margin:20px 15px;
}
#qaContent ul.accordionPart{
	margin: 10px 0 20px 0;
}
.know_item .know_tit span {
    padding: 0 0 0 40px;
    display: block;
    margin: 2px 0 0 0;
}
/*-----熱門討論區-----*/
.discuss_tit {
	border-left: 5px solid #00a2ff;
	padding: 0 0 0 20px;
	width: 100%;
	float: left;
}
.discuss_tit2 {
	min-width: 10%;
	border-left:none;
	padding: 0 6px;
}
.discuss_list {
	min-width: 10%;
	padding: 5px 6px;
	line-height: 150%;
	border-left: none;
}
.discuss_text {
	min-height: 45px;
	height:auto;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.common_area .discuss_text img{
	width: auto;
}
.width66 {
	width: 52%;
	padding-left:5px;
}
.discuss_edit {
	width: 100%;
}
.discuss_item {
	margin: 20px 0;
	font-size: 15px;
}
/*-----熱門討論區(內頁)-----*/
.d_i_tit2{
	width: 100%;
}
.common_area .d_i_list img{
	width: auto;
	max-width: 100%;
}
.discuss_16 {
	width: 35%;
}
.discuss_i_text {
	width: 50%;
}
/*-----綜合資訊-----*/
.about_tit2 {
	font-size: 21px;
}
.common_item{
	margin:20px 10px;
}
.common_area img{
	width:100%;
}
.pagelist {
	margin: 20px 0;
}
/*影音*/
.movie_img {
	width: 100%;
	display: block;
	margin:0 15px 20px 0;
}
.movie_img img{
	width:100%;
}
#moive{
	width:100%;
	height:160px;
}
/*-----產品分類-----*/
#category_item, .category_item {
	margin:20px 0;
}
.category_list a {
	border-bottom: 1px #ccc solid;
	padding: 10px 0px 10px 20px;
	background: url(../images/arrow.png) no-repeat 98% center;
	font-size: 17px;
	color:#535353;
	display:block;
	font-weight: bold;
}
.back_list a {
	display:block;
	color:#fff;
	border-bottom: 1px #f0f0f0 solid;
	padding: 10px 15px 10px 30px;
	margin:20px 0;
	font-size: 17px;
	background:#393 url(../images/arrow_left.png) no-repeat 3% center;
}
ul.categoryPart li a{
	border-bottom: 1px #f0f0f0 solid;
	padding: 10px 15px;
	font-size: 15px;
	color: #969494;
	display:block;
}
ul.categoryPart li.last{
	border-bottom: none;
}

/*登入頁 /電子報*/
.login {
	margin: 70px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}
.login_item{
	margin:15px 0 0 0;
	border:none;
	font-size: 15px;
}
.login .L ,.login .R {
	float: none;
	width: 100%;
	display: block;
	padding:0 ;
}
.login .L {
	background:none;
	margin:0 0 15px 0;
}
.login .R {
	margin: 15px 0 0 0;
	padding: 0 0px 15px 0px;
}
.login .L ul, .login .R ul {
	margin: 8px 20px 0px 20px;
	padding: 0;
}
.inline_block{
	display: inline-block;
}
.margin ,.forget{
	display: block;
	margin:5px 0;
}
.forget{
	margin:10px 0 5px 0;
	text-decoration: underline;
}
.sevareainput{
	margin: 5px 6px 5px 0;
	padding: 4px 10px;
	height: 35px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	width:100%;
}
.sevareainput.widthauto{
	width: auto;
}
img#confirm_image{
	margin:5px 0;
}
.l_btn {
	margin: 20px;
}
.l_btn a {
	margin: 0 20px 20px 0;
	width: 100%;
}
a.login_btn ,  a.fb_btn  ,  a.e_btn ,a.sign_btn {
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	display: inline-block;
}
a.login_btn, a.sign_btn {
	float: left;
	margin: 0 5px 0 0;
	display: block;
	width: 47%;
}
a.fb_btn {
	width: 96%;
}
a.sign_btn{
}
a.fb_btn span{
	font-size: 21px;
}
.login_text{
	font-size: 15px;
	padding:0 20px;
	line-height: 150%;
}
/*忘記密碼*/
.password_L{
	width:100%;
	padding:15px 10px;
	font-size: 15px;
}
.password_L ul li{
	padding:10px 0px;
}
.password_btn {
	width:100%;
	margin: 15px 0;
	text-align: center;
}
.ps_btn{
	width:100%;
}
.password_L .sevareainput{
	width:auto;
}
/*註冊*/
.sign{
	margin:0px 20px 10px 0px;
	padding:15px;
}
.sign_text{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
	margin:0 auto;
}
.sign_text p{
	margin:5px 0;
}
.sign_list{
	width:100%;
	margin:20px auto;
}
.sign_list ul li{
	margin:10px 0;
}
.sign_list p a{
	color:#08652d;
}
.red_memo {
	display: inline-block;
	margin: 10px 0;
	color: #F00;
	line-height: 150%;
}
.red_memo.mb {
	float: right;
	display: inline-block;
	margin: 0;
}
.red_memo.computer{
	display: none;
}
a.submit {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	padding: 5px 50px 5px 50px;
	color: #fff;
	border-radius: 4px;
	display: block;
	background: #ade17c url(../images/login_btn.png) repeat-x bottom left;
	border: 1px #98cf67 solid;
	margin: 20px auto;
	width: 60%;
}
/*購物車頁面*/
.one_area{
	margin: 65px 0px 10px 0px;
	padding: 0px 0px 65px 0px;
}
.one_item{
	margin: 15px 0 0 0;
	border: none;
	font-size: 15px;
}
.steps-list li{
	display: none;
}
.steps-list li.current{
	display: block;
	width: 100%;
	height: auto;
}
/*購物車項目*/
.cart_item {
	margin: 12px;
}
.cart_tit{
	display:none;
}
.cart_list {
	font-size: 15px;
	margin: 10px 0 15px 0;
}
.cart_block{
	margin:20px 0;
	border-bottom: 1px #ccc solid
}
.cart_area{
	width:60%;
}
.cart_tit div , .cart_list div{
	float:left;
	line-height: 150%;
	text-align: center;
	margin:5px 0;
}
.cart_list div.cart_no, .cart_tit div.cart_no {
	width: 100%;
	text-align: left;
}
.cart_list div.cart_name ,.cart_tit div.cart_name{
	width:100%;
	text-align: left;
	margin:0;
}
.cart_list div.cart_bonus{
	width:100%;
}
.quantity-number .cart_select{
	width:100%;
}
.cart_name p {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	line-height: 150%;
	float: right;
	margin: 0 0 0 8px;
}
.cart_list div.cart_img, .cart_tit div.cart_img {
	width: 40%;
	float: left;
	position: relative;
}
.cart_num{
	width:24%;
	color: #000;
}
.cart_list div.cart_num{
	text-align: left;
	width:100%;
}
.cart_list div.cart_price, .cart_list div.cart_money, .cart_list div.cart_total{
	width: 100%;
	text-align: left;
}
.cart_list div.cart_total{
	color:#f00;
	font-weight: bold;
	text-align:left;
	font-size: 17px;
}
.cart_list div.cart_del{
	text-align:right;
	width:100%;
	display: block;
	padding: 0 15px 0 0;
}
.cart_msg {
	font-size: 17px;
	margin:0;
	padding: 0 15px;
}
.total {
	padding: 0;
	background: #fff;
}
.total_L ,.total_R{
	margin:0;
	padding:0;
	background: #fff;
	width:100%;
	float: none;
}
.total_L{
	margin:15px 0 0 0;
}
.total_L .total_list ,.total_R .total_list{
	text-align: right;
	margin:0 0 10px 0;
}
.total_list{
	margin:10px;
	text-align:right;
	font-weight: bold;
	font-size: 17px;
}
.total_list div{
	display:inline-block;
}
.money{
	min-width:80px;
}
.cart_2  .cart_list div .cart_num, .cart_2 .cart_list div.cart_money, .cart_2 .cart_list div.cart_total {
	width: 100%;
}
.add_item {
	margin: 15px 0;
}
.add_item .small_list {
	clear: both;
	margin: 15px 0px;
	padding: 0;
}
.add_item .small_item {
	width: 47%;
	float: left;
	padding: 5px;
	margin: 1% 3% 1% 0;
}
.add_item .small_item.small{
	border:none;
	margin: 2% 1.5%;
}
.add_notice{
	text-align: left;
}
.add_notice p{
	line-height: 180%;
}
.add_item .small_item .p_tit {
	height: 70px;
}
.checkbox{
	display:block;
	margin:10px 0;
}
.common_btn {
	margin: 10px 0;
}
.common_btn a{
	font-size: 17px;
	margin:10px 0;
	width:100%;
}
.common_btn a:hover{
	color:#fff;
}
.float_right{
	float:right;
}
.pay_item {
	padding: 0;
}
.pay_item textarea{
	padding: 10px;}
}
.order_info {
	width: 100%;
	padding:10px 0;
}
.data li{
	font-size: 17px;
	line-height: 150%;
}
.data li p{
	font-weight: bold;
}
#zip_address{
	line-height: 150%;
}
.pay ul {
	margin: 10px 0px 15px 0px;
}
.pay_img img{
	display: block;
	margin:10px auto;
}
.pay_img.computer{
	display: none;
}
.pay_memo {
	margin:10px 0;
	display: block;
}
.card_msg{
	margin:10px 0;
	font-size: 15px;
}
ul.font_16 input[type="radio"]+label ,ul.font_16 input[type="checkbox"]+label{
	font-size: 16px;
}
/*會員中心*/
.member_block {
   display: none;
}
.member_item {
	margin: 0 15px 30px 15px;
	word-break: break-all;
}
.mobile_order {
	padding: 0;
	border: 1px#ccc solid;
	margin: 10px 0 15px 0;
	background: #f8f8f8;
}
.member_tit{
	display:none;
}
.m_member_tit {
	display: block;
	width: 38%;
	float: left;
	background: #f8f8f8;
	padding: 0 5px;
}
.m_member_tit .m_tit {
	float: left;
	margin: 0;
	width: 100%;
	padding: 6px 3px;
	border-bottom: none;
	font-weight: bold;
 }
.member_area {
	font-size: 16px;
	padding: 0px 0;
	text-align: center;
	margin:0;
	width: 62%;
	float: left;
	background: #fff;
}
.m_text{
	float:none;
	margin:0;
	width: 100%;
	padding:6px 10px;
	text-align:left;
	font-size: 15px;
}
.m_text a{
	font-size: 15px;
}
.cart_list div.cart_name_order {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0;
}
.cart_list div.cart_area.order_100 {
	width: 100%;
}
.cart_list div.cart_area.order_100 .cart_num , .cart_list div.cart_area.order_100 .cart_money,
.cart_list div.cart_area.order_100 .cart_total {
	width: 100%;
}
.cart_name_order a {
	color: #000;
}
.cart_list div.cart_name_order p {
	width: 100%;
}
.cart_list .cart_area{
	width:50%;
}
.cart_list .cart_area.order_100{
	width:100%;
}
/*電子發票*/
.e-invoice_tittle_02,.e-invoice_tittle_03,.e-invoice_tittle_03_2, .e-invoice_tittle_04,.e-invoice_tittle_05,.e-invoice_tittle_06,.e-invoice_tittle_07,.e-invoice_tittle_08{
	width:100%;
	height:45px;
	float:left;
}
.e-invoice_tittle_02{
	background:url(../images/invoice/e-invoice-tittle02.jpg) no-repeat;
	margin:10px 0;
}
.text_space_ul{
	padding:0;
	float:left;
	display:block;
	line-height:2em;
	width:100%;
	background-color:#fff;
	color:#898989;
}
.e-invoice_margin-top{
	margin-top:10px;
	text-align:left;
}
.space40{
	height:40px;
	float:left;
	width:100%;
	background-color:#fff;
}
.e-invoice_tittle_03_2{
	width:98%;
	height:250px;
	background:url(../images/invoice/e-invoice-tittle03-2.jpg) no-repeat;
	background-size: contain;
	margin:30px 5px 30px 5px;
}
.blue_bg{
	background-color:#25cad3;
	color:#FFF;
	height:30px;
}
/*禮卷*/
.ticket_item{
	border: none;
	background-color: #ffffff;
	margin:15px auto;
	width:100%;
}
.m_ticket{
	border: 1px #cdcdcd solid;
	margin:0 0 10px 0;
}
.ticket_th{
	display: none;
}
.m_th{
	display:block;
	float:left;
	width:35%;
	background: #efefef;
}
.m_th .t_tit{
	float:none;
	display: inline-block;
	margin:5px 12px;
	font-size: 15px;
	font-weight: bold;
	width:100%;
}
.ticket_tr,.ticket_tr2{
	background-color: #ffffff;
	padding:0;
	float:right;
	width:62%;
}
.t_text {
	float: none;
	display: inline-block;
	margin: 5px 12px;
	font-size: 15px;
	width: 100%;
 }
 /*紅利*/
.bonus_item{
	border: none;
	background-color: #ffffff;
	margin:20px auto;
	width:100%;
}
.bonus_word {
	color: #f00;
	width: 92%;
	margin: 0 auto 15px auto;
	font-size: 17px;
}
.bonus_tr.bonus_th ,.bonus_tr.bonus_th .b_cell{
	display:none;
}
.bonus_tr {
	display: block;
	margin: 10px 0;
	border: 1px solid #efefef;
	padding: 10px;
}
.b_cell  {
	display: block;
	line-height: 150%;
	padding: 0;
	text-align: left;
	clear: both;
}
.b_cell:before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	width: 60px;
	display: inline-block;
	color: #000000;
	padding: 5px 10px 5px 0;
}
.bonus_memo{
	width:96%;
}
/*退貨*/
.return_item{
	margin:15px;
	line-height: 150%;
}
.return_tit {
	display: none;
}
.return_box{
	width:10%;
}
.return_tit div.return_name, .return_list div.return_name{
	text-align: left;
	margin:0 0 10px 0;
}
.return_name{
	width:90%;
}
.return_name a {
	color: #000;
}
.return_list div.return_num{
	width:50%;
	margin: 10px 0;
	text-align: left;
}
.return_list div.return_price{
	width:50%;
	font-weight: bold;
	color:#f00;
	margin: 10px 0;
	text-align: right;
}
.return_backnum{
	width:100%;
}
.return_backnum .quantity-number{
	width:100%;
}
.return_result{
	width:100%;
	margin: 5px 0;
}
.return_explain{
	width:100%;
	margin: 5px 0;
}
.return_block {
	margin: 10px 0;
	border-bottom: 1px #ccc solid;
}
.return_list {
	font-size: 17px;
	margin: 15px 0;
}
.return_list {
	font-size: 17px;
	margin: 15px 0;
}
.r_list{
	width:100%;
}
.r_list img{
	margin:0 5px 0 0 ;
}
.r_list .r_1, .r_list .r_2 ,.r_list .r_3{
	margin: 0 0 10px 0;
	width: 100%;
}
.r_list .r_1 div, .r_list .r_2 div ,.r_list .r_3 div{
	margin:15px 0;
}
/*客服*/
.record_tit {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 3px solid #08652d;
	padding: 10px 0;
	margin:20px 0;
}
.record_list {
	font-size: 15px;
	margin: 20px 0;
}
.record_tit div, .record_list div {
	float: left;
	line-height: 150%;
	padding:0 10px;
	text-align:center;
}
.record_list div{
	text-align: left;
}
.record_order{
	width:20%;
}
.record_name{
	width:55%;
}
.record_list div.record_name{
	text-align: left;
}
.record_num {
	width: 20%;
}
.record_block {
	margin: 20px 0 40px 0;
	border-bottom: 1px #ccc solid;
}
.record_catagory {
	width: 20%;
}
.record_tit div.record_content,.record_list div.record_content{
	text-align: left;
}
.record_content {
	width: 45%;
}
.record_time {
	width: 30%;
}
.record_answer{
	background: #ececec;
	padding: 10px 0;
}
.record_answer div{
	float: left;
	line-height: 150%;
	text-align:left;
	padding: 0 10px;
}
.record_answer div.record_content{
	text-align: left;
}
.ask_btn{
	text-align:right;
}
.ask_btn a {
	font-size: 15px;
	background: #393;
	color: #fff;
	display: inline-block;
	text-align:right;
	padding: 8px;
}
.ask_title{
	float:left;
	width:30%;
	text-align: left;
}
.ask_list{
	width:70%;
	float:left;
}
textarea.sevareainput {
	height: 200px;
}
/*搜尋頁*/
.serch_word{
	color:#393;
	display:inline-block;
	font-size: 17px;
	padding:0 0 0 25px;
	background: url(../images/arrow.png) no-repeat left top;
	background-size: 18px;
}
.search_item{
	margin:5px 0;
	padding:10px 15px;
	background: #f8f8f8;
}
.all_item{
	display: inline-block;
	margin:10px 0;
}
.total_page{
	display: inline-block;
	margin:10px 0;
}
.s_margin{
	margin:0 15px;
}
.s_product_50{
	width:auto;
	float:left;
	margin:0 15px;
}
.s_product_50 .small_item {
	width: 46%;
}
.s_news_100{
	width:auto;
	margin:20px 15px;
}
.s_news{
	width:auto;
	float:left;
	margin:0 15px;
}
.s_news ul,.s_movie ul{
	margin:15px 0;
}
.s_news ul li a, .s_movie ul li a{
	font-size: 17px;
}
.s_news ul li a:hover,.s_movie ul li a:hover{
	background:#FFD;
}
.s_movie{
	width:auto;
	float:right;
	margin:0 15px;
}
.s_movie p{
	display: inline-block;
	width: 70%;
}
.pd_pay .six {
	line-height: 150%;
	padding: 0 15px;
	margin: 10px 0;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.six span{
	display: inline-block;
	margin: 0 0 5px 0;
}
div#rndShareBtn {
	padding: 10px 15px 0 15px;
	text-align: center;
}
.pd_else {
	float: none;
	margin: 0 15px 15px 15px;
}
.six_img{
	display: inline-block;
	float: left;
	margin: 10px 0 0 0;
}
.shopee{
	width: 45%;
	float: right;
	display: inline-block;
}
.shopee img{
	max-width: 100%;
}
.six_img img{
	max-width: auto;
	max-height: 23px;
}
.pd_click, .flex .pd_click, .down .pd_click,.click.fixed .cart,.click{
	display: none;
}
#check_bill_box1 {
	margin: 10px 0 0 0;
	padding: 15px 0;
}
#check_bill_box1 ul {
	padding: 20px;
}
#check_bill_box1 p.bill_tit {
	font-size: 19px;
	border-bottom: none;
	margin: 0;
	font-weight: bold;
}
#check_bill_box1 ul li {
	border-bottom: 1px #efefef solid;
	padding: 0 0 10px 0;
}
#check_bill_box1 ul li img{
	height: 30px;
}
@media screen and (max-width:480px) {
	.flexx-show {
		width: 50%;
	}
	.flex-ul {
		flex-direction: column;
	}
	button.green_btn {
		width: 100%;
		height: 37.5px;
	}
	.common_btn.order_btn.btn_flex {
		align-items: center;
	}
}
@media screen and (max-width:414px) {
	.add_item .small_item .p_tit {
		height: 92px;
	}
	.small_item .p_tit {
		height: 94px;
	}
	a.green_btn, a.blue_btn, a.gray_btn, a.fb_btn, a.red_btn, button.green_btn {
		padding: 5px 20px;
	}
	.flexx-show {
		width: 100%;
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width:375px) {
	.pd_item .p_tit {
		height: 96px;
	}
	.view .swiper-container {
		width: 100%;
		height: 355px;
	}
	.share_m img{
		margin:0 3px;
	}
	.add_item .small_item .p_tit {
		height: 114px;
	}
	.small_item .p_tit {
		height: 96px;
	}
	.six_img {
		margin: 10px 10px 0 0;
	}
	.six_img img{
		max-height: 22px;
	}
	.shopee {
		width: 56%;
	}
}
@media screen and (max-width:360px) {
	input[type="radio"]+label {
		width: 13px;
		height: 13px;
	}
	input[type="radio"]+label {
		margin-right: 2px;
	}
	.note {
		font-size: 13px;
	}
	.note p.inline {
		padding: 0 0 0 8px;
	}
	.six_img img {
		max-height: 22px;
	}
	#check_bill_box1 p.bill_tit {
		font-size: 18px;
	}
	#check_bill_box1 ul li img {
		height: 21px;
	}
	.pd_pay .six{
		font-size: 15px;
	}
}
@media screen and (max-width:320px) {
	.cart_item{
		margin: 10px;
	}
	.radio-name{
		font-size: 15px;
	}
	.add_item .small_item .p_tit{
		height:118px;
	}
	.small_item.small .p_text .price {
		font-size: 14px;
	}
	.logo_m {
		width: 170px;
	}
	.share_m img {
		margin: 0 2px;
	}
	.view .swiper-container {
		width: 100%;
		height: 300px;
	}
	.note {
		font-size: 12px;
	}
	.note p.inline {
		padding: 0 0 0 5px;
	}
	.common_area .banner_link img {
	   width:auto;
	   margin: 2px;
	}
	.record_order {
		width: 25%;
	}
	.record_name {
		width: 50%;
	}
	.record_num {
		width: 25%;
	}
	.record_catagory {
		width: 25%;
	}
	.record_content {
		width: 38%;
	}
	.record_time {
		width: 37%;
	}
	.check_text .red_word{
		font-size: 15px;
	}
	.small_item .p_text .pd_cart a {
		background-size: 18px;
		padding: 10px 10px 10px 25px;
		margin: 10px 0;
		width: 100%;
	}
	.m_member_tit .m_tit {
		padding: 6px 0px;
	}
	.small .pd_cart a {
		text-align: center;
		background: #dfdfdf url(../images/history_icon.png) no-repeat 8% center;
	}
	.width40 {
		width: 50%;
	}
	input[type="radio"]+label {
		margin-left: 0;
		font-size: 16px;
	}
	input[type="radio"]+label::before {
		width: 8px;
		height: 8px;
		padding: 7px;
	}
	input[type="radio"]:checked+label:after {
		font-size: 16px;
		height: 8px;
		left: 5px;
		top: 7px;
		width: 8px;
	}
	.pd_pay .six {
		font-size: 15px;
	}
	.shopee {
		width: 38%;
	}
	#check_bill_box1 p.bill_tit {
		font-size: 16px;
	}
	.red_memo{
		font-size: 12px;
	}
	.pd_pay .six {
		font-size: 13px;
	}
}