﻿@charset "utf-8";
/*全域---------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bg02 {
	background: #ebebeb;
	overflow: hidden;
	display: block;
}
h1, h2, h3, h4, h5, h6, p, span, tr, td, div {
	padding: 0;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	line-height: 1.3em;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.8em;
	margin: 0.5em 0;
}
* {
	-webkit-text-size-adjust: none;
}
a {
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
	text-decoration: none;
	font-size: 16px;
}
a:link, a:visited {
	color: #ec437a;  /*20191214 #4a4a4a*/
	text-decoration: none;
}
.myshop_comm_btn_num1 a:link, .myshop_comm_btn_num1 a:visited {/*20211023 myshop*/
	color: #ff7f27;
	text-decoration: none;
}

.myshop_comm_btn_num2 a:link, .myshop_comm_btn_num2 a:visited {
	color: #ff7f27;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2d2d2d;
	outline: none;
	text-decoration: none;
}
em {
	font-style: normal;
}
fieldset, img {
	border: 0;
}
ol, ul, li {
	list-style: none;
	font-size: 16px;
}
abbr, acronym {
	border: 0;
}
.hr02 {
	border-top: 5px dotted #e65f7b;
}
/*小節.小區塊*/
.ind_section {
	display: block;
	margin: 0 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ind_fb_section {
    display: block;
    margin: 0 40px;
    padding-top: 5px;		/*20210117 ming */
    padding-bottom: 30px;
}
@media(max-width:540px) {/*20240929*/
	.display_non {
		display: none!important;
	}
}
@media(max-width:640px) {/*20220814*/
	.display_non2 {
		display: none !important;
	}
}  
 @media(max-width:1160px) {
    .ind_section, .ind_fb_section {/*20210116*/
        margin: 0 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}

@media(max-width:800px) {
    .ind_section_Popularity, .ind_fb_section {/*20210116*/
        display: none;
    }
}
 @media(max-width:900px) {
    .ind_section, .ind_fb_section {/*20210116*/
        margin: 0 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
 @media(max-width:720px) {
    .ind_section, .ind_fb_section { /*20210116*/
        margin: 0 8px;
    }
}
/*內容區-------------------------------------------------------------------------------------*/
.main {
	width: 1366px;
	margin: 0 auto;
}
.main_feed {/* 20220611*/
	width: 1298px;
	margin: 0 auto;
}
 @media(max-width:1300px) {
.main {
	width: 100%;
}
.main_feed {
	width: 100%;
}
}
.pp_main {/*商品獨家頁專用*/
	width: 1366px;/*20200229 1200px*/
	background: #fff;
	margin: 20px auto;
	border-radius: 15px;
}
 @media(max-width:1366px) {
.main {
	width: 100%;
}
.main_feed {
	width: 100%;
}
.pp_main {
	width: 100%;
	margin: 0;
	border-radius: 0;
}
}
.main_m {
	width: 800px;
	margin: 50px auto;
}
@media(max-width:860px) {
.main_m {
	width: auto;
	margin: 30px 15px;
}
}
.main_m2 { /*20241002*/
	width: auto;
	margin: 50px auto;
}

@media(max-width:860px) {/*20241002*/
	.main_m2 {
		width: auto;
		margin: 30px 15px;
	}
}
.main_d { /*20240120*/
	width: 900px;
	margin: 5px auto 0px;
}

@media(max-width:860px) {
	.main_d {
		width: auto;
		margin: 30px 15px;
	}
}
.all_bg {
	display: block;
	background: #f1f1f1;
	padding-top: 50px;
}
.all_bg2 {/*20191009*/
    display: block;
    padding-top: 50px;
}
/*標題------------------------------------------------------------------------------------------------------*/
.title_box {
	text-align: center;
	display: block;
	position: relative;
}
.title_main {
	font-size: 48px;
	color: #434343;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.title_main2 {			 /*20210124 ming */
	font-size: 22px;
	color: #434343;
	line-height: 1em;
}
.title_main3 { /*20221008 */
	font-size: 30px;
	color: #434343;
	line-height: 1em;
}
.arrow_down {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1em;
}
.title_sub {
	display: block;
	margin-bottom: 1em;
	margin: 1em 1%;
}

.title_sub h1 {/*20210523*/
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #434343;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

.title_sub h2 {
	display: inline-block;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #434343;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	border-bottom: 1px #ec437a solid;
}
@media(max-width:1160px) {
.title_main {
	font-size: 36px;
}
.title_main2 {
	font-size: 17px
}

.title_main3 {
	font-size: 23px
}
.title_sub h1 {/*20210523*/
    font-size: 26px;
  }
.title_sub h2 {
	font-size: 22px;
}
}
 @media(max-width:900px) {
.title_main {
	font-size: 32px;
}
.title_main2 { /*20221119*/
	font-size: 15px
}

.title_main3 {
	font-size: 20px
}
.title_sub h1 {/*20210523*/
    font-size: 24px;
  }
.title_sub h2 {
	font-size: 18px;
}
}
@media(max-width:640px) {
  .title_main {
	font-size: 28px;
  }
.title_main2 { /*20221119*/
	font-size: 13px
}

.title_main3 {
	font-size: 18px
}
  .title_sub h1 {/*20210523*/
    font-size: 22px;
  }
}
@media(max-width:480px) {
.title_main {
	font-size: 24px;
}
.title_main2 { /*20221119*/
	font-size: 11px
}

.title_main3 {
	font-size: 15px
}
}
.title_center,
.title_left{/*20210523*/
	text-align: center;
	display: block;
	margin-bottom: 1.5em;
}
.title_left {/*20210523*/
  text-align: left;
  margin-bottom: 1em;
}

.title_center h1,
.title_center h2,
.title_center h3,
.title_center h4,
.title_center h5,
.title_left h1,
.title_left h2,
.title_left h3,
.title_left h4,
.title_left h5 {/*20210523*/
  display: inline-block;
  font-size: 32px;
  position: relative;
}

.title_center h2,
.title_left h2 {
  font-size: 28px;
}
.title_center h3,
.title_left h3 {
  font-size: 24px;
}
.title_center h4,
.title_left h4 {
  font-size: 20px;
}
.title_center h5,
.title_left h5 {
  font-size: 18px;
}

.title_center h1:before,
.title_center h2:before,
.title_center h3:before,
.title_center h4:before,
.title_center h5:before {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  margin-left: -0.5em;
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #333;
  content: "";
}
@media (max-width: 1160px) {/*20210523*/
  .title_center h1,
  .title_left h1 {
    font-size: 30px;
  }
  .title_center h2,
  .title_left h2 {
    font-size: 26px;
  }
  .title_center h3,
  .title_left h23 {
    font-size: 22px;
  }
  .title_center h4,
  .title_left h4 {
    font-size: 18px;
  }
  .title_center h5,
  .title_left h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {/*20210523*/
  .title_center h1,
  .title_left h1 {
    font-size: 28px;
  }
  .title_center h2,
  .title_left h2 {
    font-size: 24px;
  }
  .title_center h3,
  .title_left h3 {
    font-size: 20px;
  }
  .title_center h4,
  .title_left h4 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {/*20210523*/
  .title_center h1,
  .title_left h1 {
    font-size: 26px;
  }
  .title_center h2,
  .title_left h2 {
    font-size: 22px;
  }
  .title_center h3,
  .title_left h3 {
    font-size: 20px;
  }
  .title_center h4,
  .title_left h4 {
    font-size: 18px;
  }
}
/*文字顏色-----------------*/
.text-pink {
	color: #ee6c91 !important;
}
.text-orange { /*20211013 myshop_text-pink*/
	color: #ff7f27 !important;
}
.text-blue {
	color: #1a7ccf !important;
}
.text-green {
	color: #629519 !important;
}
.text-red {
	color: #f32341 !important;
}
.text-dimgray {/*20210523*/
	/*暗灰*/
	color: #696969 !important;
}
/*醒目小標題--------------*/
.obvious_title, .obvious_title_green, .obvious_title_blue, .obvious_title_golden, .obvious_title_red {
	background: #ffd0ca;
	display: inline-block;
	padding: 0 4px;
	margin-right: 5px;
	border-radius: 4px;
	color: #fff !important;
}
.obvious_title_green {
	background: #99c15f;
}
.obvious_title_blue {
	background: #1a7ccf;
}
.obvious_title_golden {
	background: #ff9c32;
}
.obvious_title_red {
	background: #f94859;
}

/*page_title-h1-----------*/
.page_title {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
.page_title i {
	color: #ff699a;
	font-size: 0.75em;
	padding: 0.25em;
	vertical-align: middle;
	line-height: 1.5em;
}
.page_title h1 {
	display: inline-block;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #434343;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
@media(max-width:1160px) {
  .page_title h1 {
	font-size: 32px;
  }
}
@media(max-width:1024px) {
  .page_title h1 {
	font-size: 28px;
  }
}
@media(max-width:480px) {
.page_title h1 {
	font-size: 24px;
}
}
/*page_title-h2-----------*/
.page_title h2 {
	display: inline-block;
	font-size: 28px;
	letter-spacing: 0.05em;
	color: #ee6c91;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
@media(max-width:1160px) {
  .page_title h2 {
	font-size: 32px;
  }
}
@media(max-width:1024px) {
  .page_title h2 {
	font-size: 28px;
  }
}
@media(max-width:480px) {
.page_title h2 {
	font-size: 24px;
}
}
/*page_title--h3-------------*/
.page_title h3 {
	font-size: 24px;
	color: #ee6c91;
}
@media(max-width:1024px) {
  .page_title h3 {
	font-size: 20px;
  }
}
@media(max-width:640px) {
  .page_title h3 {
	font-size: 18px;
  }
}
/*page_sub_title--------------*/
.page_sub_title_01 {
	font-size: 28px;
	color: #555;
}
.page_sub_title_01 .font_large {
	font-size: 1.2em;
	color: #ee6c91;/*粉紅*/
}
.page_sub_title_02 {
	font-size: 24px;
	color: #ee6c91;
}
/*title_mark---------------*/
.title_mark {
	display: inline-block;
	padding: 2px 10px;
	margin: 0.5em 0;
	color: #fff;
	font-size: 16px;
	background: #ee6c91;
}
@media(max-width:640px) {
  .title_mark {
	font-size: 15px;
  }
}
/*p_title-----------------------------*/


h1.p_title {
	font-size: 48px;
}
h2.p_title {
	font-size: 42px;
}
h3.p_title {
	font-size: 36px;
}
h4.p_title {
	font-size: 32px;
}
h5.p_title {
	font-size: 28px;
}
h6.p_title {
	font-size: 24px;
}
 @media(max-width:1160px) {
h1.p_title {
	font-size: 42px;
}
h2.p_title {
	font-size: 36px;
}
h3.p_title {
	font-size: 32px;
}
h4.p_title {
	font-size: 26px;
}
h5.p_title {
	font-size: 24px;
}
h6.p_title {
	font-size: 22px;
}
}
 @media(max-width:1024px) {
h1.p_title {
	font-size: 32px;
}
h2.p_title {
	font-size: 30px;
}
h3.p_title {
	font-size: 28px;
}
h4.p_title {
	font-size: 24px;
}
h5.p_title {
	font-size: 22px;
}
h6.p_title {
	font-size: 20px;
}
}
 @media(max-width:480px) {
h1.p_title {
	font-size: 26px;
}
h2.p_title {
	font-size: 24px;
}
h3.p_title {
	font-size: 22px;
}
h4.p_title {
	font-size: 20px;
}
h5.p_title {
	font-size: 18px;
}
h6.p_title {
	font-size: 18px;
}
}
/*有上下線條的標題----------------------------------------------------------------------*/
.title_border {
	border: 1px #ffc0c8 solid;
	text-align: center;
	background: #ffe6e9;
}
.title_border h1, .title_border h2, .title_border h3, .title_border h4, .title_border h5 {
	font-weight: bold;
	letter-spacing: 0.025em;
}
.title_border h1 {
	font-size: 28px;
	font-weight: bold;
}
.title_border h2 {
	font-size: 24px;
}
.title_border h3 {
	font-size: 20px;
}
.title_border h4 {
	font-size: 18px;
}
.title_border h5 {
	font-size: 16px;
}
/*上下margin------------------*/
.tb_margin5 {
	margin-top: 5px;
	margin-bottom: 5px
}
.tb_margin10 {
	margin-top: 10px;
	margin-bottom: 10px
}
.tb_margin15 {
	margin-top: 15px;
	margin-bottom: 15px
}
.tb_margin20 {
	margin-top: 20px;
	margin-bottom: 20px
}
.tb_margin25 {
	margin-top: 25px;
	margin-bottom: 25px
}
.tb_margin30 {
	margin-top: 30px;
	margin-bottom: 30px
}
.tb_margin35 {
	margin-top: 35px;
	margin-bottom: 35px
}
.tb_margin40 {
	margin-top: 40px;
	margin-bottom: 40px
}
.tb_margin45 {
	margin-top: 45px;
	margin-bottom: 45px
}
.tb_margin50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
/*左右padding------------------*/
.lr_padding5 {
	padding-left: 5px;
	padding-right: 5px
}
.lr_padding10 {
	padding-left: 10px;
	padding-right: 10px
}
.lr_padding15 {
	padding-left: 15px;
	padding-right: 15px
}
.lr_padding20 {
	padding-left: 20px;
	padding-right: 20px
}
.lr_padding25 {
	padding-left: 25px;
	padding-right: 25px
}
.lr_padding30 {
	padding-left: 30px;
	padding-right: 30px
}
.lr_padding35 {
	padding-left: 35px;
	padding-right: 35px
}
.lr_padding40 {
	padding-left: 40px;
	padding-right: 40px
}
.lr_padding45 {
	padding-left: 45px;
	padding-right: 45px
}
.lr_padding50 {
	padding-left: 50px;
	padding-right: 50px;
}
/*文字加大----------*/
.font_large {
	font-size: 1.2em;
}
/*引用----------------*/
.quote {
	border-left: 3px #ff578a solid;
}
.quote p {
	margin: 0 0 0 0.5em;
	padding: 0;
}
/*框線--------------*/
.border {
	border: 1px #ccc solid;
	border-radius: 3px;
	padding: 10px 5px;
}
.ul01 {
	margin: 0 0 0 2em;
}
.ul01 li {
	list-style: decimal;
}
.ol01 {
	margin: 0 0 0 2em;
}
.ol01 li {
	list-style: circle;
}
.ol02 { /*20220507*/
    margin: 0 0 0 2em;
}

.ol02 li {
    list-style: decimal;
}

/*手機版不顯示 20230909 20231010-------------------------------------------------------------------*/
.nobile_no {
	display: block!important;
}
.nobile_no2 {
	display: inline!important;
}
.nobile_yes {
	display: none!important;
}
@media(max-width:1024px) {
	.nobile_no {
		display: none !important;
	}
	.nobile_no2 {
		display: none !important;
	}
	.nobile_yes {
		display: block !important;
	}
}
/*bootstrap=============================================================================================*/
.form-control {
	padding: 6px 7px; /*20220821*/
	height: 36px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control-auto {
	display: inline-block;
	width: auto;
}
.dropdown-menu {
	padding: 5px;
	margin: 5px 0 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
.dropdown-menu > li {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
/* .dropdown-menu > li:first-child{
	display: block;
} */
.dropdown-menu > li:last-child {
	border: none;
}
.dropdown-menu > li > a {
	padding: 7px 0;
	font-size: 15px;
}
/*btn---------------------------------*/ 
	
.btn_row {
	margin: 30px 0 0 0;
	text-align: center;
	display: block;
}
/*margin------------------------------*/
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.m15 {
	margin: 15px;
}
.m20 {
	margin: 20px;
}
.m25 {
	margin: 25px;
}
.m30 {
	margin: 30px;
}
.m40 {
	margin: 40px;
}
.m50 {
	margin: 50px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
/*bootstrap--------------------------------------------------------------------------------------*/
.form-control {
	padding: 6px 7px;/*20220821*/
	height: 36px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control-auto {
	display: inline-block;
	width: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*top_row=======================================================================*/
.top_row {
	display: block;
	background-color: #333333;
	overflow: hidden;
	padding: 7px 15px 3px 15px;
}
.top_row_left {
	float: left;
}
.top_row_right {
	float: right;
}
@media(max-width:768px) {
.top_row {
	background-color: #acacac;
	padding: 8px 15px 4px 15px;
}
}
/*廠商招幕說明---*/
.top_ul01 {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 2em;
}
.top_row_right .top_ul01 {
	margin-right: 0;
}
.top_ul01 li {
	color: #FFF;
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #d3d3d3;
	vertical-align: top;
}
.top_ul01 li:after {
	content: "|";
	font-size: 12px;
	margin-left: 10px;
	margin-right: 6px;
	vertical-align: top;
	color: #d3d3d3;
}
.top_ul01 li:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}
.top_ul01 li a {
	color: #d3d3d3;
	font-size: 15px;
}
.top_ul01 li a:hover {
	color: #fff;
}
@media(max-width:768px) {
.top_ul01 li {
	color: #FFF;
}
.top_ul01 li:after {
	margin-left: 7px;
	margin-right: 3px;
	color: #fff;
}
.top_ul01 li a {
	color: #fff;
}
}
/*-----------------------------------*/
.top_ul02 {
	display: block;
	float: left;
}
.top_ul02 li {
	display: inline-block;
	margin-right: 1em;
}
.top_ul02 li:last-child {
	margin-right: 0;
}
.top_ul02 li img {
	height: 26px;
	width: auto;
	opacity: 0.8;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	-webkit-transition: 350ms;
}
.top_ul02 li img:hover {
	opacity: 1;
}
@media(max-width:768px) {
#factory_ul {
	display: none;
}
.top_ul02 {
	margin-left: 3.5em;
}
}
 @media(max-width:480px) {
.top_ul02 {
	margin-left: 3em;
}
#factory_ul {
	display: none;
}
.top_ul01 li:after {
	margin-left: 4px;
}
.top_ul02 li {
	display: inline-block;
	margin-right: 0.1em;
}
}
/*logo列===================================================================================================*/
.logo_row {
	position: relative;
	display: block;
	width: 1300px;
	margin: 0 auto;
}
.logo {
	width: 20em;
	float: left;
	padding: 10px 0 0 0;
}
.logo img {
	width: 250px;
	height: auto;
}
#header-area {
	top: 0;
	left: 0;
	margin-left: 20em;
	margin-right: 10em;
	padding-top: 25px;
	display: block;
	vertical-align: middle;
}
#header-area2 {
	top: 0;
	left: 0;
	/*20241123	margin-left: 20em;
	margin-right: 10em;*/
	margin-left: 10em;
	margin-right: 15em;
	padding-top: 25px;
	display: block;
	vertical-align: middle;
}
.logo_row_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10em;
	margin-top: 22px;
	text-align: right;
}
 @media(max-width:1366px) {
.logo_row {
	width: auto;
	margin: 0 15px;
}
}
@media(max-width:1160px) {
.logo {
	width: 15.5em;
}
.logo img {
	width: 224px;
	height: auto;
}
#header-area,#header-area2 {
	margin-left: 16em;
	margin-right: 10em;
}
}
@media(max-width:1024px) {
#header-area,#header-area2 {
	padding-top: 28px;
}
}
@media(max-width:768px) {
.logo_row {
	margin: 0;
}
.logo {
	width: 11em;
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
.logo img {
	width: 100%;
	height: auto;
}
#header-area,#header-area2 {
	margin-left: 0;
	margin-right: 0;
	display: none;
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	float: left;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: 999;
}
.logo_row_right {
	float: right;
	position: static;
	width: auto;/*20250206 20250222 20250618 ming */
	margin-top: 15px;
}
}
@media(max-width:540px) {
.logo {
	width: 10em;
}
#header-area {
	top: 64px;
}
.logo_row_right {
	margin-top: 10px;
}
}
 @media(max-width:375px) {
.logo {
	width: 9em;
}
#header-area {
	top: 62px;
}
.logo_row_right {
	margin-top: 11px;
}
}
/*大搜尋區塊--------------------------------------------------------*/
.top-search {
	width: 100%;
	position: relative;
}
.top-search .top-search_left {/*20210904 商品名/文章內容*/
	float: left;
	width: 9.5em;/*7*/
}
.top-search .top-search_right {
	top: 0;
	left: 0;
	display: block;
	margin-left: 9.7em;/*7.2*/
	vertical-align: middle;
}
.top-search .search01 {
	height: 40px;
	width: 100%;
}
.top-search a {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	color: #fff;
	background: #ec437a;
	height: 40px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottomright-radius: 4px;
	width: 80px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-topright-radius: 4px;
	display: block;
	text-align: center;
}
.top-search a i {
	color: #fff;
	font-size: 20px;
	line-height: 38px;
}
#header-area.show-header-area {
	display: block;
}
@media(max-width:1024px) {
.top-search .top-search_left {/*20210904 商品名/文章內容*/
	width: 9.5em;/*5*/
}
.top-search .top-search_right {
	margin-left: 9.7em;/*5.2*/
}
.top-search .search01 {
	height: 36px;
}
.top-search a {
	width: 60px;
	height: 36px;
}
.top-search a i {
	font-size: 16px;
	line-height: 34px;
}
}
@media(max-width:768px) {
.top-search {
	width: 100%;
}
}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/*小搜尋鈕----------------------------------------------*/
.search_icon {
	display: none;
	text-align: center;
}
.search_icon i, .search_icon span {
	display: block;
	font-size: 15px;
	color: #666;
}
.search_icon i {
	font-size: 20px;
	color: #666;
}
.search_icon span {
	line-height: 2em;
}
 @media(max-width:768px) {
.search_icon {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 1em;
}
}
 @media(max-width:375px) {
.search_icon span {
	line-height: 1.5em;
}
}
/* @media(max-width:480px) {
.search_icon i {
	font-size: 18px;
}
.search_icon span {
	line-height: 1.5em;
	font-size: 14px;
}
} */
/*頭像------------------------------------------------*/
.logo_row_right_item {
	float: right;
}
.user-avatar-box {
	margin-right: 1em;
}
.user-avatar-box img, .user-avatar-box span {
	color: #333;
	float: left;
	opacity: 0.7;
}
.mem-avatar-box span { /*20200502*/
    color: #333;
    display: block;
    line-height: 1.5em;
    font-size: 15px;
    margin-top: -12px;
    margin-left: 100px;
}
.mem-avatar-box { /*20221126*/
	float: right;
	margin-top: 11px;
	color: #333 !important;
	font-size: 15px;
	opacity: 0.7;
}
.user-avatar-box span {
	display: block;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 10px;
}
.user-avatar {
	display: block;
	margin: 0 10px 5px 0;
	border-radius: 23px;
	width: 46px;
	height: 46px;
}
.user-avatar-box:hover img, .user-avatar-box:hover span {
	opacity: 1;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	-webkit-transition: opacity 250ms;
}
.mem-avatar-box:hover span {/*20200502*/
    opacity: 1;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}
.mem-avatar-box:hover { /*20221126*/
	opacity: 1;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	-webkit-transition: opacity 250ms;
}
.user-avatar-box .open .dropdown-menu {
	left: -20px;
	overflow: auto;
	position: absolute;
	float: left;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.user-avatar-box .open .dropdown-menu li {
	border-bottom: 1px #ccc solid;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 0;
	width: auto;
	margin: 0 5px;
}
.user-avatar-box .open .dropdown-menu li:last-child {
	border: none;
}
.user-avatar-box .open .dropdown-menu li a, .open .dropdown-menu li i {
	font-size: 15px;
}
.user-avatar-box .open .dropdown-menu li a:hover {
	background: none;
	font-size: 15px;
	color: #000;
}
.user-avatar-box .open .dropdown-menu li i {
	color: #999;
	padding-right: 0.5em;
	width: 1.2em;
}
@media(max-width:768px) {
.logo_row_right_item {
	float: left;
}
.user-avatar-box {
	margin-right: 0;
}
.user-avatar-box span {
	display: none;
}
.mem-avatar-box span { /*20200502*/
    display: none;
}
.mem-avatar-box { /*20221126*/
        display: none;
    }
.user-avatar {
	margin: 0 10px 0 0;
}
}
 @media(max-width:375px) {
.user-avatar {
	border-radius: 21px;
	width: 42px;
	height: 42px;
}
}
/* @media(max-width:480px) {
.user-avatar-box {
	margin-right: 0.5em;
}
.user-avatar {
	margin: 0;
	border-radius: 19px;
	width: 38px;
	height: 38px;
}
} */
/*登入鈕------------------------------------------------*/
.logo_row_right_item2 {
	float: right;
	margin-top: 3px;
}
.logo_row_right_item2 .btn-default {
	height: 40px;
	border-color: #8a8a8a;
	width: 6em;
	padding-top: 8px;
	font-size: 16px;
}
.logo_row_right_item2 .btn-default:focus, .logo_row_right_item2 .btn-default.focus, .logo_row_right_item2 .btn-default:active, .logo_row_right_item2 .btn-default.active, .logo_row_right_item2 .btn-default:hover {
	color: #ec437a;
	background-color: #fff;
	border-color: #ec437a;
}
@media(max-width:1024px) {
.logo_row_right_item2 {
	margin-top: 6px;
}
.logo_row_right_item2 .btn-default {
	height: 36px;
	padding-top: 6px;
}
}
/*menu===============================================================================================*/

.drawer-menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	width: 1280px;
}
.drawer-menu li {
	display: block;
	float: left;
	width: 15.5%;
}
.drawer-menu li:nth-child(3), .m_menu li:nth-child(4) {
	width: 19%;
}
.drawer-menu li a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 10px 0;
	letter-spacing: 0.1em;
}
.drawer-menu li:hover {
	background-color: #de326a
}
@media(max-width:1280px) {
.drawer-menu {
	width: 100%;
}
}
 @media(max-width:1160px) {
.drawer-menu li a {
	font-size: 16px;
}
}
 @media(max-width:960px) {
.drawer-menu li a {
	letter-spacing: 0.05em;
}
}
 @media(max-width:768px) {
.drawer-menu {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	display: block;
}
.drawer-menu li {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.drawer-menu li:nth-child(3), .m_menu li:nth-child(4) {
	width: auto;
}
.m_menu > li:first-child {
	display: none;
}
.drawer-menu li::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
}
.drawer-menu li a {
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: 0.1em;
}
.drawer-menu li:hover {
	background: #fff;
}
.drawer-menu li a:hover {
	background: #f1f1f1
}
.drawer-sub-menu {
	display: block;
	border-left: 1px solid #ccc;
	margin-left: 1.5em;
}
.drawer-sub-menu li::before {
	content: "";
}
.drawer-sub-menu3 {
	display: block;
	margin-left: 1.5em;
}
.drawer-sub-menu3 li::before {
	content: "\f105";
}
}
 @media(max-width:540px) {
.drawer-menu {
	margin: 0 0 0 25px;
}
.drawer-menu li a {
	padding: 4px 10px;
}
}
/*手機版-------------------------------------------------------------------------------------*/
.mobile_logo, .user-avatar-box2, .title_row, .drawer-sub-menu, #factory, #community, #lang02 {
	display: none;
}
.mobile_arrow { /*20221210*/
	display: none;
	color: #fff;
	background: #ff7696;
	border-radius: 15px;
	font-size: 18px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: normal;
}
 @media(max-width:768px) {
.drawer-box {
	text-align: left;
	margin: 15px 0 30px 0;
	display: block;
}
.mobile_logo {
	margin-left: 20px;
	display: block;
	text-align: left;
}
.mobile_logo img {
	width: 220px;
}
.user-avatar-box2 {
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
}
.user-avatar-box2 .user-avatar {
	display: inline-block;
	margin: 0 10px 5px 0;
	border-radius: 23px;
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.user-avatar-box2 span {
	display: inline-block;
	line-height: 46px;
	font-size: 15px;
	margin-top: 0;
	color: #666;
	vertical-align: top;
}
.title_row {
	display: block;
	background: #f1f1f1;
	padding: 7px 0;
}
.title_row h4 {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.drawer-sub-menu, #factory, #community, #lang02 {
	display: block;
}
/*社群*/
.drawer-box .top_ul02, .drawer-box .top_ul01 {
	display: block;
	float: none;
	margin-top: 3em;
	margin-right: 0;
	margin-left: 20px;
	text-align: left;
}
/*語言*/
			

.drawer-box .top_ul01 {
	display: block;
	float: none;
	margin-top: 1em;
	margin-right: 0;
	padding-bottom: 30px;
	margin-left: 20px;
	text-align: left;
}
.drawer-box .top_ul01 li a, .drawer-box .top_ul01 li:after {
	color: #2d2d2d;
}
.mobile_arrow {/*20221210*/
	display: inline-block;
}

}
 @media(max-width:540px) {
.mobile_logo img {
	width: 150px;
}
.user-avatar-box2 {
	display: block;
	margin-left: 25px;
}
.title_row h4 {
	margin-left: 20px;
}
}
/*主選單 20241015=====================================================================================================*/
.m_nav {
	display: none;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	width: 98%;
	margin: 25px auto
}

.m_nav_ul {
	display: block;
	text-align: center
}

	.m_nav_ul li {
		display: inline-block
	}

		.m_nav_ul li a {
			font-size: 18px;
			display: block;
			padding: 10px 1em;
			background: #353535;
			color: #333
		}

			.m_nav_ul li a:hover {
				background: #f1f1f1
			}

	.m_nav_ul .brbr {
		display: none
	}

@media(max-width: 1160px) {
	.m_nav_ul {
		overflow: hidden
	}

		.m_nav_ul li {
			display: block;
			float: left;
			width: 16.67%
		}

			.m_nav_ul li a {
				padding: 10px 0
			}
}

.m_nav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #666;
	z-index: 9999;
	display: block;
	width: 100%;
	margin: 0;
	border: none;
	display: block
}

	.m_nav.sticky .m_nav_ul li a {
		color: #fff
	}

		.m_nav.sticky .m_nav_ul li a:hover {
			background: #333
		}

.m_nav.sticky2 {
	display: none;
	z-index: 9999
}

	.m_nav.sticky2 .m_nav_ul li a {
		color: #fff
	}

		.m_nav.sticky2 .m_nav_ul li a:hover {
			background: #333
		}

@media(max-width: 1024px) {
	.m_nav_ul li a {
		font-size: 15px;
		padding: 8px 0
	}
}

@media(max-width: 768px) {
	.m_nav {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0
	}

	.m_nav_ul li {
		width: 14.2%
	}

		.m_nav_ul li a {
			padding: 5px 0;
			display: block
		}

	.m_nav.sticky {
		position: fixed;
		top: auto;
		bottom: 0px;
		left: 0;
		background-color: #444;
		display: block;
		width: 100%;
		margin: 0;
		border: none
	}

		.m_nav.sticky .m_nav_ul li a {
			padding: 10px 0
		}

		.m_nav.sticky .nav_no {
			display: none
		}

		.m_nav.sticky .m_nav_ul li {
			display: block;
			float: left;
			width: 16.6%
		}

	.m_nav.sticky2 {
		position: fixed;
		top: auto;
		bottom: 0px;
		left: 0;
		background-color: #444;
		display: block;
		width: 100%;
		margin: 0;
		border: none
	}

		.m_nav.sticky2 .m_nav_ul li a {
			padding: 10px 0
		}

		.m_nav.sticky2 .nav_no {
			display: none
		}

		.m_nav.sticky2 .m_nav_ul li {
			display: block;
			float: left;
			width: 16.6%
		}
}

@media(max-width: 540px) {
	.m_nav_ul li {
		width: 14.2%
	}

	.m_nav_ul .brbr {
		display: contents
	}

	.m_nav_ul .nav_no2 {
		display: none
	}

	.m_nav.sticky .brbr {
		display: none
	}

	.m_nav.sticky {
		bottom: 0px
	}

		.m_nav.sticky .nav_no2 {
			display: none
		}

	.m_nav.sticky2 .brbr {
		display: none
	}

	.m_nav.sticky2 {
		bottom: 0px
	}

		.m_nav.sticky2 .nav_no2 {
			display: none
		}
}

@media(max-width: 480px) {
	.m_nav_ul li {
		width: 14.2%
	}

	.m_nav_ul .brbr {
		display: contents
	}

	.m_nav_ul .nav_no2 {
		display: none
	}

	.m_nav.sticky .brbr {
		display: contents
	}

	.m_nav.sticky {
		bottom: 0px
	}

		.m_nav.sticky .nav_no2 {
			display: none
		}

	.m_nav.sticky2 .brbr {
		display: contents
	}

	.m_nav.sticky2 {
		bottom: 0px
	}

		.m_nav.sticky2 .nav_no2 {
			display: none
		}
}

@media(max-width: 375px) {
	.m_nav_ul li {
		width: 14.2%
	}

	.m_nav.sticky .brbr {
		display: contents
	}

	.m_nav.sticky {
		bottom: 0px
	}

	.m_nav.sticky2 .brbr {
		display: contents
	}

	.m_nav.sticky2 {
		bottom: 0px
	}
}

/*次選單======================================================================================================*/
.sub_nav {
    display: block;
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    width: 98%;
    margin: 25px auto;
}

.sub_nav_ul {
    display: block;
    text-align: center;
}
   .sub_nav_ul li {
        display: inline-block;
    }

        .sub_nav_ul li a {
            font-size: 18px;
            display: block;
            padding: 10px 1em;
            color: #333;
        }

            .sub_nav_ul li a:hover {
                background: #f1f1f1;
            }


    .sub_nav_ul .brbr {
        display: none;
    }
	.card-text2 .brbr { /*20220723*/
		display: none;
	}
@media(max-width:1160px) {
    .sub_nav_ul {
        overflow: hidden;
    }

        .sub_nav_ul li {
            display: block;
            float: left;
            width: 14.28%;
        }







            .sub_nav_ul li a {
                padding: 10px 0;
            }
}

.sub_nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #666;
    z-index: 9999;
    display: block;
    width: 100%;
    margin: 0;
    border: none;
}

    .sub_nav.sticky .sub_nav_ul li a {
        color: #fff;
    }

        .sub_nav.sticky .sub_nav_ul li a:hover {
            background: #333;
        }

@media(max-width:1024px) {
    .sub_nav_ul li a {
        font-size: 15px;
        padding: 8px 0;
    }
}

@media(max-width:768px) {
    .sub_nav {
        text-align: left;
        padding: 5px 0;
        margin: 25px auto 0 auto;
    }

    .sub_nav_ul li {
        width: 14.2%;
    }

        .sub_nav_ul li a {
            padding: 5px 0;
            display: block;
        }


    .sub_nav.sticky {                       /*  最底部menu*/
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        background-color: #444;
        display: block;
        width: 100%;
        margin: 0;
        border: none;
    }

        .sub_nav.sticky .sub_nav_ul li a {
            padding: 10px 0;
        }

        .sub_nav.sticky .nav_no {        /*  最底部menu*/
            display: none;
        }

        .sub_nav.sticky .sub_nav_ul li { /*  最底部menu*/
            display: block;
            float: left;
            width: 20%;
        }
}

@media(max-width:540px) {
    .sub_nav_ul li {
        width: 14.2%;
    }


    .sub_nav_ul .brbr {
        display: contents;
    }
	.card-text2 .brbr {/*20220723*/
		display: contents;
	}

    .sub_nav_ul .nav_no2 {
        display: none;
    }


    .sub_nav.sticky .brbr { /*  最底部menu*/
        display: none;
    }

    .sub_nav.sticky .nav_no2 { /*  最底部menu*/
        display: none;
    }
}

@media(max-width:480px) {
    .sub_nav_ul li {
        width: 14.2%;
    }


    .sub_nav_ul .brbr {
        display: contents;
    }
	.card-text2 .brbr { /*20220723*/
		display: contents;
	}
    .sub_nav_ul .nav_no2 {
        display: none;
    }


    .sub_nav.sticky .brbr { /*  最底部menu*/
        display: contents;
    }

    .sub_nav.sticky .nav_no2 {   /*  最底部menu*/
        display: none;
    }
}


@media(max-width:375px) {
    .sub_nav_ul li {
        width: 14.2%;
    }


    .sub_nav.sticky .brbr { /*  最底部menu*/
        display: contents;
    }
 
}
/*廣告區=========================================================================================*/
.ad_row {
	display: block;
	overflow: hidden;
	margin: 5px 50px;
}
.ad_1 div {
	display: block;
}
.ad_2 div:first-child {
	width: 49.5%;
	margin-right: 0.5%;
	float: left;
}
.ad_2 div:last-child {
	width: 49.5%;
	margin-left: 0.5%;
	float: left;
}
.ad_row img {
	width: 100%;
	height: auto;
}
@media(max-width:1160px) {
.ad_row {
	margin: 5px 20px;
}
}
@media(max-width:540px) {
.ad_row {
	display: block;
	overflow: hidden;
	margin: 5px 10px;
}
.ad_2 div:first-child {
	width: 100%;
	margin-right: 0;
	float: none;
}
.ad_2 div:last-child {
	width: 100%;
	margin-left: 0;
	float: none;
}
}
/*首頁介紹區=========================================================================================*/
.ind_Introduction {
	margin: 30px 1%;
}
.ind_fb {/*20210116*/
    margin: 5px 1%;
}
.intro_row01, .intro_row02, .intro_row03 {
    position: relative;
    overflow: hidden;
    border-top: 3px #7f7f7f solid;
}
.fb_row01 { /*20210116*/
    position: relative;
    overflow: hidden;
    border-top: none;
    border-bottom: 3px #7f7f7f solid;
}
.intro_img {
	float: right;
	width: 50%;
	background-image: url(../../Comm_Images/pic01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
.coin_img {/*20201114*/
    float: right;
    width: 50%;
    background-image: url(../../Comm_Images/coin.jpg?20201222);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.fb_embed { /*20210116*/
    float: right;
    width: 50%;
    height: 400px;
    text-align: right;
}
.intro_text {
	float: left;
	width: 50%;
	margin-top: 40px;
	text-align: center;
}
.intro_row02, .intro_row02, .intro_row03 {
    border-bottom: 3px #7f7f7f solid;
}

.intro_row02 .intro_img {
	float: left;
	background-image: url(../../Comm_Images/pic02.jpg);
}
.intro_row02 .intro_text {
	float: right;
}
.text01_box {
    text-align: left;
    display: inline-block;
    width: 520px; /*20210124 494*/
}
.text01_box .text01 {
	display: block;
}
.text01_box .text01 h2 {
	font-size: 36px;
	display: block;
	margin-bottom: 0.5em;
}
.text01_box .text01 p {
	font-size: 18px;
	line-height: 2em;
}
.text01_box .text01 h2 .lead {
	font-size: 1.25em;
}
.ind_Introduction .btn_box {
	display: block;
	text-align: center;
	margin-top: 25px;
}
.ind_fb .btn_box { /*20210116*/
    display: block;
    text-align: center;
    margin-top: 25px;
}
 @media(max-width:1280px) {/*20201114*/    /*1280以下（包含） 的都適用*/
    .intro_img, .coin_img, .fb_embed { /*20210116*/
        height: 370px;
    }
.text01_box .text01 h2 {
	font-size: 30px;
}
.text01_box .text01 p {
	font-size: 18px;
	line-height: 1.8em;
}
.text01_box {
	text-align: left;
	display: inline-block;
	width: 90%;
}
}
 @media(max-width:1160px) { /*1160以下（包含） 的都適用*/
    .ind_Introduction, .ind_fb {/*20210116*/
        margin: 30px 0;
    }
}
 @media(max-width:1024px) {   /*1024以下（包含） 的都適用*/
    .intro_img, .coin_img, .fb_embed { /*20201114 20210116*/
        height: 300px;
    }
.intro_text {
	margin-top: 20px;
}
.text01_box .text01 h2 {
	font-size: 26px;
}
.text01_box .text01 p {
	font-size: 16px;
	line-height: 1.8em;
}
}
 @media(max-width:900px) { /*900以下（包含） 的都適用*/
    .intro_img, .coin_img, .fb_embed { /*20201114 20210116*/
        height: 340px;
    }
.intro_text {
	margin-top: 15px;
}
}
 @media(max-width:800px) { /*800以下（包含） 的都適用*/
    .ind_Introduction, .ind_fb {/*20210116*/
        margin: 30px 20px;
    }
 .intro_row01, .intro_row02, .intro_row03 {
        border: 1px #CCC solid;
        border: none;
    }
    .fb_row01 {/*20210116*/
        border: 1px #CCC solid;
        border: none;
    }
    .intro_row02 {
        margin-top: 25px;
    }
    .intro_img, .coin_img, .fb_embed { /*20201114 20210116*/
        float: none;
        width: 100%;
        height: 200px;
        display: block;
    }
.intro_text {
	float: none;
	width: auto;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: -60px;
	background: rgba(255, 255, 255, .7);
}

.text01_box {
	text-align: left;
	display: block;
	width: auto;
	padding: 10px 25px;
}
}
 @media(max-width:640px) {/*640以下（包含） 的都適用*/
    .ind_Introduction, .ind_fb {/*20210116*/
        margin: 30px 0;
    }
.intro_row02 {
	margin-top: 25px;
}
.intro_img {
	height: 300px;
}
.intro_text {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: -50px;
	background: rgba(255, 255, 255, .7);
}
.text01_box {
	text-align: left;
	display: block;
	width: auto;
	padding: 10px 20px;
}
.text01_box .text01 h2 {
	font-size: 20px;
}
.text01_box .text01 p {
	font-size: 15px;
	line-height: 2em;
}
}
 @media(max-width:540px) {/*540以下（包含） 的都適用*/
.intro_img {
	height: 250px;
}
.text01_box {
	padding: 10px 10px;
}
.text01_box .text01 h2 {
	font-size: 20px;
}
.text01_box .text01 p {
	font-size: 15px;
	line-height: 2em;
}
}


/*試用櫥窗選單20191006======================================================================================================*/
.sub_nav_snd {
    display: block;
    /*border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;*/
    width: 98%;
    margin: 25px auto;
}

    .sub_nav_snd.sticky {
        position: fixed;
        top: 37px;
        left: 0;
        background-color: #666;
        z-index: 9999;
        display: block;
        width: 100%;
        margin: 0;
        border: none;
        height:43px;
    }

@media(max-width:768px) {
    .sub_nav_snd {
        text-align: left;
        padding: 5px 0;
        margin: 25px auto 0 auto;
    }

        .sub_nav_snd.sticky { /*20200705*/
            top: 0;
            background-color: #444;
            height: 40px;
        }
}
@media(max-width:540px) {/*20191026 */
    .sub_nav_snd {
        text-align: left;
        padding: 5px 0;
        margin: 25px auto 0 auto;
    }

        .sub_nav_snd.sticky {/*20200705*/
            top: 0;
            background-color: #444;
            height: 70px;
        }
}
/*商品分類選單20231230======================================================================================================*/
.sub_nav_3rd {
	display: block;
	/*border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;*/
	width: 98%;
	margin: 25px auto;
}

	.sub_nav_3rd.sticky {
		position: fixed;
		top: 37px;
		left: 0;
		background-color: #666;
		z-index: 9999;
		display: block;
		width: 100%;
		margin: 0;
		border: none;
		padding-bottom:10px
/*		height: 43px;*/
	}
		.sub_nav_3rd.sticky .article_class_nav li a {
			color: #fff;
			/*background: #666;*/
		}

			.sub_nav_3rd.sticky .article_class_nav li a:hover {
				background: #333;
			}

@media(max-width:768px) {
	.sub_nav_3rd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0 auto;
	}

		.sub_nav_3rd.sticky { /*20200705*/
			top: 0;
			background-color: #fff;
			/*height: 70px;*/
		}
}

@media(max-width:540px) { /*20191026 */
	.sub_nav_3rd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0 auto;
	}

		.sub_nav_3rd.sticky { /*20200705*/
			top: 0;
			background-color: #444;
			/*height: 70px;*/
		}

}


/*女人知己商城櫥窗選單20211030======================================================================================================*/
.myshop_sub_nav_snd {
	display: block;
	/*border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;*/
	width: 98%;
	margin: 25px auto;
}

	.myshop_sub_nav_snd.sticky {
		position: fixed;
		top: 37px;
		left: 0;
		background-color: #666;
		z-index: 9999;
		display: block;
		width: 100%;
		margin: 0;
		border: none;
		height: 43px;
	}
.table-responsive .brbr {/*20250223*/
	display: none;
}

@media(max-width:768px) {
	.myshop_sub_nav_snd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0 auto;
	}

		.myshop_sub_nav_snd.sticky { /*20200705*/
			top: 0;
			background-color: #444;
			height: 40px;
		}
}

@media(max-width:540px) { /*20191026*/
	.myshop_sub_nav_snd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0 auto;
	}

		.myshop_sub_nav_snd.sticky { /*20200705*/
			top: 0;
			background-color: #444;
			height: 70px;
		}
	.table-responsive .brbr {/*20250223*/
		display: contents;
	}
}
/*女人知己商城櫥窗韓國館子選單20240608======================================================================================================*/
.myshop_sub_nav_3rd {
	display: block;
	width: 98%;
	margin: 25px auto;
}

	.myshop_sub_nav_3rd.sticky {
		position: fixed;
		top: 80px;
		left: 0;
		background-color: #666;
		z-index: 9999;
		display: block;
		width: 100%;
		margin: 0;
		border: none;
		height: 43px;
	}

@media(max-width:768px) {
	.myshop_sub_nav_3rd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0 auto;
	}

		.myshop_sub_nav_3rd.sticky {
			top: 43px;/*20241115*/
			background-color: #444;
			height: 40px;
		}
}

@media(max-width:540px) {
	.myshop_sub_nav_3rd {
		text-align: left;
		padding: 5px 0;
		margin: 0px auto 0 auto;/*20241115*/
	}

		.myshop_sub_nav_3rd.sticky {
			top: 42px;/*20241115*/
			background-color: #444;
			height: 74px;
		}
}

/*20211023 myshop試用櫥窗 分類nav============================================================================================*/
.myshop_s_nav {
	text-align: center;
	margin-bottom: 3em;
	margin-top: 0.4em; /*20191012*/
}
.myshop_s_nav li {
	display: inline-block;
	margin: 2px 0;
}
.myshop_s_nav li a {
	display: block;
	padding: 5px 1em;
	background: #ff7f27;
	color: #fff;
	font-size: 16px;
}
	.myshop_s_nav li a:hover {
		background-color: #a30000/* 20240711 #ff9700d1*/
	}
	.myshop_s_nav .active {
		background-color: #a30000 /* 20240711 #ff9700d1*/
	}
 @media(max-width:1024px) {
.myshop_s_nav {
	margin-bottom: 2em;
}
.myshop_s_nav li a {
	padding: 2px 0.8em;
	font-size: 15px;
}
}
 @media(max-width:768px) {
.myshop_s_nav li a {
	padding: 1px 0.5em;
}
}
 @media(max-width:640px) {
.myshop_s_nav {
	margin-bottom: 1em;
}
.myshop_s_nav li a {
	font-size: 16px;/*20241115*/
	padding: 1px 0.5em;
}
}
/*20240608 myshop試用櫥窗 韓國館子分類nav============================================================================================*/
.myshop_s_nav_3rd {
	text-align: center;
	margin-bottom: 3em;
	margin-top: 0.4em; /*20191012*/
}

	.myshop_s_nav_3rd li {
		display: inline-block;
		margin: 2px 0;
	}

		.myshop_s_nav_3rd li a {
			display: block;
			padding: 5px 1em;
			/*background: #ff7f27;*/
			background: #ff6944;
			color: #fff;
			font-size: 14px;
			padding-left: 10px;/*2020928*/
			padding-right: 10px;
			border-radius: 10px;
		}

			.myshop_s_nav_3rd li a:hover {
				background-color: #a30000/* 20240711 #ff9700d1*/
			}

	.myshop_s_nav_3rd .active {
		background-color: #a30000 /* 20240711 #ff9700d1*/
	}

@media(max-width:1024px) {
	.myshop_s_nav_3rd {
		margin-bottom: 2em;
	}

		.myshop_s_nav_3rd li a {
			padding: 2px 0.8em;
			font-size: 13px;
		}
}

@media(max-width:768px) {
	.myshop_s_nav_3rd li a {
		padding: 1px 0.5em;
	}
}

@media(max-width:640px) {
	.myshop_s_nav_3rd {
		margin-bottom: 1em;
	}

		.myshop_s_nav_3rd li a {
			font-size: 16px; /*20241115*/
			padding: 1px 0.5em;
		}
}
/*試用櫥窗 分類nav============================================================================================*/
.s_nav {
	text-align: center;
	margin-bottom: 3em;
	margin-top: 0.4em; /*20191012*/
}
.s_nav li {
	display: inline-block;
	margin: 2px 0;
}
.s_nav li a {
	display: block;
	padding: 5px 1em;
	background: #353535;
	color: #fff;
	font-size: 16px;
}
.s_nav li a:hover {
	background-color: #ff699a
}
.s_nav .active {
	background-color: #ff699a
}
 @media(max-width:1024px) {
.s_nav {
	margin-bottom: 2em;
}
.s_nav li a {
	padding: 2px 0.8em;
	font-size: 15px;
}
}
 @media(max-width:768px) {
.s_nav li a {
	padding: 1px 0.5em;
}
}
 @media(max-width:640px) {
.s_nav {
	margin-bottom: 1em;
}
.s_nav li a {
	font-size: 14px;
	padding: 1px 0.5em;
}
}
/*comm_list-----------------------------------------------------------------------comm_list*/
.comm_ad_shop_top, .comm_ad_top, .comm_ad, .comm_list { /*20241105*/
	clear: both;
	display: block;
	overflow: hidden;
}

.comm_ad_shop_top li,.comm_ad_top li, .comm_ad li, .comm_list li {
	float: left;
	margin: 0.5% 1%;
	position: relative;
	
}
.comm_ad_shop_top li,.comm_ad_top li {
	float: none;
	width: 98%;
}

/*20191006*/
.comm_ad_shop_top li .comm_img,.comm_ad_top li .comm_img {
    border: 1px #ccc solid;
}

.comm_ad li {
	width: 48%;
}
.comm_list li {
	margin-left: 12px;
	margin-right: 12px;
	width: 402px;
}
.comm_img {
	position: relative;
	background: #fff;
	display: block;
	overflow: hidden;
}


.comm_list li .comm_img {
	border: 1px #ccc solid;
}
.comm_list li .comm_img img {
	width: 100%;
	width: 400px;
	height: 400px;
	vertical-align: top;
	border: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.comm_ad_shop_top li .comm_img img, .comm_ad_top li .comm_img img {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.comm_ad_top li .comm_img:hover img, .comm_list li .comm_img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
}
/*.comm_ad_shop_top li .comm_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.1);
}*/
.round_border {/*20210124*/
    border-radius: 50%;
}
/*20200705*/
@media(max-width:1366px) {
    .comm_list li {
	margin: 0.5% 1%;
	width: 31.33%;
}
.comm_img img {
	width: 100% !important;
	height: auto !important;
}

 }
@media(max-width:768px) {
	.comm_list li {
		width: 48%;
		margin: 1%;
	}
}

@media(max-width:350px) {/*20201122 避免手機小螢幕會當掉*/       /*375 以下（包含） 的都適用*/   /*375改成350 20250831ming*/  
    .comm_list li {
        width: auto;
    }
}

/*獨家試用標記*/
.exclusive {
	position: absolute;
	top: -30px;
	right: -30px;
	display: block;
	width: 100px;
	height: 100px;
}
.exclusive img {
	width: 100%;
	height: auto;
}
@media(max-width:1024px) {
.exclusive {
	top: -20px;
	right: -20px;
	width: 80px;
	height: 80px;
}
}
@media(max-width:768px) {
.exclusive {
	top: -10px;
	right: -10px;
	width: 60px;
	height: 60px;
}
}
/*己報名.己入選標記 20200725 2*/
.comm_mark {
	position: absolute;
	bottom: 3%;
	right: 2%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 101, 123, .8);
	color: #fff;
	text-align: center;
}
.comm_mark_r {
	position: absolute;
	bottom: 3%;
	right: 2%;
	display: block;
	width: 220px;
	height: 60px;
	background: rgba(255, 101, 123, .8);
	color: #fff;
	text-align: center;
}
.comm_mark_select {
	background: rgba(47, 167, 211, .8);
}
.comm_mark i, .comm_mark span, .comm_mark_r i, .comm_mark_r span {
	display: block;
	font-size: 14px;
	line-height: 1em;
}
.comm_mark i,.comm_mark_r i {
	font-size: 18px;
	padding-top: 4px;/*20200222*/
}
.want i, .want_r i {/*20241028*/
	font-size: 18px;
	padding-top: 0px;
}
@media(max-width:1024px) {
.comm_mark {
	width: 46px;
	height: 46px;
}
.comm_mark_r {
	width: 103px;
	height: 28.03px;
}
.comm_mark i, .comm_mark span,.comm_mark_r i, .comm_mark_r span {
	font-size: 13px;
}
.comm_mark i,.comm_mark_r i {
	font-size: 18px;
	padding-top: 6px;
}
.want i,.want_r i  {/*20241028*/
	font-size: 18px;
	padding-top: 0px;
}
}
@media(max-width:640px) {
.comm_mark {
	width: 40px;
	height: 40px;
}
.comm_mark_r {
	width: 90px;
	height: 24.5px;
}
.comm_mark i, .comm_mark span,.comm_mark_r i, .comm_mark_r span {
	font-size: 12px;
}
.comm_mark i,.comm_mark_r i {
	font-size: 16px;
	padding-top: 4px;
}
.want i,.want_r i {/*20241028*/
	font-size: 16px;
	padding-top: 0px;
}
}
/*I want it 標記 20191207 20240608 20241028*/
.want {
	top: 2%;
	left: 2%;
	background: transparent;
}
.want_r {
	top: 2%;
	right: 2%;
	background: transparent;
}
/*I can sale  標記 20200222*/
.sale {
    top: 2%;
    left: 20%;
    background: #f76106;
    color: white;
}
.sale1 { /*20200228 20200725 2/8*/
    bottom: 3%;
    left: 4%;
    background: #f76106;
    color: white;
}
.disclaimer { /*20211009*/
	bottom: 3%;
	left: 19%;
	background: red;
	color:white;
}
.disclaimer1 { /*20211009*/
	bottom: 3%;
	left: 4%;
	background: red;
	color: white;
}

/*試用商品的四個超連結========================================================================================*/
.comm_btn_box {
	display: block;
	overflow: hidden;
	width: 100%;
}
.comm_btn_box li {
	float: left;
	border: 1px #ccc solid;
	text-align: center;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	margin: 0;
	line-height: 2.8em;/*20210124.8*/
}
.comm_btn_box li a {
	font-size: 15px;
}
.comm_btn_box li i {
	display: inline-block;
	padding-right: 10px
}
.comm_btn_box li:hover {
	background: #ff699a;
	color: #fff;
}
.myshop_comm_btn_num1 li:hover {
	background: #ff9700d1;
}
.comm_btn_box li:hover a {
	color: #fff;
}
.comm_btn_num1 li {
	float: none;
	width: auto;
	margin: 1% 0 0 0;
}
.comm_btn_num2 li {
	float: left;
	width: 49.5%;
	margin: 1% 1% 0 0;
}
.comm_ad_shop_top .comm_btn_num1 li, .comm_ad_top .comm_btn_num1 li {
	float: none;
	width: auto;
	margin: 0.5% 0 0 0;
}
.comm_ad_shop_top .comm_btn_num2 li, .comm_ad_top .comm_btn_num2 li {
	float: left;
	width: 49.75%;
	margin: 0.5% 0.5% 0 0;
}
.comm_btn_num2 li:last-child {
	margin-right: 0;
}
.myshop_comm_btn_num1 li { /*20211023 myshop*/
	float: none;
	width: auto;
	margin: 1% 0 0 0;
}

.myshop_comm_btn_num2 li {
	float: left;
	width: 49.5%;
	margin: 1% 1% 0 0;
}

.comm_ad_shop_top .myshop_comm_btn_num1 li, .comm_ad_top .myshop_comm_btn_num1 li {
	float: none;
	width: auto;
	margin: 0.5% 0 0 0;
}

.comm_ad_shop_top .myshop_comm_btn_num2 li, .comm_ad_top .myshop_comm_btn_num2 li {
	float: left;
	width: 49.75%;
	margin: 0.5% 0.5% 0 0;
}

.myshop_comm_btn_num2 li:last-child {
	margin-right: 0;
}
.comm_btn_box .disabled {
	pointer-events: none;
	color: #ccc;
}
.comm_btn_box .disabled a {
	color: #999;
}
 @media(max-width:768px) {
.comm_btn_box li a {
	font-size: 14px;
}
.comm_btn_box li i {
	padding-right: 5px
}
}
@media(max-width:360px) {
.comm_btn_box li a {
	font-size: 13px;
	line-height: 1em;
}
.comm_btn_box li a i {
	display: none;
}
}
/*標題過長截斷*/
.figcaption {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	width: auto;
	height: 2.6em;
	margin: 0.5em 0 1em 0;
	overflow: hidden;
	text-align: center;
}
.figcaption p {
	/*margin: 0; 20241019*/
	line-height: 1.3em;
}
 @media(max-width:1160px) {
.figcaption {
	font-size: 16px;
	font-weight: normal;
}
}
/*放大--------------------------------------------------------------------------------------*/
.zoom_img {
	display: block;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;
}
.zoom_img img {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
li:hover .zoom_img img, li:focus .zoom_img img, li:active .zoom_img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*收縮--------------------------------------------------------------------------------------*/
.shrink {
	display: block;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;
}
.shrink img {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
li:hover .shrink img, li:focus .shrink img, li:active .shrink img {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
/*最新試用報告==============================================================================================*/
.new_report_list {
	display: block;
	overflow: hidden;
}
.new_report_list li {
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
}
.new_report_list li img {
	width: 100%;
	height: auto;
}
.new_report_list li h2 {
	font-size: 20px;
	color: #333;
}
 @media(max-width:900px) {
.new_report_list li h2 {
	font-size: 16px;
}
}
 @media(max-width:768px) {
.new_report_list li {
	float: left;
	width: 98%;
	margin: 1%;
	text-align: center;
}
}
/*人氣試用報告==============================================================================================*/
.hot_report_list {
	display: block;
	overflow: hidden;
}
.hot_report_list li {
	float: left;
	width: 31.33%;
	margin: 1%;
	text-align: center;
}
.hot_report_list li img {
	width: 100%;
	height: auto;
}
.hot_report_list li h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.3em;
	width: auto;
	height: 2.6em;
	margin: 0.5em 0 1em 0;
	overflow: hidden;
	text-align: center;
}
.hot_report_list li h2 p {
	margin: 0;
	line-height: 1.3em;
}
 @media(max-width:900px) {
.hot_report_list li h2 {
	font-size: 15px;
	margin: 0 0 1em 0;
}
.hot_report_list li {
	width: 48%;
}
}
 @media(max-width:768px) {
.hot_report_list li {
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
}
}
 @media(max-width:480px) {
.hot_report_list li {
	float: none;
	width: 90%;
	margin: 2% auto;
	text-align: center;
}
.hot_report_list li h2 {
	font-size: 15px;
	height: auto;
	margin: 0 0 10px 0;
	overflow: auto;
}
.hot_report_list li h2 p {
	margin: 0;
	line-height: 1.3em;
}
}
/*全部試用報告-達人方案==================================================================================*/
.all_report_large {
	display: block;
	overflow: hidden;
}
.all_report_large li {
	float: left;
	width: 98%;
	margin: 1%;
	text-align: center;
}
.all_report_large li img {
	width: 100%;
	height: auto;
}
/*所有試用報告-小資方案====================================================================================*/

.all_report {
	display: block;
	overflow: hidden;
}
.all_report li {
	float: left;
	width: 80%;
	margin: 1% 10%;
	text-align: center;
}
.all_report li img {
	width: 100%;
	height: auto;
}
.all_report li h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.3em;
	width: auto;
	height: 2.6em;
	margin: 0.5em 0 1em 0;
	overflow: hidden;
	text-align: center;
}
.all_report li h2 p {
	margin: 0;
	line-height: 1.3em;
}
/*知名廠商專區=========================================================================================*/

.factory_ul {
	display: block;
	overflow: hidden;
}
.factory_ul li {
	float: left;
	width: 15.66%;
	margin: 0.5%;
	text-align: center;
	border: 1px #ccc solid;
}
.factory_ul li img {
	width: 100%;
	height: auto;
}
.factory_ul li h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.3em;
	width: auto;
	height: 2.6em;
	margin: 0.5em 0 1em 0;
	overflow: hidden;
	text-align: center;
}
.factory_ul li h2 p {
	margin: 0;
	line-height: 1.3em;
}
 @media(max-width:900px) {
.factory_ul li h2 {
	font-size: 15px;
}
.factory_ul li {
	width: 19%;
}
}
 @media(max-width:640px) {
.factory_ul li {
	width: 24%;
}
}
 @media(max-width:480px) {
.factory_ul li {
	width: 32.33%;
}
}
/*footer=======================================================================================================*/
footer {
	overflow: hidden;
	display: block;
	background: #2e2e2e;
	overflow: hidden;
}
.footer1 {
	background: #3c3c3c;
}
.footer {
	width: 1050px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	padding: 25px 0;
	position: relative;
}
.footer_list {
	display: block;
	overflow: hidden;
}
.fb_box {
	float: left;
	width: 340px;
	margin: 0;
}
.footer_right {
	top: 0;
	left: 0;
	display: block;
	margin-left: 370px;
}
.footer_contact {
	display: block;
	color: #adadad;
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.footer_contact a {
	color: #adadad;
	text-decoration: underline;
}
.footer_nav {
	float: left;
	display: block;
	width: 21.25%;
	margin-right: 5%;
}
.footer_nav:last-child {
	margin-right: 0;
}
.footer_nav h5 {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 5px 0;
	border-bottom: 1px #7d7d7d solid;
	letter-spacing: 0.05em;
}
.footer_nav .list {
	display: block;
	width: 100%;
	margin-top: 3px;
}
.footer_nav .list li {
	display: block;
}
.footer_nav .list li a {
	color: #ccc;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.footer_nav .list li a:hover {
	color: #fff;
}
.footer_nav .icon {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.footer_nav .icon li {
	display: inline-block;
	margin-right: 5px
}
.footer_nav .icon li a img {
	opacity: 0.5;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transition: all 350ms;
}
.footer_nav .icon li a:hover img {
	opacity: 1;
}
 @media(max-width:1160px) {
.footer {
	width: auto;
	margin: 0 1em;
}
}
@media(max-width:768px) {
footer {
	padding-bottom: 30px
}
.footer_right {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.fb_box {
	float: none;
	margin: 0 auto;
}
.footer_contact {
	display: block;
	color: #adadad;
	line-height: 1.6em;
	letter-spacing: 0.025em;
	margin-top: 20px;
	font-size: 14px;
}
.footer_nav h5 {
	font-size: 16px;
	letter-spacing: 0;
}
.footer_nav .list li a {
	letter-spacing: 0;
	font-size: 14px;
}
}
@media(max-width:480px) {
.footer_list {
	margin-left: 25px;
	margin-right: 25px;
}
.footer_nav {
	float: left;
	display: block;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 25px;
}
.footer_nav:nth-child(2), .footer_nav:nth-child(4) {
	margin-right: 0;
}
}
@media(max-width:414px) {
.footer_list {
	margin-left: 15px;
	margin-right: 15px;
}
}
@media(max-width:360px) {
.footer_list {
	margin-left: 0;
	margin-right: 0;
}
.fb_box {
	float: none;
	margin: 0 auto;
	width: 340px;
}
.footer_contact {
	display: block;
	color: #adadad;
	line-height: 1.6em;
	letter-spacing: 0.025em;
	margin-top: 20px;
	text-align: left;
}
}
@media(max-width:320px) {
.fb_box {
	width: 300px;
}
}
/*to top======================================================================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 49px;
	height: 49px;
	border: none;
	text-indent: 100%;
	background: url(../../Comm_Images/back-top.png) no-repeat 0px 0px;
	background-position: center;
	background-size: cover;
	z-index: 99999;
}
@media(max-width:960px) {
#toTop {
	width: 38px;
	height: 38px;
}
}
@media(max-width:768px) {
#toTop {
	bottom: 50px;
}
}
@media(max-width:540px) {
#toTop {
	width: 30px;
	height: 30px;
}
}
/*商品內容頁(一般)------------------------------------------------------------------------------------------------------------------*/
.slideDiv {
	overflow: hidden;
}
.slideDiv li {
	float: left;
	width: 23%;
	margin: 1%;
	border: 1Px #ccc solid;
	position: relative;
}
.slideDiv li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.slideDiv li a:hover img {
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	opacity: 0.5;
}
.slideDiv li a .slideDiv_mark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0,0, 0.5);
	background-color: rgba(236, 67,122, 0.7);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.slideDiv li a:hover .slideDiv_mark {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.slideDiv_mark_text {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.slideDiv_mark_text span {
	display: inline-block;
	font-size: 16px;
	border: 1px #fff solid;
	padding: 0.5em 1.5em;/* background-color: rgba(236, 67,122, 0.5); */
}
@media(max-width:1280px) {
.slideDiv_mark_text {
	margin-top: -20px;
}
.slideDiv_mark_text span {
	font-size: 16px;
	padding: 0.3em 1.2em;
}
}
@media(max-width:720px) {
.slideDiv_mark_text {
	margin-top: -25px;
}
.slideDiv_mark_text span {
	font-size: 15px;
	padding: 5px 0;
	line-height: 1.2em;
	width: 3em;
}
}
@media(max-width:375px) {
.slideDiv li {
	float: left;
	width: 47%;
	margin: 1.5%;
	border: 1Px #ccc solid;
	position: relative;
}
}
/*內容區------------------------------------------------------------------------------------*/
.ck_content {
	width: 100%;
	margin: 10px auto;
	font-size: 16px;
	line-height: 1.5em;
}
.ck_content .ck_content_edm img,.ck_content .ck_content_edm2 img {/*20220604 20241116*/
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
/*試用內容頁裡的試用按鈕區 20250104 20250222----------------------------------------------------------------------------------------*/
.sign_box, .sign_box4, .sign_box5, .sign_box6 {
	display: block;
	border: 1px #ccc solid;
	padding: 4px;
	margin: 10px 0;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
}
.sign_box2 {
	background: #fff;
	border: 3px #f55a8d dotted;
	border-radius: 5px;
	padding: 2em 1em;
}
.sign_box3 {
	display: inline-block;
	text-align: left;
}
.sign_box p, .sign_box4 p, .sign_box5 p, .sign_box6 p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 0;
}
.sign_box .font_large, .sign_box4 .font_large, .sign_box5 .font_large, .sign_box6 .font_large {
	font-size: 1.5em;
	font-weight: bold;
	color: #d2485f;
}
.sign_box .font_m, .sign_box4 .font_m, .sign_box5 .font_m, .sign_box6 .font_m {
	font-size: 1.2em;
	color: #333;
	text-align: center;
	display: block;
	margin: 1em 0;
}
.sign_box .btn_row, .sign_box4 .btn_row, .sign_box5 .btn_row, .sign_box6 .btn_row {
	text-align: center;
	display: block;
}
.sign_box .btn-pink, .sign_box4 .btn-pink, .sign_box5 .btn-pink { /*20210403*/
	width: 10em;
	font-size: 1.5em;
	border-radius: 5px;
	border: none;
}

.sign_box6 .btn-pink { /*20250222*/
	width: 8em;
	font-size: 1.5em;
	border-radius: 5px;
	border: none;
}
.sign_box .btn-pink:hover,.sign_box4 .btn-pink:hover,.sign_box5 .btn-pink:hover,.sign_box6 .btn-pink:hover {
	background: #333;
}
/*---*/
.sign_box .btn_row.sticky2, .sign_box4 .btn_row.sticky2, .sign_box5 .btn_row.sticky2, .sign_box6 .btn_row.sticky2 {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	z-index: 9999;
	display: block;
	width: 100%;
	margin: 0;
	border-top: 2px #de326a solid;
	padding: 1em 0;
}

 @media(max-width:1111px) {/*20250605 ming*/
	.sign_box5 .btn-pink2 {
		width:8em;			/*	20250605  ming */
	}

    .sign_box5 .btn-pink3 {
		width:8em;			/*	20250605  ming */
    }
	
 }	
 @media(max-width:1024px) {
	.sign_box .font_large, .sign_box .btn-pink, .sign_box4 .font_large, .sign_box4 .btn-pink, .sign_box5 .font_large, .sign_box5 .btn-pink, .sign_box6 .font_large, .sign_box6 .btn-pink {
		font-size: 1.4em;
	}
	.sign_box .font_m, .sign_box4 .font_m, .sign_box5 .font_m, .sign_box6 .font_m {
		font-size: 1.1em;
	}
}
 @media(max-width:768px) {/*20210403*/
.sign_box .btn-pink {
	width: 8em;
}
.sign_box4 .btn-pink, .sign_box5 .btn-pink, .sign_box6 .btn-pink {
	width: 9.5em;/*10em 20250222*/
}

.sign_box5 .btn-pink2 {
		width:8em;			/*	20250605  ming */
	}

    .sign_box5 .btn-pink3 {
		width:8em;			/*	20250605  ming */
    }


}
 @media(max-width:640px) {
	.sign_box .font_large, .sign_box .btn-pink, .sign_box4 .font_large, .sign_box4 .btn-pink, .sign_box5 .font_large, .sign_box5 .btn-pink, .sign_box6 .font_large, .sign_box6 .btn-pink {
		font-size: 1.3em;
	}
	.sign_box .font_m, .sign_box4 .font_m, .sign_box5 .font_m, .sign_box6 .font_m {
		font-size: 1em;
		text-align: left;
	}
	.sign_box .btn-pink, .sign_box4 .btn-pink, .sign_box5 .btn-pink, .sign_box6 .btn-pink {
		width: 12em;
	}
}
 @media(max-width:540px) {
.sign_box2 {
	padding: 1em;
}
	.sign_box .btn-pink, .sign_box4 .btn-pink {
		width: 100%;
		display: block;
	}
	.sign_box5 .btn-pink {
		/*	20250420	width: 32%;*/
		width: 31.5%;
		display: inline-block;
		font-size: 1.2em 
	}
	.sign_box5 .btn-pink2, .sign_box5 .btn-pink3 {
		/*	20250420	width: 32%;*/
		display: inline-block;
		font-size: 1.0em !important;
	}
	.sticky2 .btn-pink2, .sticky2 .btn-pink3 {
		/*	20250503*/
		display: inline-block;
		font-size: 1.2em !important;
	}

	.sign_box5 .btn-pink2 {
		/*	20250420	width: 32%;*/
		/*width: 36%;	*/	/*	20250605  ming */
		width:12em;			/*	20250605  ming */
	}

    .sign_box5 .btn-pink3 {
        /*	20250420	width: 32%;*/
        /*width: 22.5%;*/		/*	20250605  ming */
		width:12em;			/*	20250605  ming */
    }
	 .sign_box6 .btn-pink {
		width: 49%;
	}
}
 @media(max-width:480px) {
	 

	
	.sign_box .font_large, .sign_box .btn-pink, .sign_box4 .font_large, .sign_box4 .btn-pink, .sign_box5 .font_large, .sign_box5 .btn-pink, .sign_box6 .font_large, .sign_box6 .btn-pink {
		font-size: 1.2em;
	}
	
	.sign_box5 .btn-pink {
		font-size: 1em;    /*	20250605  ming  for introduce.aspx的下方按鈕 */
	}
	.sign_box .font_m, .sign_box4 .font_m, .sign_box5 .font_m, .sign_box6 .font_m {
		font-size: 1em;
	}
	
	.sign_box5 .btn-pink2 {
		width:8em;			/*	20250605  ming */
	}

    .sign_box5 .btn-pink3 {
		width:8em;			/*	20250605  ming */
    }
}
/*fb標題(藍底)----------------------------------*/
.fb_title {
	background: #3b5999;
	display: block;
	padding: 0;
	color: #FFF;
	text-align: center;
}
.fb_title img {
	width: 100%;
	height: auto;
}
.fb_title h1, .fb_title h2 {
	font-size: 54px;
	color: #ffec6e;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.05em;
	margin: 0.3em 0;
	padding: 0;
}
.fb_title h2 {
	color: #FFF;
}
 @media(max-width:1024px) {
.fb_title h1, .fb_title h2 {
	font-size: 48px;
}
}
@media(max-width:800px) {
.fb_title h1, .fb_title h2 {
	font-size: 42px;
}
}
@media(max-width:720px) {
.fb_title h1, .fb_title h2 {
	font-size: 36px;
}
}
@media(max-width:640px) {
.fb_title h1, .fb_title h2 {
	font-size: 32px;
	letter-spacing: 0;
}
}
@media(max-width:540px) {
.fb_title h1, .fb_title h2 {
	font-size: 28px;
}
}
 @media(max-width:414px) {
.fb_title h1, .fb_title h2 {
	font-size: 24px;
}
}
 @media(max-width:375px) {
.fb_title h1, .fb_title h2 {
	font-size: 22px;
}
}
 @media(max-width:360px) {
.fb_title h1, .fb_title h2 {
	font-size: 20px;
}
}
/*fb標題(淺灰底)----------------------------------*/
.fb_title2 {
	background: #f1f1f1;
	display: block;
	padding: 0;
	color: #333;
	text-align: left;/*20200815 center*/
}
.fb_title2 h3 {
	margin: 0;
	padding: 10px 0;
}
/*-嵌入youtube影片,fb貼文,fb影片-----------------------------------------------*/
.embed_row {
	display: block;
	width: 1120px;
	margin: 20px auto;
}
.embed_row_other { /*20200229*/
	display: block;
	width: 1120px;
	height: 640px;
	margin: 20px auto;
}
.embed_row_other2 { /*20211016*/
	display: block;
	width: 1200px;
	height: 674px;
	margin: 20px auto;
}
.embed_row_unbent {
	width: 800px;
}
.embed_box {
	width: 100%;
	display: block;
}
.embed_box iframe {/*20200516*/
	width: 100% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
 @media(max-width:1280px) {
.embed_row {
	width: 100%;
	height: auto;
}
.embed_row_other { /*20200229*/
    width: 100%;
    height: 731px;
}
.embed_row_other2 { /*20211016*/
	width: 100%;
	height: 770px;
}
.embed_row_unbent {
	width: 900px;
}
}
@media(max-width:840px) {
.embed_row {
	width: 100%;
}

.embed_row_other { /*20200229*/
    width: 100%;
    height:480px;
}
.embed_row_other2 { /*20211016*/
	width: 100%;
	height: 505px;
}

.embed_row_unbent {
	width: 100%;
}
}
@media(max-width:720px) {
.embed_box {
	width: 100%;
}
.embed_row_other { /*20200229*/
    width: 100%;
    height: 280px;
}
.embed_row_other2 { /*20211016*/
	width: 100%;
	height: 295px;
}
.embed_row_unbent {
	width: 100%;
}
}
/*
@media (max-width: 480px) {
    iframe[src *= "facebook"]{
        width:100%;
        height: 500px;
    }
}*/



/*獨家頁bnnaer---------------------------------------------------------------------------*/
.trial_pp_banner {
	display: block;
}
.trial_pp_banner img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.trial_text {
	display: block;
}
/*獨家頁-詳閱內容區塊---------------------------------------------------------------------*/
.trial_pp_box {
	position: relative;
	background: url(../../Comm_images/bg02.png);
	border: 1px #ccc solid;
	border-radius: 8px;
	padding: 10px 20px;
	margin: 25px 0;
}
.trial_pp_icon {
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 15px;
	background: #707070;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}
.trial_pp_icon i {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
}
 @media(max-width:1024px) {
.trial_pp_icon {
	width: 50px;
	height: 50px;
}
.trial_pp_icon i {
	font-size: 20px;
	line-height: 50px;
}
}
/*text_box--------------------------------------------------------------------------*/
.text_box {
	display: block;
	margin: 0.5em 0 0.5em 1em;
	font-size: 16px;
	line-height: 1.8em;
}
.text_box ul {
	margin: 0 0 0 1.5em;
	list-style-type: decimal;
	list-style: decimal;
}
.text_box ul li {
	list-style: decimal;
	line-height: 1.8em;
}
@media(max-width:640px) {
.text_box {
	display: block;
	margin: 0.5em 0 0.5em 1em;
	font-size: 15px;
}
}
/*試用大隊介紹頁==============================================================================================*/
/*介紹區--------------------------------*/
.intr_row, .intr_row2 {
	display: block;
	clear: both;
	overflow: hidden;
}
.intr_box_img {
	float: left;
	width: 42%;
	text-align: center;
}
.intr_box_text {
	float: left;
	width: 53%;
	margin-top: 50px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.intr_row .intr_box_img {
	float: right;
}
.intr_box_img .img {
	border-radius: 50%;
	overflow: hidden;
	width: 95%;
	display: inline-block;
}
.intr_box_img .img img {
	width: 100%;
	height: auto;
}
@media(max-width:1280px) {
.intr_box_text {
	float: left;
	width: 53%;
	margin-top: 0px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
}
 @media(max-width:1024px) {
.intr_box_text .font_large {
	font-size: 1.1em;
}
}
 @media(max-width:720px) {
.intr_row, .intr_row2 {
	margin: 30px auto;
	width: 90%;
}
.intr_box_img {
	float: none;
	width: 100%;
	text-align: center;
}
.intr_box_text {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.intr_box_img .img {
	border-radius: 0;
	width: 100%;
}
}
 @media(max-width:640px) {
.intr_box_text .font_large {
	font-size: 1em;
}
}
/*超連結區--------------------------------*/
.intr_box_01 {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.intr_box_02 {
	width: 482px;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.intr_box_03 {
	width: 964px;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.intr_box_02 img, .intr_box_03 img {
	margin: 10px 0;
}
a.a_blue, a.a_pink {
	font-size: 24px;
	display: inline-block;
	width: 16em;
	padding: 15px 0;
	background: #fff;
	margin: 5px 0;
	color: #666;
}
a.a_pink_mid { /*20250420*/
	font-size: 24px;
	display: inline-block;
	width: 16em;
	padding: 15px 0;
	background: #fff;
	margin: 5px 0;
	color: #666;
}
a.a_blue_min { /*20191228*/
    font-size: 24px;
    display: inline-block;
    width: 5em;
    /*padding: 15px 0;
    background: #fff;
    margin: 5px 0;*/
    padding: 2px 0;
    background: #fff;
    margin: 5px;
    color: #666;
}
a.a_blue, a.a_blue_min { /*20191228*/   
    border: 2px #ef7399 solid;  /*20250402 ming 藍色改紅色*/  
}
a.a_pink, a.a_pink_mid { /*20250420*/
	border: 2px #ef7399 solid;
}
 @media(max-width:1024px) {
.intr_box_02,.intr_box_03 {
	float: left;
	display: block;
	width: 45%;
	margin: 0 2.5%;
	text-align: center;
}
.intr_box_02 img,.intr_box_03 img {
	width: 100%;
	height: auto;
}
a.a_blue, a.a_pink {
	font-size: 20px;
	width: 80%;
	padding: 15px 0;
}
	a.a_pink_mid { /*20250420*/
		font-size: 20px;
		width: 40%;
		padding: 15px 0;
	}
    a.a_blue_min { /*20191228*/
        font-size: 20px;
        width: 26%;
        /*padding: 15px 0;*/
        padding: 2px 0;
        margin: 5px;
    }
}
 @media(max-width:900px) {
    a.a_blue, a.a_pink {
        font-size: 18px;
        width: 80%;
        padding: 15px 0;
    }
    a.a_blue_min { /*20191228*/
        font-size: 18px;
        width: 26%;
        /*padding: 15px 0;*/
        padding: 2px 0;
        margin: 5px;
    }
	a.a_pink_mid { /*20250420*/
		font-size: 18px;
		width: 40%;
		padding: 15px 0;
	}
}
 @media(max-width:768px) {
.intr_box_02.intr_box_03  {
	float: none;
	width: 482px;
	margin: 0 auto;
}
}
 @media(max-width:640px) {
.intr_box_02,.intr_box_03  {
	width: 80%;
}
}
 @media(max-width:480px) {
.intr_box_02,.intr_box_03  {
	width: 90%;
}
}
 @media(max-width:360px) {
.intr_box_02,.intr_box_03 {
	width: 95%;
}
}
/*試用注意事項 頁面 JoinTrialNote_p.html==================================================================================*/
.border_box {
	display: block;
	padding: 0 15px 15px 15px;
	margin: 1.5em 0;
	border: 2px rgb(240, 135, 170) dashed;
	overflow: hidden;
	border-radius: 8px;
}
.border_box_p_0 {
	display: block;
	padding: 15px;
	margin: 1.5em 0;
	border: 1px #CCC solid;
	overflow: hidden;
	padding: 0;
}
.border_box_title {
	line-height: 1em;
	border-bottom: 1px #ccc solid;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #ff5284;
}
.border_box_title i {
	display: inline-block;
	font-size: 0.8em;
	padding-right: 0.5em;
}
.JoinTrialNote_title {
	text-align: center;
	background: #ffe6e9;
	padding: 0.20em 0.5em;
}
.JoinTrialNote_title_bg01 {
	background: #4267b2;
}
.JoinTrialNote_title_bg02 {
	background: #39bdc5;
}
.JoinTrialNote_title_bg03 {
	background: #ff9c32;
}
.JoinTrialNote_title h3 {
    font-size: 40px; /*20200815 24px*/
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}
.text_row {
	position: relative;
	display: block;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
	height: 100%;
}
.text_row:last-child {
	border: none;
}
.text_label {
	float: left;
	width: 9em;
	padding: 6px 0;
	text-align: center;
	height: 100%;
}
.text_ps {
	margin-left: 9em;
	border-left: 1px #ccc solid;
	padding: 6px;
	margin-bottom: 0;
}
.text_ps p, .text_ps ul, .text_ps ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
@media(max-width:1024px) {
.JoinTrialNote_title h3 {
	font-size: 20px;
}
}
@media(max-width:640px) {
.JoinTrialNote_title h3 {
	font-size: 18px;
}
.text_row {
	position: relative;
	display: block;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
	height: 100%;
}
.text_label {
	display: inline-block;
	float: none;
	width: auto;
	padding: 0.25em 0.5em;
	margin: 10px;
	text-align: left;
	border-left: 3px #ff5284 solid;
	line-height: 1em;
	background: #ffd7e3
}
.text_ps {
	display: block;
	margin-left: 0;
	border: none;
	padding: 10px;
	margin-bottom: 0;
}
}
/*登入頁==================================================================================*/
.login_bg {
	display: block;
	background-image: url(../../Comm_Images/login_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.login_box {
	display: block;
	margin-left: 8%;
	width: 443px;
}
.login_ctrol {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 15px;
}
.login_ctrol .form-control, .login_ctrol .btn-lg {
	padding-left: 2em;
	width: 100%;
	height: 45px;
}
.login_box label {
	font-size: 15px;
	font-weight: normal;
}
.user_icon:before, .pwd_icon:before {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 13px;
	left: 10px;
	content: "\f007";
	color: #999
}
.pwd_icon:before {
	content: "\f023";
}
.btn_pink99, .btn_fb {
	color: #fff;
	background: #ff699a;
	border: none;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	height: 45px;
	font-size: 18px;
}
.btn_pink99:hover, .btn_pink99:active, .btn_pink99:focus {
	color: #fff;
	background: #f55a8d;
	border: none;
}
.btn_fb {
	color: #fff;
	background: #395893;
}
.btn_fb:hover, .btn_fb:active, .btn_fb:focus {
	color: #fff;
	background: #2f4e88;
	border: none;
}
.login_ctrol .btn_pink, .login_ctrol .btn_fb {
	width: 100%;
}
a.a1 {
	font-size: 15px;
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}
.a1_Separate {
	display: inline-block;
	font-size: 13px;
	padding: 0 5px;
	vertical-align: middle;
	line-height: 15px;
}
.login_btn2 {/*20210424*/
  display: block;
  overflow: hidden;
}

.login_btn2 .btn:first-child {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.login_btn2 .btn:last-child {
  float: left;
  width: 49%;
  margin-left: 1%;
}

@media(max-width:1160px) {
.login_bg {
	display: block;
	background-image: url(../../Comm_Images/login_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.login_box {
	display: block;
	margin-left: 5%;
	width: 45%;
}
}
@media(max-width:1024px) {
.login_bg {
	width: 500px;
	background: none;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px #ccc solid;
}
.login_box {
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	width: auto;
}
}
 @media(max-width:640px) {
.login_bg {
	width: 80%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.login_box {
	margin-left: 0;
	margin-right: 0;
}
.login_ctrol .form-control, .btn_pink99, .btn_fb {
	height: 38px;
}
.user_icon:before, .pwd_icon:before {
	top: 8px;
}
}
@media(max-width:360px) {
.login_bg {
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
}
/*表單排版-----------*/
.form_group_title {/*20210424*/
    position: relative;
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.form_group_title h3,
.form_group_title h4 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1em;
}

.form_group_title h4 {
    font-size: 16px;
}

.form_group_title::after {
    position: absolute;
    top: 50%;
    left: 6em;
    content: "";
    width: 7em;
    height: 1px;
    background: #ccc;
}

.form_row {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.form_label {
	width: 6em;
	float: left;
	padding: 5px 1em 0 0;
}
.table_fieldtitle1 {/*20201114*/
    width: 40%;
    float: left;
    padding: 5px 1em 0 0;
    font-weight:bold;
    font-size:20px;
}
.table_fieldtitle2 {
    width: 20%;
    float: left;
    padding: 5px 1em 0 0;
    font-weight: bold;
    font-size: 20px;
}
.table_fieldvalue1 {
    width: 40%;
    float: left;
    padding: 5px 1em 0 0;
}
.table_fieldvalue2 {
    width: 20%;
    float: left;
    padding: 5px 1em 0 0;
}
.form_ctrol {
	top: 0;
	left: 0;
	display: block;
	margin-left: 6em;
	vertical-align: middle;
}
/*20210424*/
.form_text_row {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.form_text_label {
    width: 6em;
    float: left;
    padding: 5px 1em 0 0;
}

.form_text_ctrol {
    top: 0;
    left: 0;
    display: block;
    margin-left: 6em;
    vertical-align: middle;
}

.form_ctrol > span,
.form_text_ctrol > span {
    display: inline-block;
    padding-top: 5px;
}

.form_ctrol_inline input, .form_ctrol_inline select, .form_ctrol_inline label {
	display: inline-block;
	width: auto;
}
.form_row .upload_img {
	width: 100px;
}
.form_row .upload_img img {
	width: 100%;
	height: auto;
}
/*20210424*/
/*加入會員表單排版---------------------------------------------------------------------*/
.member_form {
    width: 712px;
    margin: 30px auto;
    border: 1px #ff7696 solid;
}

.member_form_title {
    background: #ff7696;
    color: #fff;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 2em;
}

.member_form2 {
    width: 540px;
    margin: 30px auto;
}

.form_row2 {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.form_label2 {
    width: 5.5em;
    float: left;
    padding: 5px 0 0 0;
    font-size: 1em;
    color: #333;
    text-align: right;
}

.form_ctrol2 {
    top: 0;
    left: 0;
    display: block;
    margin-left: 5.5em;
    margin-right: 2em;
    vertical-align: middle;
    text-align: left;
}

.form_icon2 {
    position: absolute;
    top: 3px;
    right: 0;
    width: 2em;
    display: block;
    text-align: right;
}

.form_icon {
	display: inline-block;
	color: #fff;
	background: #ff7696;
	border-radius: 15px;
	font-size: 18px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;/*20250412*/
}
.form_icon_shop { /*20230318*/
	display: inline-block;
	color: #fff;
	background: #ff7f27;
	border-radius: 15px;
	font-size: 18px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: normal;
}

.form_ctrol2_inline {
    vertical-align: middle;
}

    .form_ctrol2_inline .form-control {
        width: 10em;
        display: inline-block !important;
        vertical-align: middle;
        vertical-align: bottom;
    }

    .form_ctrol2_inline img {
        display: inline-block !important;
        height: 35px;
        width: auto;
        vertical-align: bottom;
        border-radius: 4px;
    }

@media (max-width: 800px) {
    .member_form {
        width: 100%;
        margin: 30px auto;
        border: none;
        text-align: center;
    }

    .member_form_title {
        background: none;
        color: #333;
        margin: 0;
        display: inline-block;
        border-bottom: 2px #f55a8d solid;
        font-size: 20px;
        line-height: 1.5em;
    }

    .member_form2 {
        width: 540px;
        margin: 30px auto;
    }
}

@media (max-width: 640px) {
    .member_form2 {
        width: auto;
        margin: 30px;
    }
}

@media (max-width: 414px) {
    .form_ctrol2_inline .form-control {
        width: 8em;
    }

    .member_form2 .btn_row {
        margin-top: 0;
    }

        .member_form2 .btn_row .btn {
            width: 100% !important;
            padding-left: 0;
            padding-right: 0;
        }
}

@media (max-width: 375px) {
    .member_form2 {
        width: auto;
        margin: 30px 20px;
    }

    .form_row2 {
        /* overflow: hidden; */
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

    .form_label2 {
        width: auto;
        float: none;
        padding: 0;
        text-align: left;
    }

    .form_ctrol2 {
        top: 0;
        left: 0;
        display: block;
        margin-left: 0;
        margin-right: 2em;
        vertical-align: middle;
        text-align: left;
    }

    .form_icon2 {
        top: 28px;
    }

    .form_ctrol2_inline .form-control {
        width: 8em;
    }
}

/*加入會員表單流程圖---------------------------------------------------------------------------------*/
.member_Process_box {
    display: block;
    margin-left: 14%;
    margin-right: 14%;
    margin-top: 1.5em;
    margin-bottom: 1em;
    overflow: hidden;
}

.member_Process {
    display: block;
}

    .member_Process li {
        position: relative;
        display: block;
        text-align: center;
        background-image: url(../../Comm_Images/member_stop.png);
        background-position: center 26px;
        float: left;
        width: 33.33%;
        color: #b6b6b6;
        background-repeat: no-repeat;
    }

        .member_Process li:first-child {
            background-image: url(../../Comm_Images/member_stop-1.png);
        }

        .member_Process li:last-child {
            background-image: url(../../Comm_Images/member_stop-2.png);
        }

        .member_Process li i {
            border-color: #b6b6b6;
        }

        .member_Process li.active {
            color: #ff7696;
        }

            .member_Process li.active i {
                border-color: #ff7696;
            }

        .member_Process li i {
            display: inline-block;
            width: 54px;
            height: 54px;
            font-size: 30px;
            line-height: 54px;
            color: inherit;
            text-align: center;
            border: 2px solid;
            border-radius: 50%;
            background: #fff;
        }

        .member_Process li span {
            font-size: 16px;
            color: inherit;
            display: block;
            padding-top: 3px;
        }

@media (max-width: 640px) {
    .member_Process_box {
        margin-left: 0;
        margin-right: 0;
    }

    .member_Process li i {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 50px;
    }

    .member_Process li span {
        font-size: 15px;
    }
}

/*會員專區標題區 20211202未更新階段二-----------------------------------------------------------------------------------------*/
.member_show_title {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

    .member_show_title h3 {
        font-size: 24px;
        float: left;
        margin: 0;
        padding: 0;
        color: #666;
        width: 25%;
    }

.member_show_right {
    float: right;
    text-align: right;
    width: 75%;
}
.member_show_right2 {/*20210717*/
	float: right;
	text-align: left;
/*	width: 75%;*/
}

	.member_show_right a {
		margin: 1%;
		display: inline-block;
	}
	.member_show_right2 a {
		margin: 1%;
		display: inline-block;
		color:#333;
	}
.member_show_ul {
    display: inline-block;
    margin: 1%;
}

    .member_show_ul li {
        display: inline-block;
        font-size: 15px;
        line-height: 1em;
    }

        .member_show_ul li:first-child {
            font-weight: bold;
        }

        .member_show_ul li:after {
            display: inline-block;
            /* font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; */
            /* text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
            font-size: 10px;
            line-height: 15px;
            width: 19px;
            text-align: center;
            color: #333;
            content: "|";
            vertical-align: top;
        }

        .member_show_ul li:first-child:after,
        .member_show_ul li:last-child:after {
            content: "";
            width: 0;
        }
/*20210701*/
.member_show_ul2 {
	display: inline-block;
	margin: 1%;
}

	.member_show_ul2 li {
		display: inline-block;
		font-size: 15px;
		line-height: 1em;
	}


@media (max-width: 1024px) {
    .member_show_title h3 {
        font-size: 22px;
        float: none;
        margin: 0;
        padding: 0;
        color: #666;
        width: 100%;
    }

	.member_show_right {
		float: right;
		float: none;
		text-align: right;
		margin-top: 0.5em;
		width: 100%;
	}

	 .member_show_right2 { /*20210717*/
		float: right;
		float: none;
		text-align: left;
		margin-top: 0.5em;
		width: 100%;
	}
}

@media (max-width: 640px) {
    .member_show_title {
        margin-top: 1em;
    }

	.member_show_right, .member_show_right2 { /*20210717*/
		text-align: left;
	}

    .member_show_ul li {
        /* padding-bottom: 0.5em; */
    }
}
/*我的商店區塊--------------*/
.member_store_row {
  position: relative;
  display: block;
  overflow: hidden;
}
.member_store_left {
  float: left;
  width: 250px;
}
.member_store_right {
  margin-left: 300px;
}
.member_store_left img {
  width: 100%;
  height: auto;
}
.member_store_icon {
  display: block;
}
.member_store_icon li {
  display: inline-block;
  margin: 3px;
}
.member_store_icon li a {
  display: block;
  padding: 0.35em 1em;
  background: #ff8595;
  color: #fff;
}
.member_store_icon li a:hover {
  background: #f7556a;
}
.member_store_icon li i {
  display: inline-block;
  padding-right: 4px;
}

a.member_store_icon_bg02 {
  background: #d4b36b !important;
}

a.member_store_icon_bg03 {
  background: #c197cc !important;
}

a.member_store_icon_bg04 {
  background: #6dc58f !important;
}

a.member_store_icon_bg05 {
  background: #75c3d6 !important;
}

a.member_store_icon_bg02:hover {
  background: #be9d55 !important;
}

a.member_store_icon_bg03:hover {
  background: #a577b1 !important;
}

a.member_store_icon_bg04:hover {
  background: #54ad76 !important;
}

a.member_store_icon_bg05:hover {
  background: #5babbe !important;
}

.member_level_explain_box .table th {
  background: #f1f1f1;
  text-align: center;
}
.member_level_explain_box .table td {
  text-align: center;
  color: #555;
}

.member_level_explain_box .table .btn {
  color: #fff;
  padding: 0.2em 0.75em;
  margin: 0 3px;
}

.member_level_explain_box .table .btn01 {
  background: #75b9e6;
}

.member_level_explain_box .table .btn02 {
  background: #f4b162;
}

.member_level_explain_box .table .btn03 {
  background: #9bc95f;
}
.member_level_explain_box .table .btn04 {
  background: #54c4cc;
}

.member_level_explain_box .table .text-left {
  text-align: left !important;
}

.member_level_explain_box .table .th01 {
  width: 50%;
}
.member_level_explain_box .table .th02 {
  width: 10%;
}
.member_level_explain_box .table .th03 {
  width: 20%;
}
@media (max-width: 1160px) {
  .member_level_explain_box .table .th01 {
    width: auto;
  }
  .member_level_explain_box .table .th02 {
    width: 11%;
  }
  .member_level_explain_box .table .th03 {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .member_level_explain_box .table .th01 {
    width: auto;
  }
  .member_level_explain_box .table .th02 {
    width: 13%;
  }
  .member_level_explain_box .table .th03 {
    width: 27%;
  }
}

@media (max-width: 1024px) {
  .member_show_title h3 {
    font-size: 22px;
    float: none;
    margin: 0;
    padding: 0;
    color: #666;
    width: 100%;
  }

  .member_show_right {
    float: right;
    float: none;
    text-align: right;
    margin-top: 0.5em;
    width: 100%;
  }

  /*我的商店區塊--------------*/

  .member_store_left {
    float: left;
    width: 200px;
  }
  .member_store_right {
    margin-left: 230px;
  }
}

@media (max-width: 640px) {
  .member_show_title {
    margin-top: 1em;
  }

  .member_show_right {
    text-align: left;
  }

  .member_show_ul li {
    /* padding-bottom: 0.5em; */
  }

  /*我的商店區塊--------------*/

  .member_store_left {
    float: left;
    width: 150px;
  }
  .member_store_right {
    margin-left: 150px;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  /*我的商店區塊--------------*/

  .member_store_left {
    float: none;
    width: 100%;
    background: #ff8595;
  }
  .member_store_left img {
    display: none;
  }
  .member_store_right {
    margin-left: 0;
  }
}

/*會員的心得列表 20220702--------------------------------------------------------------------------*/
.member_list_card .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.card_img {
  display: block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}
.card_img img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.card_img .smallicon {/*20220625*/
	width: auto !important;
}
	.card_img .largeicon { /*20230408*/
		height: 250px !important;
		width: auto !important;
	}
a:hover.card_img img,
a:focus.card_img img,
a:active.card_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.member_list_card .card-title {
  font-size: 16px;
  color: #f9577d;
  line-height: 1.6em;
  margin: 0;
  padding: 0.25em  0;
  font-weight: normal;
}
.member_list_card .card-text {
  margin:  0;
  padding: 0;
  height: 5.1em;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #555;
  line-height: 1.7em;
}

.member_list_card .card-text  p {
      text-align: left;
      margin: 0;
      padding: 0;
      font-size: 15px;
      color: #555;
      line-height: 1.7em;
  }

.member_list_card .card-text2 {
  font-size: 15px;
  color: #555;
  padding: 0;
  margin:0.5em  0 0 0;
 
}
@media(max-width:1024px){
  .member_list_card .card-title {
    font-size: 15px; 
   
  }
}


/*會員的心得列表---------------------------------------------------------------------------*/
.my_member_list {
    display: block;
    overflow: hidden;
}

    .my_member_list li {
        float: left;
        width: 23%;
        margin: 1%;
        display: block;
        overflow: hidden;
    }

.my_member_list_img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

    .my_member_list_img img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
	.my_member_list_img .smallicon { /*20211023*/
		width: auto !important;
	}
	.my_member_list_img .largeicon { /*20230408*/
		height: 250px !important;
		width: auto !important;
	}
.my_member_list_box {
    display: block;
}

.my_member_list_title {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
}

    .my_member_list_title h3 {
        font-size: 16px;
        color: #f9577d;
        line-height: 1.6em;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

.my_member_list_text {
    margin: 0 0 5px 0;
    padding: 0;
    height: 5.1em;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    color: #555;
    line-height: 1.7em;
}

    .my_member_list_text p {
        text-align: left;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #555;
        line-height: 1.7em;
    }

.my_member_list_time {
    font-size: 15px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .my_member_list li {
        width: 31.33%;
    }
}

@media (max-width: 480px) {
    .my_member_list li {
        width: 47%;
        margin: 1.5%;
    }
}

/*會員的專屬銷售網址-----------------------------------------------------------------------------------*/
.buy_box {
    display: block;
    background: #f3f3f3;
    overflow: hidden;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.buy_left {
    float: left;
    width: 49%;
    margin-right: 1%;
}

    .buy_left:last-child {
        width: 49%;
        margin-left: 1%;
        margin-right: 0;
    }

.buy_p_img {
    display: block;
}

    .buy_p_img img {
        display: block;
        width: 100%;
        height: auto;
    }

.buy_btn3 {
    overflow: hidden;
    display: block;
}

    .buy_btn3 .btn {
        float: left;
        width: 42%;
        margin: 1%;
        padding-left: 0;
        padding-right: 0;
    }

        .buy_btn3 .btn:first-child,
        .buy_btn3 .btn:last-child {
            margin: 1% 0;
            width: 28%;
        }

.buy_ps {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

    .buy_ps i {
        display: block;
        float: left;
        width: 1em;
        padding: 0;
        margin-top: 3px;
        font-size: 28px;
    }

    .buy_ps p {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        display: block;
        margin-left: 1.6em;
        vertical-align: middle;
        font-size: 15px;
        line-height: 1.6em;
    }

@media (max-width: 1160px) {
    .buy_box {
        padding: 10px 25px;
        margin-bottom: 20px;
    }

    .buy_left {
        width: 40%;
        margin-right: 1%;
    }

        .buy_left:last-child {
            width: 58%;
        }

    .buy_btn3 .btn {
        font-size: 16px;
    }

    .buy_left .form_row {
        margin-bottom: 7px;
    }
}

@media (max-width: 920px) {
    .buy_box {
        display: block;
        background: none;
        overflow: hidden;
        padding: 15px 0;
        margin-bottom: 30px;
        width: 80%;
        margin: 0 auto;
    }

    .buy_left {
        float: none;
        width: 100%;
        margin-right: 0;
    }

        .buy_left:last-child {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    .buy_btn3 .btn {
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    .buy_box {
        width: 90%;
    }

    .buy_btn3 .btn {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .buy_box {
        width: 94%;
    }

    .buy_btn3 .btn {
        font-size: 16px;
    }

    .buy_left .form_group_title {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media (max-width: 375px) {
    .buy_left .form_label {
        float: none;
        width: auto;
    }

    .buy_left .form_ctrol {
        margin-left: 0;
    }

    .buy_left .form_text_row {
        margin-bottom: 0;
    }
}

/*會員專區-----------------------------------------------------------------------------------*/
.member_data_row {
    position: relative;
    display: block;
    width: 960px;
    margin: 2em auto;
    overflow: hidden;
}

.member_data_avatar {
    display: block;
    float: left;
    width: 210px;
}

.member_data_txt {
    top: 0;
    left: 0;
    display: block;
    vertical-align: middle;
    margin-left: 270px;
}

.member_data_avatar2 {
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 50%;
}

    .member_data_avatar2 img {
        width: 100%;
        height: auto;
    }

.member_data_name {
    font-size: 24px;
}

.member_data_p {
    display: block;
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.7em;
}

.member_data_p {
    display: block;
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.7em;
    color: #444;
}

    .member_data_p a,
    .member_data_p a:hover {
        color: #ec437a;
    }

@media (max-width: 1160px) {
    .member_data_row {
        width: 90%;
    }

    .member_data_txt {
        margin-left: 240px;
    }
}

@media (max-width: 1024px) {
    .member_data_avatar {
        display: block;
        float: left;
        width: 200px;
    }

    .member_data_avatar2 {
        width: 170px;
        height: 170px;
    }

    .member_data_txt {
        margin-left: 200px;
    }
}

@media (max-width: 640px) {
    .member_data_row {
        margin-top: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .member_data_avatar {
        display: block;
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
    }

    .member_data_avatar2 {
        display: inline-block;
        width: 170px;
        height: 170px;
    }

    .member_data_txt {
        margin-left: 0;
    }

    .member_data_name {
        font-size: 20px;
    }

    .member_data_p {
        font-size: 15px;
        margin-bottom: 0;
    }
}

/*-----*/
.member_level_explain_box {
    display: block;
    width: 1180px;
    margin: 2em auto;
}
/*妃幣使用說明*/
.coin_ps {
    margin-left: 1em;
}

    .coin_ps li {
        display: block;
    }

        .coin_ps li h4 {
            color: #f9577d;
            font-size: 22px;
        }

        .coin_ps li p {
            display: block;
            color: #444;
        }

        .coin_ps li i {
            display: inline-block;
            padding-right: 0.5em;
        }

.coin_ul {
  display: block;
  margin: 0 0 0 1em;
}
.coin_ul li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin: 5px 0;
}

.coin_ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: rgb(253, 121, 154);
  content: "\f006";
  position: absolute;
  top: 3px;
  left: 0;
}

@media (max-width: 1280px) {
    .member_level_explain_box {
        width: 90%;
    }
}

@media (max-width: 640px) {
    .member_level_explain_box {
        display: block;
        margin: 1em auto;
    }

        .member_level_explain_box hr {
            margin-top: 0;
            margin-bottom: 0;
        }
}

@media (max-width: 540px) {
    .member_level_explain_box {
        width: auto;
        margin-left: 15px;
        margin-right: 20px;
    }

    .coin_ps {
        margin-left: 0.5em;
    }
}
/*妃幣折抵區塊 20211225-----------------------------------------------------*/
.discount_box {
    display: block;
    background-image: url(../../Comm_Images/bg03.jpg);
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
}

.discount_btn {
    float: left;
    width: 58%;
}

.discount_icon {
    display: block;
    float: left;
    width: 42%;
    text-align: center;
}

/*-大標圖片---*/
.discount_btn_img {
    display: block;
    padding-top: 45px;
    text-align: center;
}
/*按鈕----------*/
.discount_btn_ul {
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .discount_btn_ul li {
        display: inline-block;
    }

        .discount_btn_ul li a {
            background: #ff6c88;
            display: block;
            padding: 0.35em 1em;
            color: #fff;
            border-radius: 4px;
            font-size: 18px;
            margin: 3px 6px;
        }

/*icon----*/
.discount_icon_ul {
    display: inline-block;
    width: 420px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.discount_icon li {
    display: block;
    float: left;
    text-align: center;
    margin: 6px;
}

    .discount_icon li img {
        vertical-align: bottom;
    }

@media (max-width: 1160px) {
    .discount_btn {
        float: none;
        width: auto;
    }

    .discount_icon {
        float: none;
        width: auto;
    }

    /*-大標圖片---*/
    .discount_btn_img {
        padding-top: 30px;
    }
    /*按鈕----------*/
    .discount_btn_ul {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    /*icon----*/
    .discount_icon_ul {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 960px) {
    .discount_icon_ul li {
        width: 100px;
    }

        .discount_icon_ul li img {
            width: 100%;
            height: auto;
        }
}

@media (max-width: 800px) {
    .discount_icon_ul {
        display: inline-block;
        width: 403px;
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .discount_icon li {
        display: block;
        float: left;
        text-align: center;
        margin: 6px;
        width: auto;
    }
}

@media (max-width: 640px) {
    .discount_btn_img {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        .discount_btn_img img {
            width: 100%;
            height: auto;
        }

    .discount_btn_ul li a {
        font-size: 16px;
    }

    .discount_icon h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .discount_icon_ul {
        width: 270px;
    }
}
/*訂購導向頁 20250202---------------------------------------------------------------------------------*/
.create_trade_box {
    display: block;
    background: #f3f3f3;
    overflow: hidden;
    padding: 20px 50px 20px 30px;
    width: 700px;
    margin: 0 auto;
    border: 1px #ccc solid;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .create_trade_box .form_text_label {
        text-align: right;
    }

@media (max-width: 800px) {
    .create_trade_box {
        background: none;
        padding: 0;
        width: 80%;
        margin: 0 auto;
        border: none;
        border-radius: 0;
        margin: 30px auto;
    }
}

/*圖片ul-----------------------------------------------------------------------------*/
.img_ul {
}
.img_ul li {
	float: left;
	width: 15.66%;
	margin: 0.5%;
	text-align: center;
}
.img_ul li img {
	width: 100%;
	height: auto;
}
.img_ul li p {
	margin: 0;
	font-size: 16px;
}
@media(max-width:1024px) {
.img_ul li p {
	font-size: 15px;
}
}
@media(max-width:640px) {
.img_ul li {
	width: 32.33%;
}
}
/*checkbox-inline2字數較長時使用----------------------------------------------------------------*/
.checkbox-inline2 input, .checkbox-inline2 label {
	display: inline;
}
/*----------------------------------------------------------------------------------------------*/
/* ------------------ File upload --------------------*/
.file-upload {
	width: 200px;
	float: left;
	margin-right: 10px;
	background-color: #fff !important;
}
.file-upload2 {
	width: 200px;
	float: left;
	margin-right: 10px;
	background-color: #fff !important;
	border: 1px #e65f7b solid;
}
/*手風琴區===============*/
/*.card {
	margin: 0;
}
.card-header {
	background: #ff699a;
	color: #fff;
}
.card-header button {
	color: #fff;
}
.collapse {
	margin: 0;
}
.card-body {
	background: #fff;
}*/






/*--------------------------------------------------------------------------------------*/
#sign_row {
	display: block;
	margin-top: 50px
}
#sign_row.sticky3 {
	position: fixed;
	bottom: 0;
	left: 0;
	/*background: rgba(255, 255,255, 0.7); 20191130*/
    background: #fff;
	z-index: 9999;
	display: block;
	width: 100%;
	margin: 0;
	border: none;
	padding: 10px 0;
	border-top: 2px #d2485f solid;
}
#sign_row.sticky3 .mt15 {
	margin-top: 5px;
}
#sign_row.sticky3 .btn-xl {
	font-size: 18px;
}
.product {/*20191228*/
    z-index: 2;
    background-color: rgba(100%,100%,100%,0.8);
    color: #404040;
}

/*--------------------------------------------------------------------------------------*/
/*20200112*/

.text_ps h2 {
    background-color: #ffeaf2;
    border-left-style: solid;
    border-color: #fc7faf;
    border-width: 8px;
    padding: 10px;
}


/*20210306*/
/*文章搜尋標題----------------------------------------------------------------------*/
.search_row {
  overflow: hidden;
  margin: 1em 1% 0 1%;
}
.search_row_2 {/*20210821*/
	overflow: hidden;
	margin: 1em 1% 0 1%;
	text-align:center;
	color:red;
	font-size:18px;
}
.search_row_left {
  float: left;
}
.search_row_right {
  float: right;
}
.search_row_right p {
  font-size: 15px;
  color: #555;
}
.search_title {
  position: relative;
  color: #ff5f88;
  font-size: 30px;
  margin: 0;
  height: 0;
}
.search_title:after {
  position: absolute;
  color: #ff5f88;
  font-size: 30px;
  line-height: 1.5em;
  width: 4em;
  height: 1em;
  content: "";
  border-top: 1px #666 solid;
  top: 0.6em;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .search_row {
    overflow: hidden;
    margin-top: 1em;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
	.search_row_2 {
		overflow: hidden;
		margin-top: 1em;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
  .search_title {
    font-size: 24px;
  }
  .search_title:after {
    width: 4em;
    top: 0.5em;
  }
}
@media (max-width: 960px) {
  .search_row_right p {
    margin: 0;
  }
}
@media (max-width: 568px) {
  .search_row {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
	.search_row_2 {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}
  .search_row_left {
    float: none;
    display: block;
  }

  .search_row_right {
    float: none;
    display: block;
    height: auto;
  }

  .search_title {
    height: 1.5em;
  }
  .search_title:after {
    line-height: 1.5em;
    width: 3em;
    top: 0.5em;
  }
}

/*文章搜尋列表----------------------------------------------------------------------*/
.search_ul {
  display: block;
  overflow: hidden;
}
.search_ul li {
  float: left;
  width: 31.33%;
  margin: 1%;
  border: 1px #ccc solid;
  border: 1px solid #d2d2d2;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left 6, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
  background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 6px);
}
.search_ul_img {
  display: block;
}
.search_ul_img img {
  width: 100%;
  height: auto;
}
.search_ul_box {
  display: block;
  padding: 10px 20px;
}
.search_ul_title {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0 0 0;
  line-height: 1.5em;
  height: 3.5em;
  overflow: hidden;
}
.search_ul_title h2 {
  color: #ff5f88;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.search_ul_row {
  overflow: hidden;
}

.search_ul_name {
  float: left;
  color: #2e2e2e;
}
.search_ul_num {
  float: right;
  color: #4b88e4;
  font-size: 15px;
}
.search_ul_class {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 0;
  margin: 0;
  color: #7f7f7f;
  font-size: 15px;
}

.search_ul_p {
  font-size: 15px;
  line-height: 1.7em;
  width: auto;
  height: 6.8em;
  margin: 10px 0 20px 0;
  overflow: hidden;
}
.search_ul_p p {
  margin: 0;
  line-height: 1.7em;
  color: #333;
}

@media (max-width: 1440px) {
  .search_ul {
    display: block;
    overflow: hidden;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .search_ul li {
    float: left;
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 568px) {
  .search_ul li {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .search_ul_box {
    padding: 8px 12px;
  }
  .search_ul_title {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0 0 0;
    line-height: 1.5em;
    height: 3.5em;
    overflow: hidden;
  }
  .search_ul_title h2 {
    color: #ff5f88;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
  }
  .search_ul_p {
    margin-bottom: 10px;
  }
}

@media (max-width: 414px) {
  .search_ul_name {
    float: none;
    color: #2e2e2e;
  }
  .search_ul_num {
    float: none;
    padding-top: 5px;
  }
}

/*專家搜尋列表----------------------------------------------------------------------*/
.search_result_ul {
  display: block;
  overflow: hidden;
}
.search_result_ul li {
  float: left;
  width: 31.33%;
  margin: 1%;
  border: 1px #ccc solid;
  border: 1px solid #d2d2d2;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left 6, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
  background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 6px);
  text-align: center;
}
.search_result_ul_img {
  display: inline-block;
  width: 350px;
  height: 350px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 50%;
}
.search_result_ul_img img {
  width: 100%;
  height: auto;
}
.search_result_ul_box {
  display: block;
  padding: 10px 20px;
}
.search_result_ul_title {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_result_ul_class {
  display: inline-block;
  background: #ff6c90;
  color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 2em;
}

.search_result_ul_p {
  text-align: left;
  font-size: 15px;
  line-height: 1.7em;
  width: auto;
  height: 3.4em;
  margin: 10px 0 20px 0;
  overflow: hidden;
}
.search_result_ul_p p {
  margin: 0;
  line-height: 1.7em;
  color: #333;
}
.search_result_ul_num {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}
.search_result_ul_num li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #555;
  font-size: 15px;
}
.search_result_ul_num li i {
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 1440px) {
  .search_result_ul {
    display: block;
    overflow: hidden;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) {
  .search_result_ul_img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 1100px) {
  .search_result_ul_img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 960px) {
  .search_result_ul_img {
    width: 200px;
    height: 200px;
  }

  .search_result_ul_p {
    margin-top: 0;
  }
}

/*@media (max-width: 860px) {
  .search_result_ul_img {
    width: 200px;
    height: 200px;
    margin-top: 20px;
  }
}*/

@media (max-width: 768px) {
  .search_result_ul li {
    float: left;
    width: 48%;
    margin: 1%;
  }

  .search_result_ul_img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 680px) {
  .search_result_ul_img {
    width: 220px;
    height: 220px;
  }
  .search_result_ul_title {
    font-size: 16px;
  }
  .search_result_ul_class {
    line-height: 1.6em;
  }

  .search_result_ul_p {
    margin-bottom: 10px;
  }
  .search_result_ul_num li {
    float: none;
    width: auto;
  }
  .search_result_ul_num {
    margin-bottom: 0;
  }
}

@media (max-width: 568px) {
  .search_result_ul li {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .search_result_ul_img {
    width: 180px;
    height: 180px;
  }
  .search_result_ul_box {
    padding: 8px 12px;
  }
  .search_result_ul_num li {
    float: none;
    width: auto;
  }
  .search_result_ul_num {
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  .search_result_ul_img {
    width: 140px;
    height: 140px;
  }
  .search_result_ul_num li {
    float: none;
    width: auto;
  }
  .search_result_ul_num {
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .search_result_ul_img {
    width: 120px;
    height: 120px;
  }
  .search_result_ul_num li {
    float: none;
    width: auto;
  }
  .search_result_ul_num {
    margin-bottom: 0;
  }
}

/*分頁------------------------------------------------------------------*/
.page_footer {
  clear: both;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0.4em 0;
  width: 2.5em;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  color: #555;
  margin-top: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #c1c1c1;
  border-color: #ccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #c1c1c1;
  border-color: #ccc;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #ccc;
}
@media (max-width: 1024px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 0.2em 0;
    width: 2em;
  }
}
@media (max-width: 414px) {
  .page_footer {
    margin-bottom: 10px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*03試用心得瀏覽_分類--------------------------------------------------------------------------------------------------*/
.list_article_ul_title {
  display: block;
  margin-top: 2em;
}
.list_article_ul_title h1 {
  font-size: 32px;
  margin-bottom: 0;
}

.list_article_ul {
  display: block;
  width: 1000px;
  margin: 2em auto;
  overflow: hidden;
}
.list_article_ul li {
  float: left;
  display: block;
  width: 20%;
  text-align: center;
  padding-bottom: 1em;
}

.list_article_ul li a {
  display: inline-block;
  width: 130px;
  height: 130px;
  background-size: cover;
}

.list_article_ul li p {
  display: block;
  font-size: 15px;
}
/*1 1
    6
  2 3
  3 2
  4 5
  5 4
  6 7
  7 8
  8 9
  9 11
  1010*/
.list_article_icon01 {
    background-image: url(../../Comm_Images/icon01.svg);
    background-size: cover;
}

.list_article_icon01:hover {
  background-image: url(../../Comm_Images/icon01_2.svg);
}
.list_article_icon02 {
  background-image: url(../../Comm_Images/icon02.svg);
}
.list_article_icon02:hover {
  background-image: url(../../Comm_Images/icon02_2.svg);
}
.list_article_icon03 {
  background-image: url(../../Comm_Images/icon03.svg);
}
.list_article_icon03:hover {
  background-image: url(../../Comm_Images/icon03_2.svg);
}
.list_article_icon04 {
  background-image: url(../../Comm_Images/icon04.svg);
}
.list_article_icon04:hover {
  background-image: url(../../Comm_Images/icon04_2.svg);
}

.list_article_icon05 {
  background-image: url(../../Comm_Images/icon05.svg);
}
.list_article_icon05:hover {
  background-image: url(../../Comm_Images/icon05_2.svg);
}

.list_article_icon06 {
  background-image: url(../../Comm_Images/icon06.svg);
}
.list_article_icon06:hover {
  background-image: url(../../Comm_Images/icon06_2.svg);
}

.list_article_icon07 {
  background-image: url(../../Comm_Images/icon07.svg);
}
.list_article_icon07:hover {
  background-image: url(../../Comm_Images/icon07_2.svg);
}

.list_article_icon08 {
  background-image: url(../../Comm_Images/icon08.svg);
}
.list_article_icon08:hover {
  background-image: url(../../Comm_Images/icon08_2.svg);
}

.list_article_icon09 {
  background-image: url(../../Comm_Images/icon09.svg);
}
.list_article_icon09:hover {
  background-image: url(../../Comm_Images/icon09_2.svg);
}

.list_article_icon10 {
  background-image: url(../../Comm_Images/icon10.svg);
}
.list_article_icon10:hover {
  background-image: url(../../Comm_Images/icon10_2.svg);
}
.list_article_icon11 {
    background-image: url(../../Comm_Images/icon11.svg);
}
.list_article_icon11:hover {
    background-image: url(../../Comm_Images/icon11_2.svg);
}
.list_article_icon12 {
	background-image: url(../../Comm_Images/icon12.svg);
}

.list_article_icon12:hover {
	background-image: url(../../Comm_Images/icon12_2.svg);
}
@media (max-width: 1160px) {
  .list_article_ul {
    width: 90%;
  }
  .list_article_ul_title {
    margin-top: 1em;
  }
}

@media (max-width: 960px) {
  .list_article_ul_title h1 {
    font-size: 24px;
  }

  .list_article_ul li a {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .list_article_ul li a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .list_article_ul li {
    width: 25%;
  }
}
@media (max-width: 540px) {
  .list_article_ul_title {
    margin-top: 0;
  }
  .list_article_ul_title h1 {
    font-size: 24px;
  }
  .list_article_ul li {
    width: 33.33%;
  }
}

@media (max-width: 375px) {
  .list_article_ul li a {
    width: 86px;
    height: 86px;
  }

  .list_article_ul li p {
    font-size: 14px;
  }
}

/*商品心得 商品分類nav------------------------------------------------------------------------------*/
.article_class_nav {
  display: block;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  text-align:center; /*20250322*/
}
.article_class_nav li {
  display: inline-block;
  margin: 2px;
}
.article_class_nav li a {
  color: #333;
  display: block;
  padding: 0.25em 1em;
  border: 1px #ccc solid;
  font-size: 15px;
}
.article_class_nav li a:hover,
.article_class_nav li .active,
.article_class_nav li.active a {
  color: #fff;
  background: #ff5f88;
}
@media (max-width: 960px) {
  .article_class_nav {
    margin-left: 2%;
    margin-right: 2%;
  }
}

/*------------------------------------------------------------------------------------------------------*/
.ArticleTrial_list {
  display: block;
}
.ArticleTrial_list > li {/*20240428*/
  text-align: center;
  float: left;
  width: 31.33%;
  margin: 1%;
  display: block;
}
.ArticleTrial_list > li img {
  width: 100%;
  height: auto;
}
.ArticleTrial_list > li img:hover {
}
.ArticleTrial_list > li p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: 0;
  font-size: 16px;
  color: #555;
}

@media (max-width: 960px) {
  .ArticleTrial_list >  li {
    width: 29.33%;
    margin: 2%;
  }
}

@media (max-width: 540px) {
  .ArticleTrial_list >  li {
    width: 46%;
    margin: 2%;
  }
}

/*------------------------------------------------------------------------------------------*/
.map_row01 {
  display: block;
  margin: 1% 1% 0 1%;
}
.map {
  display: inline-block;
  font-size: 15px;
  color: #555;
  display: block;
}
.map li {
  display: inline-block;
}

.map li a,
.map li i,
.map li span {
  color: #555;
  display: inline-block;
  padding: 0 3px;
  font-size: 15px;
}
.map li a:hover,
.map li.active,
.map li a.active {
  color: #ec437a;
}

@media (max-width: 960px) {
  .map_row01 {
    margin-left: 2%;
    margin-right: 2%;
  }
}

/*大圖----------------------------------------------------------------------------*/
.img100 {
  display: block;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;/*20250419*/
}
.img100 img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .img100 {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.comm_mark_big {
	position: absolute;
	bottom: 3%;
	right: 4%;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(255,101,123,.8);
	color: #fff;
	text-align: center;
}
.comm_mark_bigx {/*20250508*/
	position: absolute;
	bottom: 38.5%;
	right: 38.5%;
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(255,101,123,.8);
	color: #fff;
	text-align: center;
}
	.comm_mark_big i, .comm_mark_big span, .comm_mark_bigx i, .comm_mark_bigx span {
		display: block;
		font-size: 24px;
		line-height: 1em;
	}
.btn02 {
	background-image: url(/Management/images/button_bg02_02.png);
	color: #FFF !important;
	text-align: center;
	padding: 7px 23px 11px 23px;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

@media(max-width:540px) {
	.comm_mark_big {
		position: absolute;
		bottom: 10%;
		right: 4%;
		display: block;
		width: 85px;
		height: 80px;
		border-radius: 50%;
		background: rgba(255,101,123,.8);
		color: #fff;
		text-align: center;
	}
	
	.comm_mark_bigx {
			position: absolute;
			bottom: 34%;
			right: 34%;
			display: block;
			width: 127.5px;
			height: 120px;
			border-radius: 50%;
			background: rgba(255,101,123,.8);
			color: #fff;
			text-align: center;
		}

			.comm_mark_big i, .comm_mark_big span, .comm_mark_bigx i, .comm_mark_bigx span {
				font-size: 14px;
				line-height: 1em;
			}

			.comm_mark_big .span_no, .comm_mark_bigx .span_no {
				display: none;
			}

		.sub_nav_ul {
			height: 50px
		}
}
/*試用心得-列表 20220702-----------------------------------------------------------------------*/
.experience_list {
  display: block;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}
.experience_list li {
  float: left;
  width: 25%;
  display: block;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -webkit-transition: background 250ms;
  overflow: hidden;
  padding: 0;
  height: 500px;
  position: relative;
 
}
.experience_list li:hover {
  
}
.experience_list_img {
  display: inline-block;
  width: 90%;
  height:300px;  
  overflow: hidden;
}
.experience_list_img img {
  width: 100%;
  height: auto;
}
.experience_list_box {  
  width: 90%;
  display: block;
  margin: 0 5%;
  padding: 0;
  position: absolute;
  bottom: 0;
  height: 220px;
  background: #fff;
}
.experience_list_title {
  display: block;
  width: auto;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #b761c1;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.experience_list_text {
  margin: 0;
  padding: 0;
  height: 105px;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #555;
  line-height:26px;
}
.experience_list_text p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #555;
  line-height:26px;
}

.experience_list_time {
  font-size: 15px;
  line-height: 24px;
  height: 30px;
  margin:10px 0 0 0;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.experience_list_num {
  line-height: 24px;
  height: 30px;
  margin: 0;
  font-size: 15px;
  color: #555;
  
  overflow: hidden;
}
.experience_list_num i {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 1280px) {
  .experience_list li {
    height: 470px;
   
  }
  .experience_list_img {
    height:270px;  
  }
}
@media (max-width: 1160px) {
  .experience_list li {
    height: 420px;
   
  }
  .experience_list_img {
    height:220px;  
  }
}
@media (max-width: 900px) {
  .experience_list li {
    height: 420px;
    width: 33.33%;
   
  }
  .experience_list_img {
    height:300px;  
  }
}
@media (max-width: 800px) {
  .experience_list li {
    height: 420px;
   
  }
  .experience_list_img {
    height:230px;
     
  }
}

@media (max-width: 640px) {
  .experience_list li {
    height: 450px;
    width: 50%;
   
  }
  .experience_list_img {
    height:280px;
     
  }
}

@media (max-width: 540px) {
  .experience_list li {
    height: 400px;
   
  }
  .experience_list_img {
    height:260px;
     
  }
}

@media (max-width: 480px) {
  .experience_list li {
    height: 370px;
   
  }
  .experience_list_img {
    height:240px;
     
  }
}
@media (max-width: 360px) {
  .experience_list li {
    height: 340px;
   
  }
  .experience_list_img {
    height:240px;     
  }
}

/*fck編輯區的呈現------------------------------------------------------------------------------------*/
.articleTrial_row {
  display: block;
  margin-left: 1%;
  margin-right: 1%;
}
.article_box {
  display: block;
  border: 1px #ccc solid;
  padding: 0;
  margin-bottom: 30px;
}
.article_box h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.6em;
  color: #b761c1;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.fck_box {
  display: block;
  padding: 10px 30px;
}
.article_box_ps {
  border: 1px #f55a8d dashed;
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  border-radius: 10px;
  background: #fdeef3;
}

@media (max-width: 1024px) {
  .fck_box {
    padding: 10px 20px;
  }
}

@media (max-width: 960px) {
  .articleTrial_row {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (max-width: 640px) {
  .fck img {
    width: 100% !important;
    height: auto !important;
  }
	/*20210829*/
	.fck .smallicon {
		width: auto !important;
	}
	.fck .largeicon { /*20230408*/
		height: 250px !important;
		width: auto !important;
	}
}

/*會員-------------------------------------------------------------------------------------*/
.member_icon_row {
  display: block;
  margin-bottom: 1em;
  background: #f1f1f1;
  padding: 5px 10px;
}
.member_icon_row li {
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin: 5px;
}
.member_icon_row li i {
  display: inline-block;
  padding: 0 5px;
}

/*心得分享者頭像列表------------------------------------------------------------*/
/*.article_bxslider {
}
.article_bxslider li {
  display: block;
  float: left;
  text-align: center;
}
.article_bxslider li a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
*/
/*心得分享者頭像列表------------------------------------------------------------*/
.article_bxslider {
}
.article_bxslider li {
  display: block;
  float: left;
  text-align: center;
}
.article_bxslider li a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.article_bxslider li a img {
 width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/*專家文章分類------------------------------------------------------------------*/
.ArticleExpert_class_nav {
  background: #a1c168;
  display: block;
  margin-top: 10px;
}
.ArticleExpert_class_nav li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ArticleExpert_class_nav li a {
  color: #fff;
  padding: 0.3em 0.8em;
  display: block;
}
.ArticleExpert_class_nav li a:hover,
.ArticleExpert_class_nav li.active a,
.ArticleExpert_class_nav li a.active {
  background: #000;
}

@media (max-width: 1024px) {
  .ArticleExpert_class_nav li a {
    padding: 0.2em 0.8em;
  }
}

/*專家文章次分類-------------------------------------------------------------------*/
.ArticleExpert_nav_box {
  display: block;
  overflow: hidden;
  border-top: 2px #a1c168 solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ArticleExpert_nav_box_title {
  background: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
}
.ArticleExpert_nav {
  display: block;
}
.ArticleExpert_nav li {
  display: block;
}

.ArticleExpert_nav li a {
  display: block;
  padding: 0.5em;
  font-size: 15px;
  color: #555;
  margin-left: 1em;
  margin-right: 1em;
  border-bottom: 1px #ccc solid;
}
.ArticleExpert_nav li:last-child a {
  border: none;
}
.ArticleExpert_nav li a:hover,
.ArticleExpert_nav li.active a {
  background: #f1f1f1;
}

@media (max-width: 1024px) {
  .ArticleExpert_nav_box {
    margin-top: 0.5em;
    margin-bottom: 1em;
    background: #fff;
  }
  .ArticleExpert_nav_box_title {
    background: #555;
    color: #fff;
  }
}

/*專家列表-圓形頭像--------------------------------------------------*/
.ArticleExpert_avatar {
  margin: 10px;
}
.ArticleExpert_avatar li {
  display: block;
  text-align: center;
  width: 33.33%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ArticleExpert_avatar li a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.ArticleExpert_avatar li a img {
  width: 100%;
  height: auto;
}
/*專家文章列表---------------------------------------------------------------------*/
.article_expert_ul {
  display: block;
}
.article_expert_ul li a {
  display: block;
}
.article_expert_ul li {
  display: block;
  float: left;
  width: 46%;
  margin: 2%;
  text-align: center;
}
.article_expert_ul_img {
  display: block;
  position: relative;
}

.article_expert_ul_img img {
  width: 100%;
  height: auto;
}

.article_expert_ul_avatar {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  display: block;
}

.article_expert_ul_avatar img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 2px #fff solid;
}
h2.article_expert_ul_title {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #7ea543 !important;
  text-align: left;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}

.article_expert_ul_p {
  font-size: 15px;
  line-height: 1.6em;
  width: 100%;
  height: 4.8em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #333;
  text-align: left;
}
.article_expert_ul_p p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
  color: #333;
}
.article_expert_ul_num {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  color: #333 !important;
  text-align: left;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  text-align: center;
}
.article_expert_ul_num i {
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 1160px) {
  .article_expert_ul_avatar img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .article_expert_ul_avatar img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 720px) {
  .article_expert_ul_avatar img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 414px) {
  .article_expert_ul_avatar img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 375px) {
  .article_expert_ul_avatar img {
    width: 60px;
    height: 60px;
  }
}
/*文章內容中的icon列----------------------------------------------------------*/
.article_icon {
}
.article_icon li {
  display: inline-block;
}
.article_icon li i {
  color: #555;
  display: inline-block;
  padding: 0 0.2em;
}
.article_icon li a {
  font-size: 16px;
  color: #555;
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.article_icon li:last-child a {
  padding-right: 0;
}
/*專家文章分享內容頁----------------------------------*/
.article_detail_box {
  display: block;
  margin: 2%;
}

.article_detail_title {
  margin: 0;
  font-size: 20px;
  color: #86aa3a;
  display: block;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*加入專家-----------------------------------------------------------------------------------*/
.exper_apply_main {
  display: block;
  overflow: hidden;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.exper_apply_left {
  float: left;
  width: 57%;
  margin-right: 5%;
}
.exper_apply_right {
  float: left;
  width: 38%;
}

.exper_apply_main .form_group_title::after {
  position: absolute;
  top: 50%;
  left: 11em;
  content: "";
  width: 11em;
  height: 1px;
  background: #ccc;
}

.exper_apply_box {
  border: 1px #cfcfcf solid;
  padding: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.exper_apply_box .exper_apply_box_title {
  background: #e9e9e9;
  margin: 0;
  padding: 10px;
  color: #3d3d3d;
  font-size: 20px;
}
.exper_apply_box_text {
  padding: 10px 15px;
}
.exper_apply_class {
  display: block;
  overflow: hidden;
}

.exper_apply_class li {
  float: left;
  display: block;
  width: 19%;
  margin: 0.5%;
}
.exper_apply_class li a {
  display: block;
  padding: 3px 0;
  text-align: center;
  color: #3d3d3d;
  background: #e9e9e9;
  font-size: 15px;
}
.exper_apply_class li a:hover {
  background: #666;
  color: #fff;
}

@media (min-width: 768px) {
  .exper_apply_box_text .dl-horizontal dt {
    width: 4em;
    font-weight: normal;
    line-height: 1.8em;
  }

  .exper_apply_box_text .dl-horizontal dd {
    margin-left: 4em;
    line-height: 1.8em;
  }
}

.exper_apply_mode {
  display: block;
  overflow: hidden;
}
.exper_apply_mode li {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.exper_apply_mode li i {
  font-size: 64px;
  display: block;
  color: #878787;
  height: 74px;
}

.exper_apply_mode li span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #3d3d3d;
}

/*如何成為專家*/
.how_is_exper {
  overflow: hidden;
  display: block;
}
.how_is_exper li {
  text-align: center;
  float: left;
  width: 25%;
  background-image: url(../../Comm_Images/line01.png);
  background-repeat: repeat-x;
  background-position: center 30px;
}
.how_is_exper li:first-child {
  background-image: url(../../Comm_Images/line02.png);
}
.how_is_exper li:last-child {
  background-image: url(../../Comm_Images/line03.png);
}
.how_is_exper_num {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  width: 62px;
  height: 62px;
  line-height: 58px;
  border: 2px #8f8f8f solid;
  text-align: center;
  border-radius: 50%;
  color: #8f8f8f;
  background: #fff;
}

.how_is_exper li span {
  display: block;
  font-size: 16px;
  color: #3d3d3d;
  margin-top: 0.7em;
}

@media (max-width: 1366px) {
  .exper_apply_main {
    width: 94%;
  }
}
@media (max-width: 1160px) {
  .exper_apply_class li {
    width: 32.33%;
  }
}
@media (max-width: 1024px) {
  .exper_apply_left {
    width: 59%;
    margin-right: 3%;
  }
}
@media (max-width: 960px) {
  .exper_apply_main {
    display: block;
    overflow: hidden;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .exper_apply_left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .exper_apply_right {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .exper_apply_class li {
    width: 13.28%;
  }
}

@media (max-width: 768px) {
  .exper_apply_box_text .dl-horizontal dt {
    width: 4em;
    font-weight: normal;
    line-height: 1.8em;
    float: left;
  }

  .exper_apply_box_text .dl-horizontal dd {
    margin-left: 4em;
    line-height: 1.8em;
  }
}

@media (max-width: 720px) {
  .exper_apply_class li {
    width: 15.66%;
  }
}

@media (max-width: 600px) {
  .exper_apply_class li {
    width: 19%;
  }
}

@media (max-width: 520px) {
  .exper_apply_class li {
    width: 23%;
  }
}

@media (max-width: 480px) {
  .exper_apply_main .form_group_title::after {
    width: 5em;
  }

  .how_is_exper li {
    background-position: center 25px;
  }

  .how_is_exper_num {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 48px;
  }

  .how_is_exper li span {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .exper_apply_class li {
    width: 32.33%;
  }
}

/*加入專家表單排版---------------------------------------------------------------------*/
.exper_form {
  width: 100%;
  margin: 30px auto;
}
.exper_form_title {
  color: #555;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 2em;
}

.exper_form2 {
  /* width: auto;
  margin: 30px auto; */
}
.exper_form .form_row2 {
  margin-bottom: 10px;
}
.exper_form .form_label2 {
  width: 11em;
}
.exper_form .form_ctrol2 {
  margin-left: 11em;
}
@media (max-width: 640px) {
  .exper_form .form_label2 {
    width: auto;
    float: none;
    padding: 0;
    text-align: left;
  }
  .exper_form .form_ctrol2 {
    display: block;
    margin-left: 0;
    margin-right: 2em;
    vertical-align: middle;
    text-align: left;
  }
  .exper_form .form_icon2 {
    top: 28px;
  }
  .exper_form .form_ctrol2_inline .form-control {
    width: 8em;
  }
}

/*加入專家表單流程圖---------------------------------------------------------------------------------*/
.exper_Process_box {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1em;
  overflow: hidden;
}

.exper_Process {
  display: block;
}

.exper_Process li {
  position: relative;
  display: block;
  text-align: center;
  background-image: url(../../Comm_Images/member_stop.png);
  background-position: center 26px;
  float: left;
  width: 33.33%;
  color: #b6b6b6;
  background-repeat: no-repeat;
}

.exper_Process li:first-child {
  background-image: url(../../Comm_Images/member_stop-1.png);
}
.exper_Process li:last-child {
  background-image: url(../../Comm_Images/member_stop-2.png);
}

.exper_Process li i {
  border-color: #b6b6b6;
}
.exper_Process li.active {
  color: #ff7696;
}
.exper_Process li.active i {
  border-color: #ff7696;
}
.exper_Process li i {
  display: inline-block;
  width: 54px;
  height: 54px;
  font-size: 30px;
  line-height: 54px;
  color: inherit;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
}
.exper_Process li span {
  font-size: 16px;
  color: inherit;
  display: block;
  padding-top: 3px;
  height: 3em;
}
@media (max-width: 640px) {
  .exper_Process li i {
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
  }

  .exper_Process li span {
    font-size: 15px;
  }
}

/*專家基本資料-----------------------------------------------------------------------------*/
.exper_data_row {
  position: relative;
  display: block;
  width: 960px;
  margin: 2em auto;
  overflow: hidden;
}
.exper_data_avatar {
  display: block;
  float: left;
  width: 210px;
}
.exper_data_txt {
  top: 0;
  left: 0;
  display: block;
  vertical-align: middle;
  margin-left: 270px;
}

/*-----*/
.exper_data_avatar2 {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 50%;
}
.exper_data_avatar2 img {
  width: 100%;
  height: auto;
}
.exper_data_name {
  font-size: 20px;
  text-align: center;
  margin: 0.6em 0;
}
.exper_data_type {
  text-align: center;
  margin-bottom: 0.6em;
}
.exper_data_type span {
  display: inline-block;
  background: #a6c761;
  padding: 0.3em 1em;
  color: #fff;
}
.exper_data_p {
  display: block;

  font-size: 16px;
  line-height: 1.7em;
  color: #444;
  text-align: center;
}

.exper_data_title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  line-height: 2em;
}
.exper_data_title:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background: #f9577d;
  content: "";
}

.exper_data_ps {
  display: block;
  border-left: 2px #ccc solid;
  padding-left: 1em;
  margin-left: 0.5em;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.exper_data_locate {
  display: block;
}
.exper_data_locate li {
  display: block;
  margin: 2px;
  float: left;
}
.exper_data_locate li a {
  display: block;
  padding: 0 10px;
  border: 1px #ccc solid;
  border-radius: 15px;
  font-size: 15px;
  line-height: 1.5em;
  color: #444;
}
.exper_data_locate li a:hover {
  background: #f9577d;
  color: #fff;
  border-color: #f9577d;
}
@media (max-width: 1160px) {
  .exper_data_row {
    width: 90%;
  }
  .exper_data_txt {
    margin-left: 240px;
  }
}
@media (max-width: 1024px) {
  .exper_data_avatar {
    display: block;
    float: left;
    width: 200px;
  }
  .exper_data_avatar2 {
    width: 170px;
    height: 170px;
  }

  .exper_data_txt {
    margin-left: 200px;
  }
}
@media (max-width: 640px) {
  .exper_data_row {
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .exper_data_avatar {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    text-align: center;
  }
  .exper_data_avatar2 {
    display: inline-block;
    width: 170px;
    height: 170px;
  }

  .exper_data_txt {
    margin-left: 0;
  }
  .exper_data_name {
    font-size: 20px;
  }
  .exper_data_p {
    font-size: 15px;
    margin-bottom: 0;
  }
}

/*專家的個人文章列表---------------------------------------------------------------------------*/
.my_exper_list {
  display: block;
  overflow: hidden;
}

.my_exper_list li {
  float: left;
  width: 23%;
  margin: 1%;
  display: block;
  overflow: hidden;
}

.my_exper_list_img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.my_exper_list_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.my_exper_list_img .smallicon {/*20211023*/
	width: auto !important;
}
	.my_exper_list_img .largeicon { /*20230408*/
		height: 250px !important;
		width: auto !important;
	}

.my_exper_btn {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-weight: normal;
  overflow: hidden;
}
.my_exper_btn a {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin: 4px;
}
.my_exper_btn i {
  font-weight: 100;
}
.my_exper_btn a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.my_exper_btnL {/*20220702*/
	position: absolute;
	bottom: 3px;
	left: 3px;
	font-weight: normal;
	overflow: hidden;
}

	.my_exper_btnL a {
		float: left;
		display: block;
		width: 38px;
		height: 38px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 20px;
		font-weight: 100;
		text-align: center;
		line-height: 36px;
		border-radius: 50%;
		margin: 4px;
	}

	.my_exper_btnL i {
		font-weight: 100;
	}

	.my_exper_btnL a:hover {
		background: rgba(0, 0, 0, 0.8);
	}
.my_exper_list_box {
  display: block;
}
.my_exper_list_time {
  font-size: 15px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}
.my_exper_list_title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  height: 4.8em;
  overflow: hidden;
}

.my_exper_list_title h3 {
  font-size: 16px;
  color: #444;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.my_exper_list_text {
  margin: 0 0 5px 0;
  padding: 0;
  height: 5.1em;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #555;
  line-height: 1.7em;
}
.my_exper_list_text p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.7em;
}

@media (max-width: 1024px) {
  .my_exper_list li {
    width: 31.33%;
  }
}
@media (max-width: 480px) {
  .my_exper_list li {
    width: 47%;
    margin: 1.5%;
  }
}
/*關鍵字-------------------------------------*/
.keyword_ul {
  display: block;
}
.keyword_ul li {
  display: inline-block;
  font-size: 15px;
  margin: 2px;
  color: #333;
}
.keyword_ul li a {
  font-size: inherit;
  display: block;
  border: 1px #ccc solid;
  border-radius: 15px;
  padding: 3px 12px;
  color: #333;
}
.keyword_ul li a:hover {
  background: #f1f1f1;
}

/*妃幣兌換頁 20220101-------------------------------------------------------------------------------------*/
.benefits_header {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.benefits_header_right {
  position: absolute;
  right: 0;
  top: 0;
}
.benefits_header .btn-xl {
  padding-left: 2em;
  padding-right: 2em;
}
.benefits_header h2 {
  color: #ff7696;
}

/*sub_menu02*/
.sub_menu02 {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.sub_menu02 li {
  float: left;
  display: block;
  overflow: hidden;
}
.sub_menu02 li a{
  display: block;
  padding: 0.5em 1em;
  border: 1px #ccc solid;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #666;
}
.sub_menu02 li a:hover ,.sub_menu02 li.active a  {/*20220101*/
  background: #f1f1f1;
}

/*----*/
.benefits_ps {
  display: block;
  background: #f3f3f3;
  border: 1px #ccc dashed;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.benefits_ps h3,
.benefits_ps h4 {
  color: #ff7696;
}
.benefits_ps ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.benefits_ps ul li {
  position: relative;
  padding-left: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
}
.benefits_ps ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #ff7696;
}

.benefits_class {
  display: inline-block;
  position: relative;
  color: #555;
  font-size: 24px;
  font-weight: bold;
  padding-right: 5em;
  margin-bottom: 0;
  margin-left: 0.5%;
}
.benefits_class::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 4.5em;
  height: 1px;
  background: #999;
}
.benefits_ul {
  display: block;
  overflow: hidden;
  margin-bottom: 3em;/*20221203*/
}
.benefits_ul li {
  float: left;
  display: block;
  width: 24%;
  margin: 0.5%;
  padding: 10px;
  border: 1px #ccc solid;
  -moz-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  -webkit-transition: border-color 250ms;
}
.benefits_ul li:hover {
  border-color: #ff6f8c;
}
.benefits_ul_img {
  position: relative;
  width: 100%;
  height: auto;
}
.benefits_ul li img {
  width: 100%;
  height: auto;
}
.benefits_ul_icon {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index:1;
}
.benefits_ul_icon div {/*20241229  15px*/
  display: block;
  padding: 3px;
  color: #fff;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottomleft-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-topleft-radius: 15px;
  margin-top: 8px;
}
.benefits_ul_icon2 {/*20240801*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.benefits_ul_icon2 div { /*20241229  15px*/
	display: block;
	padding: 3px;
	color: #fff;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottomleft-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-topleft-radius: 0;
}
.benefits_btn1 {
  background: rgba(110, 171, 202, 0.8);
}
.benefits_btn2 {
  background: rgba(255, 98, 128, 0.8);
}

.benefits_btn3 { /*20240720 20241229*/
	background: #FF7F27;
	opacity: .8;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottomleft-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-topleft-radius: 0px !important;
	padding-top: 7px !important;
	height: 55px;
}
.benefits_btn4 { /*20240801*/
	background: #ec4343;
	padding-top: 7px !important;
	height: 40px;
}
.benefits_btn_del {
	background: rgba(109, 109, 109, 0.8);
}

.benefits_btn_del span {
  text-decoration: line-through;
}

.benefits_ul_text {
  display: block;
  overflow: hidden;
  height: 5.5em;
  overflow: hidden;
}
.benefits_ul_text h4 {
  text-align: center;
  color: #fd7087;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
  padding: 0;
}

.benefits_ul_p {
  font-size: 15px;
  line-height: 1.5em;

  height: 3em;

  overflow: hidden;
}
.benefits_ul_p p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .benefits_header {
    margin-left: 2%;
    margin-right: 2%;
  }

  /*sub_menu02*/
  .sub_menu02 {
    margin-left: 2%;
    margin-right: 2%;
  }

  /*----*/
  .benefits_ps {
    margin-left: 2%;
    margin-right: 2%;
  }

  .benefits_class {
    margin-left: 2%;
    margin-right: 2%;
  }

  .benefits_ul {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

@media (max-width: 1024px) {
  .benefits_header h2 {
    font-size: 26px;
  }
  .benefits_header .btn-xl {
    font-size: 16px;
  }
  .benefits_ps ul li {
    font-size: 15px;
  }
  .sub_menu02 li a {
    padding: 0.3em 1em;
    font-size: 15px;
  }
  .benefits_class {
    font-size: 20px;
  }
  .benefits_ul_icon div {
    font-size: 15px;
  }
	.benefits_ul_icon2 div {/*20240801*/
		font-size: 15px;
	}
}

@media (max-width: 960px) {
  .benefits_ul li {
    width: 32.33%;
  }
}
@media (max-width: 720px) {
  .benefits_header {
    text-align: left;
  }
}
@media (max-width: 540px) {
  .benefits_header {
    margin-left: 4%;
    margin-right: 4%;
  }

  /*sub_menu02*/
  .sub_menu02 {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  /*----*/
  .benefits_ps {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  .benefits_class {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  .benefits_ul {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .benefits_ul li {
    width: 46%;
    margin: 2%;
  }
}
@media (max-width: 414px) {
  .benefits_header {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .benefits_header_right {
    position: static;
  }

  .benefits_ul li {
    width: 47%;
    margin: 1.5%;
  }
}

/*文字區的ul-------------------------------------------------------------------------------*/
.ps_box {
  position: relative;
  background: #ffe5e9;
  border: 1px #ffc1ca solid;
  border-radius: 5px;
  padding: 12px;
  margin: 2em 0;
}

.ps_box .ol02 li {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 15px;
  color: #555;
}
.ps_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 1440px) {
  .ps_box {
    margin: 2em;
  }
}

@media (max-width: 720px) {
  .ps_box {
    margin: 1em;
  }
}

@media (max-width: 540px) {
  .ps_btn {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 1em;
  }
}

/*撰寫試用文----------------------------------------------------------------------------------------*/
.write_row {
  margin-bottom: 2em;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px #dadada solid;
}

.write_row .form_label {
  width: 10em;
  text-align: left;/*20250224*/
  color: #555;
}

.write_row .form_ctrol {
  margin-left: 10em;
}

.write_row .help-block {
  display: block;
  font-size: 15px;
  color: #ff8095;
  margin: 0;
}

.write_row .btn-xs {
  margin-top: 8px;
}

.write_row h3 {
  padding: 1em;
  color: #ee6c91;
}
.write_from {
  display: block;
  margin-left: 3em;
  margin-right: 3em;
  padding-bottom: 2em;
}
.write_from_feed { /*20220611*/
	display: block;
	margin-left: 3em;
	margin-right: 3em;
	padding-bottom: 2em;
}

@media (max-width: 1440px) {
  .write_row {
    margin: 2em;
  }
}

@media (max-width: 960px) {
  .write_row .form_label {
    width: 100%;
    text-align: left;
  }

  .write_row .form_ctrol {
    margin-left: 0;
  }

  .write_from {
    margin: 0 2em;
  }
  .write_from_feed {
    margin: 0 2em;
  }
}

@media (max-width: 720px) {
  .write_row {
    margin: 0;
    background: #f3f3f3;
    border: none;
  }
  .write_row h3 {
    padding: 10px;
  }

  .write_from {
    margin: 0 1em;
  }
  .write_from_feed {
    margin: 0 1em;
  }
}

/*訂單查詢-----------------------------------------------------------------------*/
.order_search {
  display: block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.order_search .table tr th {
  background: #ffb0c4;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  color: #444;
}

.form-control.w50 {
  width: 47%;
  display: inline-block;
}
.w1 {
  display: inline-block;
  width: 4%;
  text-align: center;
}
@media (max-width: 812px) {
  .order_search {
    width: 100%;
  }
  .order_search .table tr th {
    width: 30%;
  }
}

@media (max-width: 720px) {
  .form-control.w50 {
    width: 45%;
  }
  .w1 {
    width: 4%;
  }
}

@media (max-width: 480px) {
  .form-control.w50 {
    width: 80%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .w1 {
    width: 4%;
  }
  .order_search .table tr th,
  .order_search .table tr td {
    padding: 5px;
  }
  .order_search .table tr th {
    width: 40%;
  }
}

/*訂單表格------------------------------------------------------------------------*/
.order_list {
  display: block;
}
.order_list .table tr th,
.order_list .table tr td {
  text-align: center;
}

/*通知修改 直播活動 訂單 銷售量--------------------------------------------------------------------------*/
.coin_list .table tr th,
.coin_list .table tr td {
  text-align: center;
}

.coin_list .table .th_s {
  width: 10%;
}

.coin_list .table .th_m {
  width: 22%;
}
/*妃幣明細--------------------------------------------------------------------------*/
.coin_list2 .table tr th,
.coin_list2 .table tr td {
	text-align: center;
	white-space: normal!important;
}

.coin_list2 .table .th_s {
	width: 10%;
}

.coin_list2 .table .th_m {
	width: 22%;
}

/*會員資料修改---------------------------------------------------------------------------------*/

.member_modify_title {
  text-align: center;
  display: block;
}

.member_modify_btn_row {
  display: block;
  text-align: right;
  margin: 1em;
}
.member_modify_btn {
  display: inline-block;
}
.member_modify_btn li {
  display: inline-block;
  margin: 3px;
}

.member_modify_btn li a {
  background: #f46785;
  display: block;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
}

.member_modify_btn li a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 3px;
}

.member_modify_btn li a.active {
  background: #bebebe;
}

/*表單*/
.member_modify_form {
  display: block;
  margin-bottom: 2em;
}

.member_modify_form .form_row {
  margin-top: 10px;
  padding-bottom: 10px;
}

.member_modify_form .form_label {
  width: 11em;
  text-align: right;
}
.member_modify_form .form_ctrol {
  margin-left: 11em;
}
.member_modify_form .help-block {
  font-size: 15px;
  padding: 0;
}

.member_modify_form .form_ctrol_auto input,
.member_modify_form .form_ctrol_auto select {
  width: auto;
  display: inline-block;
}

.member_modify_form .member_img {
  width: 120px;
  float: left;
}
.member_modify_form .member_img img {
  width: 100%;
  height: auto;
}

.member_modify_form .member_img_text {
  float: left;
  margin-left: 20px;
}

.member_modify_form .member_img_text p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  color: #555;
}

.member_modify_form .ctrol_2 {
  float: left;
  width: 49%;
}

.member_modify_form .ctrol_2:nth-child(1),
.member_modify_form .ctrol_2:nth-child(3) {
  margin-right: 1%;
}
.member_modify_form .ctrol_2:nth-child(2),
.member_modify_form .ctrol_2:nth-child(4) {
  margin-left: 1%;
}

/*radio------------*/
.radio_inline {
  display: inline-block;
}

.radio_inline label,
.radio_inline input {
  display: inline-block;
  margin: 0 4px;
  font-weight: normal;
}

@media (max-width: 1680px) {
  .member_modify_btn {
    margin-left: 1em;
    margin-right: 1em;
  }

  .member_modify_form {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media (max-width: 800px) {
  .member_modify_btn {
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
  }

  .member_modify_form .form_row {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }

  .member_modify_form .form_label {
    width: 100%;
    text-align: left;
  }

  .member_modify_form .form_ctrol,
  .member_modify_form .form_text_ctrol {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .member_modify_form .form_row {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }

  .member_modify_form .form_label {
    width: 100%;
    text-align: left;
  }

  .member_modify_form .form_ctrol,
  .member_modify_form .form_text_ctrol {
    margin-left: 0;
  }

  .member_modify_form .member_img {
    float: none;
  }

  .member_modify_form .member_img_text {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .member_modify_form .ctrol_2 {
    float: none;
    width: 100%;
  }

  .member_modify_form .ctrol_2:nth-child(1),
  .member_modify_form .ctrol_2:nth-child(3) {
    margin-right: 0;
  }
  .member_modify_form .ctrol_2:nth-child(2),
  .member_modify_form .ctrol_2:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  .member_modify_form {
    margin-left: 1em;
    margin-right: 1em;
  }
}

/*手機修改表單phone_modify_form-------------------------------------------------------------------------*/
.phone_modify_form {
  display: block;
  width: 500px;
  padding: 0;
  margin: 2em auto 0.5em auto;
}

.phone_modify_form .form_row,
.phone_modify_form .form_ctrol {
  margin: 0;
  padding: 0;
}

.phone_modify_form .form_label {
  width: 100%;
  float: left;
}
.phone_modify_form .form_ctrol {
  margin-left: 0;
}

.phone_modify_form2 {
  display: block;
  width: auto;
  margin: 0 2em 1em 2em;
  text-align: center;
}
.phone_modify_form2 p {
  color: #ff5c77;
}

.phone_modify_form3 {
  border-top: 1px #ccc solid;
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  vertical-align: top;
}
.phone_modify_form3 label,
.phone_modify_form3 .form-control,
.phone_modify_form3 .btn {
  height: 34x;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin: 2px;
}

@media (max-width: 800px) {
  .phone_modify_form3 {
    width: auto;
    margin: 2em;
  }
}

@media (max-width: 600px) {
  .phone_modify_form {
    width: auto;
    margin: 0 2em;
  }
}

@media (max-width: 480px) {
  .phone_modify_form {
    margin: 0 1em;
  }
  .phone_modify_form2 {
    margin: 0 1em;
  }
  .phone_modify_form3 {
    margin: 1em 1em;
  }
}

@media (max-width: 411px) {
  .phone_modify_form {
    margin: 0 1em;
  }
  .phone_modify_form2 {
    margin: 0 1em;
  }
  .phone_modify_form3 {
    margin: 1em 1em;
  }
  .phone_modify_form3 .btn {
    width: 10em;
    margin: 1em 0 0 0;
  }
}

/*試用心得評比-----------------------------------------------------------------------------------------*/
.appraisal {
  display: block;
}

.appraisal h3 {
  display: block;
  color: #ff7996;
  font-size: 22px;
}

.appraisal h4 {
  position: relative;
  display: block;
  color: #555;
  font-size: 18px;
  padding-left: 10px;
}
.appraisal h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 3px;
  height: 16px;
  background: #ff7996;

  display: block;
  color: #ff7996;
  font-size: 22px;
}
.appraisal .table tr th.th_s {
  width: 15%;
}
.appraisal .table tr th,
.appraisal .table tr td {
  text-align: center;
  vertical-align: middle;
}
.appraisal .table tr td.text-center {
  text-align: left;
}
@media (max-width: 640px) {
  .appraisal .table tr th.th_s {
    width: 20%;
  }
}
/*完成報名20220514-----------------------------------------------------------------------------------------*/

.btn_row .brbr {
	display: none;
}

@media(max-width:480px) {

    .btn_row .brbr { 
        display: contents;
    }

}
@media (max-width: 540px) {
  .btn-lg{
  	padding-right: 1.5em;
  	padding-left: 1.5em;
  }
}
@media (max-width: 540px) {/*20250222 20250315*/
	.btn-lg2 {
		padding-right: 0.2em !important;
		padding-left: 0.2em !important;
	}
}
/*20230408 影片觀賞media_ul---------------------------------------------------------*/
.mdeia_content {
	display: block;
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.media_ul {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

	.media_ul li {
		float: left;
		width: 31.33%;
		margin: 1%;
		padding: 0;
	}

		.media_ul li p {
			display: block;
			height: 3em;
		}

a.link01 {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	background-color: #f78db8;
	border-color: #f78db8;
	border-radius: 3px;
}

	a.link01 i {
		display: inline-block;
		padding: 0 0 0 5px;
	}

	a.link01:hover {
		background-color: #f467a0;
		border-color: #f35494;
	}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

@media(max-width:1680px) {
	.mdeia_content {
		width: 95%;
	}
}

@media(max-width:1160px) {
	.mdeia_content {
		width: 96%;
	}

	.media_ul li {
		width: 31.33%;
	}
}

@media(max-width:960px) {
	.media_ul li {
		width: 48%;
	}
}

@media(max-width:640px) {
	.media_ul li {
		width: 98%;
	}
	.products_text {
		padding-bottom: 10%;
	}
}
.go_registered {
	position: fixed;
	right: 10px;
	top: 200px;
	display: block;
	cursor: pointer;
	width: 70px;
	z-index: 99999;
	background: #fff;
	border-radius: 50px;
	padding: 5px 5px 25px;
	text-align: center
}

	.go_registered a {
		display: block;
		padding-top: 8px
	}

		.go_registered a:hover img {
			opacity: .8
		}

	.go_registered img {
		width: 80%;
		height: auto
	}

	.go_registered span {
		display: block;
		margin: 4px 0 0;
		font-size: 13px
	}

@media(max-width: 960px) {
	.go_registered {
		position: fixed;
		right: 0;
		top: 400px;
		display: block;
		cursor: pointer;
		width: 40px;
		z-index: 99999;
		border: 1px #ccc solid;
		background: #fff;
		border-radius: 50px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 5px 5px 10px;
		text-align: center
	}

		.go_registered a {
			display: block;
			padding-top: 8px;
			width: 30px
		}

		.go_registered img {
			width: 100%;
			height: auto
		}

		.go_registered span {
			display: inline-block;
			margin: 4px 0 0;
			font-size: 13px;
			width: 15px
		}
}

/*20240316 立即購買 sub_nav_snd---------------------------------------------------------*/
.sub_nav_snd {
	display: block;
	width: 98%;
	margin: 25px auto
}

	.sub_nav_snd.sticky {
		position: fixed;
		top: 0 !important;
		left: 0;
		background-color: #666;
		z-index: 9999;
		display: block;
		width: 100%;
		margin: 0;
		border: none;
		padding: 7px 0;
		height: 58px
	}

		.sub_nav_snd.sticky .btn_row {
			margin-top: 10px !important;
		}

@media(max-width: 768px) {
	.sub_nav_snd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0
	}

		.sub_nav_snd.sticky {
			top: 0;
			background-color: #444;
			padding: 7px 0;
			height: 55px
		}
}

@media(max-width: 540px) {
	.sub_nav_snd {
		text-align: left;
		padding: 5px 0;
		margin: 25px auto 0
	}

		.sub_nav_snd.sticky {
			top: 0;
			background-color: #444;
			padding: 12px 0;
			height: 70px
		}
}
.keyword { /*20241120 關鍵字*/
	padding: 5px 0.5em;
	background: #ff699abd;
	color: #ffffff;
	font-size: 14px;
	border-radius: 6px;
}
.tag { /*20241201 關鍵字*/
	background-color: #635f74;
	border-radius: 10px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

li.movie-index {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	margin-bottom: 20px;
}
/*20241112 嵌入碼*/
@media(max-width: 1366px) {
	#floatImg {
		width: 97%
	}
}

@media(max-width: 1160px) {
	#floatImg {
		margin: 0 20px;
	}
}

@media(max-width: 900px) {
	#floatImg {
		margin: 0 15px;
	}
}

@media(max-width: 720px) {
	#floatImg {
		margin: 0 8px
	}
}
.blink {/*20241209*/
	animation: blinker 1.5s linear infinite;
	color: red;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	width: 100%;
	display: block;
	cursor: pointer;
}
/*20250119*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

	.carousel-inner > .item {
		position: relative;
		display: none;
		-webkit-transition: .6s ease-in-out left;
		-o-transition: .6s ease-in-out left;
		transition: .6s ease-in-out left;
	}

		.carousel-inner > .item > img,
		.carousel-inner > .item > a > img {
			line-height: 1;
		}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

		.carousel-inner > .item.next,
		.carousel-inner > .item.active.right {
			left: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		.carousel-inner > .item.prev,
		.carousel-inner > .item.active.left {
			left: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

			.carousel-inner > .item.next.left,
			.carousel-inner > .item.prev.right,
			.carousel-inner > .item.active {
				left: 0;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

	.carousel-inner > .next.left,
	.carousel-inner > .prev.right {
		left: 0;
	}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
		background-repeat: repeat-x;
	}

	.carousel-control.right {
		right: 0;
		left: auto;
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		background-repeat: repeat-x;
	}

	.carousel-control:hover,
	.carousel-control:focus {
		color: #fff;
		text-decoration: none;
		filter: alpha(opacity=90);
		outline: 0;
		opacity: .9;
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
	}

	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left {
		left: 50%;
		margin-left: -10px;
	}

	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-right {
		right: 50%;
		margin-right: -10px;
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 20px;
		height: 20px;
		font-family: serif;
		line-height: 1;
	}

		.carousel-control .icon-prev:before {
			content: '\2039';
		}

		.carousel-control .icon-next:before {
			content: '\203a';
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid #fff;
		border-radius: 10px;
	}

	.carousel-indicators .active {
		width: 12px;
		height: 12px;
		margin: 0;
		background-color: #fff;
	}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

	.carousel-caption .btn {
		text-shadow: none;
	}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}
/* ------------------ Carousel --------------------*/

.carousel .carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}

	.carousel .carousel-control.left i {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -34px;
		margin-top: -34px;
		z-index: 5;
		padding: 10px;
		border-radius: 50%;
		background-color: #626d83;
	}

.carousel .carousel-control.right {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}

	.carousel .carousel-control.right i {
		position: absolute;
		top: 50%;
		right: 50%;
		margin-right: -34px;
		margin-top: -34px;
		z-index: 5;
		padding: 10px;
		border-radius: 50%;
		background-color: #626d83;
	}

.carousel .carousel-indicators {
	bottom: 0;
}

.carousel .carousel-inner .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
	opacity: 0.9;
}

.carousel.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: top;
	transition: top;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	left: 0;
	z-index: 2;
}

.carousel.vertical .active {
	z-index: 1;
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

	.carousel.vertical .next,
	.carousel.vertical .active.right {
		top: 100%;
	}

	.carousel.vertical .prev,
	.carousel.vertical .active.left {
		top: -100%;
	}

/*服務療程-------------------------------------------------------*/
/*服務療程-------------------------------------------------------*/
.service_row {
  --bs-gutter-x: 0;
  /*左右間距*/
  --bs-gutter-y: 1em;
  /*上下間距*/
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: var(--bs-gutter-y);
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.service_area {
  /*row*/
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.service_area>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}


.service_col {
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-bottom: 1.5em;
}

/*card==============*/
.service_item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  height: 100% !important;
  padding:0 1.75em;
  background: #f5f5f5; 
}

.service_item a {
  text-decoration: none;
}

.service_item a:hover {
  text-decoration: none;
}

.service_col:nth-child(3n+2) .service_item {
  margin-top: 30px;
}
.service_ul_header {
  padding: 0;
  margin-bottom: 0;
}
.service_ul_title {
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: 'Noto Serif TC', serif;
  color: #9a9a9a;
  height: 3.8em;
  overflow: hidden;
  margin-bottom: 8px;
  transition: color 0.3s ease-in-out;
}

.type1 .service_ul_title {
  height: auto;
}

.service_ul_title p {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}


.service_icon_row {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

i.service_icon {
  display: inline-flex;
  align-items: center;
  /* 垂直置中 */
  justify-content: center;
  /* 水平置中 */
  width: 26px;
  height: 26px;
  border-radius: 15px;
  background: #ff7696;
  color: #fff;
  font-size: 16px;
  margin-right: 0.325em;
}


.service_ul_text {
  flex: 1 1 auto;
  padding: 0 0 0.5em 0;
  color: #333;
}
.service_ul_text p {
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Noto Serif TC', serif;
  color: inherit;
}

.service_item .img01 {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* 強制成正方形 */
  overflow: hidden;
  /* 超出裁掉 */
  vertical-align: bottom;
  font-size: 0;
 line-height: 0;      /* 砍掉基線空白 */
}

.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持比例，超出部分裁切 */
  object-position: center;
  /* 置中對齊 */
  display: block;
  font-size: 0;
}

.card-footer {
  padding: 0;
  color: #222;
}

@media(max-width:1366px) {
  .service_area {
    --bs-gutter-x: 1.5rem;
  }
}

@media(max-width:1024px) {
  .service_area {
    --bs-gutter-x: 1rem;
  }
    .service_item {
    padding:0 1em;
  }
}

@media(max-width:800px) {
  /*變一列兩個*/
  .service_area {
    --bs-gutter-x: 1.5rem;
  }

  .service_row {
    --bs-gutter-y: 1.25em;
    /*上下間距*/
  }
    .service_col {
    width: 50%;
  }

  .service_item {
    padding: 1.5em;
  }

  .service_col:nth-child(3n+2) .service_item {
    margin-top: 0;
  }
}

@media(max-width:576px) {

  /*變一列兩個*/
  .service_area {
    --bs-gutter-x: 1rem;
  }

  .service_row {
    --bs-gutter-y: 1em;
    /*上下間距*/
  }
  .service_item {
    padding: 0.75em;
  }
}





