
    .cate-bar{
        position: relative;
        width: 1000px;
        height: 90px;
        font-weight: 700;
        margin: 10px auto;
        background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2024/241105-elect/bar.jpg) 100% 0% no-repeat;
        z-index: 20;
    }
    .cate-bar .tit{
        width: 100%;
        position: absolute;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        color: #f9008e;                    /*  後面文字  */
        margin: 15px auto;
     /* text-shadow:0px 0px 3px #490100;   陰影拿掉 */
    }
    .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: 5.42%;
        height: 7.42%;
        position: relative;
        margin-left: 4px;
        margin-bottom: 11px;
        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%);
    }
    .cate-bar .aText2{
        width: 100%;
        position: absolute;
        text-align: left;
        font-size: 40px;
        color: #FFF;
        margin: 15px 0 0 100px;
        text-shadow:0px 0px 3px #490100;
    }
    .cate-bar span{
        color: #431809;                     /*  前面文字  */
    }
    .cate-bar .b a{
        z-index: 5;
        position: absolute;
        width: 225px;
        height: 49px;
        top: 20px;
        right: 30px;
        transition: all .3s ease;
    }
    .cate-bar .b a:hover{
        transform: scale(0.9);
        filter: brightness(120%);
    }