body{
	font-family: Arial, "微軟正黑體", sans-serif;
	font-size: 15px;
	background-color: #fff;
	color: #222;
	line-height: 1.5;
	width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #222;
}
a:hover {
	color: #0053a5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 { font-size: 30px; }
h2 {
	font-size: 26px;
	font-weight: bold;
}
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 15px }
hr {
    display: block;
	margin: 0 0 20px;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cfcfcf;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center, .mobi-center {
	text-align: center;
}
.mobi-hide {
	display: none;
}
.margin-bt-sm {
	margin-bottom: 10px;
}
.margin-bt-md {
	margin-bottom: 0px;
}
.margin-bt-lg {
	margin-bottom: 20px;
}
.text-note, a.text-note {
	color: #555;
	font-size: 12px;
	line-height: 1.8;
}
.text-primary, a.text-primary {
	color: #0081e4;
}
.text-default, a.text-default {
	color: #999;
}
.text-focus, a.text-focus {
	color: #eb0000;
}
.text-small {
	font-size: 13px;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.double-spaced {
	line-height: 2;
}
.pc-wrap br {
	display: none;
}
.block {
	display: block;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img-nospace {
	line-height: 0;
}
.list-styled {
	margin-left: 20px;
}
.list-unstyled {
	list-style: none;
}
.editor li, .terms li {
	margin-left: 25px;
}
.editor p {
	margin: 0 0 1em;
}
.editor-links {
	margin: 0 0 10px 20px;
}
.editor-links .fb, .editor-links .line {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/icon_social.png);
}
.editor-links .line {
	margin-left: 10px;
	background-position: -30px 0;
}
.editor-links .heavy, .editor-links .domestic {
	display: inline-block;
	margin-right: 5px;
	width: 28px;
	height: 21px;
	vertical-align: middle;
	background: url(../images/icon_product.png);
	background-size: 140px 21px;
}
.editor-links .domestic {
	background-position: -28px 0;
}
.editor-links .heavy {
	background-position: -56px 0;
}
.terms li {
	list-style: decimal;
}
.terms li li {
	list-style: upper-roman;
}
.terms li li li {
	list-style: lower-roman;
}
.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: 100%;
}
.header > .container {
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.logo {
	float: left;
	margin: 10px 0 5px 10px;
}
.toggle-nav {
	float: right;
	margin: 14px 10px 0 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon_bar.png);
	background-size: 100%;
}
.nav {
	display: none;
}
.nav a {
	display: block;
	font-weight: bold;
}
.nav-main {
	border-top: 2px solid #0066ca;
}
.nav-main > li {
	font-size: 18px;
	background: url(../images/bg_nav.jpg) repeat-x;
}
.nav-main > li > a {
	padding-left: 20px;
	height: 44px;
	line-height: 44px;
}
.nav-main > li:hover > a, .nav-main > li.active > a, .nav-main > li:last-child:hover > a {
	color: #fff;
	background: url(../images/bg_nav_hover.jpg) repeat-x;
}
.nav-main ul, .index-nav ul {
	display: none;
	padding: 7px 20px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
/*.nav-main li:hover ul {
	display: block;
}*/
.nav-main ul li {
	font-size: 15px;
	border-bottom: 1px dotted #777;
}
.nav-main ul li:last-child, .index-nav ul li:last-child {
	border-bottom: none;
}
.nav-main ul a {
	position: relative;
	padding: 7px 25px 7px 0;
}
.nav-main ul a:hover {
	color: #0053a5;
}
.nav-main ul a:after, .index-nav ul a:after {
	position: absolute;
	content: '>';
	right: 0;
	top: 10px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #a5a5a5;
	background-color: #fff;
	border-radius: 8px;
}
.nav-main ul a:hover:after, .index-nav ul a:hover:after {
	color: #fff;
	background-color: #155ba5;
}
.nav-sub {
	padding: 20px 20px 10px;
	background-color: #999;
}
.nav-sub li {
	float: left;
	padding-right: 10px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	line-height: 1;
	border-right: 1px solid #c6c6c6;
}
.nav-sub li:last-child {
	border-right: none;
}
.nav-sub a {
	color: #fff;
}
.breadcrumb {
	padding: 10px 10px 10px 30px;
	font-size: 13px;
	background: url(../images/icon_home.png) no-repeat 10px 53px;
}
.breadcrumb, .breadcrumb a {
	color: #757575;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span {
	color: #0066ca;
}
.wrapper {
	padding-bottom: 50px;
}
.wbt {
	border-top: 3px solid #0066ca;
}
.footer a:hover {
	text-decoration: underline;
}
.wrapper .container, .footer .container {
	padding-left: 10px;
	padding-right: 10px;
}
.ft-menu {
	padding: 10px 0;
	background-color: #016dd0;
}
.ft-menu ul {
	text-align: center;
	margin-bottom: 10px;
}
.ft-menu li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}
.ft-menu li a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
}
.ft-menu li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/icon_ft.png) no-repeat;
}
.ft-menu li:nth-child(2) i {
	background-position: -30px 0;
}
.ft-menu li:nth-child(3) i {
	background-position: -60px 0;
}
.ft-menu li:nth-child(4) i {
	background-position: -90px 0;
}
.ft-search {
	margin: 0 auto;
	width: 260px;
	background-color: #fff;
	border: 1px solid #3c72a4;
}
.ft-search input {
	float: left;
	height: 32px;
	line-height: 32px;
	border: none;
}
.ft-search input[type="text"] {
	padding-left: 5px;
	width: 218px;
}
.ft-search input[type="button"] {
	width: 40px;
	background: url(../images/icon_search.png) no-repeat center center;
	cursor: pointer;
}
.ft-nav {
	padding: 15px 0 0;
}
.ft-nav > nav > ul > li {
	float: left;
	margin-bottom: 15px;
	width: 50%;
}
.ft-nav > nav > ul > li:nth-child(odd) {
	clear: left;
}
.ft-nav h5 {
	color: #00428f;
	font-weight: bold;
}
.ft-nav ul ul li a {
	color: #666;
	font-size: 13px;
}
.cpr {
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
	line-height: 2;
	font-size: 13px;
}
.cpr b {
	color: #0051c3;
}
.cpr .pc-right {
	color: #666;
	font-size: 12px;
}
.cpr .pc-right a {
	color: #666;
}
.title-main {
	padding: 5px 10px;
	font-weight: bold;
	background: url(../images/bg_title_main.gif) repeat-x left bottom;
	border-top: 3px solid #282828;
}
.title-main small {
	font-size: 15px;
}
.title-main img {
	margin-right: 5px;
	vertical-align: text-top;
}
.title-sub {
	padding-left: 35px;
	background-size: 18px 18px;
	background-image: url(../images/icon_circle_o.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
.title-sub.text-primary {
	background-image: url(../images/icon_circle_ob.png);
}
.text-inner {
	padding: 0 10px;
}
.side {
	display: none;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 999;
}
.side-moto {
	display: block;
	margin-bottom: 10px;
	width: 90px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	background-color: #0365ca;
	border-left: 3px solid #0153a5;
	border-right: 3px solid #0153a5;
	box-shadow: 0px 3px 1px 0px rgba(0,0,0,.15);
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.side-moto:hover {
	color: #fff;
}
.top {
	display: block;	
	padding: 10px 5px 0 17px;
	height: 60px;
	color: #777;
	font-size: 12px;
}
.top i {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/top.png) no-repeat center center;
}
.pagination {
	padding-top: 20px;
	border-top: 3px solid #282828;
}
.pagination > ul {
	display: inline-block;
	padding-left: 0;	
}
.pagination > ul > li {
	display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
	position: relative;
	float: left;
	margin: 0 3px;
	padding: 0 8px;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #016ed3;
	cursor: default;
}
@media only screen and (min-width: 768px) {
	.pc-left {
		float: left;
	}
	.pc-right {
		float: right;
	}
	.mobi-center {
		text-align: left;
	}
	.mobi-hide {
		display: block;
	}
	.margin-bt-sm {
		margin-bottom: 15px;
	}
	.margin-bt-md {
		margin-bottom: 25px;
	}
	.margin-bt-lg {
		margin-bottom: 40px;
	}
	.pc-wrap br {
		display: block;
	}
	.container, .product-menu, .product-nav {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	.header, .wrapper, .footer, .index-kv {
		min-width: 1000px;
	}
	.header {
		position: relative;
		min-height: 150px;
	}
	.header > .container {
		position: absolute;
		top: 0;
		left: 50%;
		height: 150px;
		margin-left: -480px;
	}
	.head-outer {
		border: 1px solid #e5e5e5;
		border-top: none;
	}
	.header .kv {
		background-color: #0b0f14;
	}
	.logo {
		margin: 10px 0 0 20px;
	}
	.toggle-nav {
		display: none;
	}
	.nav {
		display: block;
	}
	.nav-main {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
	}
	.nav-main > li {
		position: relative;
		float: left;
		width: 16.66%;
	}
	.nav-main > li > a {
		position: relative;
		padding-left: 0;
		text-align: center;
		background: url(../images/bg_nav_dv.png) no-repeat right 8px;
	}
	.nav-main > li:last-child > a {
		background: none;
	}
	.nav-main ul, .index-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.nav-main ul li {
		float: none;
	}
	.nav-sub {
		position: absolute;
		right: 0;
		top: 30px;
		padding: 0;
		background-color: transparent;
	}
	.nav-sub li {
		margin: 0 10px 0 0;
	}
	.nav-sub a {
		color: #222;
	}
	.nav-sub a:hover {
		color: #0053a5;
	}
	.breadcrumb {
		position: absolute;
		left: 20px;
		top: 120px;
		padding: 0 0 0 20px;
		background-position: left 3px;
	}
	.wrapper .container, .footer .container {
		padding: 0;
	}
	.ft-menu ul {
		text-align: left;
		margin-bottom: 0;
	}
	.ft-nav {
		padding: 25px 0;
	}
	.ft-nav > nav > ul > li {
		margin-bottom: 0;
		width: 12.5%;
	}
	.ft-nav > nav > ul > li:nth-child(odd) {
		clear: none;
	}
	.ft-nav h5 {
		margin-bottom: 4px;
	}
	.cpr {
		padding: 15px 0;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 1024px) {
	.side {
		right: 50%;
		margin-right: -560px;
	}
	.top {
		background: url(../images/bg_top.png) no-repeat left center;
	}
}

/* Products
=============================================*/
.product-menu, .product-nav {
	color: #fff;
	background-color: #0066ca;
}
.product-menu li a, .product-nav li a {
	display: block;
	color: #fff;
}
.product-menu {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
.product-menu h3 {
	margin-bottom: 10px;
}
.product-menu li {
	display: inline-block;
	margin-left: -5px;
}
.product-menu li a {
	padding: 4px 20px;
	border: 1px solid #004a92;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,.5);
}
.product-menu li:first-child a {
	border-radius: 5px 0 0 0;
}
.product-menu li:last-child a {
	border-radius: 0 0 5px 0;
}
.product-menu li a:hover, .product-menu li a.active {
	background-color: #0053a5;
	box-shadow: inset 1px -1px 2px 0px rgba(255,255,255,.3);
}
.product-menu li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.product-nav .nav-download {
	display: none;
	padding: 15px 20px;
	background-color: #ddd;
	-webkit-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
    box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
}
.product-nav .nav-download a {
	display: inline-block;
	margin-left: 20px;
	padding-left: 16px;
	font-weight: bold;
	background: url(../images/icon_circle_o.png) no-repeat left center;
	background-size: 12px 12px;
}
.product-nav li {
	float: left;
	width: 50%;
	border-left: 1px solid #2c86e4;
	border-right: 1px solid #004a92;
}
.product-nav li:first-child, .product-nav li:nth-child(3) {
	border-left: none;
}
.product-nav li:nth-child(2), .product-nav li:last-child {
	border-right: none;
}
.product-nav li:first-child, .product-nav li:nth-child(2) {
	border-bottom: 1px solid #004a92;
}
.product-nav li:nth-child(3), .product-nav li:last-child {
	border-top: 1px solid #2c86e4;
}
.product-nav li a {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.product-nav li a:hover, .product-nav li a.active {
	background-color: #0053a5;
}
.product-nav li i {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 30px;
	background: url(../images/icon_product.png) no-repeat;
}
.product-nav li:nth-child(2) i {
	background-position: -40px 0;
}
.product-nav li:nth-child(2) i.heavy {
	background-position: -80px 0;
}
.product-nav li:nth-child(3) i {
	background-position: -120px 0;
}
.product-nav li:nth-child(4) i {
	background-position: -160px 0;
}
.intro-banner {
	padding: 20px 20px 16px;
	background-color: #f6f6f6;
	border: 1px solid #d6d6d6;
}
.intro-banner li {
	display: inline-block;
}
.intro-row {
	line-height: 1.6;
	font-size: 18px;
}
.intro-row > .left, .intro-row > .right {
	width: 50%;
}
.intro-row > .pc-left {
	margin-bottom: 15px;
}
.intro-table {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.intro-table th, .intro-table td {
	text-align: center;
	vertical-align: middle;
}
.intro-table th {
	padding: 17px 0;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #fff;
	background-color: #000;
}
.intro-table th:last-child {
	border-right: 1px solid #000;
}
.intro-table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.intro-table tr td:nth-child(2) {
	width: 120px;
}
.spec-tab li {
	float: left;
	margin-left: -1px;
	width: 50%;
	border: 1px solid #e3e3e3;
}
.spec-tab li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-top: 4px solid #fff;
	background-image: linear-gradient(#fff, #f5f2f7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#f5f2f7)";
}
.spec-tab li.active a {
	font-weight: bold;
	border-top-color: #0159c0;
	background-image: linear-gradient(#f6f4f7, #fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f6f4f7, endColorstr=#fff)";
}
.color-slide {
	position: relative;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 595px;
}
.slide-arrow a {
	position: absolute;
	top: 50%;
	z-index: 500;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/slide_arrow.png);
	background-size: 200% 100%;
}
.slide-arrow a.prev {
	left: 10px;
}
.slide-arrow a.next {
	right: 10px;
	background-position: 100% 0;
}
.color-pager {
	margin-bottom: 20px;
}
.color-pager img {
	margin-left: -6px;
	border: 2px solid #3d3d3d;
	cursor: pointer;
}
.gallery-pager img {
	margin: 0 1%;
	width: 18%;
	border: 1px solid #dfdfdf;
}
.gallery-pager .cycle-pager-active img {
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,.2);
}
.price {
	color: #d30001;
	font-size: 21px;
}
.color-note {
	padding: 10px 10px 10px 30px;
	color: #555;
	font-size: 12px;
	border: 1px solid #ddd;
	list-style: square;
}
.spec {
	overflow-x: scroll;
}
.spec table {
	width: 100%;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}
.spec td {
	padding: 5px 5px 5px 15px;
	vertical-align: middle;
	font-size: 13px;
	white-space: nowrap;
	background-color: #ebebeb;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.spec tr td:last-child {
	background-color: #fff;
}
.moto-recycling .left {
	margin-right: 10px;
	width: 60px;
}
.download-catalog figure, .download-catalog div {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.btn-download-catalog {
	display: block;
	margin-top: 10px;
	width: 166px;
	height: 38px;
	background: url(../images/btn_download_catalog.png);
}
.download-wallpaper li {
	float: left;
	padding: 0 10px 15px;
	width: 50%;
}
.download-wallpaper img {
	margin-bottom: 5px;
	border: 1px solid #d1d1d1;
}
.btn-download-wallpaper {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 35px;
	width: 100%;
	max-width: 141px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: url(../images/btn_download_wallpaper.png);
}
.btn-download-wallpaper:hover {
	color: #fff;
}
.link-row {
	display: block;
	margin-bottom: 25px;
}
.link-row > .pc-left {
	width: 225px;
	margin: 0 auto 15px;
}
.link-row:hover p {
	color: #222;
}
.related-video > .pc-right {
	margin-bottom: 25px;
}
.related-video > .pc-right a {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #777;
}
.related-video > .pc-right a p {
	color: #555;
}
.related-video > .pc-right a:hover, .related-video > .pc-right li.active a {
	background-color: #fafafa;
}
.btn {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}
.btn:hover {
	color: #fff;
}
.text-right .btn + .btn {
	margin-left: 5px;
}
.btn-primary, .btn-default, .btn-heavy, .btn-reset, .btn-elect {
	padding: 2px 15px;
	font-size: 13px;
}
.btn-primary {
	background-color: #026ac9;
	border: 1px solid #0058a8;
}
.btn-primary:hover {
	background-color: #0053a5;
}
.btn-default {
	color: #666;
	border: 1px solid #888;
}
.btn-default:hover {
	color: #666;
	background-color: #eee;
}
.btn-elect {
	background-color: #81B300;
	border: 1px solid #4E7F00;
	height: 27.13px;
}
.btn-elect:hover {
	background-color: #4E7F00;
}
.btn-heavy {
	background-color: #c90101;
	border: 1px solid #b00000;
}
.btn-heavy:hover {
	background-color: #af0000;
}
.btn-reset {
	color: #222;
	background-color: #d2d2d2;
	border: 1px solid #888;
}
.btn-reset:hover {
	color: #000;
	background-color: #bbb;
}
.btn-download-order {
	padding: 18px 100px 18px 60px;
	font-size: 28px;
	letter-spacing: 5px;
	background: url(../images/icon_order.png) no-repeat 82% center #c90101;
	border: 1px solid #dfa0a0;
}
.btn-download-order:hover {
	background-color: #af0000;
}
.product-select {
	background-color: #0153a5;
}
.product-select li {
	float: left;
	margin-left: 30px;
}
.product-select a {
	display: block;
	padding: 10px 0 10px 25px;
	color: #fff;
	font-size: 18px;
	background: url(../images/icon_circle_ow.png) no-repeat left center;
	background-size: 18px 18px;
}
.prodcut-label span {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 10px;
	font-weight: bold;
	border: 1px solid #292929;
	border-radius: 3px;
}
.prodcut-label span.text-focus {
	border-color: #eb0000;
}
.product-list li {
	position: relative;
	margin: 0 0 10px;
	border: 1px solid #dadbdf;
	border-radius: 4px;
}
.product-list figure {
	padding: 10px 20px 5px;
}
.product-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #e81325 transparent transparent transparent;
}
.product-ribbon span {
	position: absolute;
	top: -43px;
	left: 3px;
	color: #fff;
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.product-list p {
	padding: 10px 20px;
	background-color: #f4f3f1;
	border-top: 1px solid #dadbdf;
	border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 768px) {
	.product-menu h3 {
		margin-bottom: 0;
	}
	.product-menu li a {
		padding: 4px 25px;
	}
	.product-menu li:first-child a {
		border-radius: 5px 0 0 5px;
	}
	.product-menu li:last-child a {
		border-radius: 0 5px 5px 0;
	}
	.product-nav li {
		width: 25%;
	}
	.product-nav li:nth-child(3) {
		border-left: 1px solid #2c86e4;
	}
	.product-nav li:nth-child(2) {
		border-right: 1px solid #004a92;
	}
	.product-nav li:first-child, .product-nav li:nth-child(2) {
		border-bottom: none;
	}
	.product-nav li:nth-child(3), .product-nav li:last-child {
		border-top: none;
	}
	.intro-banner {
		padding: 20px 0 16px;
	}
	.intro-banner li {
		margin-left: 20px;
	}
	.intro-row > .pc-left {
		width: 50%;
		margin-bottom: 0;
	}
	.intro-row .pc-right {
		width: 460px;
	}
	.slide-arrow a {
		margin-top: -30px;
		width: 60px;
		height: 60px;
	}
	.slide-arrow a.prev {
		left: -80px;
	}
	.slide-arrow a.next {
		right: -80px;
	}
	.color-pager {
		margin-bottom: 0;
	}
	.gallery-pager img {
		margin: 0 5px;
		width: 170px;
	}
	.spec {
		overflow-x: auto;
	}
	.spec td {
		font-size: 15px;
	}
	.spec td.text-small {
		font-size: 13px;
	}
	.moto-recycling .left {
		margin-right: 20px;
		width: auto;
	}
	.download-catalog figure {
		margin-right: 30px;
	}
	.btn-download-catalog {
		margin-top: 20px;
	}
	.download-wallpaper li {
		float: left;
		margin: 0 45px 35px 0;
		padding: 0;
		width: 287px;
	}
	.download-wallpaper li:nth-child(3n) {
		margin-right: 0;
	}
	.link-row > .pc-left {
		margin: 0;
	}
	.link-row > .pc-right {
		width: 710px;
	}
	.related-video > .pc-left {
		width: 660px;
	}
	.related-video > .pc-right {
		margin-bottom: 0;
		width: 275px;
	}
	.product-list li {
		float: left;
		margin: 0 20px 20px 0;
		width: 225px;
	}
	.product-list li:nth-child(4n) {
		margin-right: 0;
	}
}

/* Location
=============================================*/
.btn-loc-heavy, .btn-loc-domestic, .btn-loc-r, .btn-loc-y, .btn-loc-w, .btn-loc-e, .btn-loc-electric{
	margin: 0 10px 20px;
	padding: 85px 0 0 15px;
	width: 275px;
	height: 165px;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	background-size: 100% 100%;
}
.btn-loc-heavy {
	background-image: url(../images/location/btn_loc_heavy.png);
}
.btn-loc-domestic {
	background-image: url(../images/location/btn_loc_domestic.png);
}
.btn-loc-r {
	background-image: url(../images/location/btn_loc_red.png);
}
.btn-loc-y {
	background-image: url(../images/location/btn_loc_yellow.png);
}
.btn-loc-w {
	background-image: url(../images/location/btn_loc_white.png);
}
.btn-loc-e {
	background-image: url(../images/location/btn_loc_electric.png);
}
.loc-list h3 {
	padding: 4px 15px;
	color: #fff;
	background-color: #1077d4;
}
.loc-list section {
	overflow-x: auto;
	white-space: nowrap;
}
.loc-list table {
	width: 100%;
	border-bottom: 1px solid #282828;
}
.loc-list th {
	padding: 5px 0 3px 3px;
	letter-spacing: 3px;
	background-color: #dbdbdb;
}
.loc-list td {
	padding: 7px 15px;
	font-size: 13px;
	border-top: 1px solid #e6e6e6;
}
.loc-list td:nth-child(odd) {
	background-color: #f6f6f6;
}
.loc-list tr td:nth-child(n+3) {
	text-align: center;
}
.loc-search select, .loc-search .btn {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
.loc-search select {
	margin-right: 10px;
	padding: 0 6px;
	border: 1px solid #ccc;
}
.loc-search .btn {
	padding: 0 12px;
	color: #232323;
	background-color: #cdcdcd;
	border: 1px solid #a7a7a7;
}
.loc-map {
	background-image: url(../images/location/map.png);
}
.loc-map, .loc-map figure {
	position: relative;
}
.store {
	padding: 30px;
}
.store h5 {
	position: relative;
	padding: 0 0 5px 35px;
	color: #00419d;
	font-weight: bold;
	border-bottom: 1px dotted #777;
}
.store h5:before {
	position: absolute;
	content: '>';
	left: 5px;
	top: 8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background-color: #155ba5;
	border-radius: 50%;
}
.store h5 i {
	display: inline-block;
	margin-left: 20px;
	width: 40px;
	height: 35px;
	vertical-align: middle;
	background: url(../images/location/icon_moto2.png);
}
.store h5 i + i {
	margin-left: 5px;
}
.store h5 i.domestic {
	background-position: -79x 0;
}
.store h5 i.y {
	background-position: -40px 0;
}
.store h5 i.w {
	background-position: -79px 0;
}
.store h5 i.e {
	background-position: -118px 0;
}
.store li {
	margin-left: 35px;
}
.store-pic figure {
	float: left;
	margin: 0 1% 8px;
	padding: 3px;
	width: 48%;
	line-height: 0;
	text-align: center;
	border: 1px solid #bbb;
}
.store-pic figure img {
	height:150px;
}
.store-map {
	margin: 0 1%;
}
@media only screen and (min-width: 768px) {
	.btn-loc-heavy, .btn-loc-domestic, .btn-loc-r, .btn-loc-y, .btn-loc-w, .btn-loc-e{
		padding: 175px 0 0 30px;
		width: 440px;
		height: 264px;
	}
	.loc-list {
		width: 650px;
	}
	.loc-list section {
		white-space: normal;
	}
}

/* News
=============================================*/
.news-label {
	display: block;
	margin: 5px 0;
}
.news-label a {
	display: inline-block;
	margin-right: 8px;
}
.news-label i, .news-row i, .news-title i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/icon_news.png);
}
.news-label i {
	margin-right: 3px;
	vertical-align: middle;
}
.news-label .event i {
	background-position: -25px 0;
}
.news-label .owner i {
	background-position: -50px 0;
}
.news-label .latest i {
	background-position: -75px 0;
}
.news-label .all:hover i, .news-label .all.active i {
	background-position: 0 -25px;
}
.news-label .event:hover i, .news-label .event.active i, .news-row i.event, .news-title i.event {
	background-position: -25px -25px;
}
.news-label .owner:hover i, .news-label .owner.active i, .news-row i.owner, .news-title i.owner {
	background-position: -50px -25px;
}
.news-label .latest:hover i, .news-label .latest.active i, .news-row i.latest, .news-title i.latest {
	background-position: -75px -25px;
}
.news-row {
	display: block;
	margin-bottom: 20px;
}
.news-row > .pc-left {
	margin: 0 auto 5px;
}
.news-row p, .news-row:hover p {
	color: #222;
	font-size: 14px;
}
.news-row hr {
	margin: 3px 0 7px;
}
.news-menu {
	margin-top: 30px;
}
.news-menu a {
	display: block;
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	font-size: 21px;
	border-bottom: 1px dotted #777;
}
.news-menu a:hover, .news-menu a.active {
	color: #016dd0;
	font-size: 24px;
}
.news-menu a.active {
	background-color: #fafafa;
}
.news-title {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #cfcfcf;
}
.news-title i {
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (min-width: 768px) {
	.news-list {
		width: 670px;
	}
	.news-label {
		text-align: right;
		margin: 6px 0 0;
	}
	.news-row > .pc-left {
		width: 200px;
		margin: 0;
	}
	.news-row > .pc-right {
		width: 440px;
	}
	.news-menu {
		margin-top: 0;
		width: 260px;
	}
}

/* Index
=============================================*/
.index-kv {
	background-color: #a2a2a2;
	border-top: 2px solid #0066ca;
	border-bottom: 2px solid #0066ca;
}
.index-nav {
	display: none;
}
.index-nav a {
	display: block;
	font-weight: bold;
}
.index-slider {
	background: url(../images/loading.gif) no-repeat center center #fff;
}
.index-slider .owl-item {
	opacity: .1;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.index-slider .owl-item.active.center {
	opacity: 1;
}
.index-dot li {
	position: relative;
	float: left;
	margin-left: 1%;
	width: 19%;
	line-height: 0;
	border: 2px solid transparent;
	cursor: pointer;
	z-index: 999;
}
.index-dot li.active {
	border-color: #e5000f;
}
.index-dot li.active:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(229, 0, 15, 0);
	border-bottom-color: #e5000f;
	border-width: 15px;
	margin-left: -15px;
}
.index-wrap {
	padding-top: 40px;
	border-top: 3px solid #e4000f;
	-webkit-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
    box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.3);
}
.btn-plus {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	color: #666;
	font-size: 21px;
	text-align: center;
	font-weight: normal;
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
}
.btn-plus:hover {
	color: #fff;
	background-color: #166dc7;
}
.title-main .btn-plus {
	margin-top: 5px;
}
.index-side-title {
	padding: 10px 10px 10px 40px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: url(../images/icon_circle_ow.png) no-repeat 15px center #0066cb;
	background-size: 15px 15px;
}
.index-menu a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 40px;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(#fff, #eee);
	border: 1px solid #e4e4e4;
	border-top: none;
}
.index-menu li:last-child a {
	border-radius: 0 0 5px 5px;
}
.index-menu a:before {
	position: absolute;
	content: '>';
	left: 14px;
	top: 14px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #0a6bca;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.index-menu a:hover:before {
	color: #fff;
	background-color: #0a6bca;
	border-color: #0a6bca;
}
.index-ad li {
	margin-bottom: 7px;
}
.index-ad a {
	display: block;
	padding: 5px;
	border: 1px solid #eaeaea;
}
.index-ad .text-note {
	line-height: 1.4;
}
.index-ad figure {
	margin-right: 10px;
}
@media only screen and (min-width: 768px) {
	.header.index-head, .header.index-head > .container {
		height: 60px;
		min-height: 60px;
	}
	.index-head .nav-main {
		display: none;
	}
	.index-nav {
		display: block;
		background-color: #0066ca;
	}
	.index-nav li {
		position: relative;
		float: left;
		width: 16.66%;
		width: calc(100%/6);
		border-left: 1px solid #2c86e4;
		border-right: 1px solid #004a92;
	}
	.index-nav li:first-child {
		border-left: none;
	}
	.index-nav li:last-child {
		border-right: none;
	}
	.index-nav li a {
		padding: 10px 0;
		color: #fff;
		font-size: 21px;
		text-align: center;
	}
	.index-nav li a:hover, .index-nav li a.active {
		background: #0053a5;
		background: linear-gradient(#1d62aa, #013b8b);
	}
	.index-nav ul li {
		float: none;
		width: auto;
		border: none;
		border-bottom: 1px dotted #777;
	}
	.index-nav ul a {
		position: relative;
		padding: 7px 25px 7px 0;
		color: #222;
		font-size: 15px;
		text-align: left;
	}
	.index-nav ul a:hover {
		color: #0053a5;
		background: transparent;
	}
	.index-side {
		width: 260px;
	}
}

/* About
=============================================*/
.concept {
	display: table;
}
.concept dt, .concept dd {
	display: table-cell;
	vertical-align: middle;
}
.concept dt {
	padding-right: 10px;
	width: 82px;
}
.milestone dt {
	float: left;
	padding-right: 20px;
	width: 90px;
	color: #0066ca;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;	
}
.milestone dd {
	position: relative;
	margin-left: 90px;
	padding: 5px 0 10px 15px;
	border-left: 1px solid #cfcfcf;
}
.milestone dd:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -5px;
	width: 9px;
	height: 9px;
	background-color: #e60012;
	border-radius: 50%;
}
@media only screen and (min-width: 768px) {
	.concept dt {
		padding-right: 30px;
		width: 172px;
	}
	.milestone dt {
		padding-right: 30px;
		width: 120px;
		font-size: 30px;	
	}
	.milestone dd {
		margin-left: 120px;
	}
}

/* Recall, Maintenance
=============================================*/
.recall-title {
	padding: 5px 10px 5px 40px;
	background: url(../images/icon_suzuki_w.png) no-repeat 10px 7px;
}
.maint-title {
	padding: 5px 10px;
}
.recall-title, .recall-table th, .maint-title {
	color: #fff;
	background-color: #1077d4;
}
.recall-table, .maint-table {
	overflow-x: auto;
}
.recall-table table, .maint-table table {
	width: 100%;
	border-bottom: 2px solid #999;
	white-space: nowrap;
}
.recall-table th, .recall-table td {
	padding: 7px 5px;
	text-align: center;
}
.maint-table th {
	font-size: 16px;
	background-color: #dbdbdb;
}
.maint-table th, .maint-table td {
	padding: 6px 12px;
	vertical-align: middle;
	line-height: 1.2;
}
.recall-table td, .maint-table td {
	border-bottom: 1px solid #ddd;
}
.recall-table td:nth-child(odd), .maint-table td:nth-child(odd) {
	background-color: #f6f6f6;
}
.maint-table td:nth-child(n+3) {
	text-align: center;
}
.maint-table td[colspan] {
	background-color: #fff;
}
.recall-list {
	list-style: none;
	counter-reset: li;
}
.recall-list li {
	counter-increment: li;
	margin-bottom: 15px;
}
.recall-list li::before {
	content: "." counter(li);
    display: inline-block;
	margin-left: -1.5em;
    margin-right: 0.5em;
	width: 1em;
	color: #0081e4;
	text-align: right;
	direction: rtl;
}
.icon-maint {
	display: inline-block;
	margin: 0 4px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	font-family: "微軟正黑體", sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.icon-maint:before {
	font-style: normal;
}
.icon-maint.a:before {
	content: "A";
	color: #b7a50b;
}
.icon-maint.c:before {
	content: "C";
	color: #188fd3;
}
.icon-maint.t:before {
	content: "T";
	color: #fe7503;
}
.icon-maint.i:before {
	content: "I";
	color: #965831;
}
.icon-maint.r:before {
	content: "R";
	color: #ff403b;
}
.maint-note {
	position: relative;
	padding-left: 30px;
}
.maint-note:before {
	content: "註：";
	position: absolute;
	left: 5px;
	top: 0;
}
@media only screen and (min-width: 768px) {
	.recall-table table, .maint-table table {
		white-space: normal;
	}
}

.recall-warning {
  background-color: rgba(45, 144, 244, 0.0666666667);
  border-radius: 0.2em;
}
.recall-warning-main {
  font-size: 1.7rem;
  padding: 0.5rem;
}
.recall-warning-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #212529;
  border-radius: 0.2em;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.recall-warning-box h4 {
  padding: 1rem 1.2rem;
  background-color: #af0000;
  color: white;
}
.recall-warning-box p {
  padding: 1rem;
}
.recall-warning-box a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  color: #212529;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E0E0E0));
  background-image: linear-gradient(to bottom, #FFF 0%, #E0E0E0 100%);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #E0E0E0;
  border-radius: 0.15em;
  padding: 0.375rem 2.75rem;
  margin-left: auto;
  margin-right: 0.5rem;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.recall-warning-box a:hover, .recall-warning-box a:focus, .recall-warning-box a:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #E0E0E0), to(#E0E0E0));
  background-image: linear-gradient(to bottom, #FFF 0%, #E0E0E0 70%, #E0E0E0 100%);
}
@media (max-width: 767.9px) {
  .recall-warning-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
  }
  .recall-warning-box a {
    padding: 0.75rem 1.5rem;
    margin: 0.5rem;
  }
}
.recall-more-news.more-active ~ .news-row {
  height: 0;
  margin-bottom: unset;
}
.recall-more-news.more-active ~ .news-row > * {
  font-size: 0;
  height: 0;
}
.recall-more {
  padding: 1rem 0;
}
.recall-more button {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #E0E0E0;
  border-radius: 0.2em;
  padding: 1rem 1.75rem;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.recall-more button:hover, .recall-more button:focus, .recall-more button:active {
  cursor: pointer;
  background-color: rgba(1, 83, 165, 0.0666666667);
}
.recall-more button img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  vertical-align: text-top;
}
.recall-more button::after {
  content: "看更多";
}
.recall-more.active {
  /* for recall-more 展開效果 */
}
.recall-more.active button img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recall-more.active button::after {
  content: "收合";
}

.news-row.active {
  /* for recall news 看更多 展開效果 */
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.recall-search .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.recall-search ul, .recall-search ol {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
.recall-search-box {
  background-color: #e9e9e9;
  padding: 1rem;
}
.recall-search-box .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recall-search-box .search-box + * { /* 下一項間距 */
  padding-top: 1rem;
}
.recall-search-box .search-box ~ div { /* 未按搜尋前，所有結果都隱藏 */
  display: none;
  -webkit-transition: display 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: display 1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.recall-search-box .search-box ~ div::after { /*for fix search-media float */
  content: "";
  display: block;
  clear: both;
}
.recall-search-box .search-isMatch .search-title {
  color: #0066ca;
}
.recall-search-box .search-notMatch .search-title {
  color: #b00000;
}
.recall-search-box .search-media {
  margin-bottom: 0.5rem;
}
.recall-search-box .search-media:first-child {
  float: left;
  margin-right: 1rem;
}
.recall-search-box .search-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.recall-search-box input {
  width: calc(100% - 76px);
  border: 3px solid #b00000;
  border-right: none;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #390000;
}
.recall-search-box button {
  font-size: 20px;
  color: #fff;
  background: #b00000;
  border: 1px solid #b00000;
  border-radius: 0 5px 5px 0;
  padding: 0.5rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}
.recall-search-example ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recall-search-example li {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .recall-search-example li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* FAQ
=============================================*/
.accordion-row {
	margin-top: -1px;
}
.accordion-header {
	padding: 10px 15px;
	background-color: #f8f8f8;
	border: 1px solid #dadbdf;
	cursor: pointer;
}
.accordion-content {
	display: none;
	position: relative;
	padding: 12px 10px 25px 40px;
}
.accordion-content:before {
	content: "A:";
	position: absolute;
	top: 12px;
	left: 20px;
	color: #ca0000;
}
@media only screen and (min-width: 768px) {
	.accordion-row .pc-left {
		width: 450px;
	}
}

/* Contact
=============================================*/
.contact-row label {
	display: block;
	font-weight: bold;
}
.form-style {
	padding: 2px 5px;
	width: 100%;
	border: 1px solid #d2d2d2;
}
.contact-row textarea {
	display: block;
	clear: left;
	resize: none;
}
@media only screen and (min-width: 768px) {
	.contact-row label {
		float: left;
		margin-right: 10px;
	}
	.form-width-s {
		width: 210px;
	}
	.form-width-m {
		width: 380px;
	}
	.form-width-l {
		width: 460px;
	}
}

/* Download, Equipment
=============================================*/
.download-wp-outer {
	border: 1px solid #dadbdf;
}
.download-wp-outer h5 {
	margin: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: #666;
}
.manual-inner {
	padding: 75px 0 40px 35px;
}
.manual-inner h3 {
	margin-bottom: 5px;
	border-bottom: 2px solid #b0afb0;
}
.manual-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
	background: url(../images/logo_s.png) no-repeat top right #003f60;
	background-size: 75px 38px;
}
/*.manual-eready {*/
/*	padding: 75px 0 40px 35px;*/
/*}*/
.manual-eready h3 {
	margin-bottom: 5px;
	border-bottom: 2px solid #b0afb0;
}
.manual-eready {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
	background: url(../images/logo_eready.png) no-repeat top right #003f60;
	background-size: 75px 38px;
}
.download-inner {
	padding: 10px;
	background-color: #f4f3f1;
	border-top: 1px solid #dadbdf;
	border-radius: 0 0 4px 4px;
}
.btn-download, .btn-zoom {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: linear-gradient(#2d82d5, #076acc);
	border: 1px solid #0f5aa4;
	border-radius: 3px;
}
.btn-download:hover, .btn-zoom:hover {
	color: #fff;
	background: linear-gradient(#1d62aa, #013b8b);
}
.btn-download i, .btn-zoom i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.btn-download i {
	width: 21px;
	height: 21px;
	background: url(../images/icon_download.png) no-repeat;
}
.btn-zoom i {
	width: 18px;
	height: 18px;
	background: url(../images/icon_zoom.png) no-repeat;
}
.download-catalog-outer li {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #dadbdf;
	border-radius: 0 0 4px 4px;
}
.eqpt-outer li {
	position: relative;
	margin-bottom: 40px;
}
.eqpt-outer .text-small {
	line-height: 1.4;
}
.eqpt-zoom {
	padding: 20px;
}
.eqpt-zoom > div {
	padding: 0 10px;
}
@media only screen and (min-width: 768px) {
	.download-wp-outer {
		padding: 15px 0 0 15px;
	}
	.download-wp-outer h5 {
		margin: 0 15px 15px 0;
	}
    .download-wp-outer .download-wallpaper li {
		margin: 0 34px 15px 0;
	}
	.download-wp-outer .download-wallpaper li:nth-child(3n) {
		margin-right: 0;
	}
	.manual-inner {
		padding: 90px 0 0 35px;
		height: 280px;
	}
	.download-catalog-outer li, .eqpt-outer li {
		float: left;
		margin-right: 35px;
		width: 285px;
	}
	.eqpt-outer li:nth-child(3n+1) {
		clear: left;
	}
	.eqpt-zoom {
		padding: 30px 50px;
	}
}
