* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}
.header {
  background: #373d41;
}
.nav {
  display: flex;
  height: 75px;
  padding: 0 20px;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.nav .logo {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav .logo img {
  width: 125px;
}
.nav .menu {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.nav .menu > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .menu > div a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.nav .menu > div a:hover,
.nav .menu > div a:active,
.nav .menu > div a:visited,
.nav .menu > div a:link {
  color: #fff;
}
.nav .qrcode {
  height: 100%;
  display: flex;
  padding: 0 50px;
  align-items: center;
  color: #fff;
}
.nav .qrcode .tel {
  font-size: 20px;
  color: #307DDB;
}
.nav .qrcode .text {
  display: flex;
  padding-left: 5px;
  flex-direction: column;
  justify-content: space-around;
}
.nav .qrcode .text p {
  margin: 0;
}
.nav .qrcode .contact-us {
  height: 40px;
}
.nav .qrcode .contact-us img {
  width: 40px;
}
.download-body {
  background: #eaf2fb;
  color: #333;
  padding: 25px;
  text-align: center;
}
.download-body h1 {
  font-size: 42px;
  font-weight: bold;
}
.download-body h2 {
  font-size: 24px;
  color: #333;
}
.download-body .info {
  display: flex;
  padding: 10px 0 20px 0;
  align-items: center;
  justify-content: center;
}
.download-body .info .author {
  color: #666;
  padding-right: 30px;
}
.download-body .info .rights {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.download-body .info .rights a {
  font-weight: 500;
  display: inline-block;
  color: #307ddb;
}
.download-body .auth {
  padding: 20px;
}
.download-body .auth span {
  background: #fff;
  border-radius: 50px;
  color: #333;
  padding: 5px 30px;
  font-weight: 500;
  display: inline-block;
}
.download-body .platform {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-body .platform a.item {
  display: flex;
  color: #333;
  text-decoration: none;
}
.download-body .platform a:hover,
.download-body .platform a:link,
.download-body .platform a:active,
.download-body .platform a:visited {
  color: #333;
  text-decoration: none;
}
.download-body .platform .item {
  width: 200px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column;
  height: 200px;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  background: #fff;
}
.download-body .platform .item:hover {
  text-decoration: none;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.download-body .platform .item.mac {
  margin: 0 200px;
}
.download-body .platform .item img {
  width: 90px;
}
.download-body .platform .item .title {
  color: #333;
  padding: 10px 0;
  font-weight: 500;
}
.download-body .platform .item .download-now {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  font-size: 16px;
  transform: translate(0, 0);
}
.download-body .platform .item .download-now img {
  width: 20px;
  padding-right: 5px;
}
.download-body .download-progress {
  width: 40%;
  opacity: 0;
  padding-top: 20px;
  margin: 0 auto;
}
.download-body .product-img {
  text-align: center;
  padding-top: 20px;
  min-height: 240px;
}
.download-body .product-img img {
  width: 550px;
}
.footer {
  color: #fff;
  background: #307ddb;
  padding: 20px 0;
}
.footer .promise {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 20px;
}
.footer .promise .item {
  display: flex;
}
.footer .promise .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.footer .promise .item .info {
  color: #fff;
}
.footer .promise .item .info .title {
  font-weight: 500;
  font-size: 20px;
}
.footer .promise .item .info .description {
  padding-top: 8px;
  font-weight: 400;
  font-size: 16px;
}
.footer .line {
  height: 1px;
  background: #fff;
}
.footer .description {
  display: flex;
  padding-top: 20px;
}
.footer .description .function {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.footer .description .function .group {
  width: 140px;
}
.footer .description .function .group .title {
  font-size: 16px;
  padding-bottom: 15px;
}
.footer .description .function .group p {
  padding: 5px 0;
  font-size: 12px;
}
.footer .description .address {
  width: 350px;
}
.footer .description .address .weixin {
  height: 150px;
}
.footer .description .address .weixin img {
  width: 140px;
}
.footer .footer-text {
  font-size: 12px;
  text-align: center;
}
.footer .line2 {
  height: 1px;
  margin: 20px 150px;
  background: #fff;
}
.footer .footer-text {
  margin: 0 120px;
}
#modal {
  top: 210px;
  position: fixed;
  background: url("./images/m-bg.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 20px 30px 20px 30px;
  border-radius: 25px;
  width: 920px;
  color: #333;
  left: 50%;
  user-select: none;
  margin-left: -460px;
  z-index: -1;
  opacity: 0.6;
  transform: translate(0 -150px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#modal.active {
  opacity: 1;
  z-index: 10;
  transform: translate(0 0);
}
#modal .close-icon {
  text-align: right;
  padding: 10px 0;
}
#modal .close-icon .icon {
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
#modal > .title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}
#modal > .title .second {
  font-size: 22px;
}
#modal .list {
  display: flex;
  padding: 50px 0 60px 0;
  align-items: center;
  justify-content: center;
}
#modal .list .item {
  text-align: center;
  padding: 0 10px;
}
#modal .list .item a:hover,
#modal .list .item a:link,
#modal .list .item a:active,
#modal .list .item a:visited {
  text-decoration: none;
}
#modal .list .item .platform {
  display: block;
  width: 200px;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  background: #307ddb;
  margin-bottom: 6px;
}
#modal .list .item .platform .small {
  font-size: 16px;
}
#modal .list .item .version {
  text-align: center;
  font-size: 12px;
  height: 35px;
  color: #666666;
}
#modal #linux-help {
  text-align: center;
  font-size: 14px;
}
#modal #linux-help a {
  text-decoration: none;
  color: #307DDB;
  position: relative;
}
#modal #linux-help a::after {
  display: block;
  height: 1px;
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  background: #307DDB;
}
#modal #linux-help:hover,
#modal #linux-help:visited,
#modal #linux-help:active {
  color: #307DDB;
  text-decoration: none;
}
#modal-bg {
  display: block;
  position: fixed;
  width: 100vw;
  z-index: -1;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  top: 0;
}
#modal-bg.active {
  z-index: 9;
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */