@charset "UTF-8";
@font-face {
  font-family: "阿里妈妈数黑体 Bold";
  font-weight: 700;
  src: url("//at.alicdn.com/wf/webfont/YAy3dsmMwBXi/olbg74oRvUh7Zotwrin3U.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/YAy3dsmMwBXi/8HdhDmiL6wsFfbVAwgGaA.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: yuyang03;
  src: url(../fonts/yuyang04.woff);
}
.header {
  display: flex;
  justify-content: space-between;
  height: 106px;
  position: absolute;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  z-index: 5;
  top: 0;
  width: 750px;
  box-sizing: border-box;
}
.header .navMenu {
  position: relative;
  z-index: 2;
  padding: 10px;
}
.header .navMenu span {
  display: block;
  display: none;
  width: 28px;
  height: 3px;
  background: #2c2d2e;
  border-radius: 2px;
  margin-bottom: 9px;
}
.header .navMenu span:last-child {
  margin-bottom: 0;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 44px;
  color: #47b0fb;
  font-family: "阿里妈妈数黑体 Bold";
  line-height: 1.5;
  padding-bottom: 8px;
}
.header .right {
  padding-right: 10px;
  display: flex;
}
.header .right .search {
  margin-right: 30px;
  font-size: 0;
  display: flex;
  align-items: center;
}
.header .right .faceImg {
  font-size: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .right .faceImg span {
  color: #2c2d2e;
  font-size: 28px;
}
.header .right .faceImg img {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.topBg {
  background: url(../images/htmlBg.png) center/cover;
  height: 554px;
  width: 750px;
  top: 0;
  position: absolute;
  z-index: -1;
}

.tabNav {
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  position: absolute;
  top: 106px;
  z-index: 5;
}
.tabNav ul {
  width: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabNav ul li a {
  font-family: "yuyang03";
  display: block;
  font-size: 32px;
  color: #848895;
  line-height: 96px;
}
.tabNav ul li.on a {
  font-size: 34px;
  color: #2c2d2e;
  background: url(../images/tabNavImg.png) no-repeat bottom 15px center;
  font-weight: bold;
}
.link {
  display: flex;
  justify-content: center;
  font-size: 26px;
  color: #47b0fb;
  align-items: center;
}
.link img {
  margin-left: 17px;
}

.moveTips {
  width: 698px;
  line-height: 86px;
  text-align: center;
  font-size: 28px;
  color: #848895;
  margin: 0px auto;
  padding-top: 6px;
  margin-bottom: 40px;
  display: block;
}

.moveBtn {
  width: 698px;
  line-height: 86px;
  background-color: #ffffff;
  border-radius: 24px;
  text-align: center;
  font-size: 28px;
  color: #848895;
  margin: -10px auto 26px;
  display: block;
}

.footer {
  background: #2c2d2e;
  padding-top: 102px;
  padding-bottom: 100px;
}
.footer .footerMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerMenu a {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #848895;
}
.footer .footerMenu a img {
  margin-right: 15px;
}
.footer .beian {
  font-size: 22px;
  text-align: center;
  color: #848895;
  margin-top: 50px;
}
.footer .beian a {
  color: #848895;
}

.indexBlock .content .list .img,
.collectBlock .content .list .img {
  width: 180px;
  height: 154px;
  overflow: hidden;
  border-radius: 24px;
}
.indexBlock .content .list .img img,
.collectBlock .content .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=currency.css.map */