@media (max-width: 1700px) {
#rent-car .car .img {
    height: 200px;
}
}
@media (max-width: 1600px) {
#rent-car .car .img {
    height: 180px;
}
}
@media (max-width: 1400px) {
/**/
ul.navigation li {
  padding: 0 10px;
}
/*首頁連結*/
.index-link .txt {
 padding: 20px;
}
.index-link .txt h3 {
 font-size: 1.5em;
 padding: 0;
}
.index-link .txt b {
 display: none;
}
#sublink {
 float: left;
 width: 100%;
 text-align: left;
 margin-top: 25px;
}
/*空車出租*/
#rent-car .car .img {
 height: 180px;
}
#rent-car .car {
 float: left;
 width: 33%;
 padding: 1%;
 height: 330px;
}
#rent-car .car h4 {
 text-align: center;
}
#rent-car .car .left {
	float: none;
	width: 80%;
	text-align: center;
	margin: 0 10%;
}
#rent-car .addbag {
 margin: 10px 10%;
 padding: 5px 0;
}
#rent-car .car .img {
    height: 205px;
}
/*首頁據點*/
#index-location-bg .left {
 width: 100%;
 height: auto; 
}
#index-location-bg .left #img {
 display: none !important;
}
#index-location-bg .right {
 width: 100%;
 padding: 0;
 height: auto;
 position: static;
}
#index-location-bg .right #txt {
  position: static;
	width: 300px;
	margin-top: 20%;
	margin-bottom: 20%;
	margin-left: auto;
	margin-right: auto;
}
/*消息*/
#news .news {
 padding: 10px;
}
}

@media (max-width: 1200px) {
#rent-car .car .img {
    height: 170px;
}
}


@media (max-width: 959px) {

/*行動版左側選單_包住*/
#w {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*行動版上方*/
#w #pagebody {
	position: relative;
	left: 0;
	z-index: 99999;
}
#w #pagebody #toolbarnav {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 60px;
	background:#fff;
 box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1	);
}
#w #pagebody #toolbarnav #logo-mobile {
	position:absolute;
	left:50%;
	width: 180px;
	margin-left:-90px;
}
#w #pagebody #toolbarnav #menu-btn {
  width: 60px;
  height: 40px;
  margin: 8px;
  background: url(../images/menu.png) center center no-repeat #7d8ec0;
  border: 0;
  text-indent: -999999px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  box-shadow: inset 0 1 1px #000;
	cursor:pointer;
}
#w #pagebody #content {
	display: block;
	height: 100%;
	z-index: 9999;
	padding-top:45px;
}
/*行動版左側選單_選單*/
#w #navmenu {
	background:#333;
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:99999;
}
#w #navmenu header {
	display: block;
	height: 44px;
}
#w #navmenu header h2 {
	text-align: center;
	padding-top: 10px;
	color: #e6e8f2;
	font-weight: bold;
	font-size: 2.1em;
	text-shadow: 1px 1px 0px #313131;
}
/*連結*/
#w #navmenu ul {
	list-style: none;
}
#w #navmenu li {
	width: 100%;
	float: left;
}
#w #navmenu ul li a {
	display: block;
	color:#fff;
	font-size:1.1em;
}
#w #navmenu ul li a:visited {
	text-decoration:none;
}
#w #navmenu ul li a:hover {
	color:#FFF;
	text-decoration: none;
}
#w #navmenu ul li .qa_title:hover {
	background:#000;
}
/*連結下拉*/
#menu #qaContent li .qa_title{
	font-size: 0.95em;
	padding:10px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	border-bottom:1px solid #232323;
	background: #333;
	text-align:left;
}
#menu #qaContent li .qa_title a {
	font-size: 0.95em;
}
#menu #qaContent li .qa_content li {
	font-size: 0.8em;
	border-bottom:none;
}
#menu #qaContent li .qa_content li a{
	display: block;
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 0 5px 10px;
	color: #000;
	background: #eee;
	text-align:left;	
}
/*統一設定*/
.container {
	width:96%;
	margin: 0 2%;
}
.web {
	display:none;
}
.mobile {
	display:block;
}

/*網頁版上方*/
header {
	display:none;
}
nav {
	display:none;
}

/*內頁共用*/
h3.subtitle {
 width: 90%;
 margin: 0 5%;
}

/*首頁banner*/
#banner {
 display: none;
}
#bannermobile {
 display: block;
}

/*首頁文字*/
#information {
 position: absolute;
 top: 10%;
 left: 10%;
 width: 80%;
 margin-top: 10px;
 font-size: 60% !important;
}

/*首頁消息標題*/
.crossTitleBox {
  width: 320px;
  margin: 20px auto 30px auto;
}


/*首頁連結*/
#index-link {
	position: static;
	width: 90%;
	margin: 20px 0 0 0;
	z-index: 100;
	display: block;
}
.index-link {
 display: block;
 flex: 1;
 margin: 5%;
}
.index-link .txt {
 position: absolute;
 width: 50%;
 padding: 8%;
}
.index-link .txt h3 {
 font-size: 1.5em;
}

/*首頁據點*/
#index-location-bg .left {
 width: 100%;
 height: auto; 
}
#index-location-bg .left #img {
 display: none !important;
}
#index-location-bg .right {
 width: 100%;
 padding: 0;
 height: auto;
 position: static;
}
#index-location-bg .right #txt {
  position: static;
	width: 300px;
	margin-top: 20%;
	margin-bottom: 20%;
	margin-left: auto;
	margin-right: auto;
}

/*空車出租*/
#rent-car .car h4 {
 text-align: center;
}
#rent-car .car .left {
	float: none;
	width: 80%;
	text-align: center;
	margin: 0 10%;
}
#rent-car .addbag {
 margin: 10px 10%;
}
/*空車出租-內頁*/
#car-img {
 width: 100%;
}
#car-txt {
 width: 100%;
 margin: 25px 0;
}
#rent-car .car .img {
 height: auto;
}
#rent-car .car {
 float: left;
 width: 48%;
 padding: 1%;
}

/*內頁全部*/
#main {
 width: 100%;
 margin: 10px auto  25px auto;
}
#main img {
 width: 100% !important;
}


/*快速租車表單*/
.w01 {
 width: 90%;
 margin-right: 5%;
 margin-left: 5%;
}
.w02 {
 width: 90%;
 margin-right: 5%;
 margin-left: 5%;
}
.w03 {
 width: 90%;
 margin-right: 5%;
 margin-left: 5%;
}
.login .list {
 width: 100%;
}
.login .list .one {
	width: 100%;
}
.login .list .two {
	width: 50%;
}
.login .list .three {
	width: 100%;
}
.login .list .btn {
  width: 100%;
	padding: 15px;
}


/*額外設定*/
.login .list .date , .login .list .date02  {
 background-image: none;
 padding-left: 0;
 padding-right: 0;
}
.login .list .date input , .login .list .date02 select {
 background-image: url(../images/svg/timetable.svg);
 background-position: 5px center;
 background-repeat: no-repeat;
 padding-left: 30px;
 padding-right: 10px;
 -moz-background-size:20px;
 -webkit-background-size:20px;
 -o-background-size:20px;
 background-size:20px;
}
.login .list .location{
 background-image: none;
 padding-left: 0;
 padding-right: 0;
 width: 100%;
}
.login .list .location select {
 background-image: url(../images/svg/location.svg);
 background-position: 5px center;
 background-repeat: no-repeat;
 padding-left: 30px;
 -moz-background-size:20px;
 -webkit-background-size:20px;
 -o-background-size:20px;
 background-size:20px;
 width: 100%;
}
.login .list .search {
 width: 100%;
 margin-left: 0;
 text-align: right;
}
.login .list .search a {
 color: #e7cbb2;
}

/*仿table列表設定*/
div.outTable {
	overflow-x: scroll; /* showing scrollbars */
}
div.divTable {
  width: 980px;
	white-space: nowrap;
}

/*空車出租-內頁表格*/
.table-top {
  width: 100% !important;
}


/*購物頁上方*/
#shopping-step {
 display: none;
}
.shopping-top .left{
 width: 100%;
}
.shopping-top .right{
 width: 100%;
 text-align: left;
 margin: 0 0 15px 0;
}


/*購物頁格子*/
.shopping .listinput_for_mobile {
	padding-left: 0;
}
.shopping .list .three {
	float: left;	
	width: 100%;
	margin-right: 0;	
	margin-left: 0;
}
.shopping .list .three-double {
	float: left;	
	width: 100%;
	margin-right: 0;	
	margin-left: 0;
}
.shopping .list .three:nth-child(3) {
  margin-right: 0;
	margin-left: 0;
}
.shopping .list .three-right {
	float: left;	
	width: 100%;
	margin-right: 0;	
	margin-left: 0;
}
.shopping .listinput .w20 { width: 100%;}

/*企業長租*/
#bannerin {
  height: auto;
	padding: 100px 0;
	text-align: center;
}

/*長租注意事項*/
#longrent-note .left {
 width: 100%;
}

/*企業長租表單*/
#bottom-contact p {
 width: 100%;
 margin: 0;
}

/*司機代駕-banner上方*/
#driver-top {
 position: static;
 width: 90%;
 margin: 0 5%;
 top: 0;
 font-size: 70%;
}
/*司機代駕-搜尋*/
#search-schedule .list{
 width: 50%;
 margin-bottom: 25px;
}

/*司機代駕表格*/
/*#schedule {
	overflow-x: scroll;
}
/*#schedule {
  width: 1200px;
	white-space: nowrap;
}*/



/*情報消息*/
#bannerin-news .left {
 position: static;
 width:100%;
}
#bannerin-news .right {
 display: none;
}

/*消息*/
#news .news {
 width: 100%;
 padding: 10px;
}

/*線上發問*/
#contact {
  position: static;
	right: inherit;
	top: inherit;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
  height: auto;
  padding:25px;
	background: #fff;
}
#contact-bg {
	background: url(../images/bg-contact.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
}
#contact .btn {
	width: 100%;
	margin: 0 0;
	padding: 10px 0;
}


/*服務據點*/
#bannerin-location {
	height: 200px;
	padding: 50px 0 25px 0;
}
#bannerin-location h1.title {
 font-size: 2.5em;
 font-weight: 500;
 color: #000;
}
#location .location {
 float: left;
 width: 100%;
 margin: 3% 0 3% 0;
}
#location .location h4 {
 color: #fff;
 margin: 15px 15px 0 15px; 
 font-size: 2em;
 font-weight: 500;
}
#location location p {
 margin: 5px 15px;
}
#location .location .txt {
 margin: 15px;
 border-top: 1px solid #fff;
 padding-top: 10px;
 min-height: 80px;
}
#location .location .txt li {
 list-style-type: none;
 color: #fff;
}


/*會員專區*/
.account {
 padding: 25px 15px;
}
.account aside {
 width: 100%;
}
.account main {
 width: 100%;
}
.account .listname {
 width: 100%; 
}
.account .listinput {
 width: 100%; 
}
.btnlocation {
 width: auto;
}
.btn-account > input { 
 width: 100%; margin: 0;
}
#loginother {
 margin-top: -10px;
}
.float-right {
 float: right;
}

/*會員專區-側邊下拉*/
aside #qaContent {
margin-bottom: 25px;
}
aside #qaContent .qa_title {
	color: #fff;
	background: #6b6b6b;
	padding: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 1.1em;
}
aside #qa_content ul {
	margin: 0 0 3px
}
aside .accordionPart li {
	line-height: 30px;
	list-style-type: none;
	color: #fff;
	background: #6b6b6b;
}
aside .accordionPart li a {
	display: block;
	color: #fff;
	padding: 5px;
}
aside .accordionPart li a:hover {
 background: #000;
}

/*頁尾*/
footer #bottom {
 display: none;
}


/*訂車管理*/
.car-rent-manage .list {
 width: 100%;
}

}



@media (max-width: 530px) {
.index-car .left {
 width: 100%;
}
.index-car .right {
 width: 100%;
}
.index-link .txt {
 padding: 3%;
}
.index-link .txt h3 {
 font-size: 0.9em;
 font-weight: 600px;
}
/*空車出租*/
#rent-car .car {
 float: left;
 width: 90%;
 padding: 1%;
 margin: 0 5%;
 height: auto;
}
}