body {
  margin: 0px;
}

.header {
  width: 100%;
  height: 56px;
  background-color: #00162f;
}

.header .headerContent {
  width: 400px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 300px;
  /* background-color: gold; */
  color: rgba(255, 255, 255, 0.7);
}

.header .logo {
  width: 99px;
  height: 28px;
  background: url("./excelPluginImgs/suntimeLogo.png") no-repeat;
}

.downloadPage {
  /* width: 100vw; */
  /* min-width: 1366px; */
  /* width: 100%; */
  /* width: 600px; */
  min-height: 824px;
  height: calc(100vh - 56px);
  background: url("./excelPluginImgs/backgroundImg1.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadContent {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.word {
  width: 600px;
  height: 145px;
  background: url("./excelPluginImgs/word.png") no-repeat;
  background-size: contain;
}

.computer {
  width: 500px;
  height: 402px;
  background: url("./excelPluginImgs/computer.png") no-repeat;
  margin-top: 30px;
  background-size: contain;
}

.downloadSpan {
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url("./excelPluginImgs/downloadIcon.png") no-repeat;
  margin-right: 10px;
}

.downloadButton {
  width: 210px;
  height: 60px;
  background: #3d6eff;
  border-radius: 30px;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  text-decoration: none;
}

.updateLogPage {
  min-height: 824px;
  /* height: calc(100vh - 56px); */
  /* background-color: pink; */
  background: url("./excelPluginImgs/backgroundImg2.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.updateLogContent {
  width: 750px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.updateLogContent .updateDate {
  width: 135px;
  color: rgba(255, 255, 255, 0.45);
  padding-top: 26px;
}

.timeIcon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("./excelPluginImgs/timeIcon.png") no-repeat;
  margin-right: 7px;
}

.updateLogContent .updateInfo {
  width: auto;
}

.updateDetail {
  border-left: 1px solid #008cee;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 600px;
}

.updateLogContent .versionNum {
  font-size: 20px;
  color: #ffffff;
  margin-left: 15px;
}

.updateLogContent .more {
  width: 40px;
  font-size: 15px;
  color: #096dd9;
  margin-left: 15px;
  cursor: pointer;
}

.activeClass {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.left-ico {
  line-height: 24px;
  float: left;
  margin-left: -3px;
}

.left-ico .left-noLine {
  width: 1px;
  height: 10px;
  margin-left: 3px;
}

.left-ico .left-round {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0196ff;
}

.left-ico .left-line {
  width: 1px;
  height: 10px;
  margin-left: 3px;
  background: #0196ff;
}
