﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
/* CSS Document */
body {
    font-size: 15px;
    color: #333;
	font-family:'Lato','微軟正黑體';
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #666;
}

a:hover {
    color: #c18e04;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
.btn-primary {
    background: #4e4e4e;
    color: #ffffff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #000;
}

.btn-default {
    border: 1px solid #c18e04;
    color: #c18e04;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #c18e04;
    color: #fff;
    border-color:#c18e04;
}

/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#floating ul {
    background: url(../images/all/floating_bg.png) no-repeat center;
    /*width:80px;*/
    height:475px;
}
body.lang_US #floating ul {
    background: url(../images/all/floating_bg_en.png) no-repeat center;
    width:85px;
    height:360px;
}
#floating .btn-floating {
    background-color: #c08c01;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -30px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}
#floating.open .right_logo {
    display:none;
}
#floating {
    right: 1%;
    margin-right:0;
}

#floating ul {
    /*background: #fff;
    background: rgba(255, 255, 255, 0.9);*/
    margin: 0 auto;
}

#floating ul li {
    padding: 8px 0;
    display:block;
    text-align:center;
    border-bottom:1px;
}

#floating ul li:nth-child(2n+1) {
    /*border-bottom: 1px solid #fff;*/
}

#floating ul li a {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    display: block;
    position: relative;
}

#floating ul li a:hover {
    color: #773f0c;
}

#floating ul li a .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 2px;
}

#floating ul li a:hover .icon {
    color: #773f0c;
}

#floating ul li a .num {
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 15px;
    top: 0;
}

#floating ul li a .txt-en {
    display: none;
}
body.lang_US #floating ul li.auction{
	display:none;
}

.jcarousel-wrapper {
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}


/********************* Header *********************/
.bell{
	display:inline-block;
	position:absolute;
	right: 150px;
    top: 15px;
}
.bell a .nav_icon {
    font-size: 20px !important;
    text-align: center;
	margin:5px auto;
}
.bell a .num{
	min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: -9px;
    top: 0;
	text-align:center;
}
/*上方搜尋*/
.search_btn{
	position: absolute;
    right: 150px;
    top: 10px;
	z-index:3;
}
.search_btn .w3 {
    display: flex;
    align-items: center;
    margin: auto;
	position:relative;
	z-index:3;
}
.search_btn .w3 .btn-primary {
    background: none;
    width: 20px;
    line-height: 24px;
    border: none;
    border-radius: 0;
    transition: 0.3s all ease;
}
.search_btn .w3 .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    color: #aaa !important;
    background: transparent;
	margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0;
    height: 24px;
	width:60%;
	font-size:14px !important;
	padding: 6px;
}

/*上方搜尋 END*/

.header {
    background: url(../images/all/banner_bg.jpg) center 180px no-repeat;
}

.header .navbar {
    z-index: 20;
}

.header .navbar .navbar-brand {
    background: url(../images/all/logo.svg) no-repeat;
    display: block;
    height: 94px;
    padding: 0;
    text-indent: -9999px;
    width: 178px;
    margin: 10px;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar .navbar-nav {
    float: right;
    margin-top: 60px;
    margin-right: -15px;
    background: none;
}

.header .navbar .navbar-nav li > a {
    border-top: 1px solid #ccc;
    color: #585858;
    padding: 10px 25px;
    font-weight: 600;
    background-color: inherit;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
     letter-spacing:0.1em;
}
body.lang_US .header .navbar .navbar-nav li > a {
    padding: 10px 30px;
}
.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li.b > a {
    border-top: 1px solid  #dfb44e;
    background: none;
}

.header .navbar .navbar-nav li + li a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav li a .txt-en {
    margin-left: 5px;
    color: #ccc;
    font-weight: normal;
    float: right;
}

.header .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.header .navbar .navbar-nav li a:hover .txt-en,
body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
    color: #999;
}

.header .navbar .sub-nav {
    position: absolute;
    right: 410px;
	/*right:180px;*/
    top: 15px;
}

.header .navbar .sub-nav li {
    padding: 0 10px;
    font-size:12px;
}

.header .navbar .sub-nav li a {
    /*background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;*/
    color:#999999;
}
.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
    color:#dfb44e;
}
.header .navbar .sub-nav li a .txt-en{
	display:none;
}

.header .navbar .sub-nav li.b1 {
    display: none;
}

.header .navbar .sub-nav li.b2 a {
    background-position: 0 0;
}


.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 10px;
    top: 17px;

}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    min-width: 110px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}
.header .navbar .lang ul{
    margin-bottom:0;
}
.header .navbar .lang ul li{
    margin-left: -5px;
    padding: 0 8px;
}
.header .navbar .lang ul li a{
    display: inline-block;
    font-size: 14px;
}
.header .navbar .lang ul li:first-child  {
    border-right:1px solid #333;
}
.header .navbar .member_topbox{
    position: absolute;
    right: 50px;
    top: 10px;
}

/*----------------------- Banner -----------------------*/
body:not(.home) .banner {
    position: relative;
	background-color: #2d3c4e;
	height:5px;
}
.banner {
    position: relative;
}
.banner .container {
    padding: 0;
}

.banner .bxslider li {
    background-position: center top;
    background-repeat: no-repeat;
    height: 450px;
}

body.home .banner .bxslider li {
    height: 600px;
}

body.home .banner .bxslider li.s1 {
    background-image: url("../images/home/banner_bg_01.jpg");
}

body.home .banner .bxslider li.s2 {
    background-image: url("../images/home/banner_bg_02.jpg");
}

body.home .banner .bxslider li.s3 {
    background-image: url("../images/home/banner_bg_03.jpg");
}

body.home .banner .bxslider li.s4 {
    background-image: url("../images/home/banner_bg_04.jpg");
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

body.home .banner .bxslider li img {
    display: none;
}

.banner .bxslider li img.img_big {
    display: none !important;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 2px;
    text-align: center;
    padding: 0 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-align: center;
    background: #fff;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c18e04;
}

.banner .bx-wrapper .bx-controls-direction {
    display: none;
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}


.header_ex {
}


/********************* Footer *********************/
.footer {
    padding: 0;
    background-color: #4e4e4e;
}
.footer iframe {
    border: none;
}
.footer_top ul {
    padding: 0;
    margin-bottom:0;
}

.footer_top ul li:nth-child(2n) {
    display: inline-block;
}

.footer_top .sitemap{
	text-align:center;
}
.footer_top ul li,
.footer_top ul li a {
    color: #fff;
    padding:5px 0px;
    font-size:14px;
    letter-spacing:0.05em;
}

.footer_top ul li a:hover {
    color: #af8101;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    background-color: #2d3c4e;
    padding: 15px 0 30px;
    line-height: 22px;
    font-size: 13px;
    color:#fff;
    border-top: 1px solid #fff;
}
.footer_content .wid{
	margin-bottom: 0px;
}
.footer .copyright b {
    /*color: #36B9C0;*/
}

.footer .copyright{
	display:block;
	font-size:15px;
	margin:10px 0 0 0;
}
.footer .siteinfo {
    display: block;
    margin: 0;
}

.footer .siteinfo ul {
    display: inline-block;
	margin-left:0;
}

.footer .siteinfo ul > li {
    padding: 0;
	/* display:inline-block; */
	display:block;
	font-size:15px;
	line-height:24px;
}
.footer_content .siteinfo ul.list-inline a {
    color: #fff;
    letter-spacing: 0.05em;
    font-family:Arial;
}

.footer .siteinfo ul > li + li:before {
   /* content: "/ ";*/
    padding: 0 5px;
    color: #fff;
}

.footer .siteinfo ul > li label {
    margin: 0;
    color: #fff;
    font-weight:normal;
}

.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered,
.footer .powered a {
    color: #6c7783;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.footer_content .community_box {
    padding:10px 0;
	/* text-align:center; */
	text-align: left;
}
.footer_content .community_box ul li{
    list-style:none;
    display:inline-block;
    padding:0 8px 0 0;
}
.footer_content .community_box ul li a{
    color:#fff;
}
/*訂閱電子報*/
#sub-form-container button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: color 0.25s, background-color 0.25s;
  }

  #sub-form-container button:focus {
    outline: none;
  }

  #sub-form-container input,
  #sub-form-container label,
  #sub-form-container textarea {
    margin: 7px 0;
    border: 1px solid #fff;
    padding: 10px;
	background-color:#fff !important;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    outline: 0;
    font: inherit;
	font-size:15px;
	border-radius: 4px;
  }
  
  ::-webkit-input-placeholder { color: #ccc; }
  ::-moz-placeholder { color: #ccc; }
  :-ms-input-placeholder { color: #ccc; }
  :-moz-placeholder { color: #ccc; }

  #sub-form-container input:focus,
  #sub-form-container textarea:focus {
    outline: 0 !important;
  }

  #sub-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sub-form-container .content {
    position: absolute;
    top: -999999px;
    left: -999999px;
    opacity: 0;
  }

  #sub-form-container .content.active {
    position: initial;
    top: 0;
    left: 0;
    opacity: 1;
  }

  #sub-form-content {
    box-sizing: border-box;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 0px;
    width: 100%;
  }

  #sub-form-content .content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sub-form input {
    padding: 0px 10px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
  }

  #sub-form input:focus {
    border-color: #3f7dbd;
    outline: none;
  }

  #sub-form .sub-inputs {
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 42px;
    width: 100%;
  }

  #sub-form .btn {
    margin-top: 14px;
  }
  
  /* button color */
  #sub-form-content .btn {
    box-sizing: border-box;
    border-color: #ddb146;
    background: #ddb146;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
	text-align:center;
	margin-top:5px;
  }

  #sub-form-content .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  #sub-form-content .btn.secondary {
    border-color: #666666;
    background-color: #666666;
  }

  #sub-form-content .content.confirm,
  #sub-form-content .content.err {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #sub-form-content .content .head {
    margin-bottom: 25px;
    text-align: center;
  }

  #sub-form-content .content .title {
    margin: 0;
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: bold;
  }
  
  #sub-form-content .content .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }
  #sub-form-content .head {
	  text-align:left;
	  color:#fff;
	  font-size:20px;
	  line-height:30px;
	  letter-spacing:0.05em;
	  font-weight:600;
  }
   #sub-form-content .description{
	  font-size:15px !important;
	  font-weight:400;
  }

  @media (max-width: 480px) {
    #sub-form-container {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    #sub-form {
      border-radius: 0px;
      padding: 30px 16px;
    }
    
    #sub-form-content {
      padding: 25px 0px;
    }
  }
  @media (min-width: 500px) {
    #sub-form-content {
      width: 100%;
    }
  }
/*訂閱成功*/
.note_box{
	text-align:center;
	padding:20px;
	border:1px solid #eee;
}
.ok_title{
	background: url(../images/all/left_titlebg.jpg) repeat center;
	color:#fff;
	font-size:18px;
	text-align:center;
	display:block;
	line-height:36px;
	margin:20px auto;
	width:200px;
	border-radius: 10px;
	font-weight:bold;
	letter-spacing:0.1em;
}

/*flex_box*/
.footer .flex_box {
	display:flex;
	flex-direction: row;
	justify-content:center;
	align-items: flex-start;
}
.footer_left {
    width: 490px;
}
.footer_right {
    width: 350px;
}
.footer_right iframe {
    width: 100%;
}
body.lang_US .footer_right{
	display:none;
}
body.lang_US .footer .siteinfo ul > li{
	display:inline-block;
	text-align:center;
}
body.lang_US .footer_left{
	width:100%;
	text-align:center;
}
/********************* Main *********************/
.main {
    /*-moz-box-shadow: 0 0 10px 0 #919191;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.side .h3 {
    background: url(../images/all/left_titlebg.jpg) repeat center;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    margin-top: 0px;
    /* margin-bottom: 15px; */
    letter-spacing: 0.1em;
    top: -15px;
    position: absolute;
    width: 90%;
    border-radius: 6px;
}

.side .h3 .txt-en{
    display:none;
}
.side .h3 .txt-tw {
    display: block;
}

.side .h3 .txt-tw {
    /*border: 1px solid #ACE7EB;*/
}
.side ul.nav {
    padding-top: 30px;
}
.side .nav > li + li {
    /*border-top: 1px solid #c18e04;*/
}

.side .nav > li a {
    display: block;
    line-height: 28px;
    padding: 8px 10px 8px 25px;
    color: #edc867;
    background: url(../images/all/list_icon.png) no-repeat 0px 11px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.side .nav > li > a:hover,
.side .nav > li > a:focus,
.side .nav > li.active > a {
    background: #f9f9f9 url(../images/all/list_icon.png) no-repeat -20px 11px;
    color: #2d3c4e;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li {
}

.side .nav > li > ul > li > a {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 3px 10px 3px 20px;
    font-size:14px;
    color:#fff;
    border-bottom:1px dashed #8ba0b9;
    margin-bottom:5px;
}
.side .nav > li > ul > li > a:hover{
    color:#c18e04;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li {
}

.side .nav > li > ul > li > ul > li > a {
    background: url(../images/all/list_icon3.png) no-repeat 0 5px;
    padding: 0px 10px 0px 20px;
    font-size:13px;
    color:#ccc;
}
.side .nav > li > ul > li > ul > li > a:hover {
    color:#fff;
}
/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
    padding: 0 0 50px 0;
}

body.home .main_content {
    min-height: 0;
    padding:55px 0 0 0;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: relative;
    top: 20px;
}

.breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}

.content > .h2,
body.about .content > .h1,
body.order .content .h2.t04 {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    border-bottom:1px dashed #ccc;
}

.content > .h2,
body.about .content > .h1,
body.order .content .h2.t04{
    font-size: 30px;
    line-height: 40px;
    color: #111e2f;
    letter-spacing: 0.1em;
    font-weight: 500;
    /*color: #979797;
    font-size: 18px;
    margin-left: 10px;*/
}
.content > .h2::before,
body.about .content > .h1::before,
body.order .content .h2.t04::before{
    content: "";
    position: absolute;
    left: 24%;
    width: 110px;
    height: 35px;
    background: Url(../Images/all/title_left.png) no-repeat center;
}
body.lang_US .content > .h2::before {
    left: 22%;
}
.content > .h2::after,
body.about .content > .h1::after,
body.order .content .h2.t04::after{
    content: "";
    position: absolute;
    right: 24%;
    width: 110px;
    height: 35px;
    background: Url(../Images/all/title_right.png) no-repeat center;
}
body.lang_US .content > .h2::after {
    right: 22%;
}
.content > .h2 .txt-en {
    display:none;
}


.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding: 10px;
    line-height: 30px;
}

.content .btn-more {
    position: relative;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: 9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

.content .btn-normal {
    background: none;
    color: #2d3c4e;
    border: 1px solid #ccc;
}

.content .btn-normal:hover {
    color: #000;
    border-color: #2d3c4e;
}

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li .h4 {
    font-size: 15px;
    margin: 0;
}

.content .list-box .txt-list li a {
    position: relative;
    display: block;
    line-height: 28px;
    padding: 10px 110px 10px 0;
}


.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #b11f00;
}

.content .list-box .txt-list li span {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    padding: 3px 20px;
    display: inline-block;
    color: #edc561;
    font-size: 13px;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 3px double #666;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #2d3c4e;
    font-size: 18px;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .works-box .pic-carousel li a:hover {
    border-color: #36B9C0;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .works-box .slick .list_item {
    padding: 0 5px;
	position:relative;
}

.content .works-box .slick .list_item .pic {
    /*border: 1px solid #ACE7EB;*/
    padding: 5px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #36B9C0;
}

.content .works-box .slick .list_item .info {
    text-align: center;
}
.content .works-box .slick .list_item .info .title{
    font-size: 16px;
	line-height:24px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; /*行數*/
	-webkit-box-orient: vertical;
	white-space: normal;
	min-height:48px;	
}
body.lang_US .content .works-box .slick .list_item .info{
    font-size:14px;
}

.content .works-box .slick .list_item .info p {
    margin: 0;
}

.content .works-box .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -24px;
}

.content .works-box .slick .slick-next {
    background-position: 0 -40px;
    right: -24px;
}

.content .works-box .slick .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

.content .works-box .slick .slick-dots li {
    display: inline-block;
}

.content .works-box .slick .slick-dots button {
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 50%;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin: 0 3px;
}

.content .works-box .slick .slick-dots .slick-active button {
    background: #37bac0;
}

.content .contact-box ul li {
    color: #2d3c4e;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .contact-box ul li.tel {
    font-size:26px !important;
    color: #2d3c4e;
    font-weight: bold;
}

.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .btn-box {
    margin: 0 0 20px;
    clear: both;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 10px 0 20px;
    float: left;
}
body.order.show .content .btn-box .pager {
    text-align: center;
    display: block;
    margin: 0 0 20px;
    float: inherit;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #2d3c4e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #2d3c4e;
    color: #fff;
    padding: 7px 20px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
	display: inline;
}

.content .btn-box .pager li > a:hover {
    background-color: #c18e04;
    border-color: #c18e04;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

body.product.p02 .content .btn-box {
    border: none;
}

body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box,
body.bid .content .btn-box {
    text-align: center;
}

body.news.show .content .btn-box .pager,
body.faq.ask .content .btn-box .pager,
body.product.show .content .btn-box .pager,
body.member .content .btn-box .pager,
body.album.show .content .btn-box .pager,
body.bid .content .btn-box .pager {
    float: none;
}

.content .btn-box a .icon {
    background: url(../images/all/pager_icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.content .btn-box a .icon-first {
    background-position: -6px -1px;
}

.content .btn-box a .icon-prev {
    background-position: -6px -29px;
}

.content .btn-box a .icon-next {
    background-position: -6px -58px;
}

.content .btn-box a .icon-last {
    background-position: -6px -87px;
}

.content .btn-box a .icon-back {
    background-position: -6px -112px;
}

.content .btn-box .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #888;
}

.content .btn-box .page-info select {
    border: 1px solid #DFDFDF;
    min-width: 60px;
    margin-right: 10px;
}


.content .btn-box a span {
    margin-right: 5px;
}

.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border-bottom: 3px double #2d3c4e;
    color: #896609;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #fff;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 14px;
	padding-top:0;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

.gotop {
    display:none;
    background: #36B9C0;
}

.gotop a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 14px 0 0px;
}

.gotop a .txt-en {
    display: block;
}

.gotop a .txt-tw {
    color: #bdebed;
    font-size: 13px;
    border-top: 1px solid #bdebed;
    padding: 5px 40px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .content .wid > .h2 {
    font-size: 26px;
    line-height: 40px;
    color: #111e2f;
    padding: 6px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
}
body.home .services_box .wid{
    margin-bottom: 0px;
}
body.home .content .btn-more {
    display:none;
}

body.home .content .wid > .h2 .txt-en {
    display: block;
    font-size: 18px;
    color: #ddb146;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-transform: uppercase;
}
body.home .content .wid > .h2 .txt-tw::before {
    content: "";
    position: absolute;
    left:33%;
    width: 110px;
    height: 35px;
    background: Url(../Images/all/title_left.png) no-repeat center;
}
body.home .content .wid > .h2 .txt-tw::after {
    content: "";
    position: absolute;
    right: 33%;
    width: 110px;
    height: 35px;
    background: Url(../Images/all/title_right.png) no-repeat center;
} 
body.home.lang_US .content .wid > .h2 .txt-tw::before {
    left: 28%;
}
body.home.lang_US .content .wid > .h2 .txt-tw::after {
    right: 28%;
}

body.home .content .wid-home-news {
    margin-left: 0;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

body.home .content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

body.home .content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

body.home .content .wid-home-news .txt-list li a {
    padding: 2px 80px 2px 0;
    font-size: 13px;
}

body.home .content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
    top: 3px;
}

body.home .wid-home-product .slick-slider {
    margin: 30px 0 60px 0;
}
body.home .wid-home-product .price_box {
    line-height:24px;
    margin-top:30px;
    margin-bottom:18px;
}
body.home .wid-home-product .price_box .price_title {
    background-color: #4e4e4e;
    padding:0px 10px;
    color:#fff;
    font-size: 13px;
    display:inline-block;
    margin-right:5px;
    letter-spacing:0.1em;
}
body.home .wid-home-product .price_box .price {
    color: #af8101;
    font-size: 16px;
    display: block;
    font-family: 'Lato', sans-serif;
}
body.home .wid-home-product .shopping_car {
    display: block;
}
body.home .wid-home-product .shopping_car a{
    Color:#fff;
    padding:8px 15px;
    text-align: center;
    background-color: #2d3c4e;
    letter-spacing:0.08em;
    display: block;
    border-radius: 0px;
    transition: all 0.25s linear;
}
body.home .wid-home-product .shopping_car a:hover{
    background-color:#c18e04;
    transition: all 0.45s linear;
}
a .icon-addcar {
    color: #939ba4 !important;
    font-size:20px;
}
a:hover .icon-addcar {
    color: #fff !important;
}
body.home .wid-home-product .shopping_car a.sold-out {
    padding: 12px 15px 11px;
    background: #b1b1b1;
}
/*新設定*/
body.home .services_box {
    padding: 0;
    display: block;
    position: relative;
}

body.home .services_box .icon-box {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

body.home .services_box .icon-box {
    background: #fff 120% bottom;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    transition: 1.33s all ease;
    color: #333;
    border-bottom: 1px solid #ccc;
    min-height: 170px;
}
a:hover.icon-box {
    background: #fff Url(../Images/all/service_hoverbg.jpg) no-repeat center bottom;
    transition: 1.5s all ease;
    border-color: #c18e04;
}

body.home.lang_US .icon-box .box-icon {
	width: auto;
}
.page .icon-lg {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
}

.page .icon-primary {
    color: #c3920d;
}

.icon {
    display: inline-block;
    text-align: center;
}
.icon-box * + .box-header {
    margin-top: 5px;
}

.icon-box .box-header {
    bottom: 0;
}
.box-header h5 {
    line-height: 1.47368;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.icon-box .divider {
    max-width: 100%;
    margin: 13px auto;
    transition: .33s all ease;
}

.divider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #c3920d;
}
.icon-box .box-body {
    max-width: 100%;
    color: #949494;
    font-size:15px;
    margin-top:0px;
    margin-bottom:0px;
}
.icon-box .box-top{
	padding-left:15px;
    width: 80%;
}
body.lang_US .icon-box .box-top{
	padding-left:15px;
    width: 100%;
}
.icon-box .box-top, .icon-box .box-body {
    position: relative;
    will-change: transform;
    transition: .33s all ease;
}

/*首頁產品設定*/
body.home .product_bg {
    padding: 30px 0 0 0;
}
body.home .product_bg01 {
    background-color: #f9f9f9;
    margin:50px 0 0 0;
    padding:30px 0 20px 0;
}

body.home .content .works-box .slick .slick-arrow {
    width: 30px;
    height: 100px;
    background: url(../images/home/arrow2.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 60px/2);
}

body.home .content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -30px;
}

body.home .content .works-box .slick .slick-next {
    background-position: 0 -100px;
    right: -30px;
}

body.home .content .works-box .slick .slick-dots {
    display:none !important;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}
/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .h1 {
    text-align: center;
    color: #23989f;
    border: 1px solid #ACE7EB;
    padding: 10px;
}

.content .album-list a {
    margin: 20px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a .h4 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.content .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control {
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev {
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next {
    background-position: -120px 0;
    right: -40px;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1 {
    position: relative;
    color: #2d3c4e;
    font-size: 20px;
    border: 3px double #aaa;
    padding: 10px 90px 10px 20px;
    line-height: 1.4;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 28px;
    font-size: 13px;
	color:#b11f00;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #b11f00;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
    font-weight:600;
    font-family:'Lato';
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    line-height: 30px;
}

.btnbox-ask {
    text-align: right;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
	display:none;
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: #f6d998;
    background: none;
    border: none;
    padding: 5px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #cfa23d;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #946e1a;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #F3F3F3;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #cfa23d;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: auto;
    padding-bottom: 0;
}


body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

body.product .content .product-list a .pic img {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.product .content .product-list a .h4 {
    font-size: 16px;
	line-height:24px;
	padding:0 5px;
    text-align: center;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; /*行數*/
	-webkit-box-orient: vertical;
	white-space: normal;
	min-height:48px;
}
body.lang_US.product .content .product-list a .h4{
    font-size:14px;
}
body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
}
body.product .content .product-list ul li{
    line-height:24px;
}
body.product .content .product-list ul li .price-lighthigh {
    font-family: 'Lato', sans-serif;
    color: #af8101;
    font-size: 16px;
    display: block;
}
body.product .content .product-list ul li .price_title{
    background-color: #4e4e4e;
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 0.1em;
}
body.product.show .content .info .txt ul li .price-lighthigh {
    font-family: 'Lato', sans-serif;
    color: #af8101;
}
    body.product.show .content .info .txt ul li .price-lighthigh.US {
        margin-left: 5px;
    }

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #ec5f5f url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;*/
    position: static;
    line-height: 30px;
    font-size: 16px;
    border-radius: 0px;
    Color: #fff;
    padding: 5px 15px;
    text-align: center;
    background-color: #2d3c4e;
    letter-spacing: 0.08em;
    display: block;
	margin-top:10px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .quick-buy .btn:hover {
    background-color: #c18e04;
}

body.product .content .product-list .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}
body.product .content .quick-buy .btn.sold-out {
    margin-top: 45px;
    background: #b1b1b1;
    display: inline-block;
    width: 45%;
}
body.product.show .content .quick-buy .btn.sold-out {
	margin-top: 25px;
}
body.product.show .content .quick-buy{
	/*display:flex;
    justify-content: space-around;*/
}
body.product.show .content .quick-buy .btn.restock {
    margin-top: 0px;
    background: #a81111;
    display: inline-block;
    width: 45%;
}
body.lang_US.product.show .content .quick-buy .btn.restock {
	width:250px;
}
body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

body.product .content .product-list.mode2 .item > a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

body.product .content .product-list.mode2 .item .info .h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    /*width: 16%;*/
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
    width: 200px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
   /* display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;*/
}
body.lang_US.product.show .content .quick-buy .btn.sold-out {
    background: #b1b1b1;
	width:250px;
}
body.product.show .content .quick-buy .btn.sold-out {
    background: #b1b1b1;
}

body.product.show .content .product-pic {
    margin-bottom: 10px;
	position:relative;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}
    body.home .list_item .sale_btn,
    body.product .product-list .item .sale_btn,
    body.product.show .content .product-pic .sale_btn {
        position: absolute;
        top: 5px;
        left: 5px;
        color: #fff;
        background: #C00;
        border-radius: 99em;
        width: 55px;
        height: 55px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Arial;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #4e4e4e;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

body.product.show .content .product-pic .small-pic img {
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}

body.product.show .content .product-pic .small-pic .slick-arrow {
    min-width: 20px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
}

body.product.show .content .product-pic .small-pic .slick-prev {
    background-position: center top;
}

body.product.show .content .product-pic .small-pic .slick-next {
    background-position: center bottom;
}
/*-- END for show2 product pic --*/


body.product.show .content .info .h1 {
    margin: 10px;
    font-size: 24px;
	color:#cfa23d;
	border-bottom:1px dashed #d0d0d0;
	line-height:36px;
	padding:5px;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

body.product.show .content .info .txt ul {
    margin-left:10px;
}

body.product.show .content .info .txt ul li {
    background: url(../images/all/list_icon.png) no-repeat 0 5px;
    padding-left: 25px;
	color:#000;
	font-size:15px;
	line-height:30px;
}

body.product.show .content .quick-buy {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    /*border: 1px solid #ACE7EB;*/
	background-color:#4e4e4e;
}

body.product.show .content > .h3 small {
    margin-left: 10px;
    color: #f9f9f9;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    line-height: 30px;
    font-size: 18px;
    border-radius: 0px;
	Color: #fff;
    padding: 8px 15px;
    text-align: center;
    background-color: #2d3c4e;
    letter-spacing: 0.08em;
    display: block;
    transition: all 0.25s linear;
}
body.product.show .content .quick-buy .btn:hover,
body.product.show .content .quick-buy .btn.restock:hover {
    background-color: #c18e04;
    transition: all 0.45s linear;
}
body.product.show .content .quick-buy .btn.sold-out{
	pointer-events: none;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

/*產品排序CSS設定*/
.sort_title{
	font-size:15px;
	font-weight:600;
	display:block;
	color:#000;
	margin:0 8px 0 0;
}
.sort_bg{
	display:flex;
	justify-content: flex-start; 
	position:relative;
	border-radius: 10px;
    margin:0 0 8px;
    border: solid 1px #efefef;
    padding: 15px 20px;
    overflow: hidden;
    background: #fff;
	box-shadow: rgba(147, 147, 147, 0.1) 0 1px 15px 1px;
}
.sort_box{
	display:flex;
	align-items: center; 
	position:relative;
    font-size: 14px;
	padding-right: 25px;
}

.sort01{
	margin:0 10px 0 0;
	display:inline-block;
}
.sort01 select{
    height: 30px;
    padding: 0 10px;
}
.sort02{
	line-height:30px;
	font-size:15px;
	display:inline-block;
	letter-spacing:0.05em;
}
.sort02 input[type=checkbox]{
	margin:3px 0 0 5px;
}
.sort02 label{
	margin-bottom:0;
}



/*----------------------------------------- 會員專區 member --------------------------------------*/
body.member .content .list-inline.nav-func>li{
		width:24%;
	}
body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #c18e04;
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #c18e04;
}

body.member .content .nav-func li a:hover {
    color: #aaa;
    border-color: #888;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}

body.member.register .content .form-group .checkbox a {
    color: #b11f00;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 10px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}


body.member .content {
    padding-bottom: 20px;
}

/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #2d3c4e;
    font-size: 20px;
    padding: 10px;
    border: 3px double #ccc;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
}

body.cart.p03 .content .sec .h3,
body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #ACE7EB;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
body.cart .cart_name{
	color:#666 !important;
}
body.cart .p_category01{
	color:#fff;
	font-size:14px;
	background:#cda029;
	display: inline;
	margin:5px auto;
	padding:3px;
	text-align: center;
}
body.cart .p_category02{
	color:#fff;
	font-size:14px;
	background:#b18103;
	display: inline;
	margin:5px auto;
	padding:3px;
	text-align: center;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    border-top: 3px double #eac15f;
    line-height: 36px;
    font-weight: bold;
    color: #2d3c4e;
}

body.cart .content p {
    font-size: 14px;
}

body.cart .content p a {
    display: inline-block;
    color: #36B9C0;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #ddb146;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    border: 1px solid #e2d1a6;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list .h4 {
    font-size: 18px;
    padding: 0 5px;
}

body.cart .lightbox-list .h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}
body.cart.p02 .store a{
    margin-top:8px;
    margin-right:5px;
}
body.cart.p02 .pay-txt{
    font-size: 14px;
    color: #f00;
    line-height:20px;
}

.content .table.table-stack > tbody > tr > td .price,
.content .table.table-stack > tbody > tr > td .totalprice {
    display: block;
}
    .content .table.table-stack > tbody > tr > td .price + .price,
    .content .table.table-stack > tbody > tr > td .totalprice + .totalprice {
        margin: 5px 0 0;
    }
.content .sec .sum .sumprice {
    display: inline-block;
}
    .content .sec .sum .sumprice + .sumprice {
        margin: 0 0 0 10px;
    }
body.cart .content .psBox {
    text-align: right;
    color: #f00;
}
body.cart .content .psBox p {
    display: none;
    visibility: hidden;
    line-height: 1.6em;
    padding: 10px 0 0;
}
body.cart .d-block{
	display:block;
}

body.lang_TW.cart .content .psBox .txt-tw,
body.lang_US.cart .content .psBox .txt-en {
    display: block;
    visibility: visible;
}
body.lang_TW.cart .content .psBox .note_word01{
    clear: both;
	display:block;
	margin:5px 0;
	position:relative;
	color:#2d3c4e;
	font-weight:600;
}
body.cart .coupon_box{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
}
body.cart .coupon_btn{
	position:relative;
	display:block;
	margin:7px 0;	
}
body.cart .coupon_btn a{
	padding:7px 20px;
	background:#9c0f0f;
	color:#fff !important;
	font-size:15px;
	width:120px;
	text-align:center;
}

/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 362px;
}
body.contact .content .contact-box {
    margin-top:10px;
}

body.contact .content .contact-box .h3 {
    display: none;
    margin-bottom: 10px;
}

body.contact .content .contact-box ul li {
    padding-left: 30px;
    font-size:20px;
}
body.contact .content .contact-box ul.list-unstyled{
    border:1px dashed #ccc;
    padding:10px 0;
}
body.contact .content .contact_logo {
    padding-bottom:20px;
    text-align:center;
}

/*----------------------------------------- 竸標申請 Bid application -----------------------------------*/
body.bid .bid_bg{
	display:block;
	position:relative;
	clear:both;	
	border:3px double #ccc;
}
body.bid .notice_box{
	display:block;
	padding:20px 0px 10px 0px;
	line-height:30px;
	border-bottom:3px solid #c18e04;
	text-align:center;
	font-size:16px;
	color:#c18e04;
	letter-spacing:0.1em;
	margin:0 20px 15px 20px;
}
.remark_word{
	color:#b11f00;
	font-size:14px;
	line-height:24px;
	display:block;
}
.remark_word02{
	color:#b11f00;
	font-size:14px;
	line-height:24px;
}
body.bid .bid_main{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
body.bid .bid_box01{
	min-width:340px;
	min-height:240px;
	text-align:center;
	border:1px solid #ccc;
	margin:10px;
	padding:15px;
}
body.bid .bid_icon{
	background-color: #c18e04;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	color:#fff;
	font-size:24px;
	display:flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	margin: 15px auto;
}
.jet-elements-icon {
    color: #fff;
    font-size:40px;
}
body.bid .icon_title{
	font-size:15px;
	color:#452f12;
	text-align:center;
	font-family:'Lato';
	line-height:36px;
	font-weight:600;
	letter-spacing:0.08em;
}
body.bid .icon_word{
	font-size:14px;
	line-height:24px;
	color:#666;
	text-align:center;
	letter-spacing:0.05em;
}
body.bid .bid_notice{
	display:block;
	position:relative;
	clear:both;
	margin:0 0 20px 0;
}
body.bid .bid_title{
	text-align:center;
	font-size:18px;
	line-height:36px;
	border-bottom:3px double #999;
	letter-spacing:0.1em;
	margin:20px 0;
}
body.bid .notice_table{
	border:1px solid #ccc;
	margin:0 20px;	
}
body.bid input[type=radio], input[type=checkbox] {
    margin: 8px 3px 0 -18px;
}
body.bid .check_box{
    margin: 10px auto;
    display: block;
    position: relative;
    clear: both;
    text-align: center;
	font-size:15px;
	font-weight:600;
	color:#cc9c2b;
	letter-spacing:0.07em;
}
body.bid.form-horizontal .radio-inline{
	padding-left:13px;
	padding-top:0;
}
body.about .content .btn-box ul.pager{
	text-align:center;
	float:none;
	display:block;
}

/*----------------------------------------- 拍賣專區 auction --------------------------------------*/
body.auction .sec{
	padding:10px 0;
}
body.auction .type_box{
	display:block;
	position:relative;
	text-align:center;
	margin:30px auto;
	clear:both;
}
body.auction .type_box ul li{
	display:inline-block;
	list-style:none;
}
body.auction .type_box ul li.active_link a{
	background: url(../images/all/left_titlebg.jpg) repeat center;
	color:#fff;	
	font-size:16px;
	padding:10px 0px;
	border-radius: 6px;
	letter-spacing:0.1em;
    width: 200px;
    display: block;
    margin: 0 auto;
	line-height:24px;
}
body.auction .type_box ul li a{
	background:#eee;
	color:#333;	
	font-size:16px;
	padding:10px 0px;
	border-radius: 6px;
	letter-spacing:0.1em;
	width: 200px;
    display: block;
    margin: 0 auto;	
	line-height:24px;
}
body.auction .type_box ul li a:hover,
body.auction .type_box ul li.active_link a:hover{
	background:#2d3c4e;
	color:#fff;	
}
body.auction .search01{
	display:block;
	position:relative;
	margin:10px;
}
body.auction .sorting_box{
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    flex-flow: wrap;
}
body.auction .sorting_box.box02{
	float:right;
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    flex-flow: wrap;
}
body.auction .control-label{
	margin-bottom:0px;
	margin-right:10px;
}
body.auction .sorting_box .form-group{
	padding-right:10px;
	margin-bottom:10px;
}
body.auction .form-group .form-inline {
    display: inline-block;
    text-align: center;
}
.space_left {
    padding-left: 10px;
}
.space_left02 {
    padding-left: 5px;
}
body.auction .sorting_box .form-group a.btn-primary {
	background: ##2d3c4e;
    color: #fff;
    text-align: center;
    font-size: 15px;
	font-weight:600;
    line-height: 24px;
    border: 1px solid transparent;
    transition: 0.3s all ease;
    padding: 4px 20px;
	border-radius: 0px;
}
body.auction .sorting_box .form-group a:hover.btn-primary {
    background-color: #c18e04;
}
body.auction .search_list{
	position:relative;
	display:block;
	clear:both;
}
body.auction .class-list .item{
	border:1px solid #ccc;
	padding:10px 18px;
	margin:10px auto;
    min-height: 530px;
}
body.auction .class-list .item.i2{
	min-height: 620px;
}
body.auction .class-list .item .desc{
	position:relative;
}
body.auction .class-list .item .desc .item_number{
	font-size:14px;
	font-family:'Lato';
	line-height:24px;
	color:#666;
	letter-spacing:0.05em;
}
body.auction .class-list .item .desc .title a{
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.06em;
    color: #2d3c4e;
    margin:5px 0 0;
	overflow: hidden;
    white-space: nowrap;  
    text-overflow: ellipsis;
    max-height: 110px;
	display:block;
	font-weight:600;
}
body.auction .class-list .item .desc .title a:hover {
	color:#af8101;
}
body.auction .class-list .item .info ul li{
	display:block;
	line-height:30px;	
	color:#666;
	letter-spacing:0.02em;
}
body.auction .add_ok{
	line-height: 30px;
    font-size: 16px;
    border-radius: 0px;
    Color: #fff;
    padding: 5px 15px;
    text-align: center;
    background-color: #2d3c4e;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 10px;
	transition: 0.3s all ease;
}
body.auction a:hover.add_ok{
	background:#000;
}
body.auction .add_out{
	line-height: 30px;
    font-size: 16px;
    border-radius: 0px;
    Color: #cfcfcf;
    padding: 5px 15px;
    text-align: center;
    background-color: #999;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 10px;
	transition: 0.3s all ease;
}
body.auction .class-list .item02{
	border:1px solid #ccc;
	padding:10px 18px;
	margin:10px auto;
	min-height: 140px;
}

body.auction .class-list .item02 .for_auction{
	display:flex;
	flex-direction: row;
	justify-content: start;
}
body.auction .class-list .item02 .for_auction .pic{
	margin-right:10px;
	width: 80px;
}
body.auction .class-list .item02 .for_auction .desc{
	width: 75%;
}
body.auction .class-list .item02 .desc .info ul li{
	display:block;
	color:#666;
	font-size: 14px;
	line-height:22px;
}
body.auction .class-list .item02 .desc .info ul li a{
	text-decoration: underline;
}
body.auction .class-list .item02 .for_auction .desc .title{
	color:#af8101;
	font-size:20px;
	font-weight:600;
	overflow: hidden;
    white-space: nowrap;  /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 95%;
}
body.auction .class-list .item02 .btn-box,
body.auction .class-list .item02 .btn-box02{
	position:relative;
    display: block;	
	border-top:none;
	margin:10px 0 0;
	padding-top:0;
}
body.auction .class-list .item02 .btn-box a{
	background: #2d3c4e;
    padding: 5px 0px;
    transition: 0.3s all ease;
	text-align:center;
	display: block;
	font-size:16px;
    color: #fff !important;
	border-radius:6px;
	letter-spacing:0.1em;	
}
body.auction .class-list .item02 .btn-box a:hover{
	background: #000;	
}
body.auction .class-list .item02 .btn-box02{
	background: #ccc;
    padding: 5px 0px;
    transition: 0.3s all ease;
	text-align:center;
	display: block;
	font-size:16px;
    color: #fff !important;
	border-radius:6px;
}
body.auction .collar_btn a:hover{
	/* background:#c18e04; */
}

body.auction .collar_btn02 a:hover{
    color: #666;
}
body.auction .collar_btn a{
	background: #2d3c4e;
	font-size:14px;
	line-height:20px;
    color: #fff !important;
	letter-spacing:0.1em;
	margin: 0 auto;
    text-align: center;
	padding:7px;
	display: inline-block;
	width:55px;
}
body.auction .collar_btn02{
	background:#eee;
	color:#000;
	letter-spacing:0.1em;
    text-align: center;
	padding:7px 3px;	
	font-size:14px;
	line-height:20px;	
	width:55px;
	display: inline-block;
}
body.auction .use_note{
	display: block;
    position: absolute;
    font-size: 12px;
    margin-top: 10px;
}
body.auction .use_note a{
	text-decoration: underline;
}

body.member .btn-box03{
	line-height: 30px;
    font-size: 14px;
	background:#eee;
    color: #666;
    padding: 2px 15px;
    text-align: center;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 10px;
	height:35px;
}

body.member.coupon .content .btn-box{
	text-align:left;
}


.word01{
	color:#f00 !important;
}
.word02{
	color:#b11f00 !important;
	font-weight:600;
}

.bell_box{
	font-size:24px;
	color:#666;
	position:absolute;
	float:right;
	right: 0;
}
.time_box{
	color:#910a09 !important;
	font-size:16px !important;
	font-weight:600;
}
.time_box_end{
	color:#999 !important;
	font-size:15px !important;	
	font-weight:500;
	background-color:#eeeeee;
}
.price_end{
	color:#920606 !important;	
	font-size:15px;
	font-weight:600;
	letter-spacing:0.1em;
	font-family:'Lato','微軟正黑體';	
}
.price_box{
	color:#af8101 !important;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.1em;
	font-family:'Lato','微軟正黑體';
}
.red_word{
	color:#ff2523;
	font-size:24px;
	padding:0 5px;
	font-family:'Lato','微軟正黑體';
}
.red_word02{
	color:#b11f00;
	padding:0 5px;
	font-weight:bold;
}
.display_ib{
	display:inline-block;
}
.form-control{
	font-size:16px !important;
}

/*拍賣品詳細頁*/
body.auction.show .txt_second{
	display:block;
	position:relative;
	margin:10px;
	clear:both;
	border-top: 1px solid #bdbdbd;
    line-height: 30px;
}
body.auction.show #inline1 {
    display: none;
}
body.auction.show #inline1 {
    overflow: auto;
	width:100%;
	height:100%;
    /*width: 500px;
    min-height: 300px;*/
    background-color: #FDFDFD;
	letter-spacing:0.1em;
}
body.auction.show #inline1 ul li{
	line-height:30px;
}
body.auction.show .rule_info{
	position:absolute;
	right:0;
	top:5px;
}
body.auction.show .markup_word{
	display:block;
	padding: 5px 0 0 5px;
	font-size: 14px;
}
body.auction.show .rule_info .rule_btn a{
	border:1px solid #eee;
	padding:5px;
	background-color:#4e4e4e;
	color:#fff;
}
body.auction.show .rule_price01{
	color:#a88527;
	font-weight:bold;
}
body.auction.show .rule_price02{
	color:#d11d38;
	font-weight:bold;	
}
body.auction.show .rule_title{
	display:block;
	font-size:16px;
	color:#b11f00;
	line-height:40px;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
	margin-bottom:8px;
}
body.auction.show .bell_box02{
	display:inline-block;
	line-height:30px;
	padding:0 10px;
	background-color:#a81111;
}
body.auction.show .bell_box02 a{
	color:#fff;	
}
body.auction.show .bell_box02.off{
	display:inline-block;
	line-height:30px;
	padding:0 10px;
	color:#fff;
	background-color:#ccc;
	margin-left:10px;
}

body.auction.show .bid_form{
	margin: 0 10px 20px 10px;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
body.auction.show .bid_form input[type=radio]{
	margin:8px 0 0 -20px;
}
/*body.auction.show .form-group .form-inline {
    display: inline-block;
    text-align: center;
}*/
body.auction.show .end_btn{
	display:block;
	width:150px;
	background-color:#eee;
	border:1px solid #ccc;
	font-size:16px;
	padding:5px 0;
	line-height:30px;
	color:#666;
	text-align:center;
	margin:20px auto;
	letter-spacing:0.15em;
}
body.auction.show label{
	margin-bottom:0;
}
.bid_form .form-group{
	margin-bottom:0px;
}
.bid_note{
	line-height:30px;
	font-size:14px;
	display:block;
	color:#aaa;
	/*padding-left:10px;
	padding-top: 30px;*/
}
.text_align_left{
	text-align:left !important;
}
.margin_top{
	margin:20px 0 0 0 !important;
}
.audit_box ul li{
	display:inline-block;
}


.color_4e4e4e{
	background-color:#4e4e4e;
	margin:0 5px;
}
.color_0d4c99{
	background-color:#0d4c99;
	width:150px;
	letter-spacing:0.1em;
}
.color_999{
	color:#999;
}
.color_1b6cce{
	color:#1b6cce;
}
.color_ce0808{
	color:#ce0808;
}
.color_b0b0b0{
	color:#b0b0b0;
}
.color_ecae00{
	color:#ecae00;
}
/*頁籤*/
.tab_box{
	position:relative;
	display:block;
	clear:both;
	padding: 40px 0;
}

#tab-demo > ul{ 
	display:block; 
	margin:0;
	list-style:none;
}
.tab-title{
	list-style:none;
}
#tab-demo > ul > li{ 
	display:inline-block;
	vertical-align:top;
	margin:0 -4px -1px 0;
	border:1px solid #BCBCBC;
	line-height:30px;
	background:#efefef;
	padding:5px 30px;
	list-style:none;
	box-sizing:border-box;
}
#tab-demo >  ul > li a{
	color:#000;
	text-decoration:none;
	font-size:15px;
	letter-spacing:0.1em;
    font-weight: bold;
}
#tab-demo > ul > li.active{
	border-bottom:1px solid #fff;
	background:#fff;
}
#tab-demo > .tab-inner{ 
	clear:both;
	color:#000;
	border:1px #BCBCBC solid;
}
.tab-inner{
	padding:15px;
}

/*頁籤表格*/
.rwd-table {
  border: 1px solid #2d3c4e;
  border-collapse: collapse;
  width:100%;
}
.rwd-table th{
	background-color:#f0f5fa;
	color:#2a394c;
    border: 1px solid #2d3c4e;
    padding: 2px 5px;
	text-align: center;
}
.rwd-table td {
  border: 1px solid #2d3c4e;
  padding: 2px 5px;
  text-align: center;
  color:#666;
  font-size:15px;
}
  
@media screen and (max-width: 451px) {
  
  .rwd-table tr {
    border: 1px solid #000000;
  }
  
  .rwd-table th {
      display: none;
  }
  
  .rwd-table td {
      display: block;
      border: none;
  }
  
  .rwd-table td:before {
      content: attr(data-th) " ";
      float: left;
      font-weight: bold;
  }
}
.reply_title{
	color:#a67d02;
}
.reply_box{
	font-size:14px !important;
	color:#999;
	line-height:20px;
	text-align:left !important;
}
.bg_color{
	color:#594300;
	background:#f2efe5;
}
td.manager_title{
	font-size:16px;
	font-weight:bold;
}
a.ok_btn{
	background-color:#930;
	color:#fff;
	padding:5px;
}
a:hover.ok_btn,
a:hover.no_btn{
	background-color:#000;
}
a.no_btn{
	background-color:#333;
	color:#fff;
	padding:5px;
}
/*折價券*/
body.auction.p01 .banner{
	position: relative;
    background-color: #2d3c4e;
    height: 5px;
}
body.auction.p01 .ticket_sorting,
body.member .ticket_sorting {
	display:block;
	text-align:center;
	position:relative;
}
body.auction.p01 .ticket_sorting ul li,
body.member .ticket_sorting ul li{
	list-style:none;
	display:inline-block;
	font-size:17px;
}
body.auction.p01 .ticket_sorting ul li a,
body.member .ticket_sorting ul li a{
	padding:0 10px;
	font-weight: 200;
}
body.auction.p01 .ticket_sorting ul li a:hover{
	font-weight: bolder;	
}
    
body.auction.p01 .ticket_sorting li + li a,
body.member .ticket_sorting ul li a {
    border-left: 1px solid #bbb;
	padding-right:10px;
}
    body.auction.p01 .ticket_sorting ul li a.active,
    body.member .ticket_sorting ul li a.active,
    body.auction.p01 .ticket_sorting li + li a.active {
        color: #c99a2e;
		font-weight: bolder;
    }
/*會員-折價券*/
.sorting_box02{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:5px;
	padding-top:15px;
}
.sorting_box02 .form-group{
	margin-bottom:0;
}

.sorting_box03 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
	background: #f5f5f5;
    padding: 10px 0;
}
.sorting_box03 .form-inline .form-control{
	width:100%;
	display:block;
}
.sorting_box03 > .form-group{
	margin-bottom:0;
}
.sorting_box04 {
    display: flex;
    flex-direction: row;
    justify-content: end;
    position: relative;
}
.sorting_box04 .form-group{
	line-height:30px;
	margin-bottom:0;
}
/*購物車—另開折價券*/
.fancybox-inner .h3{
	display:block;
	margin-top:0;
	padding: 7px;
    background: #9c0f0f;
    color: #fff !important;
    font-size: 20px;
	font-weight:600;
}
.coupon_list{
	display:block;
	position:relative;
	margin:0 0 10px;
}
.coupon_list .title01{
	font-size:16px;
	color:#C60;
	display:block;
	padding:7px 0;
}
.coupon_main {
	display:block;
}
.coupon_type {
	font-size:16px;
	color:#000;
	display:block;
	line-height:30px;
	font-weight:bold;
    padding: 0 0 0 10px;
    background: #efefef;
}
.coupon_note{
	display:block;
	font-size:12px;
	line-height:24px;
	color:#999;
	padding-left:15px;
}
.coupon_no{
	display:block;
	font-size:12px;
	line-height:24px;
	color:#9c0f0f;
	padding-left:15px;	
}
.clist_main{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom:1px dashed #ccc;
	margin:0 0 10px;
	padding:10px 0;
}
.clist_main .l_check{
	width:40px;
	padding:7px;
}
.r_desc .title{
	color: #af8101;
    font-size: 16px;
    font-weight: 600;
}
.r_desc .info ul.list-inline>li{
	display: block !important;
    color: #666;
    font-size: 14px;
	line-height:24px;
}
.color_ff0000{
	color:#ff0000;
}
.send_btn{
	background:#935600;
	margin-left:10px;
}



/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.side {
    padding-top:30px;
}
.side .wid .h3 .side-toggle {
    display: none;
}

.side1 .wid {
    max-width: 255px;
}
.side1 .wid.wid-about,
.side1 .wid-news,
.side1 .wid-product,
.side1 .wid-faq,
.side1 .wid-member{
    background-color: #2d3c4e;
    padding: 10px;
    border-radius: 6px;
}

/* 搜尋產品 wid-search */
.wid.wid-search{
	display:none;
}
.wid-search .h3 {
    display:none;
    /*color: #23989F;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;*/
}

.wid-search .h3 .txt-tw {
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}

.form-control-static {
    color: #c18e04;
    letter-spacing: 0.1em;
    font-size:15px;
	padding-top:0;
}
.form-horizontal .radio-inline{
	padding-top:0px;
}
input[type=radio], input[type=checkbox] {
    margin: 9px 0 0
}

/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li a {
    display: block;
	border:none;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: auto;
    margin-top: 0px;
	border-radius:0px;
	min-width:140px;
	padding:0;
	border:none;
	background-color:transparent;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu li a{
	border-top: 1px solid #fff;
	background-color:#2d3c4e;
	color:#fff;	
	font-size:13px;
	padding:5px 10px;
	text-align:center;
	line-height:24px;
	font-weight:normal;
}
.navbar-nav .dropdown_submenu ul.dropdown-menu li a:hover{
	border-top: 1px solid #fff;
	color:#cfa23d;
	background-color:#fff;	
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}



.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}


.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}
/*------------------------subNav  dropdownMenu --------------------*/
