/*-----------------------------------
    走馬燈
------------------------------------*/
section.mq-section{
  /* background: #000; */
  padding: 7px 0px;
  height: 36px;
  /* border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac; */
  background: #5c564d;
}

  .mq-icon{
    color: #b29b7f;
  }
  .top-bar {
    width: 100%;
    padding: 0px 10px;
    margin-top: -4px;
  }
  .marquee {
    /* width: 90%;
    height: 26px; 
    margin: 5px auto !important;*/
    padding: 0px !important;
    white-space: nowrap;
    overflow: hidden;
  }
  .marquee li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  .marquee li a{
    font-size: 18px;
    letter-spacing: 2px;
    color: #e6e6e6;
  }

  @media only screen and (max-width: 768px) {
        section.mq-section {
            padding: 5px 0px;
            height: 28px;
        }
        .top-bar {
          width: 100%;
          padding: 0px 10px;
          margin-top: -9px;
      }
      .marquee li a {
        font-size: 16px;
      }
  }
