https://www.myfone.com.tw/buy/myfoneweb/buy/event2022/event221201_iPadPro/bar.csshttps://www.myfone.com.tw/buy/myfoneweb/buy/event2022/event221201_iPadPro/bar.css/**/<style>
@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;
}
html {font-size: 87.5%;}
body {
    /*背景圖*/
    background-position-x: center;
	margin:0;
	padding:0;
}
a ,img{
	border: 0;
}
/*bar-----------------------------------
-----------------------------------------------------*/
.cate-bar {
	position:relative;
    width: 1000px;
    height: 60px;
    line-height:60px;
    background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2022/event221201_iPadPro/bar.jpg) 0 0 no-repeat;
    /*background: url(bar.jpg) 0 0 no-repeat;*/
    margin: 0 auto;
   
    font-family: century gothic,arial,microsoft jhenghei;

/*    -webkit-filter: drop-shadow(0px 4px 4px rgba(0,0,0, 0.4));
    filter: drop-shadow(0px 4px 4px rgba(0,0,0, 0.4));*/
}
.cate-bar .tit {
	font-family:"微軟正黑體";
    font-size: 36px;
    margin-top: 10px;
    font-weight: bolder;
    color: #fff; text-align: center;
   /* text-shadow: #fff 0 1px 1px;*/
}
.cate-bar a {
	font-family:"微軟正黑體";
	position: absolute;
    font-size: 30px;
	height:60px;
	line-height:60px;
    color: #fff;
    right: 3%;
	text-decoration:none;
}

.cate-bar a:hover{
        transform: scale(0.9);
        filter: brightness(120%);
    }

.cate-bar .tit img{
	/*margin-bottom: 5px;*/}

</style>