/* 首頁 */
.in01 {
    padding: 180px 5% 115px 5%;
    background-image: url('../img/index_img014.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.in02 {
    max-width: 1500px;
    margin: auto;
}
.in03 {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.in_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}
.in_btn h4 b {
    display: block;
    color: white;
    font-size: var(--f36);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.022em;
}
.in_btn h4 b s {
    color: #E97B13;
}
.in_btn h4 em {
    display: block;
    color: white;
    font-size: var(--f25);
    font-weight: 600;
    font-family: var(--frm01);
    line-height: 120%;
    margin: 5px 0 0 0;
}
.in_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: var(--f16);
    font-weight: 100;
    line-height: 120%;
    letter-spacing: 0.05em;
    transition: .5s;
}
.in_btn a b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border-radius: 150px;
    margin-left: 12px;
    transition: .5s;
}
.in_btn a:hover b{
    transition: 0.5s;
    transform: translateX(10px);
}
.in04 {
    width: fit-content;
    margin-left: 50px;
}
.in04 p {
    max-width: 685px;
}
.in04 p i {
    display: block;
    color: white;
    font-size: var(--f15);
    font-weight: 100;
    line-height: 180%;
    letter-spacing: 0.1em;
}
.in04 p strong {
    display: block;
    color: white;
    font-size: var(--f20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 5px 0 10px 0;
}
.in04 p span {
    display: block;
    color: white;
    font-size: var(--f14);
    font-weight: 100;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: justify;
}
.in05 {
    margin: 35px 0 0 0;
}
.in05 em {
    display: block;
    color: #E97C13;
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.in05 li+li {
    margin-top: 15px;
}
.in05 li i {
    display: block;
    color: white;
    font-size: var(--f16);
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: justify;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.in05 li i::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 11.5px;
}
.in05 li span {
    display: block;
    color: white;
    font-size: var(--f14);
    font-weight: 100;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: justify;
}
.in05 h5 {
    margin: 15px 0 0 0;
}
.in05 h5 u {
    display: block;
    color: white;
    font-size: var(--f14);
    font-weight: 100;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: justify;
}
.in_brand {
    max-width: 490px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 110px 0 0 0;
}
.in_brand h4 b {
    display: block;
    color: white;
    font-size: var(--f28);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.022em;
    margin-bottom: 10px;
}
.in_brand h4 em {
    display: block;
    color: white;
    font-size: var(--f22);
    font-weight: 500;
    font-family: var(--frm01);
    line-height: 120%;
}
.in_brand p {
    max-width: 271px;
    width: 100%;
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in_brand p b {
    display: block;
    color: white;
    font-size: var(--f16);
    font-weight: 100;
    line-height: 130%;
    letter-spacing: 0.05em;
}
.ass01 {
    padding: 175px 5%;
    background-image: url('../img/index_img015.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ass02 {
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ass02 h5 {
    width: fit-content;
    margin-right: 35px;
}
.ass02 h5 b {
    display: block;
    color: #0B1039;
    font-size: var(--f36);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.022em;
}
.ass02 h5 b s {
    color: #E97B13;
}
.ass02 h5 em {
    display: block;
    color: #0B1039;
    font-size: var(--f25);
    font-weight: 600;
    font-family: var(--frm01);
    line-height: 120%;
    margin: 5px 0 0 0;
}
.ass03 {
    max-width: 1186px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ass03 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 162px;
    border: 4px #849BCC solid;
    border-radius: 150px;
    background-color: #fff;
    transition: .5s;
}
.ass03 a:hover{
    transition: .5s;
    border: 4px #39548B solid;
}
.ass03 a s {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
}
.ass03 a b {
    display: block;
    width: fit-content;
    color: #0B103A;
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.055em;
    text-indent: 0.055em;
    text-align: center;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 1;
}
.ass03 a b::before {
    content: "";
    width: 97px;
    height: 20px;
    background-color: #E9EAED;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.ser01 {
    display: flex;
}
.ser02 {
    width: 50%;
    background-image: url("../img/index_img011.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: .5s;
}
.ser02:hover::before{
    transition: .5s;
    background-color: rgba(11, 16, 54, 0.8);
}
.ser02::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    transition: .5s;
}
a.ser03 {
    display: block;
    width: 58%;
    margin: auto;
    position: relative;
    z-index: 50;
    padding: 180px 20px;
}
/* a.ser03:hover .in_car u {
    transition: .5s;
    background-color: #fff;
}
a.ser03:hover .in_car u img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(38%) saturate(6269%) hue-rotate(357deg) brightness(97%) contrast(88%);
} */
a.ser03 h5 {
    margin-bottom: 130px;
    position: relative;
    z-index: 50;
}
a.ser03 h5 b {
    display: block;
    color: #fff;
    font-size: var(--f36);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.022em;
}
a.ser03 h5 b s {
    color: #E97B13;
}
a.ser03 h5 em {
    display: block;
    color: #fff;
    font-size: var(--f25);
    font-weight: 600;
    font-family: var(--frm01);
    line-height: 120%;
    margin: 5px 0 0 0;
}
.in_car {
    display: block;
    width: fit-content;
    position: relative;
    z-index: 50;
}
.in_car u {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 1px #fff solid;
    border-radius: 150px;
}
.in_car u img {
    width: 16px;
}
.in_car span {
    display: block;
    color: white;
    font-size: var(--f20);
    font-weight: 500;
    line-height: 120%;
    margin: 15px 0 0 0;
}
.ser04 {
    width: 50%;
}
.ser05 {
    width: 100%;
    height: 50%;
    position: relative;
    background-image: url("../img/index_img012.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ser05::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.ser05 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 16, 54, 0);
    position: relative;
    z-index: 50;
    transition: .5s;
}
.ser05 a:hover {
    transition: .5s;
    background-color: rgba(11, 16, 54, 0.8);
}
.ser05 a u {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 150px;
}
.ser05 a u img {
    width: 9px;
}
.ser05 a b {
    display: block;
    color: white;
    font-size: var(--f20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 15px 0 0 0;
}
.ser06 {
    background-image: url('../img/index_img013.jpg');
}
/* 20251114 */
.rk_01{
    max-width: 1500px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.rk_01 a{
    display: block;
    width: 100%;
    transition: .5s;
}
.rk_01 a em{
    display: block;
    overflow: hidden;
    border-radius: 15px;
    transition: .5s;
    position: relative;
}
.rk_01 a:hover em::before{
    transition: .5s;
    opacity: 1;
}
.rk_01 a em::before{
    content:"More";
    color:white;
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 150px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
    transition: .5s;
    opacity: 0;
}
.rk_01 a span{
    display: block;
    color:#323F7D;
    font-size: var(--f20);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
a.rk_02{
    width: 49%;
}
.rk_01>a:nth-of-type(n+2){
    margin-top: 50px;
}

.all_main{
    --f_base: 1vw;
    --f42: clamp(1.625rem, calc(1.349rem + (var(--f_base) * 1.103)), 2.625rem);/*26*/
    --f40: clamp(1.5rem, calc(1.224rem + (var(--f_base) * 1.103)), 2.5rem);/*24*/
    --f36: clamp(1.375rem, calc(1.134rem + (var(--f_base) * 0.966)), 2.25rem);/*22*/
    --f30: clamp(1.25rem, calc(1.078rem + (var(--f_base) * 0.69)), 1.875rem);/*20*/
    --f28: clamp(1.25rem, calc(1.108rem + (var(--f_base) * 0.552)), 1.75rem);/*20*/
    --f25: clamp(1.1875rem, calc(1.118rem + (var(--f_base) * 0.276)), 1.5625rem);/*19*/
    --f24: clamp(1.1875rem, calc(1.101rem + (var(--f_base) * 0.345)), 1.5rem);/*19*/
    --f22: clamp(1.125rem, calc(1.056rem + (var(--f_base) * 0.276)), 1.375rem);/*18*/
    --f20: clamp(1.0625rem, calc(0.994rem + (var(--f_base) * 0.207)), 1.25rem);/*17*/
    --f18: clamp(1rem, calc(0.97rem + (var(--f_base) * 0.12)), 1.13rem);/*16*/
    --f16: clamp(0.94rem, calc(0.9rem + (var(--f_base) * 0.65)), 1rem);
	--f15: 0.94rem;
	--f14: 0.875rem;
    --p30: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
    --p50: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
    --p70: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
    --fO: "Oswald", sans-serif;
    background: #fff;
}

@media (max-width:1550px) {
    .ass03{max-width: 1100px;}
}
@media (max-width:1440px) {
    .ass03{max-width: 1000px;}
    .ass03 a{width:150px;height: 150px;}
    .ass03 a b::before{width: 90px;}
}
@media (max-width:1366px){
    .ass01{padding:100px 3%;}
}
@media (max-width:1280px){
    .ass01{padding:100px 3%;}
    .ass03{max-width: 900px;}
    .ass03 a{width:140px;height: 140px;}
    .ass03 a b::before{width: 90px;}
    .ass03 a s{height: 55px;}
    .ass03 a b{margin:8px 0 0 0;}
}
@media (max-width:1200px) {

}
@media (max-width:1150px) {
    .ass02{flex-direction: column;}
    .ass02 h5{margin:0 0 35px 0;}
    .ass02 h5 em{text-align: center;}
}
@media (max-width:960px) {
    .ass03{max-width: 600px;margin:auto; display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;}
    .ass03 a{margin:auto;}
}
@media (max-width:900px) {

}
@media (max-width:800px) {
    .in01 {padding: 80px 5%;}
    .in03 {max-width: 600px;flex-direction: column-reverse;align-items: center;}
    .in04 {margin: 0 0 50px 0;}
    .in_brand {margin: 80px auto 0 auto;}
    a.ser03{width: 95%;}
}
@media (max-width:768px) {
    .ass01{padding:80px 5%;}
    .ass03{max-width: 480px; grid-template-columns: repeat(3,1fr);}
}
@media (max-width:600px) {
    .in01,.ass01 {padding: 50px 5%;}
    a.ser03{padding:100px 5%;}
    .rk_01 a em{border-radius: 10px;}
    .rk_01 a em::before{width: 70px;height: 70px;}
}
@media (max-width:550px) {
    .ass03{max-width: 300px; grid-template-columns: repeat(2,1fr);}
}
@media (max-width:500px) {
    .in_brand {flex-direction: column;}
    .in_brand p {margin: 40px 0 0 0;}
    .ser01{flex-direction: column;}
    .ser02,.ser04{width: 100%;}
    a.ser03,.ser05{padding:80px 5%;}
    a.ser03{padding-right: 0;padding-left: 0;}
    a.ser03{width: fit-content;}
    a.ser03 h5 em,.in_car span{text-align: center;}
    a.ser03 h5{margin-bottom: 80px;}
    .in_car{margin:auto;}
    .in_car u{width: 70px;height: 70px;}
    .in_car u img{width: 12px;}
}
@media (max-width:475px) {
    a.rk_02{width: calc(50% - 5px);}
}
@media (max-width:400px) {
    .in_brand {margin: 50px auto 0 auto;}
    .in_brand p {flex-direction: column;margin: 25px 0 0 0;}
    .in_brand p b {text-indent: 0.05em;text-align: center;margin: 25px 0 0 0;}
    .ass03 a{width: 125px;height: 125px;}
    a.rk_02{width: 100%;}
    .rk_01 a em{height: 60vw;}
    .rk_01 a em img{width: 100%;height: 100% !important;object-fit: cover;object-position: center;}
}
/* 首頁編輯器----end */

/* 首頁功能頁---- */
/* 影音專區 */
.mgi_d {padding: var(--p100) var(--p3);background: url(../img/ibg_01.jpg) no-repeat center; background-size: cover; position: relative;}
.mgi_d>img{position: absolute;bottom:0;right: 0;z-index: 20;pointer-events: none;}
h4.mg_entitle {color: #555;font-size: var(--f42);font-weight: bold;line-height: 120%;letter-spacing: 0.022em;text-indent: 0.22em;text-align: center; position: relative;z-index: 50; letter-spacing: .5rem;}
h4.mg_entitle s{color:#E97B13;}
h4.mg_chtitle{color: #CCC;font-size: var(--f20);font-weight: 500;font-family: var(--fO);line-height: 120%;text-align: center; margin: 0 auto 6px;}
.mgi_d_top{margin:35px 0;position: relative;z-index: 50;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.mgi_d_top a{display: block; color:#333;font-size: var(--f18);font-weight: 400;line-height: 150%;letter-spacing: 0.05em;text-indent: 0.05em;text-align: center;position: relative;padding:6px 16px; margin:5px 6px;transition: .5s; border-radius: 50px; border: 2px solid #eee; background: #fff;}
.mgi_d_top a:hover{transition: .5s;color:#E97B13;}
ul.mgi_d_videolist{position: relative;z-index: 50;max-width: 1500px;margin:auto;display: grid;
grid-template-columns: repeat(3,1fr);grid-gap: 45px 3%;}
ul.mgi_d_videolist li a{display: block;transition:.5s;}
ul.mgi_d_videolist li a p{overflow: hidden;position: relative;transition: .5s; line-height: 0;}
/* ul.mgi_d_videolist li a p>img{aspect-ratio: 2 / 1;object-fit: cover;object-position: center;} */
ul.mgi_d_videolist li a p s{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background-color: rgba(0,0,0,0);transition: .5s;pointer-events: none;position: absolute;top:0;left: 0;}
ul.mgi_d_videolist li a:hover p s{transition: .5s;background-color: rgba(0,0,0,0.45);}
ul.mgi_d_videolist li a section {padding:20px 0 0 0;color:#111;font-size: var(--f22);font-weight:600;line-height: 120%;text-align: justify;}
a.video_btn{max-width: 200px; display: flex;justify-content: center; align-items: center;color: #fff;font-size: var(--f18); font-weight: 600;line-height: 120%;letter-spacing: 0.05em; padding: 15px 5px;margin:auto;margin-top: 50px;transition: .5s; background: #2C3D74;}
a.video_btn u{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;background-color: #fff;border-radius: 150px;border:1px #0B1039 solid;margin-left: 10px;transition: .5s;}
a.video_btn:hover{background: #FACA0C;}
a.video_btn:hover u {transform: translateX(10px);background-color: #0B1039;}
a.video_btn:hover u img{filter: brightness(100);}
/* 推薦專區 */
.mgi_g {padding:95px 5%;background-color: #F3F3F6;position: relative;}
.mgi_g .mySwiper2{max-width: 1400px;margin:auto;margin-top: 60px;position: relative;}
.mgi_g .mySwiper2 .swiper-pagination1{width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap: wrap; position: absolute;bottom:15px;left:50%;transform: translateX(-50%);z-index: 99;margin:0;}
.mgi_g .mySwiper2 .swiper-pagination-bullet{width: 55px;height: 4px;border-radius: 0;margin:5px 2.5px;}
.mgi_g .mySwiper2 .swiper-wrapper{height: auto;}
.mgi_g .mySwiper2 .swiper-wrapper .swiper-slide{height: auto;aspect-ratio: 2/1;}
.mgi_g .mySwiper2 .swiper-wrapper .swiper-slide img{width: 100%; height: 100% !important;object-fit: cover;object-position: center;}
.in_button{max-width: 760px;margin: auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 60px;}
.in_button a{display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100px;height: 100px;background-color: #fff;border-radius: 150px;transition: .5s;}
.in_button a:hover{transition: .5s;background-color: #32407D;}
.in_button a:hover img{filter: brightness(100);}
.in_button a:last-child{position: relative;}
.in_button a:last-child::after{content:"線上賞車";color:#32407D;font-size: var(--f15);font-weight: 500;line-height: 120%;text-align: center;margin-top: 5px;display: block;}
.in_button a:last-child:hover::after{transition: .5s;color:white;}
/* 精選車款 */
.mgi_h {padding:var(--p100) var(--p3);position: relative;}
.mgi_h section{position: relative;z-index: 50; margin-bottom: 50px;}
.mgi_h>img{position: absolute;top:0;left: 0;z-index: 20;pointer-events: none;}
.mgi_h .all_swiper{max-width: 1500px;margin:auto;position: relative;z-index: 50;}
.mgi_h .swiper-button-prev,
.i_run0 .swiper-button-prev{ width: 43px;height: 230px;display: flex;justify-content: center;align-items: center;position: absolute;top:0;left: -30px;background: transparent;margin:0;}
.mgi_h .swiper-button-next,
.i_run0 .swiper-button-next{ width: 43px;height: 230px;display: flex;justify-content: center;align-items: center;position: absolute;top:0;right: -30px;background: transparent;margin:0;}
.mgi_h .swiper-button-prev p,
.i_run0 .swiper-button-prev p{background: unset; width: 45px;height: 45px;margin:0;display: flex;justify-content: center;align-items: center;
border-radius: 100%;background-color: #FACA0C;}
.mgi_h .swiper-button-next p,
.i_run0 .swiper-button-next p{background: unset; width: 45px;height: 45px;margin:0;display: flex;justify-content: center;align-items: center;
border-radius: 100%;background-color: #FACA0C;}
.mgi_h .mySwiper {position: relative;overflow: hidden;}
.mySwiper li{background: #555;}
.mySwiper .car_brief{padding: var(--p30) 20px;}
.car_brief h4{color:#fff;font-size: var(--f22);font-weight: 700;line-height: 165%;padding:0; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; line-break: anywhere; margin-bottom: 5px;}
.car_brief h4 a{color:#fff; }
p.car_b_info{color:#fff;font-size: var(--f16);font-weight: 400;line-height: 165%;letter-spacing: 0.05em;padding:0;}
@media (max-width:600px) {
    .mgi_d_top a{padding: 5px 8px;}
}
@media (max-width:480px) {
    .mgi_d_top a{width: calc(100%/2 - 10px); letter-spacing: 0; font-size: 15px; padding: 5px; margin: 5px 4px;}

}

/* 首頁 */
body.pageIndex .car_brief02{display: flex;justify-content: space-between;align-items: center;}
body.pageIndex .car_brief02 .cars_price {color:#FACA0C;font-size:var(--f22);font-weight: bold;line-height: 120%;}
body.pageIndex .more_share_main{display: flex;justify-content: flex-end;align-items: center; font-size: var(--f14);line-height: 120%;letter-spacing: 0.05em;
max-width: fit-content;width: 100%;transition: .5s; color: #fff;}
body.pageIndex .more_share_main img{ margin-right: 10px;filter: invert(5%) sepia(93%) saturate(3234%) hue-rotate(234deg) brightness(89%) contrast(100%); max-width: 20px; display: none;}
body.pageIndex .mgi_h .all_swiper .swiper-slide:hover .more_share_main img{filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(215deg) brightness(106%) contrast(105%);} 
body.pageIndex .mgi_h .swiper-button-prev {height: 304px;}
body.pageIndex .mgi_h .swiper-button-next {height: 304px;}
body.pageIndex p.car_b_tel a{display: flex;justify-content: flex-start;align-items: center; padding:10px 10px; border-bottom: 1px solid #fff; color:white;font-size: var(--f16);font-weight: 500;line-height: 120%;letter-spacing: 0.05em;text-indent: 0.05em;text-align: center;transition: .5s; margin: 20px 0; width: fit-content; font-weight: normal;}
body.pageIndex p.car_b_tel a i{display: inline-block; margin-left: 10px; transition: all .4s;}
body.pageIndex .all_swiper li:hover p.car_b_tel a{transition: .5s;} 
body.pageIndex p.car_b_tel a:hover i{margin-left: 20px;}
body.pageIndex .car_img{}
body.pageIndex .car_img a{display: block;aspect-ratio:3/2;overflow: hidden;}
body.pageIndex .car_img a img{display: block;width: 100%;height: 100% !important;object-fit: cover;object-position: center;}
@media (max-width:1650px) {
    body.pageIndex .mgi_h .swiper-button-prev,
    body.pageIndex .mgi_h .swiper-button-next{height: 18.5vw;}
}
@media (max-width:1366px) {
    .car_brief02{flex-direction: column;align-items: flex-start;}
    .more_share_main{align-self: flex-end;margin:15px 0 0 0;}
    body.pageIndex .car_brief02 .cars_price{width: 100%;}
}
@media (max-width:1325px) {
    body.pageIndex .mgi_h .swiper-button-prev, body.pageIndex .mgi_h .swiper-button-next{
        height: 18vw;
    }
}
@media (max-width:1200px) {
    .mgi_h .swiper-button-prev, .mgi_h .swiper-button-next {height: 13.3vw;}
}
@media (max-width:990px){
    body.pageIndex .mgi_h .swiper-button-prev, body.pageIndex .mgi_h .swiper-button-next{height: 29vw;}
}
@media (max-width:900px){
    .mgi_h .swiper-button-prev, .mgi_h .swiper-button-next{height: 21.5vw;}
    .mgi_h .swiper-button-prev{left: -15px;}
    .mgi_h .swiper-button-next{right:-15px;}
}
@media (max-width:768px){
    .mgi_g{padding:80px 5%;}
    ul.mgi_d_videolist{grid-template-columns: repeat(2,1fr);grid-gap: 30px 4%;}
    ul.mgi_d_videolist li a section{padding-top: 10px;}
    ul.mgi_d_videolist li a p s>img{width: 50px;}
    .in_button a{width: 80px;height: 80px;}
}
@media (max-width:600px){
    .mgi_d{padding:80px 5% 50px 5%;}
    .mgi_g{padding:50px 5%;}
    .mgi_d_top{margin:35px 0;}
    .mgi_g .mySwiper2{margin-top: 35px;}
    .mgi_g .mySwiper2 .swiper-pagination1{bottom: 10px;}
    .mgi_g .mySwiper2 .swiper-pagination-bullet{width: 30px;}
    .in_button{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 20px;margin-top: 35px;}
    .in_button a{margin:auto;}
    .all_swiper{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
    .mgi_h .mySwiper{padding:0;order: 1;}
    .mgi_h .swiper-button-prev, .mgi_h .swiper-button-next{height:auto;}
    .mgi_h .swiper-button-prev{order:2;position: static;transform: unset;margin-top: 20px; margin-right: 20px;}
    .mgi_h .swiper-button-next{order:3;position: static;transform: unset;margin-top: 20px; }
    .mgi_h .swiper-button-next p,.mgi_h .swiper-button-prev p{width: 40px;height: 40px;}
    body.pageIndex .mgi_h .swiper-button-prev, body.pageIndex .mgi_h .swiper-button-next{height: auto;}

    .mySwiper .car_brief{padding: 20px 15px;}
}
@media (max-width:500px) {
    .more_share_main{align-self: flex-start;}
    .mySwiper li{flex-direction: column;}
}
@media (max-width:475px){
    .mgi_d{padding:50px 5% 30px 5%;}
    ul.mgi_d_videolist li a p s>img{width: 45px;}
}
@media (max-width:375px) {
    ul.mgi_d_videolist{grid-template-columns: repeat(1,1fr);}
}
@media (max-width:330px) {
    .in_button{max-width: 180px; grid-template-columns: repeat(2,1fr);}
    body.pageIndex .car_img,
    .mySwiper .car_brief{width: 100%;}
}
/* 首頁功能頁----end */
