
    /*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/event2022/221110/images/bar_m.png) 0 0 no-repeat;
        background-size: 100%;
        padding-bottom: 3.5%;
    }
    .cate-bar .tit {
        font-size: 4.267vw;
        font-weight: 700;
        -webkit-filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 1));
        filter: drop-shadow(0px 1px 0px rgba(255, 255, 255,1));
        color: #333;
        line-height: 2.1;
    }
    .cate-bar span {
        color: #0762c1;
        font-size: 6.5vw;
    }
    .cate-bar .tit a {
        background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2022/221110/images/more.png) 0 0 no-repeat;
        background-size: 100%;
        width: 7.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: 36px;
        }
        .cate-bar .tit span {
            font-size: 50px;
        }
        .cate-bar .tit a {
            width: 57px;
           
        }
    }
   
