.installone-container canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}
.installone-container {
  background-color: #ff8a06;
  height: 460px;
}
.installone-container .install-wrapper {
  position: relative;
  padding: 1px 121px;
  text-align: center;
}
.installone-container .ione-content {
  margin-top: 85px;
}
.installone-container .ione-content .ione-title {
  font-size: 52px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.installone-container .ione-content .ione-sub {
  margin-top: 26px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.box {
  margin-top: 40px !important;
  width: 1280px !important;
  background: #fff;
  box-shadow: 0 10px 23px 9px rgba(14, 48, 98, 0.04) !important;
  border-radius: 15px !important;
  padding: 0 75px 40px 141px !important;
  overflow: hidden !important;
}
.box .title {
  margin-top: 78px;
  margin-bottom: 37px;
  font-size: 30px;
  color: #111;
  font-weight: 600;
  line-height: 35px;
}
.box .text {
  font-size: 18px;
  color: #111;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
  width: 444px;
}
.box .map {
  width: 612px;
}
.content .prefix {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 16px;
}
.content .prefix .out {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: rgba(255, 138, 0, 0.2);
  margin-right: 12px;
}
.content .prefix .out .inner {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ff8a00;
}
