@charset "utf-8";
/* CSS Document */

* {
  max-width: 100%;
}

button,
hr,
input {
  overflow: visible
}

audio,
canvas,
progress,
video {
  display: inline-block
}

progress,
sub,
sup {
  vertical-align: baseline
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
  background: #FFFFFF;
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline-width: 0
}

a[name] {
  position: absolute;
  top: -60px;
}

.car_allInfo a[name] {
  top: -160px;
}

a[name]:target:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {}

button,
select {
  text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

/*# sourceMappingURL=normalize.min.css.map */


/*-----------------------------------------------------*/
/*------------------------Reset--------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

button {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  user-select: none;
}

button:focus {
  outline: 0 none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*table {border-collapse: collapse;border-spacing: 0;}*/

* {
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* -webkit-transition: ease .3s; -moz-transition: ease .3s; -ms-transition: ease .3s; -o-transition: ease .3s;  transition: ease .3s;*/
}

* a,
* a * {
  -webkit-transition: ease .3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

body {}

img {
  max-width: 100%;
}

.box_le {
  float: left;
}

.box_ri {
  float: right;
}

.hs_clear:before,
.hs_clear:after {
  content: "";
  display: table;
}

.hs_clear:after {
  clear: both;
}

.hs_clear {
  zoom: 1;
  /*IE/7/6*/
}

.yp_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.yp_flex_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.ff_mon {
  font-family: 'Montserrat', sans-serif;
}

.es_map{display: none;}

/* 共用回到頂端 top */
.f_gotop {
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: 60;
  font-weight: 100;
  cursor: pointer;
  color: #421F02;
  border: 1px #421F02 solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: .3s;
}

.f_gotop i {
  transform: scaleX(1.1);
  transition: .3s;
}

.f_gotop:hover {
  background: #421F02;
  color: #FFFFFF;
}

.f_gotop:hover i {
  transform: scaleX(1.5);
}

/* 共用 Animations */
[data-animate-in] {
  opacity: 0;
  transition: transform 1.6s ease, opacity 1.6s ease;
}

[data-animate-in="up"] {
  transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
  transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
  transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
  transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
  transform: scale(.3);
}

/*放大淡入*/
[data-animate-in="rotateIn"] {
  transform: scale(.3) rotate(-10deg);
}

/*放大淡入*/
[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
  transition: transform 1.6s ease, opacity 1.6s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}

.required {
  color: #FF3B3B;
  font-size: 13px;
  font-weight: normal;
  font-family: "微軟正黑體";
}

/* 共用內頁 */
.paper_content {
  padding: 70px 20px;
  min-height: 80vh;
}

.paper_body {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.paper_body * {
  max-width: 100%;
}

.path {
  max-width: 1200px;
  margin: 25px auto;
  text-align: right;
  padding: 0 15px;
  line-height: 110%;
  letter-spacing: .1em;
}

.path a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  color: #000000;
  line-height: 140%;
}

.path a:hover {
  color: #FFB01A;
}

.path a.path_home:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon_home.png) center bottom;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

.path span {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 7px;
  font-size: 12px;
  color: #000000;
}

h3.edit_title {
  font-size: 25px;
  color: #333;
  text-align: center;
  padding: 25px;
  margin: 50px auto;
  position: relative;
}

h3.edit_title:after {
  content: '';
  width: 100px;
  height: 5px;
  background: #E22F5A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.paper_edit {
  padding: 10px;
}

/* 共用標題 */
.title01 {
  font-weight: 900;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-weight: black;
  font-size: 30px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 40px;
  display: none !important;
}

.title01 h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #464352;
  line-height: 1;
}

.title01{display: flex;justify-content: center;margin-bottom: 3.5vw;}

.sy_banner{background-image: url(../images/All_banner.jpg);height: 300px;background-position: center;margin-top: 80px;}
.sy_title{display: flex;justify-content: center;margin-bottom: 3.5vw;}
.sy_title h4{padding: 0 0 0 25px;}
.sy_title h4 b{
  display: block;
  font-size: 30px;
  color: #999;
  font-weight: normal;
  position: relative;
}

.sy_title h4 b:before{
  content: "";
  position: absolute;
  background-color: #C19531;
  width: 8px;
  height: 100%;
  left: -25px;
  top: 2px;
}

.sy_title h4 b em{
  font-style: normal;
  color: #C09431;
}

.sy_title h4 span{
  display: block;
  font-size: 25px;
  color: #DDD;
  font-family: 'Montserrat';
}

@media screen and (max-width: 1190px) {
  
.sy_title{margin-bottom: 30px;}
.sy_title h4{padding: 0 0 0 20px;}
.sy_title h4 b{font-size: 24px;}
.sy_title h4 b:before{left: -15px;}
.sy_title h4 span{font-size: 22px;}

}

@media screen and (max-width: 768px) {

.sy_banner{margin-top: 0;}

}

/* 共用分頁 */
.page_list {
  display: flex;
  width: 100%;
  margin: 50px auto 10px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  text-align: center;
  line-height: 1;
  border: 1px #CCC solid;
}

.page_list a+a {
  margin-left: -1px;
}

.page_list a:hover {
  background-color: #C82928;
  color: #FFFFFF;
}

.page_list a.action {
  background-color: #C82928;
  color: #FFFFFF;
}

.page_list a.page_arrow {
  text-indent: -9999px;
  color: transparent;
}

.page_list a.page_arrow::before {
  content: '';
  text-indent: unset;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.page_list a.arrowFirst::before {
  background-image: url(../images/arrowLend.png);
  
}

.page_list a:hover.arrowFirst::before{-webkit-filter: brightness(10);}

.page_list a.arrowPre::before {
  background-image: url(../images/arrowLend.png);
  -webkit-filter: brightness(10);
}

.page_list a.arrowNext::before {
  background-image: url(../images/arrowRend.png);
  -webkit-filter: brightness(10);
}

.page_list a.arrowLast::before {
  background-image: url(../images/arrowRend.png);
}

.page_list a:hover.arrowLast::before{-webkit-filter: brightness(10);}

/* 共用 banner */
.banner {
  width: 100%;
  margin: 0 auto;
  background: url(../images/alltimes_bg01.png) repeat;
}

.banner_s {
  margin: 0 auto;
}

/* 首頁 */
.banner_s {
  overflow: hidden;
  transition-duration: .5s;
  width: 100%;
  max-height: 100vh;
  background: #eeeeee;
  text-align: center;
  vertical-align: middle;
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.banner_s .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 25%;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: blur(10px);
  -webkit-animation: bannerLight 2.5s ease-in 2s infinite;
  animation: bannerLight 2.5s ease-in 2s infinite
}

@-webkit-keyframes bannerLight {
  0% {
    left: -100%;
    top: -0%
  }

  100% {
    left: 100%;
    top: 100%
  }
}

@keyframes bannerLight {
  0% {
    left: -100%;
    top: -0%
  }

  100% {
    left: 100%;
    top: 100%
  }
}

/*.index_A {
  padding: 125px 20px;
}*/

.index_A section+section {
  margin-top: 120px;
}

/* 首頁影片 */

.index_video {
  width: 1600px;
  align-items: stretch;
  justify-content: space-between;
}

.index_video li {
  max-width: calc(25% - 10px);
}

.index_video li a {
  border: 1px solid #DDDDDD;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.index_video li a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.index_video li a span {
  position: relative;
  display: block;
}

.index_video li a span::before {
  content: '';
  width: 52px;
  height: 37px;
  background: url(../images/yt_icon01.svg);
  position: absolute;
  background-size: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: .3s;
}

.index_video li a:hover span:before {
  transform: scale(1.1) translate(-50%, -50%);
}

.index_video li a h6 {
  font-size: 16px;
  color: #464352;
  font-weight: normal;
  padding: 20px;
}

/* 首頁所有車款 */
.index_allModels {
  width: 1655px;
}

.index_allModels ul {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.index_allModels li {
  max-width: calc(50% - 10px);
}

.index_allModels li a {
  display: block;
  position: relative;
  color: #FFF;
  overflow: hidden;
}

.index_allModels li a::before {
  content: '';
  height: 40%;
  opacity: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease-in-out .3s;
  z-index: 2;
}

.index_allModels li a:hover:before {
  height: 60%;
  opacity: 1;
  transition: all ease-in-out .3s;
}

.index_allModels li a:hover img {
  transform: scale(1.1);
  z-index: 1;
}

.index_allModels li dl {
  background: rgba(51, 51, 51, .5);
  padding: 10px 15px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 5;
}

.index_allModels li dl dt {
  color: #E97C11;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
}

.index_allModels li dd {
  justify-content: space-between;
}

.index_allModels li dd span {
  font-size: 24px;
  font-weight: 400;
  padding-right: 10px;
}

.index_allModels li dd b {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
}

/* 首頁品牌簡介 */
.index_B {
  width: 100%;
  overflow: hidden;
}

.about_edit {
  position: relative;
}

.hd_ab01 {
  background: url(../images/index_bg01.jpg) top center no-repeat;
  padding: 100px 20px;
  padding-top: 115px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
}

.hd_ab01>dl {
  color: #FFFFFF;
  margin-bottom: 70px;
  width: 915px;
  line-height: 1.8;
}

.hd_ab01 dt {
  margin-bottom: 30px;
}

.hd_ab01 dt * {
  color: #FFFFFF;
}

.hd_ab01>ul {
  width: 1300px;
  margin: 0 auto;
  align-items: stretch;
  background: #FFFFFF;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
}

.hd_ab01 li {
  width: 20%;
  min-height: 330px;
  justify-content: flex-start;
  padding: 70px 20px 20px;
  font-size: 16px;
  order: 2;
}

.hd_ab01 li+li {
  border-left: 1px solid #ECEBEF;
}

.hd_ab01 li h4 {
  color: #464352;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 2;
}

.hd_ab01 li p {
  max-width: 200px;
}

.hd_ab02 {
  padding: 0 20px;
}

.hd_ab02 ul {
  margin: 0 auto;
  width: 1300px;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-between;
}

.hd_ab02_img {
  justify-content: space-between;
  overflow: hidden;
  max-width: 29.1%;
}

.hd_ab02_vid {
  max-width: 70.5%;
}

.hd_ab02_vid a {
  position: relative;
  display: block;
}

.hd_ab02_vid a:before {
  content: '';
  background: url(../images/yt_icon01.svg) center no-repeat, rgba(0, 0, 0, .8);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.hd_ab03 {
  padding: 100px 20px;
  font-size: 18px;
}

.hd_ab03 section {
  width: 1140px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.hd_ab03 .index_ser {
  width: 445px;
  max-width: 50%;
  color: #545454;
  line-height: 1.8;
}

.hd_ab03 section>img {
  max-width: 48%;
}

.index_ser>div {
  width: 412px;
}

.index_ser>div dt {
  padding: 10px 0;
  margin-bottom: 30px;
}

.index_ser ul {
  margin: 20px 0;
  width: 365px;
}

.index_ser ul li {
  width: 50%;
  padding-right: 10px;
}

.index_ser ul li h3 {
  font-size: 18px;
  line-height: 25px;
  padding-left: 35px;
  position: relative;
  margin: 20px 0;
}

.index_ser ul li h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/index_img16.svg) center no-repeat;
}

.index_ser>a {
  width: 100%;
  padding: 10px 0;
  background: #E97C11;
  border: 3px solid #EF8D2C;
  border-radius: 20px;
  color: #FFFFFF;
  align-items: stretch;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
  position: relative;
  left: 0;
  top: 0;
}

.index_ser>a:hover {
  left: 5px;
  top: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.index_ser>a b {
  width: 295px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  max-width: 67%;
}

.index_ser>a b u {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .1em;
  display: block;
}

.index_ser>a span {
  width: 145px;
  border-left: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: .1em;
  max-width: 33%;
}

.hd_ab04 {
  background: url(../images/index_bg02.jpg) center;
  padding: 40px 20px;
}

.hd_ab04 ul {
  width: 1635px;
  justify-content: space-between;
}

.hd_ab04 ul li {
  max-width: calc(50% - 10px);
  overflow: hidden;
}

.hd_ab04 ul a {
  display: block;
  overflow: hidden;
  position: relative;
}

.hd_ab04 ul a:hover::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 150%;
  height: 60%;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: blur(10px);
  -webkit-animation: bannerLight 1.5s ease-in .5s infinite;
  animation: bannerLight 1.5s ease-in .5s infinite
}

/* 
@-webkit-keyframes bannerLight {
  0% {
    left: -100%;
    top: -0%
  }

  100% {
    left: 100%;
    top: 100%
  }
}

@keyframes bannerLight {
  0% {
    left: -100%;
    top: -0%
  }

  100% {
    left: 100%;
    top: 100%
  }
} */

.hd_ab04 ul li img {
  display: block;
}

.hd_ab04 ul a:hover img {
  transform: scale(1.05);
}

/* 首頁聯絡我們 */
.index_C {
  width: 100%;
  background: url(../images/index_bg03.jpg);
  padding: 60px 20px;
  color: #FFFFFF !important;
}

.index_C>section {
  width: 1200px;
}

.index_C .title01 {}

.index_C .title01 * {
  color: #FFFFFF;
}

.index_C .title01 h6 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .1em;
}

.index_C .title01 h5 {
  font-size: 20px;
  font-weight: 700;
}

.index_C ul {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.index_C ul+ul {
  margin-top: 50px;
}

.index_stores li {
  max-width: calc((100% / 3) - 5px);
}

.index_stores li>img {
  margin-bottom: 20px;
}

.index_stores li dt {
  font-weight: 700;
  line-height: 1.8;
  font-size: 24px;
}

.index_stores li dd p {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0;
}

.index_stores li dd p::before {
  content: '';
  width: 25px;
  height: 25px;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/index_img28.svg);
  background-repeat: no-repeat;
}

.index_stores li dd p.add::before {
  background-image: url(../images/index_img29.svg);
}

.index_stores li dd p.email::before {
  background-image: url(../images/index_img32.svg);
}

.index_conLink {
  align-items: stretch;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
}

.index_conLink li {
  width: calc((100% / 5) - 10px);
  color: #575748;
}

.index_conLink li a {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 20px 10px;
}

.index_conLink li:hover a {
  border-radius: 20px;
}

.index_conLink li a p {
  margin-top: 10px;
}

.index_conLink li a span {
  font-size: 30px;
  letter-spacing: 0;
}

.index_conLink li a span b {
  font-weight: inherit;
}

.index_conLink li a span img {
  margin-right: 10px;
}

.index_conLink li a.index_line {
  color: #4BA54D;
}

.index_conLink li a.index_fb {
  color: #385390;
}

.index_conLink li a.index_ig {
  color: #773683;
}

.index_conLink li a.index_tt {
  color: #000000;
}

/* 品牌簡介 */
.ab_contain {
  
}

/* yt影片本頁開啟 */
.addLightBox {
  overflow: hidden;
}

.addLightBox>*:not(.videoLayout) {
  filter: blur(10px);
}

.videoLayout {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 9999999;
  left: 0;
  top: 0;
  padding-bottom: 70px;
}

.lightboxMain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.lightboxMain>a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.videoContain {
  position: relative;
  z-index: 5;
  width: calc(100% - 40px);
  max-width: 800px;
  padding-bottom: 25%;
}

.videoContain>a {
  background: rgba(255, 255, 255, .6);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -70px;
  cursor: pointer;
}

.videoContain iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* 所有車款 */
.page_allModels .paper_body {
  width: 1700px;
}

.allModels_content>section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.allModels_content>section:not(section.upcoming) {

}

.allModels_content>section.upcoming>* {
  padding: 0 50px;
}

.allModels_content>section+section {
/*  margin-top: 100px;*/
}

.allModels_content>section>h5 {
  margin-bottom: 50px;
  text-align: center;
}

.allModels_content>section>h5 b{
  display: inline-block;
  padding: 0 0 0 15px;
  border-left: 8px solid #C19531;
  font-size: 30px;
  color: #999;
  font-weight: 700;
  line-height: 1.6;
}

.upcoming {
  position: relative;
}

.upcomingSwip {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.upcomingSwip .swiper-slide a {
  align-items: flex-start;
  align-content: flex-start;
}

.upcomingSwip .swiper-slide dl {
  width: 100%;
  min-height: 150px;
  padding: 20px 0;
  color: #464352;
  font-weight: 100;
  line-height: 1.8;
  position: relative;
}

.upcomingSwip .swiper-slide dt {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media screen and (max-width: 1190px) {
  
  .upcomingSwip .swiper-slide dt {
    font-size: 18px;
  }

  .car_b_info{font-size: 15px;}

  .cars_price{font-size: 16px;}

}


.car_b_info{
  color: #878787;
}
.car_b_tel a{
  display: block;
  padding: 3px 0;
  color: #CCC;
  margin: 15px 0;
  max-width: fit-content;
  font-weight: normal;
  font-size: 15px;
}
.car_b_tel a:hover{
  background-color: #C82928;
  padding: 3px 15px;
  color: #fff;
  font-weight: 300;
}

.upcomingSwip .swiper-horizontal>.swiper-pagination-bullets,
.upcomingSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.upcomingSwip .swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  bottom: 0px;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 50px;
  display: none;
}

.upcomingSwip .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 20px;
  margin: 5px 0;
  height: 2px;
}

.upcomingSwip .swiper-pagination-bullet-active {
  width: 20px;
  background: #726757;
  opacity: 1;
}

.upcomingSwip .swiper-rtl .swiper-button-next,
.upcomingSwip .swiper-rtl .swiper-button-prev,
.upcomingSwip .swiper-button-next,
.upcomingSwip .swiper-button-prev {
  background-color: #FFFFFF;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 2;
  top: 0;
  margin: 0;
}

.upcomingSwip .swiper-button-prev {
  left: 0px;
  background-color: #FFF;
}

.upcomingSwip .swiper-button-next {
  right: 0px;
  background-color: #FFF;
}

.upcomingSwip .swiper-rtl .swiper-button-next:after,
.upcomingSwip .swiper-rtl .swiper-button-prev:after,
.upcomingSwip .swiper-button-next:after,
.upcomingSwip .swiper-button-prev:after {
  font-size: 20px;
  background-color: rgba(200,41,40,0.8);
  border-radius: 6px;
  padding: 20px 10px;
}

.inStockSwip {
  overflow: initial;
  overflow: hidden;
}

.inStockSwip .swiper-button-next,
.inStockSwip .swiper-button-prev,
.carImgSwip .swiper-button-next,
.carImgSwip .swiper-button-prev {
  height: 100%;
  right: -70px;
  top: 0;
  width: 70px;
  max-width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 0;
  padding-right: 10px;
}

.carImgSwip .swiper-button-prev,
.carImgSwip .swiper-button-next {
  right: 0;
  padding: 0;
  justify-content: flex-end;
}

.inStockSwip .swiper-button-prev,
.carImgSwip .swiper-button-prev {
  left: -70px;
  padding-left: 10px;
  padding-right: 0;
}

.carImgSwip .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
  padding: 0;
}

.inStockSwip .swiper-button-next:after,
.inStockSwip .swiper-button-prev:after,
.inStockSwip .swiper-button-next:after,
.inStockSwip .swiper-rtl .swiper-button-prev:after,
.carImgSwip .swiper-button-next:after,
.carImgSwip .swiper-button-prev:after,
.carImgSwip .swiper-button-next:after,
.carImgSwip .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  width: 30px;
  height: 60px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 7px;
  background-color: rgba(0,0,0,0.6);
}

.inStockSwip .swiper-horizontal>.swiper-pagination-bullets,
.inStockSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.inStockSwip .swiper-pagination-custom,
.carImgSwip .swiper-horizontal>.swiper-pagination-bullets,
.carImgSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.carImgSwip .swiper-pagination-custom,
.swiper-pagination-fraction {
  padding: 20px 0;
}

.inStockSwip .swiper-pagination-bullet,
.carImgSwip .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: 0;
  width: 34px;
  opacity: .5;
}

.inStockSwip .swiper-pagination-bullet-active,
.carImgSwip .swiper-pagination-bullet-active {
  width: 34px;
  background: #C82928;
  opacity: 1;
}

/* 我要估車 */
.valuation_content {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 4vw;
}

.valuatino_form {
  width: 600px;
  max-width: 63%;
  color: #fff;
}

.valuatino_form dl+dl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.valuatino_form dt {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  line-height: 2;
}

.valuatino_form dl>div {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 18px;
  line-height: 2;
}

.valuatino_form dl ul {
  width: 300px;
  max-width: calc(50% - 10px);
}
.valuatino_form dl .contact_form2{
  width: 100%;
  max-width: unset;
}

.valuatino_form dl li {
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding: 15px 0;
}

.valuatino_form dl li>p {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #464352;
}

.valuatino_form dl li>p span {
  position: absolute;
  left: -10px;
  top: -3px;
  line-height: 36px;
}

.valuatino_form dl li>div {
  width: calc(100% - 80px);
}

.valuatino_form dl li.formType01>div {
  width: calc(100% - 100px);
}

.valuatino_form dl li>div span {
  color: #AAAAAA;
  font-size: 14px;
}

.valuatino_form dl li>div b{
  color: #AAAAAA;
  font-size: 14px;
  display: block;
  padding: 0;
  font-weight: normal;
}

.formInput {
  border: none;
  width: 100%;
  padding: 5px;
  color: #464152;
  font-weight: 300;
  border: 1px solid #CCC;
}

.submit_content {
  width: 100%;
  max-width: 350px;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-top: 30px;
}

.submit_content .formInput {
  width: 100%;
  max-width: calc(50% - 10px);
  cursor: pointer;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  background: #888888;
  transition: .3s;
}

.submit_content .formInput.reset {
  background: #C82928;
}

.submit_content .formInput.reset:hover  {
  background: #888888;
}

.submit_content .formInput.submit:hover {
  background: #C82928;
}

.uploadImg_btn {
  background: #DDD;
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
}
.uploadImg br{
  display: none;
}

.uploadImg_btn+span {
  padding-left: 20px;
}

.valuatino_contact {
  width: 400px;
  max-width: 32%;
  padding: 50px 15px;
  background: #F6F6F6;
  text-align: center;
  color: #333333;
}

.valuatino_contact dt {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 2px;
}

.valuatino_contact dl>a {
  margin: 10px auto;
  transition: 0.5s;
}

.valuatino_contact dl>a:hover{
  transform: scale(1.05);
}

.valuatino_contact dd {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #525252;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 5px 0 0 0;
  margin-bottom: 3vw;
}

.valuatino_contact ul {
  max-width: 100%;
  justify-content: center;
}

.valuatino_contact li a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.5s;
  background-color: #222;
  margin: 5px;
  padding: 5px;
}

.valuatino_contact li a:hover{
  transform: scale(1.1);
}

.valuatino_contact li a img{
  filter: brightness(0) invert(1);
}

/* 影片清單-接單引進、維修保養、精品改裝 */
.page_videos .paper_content {
  padding: 50px 20px;
}

.page_videos .paper_body {
  width: 1240px;
}

.page_videos .title01 {
  margin-bottom: 70px;
}

.close_qr {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}

.videos_contain {
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: -20px;
}

.videos_contain li {
  margin: 20px;
  width: 370px;
  max-width: calc((100% / 3) - 40px);
}

.viedoBox-link {
  display: block;
}

.viedoBox-link span {
  position: relative;
  display: block;
}

.viedoBox-link span::before {
  content: '';
  display: block;
  width: 52px;
  height: 37px;
  background: url(../images/yt_icon01.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.viedoBox-link span img {
  display: block;
}

.vide_conLink {
  justify-content: flex-start;
  padding: 20px 0;
  position: relative;
}

.videos_contain li h6 {
  width: 100%;
  padding: 20px 0;
  padding-bottom: 0;
  font-size: 18px;
  color: #CCC9B6;
  line-height: 120%;
  letter-spacing: .05em;
  text-align: justify;
}
/*
.videos_contain li:hover dl.vide_conLink {
  opacity: 1;
}*/

.vide_conLink_btn {
  width: calc(50% - 10px);
  background: #786C57;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.6;
  padding: 2px 20px;
  border-radius: 4px;
  transition: .3s;
  cursor: pointer;
  margin: 0 5px;
  opacity: 1 !important;
}

.vide_conLink_btn+a {
  margin-left: 10px;
}

.vide_conLink_btn:hover,
.vide_conLink_btn:focus {
  background: #C09431;
}

.vide_conLink_btn img {
  width: 18px;
  margin-right: 5px;
}

.line_link_code {
  width: 264px;
  height: 264px;
  background: #FFFFFF;
  padding: 3px;
  color: #545454;
  font-weight: 100;
  text-align: center;
  position: absolute;
  left: 20px;
  top: calc(100% - 5px);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
  z-index: 99999;
}

.line_link_code a b {
  font-weight: bold;
  color: #464152;
  font-size: 20px;
}

.line_link_code>span {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  cursor: pointer;
}

/* 線上賞車 */
.cars_search {
  width: 840px;
  padding: 40px;
  margin: 50px auto;
  position: relative;
  background: rgba(69, 65, 81, .8);
}

.cars_search form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

.cars_search_txt {
  background: url(../images/serch_icon.svg) center left 15px no-repeat, #FFFFFF;
  border: 1px solid #AAAAAA;
  padding: 10px;
  padding-left: 40px;
  width: 100%;
  max-width: calc(100% - 80px);
  border-radius: 10px 0 0 10px;
  line-height: 1.6;
  outline: none;
}

.cars_search_txt::placeholder {
  color: rgba(71, 67, 85, 0.7);
}

.cars_search_txt:focus-visible {
  border: 1px solid #DDDDDD;
}

.cars_search_btn {
  /* background: url(../images/serch_icon.svg) center no-repeat; */
  /* width: 40px; */
  border-radius: 0 10px 10px 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  width: 80px;
  letter-spacing: .05em;
  text-align: center;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  display: block;
  background: #C09431;
  border: 0px solid #DDDDDD;
  color: #FFFFFF;
  z-index: 5;
  padding: 10px;
  box-sizing: border-box;
  /* height: 100%; */
  cursor: pointer;
  transition: .6s;
}

.cars_search_btn.cars_search_btn_m {
  display: none;
}

/* 線上賞車列表 */
.page_product .paper_body {
  width: 1400px;
}

.product_content {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.proList_category {
  width: 100%;
  justify-content: flex-end;
  clear: both;
}

.proList_category_ct {
  width: 950px;
  justify-content: space-between;
}

.proList_category_ct>li {
  width: calc(25% - 10px);
  height: 40px;
  color: #464352;
}

.proList_category_ct select {
  width: 100%;
  padding: 5px 10px;
  position: relative;
  z-index: 999;
  height: 40px;
  background: #FFFFFF;
  color: #454151;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background: #454151;
  color: #FFFFFF;
}

.proList_category_ct select option {
  padding: 10px;
  height: 40px;
  line-height: 2;
}

.selectboxit-default-arrow {
  border-top-color: #FFFFFF;
}

.selectboxit-container {
  display: block;
}

.selectboxit-container * {
  font-size: 18px;
  line-height: 1.8;
}

.selectboxit-btn,
.selectboxit-container .selectboxit {
  background: #454151;
  color: #FFFFFF;
  border: solid 0px #94909f;
  border-radius: 0;
  font-size: 18px;
  padding: 5px 0;
  height: 40px;
}

.selectboxit-container .selectboxit {
  width: 100%;
}

.selectboxit-btn {
  height: 40px;
  line-height: 40px;

}

.selectboxit-options.selectboxit-list {
  border-radius: 0;
  margin-top: -1px;
  max-height: unset !important;
}

.selectboxit-option-first {
  display: none;
}

.selectboxit-container .selectboxit-options a {
  font-size: 14px !important;
  padding: 5px;
  height: auto;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
  background: #EEEEEE;
  color: #464352;
}

/* 線上賞車-左邊選單 */

.category02 {
  width: 265px;
}

.category02 dl+dl {
  margin-top: 80px;
}

.category02 dt {
  font-size: 20px;
  color: #FFFFFF;
  background: #454151;
  padding: 5px 20px;
  font-size: 20px;
}

.category02 dt span {
  font-size: 16px;
  margin-left: 10px;
}

.category02 dd {
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 10px;
}

.category02 dd>a {
  background-color: #DDDDDD;
  text-align: center;
  padding: 5px 20px;
  color: #454151;
}

.category02 dd label {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.category02 dd label input {
  display: none;
}

.category02 dd label input+span {
  position: relative;
  padding-left: 20px;
}

.category02 dd label input+span::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 6px;
}

.category02 dd label input:checked+span::before {
  background: url(../images/checkIcon.svg) center no-repeat;
}

.cars_list {
  vertical-align: top;
  width: 1100px;
  max-width: calc(100% - 280px);
  margin: -10px;
}

.more_cars.cars_list {
  margin: 0;
}

.cars_list ul {
  justify-content: flex-start;
  width: 100%;
}

.more_cars.cars_list ul {
  flex-direction: column;
}

.cars_list li {
  margin: 10px;
  width: calc((100% / 3) - 20px);
  max-width: 100%;
  padding-bottom: 5px;
  position: relative;
}

.more_cars.cars_list li {
  width: 100%;
  position: relative;
}

.more_cars.cars_list li+li {
  margin-top: 20px;
}

.cars_list li .car_brief,
.cars_list li dl {
  width: 100%;
  padding: 10px 5px;
}

.more_cars.cars_list li .car_brief,
.more_cars.cars_list li dl,
.car_consult_focus dl {
  padding: 10px 0;
}

.more_cars.cars_list li dl a p{
  color: #C09431;
  font-weight: bold;
}

.cars_list li h4 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
  line-height: 2;
}

.cars_list li p.cars_price {
  color: #464452;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  width: 180px;
}
.cars_list li section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cars_list li section .visitors{
  position: unset;
}

.cars_price{
  color: #C82928;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Audiowide", serif;
}

.car_consult_focus dl h5,
.more_cars.cars_list li h5 {
  font-size: 20px;
  color: #CCC9B6;
  font-weight: 500;
}

.car_consult_focus dl h4,
.more_cars.cars_list li h4 {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  margin: 15px 0;
}

.car_consult_focus dl p,
.more_cars.cars_list li p.cars_price {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #C82928;
}

.car_consult_focus dl p span,
.more_cars.cars_list li p.cars_price span {
  font-size: 18px;
  color: #C82928;
  font-weight: bold;
  margin: 0 4px;
}


/*線上賞車詳細頁*/
.page_product_info .paper_body {
  width: 1600px;
}

.page_product_info .title01 {
  margin-bottom: 80px;
}

.prod_path {
  justify-content: space-between;
  margin-bottom: 20px;
  color: #545454;
  letter-spacing: .05em;
  font-size: 16px;
  position: relative;
  z-index: 999;
  display: none;
}

.more_share,
.prod_path>p {
  margin: 5px 0;
}

a.more_share_main {
  color: #BABABA;
  border: 1px solid #BABABA;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 4px 0 4px 4px;
  display: flex;
  display: none;
}

a.more_share_main img {
  margin-right: 5px;
  filter: brightness(1.07) grayscale(2);
  -webkit-filter: brightness(1.07) grayscale(2);
}

b.more_share_main {
  color: #8B859E;
  border: 1px solid #BAB6C5;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 4px;
  display: none;
}

b.more_share_main img {
  margin-right: 5px;
  margin-top: -5px;
}

.visitors{
  position: absolute;
  right: 5px;
  bottom: 10px; 
  font-size: 12px;
}

.visitors img{width: 16px;}

.shareTo {
  position: relative;
}

.shareTo ul {
  display: flex;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.shareTo_list li {
  margin: 5px;
}

.shareTo_list a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #4b475a;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.shareTo_list a img {
  width: 20px;
  max-width: 100%;
  min-height: 100%;
}

.car_allInfo {
  position: relative;
}

.car_info_box {
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: relative;
}

.carImgSwip {
  width: 770px;
  max-width: 49%;
  margin: 0;
}

.carImgSwip .swiper-pagination{
  width: 600px;
  max-width: 100%;
  text-align: right;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  top: unset;
  padding: 10px 20px;
  color: #FFFFFF;
}

.carImgSwip .swiper-slide img{
  max-height: 451px;
}

.carImgSwip .swiper-pagination-current{
  font-size: 20px;
}

.carImgSwip .swiper-pagination i{
  font-size: 14px;
}

.carImgSwip .swiper-pagination-total{
  font-size: 14px;
}

.thumb-swiper {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

.thumb-swiper .swiper-button-next:after,
.thumb-swiper .swiper-button-prev:after {
  font-size: 15px;
}

.thumb-swiper .swiper-button-next {
  right: 0;
}

.thumb-swiper .swiper-button-prev {
  left: 0;
}

.thumb-swiper .swiper-slide{
  background: #000;
  max-height: 84px;
}

.thumb-swiper .swiper-slide img{
  opacity: .3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-swiper .swiper-slide-thumb-active img{
  opacity: 1;
}

.car_info {
  width: 715px;
  max-width: 49%;
  padding: 30px 0;
  justify-content: space-between;
}

.car_info dl {
  width: 100%;
  font-size: 16px;
  color: #878787;
  line-height: 1.2;
}

.car_info h4 {
  font-size: 30px;
  font-weight: 700;
  color: #C82928;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 10px;
}

.car_info_data {
  align-items: flex-start;
  align-content: flex-start;
  color: #464352;
  margin: 50px 0;
}

.car_info ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  
}

.car_info_data{
  background-color: #FFF;
  padding: 3vw 3vw 5vw;
  margin: 10px 0 20px;
}

.car_info_data li {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
}

.car_info_data li b {
  display: block;
  width: 135px;
  height: 38px;
  background: url(../images/carIcon01.png) center left no-repeat;
  padding: 5px 0;
  padding-left: 30px;
  color: #888888;
  font-weight: normal;
  font-size: 18px;
}

.car_info_data li p {
  width: 100%;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  color: #000;
}

.car_info_cont {
  grid-gap: 10px;
}

.edit_part+.car_info_cont{
  display: none;
  margin-top: 30px;
  justify-content: flex-start;
}

.car_info_cont li {
  max-width: 100%;
}

.car_info_cont li a {
  width: 100%;
  /* max-width: 185px; */
  height: 50px;
  color: #FFFFFF;
  background: #C82928;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.5s;
}

.car_info_cont li a:hover{
  background-color: #7A6E5C;
  letter-spacing: 2px;
}

.edit_part+.car_info_cont li a{
  padding: 10px;
}

.car_info_cont li a img {
  margin-right: 10px;
}

.car_detail {
  width: 100%;
  margin: 100px auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.car_det_le {
  width: 1125px;
  max-width: 73%;
}

.car_det_ri {
  width: 350px;
  max-width: 25%;
  position: relative;
}

.car_equip {
  width: 1100px;
  position: relative;
}

.car_equip dl+dl {
  margin-top: 50px;
}

.car_equip ul {
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.car_equip li {
  width: 20%;
  position: relative;
  padding: 0 10px 0 35px;
  line-height: 160%;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #666666;
  font-size: 17px;
}

.car_equip li::before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/equip_item.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}

.car_equip li.noEquip {
  color: #CCCCCC;
}

.car_equip li.noEquip::before {
  filter: grayscale(1) brightness(1);
}

.car_detail_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.car_detail_title .redStar {
  margin-left: 10px;
  font-size: 15px;
  color: #000;
}

/* .car_detail_title::after{
  content: '';
  width: calc(100% - 130px);
  border-bottom: 2px solid #77718C;
  opacity: 0.4;
} */

/* .car_detailcar_detail_title h6 {
  font-size: 24px;
  font-weight: bold;
  /* color: transparent;
  line-height: 1.6;
  background: -webkit-linear-gradient(top, #77718C 0%, #464253 100%);
  background: linear-gradient(to bottom, #77718C 0%, #464253 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #333333;
  border-bottom: 5px solid #77718C;
} */

.car_det_le .car_edit {
  width: 100%;
  margin: 50px auto 100px;
  position: relative;
}

.car_edit * {
  max-width: 100%;
}

.car_edit .car_detail_title {
  margin-bottom: 30px;
}

.car_consult {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.car_consult.yp_flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.car_consult_focus {
  width: 380px;
  max-width: 34%;
}

.car_form {
  width: 670px;
  max-width: 64%;
}

.car_detail_title h6 {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.6;
}

.car_form li {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px 0;
  position: relative;
}

.car_form li+li {
  margin-top: 10px;
}

.car_form li {
  padding: 5px 0;
}
.car_form2 li{
  padding: 15px 0;
}
.car_form2 li:nth-last-of-type(1){
  border: unset;
}

.car_form li.yp_flex p {
  width: 115px;
  color: #666666;
  font-size: 16px;
}

.car_form li>div {
  width: 510px;
  max-width: calc(100% - 125px);
  position: relative;
}

.car_form li.verif>div>a {
  position: absolute;
  left: -60px;
  top: 5px;
}

.car_form .redStar {
  display: inline-block;
  margin-right: 3px;
  color: #D80000;
}

.pd_formInput {
  background: #FFF;
  padding: 10px;
  width: 100%;
  border: 1px solid #CCC;
}

.check_ok {
  color: #868686;
}

.check_ok input {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.more_cars {}

.more_cars_more {
  max-width: 230px;
  color: #888;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  border: 1px solid #888;
  background-color: #FFF;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
}

.more_cars_more:hover {
  background: #C82928;
  border: 1px solid #C82928;
  color: #FFF;
}

.fixLink {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 5;
  background: #C82928;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

.fixLink section {
  max-width: 1600px;
  justify-content: space-between;
  margin: 0 auto;
}

.fixTab {
  width: 600px;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
}

.fixTab li {
  width: 25%;
  position: relative;
  text-align: center;
}

.fixTab li:hover{
  transform: skew(15deg); 
  background: linear-gradient(to bottom, rgba(15,10,14,1) 0%,rgba(49,1,1,0.8) 50%,rgba(200,41,42,1) 100%);
}

.fixTab li a {
  width: 100%;
  display: block;
  padding: 30px 10px;
  color: #FFF;
}

.fixLink .car_info_cont {
  width: 600px;
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* 成交案件 */
.page_article .paper_body {
  width: 1300px;
}

.page_article .title01 {
  margin-bottom: 80px;
}

.blog_box {
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 60px;
}

.blog_le,
.blog_ri {
  margin-bottom: 2vw;
}

.blog_le {
  width: 210px;
}

.blog_ri {
  width: 100%;
  max-width: calc(100% - 290px);
  min-height: 50vh;
}

h6.blog_le_t {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: .2em;
  margin-bottom: 10px;
  padding: 0 10px;
}

.blog_menu>li {
  position: relative;
  overflow: hidden;
}

.blog_menu>li+li {

}

.blog_menu>li>a {
  border-bottom: 1px solid #BBBBBB;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-size: 18px;
  color: #858585;
  font-weight: normal;
}

.blog_menu>li::after {
  content: '';
  width: 0;
  height: 100%;
  background: #C82928;
/*  transform: skewX(-15deg);*/
  position: absolute;
  left: 0;
  top: 0;
  transition: .6s;
}

.blog_menu>li>a:hover {
  color: #FFFFFF;
}

.blog_menu>li:hover::after {
  width: 100%;
}

h4.blog_category_title {
  color: #000;
  font-size: 20px;
  padding: 0 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}

h4.blog_category_title em {
  font-style: normal;
}

h4.blog_category_title em:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #666;
  margin: 0 10px;
}

h4.blog_category_title span {
  font-size: 24px;
  color: #666;
}

.blog_list {}

.blog_list * {
  transition: all 0.6s ease;
}

.blog_article a {
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  position: relative;
  padding: 20px 0;
}

.blog_img {
  position: relative;
  width: 400px;
  overflow: hidden;
  padding-top: 300px;
}

.blog_img img {
  max-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.blog_article {
  border-bottom: 1px solid #CCC;
  position: relative;
  width: 100%;
}
/* .blog_article:nth-of-type(1){
  border-top: 1px solid #444;
} */

.blog_article>a::after{
  content: "+ see more";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50% , 50%);
  background-color: #C82928;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 16px;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: 0.7s;
}

.blog_article>a::before {
  content: '';
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(34,34,34,0.1);
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
  opacity: 0;
  z-index: 666;
}

.blog_article>a:hover::before {
  height: 100%;
  opacity: 1;
}

.blog_article a:hover::after{opacity: 1;bottom: 50%;}

.blog_article dl {
  max-width: 100%;
  width: calc(100% - 400px);
  font-size: 16px;
  color: #99998C;
  line-height: 160%;
  font-weight: bold;
  padding: 0 0 0 2vw;
}

.blog_article dl h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_article dd {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  color: #666666;
  font-size: 16px;
  line-height: 180%;
  font-weight: normal;
}

/* hover */



.blog_back {
  text-align: center;
}

.blog_back a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  width: 32%;
}

.blog_back a.article_btn_prev {
  background: #333;
}

.blog_back a.article_btn_back {
  background: #958377;
}

.blog_back a.article_btn_next {
  background: #333;
}

/* 成交案件 詳細頁 */
.blog_edit {
  margin-top: 40px;
  position: relative;
  padding: 5px;
}

.blog_edit * {
  max-width: 100%;
}

.blog_edit img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.blog_article_change {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin: 80px auto 0;
}

.blog_article_change a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #FFF;
  background: #3D3938;
  font-size: 17px;
  letter-spacing: .2em;
  width: calc(33.333% - 10px);
  margin: 5px;
  text-align: center;
  padding: 8px;
  border: 1px solid #3D3938;
}

.blog_article_change a.backList {
  background: #C82928;
  border: 1px solid #C82928;
  color: #FFF;
}

/*.blog_article_change a:hover {
  background: #FFFFFF;
  color: #474354;
}

.blog_article_change a.backList:hover {
  color: #FFFFFF;
  background: #7A6E5C;
}*/

/* 最新消息 */
.news_mainPart {
  background: url(../images/news_bg01.jpg) bottom 25px center no-repeat;
  padding: 60px 20px 120px;
}

.paper_body.news_body {
  margin: 0px auto;
}

.news_banner {
  background: url(../images/news_banner.jpg) top center no-repeat;
  background-size: cover;
  height: 26vw;
}

.news_class {
  margin-bottom: 90px;
}

.news_class li {
  margin: 10px;
  max-width: calc(50% - 20px);
  box-sizing: border-box;
}

.news_class li a {
  width: 157px;
  max-width: 100%;
  height: 47px;
  border: 1px solid #ECBC74;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000000;
  letter-spacing: 0.295em;
  padding: 5px 10px;
}

.news_class li a:hover {
  background: #FFB01A;
}

.news_title {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFB01A;
}

.news_time {
  font-size: 15px;
  color: #B27117;
  letter-spacing: .1em;
  width: 100px;
}

.news_title h6 {
  width: calc(100% - 110px);
  justify-content: flex-start;
  font-size: 22px;
  color: #000000;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 100%;
}

.news_title h6 b {
  font-weight: normal;
  font-size: 17px;
  color: #502602;
  letter-spacing: .295em;
  justify-content: space-between;
  margin-right: 18px;
}

.news_title h6 b::after {
  content: '';
  width: 7px;
  height: 20px;
  border-right: 1px solid #FFB01A;
  border-left: 1px solid #FFB01A;
  display: block;
  margin-left: 10px;
}

.news_edit {
  padding: 50px 0;
  border-bottom: 1px solid #FFB01A;
  position: relative;
}

.news_edit::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #FFB01A;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.other_news {
  margin: 50px auto;
  justify-content: flex-start;
}

.other_news li {
  width: 33.333%;
  margin: 20px 0;
  padding: 0 20px;
}

.other_news a {
  display: block;
  width: 100%;
  height: 162px;
  padding: 25px 40px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 2px 2px 8px rgba(204, 204, 204, .65);
  color: #000000;
}

.other_news li:hover a {
  border: 1px solid #FFB01A;
  background: #FFFCF7;
}

.other_news a>* {
  padding-left: 16px;
}

.otherNewsTime {
  position: relative;
  margin-bottom: 20px;
}

.otherNewsTime::before {
  content: '';
  width: 7px;
  height: 100%;
  border-width: 0 1px 0 1px;
  border-color: #FFB01A;
  border-style: solid;
  position: absolute;
  left: -7px;
  top: 0;
}

.otherNewsTime p {
  color: #B27117;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: .1em;
}

.otherNewsTime span {
  display: block;
  font-size: 17px;
  color: #502603;
  letter-spacing: .295em;
  line-height: 150%;
}

.otherNewsTitle {
  font-size: 20px;
  color: #000000;
  letter-spacing: .1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/* 隱私權 */

.privacy_edit {
  max-width: 1275px;
  margin: 0 auto;
}
.privacy_edit > h4{
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

.privacy_edit ul {
  counter-reset: count;
}

.privacy_edit li {
  padding-left: 25px;
  counter-increment: count;
  position: relative;
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.privacy_edit li::before {
  content: counter(count)'.';
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  width: 20px;
}

/* 免責聲明 */

.disclaimer_edit {
  max-width: 1275px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: .05em;
}

.disclaimer_edit p{
  display: block;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 16px;
}



/*# sourceURL=basic.css*/