body {
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  color: #6d6e79;
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

.bg {
  position: relative;
  height: 1261px;
  background: url("../assets/index/index.png") top no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bg .nav {
  position: absolute;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg .nav .logo {
  display: block;
  width: 205px;
  height: 52px;
  background: url("../assets/index/logo.png") top no-repeat;
}

.bg .nav .index {
  margin-left: 88px;
  margin-bottom: 10px;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #141e2e !important;
}

.bg .nav .index::after {
  position: relative;
  left: 29px;
  top: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #3fa8fc;
}

.bg .nav .aboutUs {
  margin-left: 60px;
  margin-bottom: 10px;
}

.bg .nav .download_nav_btn {
  margin-left: 546px;
  width: 155px;
  height: 52px;
  color: #141e2e;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 52px;
  background: url("../assets/index/download_btn.png");
  cursor: pointer;
}

.bg .nav .download_nav_btn:hover {
  color: #ffffff !important;
  background: url("../assets/index/download_btn.png") no-repeat -155px;
}

.bg .nav .download_nav_btn:active {
  color: #ffffff !important;
  background: url("../assets/index/download_btn.png") no-repeat -310px;
}

.bg .nav .nav_font {
  font-size: 16px;
  font-weight: normal;
  color: #141e2e;
}

.bg .content {
  position: absolute;
  top: 539px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}

.bg .content .download_btn {
  display: block;
  padding-left: 60px;
  width: 145px;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  line-height: 60px;
  cursor: pointer;
  background: url("../assets/index/download_btn_index.png") no-repeat;
}

.bg .content .download_btn:hover {
  background: url("../assets/index/download_btn_index.png") -205px no-repeat;
}

.bg .content .download_btn:active {
  background: url("../assets/index/download_btn_index.png") -410px no-repeat;
}

.bg .foot {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg .foot .foot_text {
  font-size: 12px;
  font-weight: 350;
  color: #6d6e79;
}

.bg .foot .foot_text1 {
  margin-top: 14px;
}

.bg .foot a {
  color: #6d6e79;
}

.bg .foot a:hover {
  color: #3797fd;
}

.bg .foot a:active {
  color: #3797fd;
}
