* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

button {
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
}

body {
  min-width: 1360px;
  height: 100%;
  overflow: auto;
}

.header-wrap {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1360px;
  backdrop-filter: blur(10px);
}

.header-ctn {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  width: 100%;
  padding: 24px 0 16px;
}
.header-ctn .logo {
  cursor: pointer;
}
.header-ctn .nav-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
  width: 820px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 60px;
}
.header-ctn .nav-wrap a {
  color: #172137;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-ctn .nav-wrap a:hover {
  color: #4c70ff;
}
.header-ctn .download {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 144px;
  height: 46px;
  color: #fff;
  font-size: 14px;
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  background: -webkit-linear-gradient(2deg, #21b9ff 0%, #4c70ff 100%);
  background: -moz-linear-gradient(2deg, #21b9ff 0%, #4c70ff 100%);
  background: -o-linear-gradient(2deg, #21b9ff 0%, #4c70ff 100%);
  background: linear-gradient(88deg, #21b9ff 0%, #4c70ff 100%);
  border-radius: 60px 60px 60px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.header-ctn .download:hover {
  opacity: 0.8;
}
.header-ctn .download img {
  margin-right: 6px;
}

.footer-wrap .download-wrap {
  position: relative;
  width: 100%;
  height: 160px;
}
.footer-wrap .download-wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer-wrap .download-wrap .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 652px;
  height: 159px;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  -webkit-filter: blur(143px);
          filter: blur(143px);
}
.footer-wrap .download-wrap .download {
  z-index: 2;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 100%;
}
.footer-wrap .download-wrap .download .title {
  color: #0b102a;
  font-size: 30px;
  margin-right: 288px;
}
.footer-wrap .download-wrap .download a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 160px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  background: #20184e;
  border-radius: 4px 4px 4px 4px;
}