@import '../normalize.css';
@import '../index.css';
.black-menu {
  background: #000;
  opacity: .5;
}
.header-height {
  height: .8rem;
  max-height: 80px;
}
.ms-header-font {
  /*font-family: PingFang SC;*/
  color: #333;
}
.header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
/*  background: rgba(255, 255, 255, 0);*/
  z-index: 99;
}
.black-header {
  background: #000;
  opacity: .5;
}
.logo {
  width: 1.5rem;
  height: .31rem;
  max-width: 150px;
  max-height: 31px;
  vertical-align: middle;
}
.black-logo {
  background: url('../../image/logo-black.png') no-repeat center;
  background-size: 100%;
}
.white-logo {
  background: url('../../image/logo-white.png') no-repeat center;
  background-size: 100%;
}
.lg-header {
  width: 100%;
  /* height: .8rem; */
  max-height: 90px;
  padding: 30px;
  box-sizing: border-box;
}
.lg-nav {
  float: right;
}
.lg-nav .lg-menu {
  display: block;
  float: left;
  margin: 0 33px;
  line-height: 31px;
  font-size: 21px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 1280px) {
  .lg-nav .lg-menu {
    font-size: 20px;
  }
}
.lg-nav .lg-lang {
  font-size: 14px;
}
.ms-header {
  height: 100%;
  width: 100%;
  /* padding: 0 .3rem; */
  box-sizing: border-box;
}
.ms-nav {
  height: .8rem;
  padding: 0 .3rem;
  max-height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.ms-lang {
  font-size: .28rem;
  /*font-family: PingFang SC;*/
  color: #333;
}
.ms-menu {
  padding: 0 .3rem;
  height: .6rem;
  max-height: 60px;
  background: #fff;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.ms-menu-box {
  height: .8rem;
  max-height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: .6rem;
  max-height: 60px;
  border-top: 1px solid #ccc;
  justify-content: space-around;
}
.ms-menu-items {
  font-size: .24rem;
/*  font-family: PingFang SC;*/
  color: #333;
}
.lg-header {
  display: block;
}
.ms-header,
.ms-menu {
  display: none;
}
@media only screen and (min-width: 980px) {
  .ms-menu {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .lg-header {
    display: none;
  }
  .ms-header {
    display: block;
  }
}
