@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
.edit_part {
    padding: 0;
}
/*反白顏色*/
::-moz-selection{  background-color: #44A9D7;  color: #fff;}
::selection{  background-color: #44A9D7;  color: #fff;}
:root {
    --MainColor: #44A9D7;
    --SubColor:#EBEBDF;
    --SubColor02:#1D6EB0;
    --logocolor01:#000;
    --SFont:'Noto Serif TC', serif;
    --SFontEN: 'EB Garamond', serif;
    --TitleColorEN:#1D6EB0;
    --TitleColor:#44A9D7;
    --FontColor:#44A9D7;
    transition: var(--trans);
    --trans: .4s linear;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #EBEBDF; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #1D6EB0; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #44A9D7; }

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
body.blog_in_page {
    font-size: var(--f16);
    letter-spacing: 1px;
}

/*頁碼*/
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

.main_part {    max-width: 1400px;    padding: var(--pd80) 20px;}


.me_tp_features {
    display: none;
}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {
    position: sticky;
    width: 100%;
    transition: all 0.5s;
    border-bottom: 1px solid #efefef;
}

.pageIndex .header_area {
    position: fixed;}


.main_header_area {background: #ffffff;}

.header_area.sticky {    background: #fff;}

/*下滑*/
.pageIndex .header_area.sticky {    opacity: 1;  transition: all 0.5s;  }
.header_area.sticky .main_header_area {    background: #ffffffeb;}
.header_area {background: #fff;}
/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {
    display: grid;
    align-items: center;
}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 250px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;}
.header_area.sticky .nav-brand {    max-width: 220px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: var(--logocolor02);
    overflow: hidden;
}
.animated-arrow:before {
    content: '';
    background: var(--logocolor01);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    position: absolute;
    z-index: 0;
}
.animated-arrow:hover:before {
    transform: translate3d(100%, 0, 0);
}
.animated-arrow b, .animated-arrow .i_blog_b a i.fa-solid.fa-arrow-right {
    z-index: 2;
    position: relative;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img {
    height: auto;
    animation: none !important;
    transform: scale(1.011);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        height: 0;
    }

    .swiper-banner {
        position: relative;
        margin: 0;
        height: 100vh;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

}
.pageIndex .header_area {
    position: sticky;
}
}




@media screen and (max-width: 500px) {
    .swiper-wrapper .swiper-slide:nth-child(1) {
        background-size: contain;
    }

    .swiper-wrapper .swiper-slide:nth-child(2) {
        background-size: contain;
    }

}


/*logo*/
.nav-brand img {
    max-width: 130%;
}

@media only screen and (max-width: 570px) {
.nav-brand img {max-width: 100%;
}

}
@media only screen and (max-width: 340px) {
.nav-brand img {max-width: 80%;
}

}


#bottom_menu li a i, #bottom_menu li a em {
    color: #44A9D7;
}
@media screen and (max-width: 768px) {
#bottom_menu li:nth-child(2) {
    display: none;
}/*隱藏電話*/
}
/* -------------------- FOOTER -------------------- */
.footer_info li p.tel2:before {
    content: '手機：';
}
/*RWD */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}


/*--------------------版權塊 -------------------- */

.copy {
    border-top: none;
    margin-top: 30px;
}

.copy,
.copy a {
    font-size: 10px;
    color: var(--bg-color);
}

.copy a:hover {
    color: var(--bg-color);
    text-decoration: underline var(--bg-color) 1px solid;
    text-underline-offset: 4px;
}

/*YKQK版權塊 -------------------- */

.footer {
    background: #fff;
    padding: 40px 0 20px;
    box-shadow: 0px -5px 20px rgba(51, 51, 51, .05);
}

.footer .center {
    padding: 0 3%;
    max-width: 1200px;
}

.footer_logo {
    width: 40%;
    max-width: 250px;
    margin: 0 auto;
}

.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 20px;
}

.footer_info li {
    padding: 0;
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
    gap: 0px 20px;
    text-align: center;
}

.footer_info li p,
.footer_info li p a{
    color: var(--FontColor);
}


/* 導覽按鈕 */
.footer_info li:nth-child(2) {
    margin-top: 20px;
    text-align: center;
}

.footer_menu a {
    background: transparent;
    border: none;
    font-size: 12px;
    color: var(--FontColor);
    transition: var(--tr);
}

.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor);
    transition: var(--tr);
}

/* 隱藏回首頁 */
.footer_menu a:first-of-type {
    display: none;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1300px) {
    .footer_info {
        grid-template-columns: 1fr;
        padding-right: 0;
        text-align: center;
    }

    .footer_logo {
        /* width: 120px; */
        margin: 0 auto;
    }

    .box_link {
        position: relative;
        max-width: inherit;
        flex-direction: row;
        right: auto;
        justify-content: center;
    }

    .box_link a {
        margin: 8px;
    }

}
/*第一層*/
.stellarnav li {padding-top: 5px;}
.stellarnav ul {    text-align: right;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    letter-spacing: 0.03rem;
    padding: 0 12px;
    margin: 0;
    font-weight: bold;
}
.stellarnav > ul > li:hover > a{color: var(--logocolor01);    font-size: 15px;}
.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #1D6EB0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}/*下拉線條箭頭*/

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 7px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 10px;
    background: var(--logocolor01);
}

/*rwd*/

@media screen and (max-width: 1024px) {
    :root {
    --f60: 54px;
    --f54: 48px;
    --f48: 40px;
    --f42: 38px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
    --pd80:60px;
}

/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    opacity: 1;position: sticky;}
.header_area {position: sticky;background: #fff;}
.navigation {
    display: flex;
    align-items: center;
}
.stellarnav ul {
    text-align: center;
}
}


/*選單*/
@media screen and (max-width: 768px) {

/*側邊選單*/

    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 400;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
	.stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;background: #44A9D7;}
	.stellarnav .menu-toggle:after {font-weight: 600;color: #fff;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
	.stellarnav.mobile.left .close-menu {background: #44A9D7;width: 32px;height: 32px;margin: 10px 10px 0 auto;
		border-radius: 10px;display: block;}
    .stellarnav.mobile .close-menu:before {font-size: 20px;top: 0;right: 0;display: block;width: 100%;height: 100%;
    	line-height: 30px;text-align: center;color: #fff;padding-left: 1px;}
    .stellarnav.mobile {left: 8px;top: 8px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;color: #44A9D7;}
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
    .stellarnav.mobile > ul > li > a {color: #44A9D7;}
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{width: 10px;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;}
    .stellarnav li.has-sub li a:hover {background: #fff;color: #44A9D7;}
}


/*內頁BANNER 設定*/

.banner {
    position: relative;
    background: #f5f2f0;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    aspect-ratio: 100 / 25;
    overflow: hidden;
}
.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation: zoomOut 5s;
    background-size: cover;
    background-position: center;
    background-image: url(https://pic03.eapple.com.tw/force168-1/BANNER_1.png);
}

@keyframes zoomOut {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

.banner h5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    align-items: flex-start !important;
    padding: 0px 20px;
    margin: auto;
    max-width: 1300px;
    color: #000;
    font-family: "Noto Serif CJK TC", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 5px;
}

.banner h5:after {
    content: '在地即時調度｜人力快速到位';
    display: block;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;  
    animation: SlideUp 1s 0.1s ease-in-out forwards;
    opacity: 0; 
}
@keyframes SlideUp {
    0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
    100% {  opacity: 1;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}
.banA {
    position: relative;
    background: #f5f2f0;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    aspect-ratio: 100 / 25;
    overflow: hidden;
}
.banA::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation: zoomOut 5s;
    background-size: cover;
    background-position: center;
    background-image: url(https://pic03.eapple.com.tw/force168-1/BANNER_1.png);
}

@keyframes zoomOut {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

.article_b .banner.banblog h5:after {content: '在地即時調度｜人力快速到位';}




/*rwd*/
@media screen and (max-width: 768px) {
.banner h5{    font-size: 30px;}
.banner h5:after{font-size: 14px;}
.banner {min-height: 70vw;}
.banner h5:before{font-size: 40px;}

}

@media screen and (max-width: 700px) {
.banner::before {background-image: url(https://pic03.eapple.com.tw/force168-1/BANNER-02.png);
}
.banner h5{ color: #FFF;}

}
@media screen and (max-width: 500px) {
    .banner h5:before {
        font-size: 30px;
    }

}


@media screen and (max-width: 400px) {
    .banner h5:before {
        font-size: 25px;
    }
    .banner h5 {
        font-size: 25px;
    }
}



/* 文章管理 */

.blog_le {
    width: 250px;
}
.blog_le .accordion {
    border: 0;
}
.accordion li+li .link {
    border-top: solid 1px rgb(203 163 115 / 30%);
}
.accordion li .link a,
.submenu a {
    color: var(--SubColor02);
    font-size: 15px;    
    font-weight: 400;
    letter-spacing: .1em;
    font-size-adjust: cap-height .7;
}
.accordion li .link a {
    border: 0;
    background: transparent;
    padding: 11px 15px;
}
.accordion li .link a {
    width: calc(100% - 25px);
    color: var(--SubColor02);
}
.fa-chevron-down::before {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--SubColor01);
    display: inline-block;
    position: absolute;
    left: 5px;
}
.blog_le .accordion li .link i {
    color: var(--SubColor01);
}
.blog_le .accordion li.open .link i {
    color: var(--SubColor02);
}
.submenu {
    background: transparent;
    margin-bottom: 15px;
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    color: var(--SubColor02);
}
.submenu a i {
    display: none;
}


/* 文章分類 - hover */
.blog_le .accordion > li.on_this_category {
    color: var(--SubColor02) !important;
    background: transparent !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--SubColor02);
    background: transparent !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--SubColor02) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor02) !important;
}
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    border-top: 7px solid var(--SubColor02);
}
.blog_le .accordion > li.on_this_category .link i {
    color: var(--SubColor02) !important;
} /* 當前分類 */
.blog_le .accordion > li.on_this_category .link i.fa-chevron-down::before {
    border-top: 7px solid var(--SubColor02);
}
.blog_le .accordion > li:hover .link i {
    color: var(--SubColor02) !important;
} /* 點擊分類 */
.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--SubColor02);
    background: transparent;
    padding-left: 30px;
} /*點擊子分類 */

/* 文章列表 */
.blog_ri {
    width: calc(100% - 260px);
    padding: 0 0 0 60px;
}
.blog_page h4.blog_category_title {
    display: none;
}
.blog_subbox {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.subbox_item {
    padding-bottom: 10px;
}
.subbox_item a {
    align-items: center;
    grid-template-columns: 240px 1fr;
    grid-gap: 2.5vw;
}
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}
.blog_list_le {
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 4 / 3;
}
.blog_list_ri h5 {
    font-size: 18px;
    color: var(--SubColor02);
    font-weight: 400;
}
.blog_list_ri em {
    font-size: 12px;
}
.blog_list_ri p {
    font-size: 14px;
    color: var(--SubColor02);
    line-height: 1.6;
}

/* hover */
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--SubColor02);
    display: inline-block;
    position: absolute;
    left: 5px;
}
.subbox_item a:hover {
    opacity: .7;
}
.subbox_item a:hover img {
    transform: scale(1.1);
}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 500;
    color: var(--SubColor02);
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    margin: 4% auto 2% auto;
}
.blog_back a {
    border-radius: 30px;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    color: var(--SubColor01);
    background: transparent;
}
.blog_back a.article_btn_back {
    background: var(--SubColor02);
}
.news_related {
    background: #FFF;
    padding: 50px 15px 25px 15px;
}
.news_related h6 {
    margin: 0 auto 30px;
}
.news_related h6 span:before {
    content: '其他消息';
    color: #000;
    font-weight: 500;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li figure {
    aspect-ratio: 4 / 3;
    border-radius: 30px;
}
.news_related_list li a p {
    font-family: var(--Mainfont);
    font-size: 16px;
    font-weight: 600;
    color: var(--SubColor02);
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
}
.lastPage {    background: #44a9d7;}
/* ----blog_in_page--hover---- */
.news_related_list * {
    transition: var(--trans);
}
.blog_back a,
.blog_back a:hover,
.lastPage,
.lastPage:hover {
    transition: var(--trans);
}
.blog_back a:hover,
.lastPage:hover {
    opacity: .7;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 880px) {
    .subbox_item a {
        grid-template-columns: 200px 1fr;
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
    }
    .blog_le {
        width: 100%;
    }    
    .blog_ri {
        width: 100%;
        padding: 0;
    }    
}

@media screen and (max-width: 480px) {
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .subbox_item a {
        display: flex;
        flex-direction: column;
    }    
}


/* 相簿管理 */

.subalbum-menu h2 {
    display: none;
}
.show-list {
    grid-gap: 2.5VW;
}
.show-list .show_pic {
    border-radius: 30px;
}
.overlay {
    display: none;
}
.show-list .show_pic img {
    clip-path: inset(0 0);
}
.show-list .show_name {
    font-size: 15px;
    font-weight: 500;
    color: var(--SubColor02);
}

/*hover */
.show-list .item a:hover img {
    clip-path: inset(1.5vw 1.5vw);
    transform: scale(1.1);
}
.show-list .show_pic img,
.show-list .item a:hover img {
    transition: var(--trans);
}
.show-list .item:hover .show_name {
    color: var(--SubColor02);
}

/* 01---.album_page */

/* 相簿分類 */
.album_fixed_title {
    color:var(--SubColor02);
    background: transparent;
    margin-bottom: 10px;
}
.album_fixed_title i {
    display: none;
}
.album_fixed_title span {
    font-size: 16px;
}
.other_album {
    background: #c9e7ff;
    border-radius: 30px;
    padding: 20px 30px;
}
.other_album_choice li {
    background: transparent;
    border-bottom: solid 1px #a6e3ff;
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    font-size: 14px;
    color: var(--SubColor02);
    padding: 12px 20px;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    display: none;
}

/* HOVER*/
.other_album_choice li:hover {
    border-bottom: solid 1px var(--SubColor02);
}
.other_album_choice li:hover a {
    color: #44A9D7;
}



/*album_class_page */
.other_subalbum li a p {
    font-size: 15px;
    font-weight: 500;
    color: var(--SubColor02);    
}
.other_subalbum li {
    background: transparent;
}
.other_subalbum li a p {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 5px;
}


/*album_info_page*/
.pic-list .show_pic {
    border-radius: 30px;
}
.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2.5VW;
}
.pic-list .item a:hover img {
    opacity: .7;
}

/* .album_info_page - hover */
.pic-list .item a * {
    transition: var(--trans);
}

/*RWD*/
@media screen and (max-width: 768px) {
.other_album {display: none;}
}


/*聯絡我們*/
.contact_le_map a,.contact_form li.last cite {background: linear-gradient(90deg, #1D6EB0, #44A9D7, rgb(176, 235, 255));}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px #1D6EB0 solid;}
.contact_form {    grid-gap: 15px;}
.contact_form li.last {    margin-top: 20px;}
.info_TEL2:before {
    content: "手機";
}



/*修改*/
@media screen and (max-width: 768px) {
#bottom_menu {
  display: flex;
}
#bottom_menu li:nth-child(1) { order: 1; }
#bottom_menu li:nth-child(3) { order: 4; }
#bottom_menu li:nth-child(4) { order: 3; }
#bottom_menu li:nth-child(5) { order: 2;         border-right: 1px solid #ddd;}
}