* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Livvic", sans-serif;
  background: #0f0c0d;
  overflow-x: hidden;
}

.video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.container {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
}

.block-server {
  position: relative;
  width: 100%;
  z-index: 2;
  top: 550px;
  min-height: 225px;
  text-align: center;
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.15);
  padding-left: 10px;
  padding-right: 10px;
}

a {
  text-decoration: none;
}

a,
i {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

html {
  font-family: 'Microsoft Yahei', '微软雅黑', STXihei, '华文细黑';
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.hide {
  display: none !important;
}

.nav {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(19 8 6 / 72%);
  background-image: linear-gradient(#140905, #ffff0000);
  height: 5.85vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav .logo {
  position: absolute;
  left: 2.29vw;
  top: 0.38vw;
  background-image: url(../images/logo-lorencia.png);
  background-size: contain;
  height: 5.4vw;
  width: 21.33vw;
  background-repeat: no-repeat;
  background-position: center;
}

.nav .fb {
  position: absolute;
  right: 3.65vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ACESSARSITE.png);
  background-size: contain;
  height: 4.06vw;
  width: 11.72vw;
  background-repeat: no-repeat;
  background-position: center;
}

.nav .nav-desc {
  position: absolute;
  height: 3.23vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav .nav-desc .desc-list {
  display: flex;
  height: 100%;
  width: 100%;
}

.nav .nav-desc .desc-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.85vw;
  height: 3.23vw;
  border-left: 1px solid #494949;
  cursor: pointer;
}

.nav .nav-desc .desc-list-item .title {
  color: #c8c2b1;
  font-size: 1.04vw;
  font-weight: bolder;
}

.nav .nav-desc .desc-list-item .sub-title {
  margin-top: 0.26vw;
  color: #a09b8b;
  font-size: 0.57vw;
}

.nav .nav-desc .desc-list-item .active-tag {
  display: none;
  position: absolute;
  bottom: -1.43vw;
  left: 50%;
  transform: translateX(-46%);
  background-image: url(../images/hover.png);
  background-size: contain;
  height: 2.24vw;
  width: 11.09vw;
  background-repeat: no-repeat;
  background-position: center;
}

.nav .nav-desc .desc-list-item:last-child {
  border-right: 1px solid #494949;
}

.nav .nav-desc .desc-list-item.active .title,
.nav .nav-desc .desc-list-item:hover .title {
  color: #f2d98c;
}

.nav .nav-desc .desc-list-item.active .active-tag,
.nav .nav-desc .desc-list-item:hover .active-tag {
  display: block;
}