.catlogArea{
    background:#26005e url(../img/catlogBg.jpg) center center no-repeat;
    margin:0 auto;
    padding:0;
}
.catList{
    list-style: none;
    margin:0 auto;
    padding:10px 0 6px;
    text-align: center;
}
.catList li{
    display: inline-block;
    margin:0 -2px;
    padding:0;
}
.catList li a:link,
.catList li a:visited{
   display: inline-block;
   border:1px solid #ff3b72;  
   text-decoration: none;
   color:#fff;
   padding:8px 15px;
}
.catList li a:hover,
.catList li a:link.act,
.catList li a:visited.act{
   background-color:#ff3b72;

}
.catList li a strong{
   font: bold 30px/1 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
   color:#fff;
}
.catList li a strong:before,
.catList li a strong:after{
    content:'';
    display: inline-block;
    width:16px;
    height: 16px;
    background:url(../img/star.png) center center no-repeat;
    background-size: cover;
    vertical-align: 3px;
}


#moBtn {
    background-color: #26005e;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    vertical-align: middle;
    display: none;
}

#moBtn .arraw {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/aw.png) center center no-repeat;
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
}

#moBtn .arraw.rotate {
    transform: rotate(180deg);
}

.navArea {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
}

.navArea.stick {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

.navList {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0 0;
    background: url(../img/navListBg.jpg) center top repeat-y;
    background-size: 100%;
    display: block;
}

.navList.act {
    display: block;
}

.navList li {
    margin: 0 -2px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.navList li>a,
.navList li>strong {
    color: #fff;
    font: normal 20px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 8px;
    box-sizing: border-box;
    display: inline-block;
}

.navList li:hover>a,
.navList li:hover>strong,
.navList li.act>a,
.navList li.act>strong {
    text-decoration: none;
    background-color: #ffd800;
    color: #333;
}

.navList li>.subNav {
    list-style: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    margin-top: 40px;
    background-color: #ffd800;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 0;
    display: none;
}

.navList li.gfg:hover>.subNav {
    display: block;
    width:auto;
}

.navList li>.subNav>li {
    display: block;
    width: 100%;
}

.navList li>.subNav>li>a {
    color: #333;
    border: 1px solid #333;
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    white-space: nowrap;
}
.navList li>.subNav>li>a:hover {
    color: #333;
}
.ancArea {
    background-color: #ffd800;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.ancArea ul {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.ancArea ul li {
    display: inline-block;
    padding: 10px 0;
}

.ancArea ul li a {
    font: normal 18px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #333;
    display: inline-block;
    padding: 2px 2px 2px 8px;
    margin-right: 8px;
}
