html, body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#696969;
	font-family: Lato,'PingFang TC', 'Hiragino Sans GB', 'Microsoft JhengHei', 'Helvetica Neue', icomoon, serif,sans-serif;
	/*font-family: Verdana, Geneva, sans-serif, 微軟正黑體, sans-serif;*/
}
/*common*/
a {
	color:#777777;
	text-decoration: none;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
textarea, select {
	border:#e3e3e3 1px solid;
	padding:3px;
	vertical-align:middle;
	margin:0;
	box-sizing: border-box;
	outline: 0;
}
input {
    border: 0;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 7px 15px;
    vertical-align: middle;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}

.wrapper {
	position:relative;
	float:left;
	width:100%;
	overflow: hidden;
}
.block {
	position:relative;
	max-width:1280px;
	width:100%;
	padding:0 15px;
	margin:0 auto;
	box-sizing:border-box;
}

/*header*/
.header {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 999;
	background: #f9f9f9;
	border-bottom: #f5f5f5 1px solid;
}
.logo {
	float:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.logo img {
	height: 65px;
}
.top_social_btn {
	display: none;
	float:left;
	position:absolute;
	top:5px;
	z-index:100;
}
.top_social_btn li {
	display:inline-block;
	width:26px;
	height:25px;
	margin-right:5px;
}
.top_social_btn li a {
	display:block;
	width:26px;
	height:25px;
	text-indent:-9999px;
}
.top_social_btn li a.btn_soc_fb {
	background:url(../images/topbtn.png) no-repeat -1px 0;
}
.top_social_btn li a.btn_soc_ins {
	background:url(../images/topbtn.png) no-repeat -35px 0;
}
.top_social_btn li a.btn_soc_line {
	background:url(../images/topbtn.png) no-repeat -71px 0;
}
.top_social_btn li a:hover.btn_soc_fb {
	background:url(../images/topbtn.png) no-repeat -1px -28px;
}
.top_social_btn li a:hover.btn_soc_ins {
	background:url(../images/topbtn.png) no-repeat -35px -28px;
}
.top_social_btn li a:hover.btn_soc_line {
	background:url(../images/topbtn.png) no-repeat -71px -28px;
}
.top_link {
	float: right;
    z-index: 99;
    width: 60%;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
}
.top_link li {
	position:relative;
	display:inline-block;
	padding:0 5px;
	margin-left: 10px;
}
.top_link li a {
	position: relative;
	display: flex;
    align-items: center;
	color:#666666;
	height:25px;
	overflow:hidden;
	text-align:center;
}
.top_link li .cart-content a {
	display: block;
}
.top_link li a .icon {
	color: #aba49c;
	font-size: 20px;
}
.top_link li a .txt {
	margin-left: 7px;
}
.top_link li.btn_cart {
	padding-right: 0;
}
.top_link li.btn_cart span.en {
	color:#FFF;
}
.top_link li.btn_cart span.zh {
	color:#FFF;
}

.top_link li:first-child {
	background:none;
}
.top_link li span.en, .top_link li span.zh {
	display:block;
	height: 23px;
    line-height: 23px;
    padding: 1px 3px;
}
.top_link li a:hover {
	color:#000;
}
.top_link li a span.zh {
	
}
.top_link li a:hover >span.en {
	margin-top:-25px;
}
.top_link li.btn_member {
	display:none;
}
.top_link li.top_link_member ul {
	visibility: hidden;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 25px;
	width: 120px;
	text-align: left;
	background: #2c2b2c;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.top_link li.top_link_member ul li {
	border-top: #58534e 1px solid;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in;
}
.top_link li.top_link_member ul li a {
	color: #c1bab2;
	padding: 5px 10px;
}
.top_link li.top_link_member ul li a:hover {
	background: #333;
}
.top_link li.top_link_member:hover > ul {
	visibility: visible;
	opacity: 1;
}

/*top nav*/
.top_nav {
	position:relative;
	float:right;
	/*border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;*/
}
/*.top_nav:before {
	content:"";
	display:block;
	position:absolute;
	top:-1px;
	width:100%;
	height:100%;
	left:-100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}
.top_nav:after {
	content:"";
	display:block;
	position:absolute;
	top:-1px;
	width:100%;
	height:100%;
	right:-100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}*/
.top_nav ul {
}
.top_nav li {
	position:relative;
	display:inline-block;
}
/*.top_nav li:after {
	position:absolute;
	display:block;
	content:" ";
	top:30%;
	right:0;
	border: solid transparent;
	border-bottom: 3px solid #000;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}*/
.top_nav li:nth-child(odd) span{
	/*background: url(../images/nav_arrow_down.gif) no-repeat right center;*/
}
/*.top_nav li:nth-child(even):after {
	position:absolute;
	display:block;
	content:" ";
	top:40%;
	right:0;
	border: solid transparent;
	border-top: 3px solid #000;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}*/
.top_nav li div {
	display:block;
	height:30px;
	overflow:hidden;
}
.top_nav li a {
	display:block;
	color: #000;
	padding: 0 10px;
}
.top_nav li a:hover {
	color: #8f7254;
}
.top_nav li:hover a {
	margin-top:-30px;
}
.top_nav li:hover li a {
	margin-top:0px;
}
.top_nav li a span.zh:after, .top_nav li ul li:after {
	opacity: 0;
	display: block;
	content: '';
	width: 0%;
	height: 1px;
    background: #b79f87;
	transition: 0.4s;
	text-align: center
}
.top_nav li:hover a span.zh:after, .top_nav li ul li:hover:after {
	opacity: 1;
	width: 100%;
	transition: 0.4s
}
.top_nav li a span {
	display:block;
	height:20px;
	line-height:20px;
	padding:5px 0;
	text-align:center;
	font-size:14px;
}
.top_nav li a span.en {
	
	
}
.top_nav li a:hover span.zh {
	-webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.top_nav li a:hover span {
	
}
.top_nav li:first-child a span {
	
}
.top_nav li:last-child a {
	padding-right:0;
}
.top_nav li:first-child a:hover span {
	
}

.top_nav li ul {
	visibility: hidden;
	height:0;
	opacity: 0;
	overflow:hidden;
	position:absolute;
	top:25px;
	left:50%;
	width:140px;
	text-align: center;
	margin-left:-70px;
	z-index:999;
	background:#FFF;
	border: transparent; 1px solid;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top_nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	height:auto;
	top: 30px;
	border: #92836c 1px solid;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top_nav li ul li {
	width:100%;
	height:auto;
}
.top_nav li ul li a {
	padding: 10px !important;
	color: #92836c;
}
.top_nav li ul li:last-child {
	border-bottom:none;
}
.top_nav li ul li:hover {
	background:#f2f2f2;
}

.top_nav1 {
	/*border-top: #000 2px solid;*/
}
.top_nav2 {
	border-bottom: 1px solid #DEDEDE;
}
.top_nav2 li a span {
	color:#d087a4 !important;
}
.top_nav2 li a:hover span {
	color:#000 !important;
}
.logo, .logo img, .top_link, .top_nav1 {
	transition: all 0.3s;
}
.fixed_top .logo {
	padding: 10px 0;
}
.fixed_top .logo img {
    height: 50px;
}
.fixed_top .top_link {
	margin-top: 10px;
	margin-bottom: 5px;
}

/*search bar*/
.search_bar {
	position: absolute;
    top: 0;
    right: 0;
	float:right;
	height:18px;
	border:#e0e0e0 1px solid;
	background:#FFF url(../images/search_bar_bg.gif) repeat-x top;
	margin-top:5px;
}
.search_bar input {
	border:none;
	height:18px;
	padding:0 5px;
	margin:0;
	vertical-align:top;
	outline:none;
	font-size:10px;
	color:#616161;
	background:none;
}
	.searchTrigger {
		display: none;
	}
	.searchTrigger2 {
		cursor: pointer;
	}
	.btn_search_close {
		position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #d8d5d1;
    border-left: #bfbab4 1px solid;
    box-sizing: border-box;
	}
	
	.search_bar {
		position: absolute;
    right: 330px;
    top: 14px;
    z-index: 999;
    width: 200px;
    height: auto;
    border: 0;
    padding: 0 40px 0 10px;
    margin-top: 0;
    box-sizing: border-box;
    background: #aba49c;
		-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
		visibility:hidden;
	}
	.search_bar.opened {
		visibility: visible;
		opacity: 1;
    filter: alpha(opacity=100);
	}
	.fixed_top .search_bar {
	top: 2px;
}
	.search_bar input[type="text"] {
		/*background: rgba(255, 255, 255, 0.7);*/
		
		border-radius:0;
		padding:0;
		width: 100%;
		height: 30px;
    margin: 3px 0;
	}
	.search_bar .search_send {
		position: absolute;
		right: 40px;
    top: 10px;
	}
.search_bar ::-webkit-input-placeholder { color: #dadada; }
.search_bar input::-moz-placeholder { color: #dadada; }
.search_bar input::-moz-placeholder{color: #dadada;}
.search_bar:-ms-input-placeholder{color: #dadada;}

/***** HEADER_CART *****/
.cart_area {
	position: relative;
}
.block-cart-header .empty {
	cursor: pointer;
}
.block-cart-header .cart-content {
	display: none;
	width: 280px;
	cursor: default;
	position: absolute;
	right: -10px;
	top: 35px;
	z-index: 99999;
	border:#dbdbdb 1px solid;
	background:#FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	padding:10px;
}
.block-cart-header .cart-content ol.mini-products-list {
	width: 100%;
}
.block-cart-header .cart-content ol.mini-products-list li {
	float: left;
	width: 100%;
	margin:5px 0;
	padding:0;
	background:none;
}
.block-cart-header .cart-content ol.mini-products-list li:hover {
	background:#f2f2f2;
}
.block-cart-header .cart-content ol.mini-products-list li a {
	overflow: visible;
	height:auto;
}
.block-cart-header .cart-content li a.product_img {
	display: inline-block;
	float: left;
	width: 75px;
	height: 99px;
	margin: 5px 15px 5px 5px;
}
.block-cart-header .cart-content li:hover > a.product_img {
	
}
.block-cart-header .cart-content li a.product_img img {
	width: 75px;
}
.block-cart-header .cart-content li .product_name {
	float: left;
	width: 190px;
	margin-top: 5px;
}
/*.block-cart-header .cart-content li .product_name a {
	display: block;
	font-size: 18px;
	color: #939;
}
.block-cart-header .cart-content li:hover > .product_name a {
	color: #f36;
}
.block-cart-header .cart-content li .product_details {
	color: #000;
}
.block-cart-header .cart-content li .product_details strong {
	color: #000;
}
.block-cart-header .cart-content li .product_details span.price {
	color: #939;
}*/
.block-cart-header .cart-content ol.mini-products-list li li {
	background: #f4f4f4;
	border-top: 1px solid #ececec;
}
.block-cart-header .cart-content li li p {
	padding-left: 5px;
	color: #ccb7de;
}
.block-cart-header .cart-content li li p strong {
	color: #000;
}
.block-cart-header span.price {
	display:block;
	margin-top:5px;
}
.block-cart-header .pro_total_box dd {
	width:60px;
}
.btn_box {
	clear:both;
}
.block-cart-header .pro_total_box {
	width:100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
	padding:5px 0;
	margin:10px 0;
}
.block-cart-header .pro_total_box dl {
	float:right;
	margin:5px 0;
}

/*banner*/
.banner {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:60px;
}
.banner_edit img {
	max-width:100%;
	height:auto !important;
}
.home_edit_block {
	text-align: center;
}
.home_edit_block img {
	max-width: 100%;
	height: auto !important;
}

/*main*/
.main {
	position:relative;
	float:left;
	width:100%;
	min-height: 250px;
	padding-top:30px;
}
.title {
	clear:both;
	font-size:18px;
	color:#a7a7a7;
	margin:25px 0;
	padding-bottom:10px;
	letter-spacing:1px;
	text-align: center;
}
.title div {
	display: inline-block;
}
.title span {
	display: block;
	padding:5px 0;
	color: #444;
	/*background:#FFF;*/
}
.title span.en {
	font-size:23px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.title span.zh {
	font-family:"微軟正黑體";
	font-size:13px;
	/*background:url(../images/title_line.gif) no-repeat left center;*/
}
.title img {
	display:none;
}
.content {
	padding:50px 0;
}
.content img {
	max-width:100%;
	height:auto !important;
}

/*left*/
.left {
	float:left;
	width:290px;
	margin-top:60px;
}
ul.left_nav {
	margin:20px 0;
}
.left_nav li {
	margin:10px;
	text-transform:uppercase;
}
.left_nav li a {
	display:block;
	padding:5px;
}
.left_nav li a:hover, .leftnav_current {
	background: url(../images/arrow_left_nav.gif) no-repeat right center;
	color:#000;
}

/*right*/
.right {
 width: 100%;
 padding-left:340px;
 margin-bottom:30px;
 box-sizing:border-box;
}
.right img {
 max-width:100%;
 height:auto !important;
}
.right .content {
	min-height: 200px;
}

/*首頁廣告*/
.home_ad {
	/*width: 460px;
	height: 520px;*/
	width:300px;
	height:400px;
	text-align: left;
	position: fixed;
	top: 250px;
	right: 0px;
	z-index: 99999;
}
a.ad_close {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../images/icon_close.gif") no-repeat center;
	left:0;
	top:-21px;
	position:absolute;
}
.ad_img {
	float: left;
	width: 300px;
	height: 400px;
	overflow: hidden;
}
/**/

/*page number*/
.page_number {
	clear: both;
	width: 100%;
    margin: 36px auto;
    padding-top: 50px;
	text-align:center;
}
.page_number a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #bbb;
    border: #CCC 1px solid;
    border-radius: 100%;
	font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-right: 6px;
	vertical-align: middle;
	text-align:center;
	transition: 0.3s;
}
.page_number a img{
	margin-top: 5px;
}
.page_number a:hover, a.page_current {
	color: #FFF;
    background: #777;
}
.page_number a i {
	transform: scale(0.8);
    display: block;
}
/*footer*/
.footer  {
	float:left;
	width:100%;
	background: #2d2b2c;
	padding: 70px 20px 70px 50px;
	border-right: #ab8f76 50px solid;
    box-sizing: border-box;
}
.footer .block {
	padding-left: 300px;
    padding-right: 240px;
    text-align:center;
}
.footer_left, .footer_txt {
	
}
.footer_left {
	width: 300px;
    left: 0;
    top: 10px;
    position: absolute;
}
.footer_right {
	position: absolute;
    width: 240px;
    right: 0;
    top: 0;
}
.footer_social_btn {
    margin-top: 10px;
}
.footer_social_btn ul {
}
.footer_social_btn li {
	display:inline-block;
	margin-right:20px;
}
.footer_social_btn li a {
	color:#FFF;
}
.footer_social_btn li.btn_social {
	
}
.footer_social_btn li.btn_social a {
	position: relative;
    display: block;
    padding-top: 5px;
    text-align: center;
    /*background: #948b80;*/
    border-radius: 100%;
    box-sizing: border-box;
}
.footer_social_btn li.btn_social a i {
	font-size:20px;
}
.footer_social_btn li.btn_social a.social_btn3 i {
	font-size: 21px;
}
.footer_social_btn li a:hover {
	
}
.footer_social_btn li span {
	visibility:hidden;
	opacity:0;
	position:absolute;
	width:120px;
	bottom:30px;
	left:-58px;
	text-align:center;
	color:#FFF;
	padding:15px 10px;
	background:#b79f87;
	border-radius:5px;
	transition: 0.4s;
}
.footer_social_btn li a:hover > span {
	visibility:visible;
	opacity:1;
	bottom:40px;
}
.footer_social_btn li a.social_btn3 span img {
	margin-bottom:10px;
}
.footer_social_btn li span:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: -10px;
    left: 60px;
    border: solid transparent;
    border-top: 8px solid #8e887c;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer_btn {
	display:none;
}
.footer_btn li {
	float:left;
	width:23%;
	margin:0 1%;
	text-align:center;
}
.footer_btn li a {
	display:block;
	padding:8px;
	color:#7B7B7B;
	border:#3C3C3C 1px solid;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	-webkit-transition: 500ms all ease-in-out;
	-moz-transition: 500ms all ease-in-out;
	transition: 500ms all ease-in-out;
}
.footer_btn li a:hover {
	background: #F5DFDE;
	text-decoration:none;
}
.footer_btn li a img {
	vertical-align:middle;
	margin-right:5px;
}
.footer_btn li a:hover img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer_link {
	color:#FFF;
	margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
}
.footer_link a {
	display: inline-block;
	color:#e0d0c1;
	margin: 0 15px;
}
.footer_link a:first-child {
	margin-left: 0;
}
.footer_link a:hover {
	color: #FFF;
}
.footer_link a i {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
}
.footer_link span {
	display: block;
}
.footer_logo {
	text-align:center;
	margin-bottom: 15px;
}
.footer_logo span {
	display:inline-block;
	padding: 0 15px;
}
.txt_copyright {
	color: #E0DCD1;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
/*back to top*/
#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    text-align: center;
    color: #5d554c;
    cursor: pointer;
    border: 0;
	outline:0;
    border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top i {
	display: block;
	font-size: 26px;
    transform: rotate(-90deg);
}
#back-to-top span {
	position: absolute;
	bottom: 5px;
    left: -15px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#back-to-top.show:hover {
    
}
#back-to-top.show {
    opacity: 0.8;
}
#back-to-top.show:hover span {
	left: -25px;
	opacity: 1;
}

/*footer table*/
.footer_txt {
	display: inline-block;
    text-align: left;
    margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#c6b29a;
}
.footer_txt h3 {
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
/*.footer_txt a {
	color:#4f4f4f;
}
.footer_txt a:hover {
	color:#000;
	text-decoration:underline;
}*/
.footer_txt tbody {
	
}
.footer_txt td {
	padding:10px 20px;
}
.footer_txt tbody td {
	/*background:url(../images/dot_h.gif) repeat-y left center;*/
	padding-top:17px;
}
.footer_txt tbody td:first-child {
	background:none;
}
.footer_txt tfoot td {
	border-top:#000 1px solid;
}
/***** SEO用 *****/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
    text-indent: -9999px;
}
/**/
/*modal*/
#modal{
	display: none;
    position: fixed;
    background-color: #333333;
    top: 0;
    left: 0;
    filter: alpha(opacity = 60); /* 滤镜 IE */
    opacity: 0.6;
    z-index: 100002;
}
#tips{
	width: 32px;
	height: 32px;
	display: none;
	position: fixed; 
	top: 46%; 
	left: 49%; 
    z-index: 100003;
}
.success{
	position: fixed; 
	top: 40%; 
	left: 40%; 
    z-index: 100003;
    background-color: #ccaa90;
	text-align: center;
	font: bold 18px/34px "微軟正黑體", sans-serif;
	padding: 20px 30px;
}
/*==========以下部分是Valid form必须的===========*/
.Validform_checktip{
	margin-left:0;
	line-height:31px;
	height:31px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url("../images/error.png") no-repeat left center;
	width: auto;
}
.Validform_loading{
	padding-left:20px;
	background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.info{
	border:1px solid #ccc; 
	padding:0 20px 0 5px; 
	color:#666; 
	position:absolute;
	display:none;
	line-height:20px;
	background-color:#fff;
	z-index:99;
}
.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}