﻿@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 12px;
    line-height:1.5;
	background:#fff;
    color:#1f1f1f;
	font-family:Arial, "微軟正黑體", "Microsoft JhengHei";
}
h1 {
	font-weight:bold;
	font-size:24px;
	min-height:36px;
}
h2,h3,h4,h5,h6 {
	font-weight:bold;
}
a {
    color:#1f1f1f;
	font-weight:normal;
	text-decoration: none;
}
strong {
	font-weight:bold;
}
.red-text {
	color:#EC0000;
}
.blue-text {
	color:#0000FF;
}
img {
	border:0;
	margin:0 auto;
	overflow:hidden;
}
label {
    cursor:pointer;
}
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor:pointer;
}
.block {
	display:block;
}
.table-wrap table {
	table-layout:fixed;
	border-collapse:collapse;
}
.caption-bg {
	font-size:14px;
	background:url(../images/bg-date-chose.png) center;
	padding-left:15px;
	height:33px;
	line-height:34px;
}
.wrap {
	width:1200px;
	margin:0 auto;
	padding:0;
}
.btn-dele01 {
	background:url(../images/bg-btn01.jpg) center repeat-x;
	border:1px solid #adadad;
	height:24px;
	line-height:24px;
	box-sizing:border-box;
	padding:0 10px;
	display:inline-block;
	color:#fff;
}
.t-table {
	display:table;
	width:100%;
}
.t-head {
	display:table-header-group;
}
.t-body {
	display:table-row-group
}
.t-row {
	display:table-row;
}
.t-row > a,
.t-row > div {
	display:table-cell;
}
.btn-style,
.submit-wrap input[type="submit"].btn-style,
.submit-wrap input[type="reset"].btn-style {
	margin:0 5px;
	box-sizing:border-box;
	border:0 none;
	display:inline-block;
	vertical-align:top;
	background:url(../images/bg-back01.jpg) center repeat-x;
}
#container {
	min-width:1280px;
	overflow:hidden;
}
#header {
	z-index:1;
	min-width:1280px;
	padding-top:5px;
}
#header .wrap {
	box-sizing:border-box;
	margin:0 auto;
	padding:10px 142px 0;
	position:relative;
	width:1280px;
	text-align:right;
}
#logo {
	position:absolute;
	left:140px;
	top:3px;
	text-align:left;
	overflow:hidden;
}
#logo a{
	display:block;
	width:190px;
	height:80px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/logo.png) center no-repeat;
}
#logo img {
	display:inline-block;
}
.nav {
	margin-top:23px;
	text-align:center;
	background:url(../images/nav-bg.jpg) center repeat-x;
	height:45px;
	overflow:hidden;
}
.nav ul {
	font-size:0;
	text-align:center;
}
.nav>ul>li {
	display:inline-block;
	border:1px solid #3a3a3a;
	border-width:0 1px 0 0;
	box-sizing:border-box;
	position:relative;
	width:144px;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.nav li:first-child {
	border-width:0 1px;
}
.nav li a {
	font-size:14px;
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0;
	box-sizing:border-box;
	height:45px;
	line-height:45px;
	text-align:center;
}
.nav li.on a, .nav li:hover a{
	background:url(../images/nav-bg-on.png) center no-repeat;
	border-bottom:3px solid #d8212a;
}
#banner {
	position:relative;
	height:200px;
	background:#000;
	overflow:hidden;
	z-index:0;
}
#banner img {
	display:block;
}
#content {
	position:relative;
	box-sizing:border-box;
	padding:0;
	text-align:left;
	min-height:370px;
	overflow:hidden;
}
.comm-info {
	font-size:0;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	overflow:hidden;
}
.comm-info>li {
	box-sizing:border-box;
	text-align:left;
	display:inline-block;
	width:260px;
	padding:110px 0 0 15px;
	margin:0 8px 0 0;
	overflow:hidden;
	height:170px;
}
.comm-info .comm-about {
	background:url(../images/home-info1.png) center no-repeat;
}
.comm-info .comm-products {
	background:url(../images/home-info2.png) center no-repeat;
}
.comm-info .comm-cloud {
	background:url(../images/home-info3.png) center no-repeat;
}
.comm-info .comm-contact {
	background:url(../images/home-info4.png) center no-repeat;
	margin-right:0;
}
.comm-info > li a {
	background:url(../images/icon-arr01.png) left 7px no-repeat;
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#5e5e5e;
	text-decoration:none;
	padding-left:10px;
}
.comm-info .title {
	font-size:20px;
	color:#222;
	display:block;
	margin:5px 0;
}
.comm-likebox {
    box-sizing:border-box;
    width:315px;
    height:370px;
    border:1px solid #e6e6e6;
    overflow:hidden;
}
.pluginLikeboxStream {
}
.detail {
	text-align:left;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.detail a {
	text-decoration: underline;
}
#footer {
    position:relative;
	margin-top:20px;
	color:#525252;
	overflow:hidden;
}
#footer .wrap {
	width:1090px;
    text-align:left;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
    border-top:4px solid #eaeaea;
    padding:20px 0 10px;
}

#footer p {
	font-size:12px;
    line-height:1.8;
}
.copyright {
    display:block;
	float:left;
}
.copyright address strong {
    color:#000;
}
.copyright address a {
    color:#D81F2A;
    text-decoration:underline;
}
.social-link {
    margin-top:10px;
}
.footer-nav {
	display:block;
    margin-left:32%;
    text-align:right;
}
.footer-nav li {
	float:left;
    text-align:left;
    margin:0 0 20px 80px;
    min-width:100px;
	white-space:nowrap;
}
.footer-nav li:first-child {
    margin-left:0;
}
.footer-nav li a {
    font-weight:bold;
    color:#000;
    font-size:12px;
    padding-left:15px;
    background:url(../images/icon-arr01.png) left 2px no-repeat;
}
.footer-nav li li {
    float:none;
    display:block;
    margin:10px 0;
}
.footer-nav li li a {
    font-weight:normal;
    color:#545454;
    text-decoration:none;
    padding:0;
    margin-left:15px;
    background:none;
}
.footer-nav a:hover {
	text-decoration:underline;
}
/*清除浮動*/
.tab-wrap:after, .clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.hot-label {
	font-size:0;
}
.hot-label .label {
	display:inline-block;
	vertical-align:top;
	background:#e00104;
	color:#fff;
	font-size:12px;
	height:24px;
	line-height:24px;
	padding:0 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hot-label ul {
	display:inline-block;
	vertical-align:top;
}
.hot-label li {
	font-size:12px;
	float:left;
	height:24px;
	line-height:24px;
	margin:0 0 0 10px;
}
.hot-label a {
	color:#999;
}
.hot-label a:hover {
	text-decoration:underline;
}
.search-form {
	font-size:0;
	margin-top:12px;
}
/** chosen樣式 */
.chosen {
	width:130px;
	text-align:center;
	font-size:12px;
}
.chosen-container {
	margin:0 0 0 2px;
	display:inline-block;
	vertical-align:top;
}
.chosen-container-single .chosen-single {
	border-radius:0;
}
.chosen-container-single .chosen-drop {
	border-radius:0;
}
.chosen-container-single .chosen-drop {
	background-clip:border-box;
}
.chosen-container-single .chosen-single {
	background:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:25px;
	line-height:26px;
}
.chosen-container-single .chosen-single span {
	margin-right:33px;
	text-align:left;
}
.chosen-container-single .chosen-single div {
	width:25px;
}
.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background:url(../images/chosen-arr.jpg) center no-repeat;
}
/** tinyscrollbar 樣式 */
.tinyscroll {
    margin:20px auto 10px;
	padding:30px 20px;
	border:1px solid #e6e6e6;
    position: relative;
}
.tinyscroll .viewport {
	box-sizing:border-box;
	margin-right:20px;
    height: 370px;
    overflow:hidden;
    position:relative;
}
.tinyscroll .overview {
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
}
.tinyscroll .scrollbar {
    position:absolute;
    background-position:0 0;
    right: 20px;
    top:40px;
    width:10px;
}
.tinyscroll .scrollbar .track-arr {
	width:10px;
	height:12px;
	text-indent:-9999px;
	left:0;
	position:absolute;
}
.tinyscroll .scrollbar .prev {
	top:-22px;
	background:url(../images/icon-scroll-arr01.png) center top no-repeat;
}
.tinyscroll .scrollbar .next {
	bottom:-22px;
	background:url(../images/icon-scroll-arr02.png) center bottom no-repeat;
}
.tinyscroll .track {
    background:#aaa;
    height:100%;
    width:4px;
	margin:0 3px;
    position:relative;
    padding:0;

}
.tinyscroll .thumb {
    background:#e00104;
    height:20px;
    width:4px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}
.tinyscroll .thumb .end {
    background:#e00104;
    overflow:hidden;
    height:5px;
    width:4px;
}
.tinyscroll .disable {
    display:none;
}
.noSelect {
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

#header .search-form .submit-wrap {
	border:1px solid #aaa;
	display:inline-block;
	margin:0 0 0 2px;
	height:25px;
	line-height:26px;
	overflow:hidden;
}
#header .submit-wrap input[type="text"], #header .submit-wrap input[type="submit"] {
	display:inline-block;
	vertical-align:top;
	border:0 none;
	margin:0;
	height:25px;
	line-height:26px;
	font-size:12px;
}
#header .submit-wrap input[type="text"] {
	width:165px;
	text-indent:10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
#header .submit-wrap input[type="submit"] {
	width:25px;
	background:url(../images/bg-search.jpg) center no-repeat;
	text-indent:-9999px;
}
iframe .pluginLikeboxStream {
    height:200px;
}
#header ul, #header li,
#banner ul, #banner li,
#footer ul, #footer li,
aside ul, aside li,
nav ul, nav li,
.info-nav ul, .info-nav li
.tb-wrap ul, .tb-wrap li,
.tab-wrap ul, .tab-wrap li,
.cycle-wrap ul, .cycle-wrap li,
.cycle-slideshow, .cycle-slideshow li,
.cycle-slide {
	list-style:none outside none;
}
.path {
	margin:20px auto 30px;
	font-size:12px;
	color:#666;
	overflow:hidden;
}
.path li {
	list-style:outside none;
	padding:0 0 0 15px;
	margin:0 0 0 10px;
	height:24px;
	line-height:25px;
	color:#DF0004;
	float:left;
	background:url(../images/icon-arr03.png) left center no-repeat;
}
.path li:first-child {
	padding:0;
	background:none;
}
.path li a {
	color:#666;
}
.path li:first-child a{
	display:block;
	width:14px;
	height:24px;
	text-indent:-9999px;
	margin:0 0 0 0;
	background:url(../images/icon-home.png) center no-repeat;
}
/** 各單元content padding */
#content.news,
#content.news-detail {
	padding:0 50px;
}
#content.products,
#content.products-category,
#content.major-products-category,
#content.products-detail {
	padding:0 25px;
}
#content.about {
	padding:0 50px;
}
#content.where-to-buy {
	padding:0 90px;
}
#content.dealer-login,
#content.member-login {
    padding:0 50px;
}
/** 各單元左選單 */
.info-nav {
    float:left;
	width:210px;
	margin:0 0 10px 10px;
    clear:left;
}
.info-nav h3 {
    color:#fff;
    background:#e00104;
	font-size:15px;
	padding-left:10px;
	height:30px;
	line-height:31px;
}
.info-nav li {
	position:relative;
	margin:0;
	padding:0;
	box-sizing:border-box;
	line-height:31px;
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
}
.info-nav li a {
	display:block;
	padding:0 20px 0 10px;
	font-weight:bold;
	box-sizing:border-box;
	font-size:15px;
	color:#535353;
	background:url(../images/icon-nav-arr01.png) 195px center no-repeat;
}
.info-nav > ul > li > a:hover {
	color:#e00104;
	background:url(../images/icon-nav-arr01-over.png) 195px center no-repeat;
}
.inf-nav > ul > li:first-child > a {
    border:1px solid #e4e4e4;
}
.info-nav > ul > li.on > a {
    border:3px solid #e00104;
	color:#e00104;
	background:url(../images/icon-nav-arr01-over.png) 192px center no-repeat;
}
.info-nav > ul > li.on > a:hover {
    color:#e00104;
	background:url(../images/icon-nav-arr01-over.png) 192px center no-repeat;
}

.products .info-nav,
.products-category .info-nav,
.major-products-category .info-nav,
.products-detail .info-nav {
	width:175px;
	margin:20px 0 10px 0;
}
.contact .info-nav {
	width:345px;
}
.contact .info-nav li a {
	padding:0 10px 0 20px;
	background:url(../images/icon-nav-arr01.png) 10px center no-repeat;
}
.contact .info-nav > ul > li.on > a {
    border:0 none;
	color:#e00104;
	background:url(../images/icon-nav-arr01-over.png) 10px center no-repeat;
}
.contact .info-nav li a:hover {
	padding:0 10px 0 20px;
	background:url(../images/icon-nav-arr01.png) 10px center no-repeat;
}
.contact .info-nav > ul > li.on > a:hover {
    border:0 none;
	color:#e00104;
	background:url(../images/icon-nav-arr01-over.png) 10px center no-repeat;
}
.contact .info-nav address {
	padding-left:20px;
}
.nav-products > ul,
.nav-search > ul {
	background:#fff;
    border:1px solid #e4e4e4;
    border-width:1px 1px 0;
    background:#fff;
}
.nav-products li,
.nav-search li {
	padding-left:0px;
    color:#666;
	line-height:1.5;
	border:1px solid #e4e4e4;
	border-width:0 0 1px;
}
.nav-products li ul,
.nav-search li ul {
	padding:10px 5px 0;
}
.nav-products li li,
.nav-search li li {
    border:0 none;
    padding:0 5px;
	margin-bottom:10px;
}
.nav-products li > a,
.na-search li > a {
	display:block;
	padding:5px 25px 0 10px;
	min-height:30px;
	font-weight:bold;
	box-sizing:border-box;
	font-size:15px;
	color:#000;
	background:url(../images/icon-arr07.png) 150px 8px no-repeat #F1F3F4;
	border-top:1px solid #fff;
}
.nav-products li li a,
.na-search li li a {
    font-size:13px;
    border:0 none;
    color:#666;
	padding:0;
	min-height:0;
}
.nav-products li li a:hover,
.na-search li li a:hover {
    text-decoration:underline;
}
.nav-products li.on > a,
.na-search li.on > a  {
    border:1px solid #fff;
    border-width:1px 0 0;
	background:url(../images/icon-arr06.png) 150px 8px no-repeat #F1F3F4;
}
.nav-products li.on > a:hover,
.na-search li.on > a:hover {
	color:#000;
    background:url(../images/icon-arr06.png) 150px 8px no-repeat #F1F3F4;
}
.nav-products > ul > li > a:hover {
    background:url(../images/icon-arr07-over.png) 150px 8px no-repeat #F1F3F4;
}
.nav-search .red-text {
	font-weight:bold;
	margin:0 2px;
}
.nav-search input[type="checkbox"] {
	vertical-align:middle;
	cursor:pointer;
}
.nav-search label {
	cursor:pointer;
	margin-left:5px;
}
.nav-search {
	margin-top:20px;
}
.nav-search h3 {
	background:#000;
}
.nav-search > ul > li > a:hover {
    background:url(../images/icon-plus01-over.png) 150px center no-repeat #F1F3F4;
}
.nav-search li.on {
	background:none;
}
.nav-search li .title{
	position:relative;
	padding-left:30px;
	font-size:15px;
	margin-top:5px;
    color:#000;
	background:url(../images/icon-dash01.png) 10px center no-repeat;
}
.nav-search li a {
    color:#000;
	background:url(../images/icon-plus01.png) 150px center no-repeat #F1F3F4;
}
.nav-products li li a {
    background:none;
}
.nav-search .title .btn-dele01 {
	position:absolute;
	right:5px;
	top:2px;
    color:#fff;
    font-size:12px;
	background:url(../images/bg-btn01.jpg) center repeat-x;
	border:1px solid #adadad;
	height:24px;
	line-height:24px;
	box-sizing:border-box;
	padding:0 10px;
	display:inline-block;
    font-weight:normal;
}
.dealer .nav-products li > a,
.dealer .nav-search li > a {
    background-position:185px center;
}
.dealer .nav-products > ul > li > a:hover {
    background-position:185px center;
}
.dealer .nav-search > ul > li > a:hover {
    background-position:185px center;
}
.dealer .nav-products li.on > a:hover,
.dealer .na-search li.on > a:hover {
    background-position:185px center;
}
/** 各單元detail */
.news .detail,
.news-detail .detail {
	margin-left:250px;
	width:760px;
}
.products .detail {
	margin:50px 0 0 215px;
}
.products-category .detail,
.major-products-category .detail,
.products-detail .detail {
	margin:70px 0 0 215px;
}
.contact .detail {
	margin-left:480px;
	padding-bottom:50px;
}
.dealer-login .detail,
.member-login .detail,
.member-forget-pass .detail {
	margin:0 auto;
	text-align:center;
}
.dealer .detail {
    width:883px;
}
.member .detail {
	width:883px;
	box-sizing:border-box;
	padding-right:96px;
}
/** 各單元path */
.news .path,
.news-detail .path {
	clear:both;
}
.products .path,
.products-category .path,
.major-products-category .path,
.products-detail .path {
	position:absolute;
	left:230px;
	top:0;
}
.dealer .path {
    padding-left:240px;
}
/** 分頁樣式 */
.page-limit {
	text-align:center;
	margin:20px auto 0;
}
.page-limit a {
	display:inline-block;
	text-decoration:none;
	vertical-align:top;
	padding:0 5px;
	line-height:21px;
	height:20px;
	margin:0 5px 0 0;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}
.page-limit a:hover, .page-limit a.on {
	color:#DF0004;
	text-decoration:underline;
}
.page-limit .go-first, .page-limit .go-prev, .page-limit .go-next, .page-limit .go-last {
	padding:0;
	text-indent:-9999px;
}
.page-limit .go-first {
	width:17px;
	background:url(../images/page-go-first.jpg) center no-repeat;
}
.page-limit .go-prev {
	width:12px;
	background:url(../images/page-prev01.jpg) center no-repeat;
}
.page-limit .go-next {
	width:12px;
	background:url(../images/page-next01.jpg) center no-repeat;
}
.page-limit .go-last {
	width:17px;
	background:url(../images/page-go-last.jpg) center no-repeat;
}
.social-share > div, .social-share > a {
	display:inline-block;
	margin:10px 5px 10px 0;
	vertical-align:top;
}
.social-share .icon-plurk {
	width:20px;height:20px;
	text-indent:-9999px;
	background:url(../images/icon-plurk.jpg) center no-repeat;
}
.social-share .icon-twitter {
	width:20px;height:20px;
	text-indent:-9999px;
	background:url(../images/icon-twitter.jpg) center no-repeat;
}
.fb-comments {
	margin:40px auto;
	min-height:210px;
}
/** home */
#banner.home {
	height:630px;
	min-width:1200px;
    background:#000;
}
#content.home {
    box-sizing:border-box;
	padding:75px 50px 0;
	min-height:0;
    text-align:left;
    background:url(../images/bg-shadow.png) center top no-repeat;
    overflow:hidden;
}
.home .cycle-wrap {
	height:485px;
	min-width:1200px;
	margin:0 auto;
}
.home .cycle-wrap li {
	width:100%;
	overflow:hidden;
}
.home .cycle-wrap a {
	display:block;
	position:relative;
	max-width:1280px;
	height:485px;
	margin:0 auto;
	overflow:visible;
}
.home .cycle-wrap figure {
	left:50%;
	position:absolute;
	margin-left:-640px;
}
.home .arrow-wrap .prev, .home .arrow-wrap .next {
	position:absolute;
	width:33px;height:33px;
	overflow:hidden;
	margin-top:-17px;
	text-align:left;
	text-indent:-9999px;
	z-index:102;
	top:50%;
}
.home .arrow-wrap .prev {
	left:50%;
	margin-left:-635px;
	background:url(../images/cycle-arr01.png) left center no-repeat;
}
.home .arrow-wrap .next {
	left:50%;
	margin-left:602px;
	background:url(../images/cycle-arr01.png) right center no-repeat;
}
.comm-info {
    /*margin-right:320px;*/
    float:left;
    text-align:left;
    width:780px;
    overflow:hidden;
}
.tab-wrap, .comm-products, .comm-where-to-buy, .comm-dealer, .comm-regist {
    position:relative;
    display:inline-block;
    vertical-align:top;
}
.comm-where-to-buy, .comm-dealer, .comm-regist {
    margin:20px 0 0;
}
.comm-where-to-buy a, .comm-dealer a, .comm-regist a{
    background:#f0f0f0;
    padding:4px;
    display:block;
}
.comm-where-to-buy img, .comm-dealer img, .comm-regist img {
    display:block;
}
.comm-dealer {
	margin:20px 15px 0;
}
.comm-likebox {
    float:right;
}
.new-products {
    width:1180px;
    display:table;
    background:#fff;
    margin:0 auto;
    overflow:hidden;
}
.new-products a {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:left;
    width:25%;
    height:145px;
    box-sizing:border-box;
    border-left:1px solid #adadad;
    text-decoration:none;
}
.new-products a:first-child {
    border-left:0 none;
}
.new-products figure {
    float:left;
    width:120px;
    text-align:center;
}
.new-products h2 {
    position:absolute;
    top:32px;left:130px;
    font-size:18px;
}
.new-products h2 span {
    display:block;
    font-size:12px;
    color:#a1a1a1;
    margin-top:10px;
}
.new-products .more {
    position:absolute;
    box-sizing:border-box;
    bottom:20px;
    right:50px;
    height:27px;
    line-height:28px;
    border:1px solid #adadad;
    border-width:0 1px;
    background:url(../images/bg-more01.jpg) center repeat-x;
    width:90px;
    text-align:center;
    color:#fff;
}
.new-products a:hover {
    background:url(../images/new-products-over.png) center bottom no-repeat #D7212A;
}
.new-products a:hover h2, .new-products a:hover h2 span {
    color:#fff;
}
.new-products a:hover span {
    background:#D7212A;
    border-color:#D7212A;
}
.comm-info .tab-wrap {
    position:relative;
    text-align:left;
    width:444px;
    margin-right:25px;
    border:1px solid #e6e6e6;
    border-width:0 1px 1px;
    box-sizing:border-box;
    z-index:0;
    font-size:12px;
}
.comm-info .tab-head {
    z-index:0;
    height:35px;
    background:url(../images/bg-tab01.jpg) center repeat-x;
    box-sizing:border-box;
    overflow:hidden;
}
.comm-info .tab-head a {
    float:left;
    display:block;
    height:35px;
    line-height:35px;
    font-size:16px;
    border-top:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    box-sizing:border-box;
    padding:0 10px;
    overflow:hidden;
}
.comm-info .tab-head a.on {
    border-top:1px solid #e00104;
    background:#fff;
}
.comm-info .tab-head a:hover {
    border-top:1px solid #e00104;
}
.comm-info .tab-body {
    clear:both;
}
.comm-info .tab-item {
    display:none;
    box-sizing:border-box;
    padding:15px 10px 10px 15px;
}
.comm-info .tab-item.on {
    display:block;
}
.comm-info .tab-item article {
    padding-right:20px;
}
.comm-info .tab-item figure {
    float:left;
    margin:0 15px 0px 0px;
}
.comm-info .tab-item h1{
    font-size:14px;
    margin-bottom:5px;
    text-decoration:underline;
    color:#000;
}
.comm-info .tab-item p {
    font-size:12px;
    color:#666;
    font-weight:normal;
}
.comm-info .tab-item li {
    margin:10px 0;
    background:url(../images/icon-arr02.png) right 4px no-repeat;
}
.comm-info .tab-item time {
    display:inline-block;
    vertical-align:top;
    color:#fff;
    height:23px;
    line-height:24px;
    padding:0 10px;
    float:left;
    background: #fa230c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhMjMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #fa230c 0%, #d00d0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fa230c), color-stop(100%,#d00d0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fa230c 0%,#d00d0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fa230c 0%,#d00d0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fa230c 0%,#d00d0d 100%); /* IE10+ */
    background: linear-gradient(to right,  #fa230c 0%,#d00d0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa230c', endColorstr='#d00d0d',GradientType=1 ); /* IE6-8 */
}
.comm-info .tab-item li a {
    display:inline-block;
    vertical-align:top;
    text-decoration:underline;
    margin-left:10px;
    width:325px;
    box-sizing:border-box;
    line-height:24px;
    padding-right:20px;
}
.comm-products h2 {
    border-top:1px solid #e00104;
    font-size:16px;
    height:33px;
    line-height:34px;
    background:#f9f9f9;
    padding-left:10px;
}
.comm-products > a {
    position:absolute;
    z-index:9;
    top:10px;
    display:block;
    width:13px;
    height:13px;
    text-indent:-9999px;
}
.comm-products .prev {
    background:url(../images/cycle-prev01.jpg) center no-repeat;
    right:56px;
}
.comm-products .next {
    background:url(../images/cycle-next01.jpg) center no-repeat;
    right:10px;
}
.comm-products .ctr-play {
    background:url(../images/cycle-play01.jpg) center no-repeat;
    right:33px;
}
.comm-products .ctr-play.on {
	background:url(../images/cycle-pause01.jpg) center no-repeat;
}
/** news */
.news h1,
.news-detail h1 {
	float:left;
	margin:0 0 10px 10px;
}
.news .detail .date-chose {
	background:url(../images/bg-date-chose.png) right center no-repeat;
	text-align:right;
	height:40px;
	line-height:40px;
}
.news .detail .date-chose select {
	text-align:left;
	display:inline-block;
	border:1px solid #CDCDCD;
	width:185px;
	height:26px;
	margin-right:10px;
	box-sizing:border-box;
	border-color:#cdcdcd;
	font-size:14px;
}
.news .detail article {
	padding-bottom:10px;
	overflow:hidden;
}
.news .detail article li {
	position:relative;
	overflow:hidden;
	list-style:none outside none;
	border-bottom:1px solid #d8d8d8;
	margin :10px 0 0;
	padding:10px 0 20px 20px;
}
.news .detail article time {
	position:absolute;
	right:0;
	top:10px;
	font-size:14px;
	color:#e00104;
}
.news .detail article figure {
	float:left;
	border:1px solid #cdcdcd;
	padding:1px;
}
.news .detail article figure img {
	display:block;
}
.news .detail article a {
	display:block;
	text-decoration:none;
}
.news .detail article h2 {
	font-size:14px;
	width:400px;
	margin:0 0 10px 200px;
	text-decoration:underline;
}
.news .detail article a:hover h2 {
	color:#e00104;
}
.news .detail article p {
	margin-left:200px;
	width:400px;
	overflow:hidden;
}
/** news-detail */
.news-detail article {
	overflow:hidden;
}
.news-detail time {
	font-size:15px;
	color:#D8120C;
	padding-top:10px;
	display:block;
}
.news-detail h2 {
	font-size:16px;
	margin:5px 0;
}
.news-detail .figure-wrap {
	margin:15px 0;
}
.news-detail .figure-wrap img {
	display:block;
}
.news-detail .max-figure, .news-detail .min-figure {
	display:inline-block;
	vertical-align:top;
}
.news-detail .max-figure {
	width:590px;
	height:393px;
	text-align:center;
	overflow:hidden;
}
.news-detail .max-figure figure {
	display:none;
}
.news-detail .max-figure figure.on {
	display:block;
}
.news-detail .min-figure {
	margin-left:30px;
}
.news-detail .min-figure a {
	display:block;
	padding:1px;
	margin-bottom:20px;
}
.news-detail .min-figure img {
	border:1px solid #ccc;
}
.news-detail .min-figure a.on, .news-detail .min-figure a:hover {
	padding:0;
}
.news-detail .min-figure a.on img, .news-detail .min-figure a:hover img{
	border:2px solid #E00104;
}
.news-detail .other-page {
	position:relative;
	margin:10px 0;
	padding-bottom:80px;
}
.news-detail .other-page li {
	list-style:none outside none;
	font-size:13px;
	overflow:hidden;
}
.news-detail .other-page li a {
	display:block;
	padding-left:30px;
	height:36px;
	line-height:37px;
	font-size:13px;
	border:1px solid #ececec;
	border-width:0 0 1px 0;
	text-decoration:none;
}
.news-detail .other-page li a.prev {
	border-top:1px solid #ececec;
	background:url(../images/icon-arr04.jpg) 5px center no-repeat;
}
.news-detail .other-page li a.next {
	background:url(../images/icon-arr05.jpg) 5px center no-repeat;
}
.news-detail .other-page li span {
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	margin-right:10px;
	color:#E73F41;
	background:url(../images/icon-border01.png) right center no-repeat;
}
.news-detail a.btn-back {
	position:absolute;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-back01.jpg);
	width:114px;
	height:30px;
	line-height:31px;
	text-align:center;
	display:block;
	bottom:10px;
	left:50%;
	margin-left:-57px;
}
/** products共用 */
.products .social-share,
.products-category .social-share,
.major-products-category .social-share {
	position:absolute;
	top:10px;
	right:25px;
}
.products .detail h2,
.products-category .pro-switch,
.dealer .pro-switch,
.dealer .pro-filter,
.member .detail07 .pro-filter {
	font-size:14px;
	background:url(../images/bg-date-chose.png) center;
	padding-left:15px;
	line-height:34px;
}
.products .new-pro-list,
.products .pro-list,
.products-category .pro-list,
.major-products-category .pro-list {
	width:950px;
	overflow:hidden;
}
.products .detail .new-pro-list li,
.products .detail .pro-list li,
.products-category .pro-list li,
.major-products-category .pro-list li,
.products-detail .pro-list li,
.dealer .pro-list li {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	margin:10px 10px 10px 0;
	border:1px solid #e6e6e6;
	padding-bottom:1px;
	padding:10px 15px 11px;
	overflow:hidden;
}
.products .detail .new-pro-list li,
.products-category .pro-list li,
.major-products-category .pro-list li,
.dealer .pro-list li {
	width:224px;
}
.products .detail .pro-list ul {
	font-size:0;
}
.products .detail .pro-list li {
	text-align:center;
	width:184px;
	margin:0 0 0 0;
	padding:10px 0 11px;
	border:0 none;
}
.products-category .detail .pro-list li,
.major-products-category .detail .pro-list li,
.products-detail .pro-list li {
	margin:10px 10px 20px 0;
}
.products .detail .new-pro-list li:hover,
.products .detail .pro-list li:hover,
.products-category .pro-list li:hover,
.major-products-category .pro-list li:hover {
	border-bottom:2px solid #df0004;
	padding-bottom:9px;
}
.products .detail .new-pro-list a,
.products .detail .pro-list a,
.products-category .pro-list a,
.major-products-category .pro-list a,
.products-detail .pro-list a,
.dealer .pro-list a {
	text-decoration:none;
}
.products .detail figure,
.products-category .detail figure,
.major-products-category .detail figure,
.dealer .detail figure {
	overflow:hidden;
}
.products .new-pro-list figure,
.products-category .pro-list figure,
.major-products-category .pro-list figure,
.dealer .pro-list figure {
	height:210px;
	overflow:hidden;
}
.products .pro-list {
	position:relative;
}
.products .pro-list figure {
	height:160px;
}
.products .detail figure img,
.products-category .detail figure img,
.major-products-category .detail figure img,
.dealer .detail figure img {
	display:block;
	max-width:100%;
}
.products .detail h3,
.products-category .detail h3,
.major-products-category .detail h3,
.dealer.detail h3 {
	font-size:12px;
	margin:10px 0 0;
}
.products .detail h4,
.products .detail .label,
.products-category .detail h4,
.major-products-category .detail h4,
.major-products-category .detail label,
.products-category .detail label,
.dealer .detail label {
	font-size:12px;
	color:#777;
	margin:5px 0;
}
.products .detail h4,
.products-category .detail h4,
.major-products-category .detail h4,
.dealer .detail h4 {
	text-decoration:underline;
}
.products .detail .price,
.products-category .detail .price,
.major-products-category .detail .price,
.dealer .detail .price {
	color:#df0004;
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 10px;
}
.dealer .top-list .price {
	margin:0 0 0 20px;
}
.products .detail label,
.products-category .detail label,
.major-products-category .detail label,
.dealer .detail label {
	color:#e91a0c;
}
.products .detail .check-box,
.products-category .detail .check-box,
.major-products-category .detail .check-box,
.dealer .detail .check-box {
	margin:5px 0;
}
.products .detail .check-box input[type="checkbox"],
.products-category .detail .check-box input[type="checkbox"],
.major-products-category .detail .check-box input[type="checkbox"],
.dealer .detail .check-box input[type="checkbox"] {
	vertical-align:middle;
	margin:0 5px 0 0;
}
.products .cycle-wrap {
	position:relative;
	margin:0 22px 0 0;
}
.products .cycle-arrow {
	position:absolute;
	width:22px;
	top:0;
	height:100%;
	display:none;
}
.products .cycle-arrow.on {
	display:block;
}
.products .cycle-arrow.prev {
	left:0;
	background:url(../images/cycle-arr02.jpg) left center no-repeat;
}
.products .cycle-arrow.next {
	right:0;
	background:url(../images/cycle-arr02.jpg) right center no-repeat;
}
.products .qk-list a,
.products-category .qk-list a,
.products-detail .qk-list a {
	padding:35px 10px 10px;
	display:block;
	color:#fff;
	background:url(../images/icon-page.png) center 10px no-repeat #000;
}
.products .qk-list .go-top,
.products-category .qk-list .go-top,
.products-detail .qk-list .go-top {
	background:none;
	padding:10px;
	text-align:center;
}
/** products-category, major-products-category */
.products-category .pro-sort,
.dealer .pro-sort {
	position:absolute;
	right:0;
	top:0;
    text-align:right;
}
.products-category .pro-sort a,
.major-products-category .pro-sort a,
.dealer .btn-logout,
.member .btn-logout {
	display:inline-block;
	height:24px;
	line-height:24px;
	padding:0 20px 0 10px;
	box-sizing:border-box;
	background:url(../images/icon-arr09.png) 90% center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e4e4e4;
	text-decoration:none;
}
.products-category .pro-sort a.desc,
.dealer .pro-sort a.desc,
.major-products-category .pro-sort a.desc {
	background:url(../images/icon-arr11.png) 90% center no-repeat;
}
.products-category .pro-sort a:hover,
.dealer .pro-sort a:hover,
.major-products-category .pro-sort a:hover {
	border:1px solid #f00;
	color:#fff;
	background:url(../images/icon-arr08.png) 90% center no-repeat #f00;
}
.products-category .pro-sort a.desc:hover,
.dealer .pro-sort a.desc:hover,
.major-products-category .pro-sort a.desc:hover {
	background:url(../images/icon-arr010.png) 90% center no-repeat #f00;
}
.products-category .pro-switch,
.dealer .pro-switch {
	padding-left:0;
	margin:10px 0;
}
.dealer .pro-switch a,
.products-category .pro-switch a {
	text-decoration:none;
	border-right:1px solid #d1d1d1;
	color:#666;
	margin:10px 0;
	padding:0 20px;
}
.dealer .pro-switch a:first-child,
.products-category .pro-switch a:first-child {
	padding-left:20px;
}
.products-category .pro-switch a.on,
.dealer .pro-switch a.on,
.products-category .pro-switch a:hover,
.dealer .pro-switch a:hover {
	color:#000;
}
/** products-detail */
.products-detail .figure-wrap {
	float:left;
	width:440px;
    overflow:hidden;
}
.products-detail .max-figure {
    position:relative;
	height:440px;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.products-detail .min-figure {
    position:relative;
    font-size:0;
    margin:15px 0;
    height:68px;
    overflow:hidden;
}
.products-detail .min-figure .mask {
    margin:0 20px;
}
.products-detail .min-figure li {
    display:inline-block;
    box-sizing:border-box;
    border:1px solid #ddd;
    width:68px;
    height:68px;
    line-height:68px;
    margin:0 6px;
}
.products-detail .min-figure li:hover,
 .products-detail .min-figure li.on{
    border-color:#f00;
}
.products-detail .min-figure .arrow {
    position:absolute;
    top:0;
    width:17px;
    height:100%;
    text-align:left;
    text-indent:-9999px;
    display:none;
}
.products-detail .min-figure .arrow.on {
    display:block;
}
.products-detail .min-figure .prev {
    background:url(../images/cycle-arr03.jpg) left center no-repeat;
    left:0;
}
.products-detail .min-figure .next {
    background:url(../images/cycle-arr03.jpg) right center no-repeat;
    right:0;
}
.products-detail .detail-top {
    overflow:hidden;
}
.products-detail .detail-top article {
	margin-left:460px;
}
.products-detail .detail-top .red-text {
	margin:0 5px;
	font-weight:bold;
}
.products-detail .detail-top h1 {
	font-size:24px;
	margin-bottom:10px;
}
.products-detail .detail-top h2 {
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #ddd;
	margin:15px 0;
}
.products-detail .detail-top h3 {
	font-weight:bold;
	font-size:15px;
}
.products-detail .detail-top h3 span {
	font-size:20px;
}
.products-detail .list-style1 li{
	list-style:none outside none;
	padding-left:10px;
	margin:10px auto;
	background:url(../images/icon-arr12.jpg) left 5px no-repeat;
	font-size:13px;
}
.products-detail .detail-top .btn-wrap {
	margin:30px auto;
}
.products-detail .detail-top .btn-wrap > div {
	background:url(../images/bg-back01.jpg) repeat-x;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:115px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:0 20px 0 0;
	color:#fff;
}
.products-detail .detail-top .btn-wrap a {
	box-sizing:border-box;
	display:block;
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.products-detail .detail-top .btn-wrap .btn1 {
	padding-left:35px;
	background:url(../images/icon-check01.png) 15px center no-repeat;
}
.products-detail .detail-top .btn-wrap .btn2 {
	padding-left:40px;
	background:url(../images/icon-box01.png) 20px center no-repeat;
}
.products-detail .pro-description {
    margin-top:50px;
    clear:both;
}

.products-detail .tab-wrap {
    position:relative;
    text-align:left;
    box-sizing:border-box;
    z-index:0;
    font-size:12px;
	margin-bottom:50px;
}
.products-detail .tab-head {
    height:46px;
    background:url(../images/bg-tab02.jpg) center top repeat-x;
    box-sizing:border-box;
    overflow:hidden;
}
.products-detail .tab-head li {
    float:left;
    display:block;
    height:46px;
    width:232px;
    font-size:16px;
    box-sizing:border-box;
    overflow:hidden;
}
.products-detail .tab-head li.on,
.products-detail .tab-head li:hover {
    background:url(../images/bg-tab02-on.png) center repeat-x;
}
.products-detail .tab-head li a {
    color:#000;
    display:block;
    height:40px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    font-size:13px;
    border-right:1px solid #ccc;
}
.products-detail .tab-head li.on a,
.products-detail .tab-head li:hover a{
    color:#fff;
}
.products-detail .tab-body {
    clear:both;
	color:#000;
}
.products-detail .tab-item {
    display:none;
    padding:30px 0;
    box-sizing:border-box;
}
.products-detail .tab-item.on {
    display:block;
}
.products-detail .download-list {
	width:920px;
	overflow:hidden;
}
.products-detail .download-list ul {
	font-size:0;
	width:1000px;
}
.products-detail .download-list li {
	display:inline-block;
	width:450px;
	margin-right:50px;
}
.products-detail .download-list li a {
	display:block;
	font-size:12px;
	border-bottom:1px dotted #ddd;
	padding-left:35px;
	height:30px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	background:url(../images/icon-download.jpg) left center no-repeat;
}
.products-detail .download-list li a:hover {
	color:#fff;
	background:url(../images/icon-download-on.jpg) left center no-repeat #D52B2A;
}
.products-detail .t-head .t-row div {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background:#f7f7f7;
	border-top:2px solid #f00;
}
.products-detail a.t-row {
	text-decoration:none;
}
.products-detail .t-row > div {
	width:20%;
	padding:10px;
	border-bottom:1px dotted #ddd;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
}
.products-detail .t-row h3 {
	font-size:13px;
	padding-left:10px;
	margin-bottom:5px;
	background:url(../images/icon-dot01.png) left center no-repeat;
}
.products-detail .t-row p {
	padding-left:10px;
	color:#666;
}
.products-detail .t-row > div:first-child {
	width:80%;
	padding:10px 20px;
	text-align:left;
	box-sizing:border-box;
}
.products-detail .t-head .t-row > div:first-child {
	text-align:center;
}
.products-detail .pro-list {
	position:relative;
	width:910px;
	box-sizing:border-box;
	border:1px solid #ddd;
	overflow:hidden;
}
.products-detail .pro-list h2 {
	font-size:20px;
	margin:20px 25px;
}
.products-detail .pro-list .cycle-wrap {
	position:relative;
	margin:0 48px;
}
.products-detail .pro-list .cycle-wrap > ul {
	font-size:0;
	width:910px;
	margin:0 0 20px 0;
}
.products-detail .pro-list li {
	width:150px;
	box-sizing:border-box;
	margin:0 15px 0 0;
	font-size:12px;
	padding:0;
	border:0 none;
}
.products-detail .pro-list li h3 {
	color:#000;
}
.products-detail .pro-list li h4 {
	color:#777;
	text-decoration:underline;
}
.products-detail .pro-list li .figure{
	border:1px solid #ddd;
	margin-bottom:10px;
}
.products-detail .pro-list li a:hover .figure{
	border:1px solid #f00;
}
.products-detail .pro-list .cycle-arrow {
	position:absolute;
	width:14px;
	height:24px;
	top:50%;
	margin-top:-12px;
	display:none;
}
.products-detail .pro-list .cycle-arrow.on {
	display:block;
}
.products-detail .pro-list .cycle-arrow.prev {
	left:25px;
	background:url(../images/cycle-arr03.png) left center no-repeat;
}
.products-detail .pro-list .cycle-arrow.next {
	right:25px;
	background:url(../images/cycle-arr03.png) right center no-repeat;
}
/** products-compare */
#container.products-compare {
    color:#000;
    text-align:left;
    padding:50px 0 0 50px;
    min-width:inherit;
}
.products-compare h1 {
    font-size:20px;
    margin-bottom:15px;
}

.products-compare li {
    list-style:none outside none;
    height:36px;
    line-height:36px;
    box-sizing:border-box;
    white-space:nowrap;
    text-align:center;
    border:1px solid #ccc;
    border-width:0 1px 1px 0;
    overflow:hidden;
}
.products-compare .label {
    width:140px;
    border-left:1px solid #ccc;
    background:#f1f3f4;
    float:left;
    font-size:13px;
}
.products-compare .pro-figure,
.products-compare .pro-name,
.products-compare .pro-price {
    border-top:1px solid #fff;
    background:url(../images/bg-slash01.jpg) center;
    font-weight:bold;
}
.products-compare .last {
    color:#fff;
    background:url(../images/bg-compare-last.jpg) center bottom repeat-x #000;
}
.products-compare .pro-figure {
    height:165px;
    line-height:165px;
    border-top:1px solid #ccc;
}
.products-compare .pro-figure img {
    display:inline-block;
    margin:0 auto;
    vertical-align:middle;
    max-height:100%;
}
.products-compare .pro-price {
    color:#e00104;
}
.products-compare .item {
    font-size:0;
    margin-left:140px;
    overflow:auto;
    white-space:nowrap;
}
.products-compare .item ul{
    min-width: 270px;
    display:inline-block;
    vertical-align:top;
    font-size:13px;
}
.products-compare .item .pro-figure {
    background:url(../images/bg-border01.jpg) center bottom repeat-x #fff;
}
.products-compare .item .pro-name,
.products-compare .item .pro-price {
    background:#f1f3f4;
}
.products-compare .item a {
    display:block;
    margin:5px auto 0;
    text-decoration:none;
    color:#fff;
    border:1px solid #484848;
    width:50px;
    height:25px;
    line-height:26px;
    text-align:center;
    background: #323232; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #323232 0%, #020202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#020202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #323232 0%,#020202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #323232 0%,#020202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #323232 0%,#020202 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #323232 0%,#020202 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#020202',GradientType=0 ); /* IE6-8 */
    overflow:hidden;
}
.products-compare .item a:hover {
    background:#d8212a;
    filter:inherit;
    border:1px solid #bb1e25;
}
/** about */
.about .social-share {
	position: absolute;
	top: 15px;
	right: 50px;
}
.about h1 {
	margin-bottom:20px;
	padding-left:10px;
}
.about .side-address {
	float:left;
	width:305px;
	text-align:right;
}
.about .detail {
	margin-left:350px;
}
.about .contact-phone {
	text-align:left;
	border:1px solid #d8d8d8;
	line-height:1.5;
	margin-top:15px;
	padding:25px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-sizing:border-box;
	background:url(../images/aside-bg-about.jpg) right bottom no-repeat;
	overflow:hidden;
}
.about .contact-phone h2 {
	width:165px;
	text-align:center;
	font-size:16px;
	color:#fff;
	height:30px;
	line-height:31px;
	box-sizing:border-box;
	background: #b20000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2QzMTAxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #b20000 0%, #d31010 40%, #8c0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b20000), color-stop(40%,#d31010), color-stop(100%,#8c0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b20000 0%,#d31010 40%,#8c0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b20000 0%,#d31010 40%,#8c0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b20000 0%,#d31010 40%,#8c0000 100%); /* IE10+ */
	background: linear-gradient(to right,  #b20000 0%,#d31010 40%,#8c0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#8c0000',GradientType=1 ); /* IE6-8 */
}
.about .contact-phone p {
	color:#777;
	margin:10px 15px 0;
}
/** where to buy */
.where-to-buy .info-tab {
	border-bottom:1px solid #d8d8d8;
	margin-bottom:35px;
	overflow:hidden;
}
.where-to-buy .info-tab a {
	color:#fff;
	display:block;
	float:left;
	width:100px;
	text-align:center;
	height:28px;
	line-height:28px;
	background:#b2b2b2;
	overflow:hidden;
	margin-right:1px;
}
.where-to-buy .info-tab a.on {
	background:#000;
}
.where-to-buy .map-tw {
	float:left;
	width:450px;
	margin-top:70px;
	text-align:center;
}
.where-to-buy .area-wrap {
	margin-left:450px;
}
.where-to-buy .area-chose {
	background:url(../images/bg-date-chose.png) center;
	box-sizing:border-box;
	padding:6px ;
	text-align:center;
	margin-bottom:30px;
}
.where-to-buy .area-chose select {
	width:230px;
	height:26px;
	margin:0 5px;
	box-sizing:border-box;
}
.where-to-buy .area-list li{
	margin:0 auto 30px;
	padding-bottom:25px;
	box-sizing:border-box;
	border-bottom:1px dotted #d8d8d8;
	overflow:hidden;
}
.where-to-buy .area-list figure {
	float:left;
	border:1px solid #eee;
	box-sizing:border-box;
	padding:1px;
	border-color:#eee #eee #bcbcbc #eee;
}
.where-to-buy .area-list figure img {
	display:block;
}
.where-to-buy .area-list h2,
.where-to-buy .area-list address {
	margin-left:200px;
}
.where-to-buy .area-list h2 {
	font-size:16px;
	color:#1f1f1f;
	margin-bottom:5px;
}
.where-to-buy .area-list address {
	line-height:1.8;
}
.where-to-buy .area-list a {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
	width:80px;
	height:18px;
	text-indent:-9999px;
	background:url(../images/btn-gmap.jpg) center no-repeat;
	overflow:hidden;
}
.where-to-buy .market-list li {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:200px;
	margin:50px 0;
	text-align:center;
}
.where-to-buy .market-list li a {
	display:block;
	text-decoration:none;
}
.where-to-buy .market-list li a:hover {
	text-decoration:underline;
}
.where-to-buy .market-list li figure {
	height:100px;
	line-height:100px;
	margin-bottom:20px;
}
.where-to-buy .market-list li figure img {
	display:inline-block;
	vertical-align:middle;
}
.where-to-buy .map-tw > figure {
	position:relative;
	width:270px;
	height:506px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/tw-map.jpg) center no-repeat;
}
.where-to-buy .map-tw >figure img{
	display:block;
	margin:0 auto;
	position:absolute;
	left:0;top:0;
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.where-to-buy .map-tw > figure.map1 {
	background:url(../images/tw-map1.jpg) center no-repeat;
}
.where-to-buy .map-tw > figure.map2 {
	background:url(../images/tw-map2.jpg) center no-repeat;
}
.where-to-buy .map-tw > figure.map3 {
	background:url(../images/tw-map3.jpg) center no-repeat;
}
.where-to-buy .map-tw > figure.map4 {
	background:url(../images/tw-map4.jpg) center no-repeat;
}
/** contact */
.contact h1 {
	margin-left:100px;
}
.contact h1 span {
	color:#8c6800;
	font-size:14px;
	margin-left:5px;
	font-weight:normal;
}
.contact .info-nav {
	margin-left:100px;
}
.contact .info-nav li{
	border-bottom:1px dotted #d8d8d8;
	padding:10px 0;
}
.contact .google-map {
	box-sizing:border-box;
	padding:6px;
	display:inline-block;
	vertical-align:top;
	background:url(../images/bg-date-chose.png) center;
}
.contact .google-map iframe {
	display:block;
}
/** dealer, member登入頁 */
.detail .form-wrap,
.detail .outner-wrap {
	text-align:left;
	margin:50px auto;
	box-sizing:border-box;
	display:inline-block;
    vertical-align:top;
	background:#e6e6e6;
	padding:10px;
}
.form-wrap .table-wrap,
.detail .inner-wrap {
	box-sizing:border-box;
	background:#fff;
	display:inline-block;
    vertical-align:top;
    margin:0 auto;
	padding:60px;
	-moz-box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
}
.dealer-login h1,
.member-login h1,
.member-forget-pass h1 {
	padding:0 10px;
	text-align:left;
}
.dealer-login table,
.member-login table {
	box-sizing:border-box;
	margin:0 auto;
}
.dealer-login caption .red-text,
.member-login caption a {
	float:right;
	display:block;
	margin:5px;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	box-shadow: 1px 1px 2px #ddd;
	padding:2px 20px 2px 10px;
	background:url(../images/icon-arr13.jpg) 92% center no-repeat;
	text-decoration:none;
}
.dealer-login caption .red-text:hover,
.member-login caption a {
	text-decoration:underline;
}
.dealer-login td,
.member-login td {
	vertical-align:top;
	padding:5px;
	text-align:left;
}
.dealer-login td:first-child,
.member-login td:first-child {
	text-align:right;
	font-size:15px;
	font-weight:bold;
}
.dealer-login input[type="text"],
.dealer-login input[type="password"],
.member-login input[type="text"],
.member-login input[type="password"] {
	width:270px;
	box-sizing:border-box;
	margin-bottom:5px;
}
.dealer-login input[type="submit"],
.member-login input[type="submit"] {
	width:78px;
	height:62px;
	font-size:15px;
	background:url(../images/bg-btn02.jpg) left top repeat-x #000;
	display:inline-block;
	border:0 none;
	cursor:pointer;
	-moz-box-shadow: 0 3px 2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 0 3px 2px rgba(20%,20%,40%,0.5);
	box-shadow: 0 3px 2px rgba(20%,20%,40%,0.5);
	color:#fff;
}
.dealer-login input[type="submit"]:hover,
.member-login input[type="submit"]:hover {
	text-decoration:underline;
}
.dealer-login .captcha input,
.member-login .captcha input {
	width:140px;
	height:26px;
	box-sizing:border-box;
}
.dealer-login .captcha a,
.member-login .captcha a {
	text-decoration:underline;
	color:#999;
}
.dealer-login .captcha img,
.member-login .captcha img {
	vertical-align:top;
}
/** dealer */
.dealer .nav-products .top10 a {
	padding-left:35px;
	background:url(../images/icon-heart.png) 10px center no-repeat #f1f3f4;
	color:#da371f;
}
.dealer .nav-products .top10 a:hover {
	background:url(../images/icon-heart.png) 10px center no-repeat #f1f3f4;
}
.dealer .detail > article {
    padding:10px 0;
}
.dealer .user-logout,
.member .user-logout {
	position:static;
    text-align:right;
}
.dealer .btn-logout,
.member .btn-logout {
    margin:0 0 0 10px;
    background:url(../images/icon-logout.png) 10px center no-repeat;
    color:#f00;
    padding:0 10px 0 30px;
}
.dealer .pro-list ul {
	display:table;
	border-collapse:collapse;
	width:100%;
	box-sizing:border-box;
	margin-bottom:30px;
}
.dealer .pro-list li {
	margin:0;
	padding:0;
	display:table-cell;
	width:25%;
}
.dealer .pro-list li div:first-child {
	padding:10px;
}
dealer .pro-list .red-text {
	margin:0;
}
.dealer .btn-area {
	overflow:hidden;
}
.dealer .btn-area span {
	float:left;
	width:50%;
	display:block;
	box-sizing:border-box;
	line-height:36px;
	height:36px;
	color:#dfc434;
	background:url(../images/bg-btn02.jpg) center top repeat-x;
	font-size:12px;
	text-align:center;
}
.dealer .btn-area a {
	color:#fff;
	box-sizing:border-box;
	text-align:left;
	padding:0 0 0 40px;
	display:block;
}
.dealer .btn-area a:hover {
	text-decoration:underline;
}
.dealer .add-cart {
	background:url(../images/icon-cart.png) 10px center no-repeat;
}
.dealer .more {
	border-left:1px solid #e6e6e6;
	background:url(../images/icon-desc.png) 10px center no-repeat;
}
.dealer .qk-list,
.products .qk-list,
.products-category .qk-list,
.products-detail .qk-list {
	position:fixed;
	left:50%;
	top:350px;
	margin-left:555px;
	text-align:center;
}
.dealer .qk-list span {
	display:block;
	background:#000;
	height:27px;
	line-height:27px;
	color:#fff;
}
.dealer .qk-list figure {
	border:1px solid #e6e6e6;
	margin:5px 0;
}
.dealer .pro-filter span {
	font-size:13px;
}
.dealer .order-list,
.dealer .shop-list,
.member .detail07 .order-list {
	font-size:13px;
}
.dealer .order-list table,
.dealer .shop-list table,
.dealer .ticket-form table,
.member .detail07 .order-list table {
	margin-top:25px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
}
.dealer .order-list td,
.dealer .shop-list td,
.member .detail07 .order-list td {
	padding:10px;
	text-align:center;
	border-bottom:1px dotted #e6e6e6;
}
.dealer .order-list thead td,
.dealer .shop-list thead td,
.member .detail07 thead td {
	background:#000;
	padding:0;
	color:#fff;
	height:32px;
	line-height:32px;
	font-weight:bold;
}
.dealer .order-list td.last,
.dealer .shop-list td.last,
.member .detail07 td.last {
	text-align:left;
}
.dealer .btn-view,
.member .detail07 .btn-view {
	padding-left:20px;
	display:inline-block;
	line-height:32px;
	background:url(../images/icon-page.png) left center no-repeat;
}
.dealer .btn-faq,
.member .detail07 .btn-faq {
	padding-left:20px;
	display:inline-block;
	line-height:32px;
	background:url(../images/icon-faq.png) left center no-repeat;
}
.dealer .shop-step {
	background:#e8e8e8;
}
.dealer .shop-step img {
	display:block;
	margin:0;
}
.dealer .score-wrap {
	text-align:right;
}
.dealer .score-wrap strong {
	font-weight:bold;
	color:#000;
}
.dealer .score-wrap .price {
	color:#545454;
	margin:0 10px;
}
.dealer .score-wrap .red-text {
	margin:0 10px;
}
.dealer .shop-list table {
	border:0 none;
	font-size:12px;
}
.dealer .shop-list h3 {
	font-size:14px;
	color:#111;
	text-align:left;
}
.dealer .shop-list h4 {
	font-size:13px;
	color:#777;
	text-align:left;
	text-decoration:none;
}
.dealer .shop-list .btn-dele,
.dealer .btn-add-cart,
.dealer .shop-list .btn-add-fav {
	padding-left:40px;
	display:block;
	height:30px;
	line-height:31px;
	margin:5px 0;
	color:#000;
	text-decoration:none;
}
.dealer .shop-list .btn-dele {
	background:url(../images/icon-dele1.png) left center no-repeat;
}
.dealer .shop-list .btn-dele:hover {
	color:#f00;
	background:url(../images/icon-dele1-on.png) left center no-repeat;
}
.dealer .shop-list .btn-add-fav {
	background:url(../images/icon-add-fav.png) 5px center no-repeat;
}
.dealer .shop-list .btn-add-fav:hover {
	color:#f00;
	background:url(../images/icon-add-fav.png) 5px center no-repeat;
}
.score-wrap {
	border-top:2px solid #e00104;
	text-align:center;
}
.score-wrap > div {
	background:#F2F2F2;
	border-bottom:1px solid #d2d2d2;
	height:36px;line-height:36px;
	box-sizing:border-box;
}
.score-wrap > div:first-child {
	border-bottom:1px solid #fff;
}
.score-wrap .total {
	background:none;
	border:0 none;
}
.score-wrap .total .red-text {
	font-weight:bold;
}
.submit-wrap {
	text-align:center;
	margin:20px auto;
}
.submit-wrap.t-left {
	text-align:left;
}
.submit-wrap a,
.submit-wrap input[type="submit"],
.submit-wrap input[type="reset"] {
	background:url(../images/icon-arr14.png) 100px center no-repeat;
	width:115px;
	height:30px;
	line-height:31px;
	color:#fff;
	display:block;
	border:0 none;
	text-decoration:none;
}
.dealer .ticket-form table {
	border-top:0;
}
.dealer .ticket-form caption {
	text-align:left;
	padding-bottom:10px;
}
.dealer .ticket-form caption input {
	margin-left:230px;
}
.dealer .ticket-form caption label {
	font-size:13px;
}
.dealer .ticket-form h3 {
	background:#000;
	color:#fff;
	height:32px;
	line-height:33px;
	text-align:left;
	padding-left:20px;
	margin:0 0 20px;
	font-size:13px;
}
.dealer .ticket-form .table-wrap {
	padding:0 0 30px;
	border:1px solid #e6e6e6;
	border-width:0 1px 1px;
	margin:25px 0;
}
.dealer .ticket-form table {
	border:0 none;
	margin:0;
} 
.dealer .ticket-form td {
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
	color:#666;
	font-weight:normal;
}
.dealer .ticket-form td:first-child {
	width:220px;
	text-align:right;
}
.dealer .ticket-form input[type="text"],
.dealer .ticket-form input[type="email"] {
	width:360px;
	display:inline-block;
	box-sizing:border-box;
	margin:0 10px;
	padding:2px 0;
}
.dealer .ticket-form select {
	width:90px;
	margin:0 0 0 10px;
	padding:2px 0;
}
.dealer .ticket-form input.w-input {
	width:566px;
}
.dealer .ticket-form td span {
	color:#888;
	margin:0 10px;
}
.dealer .ticket-form table label {
	color:#000;
	font-weight:bold;
	font-size:14px;
}
.dealer .ticket-form .ticket-chose td:first-child {
	text-align:left;
	width:185px;
	padding-left:50px;
	box-sizing:border-box;
}
.dealer .ticket-form .ticket-chose .l-left {
	display:inline-block;
	width:60px;
	margin:0;
}
.dealer .ticket-form strong {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.dealer .finish-bg {
	font-size:12px;
	margin:70px auto;
	padding:10px;
	background:#e6e6e6;
	width:605px;
	box-sizing:border-box;
}
.dealer .finish-msg {
	background:#fff;
	padding:60px 35px;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	color:#333;
}
.dealer .finish-msg h2 {
	font-size:18px;
	color:#cc662b;
	margin-bottom:20px;
}
.dealer .finish-msg p {
	line-height:2;
}
.dealer .finish-msg a {
	color:#d82b2b;
	font-size:13px;
	font-weight:bold;
}
.top-list {
	margin-top:20px;
}
.top-list > ul {
	display:table;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:20px;
	border-collapse:collapse;
}
.top-list > ul:first-child {
	margin:0;
}
.top-list > ul > li {
	display:table-cell;
	position:relative;
	width:25%;
	box-sizing:border-box;
	overflow:hidden;
	border:1px solid #e6e6e6;
}
.top-list h3,
.top-list h4,
.top-list .price {
	margin-left:20px;
}
.top-list .flag {
	position:absolute;
	box-sizing:border-box;
	left:0;
	top:0;
	color:#ddd;
	font-weight:bold;
	width:54px;
	height:44px;
	background:url(../images/bg-flag03.png) center top no-repeat;
}
.top-list figure,
.top-list figure {
	width:210px;
	height:210px;
	text-align:center;
	overflow:hidden;
}
.top-list figure img {
	vertical-align:middle;
}
.top-list .top1,
.top-list .top2 {
	width:50%;
	text-align:center;
	padding-bottom:15px;
}
.top-list .top1 figure,
.top-list .top2 figure {
	width:320px;
	height:320px;
	overflow:hidden;
	margin:0 auto;
}
.top-list .flag {
	text-align:center;
	padding:5px 0;
}
.top-list .flag span {
	color:#e00104;
}
.top-list .top1 .flag,
.top-list .top2 .flag {
	width:78px;
	height:63px;
	font-size:22px;
	padding:10px 0;
}
.top-list .top1 .flag {
	background: url(../images/bg-flag01.png) center top no-repeat;
}
.top-list .top2 .flag{
	background: url(../images/bg-flag02.png) center top no-repeat;
}
.top-list .top1 .flag span {
	color:#fff;
}
.top-list .btn-area {
	margin:10px auto 0;
	text-align:center;
}
.top-list .top1 .btn-area span,
.top-list .top2 .btn-area span {
	border:1px solid #c5c5c5;
	height:32px;
	width:117px;
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:0 5px;
	background:url(../images/btn-bg01.jpg) center repeat-x;
}
.top-list .top1 .btn-area span a,
.top-list .top2 .btn-area span a {
	text-align:left;
	line-height:30px;
	color:#000;
	text-decoration:none;
}
.top-list .top1 .btn-area span a,
.top-list .top2 .btn-area span a {
	text-decoration:underline;
}
.top-list .top1 .add-cart,
.top-list .top2 .add-cart {
	background:url(../images/icon-cart01.png) 15px center no-repeat;
}
.top-list .top1 .more,
.top-list .top2 .more {
	background:url(../images/icon-desc01.png) 15px center no-repeat;
}
/** dealer detail */
.dealer .order-state {
	margin:0 0 5px 0;
	padding:0;
}
.dealer .order-state strong {
	font-weight:bold;
	font-size:19px;
}
.dealer .order-state > div {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.dealer .order-data .table-wrap {
	margin:0 auto;
}
.dealer .order-data .shop-list table {
	margin:0 auto;
}
.dealer .order-data .ticket-form h2 {
	font-size:13px;
	color:#fff;
	background:#000;
	line-height:32px;
	margin:20px 0 0;
	padding:0 20px;
}
.dealer .order-data .ticket-form  h3 {
	color:#000;
	background:url(../images/bg-date-chose.png) center;
}
.dealer .order-data .submit-wrap {
	margin:30px auto;
}
.dealer .order-data .btn-print {
	background:url(../images/icon-print.png) 90px center no-repeat;
}
.dealer .interest .btn-dele {
	width:30px;
	margin:0 auto;
}
.dealer .btn-add-cart {
	width:75px;
	margin:0 auto;
	background:url(../images/icon-cart02.png) left center no-repeat;
}
.dealer .interest .submit-wrap {
	margin:30px auto;
}
/** member */
.member .submit-wrap {
	margin-top:15px;
}
.member .info-nav h1 {
	margin-bottom:15px;
}
.member .detail .title {
	font-size:18px;
	margin:15px 0;
}
.member .detail p.desc {
	font-size:13px;
    margin:30px auto;
}
.member .detail02 .table-wrap{
    margin:0 auto 40px;
}
.member .table-wrap table {
	box-sizing:border-box;
	width:100%;
	border:1px solid #e6e6e6;
	border-width:0px 1px 1px;
	padding-bottom:40px;
}
.member .table-wrap caption {
	text-align:left;
}
.member .caption-bg {
	margin-top:10px;
    font-size:16px;
	border:1px solid #e6e6e6;
}
.member .table-wrap td {
	padding:10px 2px 5px;
	text-align:left;
}
.member .table-wrap td:first-child {
	text-align:right;
	width:130px;
	vertical-align:top;
	padding-top:12px;
}
.member .table-wrap div {
	position:relative;
	padding-right:10px;
}
.member .table-wrap p {
	margin:10px 0 0;
}
.member .table-wrap div .red-text {
	position:absolute;
	right:0;
}
.member select {
	width:100px;
	margin:0 5px;
}
.member .t1 {
	margin-right:5px;
	width:220px;
}
.member .t2 {
	margin:0 5px;
	width:80px;
}
.member .t3 {
	margin-right:5px;
	width:140px;
}
.member .t4 {
	margin-right:5px;
	width:330px;
}
.member .t5 {
	margin-right:5px;
	width:590px;
}
.member .t6 {
    margin:0 5px 0 0;
    width:280px;
}
.member .t7 {
    margin:0 5px 0 0;
    width:100px;
}
.member textarea.t8 {
    width:570px;
    box-sizing:border-box;
    padding:5px;
    height:145px;
}
.member .profile-form label {
    margin-right:10px;
}
.member .captcha span,
.member .captcha img {
	display:inline-block;
	vertical-align:top;
}
.member .captcha a {
	margin:10px 0;
	display:inline-block;
}
.member .password-form table {
    border:0 none;
}
.member .password-form td:first-child {
    width:215px;
    font-size:15px;
    font-weight:bold;
}
.member .password-form input[type="password"] {
    width:265px;
}
.member .password-form .submit-wrap {
    text-align:left;
}
.form-wrap .password-form {
    margin:0 auto;
    padding:30px;
}
.member-forget-pass p {
    font-size:13px;
    color:#666;
    margin-bottom:20px;
}
.member-forget-pass .label {
    font-size:15px;
    color:#040404;
    font-weight:bold;
    line-height:30px;
}
.member-forget-pass input[type="text"],
.member-forget-pass input[type="email"] {
    width:265px;
    margin:0 10px;
    vertical-align:top;
    height:30px;
    box-sizing:border-box;
}
.member-forget-pass .btn-style {
    width:115px;
	height:30px;
	line-height:31px;
	color:#fff;
	border:0 none;
	text-decoration:none;
    font-weight:bold;
}
.member .detail04 td {
    color:#666;
    padding:10px 5px 5px;
}
.member .detail04 .t7 {
    margin:0 5px;
}
.member .detail05 .caption-bg {
    border-bottom:0 none;
}
.member .detail05 p {
    text-align:center;
    font-size:13px;
    margin:20px auto;
}
.member .detail05 td,
.member .detail07 td {
    text-align:center;
    padding:5px 10px;
    border:1px solid #d6d6d6;
    font-size:13px;
    color:#666;
}
.member .detail05 td span {
    margin:0 5px;
}
.member .detail05 thead td {
    color:#000;
}
.member .detail05 td.cell1 {
    width:410px;
    box-sizing:border-box;
    text-align:center;
}
.member .detail05 tbody td:first-child {
    text-align:left;
    width:auto;
}
.member .detail06 .t7 {
    margin:0 5px;
}
.member .detail07 {
    padding:0;
}
.member .detail07 td {
    font-size:12px;
    vertical-align:middle;
    padding:5px;
}
.member .detail07 .pro-filter {
    margin:20px auto;
    padding:5px 15px;
}
.member .detail07 .pro-filter div{
    display:inline-block;
    vertical-align:top;
}
.member .detail07 .pro-filter input[type="text"],
.member .detail07 .pro-filter input[type="search"],
.member .detail07 .pro-filter input[type="submit"],
.member .detail07 .pro-filter input[type="button"],
.member .detail07 .pro-filter select {
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    margin:5px 0;
}
.member .detail07 .pro-filter input[type="submit"],
.member .detail07 .pro-filter input[type="button"] {
    width:40px;
    background:url(../images/bg-search02.png) left center no-repeat;
    border:0 none;
    text-indent:-9999px;
}
.member .detail07 .search-wrap {
    background:#fff;
    box-sizing:border-box;
    border:1px solid #e6e6e6;
    height:28px;
    margin-top:3px;
}
.member .detail07 .pro-filter input[type="text"],
.member .detail07 .pro-filter input[type="search"] {
    width:150px;
    background:none;
    border:0 none;
}
.member .detail07 .pro-filter select {
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    height:26px;
    margin:4px 5px;
    padding:2px;
    width:185px;
}
.member .detail07 .cell3 {
    width:450px;
}
.member .detail07 td:first-child {
    width:auto;
    text-align:center;
    padding:5px;
    vertical-align:middle;
}
.member .detail07 td span {
    display:block;
    text-align:left;
    color:#b28500;
}
/** 詢問單cbox彈出視窗 */
.cbox-inline {
	display:none;
}
#pup-form {
	width:940px;
	padding:65px 70px;
	box-sizing:border-box;
	text-align:left;
	overflow:hidden;
}
#pup-form li, #faq-record li {
	list-style:none outside none;
}
#pup-form li {
	margin:20px 0;padding:0;
}
#pup-form div {
	display:inline-block;vertical-align:top;
}
#pup-form input {
	width:360px;
	box-sizing:border-box;
}
#pup-form textarea {
	width:720px;
	height:130px;
	box-sizing:border-box;
}
#pup-form div:first-child {
	min-width:70px;
}
#pup-form .captcha {
	width:500px;
}
#pup-form .captcha input {
	width:180px;
	margin:10px 10px 10px 0;
}
#pup-form .captcha img {
	float:right;
}
#pup-form .captcha a {
	color:#5eacb2;
	
}
#pup-form input[type=submit] {
	color:#fff;
	width:114px;
	padding:5px;
}
/** 經銷商登入頁彈出 */
#pup-dealer {
	width:800px;
	text-align:left;
	padding:70px;
}
#pup-dealer h1 {
	margin-bottom:20px;
}
#pup-dealer p {
	margin-bottom:10px;
}
#pup-dealer .address-list {
	font-size:0;
	border-top:2px solid #d8d8d8;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
#pup-dealer .address-list li {
	display:inline-block;
	vertical-align:top;
	width:380px;
	margin:30px 20px 0 0;
	box-sizing:border-box;
	font-size:12px;
	color:#666;
}
#pup-dealer .address-list .label {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:73px;
	height:25px;
	line-height:25px;
	color:#fff;
	margin-right:15px;
	background:#d8212a;
	border:1px solid #bb1e25;
}
#pup-dealer .address-list address {
	display:inline-block;
	vertical-align:top;
}
/** 歷史問答記錄 */
#faq-record {
	padding:65px 70px;
	box-sizing:border-box;
	text-align:left;
	overflow:hidden;
}
#faq-record .title-head {
	background:#000;
	color:#fff;
	line-height:32px;
	height:32px;
	padding:0;
}
#faq-record li, 
#faq-record li p {
	line-height:2;
}
#faq-record li p {
	padding:5px 0;
}
#faq-record .record-list li {
	border-bottom:1px dotted #d8d8d8;
}
#faq-record li > div > span {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 10px;
}
#faq-record .red-text {
	margin:0 5px;
}
#faq-record .faq-detail {
	display:none;
	padding:10px 20px;
	box-sizing:border-box;
	border:3px solid #666;
}
#faq-record li.on .faq-detail {
	display:block;
}
#faq-record .cell1 {
	width:50px;
	margin:0;
}
#faq-record .cell2 {
	width:140px;
}
#faq-record .cell3 {
	width:500px;
}
#faq-record .cell4 {
	width:115px;
}
#faq-record .faq-prev {
	padding:10px 0;
}
#faq-record .faq-prev .cell4 a {
	display:inline-block;
	padding-right:20px;
	background:url(../images/icon-arr11.png) right center no-repeat;
}
#faq-record li.on .faq-prev .cell4 a {
	background:url(../images/icon-arr09.png) right center no-repeat;
}
#faq-record .ans {
	margin:10px 0;
}
#faq-record .ans .title {
	background:url(../images/bg-pup-title.png);
	padding:5px 10px;
	position:relative;
}
#faq-record .ans .title time {
	position:absolute;
	right:10px;
	top:5px;
}
