.introduc_area{
   height: auto;
   left: 50%;
   /*padding-bottom: 50px;*/ /*7/18凌晨新刪的*/
   text-align: left;
   font-size: 18px;
   font-family: SimHei,Microsoft YaHei;
}

footer{
   background-color: rgb(143, 150, 154);
   height: 20px;
   width: 100% ;
   position: fixed;
   bottom: 0;


   font-size: 14px;
   text-align: center;
   line-height: 20px;
 //  margin-bottom: -10px; /* 留給footer空白位子擺上去才不會擋到*/
}
footer a{
   color: rgb(223, 238, 238);
}