/* @font-face {
  font-family: "FZLanTingHeiS-EL-GB";
  src: url("../font/fzltqhjt.ttf");
} */
@font-face {
  font-family: "FZLanTingHeiS-EB-GB";
  src: url("../font/fzltdhjt.ttf");
}
@font-face {
  font-family: "FZLanTingHeiS-R-GB";
  src: url("../font/fzlthjt.ttf");
}
@font-face {
  font-family: "Didot";
  src: url("../font/DidotRegular.ttf");
}
@font-face {
  font-family: "FZFengYaSongS";
  src: url("../font/fzfysjt.TTF");
}
@font-face {
  font-family: "PingFangSC-Medium";
  src: url("../font/PingFangSC-Medium.ttf");
}
@font-face {
  font-family: "PingFangSC-Regular";
  src: url("../font/PingFangSC-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background: rgba(29, 41, 67, 1); */
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}
ul,
li {
  list-style: none;
}
.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 黑底白箭头 */
.goback {
  background: rgba(92, 93, 94, 0.4);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goback > img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}
/* 白底灰箭头 */
.gobackfff {
  background: rgba(255, 255, 255, 0.6);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gobackfff > img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}
.gohome {
  background: rgba(92, 93, 94, 0.4);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
}
.gohome > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gohome .gohomeimg {
  width: 18px;
  height: 18px;
  background: url(/static/hbwhere/img/passport/gohome.png) no-repeat;
  background-size: cover;
  background-position: center;
}
/* 视频蒙层 */
.windows .video_overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background: #00000050;
  display: none;
}
.windows .video_overlay.on {
  display: flex;
  align-items: center;
  justify-content: center;
}
.windows .video_overlay video {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.hide {
  display: none;
}
.windows .video_overlay .closeVideo {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 38%;
  background: url(/static/hbwhere/img/video/videoclose.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .windows .video_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background: #00000050;
    display: none;
  }
  .windows .video_overlay.on {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .windows .video_overlay video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hide {
    display: none;
  }
  .windows .video_overlay .closeVideo {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 100px;
    right: 15px;
    background: url(/static/hbwhere/img/video/videoclose.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9;
  }
}
