@charset "utf-8";
/* CSS Document */
body, html { height:100%; }
body {
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	color: #3a2c13;
	overflow-x:hidden;
	background-image:url(../images/all/bg.jpg);
}
a { color:#6e4908; text-decoration:none; }
a:hover { color:#c12d00; text-decoration:none;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition:  all .3s linear; /*連結淡入淡出*/
}
:hover{
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition:  all .3s linear; /*連結淡入淡出*/
}
a:visited, a:active, a:link{ text-decoration:none;}
.center { text-align:center;}
/*---------------------- 基礎設定 ----------------------*/
/*反白設定
::selection { background: #666; color: #FFF; }
::-moz-selection { background: #666; color: #FFF; }
*/

/* CSS3 style  陰影圓角範例，可自行增減使用 */
.css-radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
.css-shadow {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
}
.imgholder img{
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	
	transition:transform 0.5s ease-in-out, opacity 0.5s;
	-moz-transition:-moz-transform 0.5s ease-in-out, opacity 0.5s;
	-webkit-transition:-webkit-transform 0.5s ease-in-out, opacity 0.5s;
}
.imgholder:hover img{
	transform:scale(1.05, 1.05);
	-ms-transform:scale(1.05, 1.05);
	-moz-transform:scale(1.05, 1.05);
	-webkit-transform:scale(1.05, 1.05);
	-o-transform:scale(1.05, 1.05);
}
.rotation360 {
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.rotation360:hover {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.fadeout img {  filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;    
    transition: opacity .5s ease-in-out; }
.fadeout:hover img { filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }


/*元件(共用)*/
.input1, .textarea, .select { background: #FFF; border: 1px solid #CCC; font-family: 'Lato', '微軟正黑體', sans-serif; font-size:15px; color:#555; }
.input1:focus, .textarea:focus, .select:focus { border:1px solid #000; }

/*線(共用)*/
hr { height:1px; background:#CCC; }
.list { list-style:none; padding:0; margin:0; }

/*文字樣式(共用)*/
.white { color: #FFF; }
.gray { color:#999; }
.black { color:#000; }
.blue { color: #0097de; }
.red { color: #be0000; }
.green { color: #19a568; }
.orange { color: #FF6600; }
.yellow { color: #FFFF00; }
.purple { color:#6633CC; }
.brown { color:#6e453c; }

.bg-pink{ background:#fcfaf8;}
/* 回頂端 */
#goTop {
	color:#8b704b;
	background:#fbfaf6;
	border:1px solid #e8e0d2; 
	border-radius: 100%;
	text-align:center;
	position:fixed;
	z-index:99;
	cursor:pointer;
	bottom:40px;
	right:35px;
	width:50px;
	height:50px;
	font-size:30px;
	display:none;
}
#goTop:hover { background:transparent; border:1px solid #6e4908; }

#goTop i{line-height:40px;}

/*---------------------- 頁面開始 ----------------------*/
/*全頁佈局*/
.wrapper { padding:3em 0; position:relative; overflow:hidden; }
.container { width:auto; max-width:1200px; }
.imgg2{ max-width:100%; width:100%;}
/*頁首*/
.header { }
.header .container { position:relative; }
.header .login { position:absolute; right:15px; top:10px; text-align:right; z-index:3; }
.header .login a { display:inline-block; vertical-align:top; color:#4f374b; font-size:26px; margin-left:15px; }
.header .login a:first-child { padding-top:2px; }
.header .login a:hover { color:#d9cce8; }
.header .login a .fa-user { font-size:30px; }

.header .login a.h_logout{ margin-top:5px; font-size:16px; font-family: "Times New Roman", Times, serif;font-style: italic;}

/*主選單*/
.navbar-custom { z-index:1; background-image:url(../images/all/bg.jpg); margin:0; border:none; border-radius:0; transition:  all .5s ease; }
.navbar-custom:before { content:''; width:100%; height:1px; background:#f4ecdf; position:absolute; left:0; right:0; bottom:1px; }
.navbar-header { display:none; }
#menu { clear:both; height:auto; position:relative; }
#menu > ul { max-width:1170px; list-style:none; padding:0; margin:0 auto; }
#menu > ul > li { float:left; width:10.5%; padding:10px 0 20px 0; margin-top:40px; text-align:center;}
#menu > ul > li:nth-child(n+6) { text-align:right; }
#menu > ul > li.brand { text-align:center; width:16%; margin-top:16px; }
#menu > ul > li.brand img { max-height:90px; transition: all .5s ease; }
#menu > ul > li > a { display:block; color:#8d8d8d; white-space:nowrap; font-size:18px; line-height:20px; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:center;}
#menu > ul > li > a img{display:block; text-align:center; margin: 0 auto; padding:0;}
#menu > ul > li > a:hover, #menu > ul > li:hover > a, #menu > ul > li.active, #menu > ul > li.active > a { outline: 0; color:#000; }
#menu > ul > li a:focus, #menu > ul > li a:active { outline: 0; }
#menu > ul > li > .sub { display:none; height:0; opacity:0; background:#e8e0d2; list-style:none; margin:0; padding:0; position:absolute; left:0; top:135px; width:100%; z-index:1030; }
#menu > ul > li > .sub ul { max-width:1170px; margin:0 auto; list-style:none; padding:0; }
#menu > ul > li > .sub li { float:left; }
#menu > ul > li > .sub li a { display:block; margin:10px 0; padding:0 2.5em; border-left:1px solid #6e4908; font-family:"Times New Roman", '微軟正黑體', Times, serif; }
#menu > ul > li > .sub li:first-child a { border:none; }
#menu > ul > li:hover > .sub, #menu > ul > li.active .sub { display:block; height:auto; opacity:1; transition: all .5s ease; }
#menu > ul > li > .sub li a:hover, #menu > ul > li > .sub li.active a, #menu > ul > li > .sub li.active a:hover { color:#c12d00; }
.slicknav_menu, .slicknav_menu .slicknav_menutxt { display:none; }
@media screen and (min-width: 768px) {
	.navbar-custom { padding:0; }
	.header.navbar-fixed-top .navbar-custom { padding:0;  transition: all .5s ease; }
	.header.navbar-fixed-top #menu > ul > li { margin-top:20px; }
    .header.navbar-fixed-top #menu > ul > li.brand { margin-top:0; }
	.header.navbar-fixed-top #menu > ul > li.brand img { max-height:80px; }
	.header.navbar-fixed-top #menu > ul > li > .sub { top:114px; }
	.header .login{ top:2px;}
}


/*---------sidebar--------------*/
.sidebar { float:left; width:240px; margin-bottom:20px; }
.sidebar .mtitle { width:240px; height:44px; line-height:1.2; color:#8b704b; font-size:26px; text-align:center; font-family:"Times New Roman", Times, serif; display:table-cell; vertical-align:middle; position:relative; }
.sidebar .mtitle:before { content:''; background:url(../images/all/pattern-left.png) no-repeat; display:block; width:34px; height:44px; position:absolute; left:0; top:0; }
.sidebar .mtitle:after { content:''; background:url(../images/all/pattern-right.png) no-repeat; display:block; width:34px; height:44px; position:absolute; right:0; top:0; }
.sidebar .navbar-toggle { display:none; width:100%; float:inherit; text-align:left; margin:0; padding-left:1em; color:#555; position:relative; }
.sidebar .navbar-toggle .fa-caret-down { position:absolute; right:15px; top:15px; }
.sidebar .navbar { margin-top:10px; }
.sidebar .navbar > li { padding:0 10px; }
.sidebar .navbar > li > a { display:block; padding:15px; font-size:14px; line-height:1.2; border-bottom:1px dashed #6e4908; }
.sidebar .navbar > li > a:hover, .sidebar .navbar > .active > a { background-color:transparent; color:#c12d00; border-bottom:1px solid #c12d00; }
/*---第二層----*/
.sidebar .navbar li.active > ul, .sidebar .navbar li:hover > ul { display:block; }
.sidebar .navbar ul { list-style:none; margin:0; padding:0; display:none; }
.sidebar .navbar ul > li a { display:block; padding:8px 16px; border-bottom:1px dotted #ccc;  }
.sidebar .navbar ul > li a::before { content: "\f068"; font-family: "FontAwesome"; padding:0 10px 0 0; color:#5bc0de; }
.sidebar .navbar ul > li a:hover, .sidebar .navbar ul > li.active a { color:#119ee7; }
.sidebar .navbar ul > li:last-child a { border:none; }
.sidebar .navbar ul ul > li a { padding-left:40px; }
.sidebar .navbar ul ul > li a::before { content: "\f105"; }
.sidebar .fb { max-width:100%; display:block; margin:0 auto; }
.main { margin-left:270px; overflow:hidden; }


/*頁尾*/
.footer { padding:4em 0; background:#e8e0d2; text-align:center; }
.footer .container { position:relative; }
.footer, .footer a { color:#8b704b; }
.footer a:hover { color:#4d391e; }
.footer .bottom-nav { padding:0; margin:0; list-style:none; }
.footer .bottom-nav li { display:inline-block; vertical-align:top; margin-right:-4px; line-height:20px; }
.footer .bottom-nav li a { margin:0 15px; }
.footer .bottom-nav li:nth-child(-n+2) { border-right:1px solid #8b704b; }
.footer .bottom-nav li.icon a { font-size:20px; }
.footer .bottom-nav li:nth-child(2) { margin-right:10px; }
.footer .copyright { font-size:13px; padding-top:30px; border-top:1px solid #d0c3af; margin-top:30px; clear:both; }
br.dd415{display:none}
/*---banner----*/
.banner { padding:3em 0 0 0; }

/*按鈕*/
.btn-wrap { margin:20px 0; text-align:center; }
.btn { border-radius:3px; border-width:2px; padding:6px 2.5em; border:1px dotted #8b704b; }
.btn-standard { background-color:transparent; border:#ff9c00; color:#fff; text-transform:uppercase; padding:20px 60px; }
.btn-standard:hover { background:#ff8261; border-color:#ff8261; color:#fff; }
.btn-back,.btn-lg { background-color:transparent; color:#8b704b;}
.btn-back:hover,.btn-lg:hover { background-color:#f3efe9; color:#8b704b; }
.btn-box{ text-align:center;}
.btn-box>div{ display:inline-block; margin:20px;}


/*----導航列---*/
.breadcrumb { background-color:transparent; border-bottom:1px solid #e5e5e5; font-size:13px; text-align:right; padding:8px 0; margin:0; }
.breadcrumb, .breadcrumb a, .breadcrumb .active { color:#bbb; }
.breadcrumb a:hover { color:#999; }

.pagination > li > a, .pagination > li > span { background-color:transparent; border:none; margin:0 3px; color:#6e4908; border-radius:3px; }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background-color:#f3efe9; color:#6e4908; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color:transparent; color:#c12d00; font-weight:bold; }

.major-title { color:#8b704b; margin-bottom:1.2em; text-align:center; font-size:24px; line-height:1; min-height:44px; position:relative; }
.major-title.in-title { background:url(../images/all/line.jpg) center repeat-x; }
.major-title strong { /*background:#fcfaf8;*/ display:inline-block; font-weight:100; font-family:"Times New Roman", '微軟正黑體', Times, serif; padding:10px 100px; text-transform:uppercase; position:relative; }
.major-title strong.strong2{ padding:10px 65px;} 
.major-title.in-title strong { padding:10px 80px; }
.major-title strong:before { content:''; background:url(../images/all/pattern-left.png) no-repeat; display:block; width:34px; height:44px; position:absolute; left:20px; top:0; }
.major-title strong:after { content:''; background:url(../images/all/pattern-right.png) no-repeat; display:block; width:34px; height:44px; position:absolute; right:20px; top:0; }


/* ---------------- iindex ---------------- */
.w_box5{ width:50%; float:left; overflow:hidden;}
.box_wall{ background:#FFF; width:100%; overflow:hidden;}
.box_img a{width:50%; float:left; overflow:hidden;}
.box_img a img{ max-width:300px; width:100%;}
.w_box5 a:hover { opacity:0.6;}

.in-new-products .owl-theme .owl-dots .owl-dot span { 
    width:12px; height:12px; margin:12px 12px 0 12px;
    -webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-radius:0;
}
.in-new-products .owl-theme .owl-dots .owl-dot.active span,
.in-new-products .owl-theme .owl-dots .owl-dot:hover span { background-color:#8b704b; }

.in-new-products .item a { display:block; position:relative; }
.in-new-products .item a .pop { opacity:0; background:rgba(0,0,0,.7); color:#fff; position:absolute; left:0; right:0; top:0; height:100%; font-size: 0; text-align: center; }
.in-new-products .item .pop:after { content:''; border:5px solid rgba(255,255,255,.5); position:absolute; left:20px; top:20px; bottom:20px; right:20px;  }
.in-new-products .item a:hover .pop { opacity:1; transition: all .5s ease; }
.in-new-products .item .pop:before {  content: "";  height: 100%;  display: inline-block;  vertical-align: middle; }
.in-new-products .item .pop .text {  display: inline-block;  vertical-align: middle; font-size:15px; font-family:"Times New Roman", '微軟正黑體', Times, serif; }
.in-new-products .item .pop .text .title { border-bottom:1px dashed #fff; padding-bottom:1em; margin-bottom:1em; position:relative; }
.in-new-products .item .pop .text .title img { position:absolute; left:50%; bottom:-8px; margin-left:-8px; width:16px; height:16px; }

/*  ----------------------------------------  */
.in-news-box { margin-bottom:3em; }
.in-news-box .left { position:relative; }
.in-news-box .left .bg { width:100%; }
.in-news-box .news-list { position:absolute; left:70px; right:70px; top:40px; bottom:40px; }
.in-news-box .news-list:before { display:block; content:''; background:url(../images/index/news_pattern_left.png) no-repeat; float:left; z-index:2; }
.in-news-box .news-list:after { display:block; content:''; background:url(../images/index/news_pattern_right.png) no-repeat; float:right; z-index:2; }
.in-news-box .news-list strong { display:inline-block; color:#FFF; background:#8b704b; padding:0 10px; font-size:24px; line-height:1; font-weight:100; margin-bottom:20px; font-family:"Times New Roman", '微軟正黑體', Times, serif; }
.in-news-box .news-list ul { list-style:none; padding:0; margin:0; }
.in-news-box .news-list ul li { padding:15px 0; border-bottom:1px dashed #b1b6c8; }
.in-news-box .news-list ul li .date { float:left; display:block; width:120px; padding-left:1em; }
.in-news-box .news-list ul li p { margin:0; margin-left:140px; }
.in-news-box .news-list a { color:#363636; font-size:15px; line-height:1.2; }
.in-news-box .news-list a:hover { color:#6e4908; }

.in-news-box .left .pattern-left, .in-news-box .left .pattern-right { display:block; position:absolute; width:132px; height:130px; background-size:cover; background-repeat:no-repeat; }
.in-news-box .left .pattern-left { left:15px; bottom:0px; background-image:url(../images/index/news_pattern_left.png); }
.in-news-box .left .pattern-right { right:15px; top:0; background-image:url(../images/index/news_pattern_right.png); }
.in-news-box .right .fb { width:46%; margin-right:4%; }
.in-news-box .right .ig { width:46%; margin-left:4%; }
.in-news-box .right .join { width:100%; margin-top:28px; }

/*--------- page ----------------*/
.page-wrap { padding-top:3em; }
.css-table { display:table; width:100%; }
.css-cell { display:table-cell; vertical-align:top; }


.brand-intro .owl-carousel { position:relative; }
.brand-intro .owl-theme .owl-controls .owl-nav [class*="owl-"] { background-color:#e8e0d2; background-repeat:no-repeat; background-position:center; position:absolute; top:50%; margin-top:-40px; width:50px; height:80px; }
.brand-intro .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{ background-color:#f4ecdf; }
.brand-intro .owl-theme .owl-controls .owl-nav .owl-prev { left:0; background-image:url(../images/all/arrow-prev.png); }
.brand-intro .owl-theme .owl-controls .owl-nav .owl-next { right:0; background-image:url(../images/all/arrow-next.png); }
.brand-intro .item { max-width:1000px; margin:0 auto; padding:10px; }
.brand-intro .css-table { box-shadow:4px 4px 6px rgba(0,0,0,.2); }
.brand-intro .css-cell.left { width:50%; background:url(../images/all/book-shadow.png) right center #fff repeat-y; padding:2em 4em; }
.brand-intro .css-cell.left .logo { display:block; text-align:center; padding-bottom:2em; }
.brand-intro .css-cell.left .logo img { display:inline-block; max-width:100%; width:auto; }
.brand-intro .css-cell.left .text-center { padding-top:1em; }
.brand-intro .css-cell.right img { width:100%; }


.series-banner { position:relative; }
.series-banner .heading { position:absolute; left:0; right:0; bottom:0; background:rgba(0,0,0,.6); color:#fff; font-size:18px; line-height:1.2; margin:0; padding:10px 15px; }
.series-banner .heading img { margin-right:10px; }

.product-list,.product-list2 { padding:2em 0 0 0; }
.product-list .item { text-align:center; padding-bottom:2em; }
.product-list .img img { display:inline-block; border:2px solid #e8e0ee; transition:  all .5s linear; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.product-list .img a:hover img { border-color:#cdb1e2; }
.product-list .text .title, .product-list .text .price { font-size:18px; line-height:1.2;  font-family:"Times New Roman", '微軟正黑體', Times, serif; }
.product-list .text .title { border-bottom:1px dashed #6e4908; padding-bottom:1em; margin-bottom:1em; position:relative; }
.product-list .text .n_title{ border-bottom:0px dashed #6e4908; }
.product-list .text .title img { position:absolute; left:50%; bottom:-8px; margin-left:-8px; width:16px; height:16px; }
.product-list .text .n_title img { width:70px; height:24px; margin-left:-35px;  bottom:-12px; }
.share-tt{ display:inline-block; vertical-align:top; margin-top:-5px;}

.owl-stage-outer,
.owl-stage-outer.owl-height,
.owl-carousel,
.owl-carousel.owl-theme{ height:auto!important;}

/*品牌頁底層*/
.page_wrap{ margin:50px auto;}
.page_wrap>.mm{ border:1px #cdcdcd solid; padding:15px;}
.brand-img{ display:inline-block; width:100%; margin-bottom:30px;}
ul.img-thumb{ float:left; width:30%; list-style-type:none; padding:0; vertical-align:top;}
ul.img-thumb li,ul.img-thumb li.n{}
ul.img-thumb li{ padding:0; width:60%; border: 1px solid #dedede; margin:12px auto;}
ul.img-thumb li.n{}
ul.img-thumb img{ max-width:100%;}
.img-focus{ float:right; overflow:hidden; width:70%;/* max-height:460px;*/ margin-bottom:10px; vertical-align:middle; text-align:center; border:2px solid #e9e1ee; background:#fff; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.imgg-w{ width:100%;}
.imgg-h{ height:100%;}

.brand-right{ float:right; padding:0 30px;}
.brand-name{ margin:20px auto 50px auto; padding:15px 0; font-size:25px; color:#e83945; border-top:1px solid #d1d3d4; border-bottom:1px solid #d1d3d4;}
.brand-infor{ margin:0 0 0 15px; padding:0;}
.brand-infor li{ padding-bottom:10px;}

.detail-box{ margin-bottom:30px;}
.detail-brand-name{ margin-bottom:30px; border-bottom:1px solid #9b856a; text-align:center;}
.text-style,.text-style-s{ display:inline-block; margin:0 auto; padding:5px 15px; letter-spacing:1px; background:#e8e0d2; color:#6e4908;}
.text-style-s{ padding:2px 10px;}
.detail-infor{ margin-bottom:30px; color:#3a2c13; text-align:justify; line-height:26px;}

.quantity-box{ margin-bottom:30px; text-align:center;}
/*.quantity-box>div{ display:inline-block;}*/
.quantity-box .name{ float:left; width:19%; font-size:20px; color:#3a2c13; text-align:left; letter-spacing:10px;}
.quantity-box .text{ margin-left:20%;}
.quantity-box .text .form-control{ height:inherit; padding:5px 10px; background:#e8e0d2; color:#6e4908; font-size:16px; border:1px solid #9b856a; border-radius:0;}
.form-control:after{ content:''; background:url(../images/all/triangle-under.png) no-repeat; display:block; width:13px; height:8px; position:absolute; right:20px; top:0; }

.form-control:focus{border-color:inherit; outline: 0; -webkit-box-shadow:inherit; box-shadow:inherit;}

.btn-buy{ display:inline-block; width:45%; margin:2% 2% 30px 2%; background:#e8e0d2; color:#6e4908; font-size:18px; text-align:left;}
/*.btn-buy i{ display:inline-block; width:60px; height:60px; padding:15px; border-right:1px dashed #6e4908; font-size:30px; text-align:center;}
.btn-buy p{ display:inline-block; margin:0; padding:15px;}*/
.btn-buy i{  display:inline-block; font-size:18px; width:30px; height:30px; border-right:1px dashed #6e4908; text-align:center; padding:0; line-height:30px;}
.btn-buy p{  display:inline-block; padding:0 0 0 10px; margin:0;}


.major-title2 { color:#8b704b; text-align:center; font-size:28px; line-height:1; min-height:44px;}
.hr-style{ border-bottom:1px dashed #6e4908; padding-bottom:1em; margin-bottom:30px; position:relative; }
.hr-style img { position:absolute; bottom:-8px; left:50%; width:16px; height:16px; }
.hr-style img.ll{ margin-left:-32px;}
.hr-style img.mm{ margin-left:-8px;}
.hr-style img.rr{ margin-left:16px;}

.share_area{ position:absolute; top:2em; right:50px;}
.share_area2{ margin-bottom:30px;}
.share_area a img,.share_area2 a img{ padding:0 3px;}


/*四圖四文*/
.four-img-txt{ padding:0 50px;}
.page-content table { max-width:100%; }
.page-content p{ line-height:26px; text-align:justify;}
.imgg { width:100%; display:block; margin:3.5em 0; }
.tx01 { clear: both; margin-bottom: 3.5em;}
.tx02 { clear: both; overflow:hidden;/* margin-bottom: 3.5em;*/}
.img-left,.img-left1 { float: left; padding-bottom: 3.5em; padding-right: 3.5em;}
.img-right,.img-right1 { float: right; padding-bottom: 3.5em; padding-left: 3.5em;}
.img-left img, .img-right img { max-width:400px; }
.img-left1 img, .img-right1 img { max-width:430px; }

/*門市*/

/*版權*/
.policy_tx{ margin-bottom:20px; background:#a4886b; padding:20px; color:#FFF; border-radius: 6px;}
.policy_all ul{ margin-bottom:20px;}
#number_item{ list-style-type:disc;}
#number_item li{ display:list-item;}
#number_list{ list-style-type:decimal;}
#number_list li{ width:100%; display:list-item;  }
.policy_title{ font-size:1.8rem; font-weight:bold; margin:0 0 12px 0;}

/*FAQ問與答*/
.list-icon-txtbox{ position:relative;}
.list-icon-txtbox .corner{}
.list-icon-txtbox>ul { list-style:none; margin:0; padding:0; }
.list-icon-txtbox>ul>li { margin-bottom: 40px; background-color:#fff;}
.list-icon-txtbox .faq_icon { width: 34px; height: 34px; position: absolute; left: 24px; top: 30px; color: #c5b9a5; font-weight: bold;}
.list-icon-txtbox .faq_q { position: relative; padding: 30px 30px 30px 90px; }
.list-icon-txtbox .faq_txt { font-size: 1.2em;}
.list-icon-txtbox .faq_date { color: #b8b8b8; font-size:13px; }
.list-icon-txtbox .faq_q .faq_q_txt { border-left: 1px solid #666; padding-left: 24px;}
.list-icon-txtbox .corner { position: relative; overflow: hidden;}
.list-icon-txtbox .corner:before{content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; pointer-events: none;
}
.list-icon-txtbox .corner:hover:before,.list-icon-txtbox a:hover .corner:before { border-color: #c5b9a5;}
.list-icon-txtbox .corner .cor { display: block; position: absolute; border: solid #8b704b; width: 10px; height: 10px; z-index: 2; pointer-events: none; }
.list-icon-txtbox .corner .cor.lt { border-width: 1px 0px 0px 1px; top:    0;  left: 0; }
.list-icon-txtbox .corner .cor.rt { border-width: 1px 1px 0px 0px; top:    0; right: 0; }
.list-icon-txtbox .corner .cor.lb { border-width: 0px 0px 1px 1px; bottom: 0;  left: 0; }
.list-icon-txtbox .corner .cor.rb { border-width: 0px 1px 1px 0px; bottom: 0; right: 0; }

/*最新消息*/
.box-date-info .wrap { padding-bottom:3em; overflow:hidden;  }
.box-date-info .flet { float:left; width:40%;}
.box-date-info .fler {margin-left:45%; }
.box-date-info .img img { margin-bottom:5px; max-width:100%; }
.box-date-info .title { font-size:18px; margin:0 0 10px 0; padding-top:15px;  line-height:1.4;}
.box-date-info .info { font-size:13px; color:#999; }
.box-date-info .date { padding:5px; text-align:center; border-radius:3px; border:1px dotted #8b704b;  background-color:transparent; color:#8b704b;}

.box-date-info .wrap2 { padding-bottom:3em;  overflow:hidden;  }
.box-date-info .flet2 { width:100%; }
.box-date-info .fler2 {}
.box-date-info .title2 { font-size:18px; margin:0 0 10px 0; }
.box-date-info .date2 {color:#8b704b; font-size:1em;}
.box-date-info .info2 { font-size:13px; color:#8b704b; }
 
.box-date-info .date .fa { display:none; }
.box-date-info a { display:inline; clear:both; overflow:hidden;  }
.box-date-info a:hover .img img { opacity:.8; }
.box-date-info a:hover .title { color:#d4000f; }
.box-date-info a:hover .info { color:#000; }
.box-date-info a:hover .date { background-color:#f3efe9; color:#8b704b; }

.img{}
.img img.img-thumbnail{}

/*會員登入*/
.login_box{ padding:30px 0;}
.login_left,.login_right{ display:inline-block; text-align:center; vertical-align:top;}
.login_left{ width:35%; padding:0 10px; border-right:1px dashed #e8e0d2;}
.login_right{ width:60%; padding:0 10px;}
.form_input{ margin:0 auto;}
.form_input .login_input{ width:80%;}
.pw_box{ display:inline-block; width:40%; text-align:left;}
.btn_box{ display:inline-block; width:40%;}
.login_right .login_txt{ padding:15px; width:80%; margin:0 auto 10px auto;}

input,.input-style{ background: rgba(232,224,210,.2); border: 1px solid #8b704b; padding: 5px; color: #8b704b;}

/*忘記密碼*/
.forget_box{ text-align:center;}
.forget_box .forget_txt,.forget_box .mail_input{ margin-bottom:30px;}
.forget_box .forget_txt{}
.forget_box .mail_input{}

/*加入會員*/
.corner2{ padding:60px;}
.field_box1{ margin-bottom:30px;}
.field_box1 .field_title,.field_box1 .field_title1,.field_box1 .field_title3{ display:inline-block; vertical-align:top; width:20%; padding:5px;}
.field_box1 .field_data1{ display:inline-block; width:75%;}
.field_box1 .field_data1 p{ display:inline-block; margin:10px 20px;}
.field_data1 span.tt{ padding:0 10px;}
.btnWrap{ margin:30px auto; text-align:center;}
.mem_blue{}
.mem_blue .radio,.mem_blue .privacy_box{ margin-left:30px;}
.mem_tx{ margin:10px auto; padding:10px 10px;}
.mem_tx2{ background: rgba(232,224,210,.2);}
.m-t{ margin-top:30px;}

.fd_select,.fd_select2,.fd_input2{ margin-bottom:10px;}
.a1 .input1.aa1{ width:47%;}
.a1 .aa2{ width:20%;}
.input0{ width:100%;}
.input1{ width:65%;}
.input2{}
.input3{ width:10%;}
.input4{ width:40%;}
.input5{}
.input6{ width:96%;}

.btn_sutmit2 { padding: 8px; vertical-align: top;}

/*會員專區-公用*/
.mem-box{ padding:30px;}

/*會員專區*/
.login_ok{ color:#8b704b; text-align:center; padding:100px 30px;}
.login_ok span { font-size: 5rem; display: inline-table; margin-bottom:10px;}

/*會員權益*/
.mem-right-box{ list-style-type:none; margin:0; padding:0; text-align:center; color:#8b704b;}
.mem-right-box li{ display:inline-block; vertical-align:top; padding:0 5px;}
.mem-right-box .mem-right-icon{}
.mem-right-box .mem-right-text{ width:90%; text-align:justify;}

/*訂單查詢*/
table tr th,table tr td{ padding:10px;}
.table1 tr,.table2 tr,.table4 tr{ border-bottom:1px dotted #e8e0d2;}
.btn_order{ background-color:transparent; color:#8b704b;}
.btn_order:hover { background-color:#f3efe9; color:#8b704b; }

/*列印訂單*/
.print-box{ padding:0 30px;}
.print-logo{ text-align:center; padding:10px; border-bottom:1px solid #e8e0d2; margin-bottom:30px;}
.print-logo img{ display:inline-block; width:150px;}
.print-box table tr{ color:#8b704b;}
.table2,.table3,.table4{ width:100%; text-align:left; background:#e8e0d2;}
.table3{ margin-bottom:30px; border:1px dotted #e8e0d2;}
.table4{ min-width:700px;}
.table2_td,.table3_td{ background:#fff;}
.table_tr{ display:table-row;}
.table_tr .table_td{ display:table-cell;}
.pr_field_title{ color:#8b704b; font-weight:bold;}

/*更新密碼*/
.field_box2{ text-align:center;}
.field_box2 .field_title1,.field_box2 .field_data1{ display:inline-block; vertical-align:middle; padding:10px; text-align:left;}
.field_box2 .field_title1{ width:20%;}
.field_box2 .field_data1{ width:75%;}
.field_box2 .field_data1 input.pw_input{ width:100%;}

/*聯絡表單*/
.pattern-left2,.pattern-right2{ position:absolute; bottom:0; width:700px;}
.pattern-left2{ left:-400px;}
.pattern-right2{ right:-400px;}
.content-box{ padding:50px;}
.page_form{ display:inline-block; width:100%; margin-bottom:10px;}
.page_form .name,.page_form .text{ padding:5px;}
.page_form_left,.page_form_right{ width:45%;}
.page_form_left{ float:left;}
.page_form_right{ float:right;}

/*開箱文*/
.list-box-author .authorlist { padding: 0 0 20px 0px; margin-bottom: 20px;  border-bottom: 1px dashed #B0AFAF; }
.list-box-author img { transition:transform 0.3s ease-in-out, opacity 0.3s; }
.list-box-author a:hover img { opacity:.8; transform:scale(1.05, 1.05); }
.list-box-author .title, .list-box-author p { margin:0; }
.list-box-author .title { margin:.5em 0;  }
.list-box-author .share_area_brand { margin: .5em 0; }
.list-box-author .date { color: #bbb; font-size: 14px; }
.list-box-author .date i{ padding-right:10px;}
.author{ margin-top:20px;}
/*關於我們*/
.about-style{ position:relative; z-index:0; display:inline-block; width:100%; margin:170px auto 180px auto; font-size: 18px; letter-spacing: 1px; text-align: center;}
.about-style .about-text{ width:50%; margin:0 auto;}
img.pattern-top,img.pattern-bottom{ position:absolute; left:0; z-index:-1; max-width:100%; margin:0 auto; text-align:center;}
img.pattern-top{ top:-170px;}
img.pattern-bottom{ bottom:-180px;}

.about-name{ margin-bottom:30px; border-bottom:1px solid #9b856a;}
.about-box{ position:relative; margin-bottom:40px; text-align:center;}
.about-box .about-img,.about-box .story-box{ display:inline-block; vertical-align:middle; text-align:justify;}
.about-box .about-img{ max-width:39%;}
.about-box .about-img img{ width:100%;}
.about-box .about-img img.img2{ width:70%;}
.about-box .story-box{ max-width:60%;}
.about-box .story-box p{ display:inline-block;}
.about-box.dd{ display:none;}
.about-box.dd-gg{ display:block;}

.icon-box{ position:relative; z-index:1; text-align:center; margin:30px auto;}

/*購物車step1*/
.page_title { font-size: 30px; border-bottom: 1px #ccc solid; margin-bottom: 1.5em; padding-bottom: 5px;}
.step_all{ text-align:center;}
.step_icon{ display:inline-block;}
.step_icon li.on { background: #e8e0d2;}
.step_icon li.icon,.step_icon li.icon2{ padding: 10px 0; width: 54px; text-align: center; color: #8b704b;}
.step_icon li.icon2 { display:none;}
.step_icon li { float: left; margin-bottom: 20px; list-style: none;}
.shop_box table tr { color: #8b704b;}

/*購物車step2*/
.main-title{ display:inline-block; margin-bottom:25px; padding:10px; color:#8b704b; letter-spacing:1px; border-top:4px double rgba(139,112,75,0.3); border-bottom:4px double rgba(139,112,75,0.3);}
.main-title2{ padding:10px; color:#8b704b; font-size:20px; letter-spacing:1px;}
.white-bg{ background:#fff;}
.shop_title { margin: 50px 0 15px 0;}
.shop_box .field_title1,.shop_box  .field_title2,.shop_box  .field_title3 { display: table-cell; vertical-align:top; width: 20%; padding:0 10px; color: #8b704b; font-weight: bold; font-size: 1.8rem;}
.shop_box .txt_title2,.shop_box .shop_title0,.shop_box .shop_title,.shop_box .shop_title2,.shop_box .share_box1 { margin: 40px 0 15px 0; padding: 10px; background-color: #e8e0d2; color: #8b704b; font-size: 2rem; font-weight: bold;}
.shop_box .pay_way { clear: both; margin: 0; padding: 0;}
.shop_box .pay_way li { list-style: none; padding: 0 10px 10px 10px;}
.shop_box .field_box1 { display: table; margin: 0 auto 10px auto; padding: 0 0 10px 0; width: 100%; border-bottom: 1px dotted #e8e0d2;}
.shop_box .field_data1 { display: table-cell;}
.margin{ margin:0 10px!important;}

.img-box{ position:relative; min-height:300px;}
.img-position{ position:absolute; right:10px; bottom:-100px; max-width:100%;}

.bg-left,.bg-left2,.bg-right,.bg-right2,.bg-kettle,.bg-cup,.bg-potted{position:absolute;z-index:-1;opacity:.5;background-size:cover;}

.bg-potted{
	right:50px;
	bottom:0;
	background:url(../images/all/pic06.png) center bottom no-repeat; 
	width:136px; 
	height:250px;
}

.bg-kettle{
	left:100px;
	bottom:0;
	background:url(../images/all/pic01_s.png) center bottom no-repeat; 
	transform: rotate(0deg);
	width:180px; 
	height:190px;
	animation:kettle 15s;
	-moz-animation:kettle 15s; /* Firefox */
	-webkit-animation:kettle 15s; /* Safari and Chrome */
	-o-animation:kettle 15s; /* Opera */
}

.bg-cup{
	left:85%;
	bottom:0;
	background:url(../images/all/pic05_s.png) center bottom no-repeat; 
	transform: rotate(0deg);
	width:150px; 
	height:95px;
	animation:cup 30s;
	-moz-animation:cup 30s; /* Firefox */
	-webkit-animation:cup 30s; /* Safari and Chrome */
	-o-animation:cup 30s; /* Opera */
}

.bg-left{
	left:50px;
	bottom:55%;
	background:url(../images/all/pic01.png) center bottom no-repeat; 
	transform: rotate(45deg);
	width:250px; 
	height:270px;
	animation:myfirst 30s;
	-moz-animation:myfirst 30s; /* Firefox */
	-webkit-animation:myfirst 30s; /* Safari and Chrome */
	-o-animation:myfirst 30s; /* Opera */
}
.bg-left2{
	left:200px;
	bottom:40%;
	background:url(../images/all/pic05.png) center bottom no-repeat; 
	transform: rotate(-15deg);
	width:200px; 
	height:126px;
	animation:myfirst4 35s;
	-moz-animation:myfirst4 35s; /* Firefox */
	-webkit-animation:myfirst4 35s; /* Safari and Chrome */
	-o-animation:myfirst4 35s; /* Opera */
}
.bg-right{
	right:7%;
	bottom:45%;
	background:url(../images/all/pic04.png) center bottom no-repeat; 
	transform: rotate(-15deg);
	width:150px; 
	height:105px;
	animation:myfirst2 15s;
	-moz-animation:myfirst2 15s; /* Firefox */
	-webkit-animation:myfirst2 15s; /* Safari and Chrome */
	-o-animation:myfirst2 15s; /* Opera */
}
.bg-right2{
	right:1%;
	bottom:10%;
	background:url(../images/all/pic02.png) center bottom no-repeat; 
	transform: rotate(30deg);
	width:180px; 
	height:120px;
	animation:myfirst3 25s;
	-moz-animation:myfirst3 25s; /* Firefox */
	-webkit-animation:myfirst3 25s; /* Safari and Chrome */
	-o-animation:myfirst3 25s; /* Opera */
}

/*myfirst*/
@keyframes myfirst
{
0% { bottom:15%; transform: rotate(15deg);}
100% { bottom:55%;	transform: rotate(45deg);}
}

@-moz-keyframes myfirst /* Firefox */
{
0% { bottom:15%; transform: rotate(15deg);}
100% { bottom:55%;	transform: rotate(45deg);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0% { bottom:15%; transform: rotate(15deg);}
100% { bottom:55%;	transform: rotate(45deg);}
}

@-o-keyframes myfirst /* Opera */
{
0% { bottom:15%; transform: rotate(15deg);}
100% { bottom:55%;	transform: rotate(45deg);}
}

/*myfirst4*/
@keyframes myfirst4
{
0% { bottom:5%; transform: rotate(15deg);}
100% { bottom:40%;	transform: rotate(-15deg);}
}

@-moz-keyframes myfirst4 /* Firefox */
{
0% { bottom:5%; transform: rotate(15deg);}
100% { bottom:40%;	transform: rotate(-15deg);}
}

@-webkit-keyframes myfirst4 /* Safari and Chrome */
{
0% { bottom:5%; transform: rotate(15deg);}
100% { bottom:40%;	transform: rotate(-15deg);}
}

@-o-keyframes myfirst4 /* Opera */
{
0% { bottom:5%; transform: rotate(15deg);}
100% { bottom:40%;	transform: rotate(-15deg);}
}

/*myfirst2*/
@keyframes myfirst2
{
0% { bottom:0%; transform: rotate(15deg);}
100% { bottom:45%;	transform: rotate(-15deg);}
}

@-moz-keyframes myfirst2 /* Firefox */
{
0% { bottom:0%; transform: rotate(15deg);}
100% { bottom:45%; transform: rotate(-15deg);}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0% { bottom:0%; transform: rotate(15deg);}
100% { bottom:45%; transform: rotate(-15deg);}
}

@-o-keyframes myfirst2 /* Opera */
{
0% { bottom:0%; transform: rotate(15deg);}
100% { bottom:45%; transform: rotate(-15deg);}
}

/*myfirst3*/
@keyframes myfirst3
{
0% { bottom:0%; transform: rotate(-45deg);}
100% { bottom:10%;	transform: rotate(30deg);}
}

@-moz-keyframes myfirst3 /* Firefox */
{
0% { bottom:0%; transform: rotate(-45deg);}
100% { bottom:10%;	transform: rotate(30deg);}
}

@-webkit-keyframes myfirst3 /* Safari and Chrome */
{
0% { bottom:0%; transform: rotate(-45deg);}
100% { bottom:10%;	transform: rotate(30deg);}
}

@-o-keyframes myfirst3 /* Opera */
{
0% { bottom:0%; transform: rotate(-45deg);}
100% { bottom:10%;	transform: rotate(30deg);}
}

@keyframes kettle
{
0% { bottom:0; transform: rotate(15deg);}
80% { bottom:180px;	transform: rotate(45deg);}
100% { bottom:0;	transform: rotate(0deg);}
}

/*kettle*/
@-moz-keyframes kettle /* Firefox */
{
0% { bottom:0; transform: rotate(15deg);}
80% { bottom:180px;	transform: rotate(45deg);}
100% { bottom:0;	transform: rotate(0deg);}
}

@-webkit-keyframes kettle /* Safari and Chrome */
{
0% { bottom:0; transform: rotate(15deg);}
80% { bottom:180px;	transform: rotate(45deg);}
100% { bottom:0;	transform: rotate(0deg);}
}

@-o-keyframes kettle /* Opera */
{
0% { bottom:0; transform: rotate(15deg);}
80% { bottom:180px;	transform: rotate(45deg);}
100% { bottom:0;	transform: rotate(0deg);}
}

/*cup*/
@keyframes cup
{
0% { left:250px; transform: rotate(0deg);}
15% { transform: rotate(-30deg);}
30% { transform: rotate(0deg);}
50% { left:250px; transform: rotate(0deg);}
100% { left:90%; transform: rotate(0deg);}
}

@-moz-keyframes cup /* Firefox */
{
0% { left:250px; transform: rotate(0deg);}
15% { transform: rotate(-30deg);}
30% { left:250px; transform: rotate(0deg);}
50% { left:250px; transform: rotate(0deg);}
100% { left:90%;	transform: rotate(0deg);}
}

@-webkit-keyframes cup /* Safari and Chrome */
{
0% { left:250px; transform: rotate(0deg);}
15% { transform: rotate(-30deg);}
30% { left:250px; transform: rotate(0deg);}
50% { left:250px; transform: rotate(0deg);}
100% { left:90%;	transform: rotate(0deg);}
}

@-o-keyframes cup /* Opera */
{
0% { left:250px; transform: rotate(0deg);}
15% { transform: rotate(-30deg);}
30% { left:250px; transform: rotate(0deg);}
50% { left:250px; transform: rotate(0deg);}
100% { left:90%;	transform: rotate(0deg);}
}


@media (max-width: 1024px) { 
.in-news-box .news-list strong { margin-bottom:0; }
.in-news-box .news-list ul li { padding:10px 0; }
}

@media (max-width: 990px) { 
/*.quantity-box .text{ width:60%;}
.quantity-box .name{ width:30%;}*/
.quantity-box .name{  letter-spacing:inherit;}

}
@media (min-width: 769px) {
.sidebar > .collapse{ display:block;}
}
@media (max-width: 768px) { 
/*---banner----*/
.banner { padding:2em 0 0 0; }

.wrapper { padding:2em 0; }
.page-wrap { padding-top:0; }

.header .login { top:12px; right:60px; }
.navbar-custom .container { position:static; }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin:0; }
.navbar-header { display:block; position:absolute; left:10px; top:5px; }
.navbar-header .navbar-brand { float:inherit; display:block; height:50px; padding:5px; }
.navbar-header .navbar-brand img { height:100%; }

#menu { display:none; }
.slicknav_menu { display:block; }
.slicknav_menu .slicknav_icon-bar { background-color:#4f374b; }
.slicknav_nav { max-height:340px; overflow:auto; overflow-x:hidden; }
.slicknav_nav .container { padding:0; }
.slicknav_nav .slicknav_row, .slicknav_nav > ul > li > a, .slicknav_nav > a { background:#4f374b; margin:0; padding:10px 20px; }
.slicknav_nav li.brand { display:none; }
.slicknav_nav a:focus, .slicknav_nav a:hover { background-color:#7d6278; color:#fff; border-radius:0; }
.slicknav_nav .slicknav_row:hover { background-color:#7d6278; border-radius:0; }
.slicknav_nav ul { position:static; left:auto; top:auto; width:100%; margin:0; float:inherit; right:auto; border-radius:0; }
.slicknav_nav ul ul li > a { background:#f9f8f6; color:#8b704b; padding:10px 30px; font-size:15px; margin:0; border-bottom:1px dotted #d0c3af; }


/*--------------sidebar--------------*/
.sidebar { float:inherit; width:auto; border-radius:3px; background:#f3efe9; }
.sidebar .mtitle { display:none; }
.sidebar .navbar-toggle { display:block; color:#b7a790; }
.sidebar .navbar { border:none; margin:0; }
.sidebar .navbar > li { margin:0; }
.sidebar .navbar > li > a { border-radius:0; }
.sidebar .navbar > li.active > a::before { content:''; }
.sidebar .navbar > li> a::before, .sidebar .navbar > li.active > a::before { content:'\f054'; font-family:"FontAwesome"; position:static; padding:0 10px 0 6px; }
.sidebar .fb { display:none; }
.main { margin:0; }
/*--------------page--------------*/
.table-container { 
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

/*------index----------*/
.in-news-box .left { margin-bottom:10px; background:url(../images/index/news_bg.jpg) no-repeat; background-size:cover; border:15px solid #fcfaf8; }
.in-news-box .left .bg { display:none; }
.in-news-box .left .pattern-left, .in-news-box .left .pattern-right { width:100px; height:98px; }
.in-news-box .left .pattern-left { left:0; }
.in-news-box .left .pattern-right { right:0; }
.in-news-box .news-list { position:static; left:auto; top:auto; padding:40px 20px; }
.in-news-box .news-list strong { margin-bottom:10px; }
.in-news-box .news-list ul li { padding:15px 0; }
.in-news-box .right .fb, .in-news-box .right .ig, .in-news-box .right .join { float:left; margin:0; width:auto; }
.in-news-box .right .fb, .in-news-box .right .ig { width:24%; margin-right:1%; }
.in-news-box .right .join { width:50%; }

/*品牌頁底層*/
ul.img-thumb{ width:24%;}
.img-focus{ width:76%;}

/*四圖四文*/
.page-content iframe { height:400px; }

/*FAQ問與答*/
.list-icon-txtbox .faq_icon { top: 14px; left: 20px; }
.list-icon-txtbox .faq_q { padding: 20px 20px 15px;}
.list-icon-txtbox .faq_q .faq_q_txt { border:0; padding:0 0 0 45px; }
.share_area{ top:15px; right:20px;}
.four-img-txt{ padding:0 20px;}
/*最新消息*/
.box-date-info .row { padding:0; }
.box-date-info .col-sm-6 { padding-bottom:2em; }
.box-date-info h3 { margin-top:.5em; }

/*會員登入*/
.login_left{ width:48%;}
.login_right{ width:48%;}
.login_right .login_txt{ width:100%;}

/*訂單查詢*/
.table1{ min-width:700px; margin-top:20px;}

/*列印訂單*/
.table2,.table3{ min-width:1000px;}

/*簡易通用的自適應表格*/
.table-container{ width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em;}

/*聯絡表單*/
.page_form_left,.page_form_right{ width:100%;}
.img-position{ bottom:0px; }

/*關於我們*/
.about-box .about-img{ max-width:50%;}
.about-box .story-box{ max-width:100%;}
.about-box.dd{ display:block;}
.about-box.dd-gg{ display:none;}

.img-box{ width:20%; min-height:100px;}
.www{ width:80%;}

/*.quantity-box .text{ width:70%;}
.quantity-box .name{ width:20%;}*/

}


@media (max-width: 640px) {
/*----------------------index---------------------*/
.w_box5{ width:100%; float:left; overflow:hidden;}

.product-list { max-width:260px; margin:0 auto; }
.product-list .item { float:inherit; width:auto; }

/*--------- page ----------------*/
.css-cell{ display: block;}
.brand-intro .css-cell.left{ width:100%;}

/*品牌頁底層*/
ul.img-thumb{ width:30%;}
.img-focus{ width:70%;}

/*四圖四文*/
.page-content iframe { height:320px; }
.img-left, .img-right { float:inherit; padding-right: 0; padding-left: 0;}
.img-left img, .img-right img { display:block; width:100%; max-width:inherit; }

/*會員登入*/
.login_left,.login_right{ display:block; width:80%; padding:30px 0; margin:0 auto 30px auto;}
.login_left{ border-right:none; border-bottom:1px dashed #e8e0d2;}
.login_right{}
.login_left p,.login_right p{ margin-bottom:20px;}
.form_input .login_input{ width:80%;}
.login_right .login_txt { padding: 15px 15px 35px 15px;}
.btn_box{ text-align:right;}

/*加入會員*/
.btn_sutmit2{ margin-top:10px;}
.a1 .input1.aa1{ width:100%;}
.a1 .aa2{ width:30%;}
.a1 .aa3{ width:20%;}
.input1{ width:100%;}
.input2{ width:100%;}
.input3{ width:45%;}
.input4{ width:45%;}
.input5{ width:100%;}
.input6{ width:100%;}

/*開箱文*/
.list-box-author .authorlist .col-xs-6 { width: 100%; float:inherit;}
.list-box-author .date { margin-top:10px;}

/*關於我們*/
.about-style{ margin:140px auto 170px auto;}
.about-style .about-text{ width:80%;}
img.pattern-top{ top:-120px;}
img.pattern-bottom{ bottom:-150px;}

.img-position{ max-width:80%;}

}

@media (max-width: 480px) { 

/*----index---*/
.in-new-products .owl-theme .owl-dots .owl-dot span { margin:12px 6px; }

.in-news-box .news-list ul li .date { float:inherit; padding:0; }
.in-news-box .news-list ul li p { margin:0; }
.in-news-box .right .fb, .in-news-box .right .ig { width:49%; margin-right:1%; margin-bottom:1%; }
.in-news-box .right .join { float:inherit; width:100%; }


/*品牌頁底層*/
ul.img-thumb { float: inherit; width: 100%; margin-bottom:30px; text-align:center;}
ul.img-thumb li { display:inline-block; width: 30%; margin: 5px;}
.img-focus{ width:100%;}
.btn-buy { width: 100%; margin: 0 0 20px 0;}
.brand-img{margin-bottom:0px;}
/*.quantity-box .name{ width:19%;}
.quantity-box .text{ width:79%;}*/

/*四圖四文*/
.img-left1 img, .img-right1 img { max-width: 100%; }
.img-left,.img-left1,.img-right,.img-right1 { float:inherit; padding: 0 0 1em 0;}
.page-content iframe { height:250px; }

/*加入會員*/
.corner2{ padding:30px;}
.field_box1 .field_title,.field_box1 .field_title1,.field_box1 .field_title3,
.field_title,.field_title1,.field_title3{ width:100%;}
.field_box1 .field_data1,.field_data1{ width:100%;}
.a1 .aa2{ width:35%;}
.a1 .aa3{ width:20%;}

/*會員登入*/
.login_left,.login_right{ width:100%;}
.form_input .login_input{ width:100%;}
.pw_box{ display:block;}
.btn_box{ width:100%; padding:10px 0; text-align:center;}
.btn_box .qq{ display:inline-block;}

/*關於我們*/
.about-style{ margin:100px auto 130px auto;}
.about-style .about-text{ width:100%;}
img.pattern-top{ top:-100px;}
img.pattern-bottom{ bottom:-130px;}

/*購物車*/
.step_icon li.icon{ display:none;}
.step_icon li.icon2 { display:block;}
/*購物車*/
.step_icon{ margin-left:-30px; margin-bottom:30px;}
.step_icon li{ float: none; width:100%; margin-bottom:0;}
.step_icon li.icon, .step_icon li.icon2{ width:100%;}

/*會員權益*/
.mem-right-box .mem-right-icon{ margin-left:-10px;}
.mem-right-box .mem-right-text{ width:80%;}

/*.bg-left,.bg-left2,.bg-right,.bg-right2,.bg-kettle,.bg-cup,.bg-potted{ display:none;}*/
/*聯絡表單*/
.content-box{ padding:50px 30px;}
}

@media (max-width: 415px) {
/*按鈕*/
.btn { display:block;}
.btn-box>div{ margin:20px auto; width:100%;}
	
.pagination > li > a, .pagination > li > span { margin:0 1px;}

.footer .bottom-nav li a{margin: 0 10px;}

/*品牌頁底層*/
ul.img-thumb li{ width:29%;}
.img-focus{ height:inherit; border-width:10px;}
.imgg-h { height: auto; width: 100%;}

/*關於我們*/
.about-style{ margin:50px auto 60px auto;}
img.pattern-top{ top:-60px;}
img.pattern-bottom{ bottom:-60px;}
.about-box .story-box{ max-width:90%;}
/*頁尾*/
br.dd415{display:block}
.footer .bottom-nav li:nth-child(2){margin-right:0;border-right:inherit;}
}

@media (max-width: 330px) {
.major-title strong{ padding:10px 80px;}
}
@media (max-width: 320px) {
	
.pagination > li > a, .pagination > li > span { margin:0; padding:4px 8px; }
ul.img-thumb li{ margin:0;}

}
