@charset "UTF-8";
@font-face {
  font-family: "Red Hat Display";
  src: url(./fonts/RedHatDisplay-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(./fonts/RedHatDisplay-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(./fonts/RedHatDisplay-Bold.ttf) format("truetype");
  font-weight: bold;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

html {
  background-color: #000;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}

body {
  color: #000;
  font-family: "Red Hat Display", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.hide {
  display: none !important;
}

img {
  vertical-align: middle;
}

.display-pc {
  display: block;
}

.not-display-pc {
  display: none;
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.wrapper .logo {
  position: absolute;
  left: 50px;
  top: 60px;
  width: 100px;
  z-index: 10;
}
.wrapper .cp {
  position: absolute;
  left: 50px;
  bottom: 60px;
  z-index: 10;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .global-site {
  position: absolute;
  right: 50px;
  top: 60px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.wrapper .global-site .ico {
  width: 12px;
  margin-right: 6px;
}
.wrapper .guide-w {
  position: relative;
  width: 100%;
  height: 100vh;
}
.wrapper .guide-w .info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  position: relative;
}
.wrapper .guide-w .info .tt {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 40px;
}
.wrapper .guide-w .info .tt span {
  font-weight: bold;
}
.wrapper .guide-w .info .navs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .guide-w .info .navs .nav {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  transition: color 0.4s;
}
.wrapper .guide-w .info .navs .nav:hover {
  color: #00bfbf;
}
.wrapper .guide-w .info .navs .filter {
  width: 1px;
  height: 44px;
  background-color: #00bfbf;
  margin: 0 44px;
}
.wrapper .ico-alert {
  position: absolute;
  right: 50px;
  bottom: 60px;
  z-index: 10;
  cursor: pointer;
}
.wrapper .ico-alert img {
  width: 20px;
}
.wrapper .float-w {
  position: absolute;
  right: 50px;
  bottom: 60px;
  background-color: #00bfbf;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 35px;
  width: 650px;
  z-index: 11;
  display: none;
}
.wrapper .float-w .tt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wrapper .float-w .stt {
  font-size: 12px;
  line-height: 18px;
}
.wrapper .float-w .btn-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.wrapper .float-w .btn-close img {
  width: 8px;
}

@media screen and (max-width: 960px) {
  .display-pc {
    display: none;
  }

  .display-600 {
    display: block;
  }

  .not-display-600 {
    display: none;
  }

  .wrapper .logo {
    left: 20px;
    top: 15px;
    width: 78px;
  }
  .wrapper .cp {
    left: 20px;
    bottom: 20px;
    font-size: 9px;
  }
  .wrapper .global-site {
    right: 20px;
    top: 15px;
    font-size: 9px;
  }
  .wrapper .global-site .ico {
    width: 9px;
    margin-right: 4px;
  }
  .wrapper .guide-w .info .tt {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .wrapper .guide-w .info .navs .nav {
    font-size: 16px;
  }
  .wrapper .guide-w .info .navs .filter {
    height: 32px;
    margin: 0 32px;
  }
  .wrapper .ico-alert {
    right: 20px;
    bottom: 18px;
  }
  .wrapper .ico-alert img {
    width: 16px;
  }
  .wrapper .float-w {
    right: 20px;
    bottom: -200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 650px;
  }
  .wrapper .float-w.show {
    bottom: 20px;
  }
  .wrapper .float-w .tt {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .wrapper .float-w .stt {
    font-size: 9px;
    line-height: 1.5;
  }
  .wrapper .float-w .btn-close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
  }
  .wrapper .float-w .btn-close img {
    width: 6px;
  }
}

/*# sourceMappingURL=menovex-guide.css.map */
