.mod-privacy-power {
  margin-top: 32px;
  height: 60px;
}
.privacy-power {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 20px;
}
.privacy-power a {
  color: rgba(0, 0, 0, 0.25);
}
.web-mod-privacy-power .wap-app-versions {
  display: none;
}
.wap-mod-privacy-power {
  text-align: right;
}
.wap-mod-privacy-power .web-app-versions {
  display: none;
}
.app-download-style {
  text-align: left;
  margin: 0;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: auto;
}
.app-download-style .privacy-power {
  display: flex;
}
.app-download-style .privacy-power p {
  margin-right: 32px;
}
.app-download-style .privacy-power p:last-child {
  margin-right: 0;
}
.dialog-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  line-height: 22px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.dialog-mask.primary-mask-none {
  display: none;
}
.dialog-mask .dialog-wraper {
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
  width: 520px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.dialog-mask .dialog-title {
  height: 56px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 30px;
  line-height: 56px;
  box-sizing: border-box;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-mask .dialog-title .dialog-close-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 22px 20px;
  background: url('https://i.gsxcdn.com/1296867461_yheztxc6.png') no-repeat center center;
}
.dialog-mask .dialog-content {
  padding: 0 20px;
}
.dialog-mask .dialog-content h3 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.dialog-mask .dialog-content p {
  margin-bottom: 16px;
}
.dialog-mask .dialog-footer {
  text-align: center;
  margin: 30px auto;
}
.dialog-mask .dialog-footer .btn-complete {
  color: #fff;
  width: 88px;
  height: 36px;
  background: #FF3750;
  border-radius: 4px;
  border: none;
}
