* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
html {
  width: 1300px;
  margin: 0 auto;
}
.top {
  height: 50px;
  margin-top: 1.4rem;
}
.banner {
  margin-top: 130px;
  height: 600px;
}
.banner .left {
  float: left;
}
.left h1 {
  font-size: 50px;
}
.left button {
  margin-top: 30px;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  background-color: blue;
}
.left button a {
  color: #fff;
  font-size: 15px;
}
.left .p {
  margin-top: 40px;
}
.left .jing {
  margin-top: 40px;
}
.left .te {
  color: blue;
}
.banner .right {
  float: right;
}
.banner .right img {
  width: 700px;
}
.footer {
  width: 1300px;
  overflow: hidden;
}
.footer img {
  width: 1300px;
}
.overlay-container[data-v-90367226] {
  bottom: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  grid-template-columns: var(--b8f9171a);
  left: 0;
  position: fixed;
  right: 0;
  row-gap: 0;
  top: 0;
  z-index: var(--ef484772);
}
.overlay[data-v-90367226] {
    background-color: rgba(0, 0, 0, 0.33);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.overlay-center[data-v-90367226] {
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-rows: var(--12361785);
    row-gap: 0;
}
h5 {
  margin-bottom: 2.4rem;
}
.btn {
  padding: .8rem 2.4rem;
  background: #0070F9;
  color: white;
  border-radius: 8px;
  margin-top: 2rem;
}
.btn:hover {
  background: #2185ff;
}