@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Open+Sans:ital,wght@0,400;1,600&display=swap');

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;*/
	background: url(../images/bg.jpg) no-repeat fixed;
	background-size: cover; 
}
/*common*/
a {
	color:#777777;
	text-decoration: none;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
input, textarea, select {
	border:#C9C9C9 1px solid;
	padding:3px;
	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:relative;
	float:left;
	width:100%;
	z-index: 990;
	font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
	margin-bottom: 15px;
}
.header_inner {
	position: static;
}
.logo {
	float:left;
	width: 100%;
	text-align:center;
	padding-top:70px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.logo a {
	display: inline-block;
}
.logo a img {
	width: auto !important;
    max-height: 100%;
}
.top_social_btn {
	float:left;
	position:absolute;
	bottom: 150px;
	right: 5px;
	z-index:100;
}
.top_social_btn li {
	display:inline-block;
	margin-right:15px;
}
.top_social_btn li a {
	display:block;
	font-size: 25px;
	font-family: Flaticon;
	color: #aba49c;
}
.top_social_btn li a:hover {
	color: #8a827a;
}
.top_social_btn li a.btn_soc_fb:after {
	content: "\f10c";
}
.top_social_btn li a.btn_soc_ins:after {
	content: "\f10d";
}
.top_social_btn li a.btn_soc_line:after {
	content: "\f10f";
}
/*.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, .top_link_r {
	position: absolute;
    top: 70px;
    right: 15px;
    z-index: 99;
	font-size:13px;
	text-align:right;
	margin-top:5px;
}
.top_link_r {
	left: 15px;
	right: inherit;
	margin-top: 0;
}
.top_link li, .top_link_r li {
	position:relative;
	display:inline-block;
	padding:0 5px;
	margin-left: 10px;
}
.top_link li a, .top_link_r li a {
	position: relative;
	display: flex;
    align-items: center;
	color:#000000;
	/*height:25px;*/
	overflow:hidden;
	text-align:center;
}
.top_link li a .icon {
	color: #aba49c;
	font-size: 16px;
}
.top_link li a .icon img {
	height: 16px;
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.top_link li a .txt {
	margin-left: 5px;
}
.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, .top_link_r li a:hover {
	color:#8e887c;
}
.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;
	left: 0;
	top: 25px;
	width: 130px;
	text-align: left;
	background: #FFF;
	border: #aba49c 1px solid;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.top_link li.top_link_member ul li {
	border-top: #aba49c 1px solid;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in;
}
.top_link li.top_link_member ul li a {
	padding: 5px 10px;
}
.top_link li.top_link_member:hover > ul {
	visibility: visible;
	opacity: 1;
}

/*top nav*/
.top_nav {
	position:relative;
	float:left;
	width:100%;
	/*margin-top:50px;
	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 {
	text-align:center;
}
.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(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 li:after {
	display:none !important;
}*/
.top_nav li div {
	display:block;
	height:30px;
	overflow:hidden;
}
.top_nav li a {
	display:block;
}
.top_nav li:hover a {
	margin-top:-30px;
}
.top_nav li:hover li a {
	margin-top:0px;
}
.top_nav li a span {
	display:block;
	height:20px;
	line-height:20px;
	padding:5px 17px 5px 10px;
	text-align:center;
	/*background: url(../images/nav_arrow_up.gif) no-repeat right center;*/
	color:#000;
}
.top_nav li a span.en {
	/*font-family: "Courier New", Courier, monospace;*/
	font-size:14px;
	
}
.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;
  font-size: 14px;
}
.top_nav li a:hover span {
	color:#ADADAD;
}
.top_nav li:first-child a span {
	color:#000000;
	padding-left:0;
	font-size:13px;
}
.top_nav li:last-child a span {
	background:none;
}
.top_nav li:first-child a:hover span {
	color:#ADADAD;
}

.top_nav li ul {
	display:none;
	height:0;
	overflow:hidden;
	position:absolute;
	top:25px;
	left:50%;
	width:140px;
	padding: 10px 0;
	margin-left:-70px;
	z-index:999;
	background:#FFF;
	border:#c7c7c7 1px solid;
	-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;
}
.top_nav li:hover > ul {
	display:block;
	height:auto;
	
}
.top_nav li ul li {
	width:100%;
	height:auto;
}
.top_nav li ul li a {
	padding:10px;
	color: #000;
}
.top_nav li ul li:last-child {
	border-bottom:none;
}
.top_nav li ul li a:hover {
	color: #535353;
}
.top_nav1 .block {
	padding-right: 170px;
}
.top_nav1 {
	/*border-top: #DEDEDE 1px solid;*/
}
.top_nav2 {
	
}
.top_nav2 li a span {
	color:#d087a4 !important;
}
.top_nav2 li a:hover span {
	color:#000 !important;
}


.search_bar {
	position: absolute;
    top: 0;
    right: 15px;
	float:right;
	height:18px;
	border-bottom:#e0e0e0 1px solid;
	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;
}
.search_bar .search_send {
	position: absolute;
  right: 0;
  top: 0;
}
.searchTrigger {
	display:none;
}

/***** 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:-20px;
}
.banner_edit img {
	max-width:100%;
	height:auto !important;
}

/*main*/
.edit_block img {
	max-width:100%;
	height:auto !important;
}
.main {
	position:relative;
	float:left;
	width:100%;
	padding-top:30px;
}
/*.title {
	clear:both;
	text-align:center;
	font-size:20px;
	color:#000;
	background:url(../images/line_gray.gif) repeat-x 0 center;
	margin:25px 0;
}*/
.title {
	clear:both;
	text-align:center;
	font-size:18px;
	color:#a7a7a7;
	background:url(../images/line_gray.gif) repeat-x 0 bottom;
	margin:25px 0;
	padding-bottom:10px;
	letter-spacing:1px;
}
.title span {
	padding:15px 8px;
	color: #444;
	/*background:#FFF;*/
}
.title span.en {
	font-size:20px;
	text-transform: uppercase;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
}
.title span.zh {
	font-family:"微軟正黑體";
	font-size:13px;
}
.title span.zh:before {
	content:"/";
	margin-right:5px;
}
.title img {
	display:none;
}
.home_title {
	max-width: 60%;
    margin:0 auto 25px auto;
}
.home_title span {
	padding: 15px 20px;
    color: #000000;
    font-size: 23px !important;
    margin-bottom: -10px;
    display: inline-block;
}
.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 {
	
	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;*/
	width:100%;
	height:100%;
	text-align: left;
	position: fixed;
	/*top: 300px;*/
	right: 0px;
	z-index: 99999;
	background-color:rgba(0,0,0,0.5);
}
.ad_div {
	width: 300px;
	height: 421px;
	overflow: hidden;
	margin:121px auto;
}
a.ad_close {
	width: 21px;
	height: 21px;
	background: url("../images/icon_close.gif") no-repeat center;
	top:100px;
	position:absolute;
}
.ad_img {
	float: left;
	width: 300px;
	height: 400px;
	overflow: hidden;
}
/**/

/*page number*/
.page_number {
	clear: both;
	width: 100%;
    margin: 0 auto;
    padding-top: 30px;
	text-align:center;
}
.page_number a{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color:#8f8f8f;
	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 {
	text-decoration: underline;
}
a.page_current {
	border: #5d554c 1px solid;
    border-radius: 100%;
}
a.btn_page_first, a.btn_page_last {
	font-size: 23px;
}
a.btn_page_first:hover, a.btn_page_last:hover {
	text-decoration: none;
}
a.btn_page_prev, a.btn_page_next {
	width: auto;
	font-weight: normal;
	margin: 0 5px;
}
a.btn_page_first:hover, a.btn_page_last:hover ,
a.btn_page_prev:hover, a.btn_page_next:hover {
	color: #565656;
}
/*footer*/
.footer {
	float:left;
	width:100%;
	padding-top: 70px;
	padding-bottom: 10px;
	background: #000000;
}
.footer, .footer_txt {
	font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
	font-weight: 600;
}
.footer_left {
	float: left;
	width: 100%;
}
.footer_right {
	position: relative;
	float: right;
	width: 50%;
	padding-left:140px;
	box-sizing: border-box; 
}
.footer_right .footer_title {
	position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    width: 100px;
    height: calc(100% - 20px);
    border: #928a82 1px solid;
    color: #756d65;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}
.footer_right li {
	margin-bottom: 20px;
}
.footer_social_btn {
	margin-bottom: 20px;
}
.footer_social_btn ul {
	text-align:center;
}
.footer_social_btn li {
	display:inline-block;
	margin:0 10px;
}
.footer_social_btn li a {
	color:#5d554c;
}
.footer_social_btn li.btn_social {
}
.footer_social_btn li.btn_social a {
	position:relative;
	display:block;
	/*background:url(../images/footer_social_btn.png) no-repeat 0 0;*/
}
.footer_social_btn li.btn_social a i {
	font-size:25px;
}
.footer_social_btn li.btn_social a img {
	height: 36px;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.footer_social_btn li.btn_social a .social_line {
	top: 5px;
    position: relative;
	width:40px;
}
.footer_social_btn li a.social_btn2 {
	background-position:-44px 0;
}
.footer_social_btn li a.social_btn3 {
	background-position:-88px 0;
}
.footer_social_btn li a.social_btn4 {
	background-position:-132px 0;
}
.footer_social_btn li a.social_btn5 {
	background-position:-176px 0;
}
.footer_social_btn li a:hover {
	background-position-y:-41px;
}
.footer_social_btn li span {
	visibility:hidden;
	opacity:0;
	position:absolute;
	width:120px;
	bottom:40px;
	left: 50%;
    margin-left: -69px;
	text-align:center;
	padding:15px 10px;
	border: #957d5e 2px solid;
	background:#FFF;
	border-radius:5px;
	transition: 0.4s;
}
.footer_social_btn li a:hover > span {
	visibility:visible;
	opacity:1;
	bottom:50px;
}
.footer_social_btn li a.social_btn3 span img {
	margin-bottom:10px;
}
.footer_social_btn li span:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: -11px;
    left: 60px;
    border: solid transparent;
    border-top: 8px solid #957d5e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
/*.footer_social_btn li a.social_btn1 span, .footer_social_btn li a.social_btn2 span {
	width:160px;
	height:55px;
	padding:20px 0;
	box-sizing:border-box;
	background:url(../images/footer_social_box_fb.png) no-repeat;
}
.footer_social_btn li a.social_btn3 span {
	width:160px;
	height:170px;
	padding:20px 0;
	box-sizing:border-box;
	background:url(../images/footer_social_box_line.png) no-repeat;
}
.footer_social_btn li a.social_btn4 span, .footer_social_btn li a.social_btn5 span {
	width:160px;
	height:55px;
	padding:20px 0;
	box-sizing:border-box;
	background:url(../images/footer_social_box_tel.png) no-repeat;
}*/
.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;
	text-align:center;
	margin: 0 0 35px 0;
    font-size: 12px;
}
.footer_link a, .footer_link span {
	color:#FFF;
	margin-left: 30px;
}
.footer_link a:first-child {
	margin-left: 0;
}
.footer_link a:hover {
	text-decoration:underline;
}
.footer_logo {
	display:none;
	text-align:center;
	margin-bottom: -35px;
}
.footer_logo span {
	display:inline-block;
	background:#b2aba2;
	padding: 0 15px;
}
.txt_copyright {
    font-size: 13px;
}
/*back to top*/
#back-to-top {
	display:none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    background: #FFF url(../images/m_backtop.png) no-repeat center 6px;
    color: #444;
    cursor: pointer;
    border: 0;
	outline:0;
    border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show:hover {
    opacity: 1;
}
#back-to-top.show {
    opacity: 0.5;
}

/*footer table*/
.footer_txt {
	float: left;
    width: 100%;
    padding: 20px 20px 40px 20px;
    line-height: 23px;
    text-align: center;
    color: #FFF;
    background: #000000;
    box-sizing: border-box;
}
.footer_txt a {
	color:#eae4d6;
}
.footer_txt a:hover {
	color:#FFF;
	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;
}