/*全頁固定選單*/
#Lawyer_year{position:fixed;z-index:9999;top:20%;right:0;width:170px;padding:0;font-family:"Microsoft JhengHei",Verdana,Arial;/*-webkit-box-shadow:0 0 3px rgba(255,255,255,0.4),0 5px 10px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(255,255,255,0.4),0 5px 10px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(255,255,255,0.4),0 5px 10px rgba(0,0,0,.2);*/}
#Lawyer_year a {display:block;background:linear-gradient(to top, #e3dcd5 0%, #ffffff 80%) ; color: #8d0839 ;border: 1px solid #fff; font-size: 1.1rem;text-align: center;text-decoration: blink;padding: 5px;}
#Lawyer_year a:hover {background: linear-gradient(to top, #a4053a 0%, #dd4a6c 100%);color: white ;position: unset;}
#Lawyer_year a.alwayslight {background: linear-gradient(to top, #a4053a 0%, #dd4a6c 100%);color: white ;position: unset;}
.Lawyer_year_point{background: linear-gradient(to top, #a4053a 0%, #dd4a6c 100%);color: white ;}

@media all and (min-width: 1px) and (max-width: 1200px){ 
#Lawyer_year{width: 100%;position:fixed;text-align: center;height: 33px;justify-content: center;z-index: 999;background:linear-gradient(to top, #bd893f 0%, #ccb054 100%) !important;top: auto;bottom: 0;}
#Lawyer_year a{display: inline-flex;background: no-repeat;margin: 0 1.5%;}
#Lawyer_year a:nth-of-type(-n+6):nth-of-type(n+2){display: none;}	
}
    