// @font-face {
//   font-family: Mythias;
//   src: url(../static/mythias/Mythias.otf);
// }
body {
  font-family: Mythias;
}
.layOut {
  width: 1200px;
  margin: 0 auto;
}
.commonHeaderBox {
  width: 100%;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 11;
  // background: linear-gradient(180deg, rgba(0,0,0,0.59) 0%, rgba(97,97,97,0) 100%);
  background: #fff;
}
.commonHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerLeft {
  width: 320px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headerLeft .logo {
  width: 155px;
  height: 37px;
}
.headerRight {
  width: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  color: #FFFFFF;
}
.rightBottom {
  font-size: 20px;
}
.rightBottom a {
  color: #333;
  margin-right: 50px;
  padding-bottom: 5px;
  font-weight: 600;
}
.rightBottom .navActive {
  color: #083C72;
  border-bottom: 2px solid #083C72;
}
.rightBottom a:last-child {
  margin-right: 0;
}
