﻿/*stlye*/
html,body {
	font-family: "微軟正黑體";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #232323;
    font-size: 16px;
    font-weight: bold;	
}
a{
    text-decoration: none;
}	
.content_box{
    max-width: 1400px;
    margin: 0px auto;
    padding: 35px 10px;
    min-height: calc(100vh - 400px);
}
.index_content_box{
	max-width: 1400px;
    margin: 0px auto;
    padding: 5px 10px
}
@media only screen and (max-width: 760px) {
.index_content_box.news{
	margin-top: -70px;
}
}
.linethrough{
	text-decoration: line-through;
}
/*按鈕*/
.btn_box{
	display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;	
}
.btn_box.right{
    justify-content: flex-end;	
}
.btn_box.left{
    justify-content: flex-start;	
}
.btn_box.center{
    justify-content: center;	
}
.index_more_btn{
	position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    background: #123a5f;
    font-size: 16px;
    font-weight: 900;
    padding: 5px 15px;
    border-radius: 15px;
}
.index_more_btn:hover{
    color: #ffffff;
    background: #bbccdb;	
}
.member_type_btn{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}
.member_type_btn a{
	padding: 10px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #123a5f;
    border: 1px solid #123a5f;
    margin-top: 25px;
    font-weight: 900;
	
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
/*編輯器*/
.edit{
	font-size:16px;
	font-weight:400;
	line-height:2;

}
.edit iframe{
	max-width:100%;
}
.edit table{
	max-width:100%;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit p{
	margin-bottom:0px;	
}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
.modal-body .edit{
    overflow: auto;
    max-height: 75vh;
}
.necessary{
	color: red;
}
.index_map_box .text_box p{
	margin-bottom:0px;	
}
/*大標題*/
.item_title_box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px;
	
}
.item_title_box .ch{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
    color: #0d3b66;
    margin: 0px	
}
.item_title_box .en{
	display: block;
    color: #0d3b66;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0px	
}
.item_title_box::after{
	content: '';
    display: block;
    width: 4.16667em;
    height: 5px;
    background: linear-gradient(to right, #0d3b66 0%, #0d3b66 100%);
    margin-top: 0.35em;
	margin-left: auto;
    margin-right: auto;
}
.item_title_box.line::after{
	display: none;
}
.item_title_box .line{
    position: relative;
}
.item_title_box .line img{
	width: 40px;
}
.item_title_box.line .en{
    font-size: 16px;
    margin-top: 15px;
}
.item_title_box .line::after,
.item_title_box .line::before{
	content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    background: #d8a129;
}
.item_title_box .line::after{
	right: calc(100% + 20px);
}
.item_title_box .line::before{
    left: calc(100% + 20px);
}
/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.manu .disabled {
    padding: 6px 10px;
    border: #d3d3d3 1px solid;
    COLOR: #222222;
    margin: 0 2px;
}
.manu .current {
    COLOR: #000000;
    padding: 6px 10px;
    border: #e3e3e3 1px solid;
    BACKGROUND: #f2f2f2;
    margin: 0 2px;
}
.manu a {
    border: #d3d3d3 1px solid;
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}
/*回最上*/
#back-to-top {
    position: fixed;
    bottom: 3%;
    right: 30px;
    z-index: 100;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #ffffff8a;
    color: #82ccd2;
    cursor: pointer;
    border: 0;
  
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    padding-top: 3px;
    border: 2px solid #82ccd2;
  
}
/*橫幅*/
.banner{
	width:100%;
}
.banner img{
	width:100%;	
}

.index_ad_swiper{
	margin-top:20px;
	margin-bottom:30px;
}
.ad_swiper{
	position:relative;
}
/*
.ad_swiper_page_box{
	position:absolute;
	width:50px;
	top: calc(50% - 65px);
    z-index: 9;
}
*/

.ad_swiper_page_box a{
	position: absolute;
    top: 45%;
    display: inline-block;
    padding: 10px;
    color: #123a5f;
    font-size: 26px;
    z-index: 2;
}
.ad_swiper_page_box a.adswiper_left{
    left: 10%;	
}
.ad_swiper_page_box a.adswiper_right{
    right: 10%;	
}
.ad_swiper_page_box a.swiper-button-disabled{
	color: #cdcdcd;
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
.products_left_img_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.products_left_img_pc{
	display: none;
}	
.products_left_img_ph{
	display: block;
}
}
/*seo article*/
.seo_row{
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.seo_row .seo_title_box{
	width: 300px;
}
.seo_article_row{
    width: calc(100% - 320px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.seo_row .seo_title_box .h1_title{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
}
.seo_row .seo_title_box .h2_title{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
}
.seo_article_list{
    width: calc(100% / 3 - 20px);
    margin: 10px 10px 15px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.seo_article_list .date_title{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;	
}
.seo_article_list .date_title .date{
	width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #b0b0b0;
    color: #707070;
    text-align: center;
}
.seo_article_list .date_title .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
}
.seo_article_list .date_title .date .txt_m_y{}
.seo_article_list .date_title .title{
	width: calc(100% - 55px);
    padding-top: 5px;
    padding-left: 30px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.seo_article_list .date_text_box{
    font-size: 12px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}
@media only screen and (max-width: 1200px){
.seo_row .seo_title_box, .seo_article_row {
    width: 100%;
	margin-left:0px;
}
.seo_row .seo_title_box{
    text-align: center;
    margin-bottom: 45px;	
}
}
@media only screen and (max-width: 860px){
.seo_article_list{
    width: calc(100% / 2 - 20px);
}
.seo_article_list .date_title .date{
    width: 100%;
    text-align: left;
}
.seo_article_list .date_title .date .day{
	font-size: 12px;
}
.seo_article_list .date_title .title{
	width:100%;
	padding-left: 0px;
    font-size: 16px;
}
}
@media only screen and (max-width: 760px){
.seo_article_list{
    width: 100%;
    border-left: 0px solid #e9e9e9;	
    border-bottom: 1px solid #e9e9e9;	
}
}
/*article*/
.article_row_box{
    width: calc(100% - 320px);
}
.article_row {
    display: flex;
    flex-wrap: wrap;
}
.article_row .seo_article_list{
	width: calc(100% / 2 - 20px);
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.article_row .seo_article_list:nth-child(odd){
    border-left: 0px solid #e9e9e9;
}
@media only screen and (max-width: 760px){
.article_row_box{
	width: 100%;
    padding: 20px 0px;
}
.article_row .seo_article_list{
	width: 100%;

}
}
/*article ii*/
.article_container_row{
    display: flex;
    flex-wrap: wrap;
}
.article_menu_box{
    position: relative;
    width: 320px;
    border-right: 1px solid #f2f2f2;	
}
.article_text_box{
    width: calc(100% - 640px);
    margin-right: auto;
}
.article_menu_title {
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
	font-weight: 400;
    font-size: 26px;
    letter-spacing: .05em;
    color: #343434;
}
.menu_ul_box{
    padding: 20px 0;
}
.menu_ul_box .menu_ul{
    list-style: none;
    padding-left: 0px;	
}
.menu_ul_box .menu_ul li a{
	position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #676767;
    border-bottom: 1px solid #f2f2f2;
}
.menu_ul_box .menu_ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #f80034;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_ul_box .menu_ul li a:hover::after,
.menu_ul_box .menu_ul li a.active::after {
    width: 100%;
}
.article_top_title_box{
    display: flex;
    padding: 37.5px 6%;
    border-bottom: 1px solid #f2f2f2;
}
.article_top_title_box .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_top_title_box .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_top_title_box .date .txt_m_y{}
.article_top_title_box .text{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}
.article_top_title_box .text .txt{
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .02em;
}
.article_top_title_box .text .title{
    font-size: 3rem;
    line-height: 1;
    color: #181414;
    font-weight: bold;
	letter-spacing: .02em;
}
.article_edit_box{
    padding-left: 16%;
    padding-right: 16%;
}
.catalog_box{
	padding: 20px;
    background: #f1f1f1;
    margin: 10px 0;
}
.catalog_box .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.catalog_box ul > li{
    margin-top: 0.75rem;	
}
.catalog_box ul a{
    color: #159347;
    line-height: 1.5;
    font-size: 18px;
}
.edit.tag_edit{
	
}
.edit_title{
    font-weight: 700;
    font-size: 2.25rem;
	letter-spacing: .25rem;
    line-height: 1.5;
    color: #c0392b;
    margin: 20px 0;

}
@media only screen and (max-width: 1300px){
.article_edit_box{
    padding-left: 2rem;
    padding-right: 2rem;
}	
}
@media only screen and (max-width: 760px){
.article_edit_box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}	
}
/*切換分頁按鈕*/
.page_btn_box{
    position: relative;
    margin: 35px 0px;
    width: 100%;
    height: 45px;
}

.page_btn_box:before {
	content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    background: #a59595;
    left: 50%;
}

.page_btn{
    position: relative;
    width: 50%;
	display: flex;
    flex-wrap: wrap;
}

.page_btn_box .page_btn.left{
	justify-content: flex-start;
	padding-right: 10px;
	padding-left: 35px;
	text-align:left;
	float: left;
}
.page_btn_box .page_btn.right{
    padding-right: 35px;
    padding-left: 10px;
    text-align: right;
    float: right;
}
.page_btn_box .page_btn.left .icon{
	left: 0px;
}
.page_btn_box .page_btn.right .icon{
	right: 0px;
}
.page_btn > .icon{
	position: absolute;
    font-size: 20px;
	top: 10px;
}
.page_btn > .text{
	width: 100%;
    font-size: 18px;
    color: #108696;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.page_btn > .title{
	width: 100%;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*右側文章列表*/
.article_fixed_box{
	position: fixed;
    right: 0;
    top: 0;
    padding-top: 90px;
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_fixed_row{
    display: flex;
    flex-wrap: wrap;
}
.article_fixed_list{
	width:100%;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 35px;	
    border-bottom: 1px solid #f2f2f2;
}
.article_fixed_list .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_fixed_list .date .day{
	font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_fixed_list .date .txt_m_y{}
.article_fixed_list .text{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    padding-top: 8px;
}
.article_fixed_list .text .txt{
	padding-bottom: 3px;
    font-size: 14px;
}
.article_fixed_list .text .title{
	display: block;
    font-size: 16px;
    letter-spacing: .05em;
    color: #2f2b2b;
    line-height: 1.5;
    max-height: 50px;
}
/*tag2*/
.article_text_box.tag2{
	width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
   width: calc(100% - 320px);
}
.article_right_box{
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_right_box .article_fixed_row{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 90px;	
}
.tag_edit .edit img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.tag_edit .edit p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
	font-weight:300;
}
@media only screen and (max-width: 1300px) {

.article_text_box {
    width: calc(100% - 320px);
    margin-right: auto;	
}
.article_fixed_box{
    position: relative;
	width:100%;
}
/*tag2*/
.article_text_box.tag2{
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
	width:100%;
}
.article_right_box{
    width: 100%;
    height: auto;
}
.article_right_box .article_fixed_row{
	position: relative;
    top: 0px;
}
}
@media only screen and (max-width: 760px) {
.article_menu_box, .article_text_box{
	width:100%;
}
.article_menu_box{
	background: #f80034;
}
.article_menu_title{
	color: #fff;
    margin-bottom: 20px;
}
.article_menu_title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 22px;
    transition: .3s;
}
.article_menu_title.active:after {
    transform: rotate(45deg);
}
.menu_ul_box{
	width: 100%;
    height: 0px;
	padding: 0px;
    background: #e9e9e9;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 8;
    transition: all .5s ease;
}
.menu_ul_box.active{
	height: auto;
}
/*tag2*/
.article_top_title_box .text .title{
    font-size: 1.875rem !important;
}
.article_text_box.tag2{
	width:100%;
}
.tag_edit .edit img{
	max-width: 100%;
}
}

/*down tag*/
.tag_box{
	display: flex;
    flex-wrap: wrap;

}
.tag_box, .tag_box a{
   
}
.tag_box .slogan{
	width:200px;
	padding-right:30px;
}
.tag_box .tag{
    width: 70%;
    text-align: center;
    margin: 20px auto;
}
.copyright{    
	display: flex;
	justify-content: center;  
	font-size: 12px;    
	font-weight: 700;  
	margin: 10px 0px 10px 0px; 
	padding-bottom: 5px;
}
.tag_box .tag a{
    display: inline-block;

}
.tag_box .tag > a, .tag_box .tag > a > h2, .copyright{
	font-size: 12px;
    color: #000;

    font-weight: 200;
    	margin-bottom: 0px;
}
.tag_box .tag > a{
    padding:  5px;	
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    margin-right: 6px;	
	margin-bottom: 5px;
}
.footer_ContactBtn_box{   
	max-width:	100%;
    margin:	auto;
    display: flex;
    justify-content: center;
	padding: 40px 0px
}
.footer_ContactBtn_box .btn{	
	width: calc(60% - 50px); 
	border-radius: 35px !important;
	background-image: -webkit-linear-gradient(345deg, #e22410, #f30063);
	background-image: -o-linear-gradient(345deg, #e22410, #f30063);
	background-image: linear-gradient(105deg, #e22410, #f30063);
	-webkit-box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
	box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500 !important;
	padding: 13px 28px !important;
	border-color: transparent;
	line-height: 1;
}
.footer_ContactBtn_box .btn:hover{ 
	background-image: -webkit-linear-gradient(315deg, #e22410, #e50093); 
	background-image: -o-linear-gradient(315deg, #e22410, #e50093); 
	background-image: linear-gradient(135deg, #e22410, #e50093);  
	-webkit-box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
	box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
}
.footer_ContactBtn_box .btn.ph{ 
	display: none;
}
footer a:hover{
    color: #cfcfcf;
}
.footer_bottom_box {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0px auto;
    /* margin-top: 30px; */
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #dfdfdf;
}
.footer_bottom_unmber{
    background: #fff;
    padding: 5px 10px;
    text-align: center;	
}
.footer_logo .footer_bottom_unmber img {
    width: auto;	
    height: 26px;
    padding-right: 5px;
}
@media only screen and (max-width: 760px){
.footer_ContactBtn_box .btn.pc{
    display: none;
}
.footer_ContactBtn_box .btn.ph{   
	display: block;   
	width: calc(100% - 50px);
}
}
.index_item_box{
    padding: 50px 0px;
}
.index_about_box {
    display: flex;
    flex-wrap: wrap;
}
.index_about_box .text_box{
    padding: 45px 130px 45px 20px;
    width: 50%;
}
.index_about_box .img {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}
.index_about_box .text_box .title{
	position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    display: inline-block;
}
.index_about_box .text_box .title:after{
	content: "";
    width: 80%;
    height: 4px;
    bottom: 0%;
    left: 0px;
    position: absolute;
    margin: auto;
    background: #123a5f;
}
.index_about_box .text_box .text{
	margin-bottom: 30px;
}
.index_about_box .img img{
	width: 100%;
}


.index_car_row{
    display: flex;
    flex-wrap: wrap;
}
.index_car_list{
    position: relative;
    width: calc(100% / 4 - 30px);
    margin: 15px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
	transition: all .5sease;
}
.swiper-slide .index_car_list{
	width: 100%;
	margin: 0px;
}
.index_car_list .text_box{
    width: 100%;
    padding: 10px 15px 20px 15px;
}
.index_car_list a.img{
	position: relative;
    display: block;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);	
}
.index_car_list a.img::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.index_car_list a.img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5sease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5sease;
}
.index_car_list a.img .mask_box{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    transition: opacity .3s;	
}
.index_car_list .title_box{}
.index_car_list .title_box .title1{
    font-size: 16px;
	margin-bottom: 5px;
}
.index_car_list .title_box .title2{
    font-size: 16px;
}

.index_car_list .price_box{}
.index_car_list .price_box .price_btn_box{
	display: flex;
    justify-content: space-between;
	align-items: center;
	color: #123a5f;
}
.index_car_list .price_box .price_btn_box .price_text{}
.index_car_list .price_box .price_btn_box .price_text .price{
    font-size: 26px;
    font-weight: 900;
}
.index_car_list .price_box .price_btn_box .price_down_btn{
    display: block;
    width: 30px;
    text-align: center;
}
.index_car_list .price_box .price_btn_box .price_down_btn.active{
	transform: rotate(-180deg);
}
.index_car_list .price_box .price_down_box{
	
}
.type_box{
    display: flex;
    flex-wrap: wrap;
    line-height: 2;	
}
.type_box .type_list{
    width: calc(100% / 2);
    display: flex;
}
.type_box .type_list .icon{
    display: inline-block;
    width: 30px;
}
.type_box .type_list .txt{}
.price_down_box .price_text{
    color: #ff0000;
}
.price_down_box .price_text .price{
    font-size: 26px;
    font-weight: 900;
}
.price_down_box .price_text.black{
	color: #000;
}
.car_more_btn{
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #123a5f;
    border: 1px solid #123a5f;
    margin-top: 25px;
    font-weight: 900;
}
.car_more_btn:hover{
	color: #ffffff;	
}
.index_car_list:hover{
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);	
}
.index_car_list:hover a.img .mask_box{
	opacity: 1;
}

.index_car_row.car_row .index_car_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
	border-radius: 5px;
}
.index_car_row.car_row .index_car_list .img{
	width: 200px;
    width: 200px;
    box-shadow: none;	
}
.index_car_row.car_row .index_car_list .img img{
	width: 100%;
}
.index_car_row.car_row .index_car_list .text_box{
	width: calc(100% - 200px);
    display: flex;
	flex-wrap: wrap;
    padding: 5px;	
}
.index_car_row.car_row .index_car_list .title_box{
	width: 100%;
}
.index_car_row.car_row .index_car_list .title_box .title1,
.index_car_row.car_row .index_car_list .title_box .title2{
    font-size: 22px;
    font-weight: 900;
}
.index_car_row.car_row .index_car_list .text_box .type_box{
	width: calc(100% - 230px);
}
.index_car_row.car_row .index_car_list .price_box{
    width: 230px;
}
.index_car_row.car_row .index_car_list .text_box .type_box .type_list{
    color: #bbbbbb;
    width: auto;
    margin-right: 20px;	
}
.index_hot_ph{
	display:none;
}
.index_swiper-slide{
	padding: 5px 15px;
}
.car_label{
    padding: 5px 15px;
    position: absolute;
    left: 0;
    top: 0px;
    background: #123a5f;
    color: #fff;
    z-index: 1;
    border-radius: 5px 0px 0px 0px;	
}
@media (max-width: 1200px) {
.index_car_row.car_row .index_car_list .img {
    width: 250px;
}
.index_car_row.car_row .index_car_list .text_box{
	width: calc(100% - 250px);
}
.index_car_row.car_row .index_car_list .text_box .type_box,
.index_car_row.car_row .index_car_list .price_box{
	width: 100%;
}
}
@media (max-width: 760px) {
.index_hot_pc{
	display:none;
}	
.index_hot_ph{
	display:block;
}	
.index_hot_ph .swiper-button-prev,
.index_hot_ph .swiper-button-next{
    background: #0e385eb0;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    font-size: 22px;
}
.index_hot_ph .swiper-button-prev:after, 
.index_hot_ph .swiper-button-next:after{
	font-size: 26px;
}
.index_hot_ph .swiper-button-prev{}
.index_hot_ph .swiper-button-next{}
.index_car_list{
    width: 100%;
}
.index_car_row.car_row .index_car_list .img,
.index_car_row.car_row .index_car_list .text_box,
.index_car_row.car_row .index_car_list .text_box .type_box,
.index_car_row.car_row .index_car_list .price_box{
	width: 100%;
}
}
.menu_content_box{
	display: flex;
    flex-wrap: wrap;	
}
.menu_content_box .menu_box{
    width: 300px;
	margin-right: 30px;
}
.menu_content_box .page_box{
	width: calc(100% - 350px);
}
.page_menu{
	list-style: none;
    padding: 0;
    margin: 0;
}
.page_menu > li{
    width: 100%;
    font-size: 26px;
    font-weight: 900;	
    margin-bottom: 5px;
    padding: 5px 25px 5px 25px;
    border-bottom: 1px solid #123a5f;	
}
.page_menu > li a{
	color: #123a5f;
}
@media (max-width: 960px) {
.menu_content_box .menu_box,
.menu_content_box .page_box{
	width: 100%;
    margin: 0px;	
}	
}
/*discount*/
.discount_row{
    display: flex;
    flex-wrap: wrap;
}
.discount_list{
	width: calc(100% / 2 - 40px);
    margin: 20px;
}
.discount_list .img{
	width: 100%;
}
.discount_list .img img{
	width: 100%;
    border-radius: 5px;
}
.discount_list .more_btn{
	position: relative;
    padding: 15px 40px 5px 5px;
    text-align: end;
    color: #b7b7b7;
}
.discount_list .more_btn:after{
content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #b7b7b7;
    border-right: 0px solid transparent;
    border-left: 20px solid transparent;
}


.page_menu_down_box{
    width: 100%;
    margin: 0px;
    padding: 2px 10px;
    color: #000;
    background-color: #fafafa;	
}
.page_menu_down{
    margin: 0px auto;
    padding: 5px 20px;	
}
.page_menu_down span.icon{
    padding: 0px 5px;	
}
.page_menu_down a{
    color: #312927;	
}
.page_top_menu_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;	
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;		
    margin-bottom: 30px;
}
.page_top_menu_box a{
	display: block;
    position: relative;	
    padding: 10px 15px;	
    margin: 0px 5px;	
}
.page_top_menu_box a.active{
    background: #123a5f;
    color: #fff;	
}
.page_top_menu_box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #123a5f;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page_top_menu_box a:hover:before{
    left: 0;
    right: 0;
}
.page_top_ph_menu_box{
	display:none;
	margin-bottom: 10px;
}
.page_top_ph_menu_box select{
    width: 100%;
    padding: 10px 15px;
    color: #123a5f;
    font-size: 22px;
    font-weight: 900;	
    border: none;
    border-bottom: 2px solid #123a5f;
    text-align: center;
}
@media only screen and (max-width: 760px){
.products_menu.ph_menu{
	display: none;
}		
.page_top_menu_box{
	display:none;
}	
.page_top_ph_menu_box{
	display: block;
}	
}
/*QA*/
#qaContent {
	width: 100%;
	font-size:16px;
}
#qaContent h3 {
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}
#qaContent h3.qa_group_1 {
}
#qaContent h3.qa_group_2 {
}
#qaContent ul.accordionPart {
	list-style:none;
    padding-left: 0px;
}
#qaContent ul.accordionPart li {
	list-style:none;
	margin-bottom:10px;
	border-bottom:1px dashed #e2e2e2;
}
#qaContent ul.accordionPart li:first-child{
	margin-top:10px;
}
#qaContent ul.accordionPart li .qa_title {	
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    color: #123a5f;
    font-weight: bold;
    padding-left: 45px;
}
#qaContent ul.accordionPart li .qa_title:after{
    font-weight: 900;
    content: "Q.";
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 26px;
	color: #d5a035;
    transition: .3s;	
}
#qaContent ul.accordionPart li .qa_content { 
	padding-bottom:10px;
    padding-left: 45px;	
    text-align: left; 
	display: none;	
	
}
@media only screen and (max-width: 760px){
#qaContent ul.accordionPart {
    margin-top: 45px;
}	
#qaContent ul.accordionPart li .qa_title{
	font-size: 22px;	
}
#qaContent ul.accordionPart li .qa_title:after{
	font-size: 30px;
}
}
/*news*/
.news_row{
	display: flex;
    flex-wrap: wrap;
}
.news_list{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: relative;
}
.news_list .img{
	width: 100%;
}
.news_list .img img{
	width: 100%;
}
.news_list .text_box{
    padding-top: 15px;	
}
.news_list .text_box .time_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.news_list .text_box .time_box .text1{
    color: #123a5f;
    font-size: 28px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 35px;
}
.news_list .text_box .time_box .text2{
	color: #123a5f;
    font-size: 16px;
    font-weight: 900;
	
}
.news_list .text_box .title{
    color: #000;
    font-size: 24px;
    margin: 10px 0px;
    font-weight: 900;
	padding-bottom: 15px;
    border-bottom: 1px solid #b2b2b2;	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}
.news_list .text_box .text{}
.news_list .text_box .more_btn_box{
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;	
}
.news_list .text_box .more_btn_box .more_btn{
	font-size: 24px;
    font-weight: 700;
    color: #a1a1a1;
}
.news_list:hover{
    border: 1px solid #123a5f;
}
.news_list:hover .text_box .title{
    border-bottom: 1px solid #123a5f;
}
@media only screen and (max-width: 760px) {
.news_list{
	width: 100%;
}
	
}

.page_menu_down_box{
    width: 100%;
    margin: 0px;
    padding: 2px 10px;
    color: #000;
    background-color: #fafafa;	
}
.page_menu_down{
    margin: 0px auto;
    padding: 5px 20px;	
}
.page_menu_down span.icon{
    padding: 0px 5px;	
}
.page_menu_down a{
    color: #312927;	
}
.page_top_menu_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;	
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;		
    margin-bottom: 30px;
}
.page_top_menu_box a{
	display: block;
    position: relative;	
    padding: 10px 15px;	
    margin: 0px 5px;	
}
.page_top_menu_box a.active{
    background: #123a5f;
    color: #fff;	
}
.page_top_menu_box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #123a5f;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page_top_menu_box a:hover:before{
    left: 0;
    right: 0;
}
.page_top_ph_menu_box{
	display:none;
	margin-bottom: 10px;
}
.page_top_ph_menu_box select{
    width: 100%;
    padding: 10px 15px;
    color: #123a5f;
    font-size: 22px;
    font-weight: 900;	
    border: none;
    border-bottom: 2px solid #123a5f;
    text-align: center;
}
@media only screen and (max-width: 760px){
.page_top_menu_box{
	display:none;
}	
.page_top_ph_menu_box{
	display: block;
}	
}
.news_ii_title_box{
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    align-items: flex-start;
}
.news_ii_title_box .back_btn{
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid #123a5f;
    border-radius: 10px;
    justify-content: center;
}
.news_ii_title_box .title{
	width: calc(100% - 150px);
    font-size: 34px;
    margin-bottom: 0px;
    color: #123a5f;
    font-weight: 900;
}
.news_ii_time{
	display: block;
    padding: 5px 15px;
	margin: 20px 0px;
    text-align: end;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
}
@media only screen and (max-width: 760px){
.news_ii_title_box .back_btn{
	display: none;
}	
.news_ii_title_box .title{
	width: 100%;
}
}
.page_back_btn{
	display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.page_back_btn a{
    padding: 5px 15px;	
    border: 2px solid #000000;
    color: #000000;
	font-size: 18px;
}
.page_back_btn a:hover{
	color: #fff;
    background: #123a5f;
    border: 2px solid #123a5f;	
}
/*產品資訊*/
.product_h1_box{
	width:100%;
}
.product_h1{
	font-size: 23px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 10px 0 20px;
    position: relative;
}
.product_h2{
	font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 0px;
    position: relative;
}
.product_col-12{
	width:100%;
}
.product_h2{
	font-size: 16px;
    line-height: 1.5;
}
.product_top_edit{
	font-size:14px;
	margin-bottom:15px;
}

.product_describe{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 0 70px;
    font-size: 20px;
    font-weight: 600;
}
.product_describe span{
	 position: relative;
}
.product_describe span:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	left: -60px;
    border-bottom: 1px solid #878787;
}
.product_describe span:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	right: -60px;
    border-bottom: 1px solid #878787;
}
.menu_edit_ul{
	position: relative;
    width: 100%;
    list-style: none;
    padding: 0 0 12px 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.menu_edit_ul > li{
    position: relative;
	padding:5px 15px;
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;	
    border-right: 1px solid #ddd;	
	border-top: 2px solid #818181;
	margin:10px;
}
.menu_edit_ul > li:last-child{
	border-right: 1px solid #ddd;
}
.menu_edit_ul > li a{
    font-size: 16px;
    color: #423885;
}
.menu_edit_ul > li.active{
	border-top: 2px solid #423885;
}
.menu_edit_ul > li.active:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #000;
}
.menu_edit_ul > li.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
@media only screen and (max-width: 760px){
.menu_edit_ul > li{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}
.products_row_title{
    font-size: 22px;
    text-align: center;
    color: #1da539;
    margin-top: 40px;
}
.products_row.products_ii{
	margin-top: 40px;
    background: #f3f3f3;
    padding-top: 20px;
}
/**/
.modal_product_introduction{
    color: red;	
	padding: 5px;
    box-shadow: 3px 3px 10px 0px rgb(225 225 225);
}
.modal_product_price{
	margin:25px 0px;
	color: red;
}
.modal_product_specification{
	margin:10px 0px;
}
.modal_product_specification a{
    display: inline-block;
	border: 1px solid #00B09A;
    padding: 5px 8px;
	border-radius: 5px;
    margin-top: 10px;
	
}
.modal_product_specification a.active{
	border: 1px solid #ff0002;
    color: #ff0002;
}
.modal_price{
	color: red;
    font-weight: 900;
	font-size:20px;
}
.modal_original_price{
	color: #4a4a4a;
    font-weight: 300;
    text-decoration: line-through;
}

/*購物車數量*/
.btn_group_product{
	max-width: 300px;
	display: flex;
}
.products_calculate_btn{
	background: none;
    border-style: none;
    color: #266433;
    font-size: 30px;
}
.products_quantity{
	    border-style: none;
    text-align: center;
    font-size: 40px;
    width: 70%;
}
.modal_product_btn_row{
	width: 100%;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	margin: 20px 0px;
}
.modal_product_cart{
	font-size: 14px;
    padding: 5px 15px;
    background-color: #266433;
    color: white;
    border-radius: 15px;
	margin-right: 20px;
}
.modal_product_cart:hover{
	color: white;
    opacity: 0.7;
}
.modal_product_buy{
	font-size: 26px;
    padding: 5px 40px;
    background-color: #123a5f;
    color: white;
    border-radius: 0px;
}
.modal_product_buy:hover{
	color: white;
    opacity: 0.7;
}
#previewMultiple img{
	width:100%;
	padding:15px;
}
.modal_productSwiper5 .swiper-slide{
    text-align: center;	
}
.modal_productSwiper5 img{
	width: 100%;
}
.products_type_row{
    display: flex;
    flex-wrap: wrap;	
}
.products_type_list{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;	
    padding: 10px 0px;
	font-size: 18px;	
}
.products_type_list .title{
	width: 85px;
 
}
.products_type_list .text{
	width: calc(100% - 85px);
}
.products_type_list .text select{
	height: 40px;
    width: 100%;
    border: 2px solid #020202;
}
.product_type.type_box{
    padding: 10px;
    background: #efefef;	
}
.product_type.type_box .type_list{
    padding-bottom: 10px;	
}

/**/
.rent_page_box{
	display: flex;
    flex-wrap: wrap;	
}
.rent_data_box{
    width: calc(100% - 300px);
    background: #f1f1f1;
}
.rent_check_box{
	width: 300px;
	padding: 60px 15px;
}
.rent_data_box .data_box{
	padding: 60px 15px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.rent_data_box .data_box > .title{
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 45px;
    border-bottom: 2px solid #000000;	
}
.rent_data_box .data_box img{
	width:100%;
}
.rent_check_list{
	padding: 10px 0px
}
.rent_check_list .title{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 25px;
}
.rent_check_list .text{}
.rent_check_list .text select{
    height: 40px;
    width: 100%;
    border: 2px solid #020202;	
}
.rent_check_list .txt{
    padding-top: 5px;
    font-size: 14px;	
}
.progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    max-width: 100%;
    margin: auto;
    background: #000;
}
.progress-step {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: gray;
}
.progress-step.active {
    color: white;
}
.progress-step::after {
    content: '\2192'; /* Unicode 箭頭 */
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}
.progress-step:last-child::after {
    content: ''; /* 最後一個步驟不顯示箭頭 */
}
.progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: -1;
}
.rent_btn_box{
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    background: #000;
    color: #fff;
    width: 100%;
}
.rent_btn_box .text{
    width: calc(100% - 400px);	
}
.rent_btn_box .text a{
    color: #d8a12b;
    text-decoration: underline;
}
.rent_btn_box .btn_box{
	width: 400px;
    display: flex;
    justify-content: space-between;

}
.btn_box .back_btn{
	padding: 10px 45px;
    color: #000;
    background: #fff;
}
.btn_box .next_btn{
	padding: 10px 45px;
    color: #ffffff;
    background: #123a5f;
}

.form_list{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.form_list .title{
	margin-bottom: 5px;
}
.form_list .text > input{
	border: 1px solid #ffffff;
    width: 100%;
    max-width: 350px;
    padding: 10px;
}
.rent2_car_check_box{}
.rent2_car_check_box > .title{
	font-size: 22px;
    margin-bottom: 10px;
    text-align: center;	
}
.rent2_car_check_box > img{
    width: 100%;
    padding: 10px 0px;
}
.rent2_car_check_list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.rent2_car_check_list > .title{
   width: 120px;
}
.rent2_car_check_list > .text{
	width: calc(100% - 120px);
}
.rent2_car_check_box .line{
	position: relative;
    height: 2px;
    background: #000;
    margin: 15px 0px;
}
.products_menu{
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
	font-size: 16px;
}
.products_menu_list{
	margin: 10px 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}
.products_menu_class{
	display: flex;
    justify-content: space-between;
}
.products_menu_class a{
	color: black;
    font-size: 16px;
    font-weight: 600;
}
.products_menu_down{
	display: none;
	position:relative;
	width:100%;
	margin: 10px 0px;
	padding-left: 5px;
}
.products_menu_down.active{
	display: block;
}

.products_menu_down a{
	position:relative;
	color: black;
	display:block;
	margin: 10px 0px;
	padding-left: 20px;
}
.products_menu_down a:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 16px;
    left: 0px;
    top: calc(50% - 13px);
}
.products_menu_down a:hover{
	color: #123a5f;
}
.products_menu_down a:hover:before{
    color: #123a5f;
}
.products_menu_down a.active{
	color: #123a5f;
}
.products_menu_down a.active:before{
    color: #123a5f;
}
.menu_down_btn.active{
	transform: rotate(-180deg)
}
@media only screen and (max-width: 760px) {
.rent_data_box,
.rent_check_box,
.rent_btn_box .text{
	width: 100%;
}	

}
/*登入*/
section#formHolder {
  padding: 50px 0;
}

.brand {
  padding: 20px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 670px;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
  z-index: 1;
}
.brand.active {
  width: 100%;
}
.brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 
  z-index: -1;
}
.brand a.logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1em;
}
.brand a.logo img{
    width: 100%;
    max-width: 210px;
}
.brand a.logo span {
  font-size: 30px;
  color: #fff;
  transform: translateX(-5px);
  display: inline-block;
}
.brand .heading {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-12%, -50%);
    text-align: center;
    transition: all 0.6s;
}
.brand .heading.active {
  top: 100px;
  left: 100px;
  transform: translate(0);
}
.brand .heading h2 {
  font-size: 45px;


  margin-bottom: 0;
      color: #f3c46e;
}
.brand .heading p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;

}
.brand .success-msg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 60px;
}
.brand .success-msg p {
  font-size: 25px;
  font-weight: 400;
}
.brand .success-msg a {
  font-size: 12px;

  padding: 8px 30px;
  background: #f95959;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
}
.brand .success-msg p, .brand .success-msg a {
  transition: all 0.9s;
  transform: translateY(20px);
  opacity: 0;
}
.brand .success-msg p.active, .brand .success-msg a.active {
  transform: translateY(0);
  opacity: 1;
}

.form {
  position: relative;
}
.form .form-peice {
  background: #fff;
  min-height: 625px;
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #474747;
  padding: 30px 0 60px;
  transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  overflow: hidden;
}
.form .form-peice.switched {
  transform: translateX(-100%);
  width: 100%;
  left: 0;
}
.form form {
  padding: 0 40px;
  margin: 0;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.form form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.form form .form-group.hasError input {
  border-color: #f95959 !important;
}
.form form .form-group.hasError label {
  color: #f95959 !important;
}
.form form label {
  font-size: 20px;
  font-weight: 400;

  transform: translateY(0px);
  transition: all 0.4s;
  cursor: text;
  z-index: -1;
}
.form form label.active {
  transform: translateY(10px);
  font-size: 10px;
}
.form form label.fontSwitch {
  font-weight: 600;
}
.form form select{
	background: none;
    outline: none;
    border: none;
    display: block;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #444;
    color: #444;
    font-size: 15px;
}
.form form input[type=text],
.form form input[type=password]{
  background: none;
  outline: none;
  border: none;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  color: #444;
  font-size: 15px;
  z-index: 1;
}

.form form input[type=text].hasError {
  border-color: #f95959;
}
.form form span.error {
  color: #f95959;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  right: 0;
  display: none;
}
.form form input[type=password] {
  color: #f95959;
}
.form form .CTA {
    margin-top: 10px;
    margin-bottom: 25px;
}
.form form .CTA input {
	font-size: 18px;
	padding: 5px 30px;
	background: #f95959;
	color: #fff;
	border-radius: 30px;
	margin-right: 20px;
	margin-bottom: 20px; 
	border: none;
}
.form form .CTA a.switch {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  text-decoration: underline;
  transition: all 0.3s;
}
.form form .CTA a.switch:hover {
  color: #f95959;
}
.forget_password{
	font-size: 13px;
    font-weight: 400;
    color: #444;
    text-decoration: underline;
    transition: all 0.3s;
    margin-left: 20px;
}
.remember_member_ii_row{
	display: flex;
}
.form form .remember_member_ii_row label {
    font-size: 15px;
	margin-left: 5px;
}
@media (max-width: 580px) {
.form .form-peice{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}	
}
@media (max-width: 768px) {
.brand{
	min-height: auto;
    display: flex;   
    justify-content: center;	
    height: 300px;	
}
.brand .heading{
	display:none;
}	
.container {
	overflow: hidden;
}
.brand a.logo{
	display: none;
}
.form form{
    padding: 0 40px;
    margin: 0;
    width: 90%;
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, -0%);
}
}
/*忘記密碼*/
.forget_password_box{
	display: flex;
    justify-content: center;
    align-items: center;
}
.forget_password_box .box1 {
    width: calc( 100% - 30px );
    max-width: 470px;
    margin: 20px 0;
    padding: 60px 30px 20px;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    box-shadow: rgb(225 225 225) 0px 2px 9px 0px;
    position: relative;
}
.forget_password_h1 h1{
	font-size: 21px;
    text-align: center;
}
.forget_password_box .box1 .input_box {
    display: flex;
    margin: 20px 0;
    width: 100%;
}
.forget_password_box .box1 .title {
    width: 75px;
    letter-spacing: 3px;
    font-size: 14px;
}
.forget_password_box .box1 .content {
    display: flex;
    flex: 1;
}
.btn-group_box {
	width: 100%;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
	margin-bottom:20px;
}
.btn-group_box a {
    user-select: none;
    transition: .5s all;
    display: block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
}
.btn-group_box .send-btn{
	width: 100px;
    background-color: #f95959;
    color: #fff;
}
.btn_type1{
    font-size: 12px;
    padding: 5px 30px;
    background: #f95959;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    border: none;	
}
@media (max-width: 680px) {
.forget_password_box .box1 .input_box{
	flex-wrap: wrap;
}
.forget_password_box .box1 .title{
	width: 100%;
}
.forget_password_box .box1 .content input{
	width: 100%;
}
}
/*card*/
.credit_card_form_row{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom:20px;
}
.credit_card_form_title{
	width: 190px;
}
.credit_card_form_list{
	width: calc(100% - 190px);
}

.credit_card_form_list.card-num input{
	width: 20.8%;
}
.input-info-txt{
    color: #036eb8;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 2px;
}
.credit_card_form_list.card-date input{
	width: 80px;
}
.credit_card_form_list.card-code input{
	width: 170px;
}


.index_news_row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 280px;
    margin-top: 15px;	
}
.index_news_list{
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.index_news_list:first-child{
    border-top: 0px solid #a1a1a1;
    padding-top: 14px;
}
.index_news_list > .link{
    display: flex;
    flex-wrap: wrap;
    color: #123a5f;
}
.index_news_list > .link > .time{
    width: 115px;
    font-size: 18px;
}
.index_news_list > .link > .type{
    width: 140px;
    text-align: center;
}
.index_news_list > .link > .type > span{
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    letter-spacing: 3px;
    background: #d8a12b;
}
.index_news_list > .link > .title{
	width:calc(100% - 255px);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_box_btn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.news_box_btn .more_btn {
    position: relative;
    padding: 5px 45px 5px 10px;
    color: black;
    border-bottom: 1px solid #003656;
}
.news_box_btn .more_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
    position: absolute;
    top: 5px;
    right: 4px;
    transition: .3s;
}
.news_box_btn .more_btn:hover:after {
    right: 0px;
}
@media only screen and (max-width: 769px) {
.index_news_list > .link > .type{
	width: auto;
    padding-right: 15px;
    text-align: left;
}	
.index_news_list > .link > .title{
	margin-top: 10px;
    width: 100%;
}
}
.search_input_box{
	position: relative;
    padding: 45px 15px;
}
.search_input_box .img{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.search_input_box .img > img{
    height: 100%;
    opacity: 0.1;	
}
.search_input_box .search_input{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: auto;
}
.search_input_box .search_input .title{
    font-size: 22px;
    color: #123a5f;
    letter-spacing: 5px;
    font-weight: 900;	
    margin-bottom: 55px;	
}
.search_input_box .search_input .input{
	position: relative;
    width: 100%;
}
.search_input_box .search_input .input .icon{
	position: absolute;
    right: 18px;
    font-size: 28px;
    color: #123a5f;
}
.search_input_box .search_input .input input{
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    padding-right: 60px;
    border-bottom: 2px solid #123a5f;
}
.search_key_text_box{
    font-size: 18px;
    
}
.search_key_text_box .key{
	font-weight: 900;	
	letter-spacing: 5px;
    padding: 0px 5px;	
}
.search_key_text_box .number{
	color: red;
    font-weight: 900;

    padding: 0px 5px;
}
.tab_content_box{
    position: relative;
    max-width: 1400px;
    margin: 10px auto;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.tab-content-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.time_list{
    margin: 5px 15px;
    width: calc(50% - 30px);	
}
.tab-container {
	display: flex;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.tab{
	position: relative;
    display: block;
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
	color: #fff;
}
.tab:hover{
	color: #fff;
}
.tab.active{
	color: #000;
}
.tab.active::before{
    content: "";
    display: none;
}
.tab.active::after{
    content: "";
    display: none;
}
.tab::before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 10%;
    height: 100%;
    background-color: #d8a12b;
    transform: translateY(0%) skewX(20deg);
    z-index: -1;
}
.tab::after{
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90%;
    height: 100%;
    background-color: #0D3B66;
    z-index: -2;
}
.content {
    padding: 20px;
    text-align: center;
}
.hidden {
    display: none;
}
.date-time-box {
	display: flex;
    align-items: center;
    border-bottom: 2px solid #123a5f;
    padding: 10px;
    border-radius: 0px;
    width: 100%;
    max-width: 300px;	
    justify-content: space-between;
    margin: 10px auto;

}
.date-time-box.red {
    border-color: #C81D26;
}
.date-time-box i {
    font-size: 20px;
    margin-right: 8px;
}
.date-time-box input {
    border: none;
    font-size: 18px;
    width: auto;
    text-align: center;
    background: none;
    cursor: pointer;
}
.date-wrapper {
	position: relative;
	display: inline-block;
}
.date-wrapper input[type="date"] {
	padding-left: 30px;
	height: 36px;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;	
	background: white;
}
.date-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	display: none;
}
.calendar-icon {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto; 
	cursor: pointer;       
	font-size: 16px;
	color: #666;
}
.tab-content .date-time-box select{
	border: 0px solid #0099A8;
    padding: 0px;
    border-radius: 8px;
    width: auto;
    margin: 0px;
}
.select-btn {
	display: inline-block;
    background: #123a5f;
    color: white;
    text-align: center;
    padding: 10px 35px;
    border-radius: 13px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    border: none;
}
.select-btn:hover{
    background: #123a5f;
    color: white;	
}
.tab-content select{
	border: 2px solid #0099A8;
    padding: 10px;
    border-radius: 8px;
    width: calc(50% - 85px);
    margin: 15px;
}
@media (max-width: 680px) {
.tab-container{
	margin-top: 0px;
}	
.time_list{
	width: 100%;
}	
.date-time-box{
    flex-wrap: wrap;
}
.tab-content select{
	width: auto;
}
.date-time-box input{
	width: 100%;
    margin: 5px 0px;
    padding: 10px 0px;
    background: #e0e0e0;
    border-radius: 8px;
    border: 0px solid #0099A8;
	color: #000;
}
.tab-content .date-time-box select{
	width: 100%;
	margin-top: 5px;
	padding: 10px 0px;
	background: #e0e0e0;
}
.tab::after{
    position: absolute;
    right: -10%;
    width: 100%;	
	transform: translateY(0%) skewX(20deg);
}
}
/*彈跳視窗*/
#bid_info_window{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
	z-index:99;
}
#index_news_view_box{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
	z-index:99;
}
.index_news_view_box{
	position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;

    justify-content: center;
    align-items: center;
}
.index_news_view_data{
    width: 85%;
    max-width: 800px;

    border-radius: 5px;
    background: #fff;
    position: relative;
}
.index_news_view_box .title{
    font-size: 22px;
    background: #92afb8;
    padding: 5px;
    text-align: center;
    color: white;
    margin-top: 30px;
}
.index_news_view_btn, .bid_info_window_btn{
    position: absolute;
    right: -10px;
    top: -15px;
    color: red;
    font-size: 30px;
}
.index_news_view_data .text_box{
    padding: 20px 10px;
    max-height: 60vh;
    overflow: auto;
    margin: 20px 0px;
}
.index_news_view_data .form-check{
	width:90%;
	text-align:center;
	margin-bottom: 20px;
}
.bg_colse{
    position: absolute;
    top: 0px;
    left: 0px;
	background: #0000004f;
	width:100%;
	height:100%;
}
.message_row{
    display: flex;
    flex-wrap: wrap;
}
.message_list{
	display: block;
    width: calc(100% / 3 - 30px);
    margin: 15px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);	
}
.message_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.message_list .img::before {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.message_list .img .type{
	position: absolute;
    padding: 5px;
    background: #d8a12b;
    right: 0px;
    bottom: 0px;
    color: #fff;
}
.message_list .img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.message_list .text_box{
	width: 100%;
    margin: 0px;
    padding: 10px 15px;
}
.message_list .text_box .title{
    font-size: 22px;
    height: 35px;
    line-height: 1.875rem;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.message_list .text_box .title_bot{
	font-size: 20px;
    height: 30px;
    line-height: 1.875rem;
    color: #482c99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.text_box .text{
    font-size: 16px;
    height: 120px;
    line-height: 1.875rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.text_box .btn_look{
	text-align: end;
    text-decoration: underline;
    letter-spacing: 2px;
}
.swiper-slide .message_list{
	margin: 0px;
    width: 100%;	
    border: 0px solid #dfdfdf;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);	
}
.swiper-slide .message_list .text_box{
    text-align: center;
}
.swiper-slide .message_list .text_box .title{
	color: #123a5f;
	display: none;
}
.swiper-slide.swiper-slide-active .message_list{
	transform: scale(1.1)
}
.swiper-slide.swiper-slide-active .message_list .text_box .title{
    display: block;
}
.swiper-slide img{
	width: 100%;
}
@media (max-width: 760px) {
.message_list .img::before{
	height: 12rem;
    padding-bottom: 0px;
}
.message_list{
	width: 100%;
}
.swiper-slide .message_list{
    margin: 0px;	
}	
}
footer{
    padding: 15px 10px;
    background: #123a5f;
}
footer,footer a{
	color:#fff;
}
.footer_title_box{
	border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}
.footer_title_box .ch{
	font-size: 22px;
    letter-spacing: 3px;
}
.footer_title_box .en{
    font-size: 16px;
    letter-spacing: 3px;

}
.footer_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;	
    justify-content: center;	
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.footer_icon,
.footer_logo,
.footer_menu{
	width: calc((100% - 300px) / 3);
	padding: 10px;
}
.footer_contact{
	padding: 10px;
	width: 300px;
}
.icon_row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120px;
    margin: auto;
}
.icon_row > a{
	width: 50px;
    height: 50px;
    display: flex;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.icon_row > a.tiktok{
    background: #000;
}
.icon_row > a.facebook{
    background: #4267B2;
}
.icon_row > a.line{
    background: #00c300;
}
.icon_row > a.instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer_icon .follow{
	text-align: center;
    margin: 10px 0px;
}
.footer_icon .follow > span{
    padding: 5px 15px;
    background: #fff;
    color: #123a5f;
    font-weight: 900;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 5px;
}
.follow_line{
    text-align: center;
}
.follow_line a{
    text-decoration: underline;
}
.footer_logo img{
	width: 100%;
    max-width: 250px;
}
.footer_menu_row{
	display: flex;
    flex-wrap: wrap;
}
.footer_menu_list_box{
    width: calc(100% / 2 - 10px);
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
}
.footer_menu_list_box > a{
    display: block;
    width: 100%;
    line-height: 1.7;
}
.footer_contact_row{
    display: flex;
    flex-wrap: wrap;
}
.footer_contact_list{
	width: 100%;
	display: flex;
	line-height: 1.7;
}
.footer_contact_list .title{
	width: 70px;
}
.footer_contact_list .title .icon{
	display: inline-block;
    width: 20px;
}
.footer_contact_list .text{}
@media (max-width: 760px) {
.footer_icon, .footer_logo, .footer_menu, .footer_contact{
	width: 100%;
    padding: 10px;
}
.footer_logo{
	text-align: center;
	margin-bottom: 15px;
}
}
/*右側固定*/
.fixed_right{
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: 10;
	width: 50px;
	height: auto;
	text-align: center;
	line-height: 40px;			
	color: #9ba47b;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition:  0.2s ;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s ease-in;	
}
.fixed_right_icon{
	position: relative;
	right: 0px;
	width:100%;
	padding: 5px;
	transition: all 0.2s ease-in;
}
.fixed_right.boxoff .fixed_right_icon{
	right: -50px;
}
.fixed_right_icon a{
	color: white;	
}
.fixed_right_on_off{
	position: relative;
	background-color: #bfbfbf;
	right: -50px;
	transition: all 0.2s ease-in;
}
.fixed_right_on_off a{
	color: white;
}
.fixed_right:hover .fixed_right_on_off{
	right: 0px;
}
/*icon顏色*/
.fixed_right_facebook{
	background-color: #4267B2;
}
.fixed_right_tiktok{
    background: #000;	
}
.fixed_right_line{
	background-color: #00c300;
}
.fixed_right_mail{
	background-color: #7d7d7d;
}
.fixed_right_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}
@media only screen and (max-width: 760px) {
.fixed_right {
	font-size: 25px;
	bottom: 2%;
	width: 50px;
}
.fixed_right a{
	padding: 2px;
}	
}
.footer_bottom_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    justify-content: space-between;
}
.footer_bottom_row .text{
	font-size: 12px;
    margin: 10px;
}
@media only screen and (max-width: 760px) {
.footer_bottom_row .text{
	width: 100%;
}
.footer_bottom_row .text{
	font-size: 14px;
    margin: 10px;
}
}

.swiper_car_list{
	position: relative;
	top: 0px;
    height: calc(100% - 75px);	
}
.swiper_car_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.swiper_car_list .img::before {
    content: "";
    display: block;
    padding-top: 50%;
}
.swiper_car_list .img img{
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}
.swiper_car_list .text_box{
	position: relative;
	top: -75px;
    text-align: center;
    padding: 60px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.swiper_car_list .text_box .title1{
	font-size: 22px;
	color: #123a5f;
	text-align: center;
}
.swiper_car_list .car_more_btn{
	padding: 3px 40px;
	margin-top: 5px;
    border-radius: 15px;
    display: inline-block;
    width: auto;
	color: #ffffff;
    background: #d8a12b;
    border: 1px solid #d8a12b;
}
.swiper-slide.swiper-slide-active .swiper_car_list{
	transform: scale(1.3)
}
@media only screen and (max-width: 760px) {
.swiper-slide.swiper-slide-active .swiper_car_list{
	transform: scale(1)
}
}
.car_search_box{
    background: #d8a12b;
    padding: 10px;
    color: #fff;	
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.car_ost_box{
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;	
}
.car_ost_box > a{
    padding: 3px 10px;
    border: 1px solid #ffffff;
    color: #fff;
    margin: 5px 15px;
}
.page_box .car_ost_box > a{
    padding: 3px 10px;
    border: 1px solid #000;
    color: #000;
    margin: 5px 15px;
}
.car_ost_box > a .icon{
    position: relative;
    display: inline-block;
    padding: 0px 5px;
}
.car_ost_box > a.active .icon{
    transform: rotate(-180deg);
}

.infoSwiper .swiper-button-prev:after, 
.carSwiper .swiper-button-prev:after, 
.carSwiper .swiper-button-next:after,
.infoSwiper .swiper-button-next:after{
	background: #d8a12bb5;
    padding: 10px;
    color: #fff;
	border-radius: 5px;
}
.modal-body img{
	max-width: 100%;
}
.s2_input_text{
	max-width: 100px;
    border: none;
    border-bottom: 2px solid #000000;
}

.car_driver_row{
	display: flex;
    flex-wrap: wrap;
    background: aliceblue;	
    margin-bottom: 10px;	
}
.car_driver_row .form-group{
	width: calc(100% / 2 - 10px);
	margin: 10px 5px;
}
.car_driver_row .form-control{
    width: calc(100% - 70px);
    max-width: 400px;	
}
.car_driver_row .remove_field{
    display: block;
    width: 60px;
    padding: 5px;
    background: #6d0b0b;
    color: #fff;
    text-align: center;
    margin: 5px;
}
.disclaimer_price {
    font-size: 14px;
    color: #d15200;
    font-weight: 700;
	margin: 0;
}
.disclaimer_tips {
    font-size: 15px;
    color: #e30909;
    font-weight: 700;
	display: none;
}
@media (max-width: 760px) {
.car_driver_row .form-group{
	width: 100%;
	margin: 10px 5px;
}
}
.index_product_box{
	padding: 0px;
}
.index_swiper_box .swiper-slide .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.index_swiper_box .swiper-slide .img{

}
.index_swiper_box .swiper-slide .img > img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (max-width: 760px) {
	.index_swiper_box .swiper-slide .img{
		height: calc(100vh - 580px);
	}
}

.item_box{
	padding: 45px 15px;
    background: #e5e5e5;
}
.index_map_box{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 15px;
    margin: 10px auto;
    padding: 5px 35px;
    overflow: hidden;
    background: #123a5f;
}
.index_map_box .index_map_title_box{
    width: 160px;
}
.index_map_box .index_map_title_box .title_box{

}
.index_map_box .index_map_title_box .title_box .title{
	writing-mode: vertical-rl;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 20px 15px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.index_map_box .text_box{
	color: #fff;
	width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;	
}
.index_map_box .img_box{
	width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.index_map_box .img_box .img,
.index_map_box .img_box .img_map{
	width: calc(100% / 2 - 10px);
	margin: 5px;
    position: relative;
    display: block;
    overflow: hidden;	
}
.index_map_box .img_box .img::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.index_map_box .img_box .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.index_iframe_map_box {
    position: relative;
    padding-bottom: 300px;
    border-radius: 15px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.index_iframe_map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 760px){
.index_map_box .index_map_title_box,
.index_map_box .img_box,
.index_map_box .img_box .img, .index_map_box .img_box .img_map {
	width: 100%;
}
.index_map_box .index_map_title_box .title_box .title {
	text-align: center;
	writing-mode: horizontal-tb;
}
.index_map_box .text_box{
	width: 100%;
}
.index_map_box .img_box .img img{
	position: relative;
}
.index_map_box .img_box .img::before{
	display: none;
}
.index_iframe_map_box{
    height: 12rem;
    padding-bottom: 0px;	
}
}
.car_search_box .form-control,
.car_search_box .form-select{
    height: 40px;	
}
.swiper-button-prev, .swiper-button-next{
    color: #d8a12b !important;
}
.car_search_box .title{
	margin-bottom: 10px;
}
.car2_time_box{
	margin-bottom: 10px;
}

.car_search_box .date-wrapper input.form-control{
    padding-left: 40px;
	text-align: left;
}
.car_search_box .date-wrapper .calendar-icon{
	left: 20px;
}
.car_search_box .date-wrapper input.form-control[readonly]{
	background-color: #fff;
}
@media only screen and (max-width: 760px) {
.car2_time_list {
    margin-bottom: 15px;
}
.car2_time_box{
    margin-bottom: 0px;	
}	
.car_search_box .form-control, .car_search_box .form-select{
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;	
}

}
.pagination_box{
	display: flex;
    justify-content: center;
}
.pagination_box .swiper-pagination{
    position: relative;
    bottom: 0px;	
}
.pagination_box .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
    background: #bbbbbb;	
}
.pagination_box .swiper-pagination .swiper-pagination-bullet-active{
    border-radius: 50%;	
    background: #123a5f;	
}
@media only screen and (max-width: 760px) {
.carSwiper .pagination_box{
	position: relative;
    top: -60px;
}
}