@font-face {
  font-family: barlow-medium;
  src: url(../fonts/Barlow-Medium.ttf);
}
.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.title {
  padding-top: 91px;
}
.title h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
  color: #222222;
}
.title p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 1.5;
  margin-top: 15px;
}
.title.white h2 {
  color: #fff;
}
.title.white p {
  color: #fff;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
}
.header .fixed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5.2083333333%;
  align-items: center;
}
.header .fixed .nav {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.header .fixed .nav li {
  margin-right: 70px;
}
.header .fixed .nav li a {
  line-height: 80px;
  font-size: 16px;
  color: #222;
}
.header .fixed .nav li:last-child {
  margin-right: 0;
}
.header .fixed .right {
  display: flex;
  align-items: center;
  line-height: 80px;
  color: #222;
  font-size: 20px;
  font-family: barlow-medium;
}
.header .fixed .right img {
  margin-right: 13px;
}
.header.white {
  filter: grayscale(100%) brightness(1000%);
  background: none;
}
.header.white .fixed .nav li a {
  color: #fff;
}
.header.white .fixed .right {
  color: #fff;
}/*# sourceMappingURL=currency.css.map */