@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.property {
  width: 100%;
  min-height: 99.9vh;
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
  padding-top: 24.1025641026vmin;
  box-sizing: border-box;
  position: relative;
}
.property .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6.4102564103vmin;
}
.property .box .logo {
  width: 24.1025641026vmin;
  height: 24.1025641026vmin;
  background: url("../img/logo.png") no-repeat;
  background-size: 100% 100%;
}
.property .box .title {
  font-size: 6.1538461538vmin;
  margin-top: 5.641025641vmin;
}
.property .box .desc {
  font-size: 5.1282051282vmin;
  margin-top: 3.0769230769vmin;
}
.property .box .applist {
  margin-top: 4.8717948718vmin;
  display: flex;
}
.property .box .applist li {
  font-size: 3.3333333333vmin;
  margin-left: 7.6923076923vmin;
}
.property .app {
  position: relative;
  bottom: 0vmin;
  left: 50%;
  transform: translateX(-50%);
  width: 59.4871794872vmin;
  height: 123.0769230769vmin;
  background: url("../img/真机.png") no-repeat;
  background-size: 100% 100%;
}
.property .list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59.2307692308vmin;
  background: url("../img/bg2.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 12.8205128205vmin;
  box-sizing: border-box;
  row-gap: 4.1025641026vmin;
}
.property .list .iphone {
  width: 43.8461538462vmin;
  height: 10.7692307692vmin;
  box-sizing: border-box;
  padding-left: 5.641025641vmin;
  display: flex;
  align-items: center;
  color: #fff;
  background: #000000;
  border-radius: 6px;
  box-shadow: 0px 2.41px 6.03px 0px rgba(0, 0, 0, 0.3);
}
.property .list .iphone img {
  width: 4.7435897436vmin;
  height: 5.641025641vmin;
  margin-right: 5.1282051282vmin;
}
.property .list .android {
  width: 43.8461538462vmin;
  height: 10.7692307692vmin;
  box-sizing: border-box;
  padding-left: 5.641025641vmin;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(256deg, #2CFF21 0%, #21B9FF 99%);
  border-radius: 6px;
  box-shadow: 0px 2.41px 6.03px 0px rgba(0, 27, 112, 0.4);
}
.property .list .android img {
  width: 5.1282051282vmin;
  height: 5.8974358974vmin;
  margin-right: 3.4615384615vmin;
}
.property .list .link a {
  color: #3a84ca;
  text-decoration: none;
}
.property .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.property .mask .info {
  position: absolute;
  top: 2.5641025641vmin;
  right: 5.1282051282vmin;
}
.property .mask .info .line {
  position: relative;
  top: 2.5641025641vmin;
  left: 25.641025641vmin;
  width: 16.4102564103vmin;
  height: 42.8205128205vmin;
  background: url("../img/line.png") no-repeat;
  background-size: 100% 100%;
}
.property .mask .info .earth {
  position: relative;
  left: 13.5897435897vmin;
  width: 13.3333333333vmin;
  height: 13.3333333333vmin;
  background: url("../img/earth.png") no-repeat;
  background-size: 100% 100%;
}
.property .mask .info .desc {
  display: flex;
  flex-direction: column;
  row-gap: 1.2820512821vmin;
  margin-top: 5.1282051282vmin;
}
.property .mask .info .desc .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5641025641vmin;
       column-gap: 2.5641025641vmin;
}
.property .mask .info .desc .top .dot {
  width: 6.7948717949vmin;
  height: 1.4102564103vmin;
  background: url("../img/dot.png") no-repeat;
  background-size: 100% 100%;
}
.property .mask .info .desc .text {
  color: #fff;
  font-size: 4.358974359vmin;
}
.vt-message-body {
    line-height: 1.6;
    letter-spacing: 2px !important;
    font-size: 14px;
}/*# sourceMappingURL=index.css.map */