@font-face {
  font-family: Fz;
  src: url('/expert/web/static/FZCuJinLJW.woff2');
}
body {
  font-family: Fz;
  line-height: 1;
  background-color: #F7EDD5;
}
* {
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.Mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #000000;
}
.loading {
  width: 524px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
#logoNocolor {
  width: 524px;
  height: 135px;
  overflow: hidden;
}
.loading img {
  width: 524px;
  height: 135px;
  display: block;
}
.loading p {
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  text-align: center;
  line-height: 24px;
  font-family: DINAlternate-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #ffffff;
}
#Logo {
  /* background-color: rgba(255,255,255,1); */
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes logoTextScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fp-watermark {
  display: none !important;
}
.home-title {
  position: absolute;
  left: 63rem;
  top: 64rem;
  z-index: 1;
}
.home-title .home-title-main {
  height: 62rem;
}
.home-title .home-title-sub {
  height: 35rem;
  font-family: FZCUJINLJW--GB1-0;
  font-size: 32rem;
  color: #5a5a5a;
}
.section_title {
  font-family: Fz;
  font-size: 28rem;
  color: #5a5a5a;
  position: absolute;
  left: calc(calc(100vw - 1600rem) / 2);
  top: 90rem;
  z-index: 100;
  opacity: 0;
  transform-origin: left top;
  transition: opacity 0s ease-in-out 0.5s;
}
.section_title h2 {
  font-size: 48rem;
  color: #9a3312;
  margin: 0 0 24rem;
  font-weight: normal;
}
.section_title p {
  margin: 0;
}
.current .section_title {
  opacity: 1;
  transition: opacity 1s ease-in-out 0.6s;
}
.start-loading {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #272727;
  z-index: 999;
}
.start-loading .logo {
  width: 208.5rem;
  height: 178rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -104rem;
  margin-top: -89rem;
}
.start-loading .logo .logo-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.start-loading .logo .progress {
  font-family: DINAlternate-Bold;
  font-weight: Bold;
  font-size: 50rem;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  line-height: 178rem;
}
.start-loading .logo .wave {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -140rem;
  z-index: 1;
}
.fix-back {
  display: none  !important;
}
