html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
html,
body {
  background: #000;
}

img {
  width: 100%;
  object-fit: cover;
}
.img2 {
  width: 56.7708vw;
  object-fit: cover;
  margin: 1.3542vw 0 0.8333vw;
}

.img4 {
  margin-bottom: 1.5625vw;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .bottom {
  position: relative;
}

.container .bottom .content {
  display: flex;
  position: absolute;
  width: 56.7708vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}

.container .bottom .content .img3 {
  width: 18.75vw;
  margin-right: 1.6667vw;
}

.container .bottom .content .item {
  position: relative;
  flex: 1;
}
.container .bottom .content .item img {
  width: 100%;
}
.container .bottom .content .right {
  width: 100%;
}

.container .bottom .content .item .text {
  position: absolute;
  left: 2.9167vw;
  top: 5.3646vw;
  color: rgba(120, 157, 255, 1);
  font-weight: 400;
  font-size: 1.1458vw;
  line-height: 1.5625vw;
  font-family: "Roboto", sans-serif;
}

.container .bottom .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1.3542vw;
  display: flex;
  justify-content: space-between;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}

.container .bottom .footer .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8333vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.1458vw;
}
.container .bottom .footer .ml {
  margin-left: 1.875vw;
}
