/*-----------------------------------
    走馬燈
------------------------------------*/
section.mq-section{
  background: #000;
  padding: 12px 0px;
  height: 45px;
  box-shadow: 0px 0px 17px #664d03;
  position: relative;
}

  .mq-icon{
    color: fff;
  }
  .top-bar {
    width: 100%;
    padding: 0px 10px;
    margin-top: -8px;
  }
  .marquee {
    /* width: 90%;
    height: 26px; */
    color: #e5aa68;
    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{
    color:  #e5aa68;
    font-size: 16px;
    letter-spacing: .5px;
  }

  @media only screen and (max-width: 768px) {
        section.mq-section {
          background: transparent;
          box-shadow: none;
        }
        .top-bar {
          width: 100%;
          padding: 0px 10px;
          /* margin-top: -9px; */
          background: #000000;
          border: 1px solid #e6ac6a;
          border-radius: 20px;
          box-shadow: inset 0px 0px 17px #664d03;
        }
        .marquee li a {
          font-size: 14px;
        }
  }
