
    /*global-----------------------------------
    -----------------------------------------------------*/
    @charset "UTF-8";
    *:link, *:visited, *:hover, *:active, *:focus , * {
    -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    }
    
    /*bar-----------------------------------
    -----------------------------------------------------*/
    .cate-bar {
        width: 100%;
     /* height: 104px;     */
        margin: 4px auto 0;
        text-align: center;
        font-family: century gothic,arial,microsoft jhenghei;   
        position: relative;
        background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2024/241105-elect/bar_m.jpg) 0 0 no-repeat;
        background-size: 100%;
        padding-bottom: 3.5%;
    }
    .cate-bar .tit {
        font-size: 6.5vw;
        font-weight: 700;
        color: #431809;                /*  前面文字  */
        line-height: 2.1;
     /* -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0, 0.4));   陰影拿掉 */
     /* filter: drop-shadow(0px 1px 0px rgba(0,0,0, 0.4));           陰影拿掉 */
    }
    .cate-bar span {
        color: #f9008e;                /*  後面文字  */
        font-size: 6.5vw;
    }
    .cate-bar .tit a {
        background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2022/20221122_pods/more-white-a.png) 0 0 no-repeat;
        background-size: 100%;
        width: 13.42%;
        height: 7.42%;
        position: relative;
        margin-left: 4px;
        text-indent: -9999px;
        vertical-align: middle;
        display: inline-block;
        /*margin-top: -16px;*/
        transition: all .3s ease;
    }
    .cate-bar .tit a:hover {
        transform: scale(0.9);
        filter: brightness(120%);
    }
    
    
    @media screen and (min-width: 768px) {
        .cate-bar {
            width: 768px;
            height: 130px; 
        }
        .cate-bar .tit {
            font-size: 50px;
        }
        .cate-bar .tit span {
            font-size: 50px;
        }
        .cate-bar .tit a {
            width: 88px;
           
        }
    }
   
