@charset "UTF-8";

input, select {
  vertical-align: middle;
}
/*header*/

.fixed-header {
  min-height: 170px;
}
#headerBox.hd-Box {
    background: none repeat scroll 0 0 #fff;
}
.hd-Box #headerTop {
	background: #f8f8f8;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	height: 29px;
	transition: margin-top 0.1s;
	-webkit-transition: margin-top 0.1s;
	font-size: 100%;
	color: #777777;
	line-height: 1.6em;
}
.hd-Box #headerTop a {
	color: #777777;
}
.hd-Box #headerTop a:hover {
	color: #000000;
}
#headerTop .headerlink {
	padding-top: 5px;
}
.hd-Box .pageWrapper.header {
  padding-top: 8px;
  padding-bottom: 5px;
}
.hd-Box .logo {
  padding: 0px;
  display: table-cell;
  margin-top: 3px;
}
.hd-Box .headerRightWrapper {
  position: relative;
  margin-top: 0;
  float: left;
  width: 705px;
  padding-left: 7px;
  }

/*site-search*/
.site-search * {
    box-sizing: border-box;
    outline: medium none;
}
#headerBox .site-search {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 35px 10px 0 5px;
  z-index: 3;
}
#headerBox .site-search .form {
  font-size: 0;
}
#headerBox .site-search form {display: block;}

#headerBox .site-search .btn-submit {
  background: #858383;
  border: none;
  margin: 0;
  height: 34px;
  vertical-align: top;
  cursor: pointer;
}
.site-search .input-search:focus{color:black}
.site-search .icon-search{padding:5px 0px;font-size:20px;color:white}
.site-search .icon-search:before{background:none;height:auto;padding-top:0}
.site-search .input-search {
    background: none repeat scroll 0 0 white;
    border: 3px solid #858383;
    color: #666666;
    font-size: 14px;
    height: 34px;
    margin: 0;
    padding-left: 10px;
    width: 250px;
}
.site-search .input-search {
    background: none repeat scroll 0 0 white;
    border-color: #858383;
    color: #555;
}
input[type='search']{-webkit-appearance:none;font-family:'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;width:100%;padding:4px;margin:0
0 10px 0;border:1px solid #ccc;font-size:0.85em;background:white;color:black}

input[type='search']:focus{outline:none}
.clearfix {
  zoom: 1;
}


/*recommend*/
#headerBox .site-recommend {
  margin: 35px 10px 0 5px;
}
/*site-shopping-car*/
.subRightWrapper {
	float: right;
	width: 240px\9;
}
.cart-btn {
    display: inline-block;
    float: right;
    font-size: 0.9em;
    padding: 9px 0;
    position: relative;
}

.cart-btn .count {
  position: absolute;
  top: 2px;
  left: -5px;
  width: 19px;
  height: 19px;
  background: #ff6600;
  color: white;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
  z-index: 3;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-cart {
  position: relative; font-size: 13px; color: black;padding-left: 25px;
}
.cart-btn:hover .icon-cart {
    color: #ff6600;
    transition: all 0.3s ease 0s;
}
.icon-cart:before {
	content: ".";
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: url(../images/public/icon_car.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	width: 25px;
	padding-top: 25px;
	background-position: -1px -1px;
	top: 0px;
	left: 0px;
	background-size: 400px 400px;
}
[class*="icon-"]::before {
    content: "";
    display: inline-block;
    /*position: relative;*/
    vertical-align: middle;
}
/*special*/
.special-area {
  position: relative;
  top: 10px;
  float: right;
}
.btn-limited, .btn-groupbuy {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #8c4215;
  font-weight: 500;
  font-size: 17px;
  font-family:'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;
}
.btn-limited:hover, .btn-limited:focus, .btn-limited:active, .btn-groupbuy:hover, .btn-groupbuy:focus, .btn-groupbuy:active {
    background-color: #ff6600;
    color: #ffffff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**/
.pageWrapper {
  width: 998px;
  margin: 0 auto;
  position: relative;
}
.space-left20 {
	margin-left: 20px;
}
.space-m10 {
	margin-top: 20px;
}
.leftWrapper {
  float: left;
}
.lfloat {
  float: left;
}
.border-stip {
  padding: 2px 0;
  background: url(../images/public/grid-bg.png);
}
hr.linehr {
  border: 0;
  clear: both;
  height: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #ddd;
  border-bottom: 1px solid #fff;
  border-color: -moz-use-text-color -moz-use-text-color #ddd;
  /*width:100%;*/
}
/*staff btn*/
.staffBtnWrapper {
  padding-right: 0px;
  float: right;
  text-align: center;
}
.staffbtn {
  background-color: #f4c607;
  height: 42px;
  padding-top: 5px;
  padding-left: 33px;
  padding-right: 33px;}

a .staffbtn:hover {
	background-color: #ffe400;
}
.col-sidebar .staffFree h4 {
	font-size: 18px;
	font-family: 'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #444a54;
	font-weight: normal;
	margin-bottom: 12px;
}
.col-sidebar .staffFree {
	border: 1px solid #cccccc;
	padding: 8px;
}
.col-sidebar .staffFree ul ,.col-sidebar .leftAD-container ul  {
	list-style-type: none;
}

.col-sidebar .staffFree ul li img {
	border: 1px solid #CCC;
	height: 60px;
	width: 180px;
}
.col-sidebar .leftAD-container ul li img {
	border: 1px solid #CCC;
	width: 198px;
}

.col-sidebar .leftAD-container ul li a img:hover, .col-sidebar .staffFree ul li a img:hover  {
	border: 1px solid #999999;
}
.adWrapper {
	width: 100%;
}
#promotionNews {
	width: 778px;
	height: 122px;
	overflow: hidden;
}

/*------------- 擐���ab ------------*/
.PdtlstWrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: -1;
}

.PdtlstWrapper ul.golden_tab {
	height: 29px;
	background-color: #ececec;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}

.PdtlstWrapper ul.golden_tab li {
	float: left;
	line-height: 29px;
	overflow: hidden;
	font-size: 15px;
	width: 193px;
	text-align: center;
	list-style-type: none;
	color: #757575;
	display: inline-block;
	height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.PdtlstWrapper ul.golden_tab li a, .PdtlstWrapper ul.golden_tab li.last a {
	display: block;
	color: #757575;
	text-decoration: none;
}

.PdtlstWrapper ul.golden_tab li a:hover, .PdtlstWrapper ul.golden_tab li.last a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f9b400;
}
.PdtlstWrapper ul.golden_tab li.active, .PdtlstWrapper ul.golden_tab li.last .active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #f9b400;
}
.PdtlstWrapper ul.golden_tab li.active a, .PdtlstWrapper ul.golden_tab li.last.active a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #f9b400;
}
.PdtlstWrapper ul.golden_tab li.active a:hover, .PdtlstWrapper ul.golden_tab li.last.active a:hover {
	color: #FFF;
	background-color: #f9b400;
}
.PdtlstWrapper .golden_tabBox {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.PdtlstWrapper .golden_tabBox .mainTabViewBox {
	margin: 0px;
	padding-top: 0px;
}
.PdtlstWrapper .golden_tabBox .mainTabViewBox .items {
	/*border: 1px solid #ccc;*/
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.PdtlstWrapper .item {
  width: 175px;
  display: inline-block;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
  float: left;
  }
.PdtlstWrapper .item:hover {
	border: 1px solid #F90;
}
.PdtlstWrapper .item img.photo  {
  width: 175px;
  height: 175px;
}
.PdtlstWrapper .item h1{
	font-size: 1.8em;
	color: #808080;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	height: 35px;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0;
	margin-left: 0;
}
.PdtlstWrapper .item:hover h1{
	color: rgb(0,0,0);
}
.PdtlstWrapper .item .buy {
  color: #ff4d00;
  font-family: 'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;
}
del {
  height: 12px;
  font-size: 10px;
  margin-right: 2px;
  margin-bottom: 10px;
  color: #666;
  display: block;
  height: 12px;
  text-decoration: line-through;
}
.PdtlstWrapper .item .buy .currency {
  font-size: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.PdtlstWrapper .item .buy .price {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: bottom;
  display: inline-block;
}
.PdtlstWrapper .item .buy .btn {
  float: right;
  font-size: 15px;
  color: #ff4d00;
  position: relative;
  top: -8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.PdtlstWrapper .item .buy .btn:hover{
	color: rgb(153,51,0);
}
/*top grid*/
.top-grids {
  margin: 20px 0 4em 0;
}
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.group {
  zoom: 1;
}
.top_grid {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 56px 36px -60px #121D12;
  -moz-box-shadow: 0px 56px 36px -60px #121D12;
  -o-box-shadow: 0px 56px 36px -60px #121D12;
  font-family: 'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;
}
.grid_1_of_3 {
	display: block;
	float: left;
	/* background: url(../images/grid-bg.png); */
	background-color: #faf9f1;
	width: 255px;
	margin-right: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.grid_1_of_3_last {
	display: block;
	float: left;
	/* background: url(../images/grid-bg.png); */
	background-color: #faf9f1;
	width: 255px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.top_grid h3 {
  color: #82592D;
  font-size: 2em;
  text-transform: uppercase;
  border-bottom: 1px solid #D5BC8C;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.top_grid p {
  font-size: 15px;
  padding: 5px 0;
  color: #82592D;
  line-height: 1em;
}
.read_more a {
  color: #82592D;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  background: url(../images/public/marker2.png) no-repeat 0;
  padding-left: 25px;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.read_more a:hover{
  color:#CE8A00;
}
/*footer*/
#footerWrapper {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Heiti TC','Microsoft JhengHei','PMingLiU','Arial Unicode MS',Arial,Helvetica,sans-serif;
}
#footerWrapper .footerContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ecf0f1;
}
#footerWrapper .footerContainer .toprow {
	padding-top: 35px;
	padding-right: 1px;
	padding-bottom: 35px;
	padding-left: 50px;
	float: left;
}
#footerWrapper .footerContainer .toprow .columns {
	width: 180px;
	padding-left: 3px;
	display: inline-block;
	float: left;
}
#footerWrapper .footerContainer .toprow .columns h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#footerWrapper ul.partners {
	list-style-position: outside;
	list-style-type: none;
	color: #848484;
}
#footerWrapper ul.partners li {
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#footerWrapper ul.partners li a {
	color: #848484;
}
#footerWrapper ul.partners li a:hover {
	color: #000;
}#footerWrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerWrapper .footer-copyright {
	margin-top: 8px;
}
#footerWrapper .logo {
  padding: 0px;
  display: table-cell;
}
#footerWrapper .footerRightWrapper {
	position: relative;
	margin-top: 0;
	float: left;
	width: 702px;
	padding-left: 25px;
	padding-top: 20px;
  }
.footerRightWrapper .address {
	float: left;
}
.footerRightWrapper .certificate {
	float: right;
}
#footerWrapper .footer-copyright .copyright {
	text-align: right;
	margin-bottom: 10px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: -999px;
  background: url(../images/public/ui.totop_orange.png) no-repeat left top;
}#headerTop .userinfo {
	text-align: left;
	float: left;
	color: #000;
}
#headerTop .bcount {
	font-weight: bold;
	color: #F60;
}
.topproAD {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 0px;
}