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

:root {
  --gap: 15px;
  --key-width: 50px;
}

a {
  text-decoration: none;
}

body::-webkit-scrollbar {
  width: 7px;
  background: #221f1f;
}
body::-webkit-scrollbar-thumb {
  border: #00C4F0 1px solid;
  border-radius: 12px;
}
body .footer {
  padding-top: 0 !important;
}
body .container {
  width: 1700px;
}
body #begin4 {
  display: grid;
  grid-template-columns: auto 300px;
  height: 747px;
  border: 1px solid #000;
  position: relative;
}
body #begin4 .trenajor_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body #begin4 .txt12 {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 34px;
}
body #begin4 .txt12 .container_kv {
  width: 1309px;
}
body #begin4 .User {
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #begin4 .User .line {
  width: 160px;
  height: 1px;
  background: #000;
}
body #begin4 .User .line_j {
  margin-top: 50px;
}
body #begin4 .User img {
  margin-top: 40px;
  margin-bottom: 14px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
body #begin4 .User h1 {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #404040;
}
body #begin4 .User a {
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #404040;
  position: relative;
  width: 150px;
  text-align: center;
}
body #begin4 .User a i {
  position: absolute;
  left: 0;
}
body #begin4 .User a:hover {
  color: blue;
}/*# sourceMappingURL=trenajor.css.map */