body {
  overflow-x: hidden;
  height: fit-content;
  overflow-y: auto;
  background-color: #fff;
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 80px;
  background: #EFF7FF;
  z-index: 999;
  transform-origin: 0 0;
}
.header .box {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box .logo {
  height: 50px;
}
.header .box .menus {
  margin-left: 262px;
  height: 80px;
  display: flex;
  align-items: center;
}
.header .box .menus-item {
  width: 136px;
  font-weight: bold;
  font-size: 18px;
  color: #585F69;
  cursor: pointer;
}
.header .box .download {
  width: 152px;
  height: 48px;
  background: url("https://cdn-file.cdcyber.com/web2/dllrepairtools/tg/2/images/download1@2x-b279eef922.webp") no-repeat;
  background-size: 456px 48px;
  cursor: pointer;
}
.header .box .download:hover {
  background-position-x: -152px;
}
.main {
  position: absolute;
  width: 1920px;
  left: 50%;
  transform-origin: 0 0;
  background: url("https://cdn-file.cdcyber.com/web2/dllrepairtools/tg/2/images/bg@2x-b42c00459e.png") no-repeat;
  background-size: 1920px auto;
}
.main .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.main .content .section1 {
  height: 642px;
  padding-top: 113px;
  box-sizing: border-box;
}
.main .content .section1 .box {
  display: flex;
  justify-content: space-between;
  height: 411px;
}
.main .content .section1 .left .title0 {
  height: 194px;
}
.main .content .section1 .left .desc {
  margin-top: 43px;
  line-height: 26px;
  font-size: 20px;
  color: #6F7187;
}
.main .content .section1 .left .btns {
  margin-top: 30px;
  height: 69px;
  display: flex;
}
.main .content .section1 .left .btns .download {
  width: 350px;
  height: 69px;
  cursor: pointer;
  background: url("https://cdn-file.cdcyber.com/web2/dllrepairtools/tg/2/images/download2@2x-3d033db598.webp") no-repeat;
  background-size: 1050px 69px;
}
.main .content .section1 .left .btns .download:hover {
  background-position-x: -350px;
}
.main .content .section1 .left .sys {
  margin-top: 30px;
  font-size: 14px;
  color: #6F7187;
  line-height: 19px;
}
.main .content .section1 .right {
  width: 650px;
  height: 445px;
  margin-top: -23px;
  margin-right: -23px;
}
.main .content .section1 .right img {
  width: 100%;
}
.main .content .section .desc {
  width: 1230px;
  height: auto;
  margin-top: -8px;
  margin-left: -15px;
}
.main .content .section2 {
  height: 285px;
}
.main .content .section3 {
  height: 568px;
  margin-top: 144px;
}
.main .content .section4 {
  margin-top: 117px;
  height: 529px;
}
.main .content .section5 {
  height: 320px;
  margin-top: 104px;
}
.main .content .section6 {
  height: 806x;
  box-sizing: border-box;
  padding-top: 121px;
}
.main .content .section6 .title {
  height: 45px;
  display: block;
  margin: 0 auto;
}
.main .content .section6 .box {
  margin-top: 67px;
  width: 1200px;
}
.main .content .section6 .box-item {
  width: 1200px;
  height: 112px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(74, 74, 74, 0.16);
  border-radius: 17px 17px 17px 17px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 49px;
}
.main .content .section6 .box-item-icon {
  width: 47px;
}
.main .content .section6 .box-item-content {
  margin-left: 33px;
}
.main .content .section6 .box-item-content .q {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
}
.main .content .section6 .box-item-content .a {
  margin-top: 10px;
  font-size: 18px;
  color: #486494;
  line-height: 24px;
}
.main .footer {
  margin-top: 89px;
  width: 1920px;
  height: 317px;
  background: url("https://cdn-file.cdcyber.com/web2/dllrepairtools/tg/2/images/footer@2x-82d51a4239.webp") no-repeat;
  background-size: contain;
  position: relative;
}
.main .footer .download {
  position: absolute;
  top: 174px;
  left: 360px;
  width: 318px;
  height: 66px;
  cursor: pointer;
  background: url("https://cdn-file.cdcyber.com/web2/dllrepairtools/tg/2/images/download3@2x-8ddbadb9d1.webp") no-repeat;
  background-size: 954px 66px;
}
.main .footer .download:hover {
  background-position-x: -318px;
}
.main .bottom-info {
  width: 1920px;
  height: 114px;
  background: #182343;
  border-radius: 0px 0px 0px 0px;
  padding-top: 9px;
  box-sizing: border-box;
}
.main .bottom-info p {
  line-height: 105px;
  text-align: center;
  font-size: 12px;
  color: #E7E7E7;
}
.main .bottom-info p span {
  margin-left: 20px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
