﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: arial, "microsoft yahei", Simsun, sans-serif;
  background-color: #041025;
  overflow: hidden;
  font-size: 3.7333333333vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul, li {
  list-style: none;
}

ul, ol {
  margin: 0;
}

a, a:hover, a:focus {
  text-decoration: none;
}

:focus {
  outline: 0;
}

img {
  border: 0;
}

p {
  margin: 0;
}

label {
  max-width: none;
  margin-bottom: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: normal;
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(38, 58, 83, 0.6);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #143868;
}

.ism-header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 14.6666666667vw;
  line-height: 14.6666666667vw;
  color: #333;
  font-size: 4.5333333333vw;
  text-align: center;
  border: 1px solid #eaeaea;
}

.ism-content {
  padding-top: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
}
.ism-content .logo {
  width: 26.6666666667vw;
}
.ism-content .title-box {
  color: #808080;
}
.ism-content .title-box .title {
  font-size: 5.0666666667vw;
  font-weight: bold;
}
.ism-content .title-box .subtitle {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  letter-spacing: 2px;
}
.ism-content .download-btn {
  margin-bottom: 2.6666666667vw;
  position: relative;
  display: inline-block;
  width: 68vw;
  height: 14.6666666667vw;
  line-height: 14.6666666667vw;
  color: #fff;
  font-size: 4.2666666667vw;
  background-color: #557ca9;
  border-radius: 4vw;
}
.ism-content .download-btn:active {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5) inset;
}
.ism-content .download-btn strong {
  position: relative;
  letter-spacing: 2px;
  z-index: 3;
}
.ism-content .download-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.6666666667vw;
  margin-left: -30vw;
  width: 60vw;
  height: 100%;
  border-radius: 4vw;
  background-color: rgba(85, 124, 169, 0.2);
}
.ism-content .download-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5.3333333333vw;
  margin-left: -25.3333333333vw;
  width: 50.6666666667vw;
  height: 100%;
  border-radius: 4vw;
  background-color: rgba(85, 124, 169, 0.12);
}
.ism-content .description {
  color: #999999;
  font-size: 4.2666666667vw;
}
.ism-content .description span {
  font-size: 5.6vw;
}
.ism-content .banner {
  width: 90%;
}

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