
/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:170%;
	font-family:"微軟正黑體", "open-sans", Times New Roman , sans-serif;
	color:#333;
	background:#fff;
	font-size:14px;
}
*{
padding:0;
margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color:#cca930;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
h1{
	margin:0 !important;
	line-height: normal;
}
h2{
	font-size:1.7em;
	font-weight:bold;
	margin: 0;
	line-height:130%;
	letter-spacing: 0px;
	color:#cca930;
}
h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
p {
    margin: 0 0 5px;
}
label {
    font-weight: 500;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
input[type=file] {
    max-width: 190px;
}
select {
	background:#fff;
	height: 34px;
}
.input-xsmall {
    width: 80px!important;
}
.input-small {
    width: 145px!important;
}
.input-medium {
    width: 240px!important;
}
.input-large {
    width: 320px!important;
}
.input-xlarge {
    width: 420px!important;
}
.btn_01{
	padding:6px 20px 6px 20px;
	background: #fff;
	color:#cca930;
	font-size:0.9em;
	border:none;
	/*letter-spacing:1px;*/
	cursor:pointer;
	margin:10px 0;
	border-radius:30px;
	border: solid #cca930 1px
}
.btn_01:hover ,.btn_01:focus{
	background:#cca930;
	color:#fff;
}
.vertical_middle{
	vertical-align:middle;
}
.display_inline{
	display:inline-block !important;
}
.display_none{
	display:none;
}
.page_line{
	border-bottom:dotted #ccc 2px;
	margin:10px 0;
}
.white{
	color:#fff;
}
.red{
	color:red;
}
.blue{
	color:#145f7b;
}
.gold{
	color:#cca930;
}
.bg-white {
    background: #fff!important;
}
.bg-grey-steel {
    background: #e9edef!important;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}*/
.btn-primary ,.btn-primary:focus{
    color: #fff;
    background-color: #cca930;
    border-color: #bc9922;
}
.img_padding {
    padding: 10px;
}
.content_font{
	float:left;
	width:100%;
}
.scroll-to-top:hover {
	background:#cca930;
}
.scroll-to-top:hover i{
	color:#fff;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomargintop{
	margin-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.w-100{
	width:100% !important;
}
.w-50{
	width:50% !important;
}
.w-auto{
	width:auto !important;
}
.fa-xs {
    font-size: 0.9em;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.date{
	color: #ccc /*#cca930*/;
	font-size:0.8em;
	padding:5px 0;
}
/*.date:before{
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.3em;
    position: relative;
    left: 0;
}*/
.top_class {
    color: #fff;
    padding: 4px 7px;
    background:#ccc /*#cca930*/;
    border-radius: 5px;
    margin-left: 5px;
}
.form-control {
    padding: 6px 8px;
	border-color:#dedede;
}
.line-through{
	text-decoration:line-through;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}


/*右側選單*/
#icon_btn{
	right:3px;
	width:2em!important;
}
#ICON{
	position:absolute;
	right:5px;
	width:35px;
	text-align:center;
	z-index:99;
	top:200px;
}
.icon_link{
	list-style:none;
	padding-left:0 !important;
	border-radius:25px;
	padding:10px 0;
	margin-top:-8px;
}
.icon_link img{
	width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 4px;
	margin-bottom:-10px;
}
.fa-md {
    font-size: 1.5em;
}
.bg_icon{
	color: rgba(0,0,0,.6);
}
#ICON .fa-times , #ICON .fa-envelope , #ICON .fa-tags{
    /*margin-top: -2px;*/
}
.icon_link li{
	margin-bottom:6px;
}
.icon_link .title{
	color:#fff;
	border-radius:50%;
	font-size:10px;
	line-height:130%;
	padding: 5px;
	height: 40px;
	width:40px;
	position: relative;
    right: 2px;
}
.icon_link .title i{
	font-size:2em;
	padding-top: 5px;
}
.icon_link li:nth-child(1) .title{
	background:rgba(204,169,48,.9);
}
.icon_link li:nth-child(1):hover .title{
	background:rgba(204,169,48,1);
}
.icon_link li:nth-child(2) .title{
	background:rgba(163,99,65,.9);
}
.icon_link li:nth-child(2):hover .title{
	background:rgba(163,99,65,1);
}
.icon_link li:nth-child(3) .title{
	background:rgba(0,0,0,.4);
}
.icon_link li:nth-child(3):hover .title{
	background:rgba(0,0,0,.5);
}
#icon_btn .fa-tags{
	/*background:rgba(0,0,0,.6);*/
	border-radius:50%;
}


/*header*/
.header-nav-top li:after{
    content: "∣";
    color:#fff;
}
.header-nav-top li:last-child:after{
    content: "";
}
#header .header-nav-top .nav > li > a:focus ,.font_size a:focus ,.font_size a:hover{
    background: #cca930;
}
.font_size{
    display: inline-block;
}
.font_size >a{
    padding:1px 8px!important;
    border-radius: 4px;
}
.header-nav-top .nav-pills>li+li {
    margin-left: 10px;
}
.header-nav-top .share_icon i{
    text-shadow:none;
}
.header-nav-top .share_icon a{
	padding:0 !important;
}
.header-nav-top .nav > li > a .fa{
    margin-right: 0 !important;
}
.header-nav-top .nav > li > a .fa-facebook-f:before{
    padding: 0 3.5px;
}
.header-nav-top .share_icon a .fa:before{
    width: 25px;
}
#header .header-nav-top .share_icon a:hover{
    background:transparent !important;
}


/*top_home*/
.top_home li{
	padding:0 0 0 10px !important; 	
}
.top_home li a{
	padding:0 10px 0 0;
	 	
}
.top_home li:after{
	content:"∣";	
}
.top_home li:last-child:after{
	content:"";	
}


/*top link*/
.header-top .float_left{
	margin: 12px 0 0 0;
	color:#666;
	font-family:Tahoma;
	font-weight:bold;
}
.top_link{
	vertical-align: middle;
	padding-top:3px;
	float: left;
}
.top_link a {
	color:#666;
	/*font-size:1.2em;*/
	text-decoration:none;
}
.top_link a:hover {
	color:#333;
}
.top_link ul{
	list-style:none;
	margin:10px 0 0px 0;
	text-align: right;
	display:inline-block;
}
.top_link ul li{
	display:inline-block;
	padding:0 10px;
	font-size:0.9em;
}
.top_link ul li i{
	padding-right:7px;
}
.shopno {
    display: inline-block;
    background-color: #cca930;
    color: #FFFFFF;
    font-size: 10px;
    /*position: absolute;*/
    padding:4px 0;
    width: 22px;
    height: 22px;
    /* padding-right: 3px; */
    border-radius: 100%;
    /*top: -3px;
    right: -5px;*/
    font-family: sans-serif;
    text-align: center;
    line-height: 120%;
	margin-left:5px;
	float:right;
}


/*top menu*/
.dropdown-menu{
	font-size:1em;
}
.dropdown-menu>li{
	/*background:rgba(255,255,255, 0.2) !important;*/
}
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus ,.dropdown-menu>li:active,.dropdown-menu>li a:active{
	background:#fff /*rgba(0, 0, 0, .1)*/!important;
	color:#cca930 !important;
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #cca930;
}
#header .header-nav-main nav > ul > li:last-child .dropdown-menu{
    right:0;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
}
.header-nav-main .dropdown-menu .dropdown-submenu li a{
    /*color:#cca930 !important;*/
}
#mainNav .dropdown>a{
	text-align:center;
}
#mainNav>li a .small{
	color:#999;
	width:100%;
	font-size:12px !important;
	margin-top: -3px;
	font-weight:400;
	display: block;
}
#header .header-nav-main nav > ul >li:before {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	position: absolute;
	top: 0;
	left: 0;
}
#header .header-nav-main nav > ul >li:hover:before {
	position: absolute;
	top: 0;
	left: 0;
  	width: 100%;
  	background: #cca930;
}


/*header_brand*/
.header_brand{
	float:left;
	width:100%;	
}
.header_brand li{
	float:left;
	width:25%;	
}


/*search icon*/
.menu_search{
	padding-top: 7px;
}
.menu_search i{
	font-size:24px;
	padding: 27px 15px;;
}
.menu_search:hover i{
	color:#cca930;
}
.menu_search:before{
	display:none !important;
}
.sidemenu{
	position: absolute;
    right: 0;
    top: 91px;
    padding: 10px;
    background: #fff;
    border: solid #eee 1px;
}
.sidemenu{
	width:400px;
	border-radius: 0 0 4px 4px;
}
.sidemenu label{
	width: 100%;
    margin: 5px 0;
    padding-right: 80px;
}
.sidemenu label input{
	border:none;
	box-shadow:none !important;
	border-radius:0;
	background-color:transparent;
}
.search_icon{
	padding: 11px 20px 6px 20px;
    background-color:transparent;
    color: #ccc;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
	border-radius:4px;
	position:absolute;
	right:40px;
}
.adv_search_icon{
	padding: 11px 20px 6px 20px;
    background-color:transparent;
    color: #ccc;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
	border-radius:4px;
	position:absolute;
	right:0;
	/*line-height:110%*/
}


/*手機版-購物車*/
.mobile_cart{
	position:relative;
	background: #fff !important;
	/*border:solid #ccc 1px;*/
	margin-right: 15px !important;
	border: solid #ccc 1px;
}
.mobile_cart i{
	color:#ccc;
}
.mobile_cart #shopno {
    top: -2px;
}
#shopno {
    display: inline-block;
    background-color: #cca930;
    color: #FFFFFF;
    font-size: 10px;
    position: absolute;
    padding: 2px;
    width: 18px;
    height: 18px;
    /* padding-right: 3px; */
    border-radius: 100%;
    top: -3px;
    right: -9px;
    font-family: sans-serif;
    text-align: center;
    line-height: 150%;
}


/*index_banner*/
.index_banner{
	float:left;
	width:100%;
	padding-top:135px;
}
.owl-carousel {
    margin-bottom: 0;
}
.owl-theme .owl-nav {
	position:absolute;
	top:50%;
}
.owl-theme .owl-nav [class*=owl-] {
    border: none;
}
.owl-carousel .owl-nav .owl-next:before {
    left: initial;
    top: initial;
}
.owl-carousel .owl-nav .owl-next:before {
	left: initial;
    top: initial;
}



/*index_news*/
.index_news{
	float:left;
	width:100%;
	padding:60px 0;
	background: url(../img/con_bg_02.png);
    background-position: center top;
    background-repeat: repeat-x;
}
.index_news .font{
	float:left;
	width:40%;
	padding:0 5%;
}
.index_news .font .title{
	color:#000;
	font-weight:bold;
	font-size:26px;
}
.index_news .font .title span{
	color:#a36341;
	font-weight:400;
	font-size:12px;
}
.index_news .font ul{
	list-style:none;
	padding:15px 0 20px 0;
}
.index_news .font ul li{
	border-bottom:dotted #ccc 1.5px;
	padding:10px 10px 10px 30px;
}
.index_news .font ul li:last-child{
	border-bottom:none;
}
.index_news .font ul li:before{
	content:"•";
	color:#cca930;
	font-size:20px;
	margin-left:-20px;
	margin-right:10px;
}
.index_news .font .btn_box{
	float:left;
	width:100%;
}
.index_news .img{
	float:left;
	width:60%;
	position:relative;
	padding-bottom:5%;
}
.index_news .img .main_img{
	padding-right:13%;
}
.index_news .img .frame{
	position:absolute;
	right:7%;
	top:12%;
	background:url(../img/index_news_frame.png);
	background-size:cover;
}
.index_news .img .frame img{
	opacity:0;
}


/*index_recommend*/
.index_recommend{
	float:left;
	width:100%;
	background:url(../img/index_recommend_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-size:cover !important;
	padding:5% 0;
}
.index_recommend .font{
	float:left;
	width:37%;
	padding-left:12%;
}
.index_recommend .font .title{
	color:#cca930;
	font-weight:bold;
	font-size:26px;
	margin-top:10%;
}
.index_recommend .font .title span{
	color:#fff;
	font-weight:400;
	font-size:12px;
}
.index_recommend .font .intro{
	color:#fff;
	padding:0 20px;
	border-left:rgba(255,255,255,.6) solid 2px;
	font-size:14px;
	margin:20px 0 20px 10px;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
.index_recommend .img{
	float:left;
	width:63%;
	padding:0 80px;
}
.index_recommend .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.index_recommend .owl-carousel .owl-nav .owl-next {
    right: -60px;
}
.index_recommend .owl-carousel .item{
	border:solid #eee 10px;
	background:#fff;
	float:left;
	width:100%;
}
.index_recommend .owl-carousel .item a:hover .title{
	color:#cca930;
}
.index_recommend .owl-carousel .item .item_img{
	float:left;
	width:40%;
	margin:4%;
}
.index_recommend .owl-carousel .item .item_font{
	float:left;
	width:50%;
	padding:8% 5% 5% 1%;
	text-align:left;
}
.index_recommend .owl-carousel .item .item_font .title{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.index_recommend .owl-carousel .item .item_font .no{
	font-size:12px;
	color:#cca930;
	padding:5px 0;
}
.index_recommend .owl-carousel .item .item_font .intro{
	color:#666;
}


/*index_product*/
.index_product{
	float:left;
	width:100%;
	padding:60px 0;
    background: url(../img/con_bg.png) fixed;
    background-position: center top;
    background-repeat: repeat-x;
}
.index_product .container{
	padding: 0 60px;
}
.index_product .container>.title{
	color:#000;
	font-weight:bold;
	font-size:26px;
}
.index_product .container>.title span{
	color:#a36341;
	font-weight:400;
	font-size:12px;
}
.index_product .owl-carousel{
	float:left;
	width:100%;
	padding:30px 0;
}
.index_product .owl-carousel .item{
	border:solid #ccc 1px; 
}
.index_product .owl-carousel .item .title{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.index_product .owl-carousel .item .no{
	font-size:12px;
	color:#cca930;
}
.index_product .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.index_product .owl-carousel .owl-nav .owl-next {
    right: -60px;
}
.index_product .item_font{
	padding:20px;
}


/*index_brand*/
.index_brand{
	float:left;
	width:100%;
	background:url(../img/index_brand_bg.jpg);
	background-position:top center;
	padding:60px 0;
}
.index_brand .product_brand{
	width: 70%;
    margin: 0 15%;
}
.index_brand .product_brand .title{
	display:none;
}


/*index_link*/
.index_link{
	float:left;
	width:100%;
}
.index_link .item{
	float:left;
	width:33.3%;
	position:relative;
}
.index_link .item img{
	width:100%;
}
.index_link .item .font{
	position:absolute;
	bottom:10%;
	right:5%;
	border-right: solid #fff 5px;
	padding-right:10px;
}
.index_link .item .font .title{
	font-size:30px;
	font-weight:bold;
	color:#4e4831;
	text-shadow: 0 1px 3px rgba(255,255,255,.8);
	text-transform: uppercase;
}
.index_link .item .font .small{
	font-size:18px;
	font-weight:bold;
	color:#a36341;
	text-shadow: 0 1px 3px rgba(255,255,255,.8);
	text-align:right;
	padding-top:5px;
}


/*footer*/
footer{
	background-color:#333;
	border-top:solid #555 7px;
	padding:40px 0 10px 0;
	float:left;
	width:100%;
	color:#fff !important;
	background-image:url(../img/footer_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.footer_menu .item{
	float:left;
	width:calc(100%/4);
	padding: 0 15px 30px 15px;
	font-size:0.9em;
	color:#ccc;
	line-height:150%;
}
.footer_menu .item a{
	color:#ccc !important;
}
.footer_menu .item a:hover{
	color:#c9b988 !important;
}
.footer_menu .title{
	color:#cca930;
	font-size:1.4em;
	font-weight:bold;
}
.footer_menu ul{
	list-style:none;
	margin-bottom:0;
	float:left;
	width:100%;
	padding:5px 0 0 0;
}
.footer_menu ul li{
	padding:4px 0;
	line-height:150%;
}
.footer_menu .fa{
	font-size:20px;
	padding:5px;
}
.footer_menu .con_font{
	padding:10px 0;
}
.footer_menu .phone_no{
	font-size:1.8em;
	font-weight:bold;
	padding:10px 0 15px 0;
	color:#fff;
	line-height: 110%;
}


/*copyright*/
footer .copyright{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
	border-top:solid #666 1px;
	font-size:0.9em;
	line-height:150%;
}


/*content*/
#content{
	padding-top:135px;
}


/*page_banner*/
.page_banner{
	float:left;
	width:100%;
	margin:133px 0 0 0;
	background:url(../img/index_brand_bg.jpg) /*url(../img/page_banner.jpg)*/;
	background-position:top center;
	height:135px;
	display:flex;
	align-items:center;
	justify-content:center;	
}
.page_banner .title{
	color:#723e22;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.page_banner .title:after{
	content:url(../img/menu_icon.png);
	float: left;
    width: 100%;
    margin-top: 5px;
	display:none;
}


/*page content*/
.page_content{
	min-height:500px;
    float: left;
    width: 100%;
	background: url(../img/con_bg_02.png);
	background-position:center top;
	background-repeat:repeat-x;
}
.page_content .container{
	padding:10px 5% 50px 5%;
}
.page_content .con_one {
    width: 100% !important;
}
.page_content .con_font{
	margin-bottom:40px;
	float:left;
	width:100%;
}
.page_content .btn_box{
	float:left;
	width:100%;
	padding:10px 0 30px 0;
	margin-bottom:40px;
}
.page_content .item_date{
	padding:0 5%;
}
.item_date{
	color:#999;
	font-size:13px;
}
.item_date:before{
	content: "\f017";
    font-family: FontAwesome;
	padding-right:3px;
}
.item_date .class_btn:before{
	content:"∣";
	padding:0 5px;
	color:#cca930;
}


/*page_top*/
.page_top{
	float: left;
    width: 100%;
	font-size:12px;
	color:#999;
	margin-bottom:10px;
}
.page_top_left ,.page_top_left a{
	color:#666;
	padding:7px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#00693e;
}
.page_top .fa-angle-right{
	padding:0 4px 0 7px ;
}
.page_top .active{
	color:#999;
}
.page_top_right{
	float:right;
	padding-top:3px;
}
.page_top_right img{
	width:27px;
}


/*page_search*/
.page_search{
	float:left;
	width:100%;
}
.page_search ul{
	list-style:none;
}
.page_search ul li{
	display: inline-block;
	vertical-align:top;
	margin:5px 0;
}
.page_search label{
	margin-bottom:0;
}
.page_search .item_title{
	float:left;
	padding:5px 10px 0 0 ;
	font-weight:bold;
}
.page_search .form-control{
	border-color:#c9b988 /*#cca930*/;
	border-radius:4px !important;
	display: inline-block;
}
.page_search button{
	border-radius:4px;
	background:#c9b988 /*#cca930*/;
	color:#fff;
	vertical-align:top;
	font-size:0.9em;
	min-height:34px;
}
.page_search button:hover, .page_search button:focus{
	background:#a36341;
	color:#fff !important;
}
.page_search .list_icon{
	display:inline-block;
}
.page_search .list_icon button{
	color:#cca930;
	border: solid #cca930 1px;
	background: transparent;
}
.page_search .list_icon button:hover ,.page_search .list_icon button:focus{
	color:#fff;
	background: #cca930;
}


/*page_content*/
.page_content{
	float:left;
	width:100%;
}
.page_content h2{
	float:left;
	width:100%;
	padding:10px 5%;
}
.page_content h3{
	float:left;
	width:90%;
	padding:10px;
	margin:10px 5% 0 5%;
	background:#cca930;
	color:#fff
}
.page_content .container>.back_btn{
	padding:20px 5%;
	float:left;
	width:100%;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 5%;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#f5f5f5 /*#747474*/;
	/*color:#fff;*/
	border-radius:4px;
	padding:5px;
	text-align:center;
	float:left;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .font{
	padding-left:130px;
	line-height:170%;
	margin-top:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*product_class*/
.product_class{
	float:left;
	width:100%;
	list-style:none;
}
.product_class li{
	float:left;
	width:23%;
	margin:1%;
	position:relative;
}
.product_class li:nth-child(4n+1){
	clear: both;
}
.product_class .item_line{
	position:absolute;
	width:90%;
	height:95%;
	border:solid 1px rgba(255,255,255,0.7);
	top:4%;
	margin:0 5%;
}
.product_class .title{
	position:absolute;
	bottom:0;
	padding:20px;
	color:#cca930;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0)10%,rgba(0,0,0,.85)60%);
}
.product_class .title:before{
	content:url(../img/product_class_icon.png);
	width: 100%;
    float: left;
}
.product_class .small{
	font-size:12px;
	color:#ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*product_brand*/
.product_brand{
	float:left;
	width:90%;
	margin:20px 5%;
	list-style:none;
}
.product_brand li{
	float:left;
	width:15%;
	margin:2.5%;
	text-align:center;
}
.product_brand li:nth-child(5n+1){
	clear:both;
}
.product_brand li a img{
	filter: grayscale(100%);
	opacity:0.6;
}
.product_brand li a:hover img{
	filter: grayscale(0%);
	opacity:1;
}
.product_brand .title{
	font-size:12px;
	color:#999;
	line-height:130%;
	padding:3px 0 5px 0;
}


/*product_list*/
.product_list{
	float:left;
	width:102%;
	list-style:none;
	margin: 0 -1%;
}
.product_list li{
	float:left;
	width:23%;
	margin:1%;
	border:solid #ccc 1px;
	background:#fff;
	position: relative;
	line-height:130%;
	padding-bottom:40px;
	border-radius:5px;
}
.product_list li:nth-child(4n+1){
	clear:both;
}
.product_list .tag .icon{
	position:absolute;
	top:0;
	color:#fff;
	padding:4px 8px;
	font-size:13px;
}
.product_list .tag .icon.color_01{
	background:#cc9530;
}
.product_list .tag .icon.color_02{
	background:#666;
}
.product_list .tag .icon.color_03{
	background:#c40e09;
}
.product_list .img img{
	border-radius:5px 5px 0 0;
}
.product_list .brand{
	text-align:center;
	color:#9e8e71;
	font-size:13px;
	padding:15px 10px 2px 10px;
}
.product_list .title{
	text-align:center;
	padding:2px 10px;
}
.product_list .price{
	text-align:center;
	font-size:17px;
	font-weight:bold;
	padding:2px 10px;
}
.product_list .internal_code{
	text-align:center;
	color:#999;
	font-size:13px;
	padding:2px 10px;
}
.product_list .tag_bottom{
	position:absolute;
	bottom:0;
}
.product_list .tag_bottom .icon{
	color:#fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 11px;
	margin:2px;
	float:left;
	font-size:0.9em;
}
.product_list .color_01{
	background:#df9269;
}
.product_list .color_02{
	background:#e0884d;
}
.product_list .color_03{
	background:#bb7321;
}
.product_list .color_04{
	background:#a84010;
}

.product_list .add_bottom{
	position:absolute;
	bottom:3px;
	right:3px;
	background:#c2a46e;
	color:#fff;
	padding:0;
	float:left;
	font-size:1em;
	width: 24px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
}
.product_list .add_bottom:hover{
	background:#a36341;
}


/*NEW STYLE*/
.product_list li.new_1{
	border:solid #cca930 2px;
	border-radius: 10px;
	overflow: hidden;
}
.product_list li.new_1 .tag .icon{
	background:#cc9530;
}

.product_list li.new_2{
	border:solid #a36341 1px;
	overflow: hidden;
}
.product_list li.new_2 .tag .icon{
	background:#a36341;
	width: 120px;
	height: 64px;
	line-height: 100px;
	text-align: center;
	padding: 5px;
	transform: rotate(-45deg) translateX(-20px) translateY(-60px);
}

.product_list li.new_3{
	border:solid #cca930 1px;
	
}
.product_list li.new_3 .tag .icon{
	clip-path: polygon(0% 0%, 100% 0, 90% 52%, 100% 100%, 0% 100%);
	background:#a84010;
	width: 60px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 5px 0 0 -5px;
}


/*product_top*/
.product_top{
	float:left;
	width:100%;
	margin-bottom:0;
	border-bottom:solid #ccc 1px;
}
.product_top .btn_box{
	float:left;
	width:100%;
	margin-bottom:0;
}
.product_top .btn_box .tag{
	float:left;
	width:50%;
}
.product_top .btn_box .tag .icon{
	color:#fff;
	padding:5px 25px 5px 10px;
	position:relative;
}
.product_top .btn_box .tag .icon.color_01{
	background:#cca930;
}
.product_top .btn_box .tag .icon.color_02{
	background:#666;
}
.product_top .btn_box .tag .icon.color_03{
	background:#c40e09;
}
.product_top .btn_box .tag .icon:after {
	/*content:"◀";*/
	content: "\f0d9";
    font-family: FontAwesome;
	font-size: 50px;
    padding-left: 10px;
    position: absolute;
    margin: 0 -3px 0 0;
}
.product_top .btn_box .lang{
	float:left;
	width:50%;
	text-align:right;
}
.product_top .font{
	float:left;
	width:100%;
}
.product_top .font .prod{
	float:left;
	width:80%;
}
.product_top .font .prod .no{
	color:#414141;
	font-size:1.8em;
	font-weight:600;
}
.product_top .font .prod .title{
	color:#000;
	font-size:1.8em;
	font-weight:600;
	line-height:130%;
	padding-bottom:10px;
}
.product_top .font .prod .price{
	color:#000;
	font-size:2.3em;
	font-weight: bold;
	line-height:130%;
	padding-bottom:10px;
}
.product_top .font .qrcode{
	float:left;
	width:20%;
	text-align:right;
}
.features_icon{
	margin-bottom:20px;
}
.features_icon .icon{
	font-size:12px;
    padding: 3px 10px 4px 10px;
	margin-bottom:2px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
	line-height:130%;
}
.c_calendar{
	background:#54537d;
	color:#fff;
}
.c_timer{
	background:#c35353;
	color:#fff;
}
.c_month{
	background:#4d91a0;
	color:#fff;
}
.c_daynight{
	background:#de9e54;
	color:#fff;
}
.c_time{
	background:#37508c;
	color:#fff;
}
.c_time_01{
	background:#2b50a8;
	color:#fff;
}
.c_tourbillon{
	background:#83686e;
	color:#fff;
}
.opacity_90{
	opacity:0.9;
}
.opacity_80{
	opacity:0.8;
}
.opacity_70{
	opacity:0.7;
}
.opacity_60{
	opacity:0.6;
}


/*商品管理-相本*/
#sync1{
	margin-bottom:0;
}
#sync1 ,#sync2{
	/*overflow:hidden;
	overflow-y: -webkit-paged-y;*/
	width:100%;
}
#sync1 .owl-nav{
	margin-left:-60px;
}
#sync1 .item img{
	width:99% !important;
	margin:0 auto;
	border:solid #ccc 1px;
}
#sync1 .owl-carousel .owl-item {
	margin:0 auto;
}
#sync1.owl-carousel .owl-nav .owl-prev:before ,#sync1.owl-carousel .owl-nav .owl-next:before{
	display:none;
}
#sync1 .owl-nav{
	display:none;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.img-thumbnail {
	border:none;
	padding:0;
	border-radius:0;
}
.img-thumbnail img {
    border-radius:0;
}
#sync2{
	position:relative;
	/*overflow-x: hidden;
    overflow-y: -webkit-paged-y;*/
}
#sync2 .owl-item{
	padding:3px;
}
#sync2 .item{
	background:#fff;
	padding:3px;
	float:left;
}
#sync2 img{
	overflow:hidden;
	width:100%;	
	border:solid #ddd 1px;
}
#sync2 .current{
	background:#cca930;
}
#sync2 .owl-nav{
	display:none;
}
/*.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
}*/
.mfp-image-holder .mfp-close {
    padding-top: 5px;
}
.pic_album .owl-carousel {
    margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.1) !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: rgba(204,169,48,0.8) !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(204,169,48,1) !important;
}



/*product_intro*/
.product_intro{
	float:left;
	width:100%;
	padding:20px 0;
}
.product_intro .img{
	float:left;
	width:50%;
	padding-right:10px;
}
.product_intro .main_img{
	border:solid #ccc 1px;
	margin-bottom:5px;
}
.product_intro .small_img a{
	width:18%;
	margin:1%;
	float:left;
	border:solid #ccc 1px;
}
.product_intro .font{
	float:left;
	width:50%;
}
.product_intro .font .item_group{
	float:left;
	width:100%;
	padding:5px 15px;
	margin-bottom:0;
}
.product_intro .font .item_group:nth-child(even){
	background:#f2f2f2;
}
.product_intro .font .item_group .item{
	padding:4px 0;
	float: left;
    width: 100%;
}
.product_intro .font .item_group .item .title{
	font-weight:bold;
	color:#000;
	float: left;
    width: 20%;
	padding-right:10px;
	line-height:170%;
}
.product_intro .font .item_group .item .item_font{
	float:left;
	width:80%;
	line-height:170%;
	color:#666;
	padding-right:10px;
}
.product_intro .font .item_group .w-50{
	float:left;
}
.product_intro .font .item_group .w-50 .title{
	width:40%;
}
.product_intro .font .item_group .w-50 .item_font{
	width:60%;
}
.product_intro .item_group .item .item_font .btn_01 {
    padding: 2px 10px;
    margin: 0;
}

/*product_detail*/
.product_detail .detail_btn{
	font-size:1.4em;
	color:#000;
	background:#f5f5f5;
	border-radius:5px;
	padding:10px;
	text-align:center;
	float:left;
	width:100%;
	cursor:pointer;
	font-weight:bold;
}
.product_detail .detail_btn i{
	padding-left:10px;
}
.product_detail .detail_con{
	padding:20px 0;
	float:left;
	width:100%;
}
.product_detail .item_group{
	width:50%;
	float:left;
	padding:30px 15px;
}
.product_detail .item_group.w100{
	width:100%;
	float:left;
	padding:30px 15px;
}
.product_detail .item_group:nth-child(2n+1){
	clear:both;
}
.product_detail .item_group>.title{
	color:#723e22;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:20px;
	float:left;
	width:100%;
}
.product_detail .item_group .item{	
	float:left;
	width:50%;
	padding: 4px 0;
}
.product_detail .item_group .item:nth-child(2n){
	clear:both;
}
.product_detail .item_group .item .title{
	width:20%;
	font-weight:bold;
	color:#000;
	float: left;
	padding-right:10px;
	line-height:170%;
}
.product_detail .item_group .item .item_font{
	width:80%;
	float:left;
	line-height:170%;
	color:#666;
	padding-right:10px;
}
.product_detail .item_group .item .item_font .btn_01 {
    padding: 2px 10px;
	margin:0;
}
.product_detail .item_group .table {
	text-align:center;
}
.product_detail .item_group .table thead th {
	background:#fff;
}
.product_detail .item_group .table th {
	color:#000;
}
.product_detail .features_icon{
	margin-bottom:0;		
}
.product_detail .features_icon .icon{
	min-width:50px;		
}



/*機芯資訊-機芯細部規格*/
.movement_top{
	float:left;
	width:100%;
}
.movement_top .img{
	float:left;
	width:50%;
}
.movement_top .font{
	float:left;
	width:50%;
}


/*edit_con*/
.edit_con{
	float:left;
	width:100%;
	padding:20px 5%;
}
.edit_con ul ,.edit_con ol{
	padding-left:30px;
}


/*news_list*/
.news_list{
	width:100%;
	float:left;
}
.news_list a{
	width:23%;
	float:left;
	margin:1%;
	border:solid #ccc 1px;
}
.news_list a:nth-child(4n+1){
	clear:both;
}
.news_list .item{
	float:left;
	width:100%;
	position:relative;
}
.news_list .item .class{
	position: absolute;
    top: 0;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
	background:rgba(0,0,0,0.7);
}
.news_list .item .font{
	padding:10px 15px;
	min-height:113px;
}
.news_list .item .date{
	padding:0;
	color:#cca930;
}


/*news_list_02*/
.news_list_02{
	width:100%;
	float:left;
}
.news_list_02 a{
	width:100%;
	float:left;
	margin:1%;
	border-bottom:solid #ddd 1px;
}
.news_list_02 .item{
	float:left;
	width:100%;
	position:relative;
}
.news_list_02 .item .class{
	position: absolute;
    top: 0;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
	background:rgba(0,0,0,0.7);
	max-width:20%;
}
.news_list_02 .item .img{
	float:left;
	width:20%;
}
.news_list_02 .item .font{
	float:left;
	width:80%;
	padding:10px 25px;
}
.news_list_02 .item .date{
	padding:0;
	color:#cca930;
}


/*video_list*/
.video_list{
	width:100%;
	float:left;
}
.video_list a{
	width:31.3%;
	float:left;
	margin:1%;
	border:solid #ccc 1px;
}
.video_list a:nth-child(3n+1){
	clear:both;
}
.video_list .item{
	float:left;
	width:100%;
	position:relative;
}
.video_list .item .class{
	position: absolute;
    top: 0;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
	background:rgba(0,0,0,0.7);
}
.video_list .item .font{
	padding:10px 15px;
	min-height:113px;
}
.video_list .item .date{
	padding:0;
	color:#cca930;
}


/*video_link*/
.video_link{
	float:left;
	width:100%;
	padding:20px 5%;
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}



/*表單管理*/
.form_con{
	margin:0 auto;
	max-width:700px;
	padding:30px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	line-height:170%;
}
.form_a input{
	height:30px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
}

.form_body{
	max-width:650px;
	margin:15px auto;
}
.form_body .form-group{
	padding: 5px 10px;
}
.form_body .title{
	text-align:right;
	padding: 4px 10px 0 0 ;
	float:left;
	width:25%;
	color:#000;
}
.form_body .con_font{
	float:left;
	width:75%;
	margin-bottom:0;
}
.form_body.list .form-group{
	margin-bottom:0;
}
.form_body.list .title{
	padding: 0 15px 0 0 ;
}
.form_body.list .title:after{
	content:"/";
	color:#cca930;
	padding-left:10px;
	font-size:10px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.form_description{
	margin:20px 5%;
	float:left;
	width:100%;
}


/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}


/*select checkbox*/
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-top: -5px;
}


/*search_list搜尋*/
.search_con{
	float:left;
	width:100%;
	padding:20px 5%;
}
.search_list{
	list-style:none;
	float:left;
	width:100%;
}
.search_list li{
	width:100%;
	border-bottom:#ddd dotted 1px;
	padding:8px 15px 8px 30px;
	line-height:170%;
}
.search_list li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
	margin-left:-20px;
}


/*member_login
.member_login{
	margin:0 auto;
	width:100%;
	max-width:700px;
	padding:30px 10px;
}
.member_login .login_con{
	float:left;
	width:50%;
	border-right:solid #ddd 1px;
	padding:5%;
	margin-bottom:40px;
}
.member_login .create_con{
	float:left;
	width:50%;
	padding:5%;
}
.member_login .title{
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	color:#cca930;
}
.member_login .login_con>.title ,.member_login .create_con>.title{
	padding-bottom:20px;
}
.member_login .form_con label{
	width:100%;
	margin-bottom:15px;
}
.member_login .form_con label .title{
	font-size:14px;
	font-weight:400;
	text-align:left;
	margin-bottom:-1px;
	color:#666;
}
.member_login .verification_img{
	float:left;
	padding:4px 0 0 5px;
}
.member_login .forget a{
	color:red;
	opacity:.7;
	font-size: 0.9em;
}
.member_login .forget a:hover{
	opacity:1;
}
.member_login .btn_box{
	text-align:center;
	margin-bottom:0;
	padding: 10px 0 0 0;
}*/


/*member_forget
.member_forget{
	margin:0 auto;
	width:100%;
	max-width:700px;
	padding:30px 10px;
}
.member_forget .title{
	font-size:1.8em;
	font-weight:bold;
	color:#cca930;
}
.member_forget ol{
	padding:15px 0 10px 20px;
}*/


/*member_edit
.member_edit{
	float:left;
	width:100%;
}
.member_edit label{
	width:100%;
	margin-bottom:15px;
}
.member_edit label .title{
	font-size:14px;
	font-weight:400;
	text-align:left;
	margin-bottom:-1px;
	color:#666;
}
.member_edit .verification_img{
	float:left;
	padding:4px 0 0 5px;
}*/


/*member_order
.member_order{
	margin-top:-30px;
	float:left;
	width:100%;
}
.price_padding{
	padding-right:20px;
}*/



/*產品數量
p.p_num {
    height: 28px;
    border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
    position: relative;
}
span.sy_minus,span.sy_plus {
    width: 20px;
    height: 26px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    font-size: 14px;
    border: solid 1px #d0d0d0;
    cursor: pointer;
    border-top: none;
    border-bottom: none;
	background:#efefef;
	line-height: 27px;
}
span.sy_minus {
    left: 0px;
}
span.sy_plus {
    right: 0px;
}
input.sy_num {
    width: 32px;
    height: 26px;
    text-align: center;
    left: 30px;
	border: none;
    vertical-align: middle;
	background-color:transparent;
}
span.sy_num {
    padding: 5px 8px;
    border: solid 1px #d0d0d0;
    border-left: none;
    border-right: none;
    cursor: pointer;
}*/


/*購物車*/
.order_list{
	float:left;
	width:100%;
	padding:0 5%;
}
.shopping_con{
	float:left;
	width:99%;
	margin:1% 0 0 0;
	padding:2px;
	text-align:center;
}
.shopping_box{
	box-shadow:0px 0px 3px 2px  rgba(20%,20%,20%,0.1);
	float:left;
	width:100%;
	margin:1% 0;
	background:#fff;
	padding:2px;
}
.shopping_title{
	background:#4f4f4d;
	padding:6px 10px;
	color:#fff;
}
.price_nt{
	font-size:12px;
}
.prod_item{
	border-bottom:#efefef solid 1px;
	float:left;
	width:100%;
	padding:10px 0;
}
.prod_item img{
	/*width:50%;*/
	max-height:100px;
	padding:5px;
}
.prod_item p{
	margin-bottom:0;
}
.price_underline{
	text-decoration: line-through;
	font-size:13px;
	color:#999;
	padding-right:10px;
}
.price_red {
    font-size: 20px;
    font-weight: bold;
    color: red;
    font-family: Tahoma;
}
.shopping_item{
	float:left;
	width:100%;
	border-bottom:#efefef solid 1px;
	padding:10px 0;
}
.shopping_item_01{
	float:left;
	width:100%;
	padding:10px 0;
}
.shopping_item_02{
	float:left;
	padding:10px 4%;
	text-align:left;
	line-height:190%;
}
.top_line {
    border-top: solid #efefef 1px;
}
.shopping_total{
	width:100%;
    float: left;
	text-align:right;
}
.shopping_total p{
	margin-bottom:0;
}
.shopping_total .total_01{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: double #ccc 3px;
}
.shopping_total .total_02{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: solid #e1e1e1 1px;
}
.shopping_show{
	width:100%;
	float:left;
	padding:5px 0;
}
.btn_prod {
    padding: 5px 20px;
    color: #000;
    background:  rgba(175,203,46,.2);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.btn_prod:hover{
	color:#fff;
	background:#cca930;
}


/*收件人資訊*/
.shopping_recipient{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.shopping_recipient .form_body.list .form-group{
	margin-bottom:0;
}
.shopping_recipient .form_body.list .title{
	padding: 0 15px 0 0 ;
}
.shopping_recipient .form_body.list .title:after{
	content:"/";
	color:#cca930;
	padding-left:10px;
	font-size:10px;
}
.shopping_recipient .shopping_bottom{
	padding:30px 0;
}
.shopping_recipient .table{
	padding:20px;
}
.shopping_recipient .table-cell:nth-child(1){
	width:150px;
	color:#000;
	padding-right:50px;
}


/*注意事項*/
.shopping_remarks{
	float:left;
	width:100%;
}
.shopping_remarks .con_font{
	padding:30px 30px 10% 30px;
}



/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box h2{
	width: 100%;
	margin-bottom:10px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
}
.con_box .edit_con{
	padding:20px 0;
}
.con_float .submit_btn{
	text-align:center;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:13px;
	background:#fff;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:none /*1px solid #eee*/;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:600px;
	text-align:center;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding: 9px 8px!important;
	background:#4f4f4d;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-bottom: none;
}
.table-bordered > tbody > tr > td{
    border: none /*1px solid #eee*/;
}
.table-hover > tbody > tr:hover{
	background:rgba(204,169,48,.1)!important;
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 6px 8px!important;
	border-top: none;
	/*border-bottom: 1px solid #eee;*/
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table {
    margin-bottom: 0px;
}
.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}
.table>tbody>tr>th{
	border-top: none;
	padding: 6px 8px!important;
}
.table>tbody>tr:nth-child(even){
	background: #f2f2f2;
}
.table-scrollable .table>tbody>tr>th ,.table-scrollable .table>tbody>tr>td{
	padding:10px 15px;
}
.table-scrollable img{
	max-width:165px;
	border:solid #ddd 1px;
}
.table-scrollable a .fa-square{
	color:#666;
}
.table-scrollable a:hover .fa-square ,.table-scrollable a:focus .fa-square{
	color:#cca930;
}
.table-scrollable a .fa-download{
	color:#fff;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:20px;
	/*font-size:0.9em;*/
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 5px 12px;
    font-size: 1em;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#cca930;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}


/*page_number_01*/
.page_number_01{
	float:left;
	width:100%;
	text-align:center;
	padding: 10px 0 40px 0;
}
.page_number_01 .btn_page{
	background-color:transparent;
	color:#999;
	padding:0;
	border-radius:50%;
	width:25px;
	height:25px;
}
.page_number_01 .btn_page:hover{
	background-color:rgba(0,0,0,.04);
}

.page_number_01 .btn_page.active{
	background-color:#ccc;
	color:#fff;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 30px;
    color: #fff;
    background: #008000;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    border: dashed #fff 2px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);}
	

/*閃爍按鈕*/
.glitter{
	overflow:hidden;
	position:relative;
}
.glitter:before{
    background: #fff;
    content: "";
    height: 600px;
    left: -200px;
    opacity: .2;
    position: absolute;
    top: -100px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    width: 30px;
    z-index: 1;
}
.glitter:hover:before ,.glitter:focus:before{
    left: 180%;
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
}


/*POPUP*/
.show_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000; opacity:0;
	transition: 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.show_box.on{ top:0; opacity:1;}
.show_box .mask{  position: fixed; top:0%; left:0; width:100%; height:0%; z-index:1; background:rgba(30,30,30,.9); opacity:0;
	transition: 800ms ease-in-out;
}
.show_box.on .mask, .show_box.ad .mask{ height:100%; opacity:1;}
.show_box .txt{ position: relative; max-width:700px; background:#FFF; margin:64px auto; padding: 20px; z-index:10; box-sizing: border-box; font-size: 15px; box-shadow: 0 0 10px rgba(255,255,255,0.2);
	
}
.show_box .txt .title{ padding: 20px; margin: -20px -20px 0; background-size: cover; color:#000; font-size: 24px; text-transform: uppercase; text-align: center;
	border-bottom:1px solid #CCC ;
	background: url(../img/page_banner.jpg) center center; background-size: cover;
} 
.show_box .txt .title span{ display: block;
	padding: 5px 0;
	color: #a36341;
    font-weight: 400;
	font-size: 14px;
	
}
.show_box .form_con{ margin: 0; padding: 0;}
.show_box .close_btn{ position: fixed; top: 0; right: -44px; width:44px; z-index:100;  padding:10px; opacity:0.8; margin: auto; box-sizing: border-box; cursor: pointer; background: rgba(0,0,0,.3);
	transition: 800ms ease-in-out;
}
.show_box.on .close_btn{ right: 0;}

.show_box .close_btn img{ display: block; width: 100%; }
.show_box .close:hover{ opacity:1;}

.show_box .form_description{ float: none; width: auto; padding: 10px;}


.alert_box{ position:fixed; top:0; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:-1; opacity:0;
	transition: opacity 500ms ease;
}
.alert_box.on{ top:0; opacity:1; z-index: 1000;}
.alert_box.off{ 
	animation: offann 500ms forwards;
}
@keyframes offann {
	from {
		opacity:1;
	}
	to {
		z-index:-1;
		opacity:0;
	}
  }
.alert_box .mask{  position: fixed; top:0%; left:0; width:100%; height:100%; z-index:-1; opacity:0; background: rgba(0,0,0,.2);
	transition: opacity 1000ms ease;
}
.alert_box.on .mask{ opacity:1; z-index: 1;}
.alert_box.off .mask{ animation: offann 500ms forwards; }


.alert_box .txt{ position: absolute; background:#bc9922; width: 360px ; padding: 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(255,255,255,0.2); border-radius: 2px; color: #FFF;
	top: 50%; left: 50%; margin: -32px 0 0 -180px; text-align: center;
}
.alert_box .fa{ font-size: 18px; color: #FFF;}


/*inquiry詢價管理*/
.inquiry_table{
	display:table;
	width:100%;
	max-width:800px;
	margin:20px auto;
	background:#f9f9f9;
	border-bottom:double #ccc 5px;
	font-size:0.9em;
}
.inquiry_table .list_tr{
	display:table-row;
	width:100%;
}
.inquiry_table .list_td{
	display:table-cell;
	padding:10px;
	text-align:center;
	border-top: solid #eee 1px;
	vertical-align: middle;
}
.inquiry_table .list_td:nth-child(1){
	width:15%;
}
.inquiry_table .list_td:nth-child(3){
	width:105px;
}
.inquiry_table .list_td:nth-child(4){
	width:60px;
}
.inquiry_table .header .list_td{
	background:#666 !important;
	color:#fff !important;
}
.inquiry_table .list_tr:hover .list_td{
	background: rgba(240, 207, 137, 0.05);
}
.inquiry_table .list_td img{
	width:100px;
	border:solid #eee 1px;
}
.inquiry_table .list_td button{
	background-color:transparent;
	border:none;
}
.inquiry_table .list_td button:hover ,.inquiry_table .list_td button:focus{
	background-color:transparent;
	border-color: transparent;
	color:#c00;
}
.inquiry_table .mobile_header{
	display:none;
	background:#666 !important;
	color:#fff !important;
	padding:10px;
	text-align:center;
}


/*inquiry詢價數量變更*/
.quantity-row{
	display:inline-flex;
	border: solid #ccc 1px;
}
.quantity_item{
	border-right: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-top:none;
	border-bottom:none;
	width:40px;
	text-align:center;
	padding:3px 0;
}
.button_icon{
	width:20px;
	text-align:center;
	color:#ccc;
	cursor:pointer;
	padding:3px 0;
}


/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
    /*padding: 0px;*/
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	background: #dcdcdc!important;
    margin: 0!important;
}

}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #20596a!important;
    margin: 0!important;
}

}


/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100%;
	padding:0 15px;
}
    
    
/*header*/
#header .header-logo img{
    width:180px !important;
	padding:5px 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 1em;
    padding: 10px;
}
#header .header-nav-main {
    margin: 0;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #25667a!important;
    margin: 0!important;
}


/*search icon*/
.sidemenu {
    top: 60px;
}
.menu_search i {
    font-size: 18px;
    padding:15px;
}


/*index_banner*/
.index_banner {
    padding-top: 118px;
}

/*index_news*/
.index_news .font ,.index_news .img {
    width: 50%;
}
.index_news .img .frame{
	right: 4%;
    top: 10%;
}
.index_news .img .frame img{
	width:150px;
}


/*index_recommend*/
.index_recommend .font {
    padding-left: 20px;
    background: rgba(0,0,0,.6);
	width:35%;
	margin-left:2%
}
.index_recommend .img {
    float: left;
    width: 63%;
    padding: 0 60px 0 80px;
}


/*page_banner*/
.page_banner {
    margin: 118px 0 0 0;
}


/*content*/
#content{
	padding-top:102px;
}


/*page title
.page_content .title h2{
	font-size:1.6em;
}
.page_content .page_share .fa-1g {
    font-size: 1.1em;
}*/


/*news_list*/
.news_list a{
	width:31.3%;
}
.news_list a:nth-child(4n+1){
	clear:none;
}
.news_list a:nth-child(3n+1){
	clear:both;
}


/*product_list*/
.product_list li{
	width:31.3%;
	margin:1%;
}
.product_list li:nth-child(4n+1){
	clear:none;
}
.product_list li:nth-child(3n+1){
	clear: both;
}


/*product_intro*/
.product_intro{
	font-size:90%;
}


/*product_detail*/
.product_detail{
	font-size:90%;
}
.product_detail .item_group .item .title {
    width: 30%;
}
.product_detail .item_group .item .item_font {
    width: 70%;
}

/*video_list*/
.video_list .item {
    height: 348px;
}
.video_list a{
	width:48%;
}
.video_list a:nth-child(2n+1){
	clear:both;
}


} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.5em;
}
.container {
    width: 100%;
	padding:0 15px;
}
.header-logo img{
	height: 52px !important;
	width:auto !important;
    vertical-align: top;
    padding: 5px 0;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
#header .header-body{
    background: rgba(255,255,255,1);
}
#header .header-container {
    padding: 0 ;
}
#header .header-column:first-child{
	padding:0 10px;
}
.header-nav-main{
	/*margin:0 -15px;*/
	background:#f5f5f5 !important;
	padding:0;
}	
.dropdown-menu li {
	margin:0!important;
	padding:0!important;
}
.dropdown-menu>li>a {
	padding: 10px 28px 8px 20px !important;
	/*color:#fff;*/
	border-radius:0;
}
.dropdown-menu .dropdown-submenu>a {
	padding: 10px 28px 8px 35px !important;
}
.dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding: 10px 28px 8px 50px !important;
}
.nav-top{
	background:#666;
}
.nav-top li{
	width:100%;
	float:left!important;
	margin: 0;
	height:38px;
}
.nav-top li a{
	width:100%;
}
.nav-top select{
	margin:3px;
	padding:2px 5px !important;
	height:30px;
}
.nav-top .lang{
	float:left;
	width:100% !important;
}
.nav-top .lang .title{
	color:#fff;
	float:left;
	padding:5px 5px 5px 20px; 
	font-size:1em;
}
.nav-pills>li+li {
    margin-left: 0 !important;
}
#header .header-nav-main nav > ul >li:after {
    height: 0;
}
.nav-top a{
	color:#fff
}
.nav-top .share_icon{
	text-align:center;
	width:100%;
	float:left;
	padding:2px;
}
.nav-top .share_icon a{
	width:30px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	padding: 5px 10px !important;
	width:40px;
	margin:0 5px;
}
.nav-top a i{
	font-size:1.2em;
	width:40px;
}
#header .header-nav-main nav > ul >li:before {
	display:none;
}
#mainNav .dropdown>a {
    text-align:left;
}
#mainNav>li a .small {
    display: initial;
	padding-left:5px;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu{
	padding:10px 0;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu>li ,.dropdown-mega-sub-nav li{
	border-bottom: none !important;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu>li a{
	padding:6px 20px 6px 35px !important;
}
.dropdown-mega .col-md-3{
	padding:0;
}


/*search icon*/
.sidetitle{
	background:#fff!important;
	color:#ccc!important;
	box-shadow:none!important;
	border: solid #ccc 1px;
}
.sidemenu {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    background: rgba(0,0,0,.08) /*rgba(175,203,46,.5)*/;
    border:none;
	/*border-top: solid #eee 1px;*/
	border-bottom: solid #e3e3e3 1px;
	border-radius:0;
    width: 100%;
    float: left;
}
.sidemenu label {
    padding-left: 10px;
}
.search_icon ,.adv_search_icon {
    color: #666;
}


/*index_banner*/
.index_banner {
    padding-top: 52px;
}


/*index_news*/
.index_news .font{
    width: 100%;
	padding: 0 5% 10% 5%;
}
.index_news .img {
    width: 100%;
}
.index_news .img .main_img {
    padding-left: 8%;
}
.index_news .img .frame img {
	width:130px;
}


/*index_recommend*/
.index_recommend {
    padding: 60px 0;
}
.index_recommend .font {
    width: 70%;
    padding: 20px;
    /*background: rgba(0,0,0,.6);*/
	margin-left:20%;
	margin-bottom:30px;
}
.index_recommend .font .title {
    margin-top: 0;
}
.index_recommend .font .intro {
    padding: 0 0 0 20px;
}
.index_recommend .img {
    width: 100%;
    padding: 0 40px;
}


/*index_brand*/
.index_brand .product_brand {
    width: 90%;
    margin: 0 5%;
}


/*index_link*/
.index_link .item{
	width:100%;
}


/*footer*/
footer{
	padding: 20px 0 0 0;
}
.footer_menu .item{
	width:25%;
}


/*content*/
#content{
	padding-top:52px;
}


/*page_banner*/
.page_banner{
	margin: 52px 0 0 0;
	height:100px;
	background-size: 300%;
}
.page_banner .title {
    font-size: 22px;
	line-height:110%;
}
.page_banner .title:after{
	content:url(../img/menu_icon_s.png);
	margin-top: 0;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}


/*product_top*/
.product_top .font .prod {
    width: 100%;
}
.product_top .btn_box {
    padding: 10px 0;
}

/*product_detail
.product_detail .img ,.product_detail .info {
	width:50%;
}
.product_detail .info .title {
	font-size:20px;
}*/


/*ad_01 商品資訊
.toggle > label {
	font-size:16px;
}*/


/*content_con*/
.content_con{
	padding:0 10px;
}
.content_con .left{
	float:left;
	width:100%;
	padding:30px 0 0 0 ;
}
.content_con .right{
	display:none;
}


/*news_list*/
.news_list a{
	width:48%;
}
.news_list a:nth-child(4n+1) ,.news_list a:nth-child(3n+1){
	clear:none;
}
.news_list a:nth-child(2n+1){
	clear:both;
}


/*news_list_02*/
.news_list_02 .item .class{
	max-width:35%;
}
.news_list_02 .item .img{
	width:35%;
}
.news_list_02 .item .font{
	width:65%;
	padding: 0 15px 10px 15px;
}


/*購物車
.price_font ,.shopping_total{
	font-size:90%;
}
.prod_item .col-xs-12{
    padding-top: 10px;
	font-size:90%;
}
.order_list {
    padding: 0;
}*/


/*頁碼*/
#page_number .page_icon{
	text-align:center;
}


/*table scroll*/
.table-scrollable{
	font-size:0.9em;
}
.table-scrollable .table>tbody>tr>td {
    padding: 12px 15px;

}


/*product_class*/
.product_class li{
	width:31.3%;
}
.product_class li:nth-child(4n+1){
	clear:none;
}
.product_class li:nth-child(3n+1){
	clear:both;
}


/*product_brand*/
.product_brand {
    width: 100%;
    margin: 20px 0;
}
.product_brand li{
	width:21%;
	margin:3% 2%;
}
.product_brand li:nth-child(5n+1){
	clear:none;
}
.product_brand li:nth-child(4n+1){
	clear:both;
}


/*product_list*/
.product_list li{
	width:47%;
	margin:1.5%;
}
.product_list li:nth-child(4n+1){
	clear:none;
}
.product_list li:nth-child(3n+1){
	clear: none;
}
.product_list li:nth-child(2n+1){
	clear: both;
}


/*product_intro*/
.product_intro .img , .product_intro .font{
	width:100%;
}
.product_intro .font .item_group .w-50{
    width: 100%;
}
.product_intro .font .item_group .w-50 .title {
    width: 40%;
}
.product_intro .font .item_group .w-50 .item_font {
    width: 60%;
}


/*product_detail*/
.product_detail .item_group {
    padding: 20px 0px;
	width:100%;
}


}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
.container {
	padding:0 5%;
}
#tophome {
    padding: 2px 0;
}
.top_link a {
    color: #fff;
    font-size: 0.9em;
}
.top_link ul li:after ,.copyright_menu ul li:after{
	padding:0 0 0 3px;
}
.input-medium ,.input-large, .input-xlarge{
	width:100% !important;
}


/*index_news*/
.index_news .img {
	display:none;
}
.index_news .font{
	padding: 0 5%;
}


/*index_recommend*/
.index_recommend .font {
    width: 90%;
    padding: 20px;
    margin: 0 5%;
}
.index_recommend .owl-carousel .item .item_img {
    width: 90%;
} 
.index_recommend .owl-carousel .item .item_font{
    width: 100%;
	padding:20px;
} 


/*footer*/
footer{
	font-size:90%;
}
.footer_menu .item{
	width:50%;
}
.footer_menu .item:nth-child(2n+2){
	clear:both;
}


/*page_banner*/
.page_banner{
	height:80px;
	background-size: 350%;
}
.page_banner .title {
    font-size: 20px;
}


/*page title
.page_content .title h2 {
    padding: 0 0 20px 0;
}
.page_content .title .page_share {
    margin-top: -10px;
}*/


/*page_top*/
.page_top {
    font-size: 8px;
}


/*page_bottom*/
.page_bottom .font{
	padding:10px 20px;
	margin-top:0;
}


/*product_detail*/
.product_detail .img {
    padding: 10px 0;
	width:100%;
}
.product_detail .info {
	width:100%;
	padding:0;
}


/*news_list*/
.news_list a{
	width:100%;
	margin:3% 0;
}
.news_list img{
	width:100%;
}
.news_list .item .font {
    min-height: auto;
}


/*product_list*/
.product_list li{
	width:96%;
	margin:2%;
}


/*product_class*/
.product_class li{
	width:46%;
	margin:2%;
}
.product_class li:nth-child(4n+1) ,.product_class li:nth-child(3n+1){
	clear:none;
}
.product_class li:nth-child(2n+1){
	clear:both;
}


/*product_brand*/
.product_brand {
    width: 100%;
    margin: 20px 0;
}
.product_brand li{
	width:29.3%;
	margin:3% 2%;
}
.product_brand li:nth-child(5n+1) ,.product_brand li:nth-child(4n+1){
	clear:none;
}
.product_brand li:nth-child(3n+1){
	clear:both;
}



/*product_intro*/
.product_intro .font .item_group .title {
    width: 30% !important;
}
.product_intro .font .item_group .item_font {
    width: 70% !important;
}
.product_intro .font .item_group .w-50 {
    width: 100%!important;
}


/*product_detail*/
.product_detail .detail_btn {
    font-size: 1.1em;
}
.product_detail .item_group .item {
    width: 100%;
}


/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
	float: left;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_body .title{
    width: 100%;
	text-align:left;
}
.form_body .con_font {
    width: 100%;
}
.form_body .form-group {
    padding: 10px;
    margin: 0;
}
.form_body .form-group {
    padding: 10px;
    margin: 0;
}
.form_body .title{
    width: 100%;
	text-align:left;
	padding:0;
	margin-bottom:-3px;
}
.form_body .con_font {
    width: 100%;
}
.form_body .form-group:nth-child(even){
	background:#f9f9f9;
	border-radius:5px;
}
.form_body.list .title{
	color:#999;
}
.form_body.list .title:after{
	display:none;
}
.form_body.list .title:before{
	content:"•";
	color:#cca930;
	padding-right:5px;
}
.form_body.list .con_font{
	padding:3px 0 0 15px;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}


/*member_login
.member_login .login_con{
	width:100%;
	border-right:none;
	margin-bottom:20px;
}
.member_login .create_con{
	width:100%;
	background:#f9f9f9;
	margin-bottom:40px;
	padding: 40px 5% 5% 5%;
	border-radius:10px;
}*/


/*member_edit
.member_edit .required{
	width:100%;
	float:left;
}*/


/*收件人資訊*/
.shopping_recipient .table-cell{
	display:block;
}
.shopping_recipient .table-cell:nth-child(1){
	margin-bottom:10px;
}


/*注意事項*/
.shopping_remarks .con_font {
    padding:20px 20px 10% 20px;
}


}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*顯示背景圖*/
.bg_print {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}
}



