 footer{
      width:100%; 
      background-color:#015579; 
      margin-top:100px;
    }
    .Button_BackTop{
      border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 90px; 
      height: 90px; 
      text-align: center;
      border-radius: 99em;
      position:absolute;left: 50%; 
      margin: -45px; 
      color: #007BBF; 
      background-color: #CCC;
}
    @media (max-width: 319px) {
      .Button_BackTop{
        left: 158px;
      }
    }
    .Flow{
      text-align:center; 
      font-size:23px; 
      color:#FFF;
    }
    .ContactInformation{
      font-size: 18px; 
      color: #FFF; 
      margin-top: 50px;
    }
    .ContactInformation > div{
      margin-bottom: 10px;
      padding:0px;
      text-align:left;
    }
    .ContactInformation > div > div > div {
      display: inline-block;
      border-radius:99em; 
      background:#FFF; 
      width:40px; 
      height:40px; 
      text-align: center;
    }
    .CF_CenterComtrol{
      margin: auto;
      position: relative;
      text-align: center;
     }
     @media (max-width: 767px) {
      .CF_CenterComtrol{
        text-align: left;
       }
     }
   
    .CF_Phone div span{
      position: relative;
      top: 5px; 
 
      color:#0A80BC; 
      font-size: 30px; 
    }
    
    .CF_Phone > span{
      line-height:39px;
      font-weight: bolder; 
      font-size: 16px;
    }
    .CF_Address div span{
      position: relative;
      top: 5px; 
      color:#0A80BC; 
      font-size: 30px; 
    }
    .CF_Address > span{
      line-height:39px;
      font-weight: bolder; 
      font-size: 16px;
    }
    .CF_Letter div span{
      position: relative;
      top: 7px; 

      color:#0A80BC; 
      font-size: 24px; 
    }
    .CF_Letter > span{
      line-height:39px;
      font-weight: bolder; 
      font-size: 14px;
      word-break:break-all;/*強制斷行*/
    }

    .Trademark{
      padding:10px 0px ; 
      margin-top:50px; 
      text-align:center;
      background-color:#06425E;
      color:#AAA;
      width: 100%; 
    }