@charset "UTF-8";
#BH-wrapper {
  max-width: 1250px;
  width: 100%;
}

#BH-master {
  width: calc(100% - 300px);
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#BH-bigbanner #div-gpt-ad-banner {
  width: 100%;
  height: auto;
  min-height: auto !important;
}

#BH-bigbanner #div-gpt-ad-banner iframe {
  width: 100%;
}

@media (max-width: 1250px) {
  #BH-wrapper {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  #BH-master {
    width: 100%;
    padding-right: 0;
  }
  #BH-slave {
    width: 100%;
    float: left;
  }
  /* 廣告版位隱藏 */
  #flySalve {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .BH-menu {
    overflow-x: auto;
  }
  .BH-menu.rwd-menu {
    overflow: unset;
  }
}