span.copyright
{
/*版權宣告往旁邊移35%的語法*/

margin-left:35%;
  
}

#menu-item-3744 span::before 
{
/*English前面那一條線*/ 
   position: relative;
    content: "|";
   font-size:10px;
   right:21%;
   bottom:2%;
}

