.company-box-root {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
}
.company-box-root .info-row {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-box-root .info-row .info-box {
  width: 420px;
}
.company-box-root .info-row .info-box .title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0a005a;
  width: 250px;
  margin: 10px 0;
}
.company-box-root .info-row .video-box {
  position: relative;
  height: 400px;
  width: 700px;
  padding: 10px;
}
.company-box-root .info-row .video-box video {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.company-box-root .info-row .video-box.video-box::after {
  content: "";
  height: 400px;
  width: 700px;
  position: absolute;
  left: -25px;
  bottom: -25px;
  box-shadow: -7px 11px 11px 2px #ddd;
}
.company-box-root .line-row {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
}
.company-box-root .line-row .line {
  flex: 1;
  height: 2px;
  background-color: black;
}
.company-box-root .line-row .arrow {
  margin: 0 20px 0 60px;
}
.company-box-root .line-row .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  padding: 10px 20px;
  height: 50px;
  width: 200px;
  cursor: pointer;
}
.company-box-root .line-row .btn .line {
  width: 50px;
  margin-right: 20px;
}

/*# sourceMappingURL=company.css.map */
