@charset "utf-8";
/* CSS Document */



/*----- 車款介紹 -----*/
.scooter-wrap {
	width: 1600px;
	margin: 0 auto;
	padding: 35px 0 90px;
}

ul.rentalInfo {
	font-size: 18px;
	margin-bottom: 15px;
}

ul.rentalInfo li {
	float: left;
	line-height: 30px;
}

ul.rentalInfo li.hour {
	color: #4ba700;
}

ul.rentalInfo li.hour span {
	color: #d5d5d5;
	margin: 0 12px;
}

ul.rentalInfo li.money {
	color: #dd1451;
}


ul.rentalInfo li.money span {
	color: #ababab;
	margin-right: 12px;
	text-decoration: line-through;
}

ul.rentalInfo li.money .day_sale {
	color: #fc3d1e;
	margin-left: 12px;
	text-decoration: inherit;
}

ul.prodList {
	margin-bottom: 10px;
}

ul.prodList:last-of-type {
	margin-bottom: -45px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.prodList .row,
ul.newsList .row {
    margin-left: -20px;
    margin-right: -20px;
}

ul.prodList li.col-lg-3,
ul.newsList li.col-lg-3 {
	padding-left: 20px;
	padding-right: 20px;
}

ul.prodList li .carBox {
	margin: 8px 0 45px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	box-shadow: 0 1px 8px rgba(185, 185, 185, 0.75);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover .carBox {
	box-shadow: 0 1px 12px rgba(145, 145, 145, 0.75);
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.prodList li figure img,
ul.newsList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover figure img,
ul.newsList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

ul.prodList li .carInfo {
	padding: 9px 16px;
	background-color: #5ea920;
}

ul.prodList li h3 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}

ul.prodList li p.price {
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	padding-top: 8px;
	border-top: 1px solid #73be34;
}

ul.prodList li p.price span.sale {
	color: #f8fb1a;
	margin-left: 12px;
}

ul.prodList li p.price span.day_sale {
	color: #62EAC6;
	margin-left: 12px;
}



/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -58px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.newsList li .newsBox {
	padding: 7px; 
	margin-bottom: 58px;
	position: relative;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .newsBox {
	border-color: #4ba700;
}

ul.newsList li .newsInfo {
	padding: 15px;
}

ul.newsList li p.newsDate {
	width: 60px;
	font-size: 12px;
	color: #4ba700;
	margin-right: 12px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

ul.newsList li p.newsDate span {
	font-size: 32px;
	display: block;
	line-height: 32px;
}

ul.newsList li h3.newsTitle {
	width: -webkit-calc(100% - 77px);
	width: -moz-calc(100% - 77px);
	width: calc(100% - 77px);
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover h3.newsTitle {
	color: #4ba700;
}

ul.newsList li .readmore {
	width: 92px;
	height: 25px;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	background-color: #4ba700;
	line-height: 25px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .readmore {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}

ul.newsList li .readmore i {
	font-size: 15px;
	margin-left: 9px;
}




/*----- 最新消息內頁 -----*/
.newsconBox {
	width: 95%;
	margin: 0 auto;
}

.newstitleBox {
	padding-bottom: 16px;
	margin-bottom: 28px;
	border-bottom: 1px solid #6abc28;
}

h3.newsconTitle {
	float: left;
	width: 80%;
	font-size: 24px;
	font-weight: normal;
	color: #202020;
}

.newsconDate {
	float: right;
	width: 17%;
	font-size: 14px;
	color: #6abc28;
	padding: 12px 2px 0 0;
	text-align: right;
}

.newsconTxt {
	min-height: 150px;
	padding-bottom: 35px;
	border-bottom: 1px solid #c6c6c6;
	line-height: 32px;
}

a.backBtn {
	width: 150px;
	margin: 0 auto;
	margin-top: 35px;
	display: block;
	font-size: 15px;
	color: #555;
	padding: 9px 0 9px 10px;
	background: #d3d3d3;
	position: relative;
	text-align: center;
	font-family: 'Lora', serif;
}

a:hover.backBtn {
	color: #fff;
	background: #4ba700;
}

a.backBtn i {
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 33px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.backBtn i {
	left: 12px;
}



/*----- 名人推薦 -----*/
ul.newsList li .blogBox {
	padding: 9px; 
	border: 1px solid #cbcbcb;
}

ul.newsList li .blogInfo {
	padding: 15px 8px 8px;
}

ul.newsList li p.blogName {
	font-size: 13px;
	color: #90aa00;
	margin-bottom: 5px;
}

ul.newsList li h3.blogTitle {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




/*----- 常見問題 -----*/
.faq ul {
	font-size: 0;
	margin-bottom: 17px;
	border-radius: 10px 0 0 10px;
	background-color: #4ba700;
	box-shadow: 1px 2px 5px rgba(210, 210, 210, 0.7);
}

.faq ul:last-child {
	margin-bottom: 0;
}

.faq ul li.number {
	width: 68px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	/*padding-left: 4px;*/
	vertical-align: middle;
	text-align: center;
}

.faq ul li.faqBox {
	width: -webkit-calc(100% - 68px);
	width: -moz-calc(100% - 68px);
	width: calc(100% - 68px);
	display: inline-block;
	padding: 26px 30px;
	background: #fff;
	vertical-align: middle;
}

.faq ul li.faqBox h3.q {
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.faq ul li.faqBox h3.q-on,
.faq ul li.faqBox h3.q:hover {
	color: #4ba700;
	cursor: pointer;
}

.faq ul li.faqBox .a {
	font-size: 15px;
	margin-top: 12px;
}




@media (max-width: 1680px){

/*----- 車款介紹 -----*/
.scooter-wrap {
	width: 100%;
}


}



@media (max-width: 1199px){

/*----- 最新消息 -----*/
ul.newsList li p.newsDate {
	width: 100%;
	font-size: 13px;
	margin: 0 0 6px 0;
	display: block;
	text-align: left;
}

ul.newsList li p.newsDate span {
	font-size: 13px;
	display: inline-block;
	margin-right: 4px;
	line-height: inherit;
}

ul.newsList li h3.newsTitle {
	width: 100% !important;
	display: block;
}


}



@media (max-width: 991px){

/*----- 車款介紹 -----*/
.scooter-wrap {
	padding: 25px 0 60px;
}

ul.prodList .row,
ul.newsList .row {
    margin-left: -12px;
    margin-right: -12px;
}

ul.prodList li.col-sm-4,
ul.newsList li.col-sm-4 {
	padding-left: 12px;
	padding-right: 12px;
}



/*----- 最新消息內頁 -----*/
.newsconBox {
	width: 100%;
}

.newstitleBox {
	padding-bottom: 12px;
}

h3.newsconTitle {
	float: none;
	width: 100%;
}

.newsconDate {
	float: none;
	width: 100%;
	padding: 8px 0 0 0;
	text-align: left;
}

	
}


@media (max-width: 767px){

/*----- 最新消息內頁 -----*/
h3.newsconTitle {
	font-size: 18px;
}



/*----- 常見問題 -----*/
.faq ul li.number {
	width: 50px;
}

.faq ul li.faqBox {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 16px 20px;
}

.faq ul li.faqBox h3.q {
	font-size: 15px;
}


}


@media (max-width: 575px){

/*----- 車款介紹 -----*/
ul.rentalInfo {
	font-size: 16px;
	margin-bottom: 10px;
}

ul.prodList:last-of-type {
	margin-bottom: -30px;
}

ul.prodList .row,
ul.newsList .row {
    margin-left: -7px;
    margin-right: -7px;
}

ul.prodList li.col-6,
ul.newsList li.col-6 {
	padding-left: 7px;
	padding-right: 7px;
}

ul.prodList li .carBox {
	margin-bottom: 30px;
	border-width: 1px;
}

ul.prodList li h3 {
	font-size: 15px;
}



/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -38px;
}

ul.newsList li .newsBox {
	margin-bottom: 38px;
	border-width: 1px;
}

ul.newsList li .newsInfo {
	padding: 12px 10px 15px;
}

ul.newsList li h3.newsTitle,
ul.newsList li h3.blogTitle {
	font-size: 15px;
}



/*----- 名人推薦 -----*/
ul.newsList li .blogBox {
	padding: 5px; 
}

ul.newsList li .blogInfo {
	padding: 12px 8px 13px;
}



}


@media (max-width: 479px){



}


