@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #a3000a  /*網站主要色系
    #ce3d44 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #264659;  color: #fff;}
::selection{  background-color: #264659;  color: #fff;}
:root {
    --MainColor: #a3000a;
    --SubColor:#ce3d44;
    --SubColor02:#264659;
    --FontColor:#4a4a4a;
    --bgcolor: #f1f1f1;
    --f54: 54px;
    --f50: 50px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

.path{display: none;}
body {    color: var(--FontColor);font-size: var(--f18); font-family: "Noto Sans TC", sans-serif;}
#content{background: var(--bgcolor);}
.animated-arrow {
    background: var(--MainColor);
    border-radius: 50px;
}

/*下拉編輯頁下方選單*/
.other_promotion {
    max-width: 1200px;
    padding: 4% 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other_promotion li {    text-align: center; width: 32%;}
body.other_select_page div#page ul.page {    display: none;}
.other_promotion li a, .other_promotion li a:before {
    border-color: var(--MainColor);
}
.other_promotion li a:hover {
    background: var(--MainColor);
    color: #fff;
}
.other_promotion li a:hover h3 {    color: #fff;}


/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #eee; }

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #a3000a; }

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.main_header_area .container {    max-width: 1140px;}
.navigation {    grid-template-columns: 250px 1fr;}
.header_area.sticky {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    background: #f1f1f1;
}

.header_area {
    background: #f1f1f1;
    padding-bottom: 10px;
    padding-top: 17px;
    border-top: 8px solid;
    border-top-color: #ce3d44;
    box-shadow: 0 .3rem 0 rgb(206 61 68);
    background-color: #f1f1f1;
}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.tp_links {    display: none;}
.box_search {    display: none;}

/*浮動按鈕*/
a.info_fix_default.info_fix_mail {    display: none;}
.linksBtn {    display: none;}
.info_fix_links {    display: flex !important;}
.info_fix_links a {    background: #264659;}
.info_fix_links a:hover {    background: var(--MainColor);}
a.info_fix_default.info_fix_tel {    display: none;}
.fa-instagram:before {    content: "\f003";    font-family: fontAwesome;}
a.info_fix_default.info_fix_tel2 {    order: 1;}
a.info_fix_default.info_fix_ig {    order: 2;}

/*電腦LOGO
.nav-brand {}
*/
.nav-header {    max-width: 250px;}
/*手機LOGO
.nav-brand-m {}
*/

/*第一層*/
.stellarnav ul {    text-align: center;}
.stellarnav > ul > li > a{
    color: var(--MainColor);
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 15px;
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

/*第二層*/
.stellarnav ul ul {    background: var(--bgcolor); border-bottom: 5px solid var(--SubColor);}
.stellarnav li li {
    border: none;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 12px 15px;
    transition: all 0.3s;
    color: #FF2800;
    text-align: left;
    font-size: 19px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    /* color: #fff; */
    padding-left: 16px;
    /* background: var(--SubColor); */
    color: #ea0000;
}
/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    display: none;
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*footer*/
.footer {
    padding-top: 70px;
    background: #ce3d44;
}
.footer_info {
    grid-template-columns: 220px 1fr;
    grid-gap: 40px;
}

.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/77270828/f-logo.jpg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 80px;
}
.footer_logo img {    opacity: 0;}
.footer_info li:nth-child(1) {    padding-top: 0;}
.footer_info li:nth-child(1):before {
    content: "順發科技股份有限公司";
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.footer_info li:nth-child(1)::after{
    content: "本站內容僅供參考，本公司不負任何法律責任，投資人若依此以為買賣依據，須自負盈虧之責。";
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.footer_info li p, .footer_info li p a{
    color: #fff;
    line-height: 1.75;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}
p.tel {    padding-top: 5px;}
p.add2 {    padding-bottom: 10px;}
.footer_info li p.add2:before {    content: '營業時間：';}
.footer_info li p.add2:after {
    content: '(如需假日或下班時間客服，軟體用戶可於上班時間來電預約)';
    display: block;
}
.footer_menu a:hover {    background: var(--SubColor02);}
.footer_menu a {
    background: var(--MainColor);
    border: none;
    color: #fff;
    transition: all .5s;
}

.box_link a {    color: #fff;    display: none;}

.copy {    color: #fff;    border: none;    padding: 25px 20px;}
.copy a{color: #fff;}


/*聯絡我們*/
.contact_content .information_left {    width: 100%;}
.contact_content .information_left .list_before {    display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.blank_letter {
    color: #B20604;
    line-height: 2;
    font-size: var(--f32);
}
h4.blank_letter.f {    display: none;}
.contact_form li {    grid-template-columns: 1fr;    justify-items: start;}

.contact_form li.last cite {    background: #264659;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px #264659 solid;}
.contact_form li.last blockquote {    color: var(--FontColor);}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; background: var(--bgcolor); }
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:relative; margin:0; height:auto;left: 0;} 
.swiper-banner .swiper-slide img {
    width: 100%;
    height: 400px;
    /*aspect-ratio: 2000 / 500;*/
    object-fit: cover;
    object-position: center;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*大圖*/
.swiper-banner .swiper-wrapper{position: relative;}
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none; font-family: "Noto Sans TC", sans-serif;
    color: #fff;
    top: 25%;
    font-size: 52px; 
    font-size: min(max(2.5vw, 18px), 40px);    
    z-index: 100;
    text-align: center;
    /*transform: translate(0, -50%);*/
    left: 0;
    width: 100%;
    font-weight: 500;
    text-shadow: rgb(255 0 0) 0.15em 0.05em 0.8em;
    white-space: pre-wrap;
}
.pageIndex .bannerindex .swiper-slide.swiper-slide:before{    content: "法拉利贏家股票期貨軟體決策系統"; color: #F6F100;}
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {    top: 40%; font-size: 60px; font-size: min(max(4.5vw, 22px), 60px);     line-height: 1.2; font-weight: bold; }
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide::before,
.pageIndex .bannerindex .swiper-slide:nth-child(4).swiper-slide::before {   top: 19%; }

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {    content: "用對方法，才能拉高利潤，成為億萬贏家";}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {    content: "27家信用卡，免息分期";}
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide:after {    content: "台指期當沖盤整、趨勢都能賺？ \A 你的軟體遇到盤整就被巴嗎？";  top: 35%;}
.pageIndex .bannerindex .swiper-slide:nth-child(4).swiper-slide:after {    content: "股票當沖 提高勝率的秘密 \A 您還閉著眼睛玩現股當沖！"; top: 35%;}
.pageIndex .bannerindex .swiper-slide:nth-child(5).swiper-slide:after { content: "智慧手機、平板皆可使用";}

@keyframes ani_TtoB {
    0% {      transform:translateY(-5vw);      opacity:0;    }
    100% {      transform:translateY(0);      opacity:1;    }
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:after { 	animation: ani_TtoB 1.5s 0.5s both; }   
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:after { 	animation-delay: 0.3s; }   

/*大圖按鈕*/
.ban_btn {    bottom: 10%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*顏色*/
.products-list .more {    border: 1px solid var(--MainColor);    color: var(--MainColor);}
.products-list .item a:hover .more {    background: var(--MainColor);}

.product-layer-two > li {
    border-bottom: 1px dotted var(--SubColor);
    padding-bottom:0;
}
.product-layer-two li a {
    border: none;
    background: transparent;
    color: var(--SubColor);
    font-size: var(--f18);
    font-weight: 500;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    background: var(--SubColor);
    color: #fff;
}
.product-layer-two li a:hover {
    background: var(--SubColor);
    color: #fff;
}
.products-list .name {
    color: var(--FontColor);
    font-weight: bold;
    font-size: var(--f20);
    text-align: center;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.product_main{    display: none;} /*購物車輪播圖*/
.sidebarBtn {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 30px 0 20px;
}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-size: var(--f32);
}
.product_info, .toShare {    display: none;}
.prod_tabs {    margin-top: 20px;}
.pd_tabTitle li {    display: none;}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related h6 span:before {
    font-size: var(--f28);
    color: var(--SubColor);
}



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
body.blog_page.article_a .main_part {    max-width: 1400px;}
.blog_subbox, .module_i_news ul {    grid-template-columns: repeat(3, 1fr);}
.subbox_item a, .module_i_news li a {    grid-template-columns: 1fr;}
.blog_list_ri h5, .i_blog_ri h5 {
    color: var(--SubColor02);
    font-size: var(--f17);
}

body.blog_page.article_a .blog_list_ri h5 {       -webkit-line-clamp: initial;}
body.blog_page.article_a .blog_list_le, .module_i_news.module_i_news01 .i_blog_le {    aspect-ratio: 16 / 9;}
.subbox_item a:before, .subbox_item a:after, 
.module_i_news li a:before, .module_i_news li a:after {display: none;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor) !important;
}
.accordion li .link a {
    font-size: var(--f18);
    font-weight: 500;
}


/*文章-首頁*/
.module_i_news {    padding: 80px 20px;}
.module_i_news .title_i_box h4 {
    font-size: var(--f32);
    color: var(--SubColor);
    font-weight: 500;
    text-align: left;
}
.module_i_news_list, .module_i_news_list.swiper {
    padding-top: 0;
}

/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

h5.blog_le_t em {
    font-size: var(--f32);
    color: var(--MainColor);
}


/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: var(--bgcolor);
    padding: 25px 15px;
}
.news_related h6 span:before {
    font-size: var(--f28);
    color: var(--SubColor);
}
.lastPage {    color: #fff;    background: var(--MainColor);}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

.pic-list .item a img {
    transition: .4s ease;
}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(1);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f50: 44px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

.pageIndex .bannerindex .swiper-slide.swiper-slide:before{   top: 27%;}
.pageIndex .bannerindex .swiper-slide:nth-child(3).swiper-slide::before, .pageIndex .bannerindex .swiper-slide:nth-child(4).swiper-slide::before {
    top: 27%;
}

/*大圖按鈕*/
.ban_btn {    bottom: 15%;}

.blog_subbox, .module_i_news ul {    grid-template-columns: repeat(2, 1fr);}
}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f50: 32px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}
#bottom_menu {        background: var(--MainColor);    }
#bottom_menu li a {    color: #fff;}

.footer_info {    grid-template-columns: 1fr;}

.pageIndex .bannerindex .swiper-slide.swiper-slide:before{   top: 35%;}
.pageIndex .bannerindex .swiper-slide.swiper-slide::after{   top: 45%;}
/*大圖按鈕*/
.ban_btn {    bottom: 23%;}

/*漢堡選單*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}
}


@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f50: 28px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

.pageIndex .bannerindex .swiper-slide.swiper-slide::after {        width: 86%;        left: 7%;}

/*大圖按鈕*/
.ban_btn {    bottom:27%;}

    .blog_subbox, .module_i_news ul {    grid-template-columns:  1fr;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f50: 24px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
