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



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

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

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

ul.rentalInfo li.hour {
	color: #099da8;
}

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

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

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

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

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

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

ul.prodList li .carBox {
	padding: 3px; 
	margin: 8px 0 30px;
	position: relative;
	overflow: hidden;
	border: 2px solid #26bec9;
	background-color: #fff;
	vertical-align: top;
	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.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 {
	margin-top: 3px;
	padding: 9px 16px;
	background-color: #d5eff1;
}

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

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

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



/*----- 長租方案 -----*/
.long-wrap {
	width: 1200px !important;
}

ul.longList {
	margin-bottom: -80px;
}

ul.longList .row {
    margin-left: -27px;
    margin-right: -27px;
}

ul.longList li.col-md-4 {
	padding-left: 27px;
	padding-right: 27px;
}

ul.longList li .longBox {
	padding: 18px 20px 20px; 
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
	border: 2px solid #10abdd;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.longList li:hover .longBox {
	box-shadow: 0 1px 24px rgba(181, 181, 181, 0.7);
}

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

ul.longList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

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

ul.longList li .longInfo {
	float: right;
	width: 50%;
	padding: 0 20px 15px 0;
	text-align: right;
}

ul.longList li .longInfo h3 {
	font-size: 25px;
	color: #10abdd;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1.4;
}

ul.longList li .longInfo .money {
	font-size: 18px;
	color: #ee174a;
}

ul.longList li .longBox .feature {
	margin-top: 10px;
	padding: 20px 18px 0;
	border-top: 1px solid #d2d2d2;
	line-height: 1.8;
}

.triangle {
	border-color: #10abdd transparent transparent #10abdd;
    border-style: solid;
	border-width: 52px 83px;
    width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.triangleTxt {
	position: absolute;
	top: 5px;
	left: 17px;
	font-size: 40px;
	color: #fff;
	z-index: 20;
}

a.reserveBtn {
	width: 250px;
	margin: 0 auto;
	margin-top: 80px;
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 11px 0 10px;
	border-radius: 5px;
	background: #10abdd;
	position: relative;
	text-align: center;
}

a:hover.reserveBtn {
	color: #fff;
	background: #07b7c4;
}



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

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

ul.newsList li .newsBox {
	padding: 3px; 
	margin-bottom: 58px;
	position: relative;
	overflow: hidden;
	border: 2px 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: #26bec9;
}

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

ul.newsList li p.newsDate {
	width: 60px;
	font-size: 12px;
	color: #26bec9;
	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: #000;
	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: #018d97;
}

ul.newsList li .readmore {
	width: 92px;
	height: 25px;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	background-color: #26bec9;
	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 #26bec9;
}

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

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

.newsconTxt {
	min-height: 150px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d2d2d2;
	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: #ddd;
	position: relative;
	text-align: center;
	font-family: 'Lora', serif;
}

a:hover.backBtn {
	color: #fff;
	background: #07b7c4;
}

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: #26bec9;
	margin-bottom: 5px;
}

ul.newsList li h3.blogTitle {
	font-size: 16px;
	color: #000;
	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: 5px;
	background-color: #26bec9;
}

.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: #f4f4f4;
	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: #009ea9;
	cursor: pointer;
}

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




@media (max-width: 1680px){

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

}


@media (max-width: 1280px){

/*----- 長租方案 -----*/
.long-wrap {
	width: 100% !important;
}

}


@media (max-width: 1199px){

/*----- 長租方案 -----*/
ul.longList li .longInfo {
	padding-right: 8px;
}



/*----- 最新消息 -----*/
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 50px;
}



/*----- 長租方案 -----*/
ul.longList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.longList li.col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.triangleTxt {
	top: 7px;
	font-size: 36px;
}



/*----- 最新消息內頁 -----*/
.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){

/*----- 長租方案 -----*/
ul.longList {
	margin-bottom: -55px;
}

ul.longList li .longBox {
	margin-bottom: 55px;
}

a.reserveBtn {
	margin-top: 55px;
}



/*----- 最新消息內頁 -----*/
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 {
	margin-bottom: 10px;
}

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 {
	border-width: 1px;
}

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



/*----- 最新消息 -----*/
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){



}


