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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 72px;
  padding: 0 7.2916666667%;
  background: #fff;
}
.header .left {
  display: flex;
  align-items: center;
}
.header .left .logo {
  margin-right: 60px;
  font-size: 0;
}
.header .left .nav {
  display: flex;
}
.header .left .nav li {
  margin-right: 50px;
}
.header .left .nav li a {
  display: block;
  font-size: 16px;
  line-height: 72px;
  color: #1a1a1a;
}
.header .right {
  display: flex;
}
.header .right .tel {
  display: flex;
  align-items: center;
  margin-right: 60px;
  font-family: Barlow-SemiBold;
  font-size: 18px;
  line-height: 1;
  color: #1a1a1a;
}
.header .right .tel img {
  transform: translateY(1px);
  margin-right: 7px;
}
.header .right .link {
  width: 100px;
  border-radius: 18px;
  border: solid 1px #3b65f0;
  text-align: center;
  line-height: 34px;
  color: #3b65f0;
}
.header .right .reg {
  overflow: hidden;
  position: relative;
  margin-left: 8px;
  background: none;
  color: #fff;
}
.header .right .reg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #5e80ee 0%, #3b65f0 100%), linear-gradient(#3b65f0, #3b65f0);
  z-index: -1;
}
.header .right .menu {
  display: none;
}

.headerMobList {
  display: none;
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 10;
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
  border-top: 1px solid #eceff6;
}
.headerMobList ul li {
  border-bottom: 1px solid #eceff6;
}
.headerMobList ul li a {
  display: block;
  padding: 0 5%;
  line-height: 3;
  color: #1a1a1a;
}
.headerMobList .menu {
  display: flex;
  margin-top: 20px;
  padding: 0 5%;
}
.headerMobList .menu .link {
  width: 100px;
  border-radius: 18px;
  border: solid 1px #3b65f0;
  text-align: center;
  line-height: 34px;
  color: #3b65f0;
}
.headerMobList .menu .reg {
  overflow: hidden;
  position: relative;
  margin-left: 8px;
  background: none;
  color: #fff;
}
.headerMobList .menu .reg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #5e80ee 0%, #3b65f0 100%), linear-gradient(#3b65f0, #3b65f0);
  z-index: -1;
}

.footer {
  padding: 70px 0;
}
.footer .w1400 {
  display: flex;
  justify-content: space-between;
}
.footer .w1400 .left {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 290px);
}
.footer .w1400 .left .logo {
  font-size: 0;
}
.footer .w1400 .left ul p {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
}
.footer .w1400 .left ul li a {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #595959;
}
.footer .w1400 .right .img {
  width: 130px;
  height: 130px;
  padding: 11px;
  background: url(../images/footerCodeBg.png) no-repeat center/cover;
  font-size: 0;
}
.footer .w1400 .right .img img {
  width: 100%;
}
.footer .w1400 .right p {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}

.beian {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid #eceff6;
}
.beian .w1400 {
  display: flex;
  justify-content: space-between;
}
.beian .left {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
}
.beian .left a {
  color: #595959;
}
.beian .right {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
}
.beian .right a {
  color: #595959;
}

@media (max-width: 1600px) {
  .header {
    padding: 0 5%;
  }
  .header .right .tel {
    margin-right: 30px;
  }
}
@media (max-width: 1440px) {
  .header .left .logo {
    margin-right: 30px;
  }
  .header .left .nav li {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header .right .tel {
    display: none;
  }
}
@media (max-width: 1080px) {
  .header .left .nav {
    display: none;
  }
  .header .right .link {
    display: none;
  }
  .header .right .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 0;
    font-size: 0;
  }
  .header .right .tel img {
    margin-right: 0;
  }
  .header .right .menu {
    display: block;
    transition: background 0.5s;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    background: url(../images/menu.png) no-repeat center;
  }
  .header .right .menu.on {
    background: url(../images/close3.png) no-repeat center;
  }
  .footer {
    padding: 20px 0 40px;
  }
  .footer .w1400 {
    flex-direction: column;
  }
  .footer .w1400 .left {
    flex-direction: column;
    width: 100%;
  }
  .footer .w1400 .left .logo {
    display: none;
  }
  .footer .w1400 .left ul:nth-child(2) {
    display: none;
  }
  .footer .w1400 .left ul {
    margin-top: 20px;
  }
  .footer .w1400 .left ul p {
    margin-bottom: 10px;
  }
  .footer .w1400 .right {
    width: 130px;
    margin-top: 20px;
  }
  .beian .w1400 {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=currency.css.map */