﻿@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;

}

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;

}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」
	http://www.alistapart.com/articles/responsive-web-design

	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 915px 以下。 */
 body{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,"微軟正黑體";
 }
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#header_index{
	clear: both;
	margin-left: 0;
	margin-top: 60px;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg_mobile.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:915px;
	height:180px;
}
#header{
	clear: both;
	margin-left: 0;
	margin-top: 50px;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg_mobile.jpg);
	background-position:center -90px;
	background-repeat:no-repeat;
	background-size:810px;
	height:0px;
}
#header_sub{
	clear: both;
	margin-left: 0;
	margin-top: 50px;
	width: 100%;
	display: block;
	background-image:url(/img/header_subsection_bg.jpg);
	background-position:center -90px;
	background-repeat:no-repeat;
	background-size:810px;
	height:0px;
}
#mainmenu{
	clear: both;
	width:100%;
	margin: 0px auto;
}
#head_logo{
	float:left;
	display:inline;
	width:200px;
	padding-top:5px;
	padding-left:5px;
	margin-right:5px;
}
#big_menu_item{
	display:none;
}
#small_menu_item {
    top: 0;
    left: 0;
    width: 150px;
    height:100%;
    margin-left: -200px;
	padding-top:70px;
    position: fixed;
	z-index:999;
    background-color:#4e4e4e;
	background-image:url(/img/mobile_menu.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:150px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	/*
    -webkit-box-shadow: #000 0px 2px 8px;
    -moz-box-shadow: #000 0px 2px 8px;
    box-shadow: #000 0px 3px 8px;
	*/
}
#small_menu_item.active {
    left: 200px;
    /*width: 100%;*/
}
#small_menu_item ul{
	list-style-type: none; padding: 0; margin: 0;
}
#small_menu_item li{
	background-image:url(/img/mainmenu_div_mobile.png);
	background-position:-110px center;
	background-repeat:no-repeat;
	padding-left:40px;
	font-size:20px;
}
#small_menu_item a {
	display: block;
    padding:5px;
	color: #fff;
	text-decoration: none;
}
#small_menu_item a:hover {
	color: #fcd863;
	text-decoration: none;
}
#home_slogan {
	clear: both;
	padding-top:5px;
	margin: 0px auto;
}
.slogan_desktop {
	display:none;
}
.slogan_mobile_index {
	text-align:center;
	width:100%;
	padding-left:3px;
	max-width:526px;
	display:block;
}
.slogan_mobile {
	display:none;
}
#home_text_index {
	width:58%;
	color:#fff;
	padding-top:10px;
	padding-left:10px;
	font-size:13px;
	line-height:20px;
}
#home_text {
	display:none;
}
#mobile_anchor {
	position: absolute;
    display:block;
    width:100px;
    height:60px;
	top: 240px;
	z-index:-100;
}
#intro {
	margin: 0px auto;
}
#intro_box_mobile{
	background-image:url(/img/);
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:810px;
}
#intro_box{
	display:none;
}
.intro_main {
	margin: 0px auto;
	padding-top:5px;
	border-top:2px dotted #CCCCCC;
}
.intro_title {
	clear: both;
	margin: 0px auto;
	margin-top:10px;
	text-align:center;
	max-width:600px;
}
.intro_body {
	width: 100%;
	padding-top:10px;
}
.intro_body_img {
	display: block;
	max-width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
}
.index_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.index_video iframe,
.index_video object,
.index_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
}
.intro_body_single_img {
	width:350px;
	margin:0px auto;
}
.intro_body_words {
	width:550px;
}
.intro_body_sub_title {
	display: block;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	text-align:left;
}
.intro_body_sub_txt {
	padding:10px;
	font-size:20px;
	line-height:30px;
	white-space:normal;
	text-align:left;
}
.comment {
	padding-top:10px;
	font-size:13px;
	color:#666;
	line-height:16px;
	white-space:normal;
	text-align:left;
}
#service_box{
	background-image:url(/img/);
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:810px;
}
#service_table {
	margin:10px 5px 10px 5px;
}
#service_table .title {
	font-size:15px;
	font-weight:bold;
	color:#000;
	vertical-align:bottom;
	padding-bottom:15px;
}
#service_table .subtitle {
	font-size:13px;
	color:#000;
}
#service_table .list_title {
	font-size:15px;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:right;
}
#service_table .list_head {
	background-color:#717171;
	text-align:left;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 7px;
	line-height:30px;
	border-radius: 5px;
}
#service_table .list_head_blue {
	background-color:#349db4;
	text-align:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 7px;
	line-height:30px;
	border-radius: 5px;
}
#service_table .list_item {
	font-size:15px;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
#service_table .grey {
	padding-left:10px;
	color:#999;
	font-size:11px;
	line-height:20px;
	white-space:normal;
	text-align:right;
}
#service_table .row_section {
    border-bottom: 2px solid #11cdff;
	padding:5px;
}
#service_table .row_tail {
	padding:5px;
}
#service_table .row_list {
    border-bottom: 1px solid #dbdbdb;
	padding:5px;
}
#faq_box {
	margin:0px 10px 0px 10px;
}
#faq_box .faq_title {
	background-color:#717171;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	margin-top:5px;
	border-radius: 5px;
}
#faq_box .faq_txt {
	font-size:13px;
	line-height:24px;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
}
#faq_box .faq_q {
	font-weight:bold;
	font-size:15px;
	line-height:24px;
	color:#666;
	padding:5px;
	text-align:left;
	border-bottom:dotted 1px #cccccc;
}
#faq_box .faq_a {
	font-size:15px;
	line-height:24px;
	color:#666;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	background-color:#f2f2f2;
}
#faq_box .faq_txt_center {
	font-size:15px;
	line-height:24px;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:center;
}
#faq_box img {
	margin:5px;
}
#cs_box {
	margin:0px 10px 0px 10px;
}
#cs_box .cs_title {
	background-color:#717171;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
	margin-top:10px;
}
#cs_box .cs_txt {
	font-size:13px;
	line-height:20px;
	color:#666;
	text-align:left;
	padding-right:10px;
}
#cs_box .cs_line {
	padding:5px;
	border-bottom:1px solid #dbdbdb;
}
#cs_box .cs_txt_small {
	font-size:13px;
	line-height:20px;
	color:#666;
	text-align:left;
}
#cs_box .cs_txt_right {
	float:right;
	font-size:13px;
	line-height:20px;
	color:#666;
	text-align:right;
}
#video_box{
	background-image:url(/img/);
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:810px;
}
#video_box iframe {
	padding:10px;
}
#contact_box {
	background-image:url(/img/);
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:810px;
	margin-bottom:10px;
}
.contact_form_1 {
	padding:20px 10px 0 10px;
}
.contact_form_2 {
	padding:0px 10px 0 10px;
}
.col-xs-ak1 {
	position: relative;
	min-height: 1px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top:5px;
	float: left;
	text-align:right;
	width: 30%;
	font-size:16px;
}
.col-xs-ak2 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	font-size:16px;
	width: 60%;
}
.col-xs-ak3 {
	position: relative;
	min-height: 1px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top:5px;
	float: left;
	text-align:right;
	font-size:16px;
	width: 30%;
}
.col-xs-ak4 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	font-size:16px;
	width: 60%;
}
.form-check-inline {
	font-size:16px;
	padding-top:5px;
	float:left;
	margin-left:20px;
	margin-right:10px;
}
.form-control {
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px;
	width:100%;
}
.btn {
	font-size:16px;
	padding: 6px 40px;
}
.form_submit {
	clear:both;
	padding:10px;
	width:100%;
	text-align: center;
}
.img_limit {
	font-size:14px;
	padding-top:4px;
	color:indianred;
	float:left;
}
#retailer_box {
	background-image:url(/img/);
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:810px;
	margin-bottom:10px;
}
#retailer_table {
	margin:20px 10px 20px 10px;
}
#retailer_table .filter {
	display:block;
	clear:both;
	margin-bottom:10px;
	height:40px;
}
#retailer_table .row_list {
    border-bottom: 1px solid #dbdbdb;
	padding:5px;
}
#retailer_table .list_head {
	background-color:#717171;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
#retailer_table .name {
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}
#retailer_table .phone {
	display:none;
}
#retailer_table .address {
	font-size:16px;
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
#retailer_table .addresslink {
    cursor: pointer;
}
.comming {
	height:100px;
	font-size:16px;
	padding-top:50px;
}
#subintro_box {
	display:block;
	position:relative;
	margin-top:10px;
}
#subintro_box .top {
	padding:10px 10px 0px 10px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#subintro_box .top_short {
	padding:0px 10px 0px 10px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#subintro_box .title {
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#subintro_box a {
	font-size:16px;
	font-weight:normal;
	color:#0089ad;
	text-decoration:none;
}
#subintro_box a:hover {
	font-size:16px;
	font-weight:normal;
	color:#fead00;
	text-decoration:none;
}
#subintro_box .body {
	padding:10px;
	margin:0 auto;
}
#subintro_box .content {
	padding-top:10px;
	border-top:dotted #ccc 1px;
	margin-bottom:10px;
}
#subintro_box .preorder_banner {
	margin-bottom:10px;
	width:100%;
}
#subintro_box .preorder_count {
	margin-bottom:10px;
	border-radius:15px;
	padding:20px;
	background-color:#eaeaea;
	text-align:center;
	font-size:15px;
	color:#009ac3;
	width:100%;
}
.preorder_count h2{
	color:#009ac3;
}
.preorder_count h3{
	color:#009ac3;
}
#subintro_box .number {
	font-family:Arial, Helvetica, sans-serif;
	color:#00acda;
	font-size:30px;
	vertical-align:middle;
}
#subintro_box .number_ended {
	color:#ff7e00;
	font-size:30px;
	padding-bottom:20px;
	vertical-align:middle;
}
#subintro_box .order_box {
	background-color:#009ac3;
	margin-bottom:10px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	text-align:center;
	color:#fff;
	padding:10px;
	width:100%;
}
#subintro_box .order_form {
	margin-top:10px;
}
#subintro_box .order_title {
	font-size:17px;
	color:#fff;
	border-bottom:1px dashed #fff;
	padding-bottom:5px;
}
#subintro_box .form-control {
	float:none;
	margin-top:6px;
}
#subintro_box .order_button {
	clear:both;
	display:block;
	margin:15px 0px 15px 0px;
}
#subintro_box .order_button a:link {
	text-decoration: none;
	font-size:20px;
	color:#fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#ff7e00;
	padding:10px 30px 10px 30px;
}
#subintro_box .order_button a:visited {
	text-decoration: none;
	color:#fff;
}
#subintro_box .order_button a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#ff9a38;
}
#subintro_box .car_select {
	float:none;
	width:97%;
}
#subintro_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#subintro_box .order_txt {
	font-size:14px;
	line-height:24px;
	text-align:center;
	margin-top:5px;
	color:#fff;
}
#subintro_box .order_form_head {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#subintro_box .order_end {
	margin:20px;
	text-align:center;
}
#white_box {
	display:block;
	position:relative;
	border-top:2px dotted #CCCCCC;
}
#white_box .top {
	padding:10px 10px 0px 10px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#white_box .title {
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#white_box a {
	font-size:16px;
	font-weight:normal;
	color:#0089ad;
	text-decoration:none;
}
#white_box a:hover {
	font-size:16px;
	font-weight:normal;
	color:#fead00;
	text-decoration:none;
}
#white_box .body {
	padding:10px;
	margin:0 auto;
}
#white_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#white_box .note {
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#aaa;
}
.model_select_head {
	float:none;
	font-size:15px;
	color:#666;
	width:100%;
	height:100%;
	margin-top:10px;
	vertical-align:central;
	text-align:center;
}
.model_select_list {
	float:right;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#f6f6f6;
	margin-top:3px;
	margin-bottom:3px;
	padding:6px 6px 6px 10px;
	width:100%;
}
.model_select_item {
	float:left;
	font-size:15px;
	color:#666;
	width:60%;
}
.model_select_price {
	float:right;
	font-size:15px;
	color:#666;
	text-align:right;
	width:40%;
}
.form_box {
	float:right;
	font-size:15px;
	margin-top:10px;
	margin-bottom:3px;
	color:#000;
	width:100%;
}
.order_form_devide {
	clear:both;
	height:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dotted #ccc 1px;
}
#subintro_box .links {
	border-top:dotted #ccc 1px;
	padding-top:10px;
	text-align:center;
}
#subintro_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#subintro_box .tail {
	margin:0 auto;
}
.go_preorder {
	display:none;
}
.model_picture_head {
	background-color:#349db4;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
.txt_title {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px 10px 3px 10px;
	margin:10px 0px 5px 0px;
	text-align:center;
	border-color:#3CF;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	color:#000;
}
.note {
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#aaa;
}
.tz-gallery {
    padding: 0px;
}
.tz-gallery .thumbnail {
    padding: 0;
    margin:5px 0px 5px 0px;
    border: none;
}
.tz-gallery img {
    border-radius: 5px;
}
.event_pricetable {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:central;
}
.baguetteBox-button {
    background-color: transparent !important;
}
#footer_mobile {
	background-image:url(/img/footer_bg.png);
	background-position:top;
	box-sizing: border-box;
	width: 100%;
}
#footer_mobile .box {
	display:table;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#footer_mobile .logo {
	display:table-cell;
	float:left;
	margin-right:10px;
	max-width:45px;
}
#footer_mobile .txt {
	float:left;
	color:#fff;
	font-size:12px;
	line-height:16px;
	display:table-cell;
	text-align:center;
	padding-left:3px;
	white-space:nowrap;
}
#footer_desktop {
	display:none;
}

/* 表格版面: 916px 到1280px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 916px) {

body {
	background-image:url(/img/body_bg.jpg);
	background-position:center 220px;
	background-repeat:repeat;
	background-size:1100px;
}


.gridContainer {
	width: 100%;
	padding-left:0;
	padding-right:0;
	margin-bottom:110px;
}
#header_index{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1500px;
	height:242px;
}
#header_sub{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_subsection_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1500px;
	height:242px;
}
#header{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1500px;
	height:242px;
}
.navbar-default {
	display:none;
}
#mainmenu{
	clear: both;
	width:920px;
	margin: 0px auto;
}
#navbar_toggle{
	float:left;
	margin-right:5px;
	display:none;
}
#head_logo{
	float:left;
	display:inline;
	width:250px;
	margin-top:-10px;
}
#menu_item {
	width:920px;
}
#big_menu_item{
	display: block;
	float:left;
}
#big_menu_item ul{
	list-style-type: none; padding: 0; margin: 0;
}
#big_menu_item li{
	font-weight:bold;
	font-size: 16px;
	color: #000;
	float: left;
	display:inline;
	background-image:url(/img/mainmenu_div.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
	padding-right:0px;
}
#big_menu_item a {
	display: block;
    padding:10px;
	color: #ffffff;
	text-decoration: none;
}
#big_menu_item a:hover {
	color: #fcd863;
	text-decoration: none;
}
#small_menu_item {
	display:none;
}
#home_slogan {
	width:530px;
	padding-top:0px;
	float:left;
	margin-left:20px;
	display:block;
}
.slogan_desktop {
	display:block;
}
.slogan_mobile {
	display:none;
}
.slogan_mobile_index {
	display:none;
}
#home_text {
	width:530px;
	padding-top:10px;
	padding-left:10px;
	color:#fff;
	font-size:20px;
	line-height:30px;
	display:block;
}
#home_text_index {
	width:530px;
	padding-top:10px;
	padding-left:10px;
	color:#fff;
	font-size:20px;
	line-height:30px;
	display:block;
}
#intro {
	margin: 0px auto;
	padding-top:10px;
}
#intro_box_mobile {
	display:none;
}
#intro_box {
	display:block;
	text-align:center;
	background-image:url(/img/intro_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
}
.comment {
	padding-top:10px;
	font-size:15px;
	color:#666;
	line-height:20px;
	white-space:normal;
	text-align:left;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom:-10px;
	height:440px;
}
.intro_main {
	margin: 0px auto;
	display:inline-block;
	width:680px;
	padding-top:0px;
	border:none;
}
.intro_title {
    width:70%;
	margin: 0px auto;
}
.intro_body {
	display: table;
	width: 100%;
}
.intro_body_img {
	display: table-cell;
	max-width: 227px;
	width: 227px;
	overflow:hidden;
}
.video-container {
    position: relative;
	margin-top: 5px;
	margin-left: 10px;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    top: 0;
    left: 0;
    width: 655px;
	height:91%;
}
.index_video {
    position: relative;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	margin:0 auto;
	width:650px;
	height:365px;
}
.index_video iframe,
.index_video object,
.index_video embed {
    top: 0;
    left: 0;
    width: 650px;
	height:365px;
}
.intro_body_single_img {
	width:350px;
	margin-left:10px;
	margin-top:10px;
	margin-right:20px;
	float:left;
}
.intro_body_words {
	width:550px;
	float:right;
}
.intro_body_sub_title {
	display: block;
	padding-top:30px;
	padding-left:10px;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	text-align:left;
}
.intro_body_sub_txt {
	padding-top:10px;
	padding-left:10px;
	font-size:20px;
	line-height:30px;
	white-space:normal;
	text-align:left;
}
#service_table {
	margin:0px 10px 0px 10px;
}
#service_table .title {
	font-size:24px;
	font-weight:bold;
	color:#000;
	padding-bottom:15px;
}
#service_table .subtitle {
	font-size:16px;
	color:#000;
}
#service_table .list_title {
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:right;
}
#service_table .list_head {
	background-color:#717171;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
#service_table .list_head_blue {
	background-color:#349db4;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
#service_table .list_item {
	font-size:16px;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
#service_table .grey {
	padding-left:10px;
	color:#999;
	font-size:13px;
	line-height:20px;
	white-space:normal;
	text-align:right;
}
#service_table .row_section {
    border-bottom: 2px solid #11cdff;
	padding:5px;
}
#service_table .row_tail {
	padding:5px;
}
#service_table .row_list {
    border-bottom: 1px solid #dbdbdb;
	padding:5px;
}
#faq_box {
	margin:0px 10px 0px 10px;
}
#faq_box .faq_title {
	background-color:#717171;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	margin-top:10px;
	line-height:20px;
	border-radius: 5px;
}
#faq_box .faq_txt {
	font-size:15px;
	line-height:24px;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
}
#faq_box .faq_q {
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	color:#666;
	padding:5px;
	text-align:left;
	border-bottom:dotted 1px #cccccc;
}
#faq_box .faq_a {
	font-size:15px;
	line-height:24px;
	color:#666;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	background-color:#f2f2f2;
}
#faq_box .faq_txt_center {
	font-size:15px;
	line-height:24px;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:center;
}
#faq_box img {
	margin:5px;
}
#cs_box {
	margin:0px 10px 0px 10px;
}
#cs_box .cs_title {
	background-color:#717171;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
	margin-top:10px;
}
#cs_box .cs_txt {
	font-size:15px;
	line-height:24px;
	color:#666;
	text-align:left;
}
#cs_box .cs_line {
	padding:5px;
	border-bottom:1px solid #dbdbdb;
}
#cs_box .cs_txt_small {
	font-size:13px;
	line-height:24px;
	color:#666;
	text-align:left;
}
#cs_box .cs_txt_right {
	float:right;
	font-size:15px;
	line-height:24px;
	color:#666;
	text-align:right;
}
[data-slide-to] {
    cursor: pointer;
}
.contact_form_1 {
	padding:20px 10px 0 10px;
	width:40%;
	float:left;
}
.contact_form_2 {
	padding:20px 10px 0 10px;
	width:60%;
	float:left;
}
.col-xs-ak1 {
	position: relative;
	min-height: 1px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top:5px;
	float: left;
	text-align:right;
	width: 35%;
	font-size:16px;
}
.col-xs-ak2 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	width: 55%;
}
.col-xs-ak3 {
	position: relative;
	min-height: 1px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top:5px;
	float: left;
	text-align:right;
	width: 30%;
	font-size:16px;
}
.col-xs-ak4 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	width: 60%;
}
.form-check-inline {
	font-size:16px;
	padding-top:5px;
	float:left;
	margin-left:20px;
	margin-right:10px;
}
.form-control {
	font-size:16px;
	margin:5px;
	width:25%;
	float:left;
}
.form-control-submit {
	font-size:16px;
	margin:5px;
	width:auto;
	float:left;
}
.btn {
	font-size:16px;
	padding: 6px 40px;
}
#retailer_table {
	margin:0px 10px 0px 10px;
}
#retailer_table .filter {
	display:block;
	clear:both;
	margin-bottom:10px;
	height:40px;
}
#retailer_table .row_list {
    border-bottom: 1px solid #dbdbdb;
	padding:5px;
}
#retailer_table .list_head {
	background-color:#717171;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
#retailer_table .name {
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:0px;
	text-align:right;
}
#retailer_table .phone {
	display:table-cell;
	font-size:16px;
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
#retailer_table .address {
	font-size:16px;
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
#retailer_table .addresslink {
    cursor: pointer;
}
#companylist {
	bottom:auto;
	overflow:auto;
}
.comming {
	height:200px;
	font-size:16px;
	text-align:center;
	padding-top:100px;
}
.form_submit {
	clear:both;
	padding:10px;
	width:100%;
	text-align: center;
}
.img_limit {
	font-size:14px;
	padding-top:4px;
	color:indianred;
	float:left;
}
#subintro_box {
	display:block;
	position:relative;
	margin-top:-180px;
}
#subintro_box .top {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	height:130px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:770px;
	text-align:center;
}
#subintro_box .top_short {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	height:80px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:770px;
	text-align:center;
}
#subintro_box .title {
	font-size:20px;
	font-weight:bold;
	color:#000;
}
#subintro_box a {
	font-weight:normal;
	color:#0089ad;
	text-decoration:none;
	font-size:15px;
}
#subintro_box a:hover {
	font-weight:normal;
	color:#fead00;
	text-decoration:none;
	font-size:15px;
}
#subintro_box .body {
	background-image:url(/img/subsection_bg_body.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:770px;
	padding:10px 60px 10px 60px;
	margin:0 auto;
	width:770px;
}
#subintro_box .content {
	padding-top:10px;
	margin-bottom:10px;
	border-top:dotted #ccc 1px;
}
#subintro_box .preorder_banner {
	margin-top:-42px;
	margin-bottom:10px;
	width:100%;;
}
#subintro_box .preorder_count {
	margin-bottom:10px;
	border-radius:15px;
	padding:20px;
	background-color:#eaeaea;
	text-align:center;
	font-size:15px;
	color:#000;
	width:100%;;
}
#subintro_box .number {
	font-family:Arial, Helvetica, sans-serif;
	color:#00acda;
	font-size:40px;
	vertical-align:middle;
}
#subintro_box .number_ended {
	color:#ff7e00;
	font-size:40px;
	padding-bottom:20px;
	vertical-align:middle;
}
#subintro_box .order_box {
	background-color:#009ac3;
	margin-bottom:10px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	text-align:center;
	color:#fff;
	padding:10px;
	width:100%;
}
#subintro_box .order_form {
	margin-top:10px;
}
#subintro_box .order_title {
	font-size:20px;
	color:#fff;
	border-bottom:1px dashed #fff;
	padding-bottom:5px;
}
#subintro_box .form-control {
	float:left;
}
#subintro_box .order_button {
	clear:none;
	margin:9px;
}
#subintro_box .order_button a:link {
	text-decoration: none;
	font-size:26px;
	color:#fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#ff7e00;
	padding:0px 30px 0px 30px;
	width:30%;
}
#subintro_box .order_button a:visited {
	color:#fff;
}
#subintro_box .order_button a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#ff9a38;
}
#subintro_box .car_select {
	float:left;
	width:22%;
	margin:5px;
}
#subintro_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#subintro_box .order_txt {
	display:block;
	clear:both;
	font-size:14px;
	line-height:24px;
	text-align:center;
	margin-top:5px;
	color:#fff;
}
#subintro_box .order_form_head {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#subintro_box .order_end {
	margin:20px;
	text-align:center;
}
#white_box {
	display:block;
	position:relative;
	border-top:0px;
}
#white_box .top {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	height:130px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:770px;
	text-align:center;
}
#white_box .top_short {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	height:80px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:770px;
	text-align:center;
}
#white_box .title {
	font-size:20px;
	font-weight:bold;
	color:#000;
}
#white_box a {
	font-weight:normal;
	color:#0089ad;
	text-decoration:none;
	font-size:15px;
}
#white_box a:hover {
	font-weight:normal;
	color:#fead00;
	text-decoration:none;
	font-size:15px;
}
#white_box .body {
	background-image:url(/img/subsection_bg_body.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:770px;
	padding:10px 100px 10px 100px;
	margin:0 auto;
	width:770px;
}
#white_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#white_box .note {
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#aaa;
}
#white_box .links {
	border-top:dotted #ccc 1px;
	text-align:center;
	padding-top:15px;
	font-size:15px;
}
#white_box .tail {
	background-image:url(/img/subsection_bg_bottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	padding:0px 70px 0px 70px;
	margin:0 auto;
	width:770px;
	height:60px;
}
.model_select_head {
	float:left;
	font-size:15px;
	color:#666;
	width:27%;
	height:100%;
	margin-top:10px;
	vertical-align:central;
	text-align:left;
}
.model_select_list {
	float:right;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#f6f6f6;
	margin-top:3px;
	margin-bottom:3px;
	padding:6px 6px 6px 10px;
	width:73%;
}
.model_select_item {
	float:left;
	font-size:15px;
	color:#666;
	width:60%;
}
.model_select_price {
	float:right;
	font-size:15px;
	color:#666;
	text-align:right;
	width:40%;
}
.form_box {
	float:right;
	font-size:15px;
	margin-top:10px;
	margin-bottom:3px;
	color:#000;
	width:70%;
}
.order_form_devide {
	clear:both;
	height:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dotted #ccc 1px;
}
#subintro_box .links {
	border-top:dotted #ccc 1px;
	text-align:center;
	padding-top:15px;
	font-size:15px;
}
#subintro_box .tail {
	background-image:url(/img/subsection_bg_bottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:770px;
	padding:0px 70px 0px 70px;
	margin:0 auto;
	width:770px;
	height:60px;
}
.go_preorder {
	display:block;
	position:fixed;
	top:10%;
	right:0px;
	z-index:500;
	float:right;
	height:200px;
	width:100px;
}
.faq_car_box {
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	padding:0px;
	width:100%;
}
.faq_car_select {
	width:180px;
	padding:5px;
	display:table-cell;
}
.carmodel_selector_box {
	background-color:#f2f2f2;
	padding:5px;
	margin-top:10px;
	border-radius: 5px;
	text-align:center;
}
.model_left {
	width:50%;
	margin-top:10px;
	float:left;
}
.model_right {
	width:50%;
	margin-top:10px;
	float:left;
}
.model_picture_head {
	background-color:#349db4;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 5px 10px;
	line-height:20px;
	border-radius: 5px;
}
.txt_title {
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	padding:0px 10px 3px 10px;
	margin:0px 10px 5px 10px;
	text-align:center;
	border-color:#3CF;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	color:#000;
}
.note {
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#aaa;
}
.tz-gallery {
    padding: 0px;
}
.tz-gallery .thumbnail {
    padding: 0;
    margin:5px 0px 5px 0px;
    border: none;
}
.tz-gallery img {
    border-radius: 5px;
}
.event_pricetable {
	font-family:"微軟正黑體";
	text-align:center;
	font-size:16px;
}
.buy_step {
		margin-bottom: 10px;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #666;
    width: 100%;
}
.buy_step_box{
	 margin-top: 20px;
}
.buy_step p{
	text-align: left;
	padding: 20px;
	color:#666;
}
.buy_step h2{
	color:#009ac3;
}
.step_rounded_corners{
	border-radius: 80px;
}
.buy_box{
	text-align:center
}
.buy_box h1,h2{
	text-align:center;
	color:#009ac3;
}
.buy_box_height{
	margin-bottom: 20px
}
.baguetteBox-button {
    background-color: transparent !important;
}
#footer_mobile {
	display:none;
}
#footer_desktop {
	display:block;
	height: 120px;
	position:fixed;
    left:0px;
    bottom:0px;
	background-image:url(/img/footer_bg.png);
	background-position:top;
	box-sizing: border-box;
	width: 100%;
	z-index: 20;
}
#footer_desktop .box {
	display:table;
	margin:0 auto;
	padding-top:10px;
}
#footer_desktop .logo {
	display:table-cell;
	float:left;
	margin-right:10px;
}
#footer_desktop .links {
	width: 200px;
}
#footer_desktop .links ul {
	list-style-type: none; padding: 0; margin: 0;
}
#footer_desktop .links li {
	color:#fff;
	font-size:14px;
	line-height:24px;
	white-space:nowrap;
}
#footer_desktop .links a {
	color:#00e1ff;
}
#footer_desktop .links a:hover {
	color: #fcd863;
	text-decoration: none;
}
#footer_desktop .txt {
	color:#fff;
	font-size:14px;
	line-height:24px;
	display:table-cell;
	margin-left:10px;
	border-left:1px solid #666;
	padding-left:10px;
	white-space:nowrap;
}
.rounded_corners {
	border-radius: 20px;
}
}

/* 桌面版面: 1281px 到最大 1920px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 1281px) {
body{
	background-image:url(/img/body_bg.jpg);
	background-position:center 310px;
	background-repeat:repeat;
	background-size:1500px;
}

.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left:0;
	padding-right:0;
	margin-bottom:110px;
}
#header_index{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1920px;
	height:313px;
}
#header_sub{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_subsection_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1920px;
	height:313px;
}
#header{
	clear: both;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	background-image:url(/img/header_bg.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	background-size:1920px;
	height:313px;
}
.navbar-default {
	display:none;
}
#mainmenu{
	clear: both;
	width:1200px;
	margin: 0px auto;
}
#menu_item {
	width:1200px;
}
#navbar_toggle{
	float:left;
	margin-right:5px;
	display:none;
}
#head_logo{
	float:left;
	display:inline;
	width:335px;
	margin-top:-5px;
}
#big_menu_item{
	display: block;
	float:left;
	padding-left:10px;
}
#big_menu_item ul{
	list-style-type: none; padding: 0; margin: 0;
}
#big_menu_item li{
	font-weight:bold;
	font-size: 20px;
	color: #000;
	float: left;
	display:inline;
	background-image:url(/img/mainmenu_div.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:12px;
	padding-right:10px;
}
#big_menu_item a {
	display: block;
    padding:10px;
	color: #ffffff;
	text-decoration: none;
}
#big_menu_item a:hover {
	color: #fcd863;
	text-decoration: none;
}
#small_menu_item {
	display:none;
}
#home_slogan {
	padding-top:10px;
	float:left;
	margin-left:50px;
}
.slogan_desktop {
	display:block;
	margin-left:-30px;
	width:760px;
}
.slogan_mobile {
	display:none;
}
#home_text {
	width:640px;
	padding-top:5px;
	margin-left:-30px;
	color:#fff;
	font-size:20px;
	line-height:30px;
}
#home_text_index {
	width:640px;
	padding-top:5px;
	margin-left:-30px;
	color:#fff;
	font-size:20px;
	line-height:30px;
}
#intro {
	margin: 0px auto;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom:-10px;
	height:560px;
}
#intro_box_mobile {
	display:none;
}
#intro_box {
	display:block;
	text-align:center;
	background-image:url(/img/intro_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1060px;
}
.intro_main {
	margin: 0px auto;
	display:table;
	width:950px;
	border:none;
	overflow:hidden;
	padding-top:0px;
}
.intro_title {
    width:600px;
	margin: 0px auto;
}
.intro_body {
	display: table;
	width: 100%;
}
.intro_body_img {
	display: table-cell;
	max-width: 317px;
	width:317px;
	overflow:hidden;
}
.video-container {
    position: relative;
    margin-top: 10px;
	margin-left: 15px;
	height: 0;
	overflow: hidden;
	max-width:840px;
	height:100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	top: 10px;
    left: 0;
    width: 840px;
	height:92.5%;
}
.index_video {
    position: relative;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	margin:0 auto;
	width:840px;
	height:470px;
}
.index_video iframe,
.index_video object,
.index_video embed {
    top: 0;
    left: 0;
    width: 840px;
	height:470px;
}
.intro_body_single_img {
	width:500px;
	margin-left:10px;
	margin-top:20px;
	margin-right:20px;
	float:left;
}
.intro_body_words {
	width:550px;
	float:right;
}
.intro_body_sub_title {
	display: block;
	padding-top:40px;
	padding-left:10px;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	text-align:left;
}
.intro_body_sub_txt {
	padding-top:10px;
	padding-left:10px;
	font-size:20px;
	line-height:30px;
	white-space:normal;
	text-align:left;
}
#service_table {
	margin:10px 10px 0px 10px;
}
#contact_box {
	display:block;
	text-align:center;
	background-image:url(/img/intro_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1060px;
}
.contact_form_1 {
	padding:30px 10px 0 10px;
	width:40%;
	float:left;
}
.contact_form_2 {
	padding:30px 10px 0 10px;
	width:60%;
	float:left;
}
.col-xs-ak1 {
	position: relative;
	min-height: 1px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top:5px;
	float: left;
	text-align:right;
	width: 30%;
	font-size:16px;
}
.col-xs-ak2 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	width: 60%;
}
#retailer_table {
	margin:10px 10px 0px 10px;
}
#subintro_box_mobile {
	display:none;
}
#subintro_box {
	display:block;
	position:relative;
	margin-top:-220px;
}
#subintro_box .top {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	height:140px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:1000px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
#subintro_box .top_short {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	height:100px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:1000px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
#subintro_box .title {
	font-size:30px;
	font-weight:bold;
	color:#000;
}
#subintro_box a {
	font-weight:normal;
	color:#0089ad;
	text-decoration:none;
}
#subintro_box a:hover {
	font-weight:normal;
	color:#fead00;
	text-decoration:none;
}
#subintro_box .body {
	background-image:url(/img/subsection_bg_body.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:1000px;
	padding:10px 70px 10px 70px;
	margin:0 auto;
	width:1000px;
}
#subintro_box .content {
	padding-top:10px;
	border-top:dotted #ccc 1px;
}
#subintro_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#subintro_box .links {
	border-top:dotted #ccc 1px;
	padding-top:20px;
	text-align:center;
	font-size:16px;
}
#subintro_box .tail {
	background-image:url(/img/subsection_bg_bottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	margin:0 auto;
	width:1000px;
	height:90px;
}
#white_box {
	display:block;
	position:relative;
	border-top:0px;
}
#white_box .top {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	height:140px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:1000px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
#white_box .top_short {
	background-image:url(/img/subsection_bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	height:100px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	width:1000px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#000;
}
#white_box .body {
	background-image:url(/img/subsection_bg_body.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:1000px;
	padding:30px 200px 10px 200px;
	margin:0 auto;
	width:1000px;
}
#white_box .txt {
	font-size:15px;
	line-height:24px;
	text-align:left;
	color:#666;
}
#white_box .tail {
	background-image:url(/img/subsection_bg_bottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1000px;
	margin:0 auto;
	width:1000px;
	height:90px;
}
.go_preorder {
	display:block;
	position:fixed;
	top:10%;
	right:0px;
	z-index:500;
	float:right;
	height:300px;
	width:150px;
}
#footer_mobile {
	display:none;
}
[data-slide-to] {
    cursor: pointer;
}
.rounded_corners{
	border-radius: 20px;
}
.txt_2{
	text-align:center;
	padding: 0 0 20px 0;
	font-size: 16px;
  line-height: 33px;
}
.tittle_color{
	color:#009ac3;
}
.box{
	margin-bottom: 40px;
}
.text_align_right{
	text-align:right;
}
.btn_margin{
	margin-top: -15px;
}
.rounded_corners{
	border-radius: 20px;
}
/* .buy-online_margin{
	margin-bottom: -4px;
} */

}
