@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
/*header高度變數*/
/*footer高度變數*/
.header {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 65px;
      padding: 0px 70px; } }
  @media screen and (min-width: 992px) {
    .header {
      height: 75px;
      padding: 0px 70px; } }
  @media screen and (min-width: 1200px) {
    .header {
      height: 75px;
      padding: 0px 70px; } }
  @media screen and (min-width: 1520px) {
    .header {
      height: 120px;
      padding: 0px 70px; } }
  .header .item {
    color: #1c1c1c; }
    @media screen and (min-width: 0px) {
      .header .item {
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .header .item {
        font-size: 16px;
        margin-left: 40px; } }
    @media screen and (min-width: 992px) {
      .header .item {
        font-size: 18px;
        margin-left: 50px; } }
    @media screen and (min-width: 1200px) {
      .header .item {
        font-size: 18px;
        margin-left: 50px; } }
    @media screen and (min-width: 1520px) {
      .header .item {
        font-size: 28px;
        margin-left: 70px; } }

@media screen and (min-width: 0px) {
  .logo {
    height: 44px; } }

@media screen and (min-width: 768px) {
  .logo {
    height: 55px; } }

@media screen and (min-width: 992px) {
  .logo {
    height: 65px; } }

@media screen and (min-width: 1200px) {
  .logo {
    height: 65px; } }

@media screen and (min-width: 1520px) {
  .logo {
    height: 100px; } }

.m-header {
  background: #006284;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  padding: 0px 15px; }
  .m-header .left .menu-icon {
    width: 25px; }
  .m-header .left a {
    margin-right: 20px; }
  .m-header .right .login-icon {
    width: 19px; }
  .m-header .right .logout-icon {
    width: 32px; }

.m-menu-frame {
  position: fixed;
  z-index: 10;
  top: 60px;
  left: 0px;
  background: #006284;
  min-width: 120px; }
  @media screen and (min-width: 768px) {
    .m-menu-frame {
      display: none; } }
  .m-menu-frame.hide {
    display: none; }
  .m-menu-frame .item {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px; }
