html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.abm-download-page {
  position: relative;
  background-color: #efefef;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.abm-download-page .bg {
  width: 100%;
}
.abm-download-page .header {
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 2;
  text-align: center;
}
.abm-download-page .header img {
  width: 15%;
}
.abm-download-page .header .header-txt {
  font-size: 20px;
  color: #dc5c60;
  margin-top: 10px;
  text-align: center;
}
.abm-download-page .header .header-txt p {
  margin: 0;
  padding: 0;
}
.abm-download-page .footer {
  width: 100%;
  text-align: center;
  color: #999;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.abm-download-page .footer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.abm-download-page .footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abm-download-page .footer > div img {
  width: 6%;
  margin-right: 10px;
}
.abm-download-page .footer .ios_download {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #c30e23;
  color: #fff;
  font-size: 16px;
}
.abm-download-page .footer .android_download {
  width: 80%;
  height: 40px;
  margin: 15px auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #c30e23;
  color: #c30e23;
  font-size: 16px;
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.abm-download-page {
  position: relative;
  background-color: #2685f2;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.abm-download-page .bg {
  width: 100%;
}
.abm-download-page .header {
  width: 100%;
  position: absolute;
  top: 91px;
  z-index: 2;
  text-align: center;
}
.abm-download-page .header img:nth-of-type(1) {
  width: 105px;
  height: 105px;
  border: none;
  margin: 0 auto;
  max-height: 100%;
  display: block;
}
.abm-download-page .header img:nth-of-type(2) {
  width: 170px;
  display: block;
  margin: 80px auto 0;
}
.abm-download-page .footer {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}
.abm-download-page .footer .footer-download {
  display: flex;
  justify-content: center;
  margin-bottom: 10%;
  padding-bottom: 10px;
}
.abm-download-page .footer .footer-download img {
  width: 21px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.abm-download-page .footer .footer-download .ios_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 37px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
}
.abm-download-page .footer .footer-download .android_download {
  width: 126px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  margin-left: 33px;
}
.abm-download-page .footer p.copyright {
  opacity: 0.8;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.huawei-cloud-update .update-status-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.huawei-cloud-update .update-status-wrapper .img-wrapper {
  position: relative;
  width: 4.64rem;
  height: 4.64rem;
}
.huawei-cloud-update .update-status-wrapper .img-wrapper .img {
  position: absolute;
  width: 4.64rem;
  height: 4.64rem;
}
.huawei-cloud-update .update-status-wrapper .img-wrapper .dynamic {
  position: absolute;
  width: 4.64rem;
  height: 4.64rem;
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
}
.huawei-cloud-update .update-status-wrapper .status-loading-text {
  margin-top: 0.8rem;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #000000;
  line-height: 22px;
  text-align: center;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.ntx-download-page {
  position: relative;
  min-height: 100vh;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ntx-download-page .content {
  text-align: center;
}
.ntx-download-page .content .icon-vtn-app {
  width: 248px;
  height: 129px;
  margin-top: 136px;
}
.ntx-download-page .content .ename {
  margin-top: 40px;
  font-size: 22px;
  font-family: Brown-Bold, Brown, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.ntx-download-page .content .ename span + span {
  margin-left: 16px;
}
.ntx-download-page .content .slogon-title {
  margin-top: 8px;
  height: 26px;
  font-size: 19px;
  font-family: PingFangSC-Thin, PingFang SC, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}
.ntx-download-page .content .slogon-title .icon-vtn {
  width: 45px;
  height: 14px;
  line-height: 0;
  margin-right: 4px;
}
.ntx-download-page .btn-confirm {
  background: black;
  width: 327px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  margin-top: 209px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
}
.ntx-download-page .download-desc {
  margin-top: 8px;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.ntx-download-page .wxenv-download-wrap.is-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.ntx-download-page .wxenv-download-wrap.is-mask .tip-wrap {
  position: absolute;
  right: 8px;
  top: 25px;
  width: 320px;
  height: 72px;
  background-image: url("https://img.danchuangglobal.com/resource/images/download_tip_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.ntx-download-page .wxenv-download-wrap.is-mask .tip-wrap p {
  margin: 0;
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
  top: 40px;
  left: 13px;
}
.ntx-download-page .wxenv-download-wrap.is-mask .tip-wrap p > span {
  color: #333;
}
.download-popup {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s;
}
.download-popup.show {
  opacity: 1;
}
.download-popup.show .download-popup-content {
  transform: translateY(0);
}
.download-popup.hide {
  opacity: 0;
}
.download-popup.hide .download-popup-content {
  transform: translateY(132px);
}
.download-popup .download-popup-content {
  position: fixed;
  bottom: 0;
  background: white;
  left: 0;
  right: 0;
  height: 132px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s;
}
.download-popup .download-popup-content .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 56px;
  align-items: center;
}
.download-popup .download-popup-content .item .text {
  font-size: 16px;
  color: black;
}
.download-popup .download-popup-content .item .arrow {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}
.download-popup .download-popup-content .line {
  background: rgba(0, 0, 0, 0.08);
  height: 1px;
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.ntxbiz-download-page {
  position: relative;
  min-height: 100vh;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ntxbiz-download-page .content {
  text-align: center;
}
.ntxbiz-download-page .content .icon-vtn-app {
  width: 205px;
  height: 73px;
  margin-top: 180px;
}
.ntxbiz-download-page .content .ename {
  margin-top: 40px;
  font-size: 22px;
  font-family: Brown-Bold, Brown, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.ntxbiz-download-page .content .ename span + span {
  margin-left: 16px;
}
.ntxbiz-download-page .content .slogon-title {
  margin-top: 8px;
  height: 26px;
  font-size: 19px;
  font-family: PingFangSC-Thin, PingFang SC, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}
.ntxbiz-download-page .content .slogon-title .icon-vtn {
  width: 45px;
  height: 14px;
  line-height: 0;
  margin-right: 4px;
}
.ntxbiz-download-page .btn-confirm {
  background: white;
  width: 327px;
  line-height: 44px;
  text-align: center;
  color: black;
  border-radius: 22px;
  margin-top: 229px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
}
.ntxbiz-download-page .download-desc {
  margin-top: 12px;
  color: #999;
  font-size: 14px;
}
.ntxbiz-download-page .wxenv-download-wrap.is-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.ntxbiz-download-page .wxenv-download-wrap.is-mask .tip-wrap {
  position: absolute;
  right: 8px;
  top: 25px;
  width: 320px;
  height: 72px;
  background-image: url("https://img.danchuangglobal.com/resource/images/download_tip_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.ntxbiz-download-page .wxenv-download-wrap.is-mask .tip-wrap p {
  margin: 0;
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
  top: 40px;
  left: 13px;
}
.ntxbiz-download-page .wxenv-download-wrap.is-mask .tip-wrap p > span {
  color: #333;
}
.download-popup {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s;
}
.download-popup.show {
  opacity: 1;
}
.download-popup.show .download-popup-content {
  transform: translateY(0);
}
.download-popup.hide {
  opacity: 0;
}
.download-popup.hide .download-popup-content {
  transform: translateY(132px);
}
.download-popup .download-popup-content {
  position: fixed;
  bottom: 0;
  background: white;
  left: 0;
  right: 0;
  height: 132px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s;
}
.download-popup .download-popup-content .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 56px;
  align-items: center;
}
.download-popup .download-popup-content .item .text {
  font-size: 16px;
  color: black;
}
.download-popup .download-popup-content .item .arrow {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}
.download-popup .download-popup-content .line {
  background: rgba(0, 0, 0, 0.08);
  height: 1px;
}

@charset "UTF-8";
/* 移动端页面设计稿宽度 */
/* 移动端页面设计稿dpr基准值 */
/* 将移动端页面分为10块 */
/* 缩放所支持的设备最小宽度 */
/* 缩放所支持的设备最大宽度 */
/* 每rem所占的px，把单位px转化为rem, px / designWidth * blocks */
/* html根元素的font-size定义，简单地将页面分为@blocks块，方便计算 */
/**
 * 实现固定宽高比
 * @param  {string} @position: relative      定位方式
 * @param  {string} @width:    100%          容器宽度
 * @param  {string} @sub:      null          容器的目标子元素
 * @param  {number} @aspectX:  1             容器宽
 * @param  {number} @aspectY:  1             容器高
 */
/* 设置容器拉伸的最小宽度 */
/* 设置容器拉伸的最大宽度 */
/* 设置字体大小，不使用rem单位， 根据dpr值分段调整 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: 10vw;
  /* 最小宽度定义 */
  /* 最大宽度定义 */
}
html body {
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media screen and (min-width: 540px) {
  html[data-content-max] {
    font-size: 54px;
  }
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
[data-dpr="2"] body {
  font-size: 32px;
}
[data-dpr="3"] body {
  font-size: 48px;
}
@font-face {
  font-family: Brown-Bold;
  src: url("https://img.danchuangglobal.com/resource/images/08f36b37-a22c-4999-b756-2e0ba99f1df9.OTF");
}
.vtn-download-page {
  position: relative;
  min-height: 100vh;
  padding-top: 25vh;
  background-image: url("https://img.danchuangglobal.com/202206/5d833dc210624b50b72c90c2c7e462ff.jpg");
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
}
.vtn-download-page .content {
  text-align: center;
}
.vtn-download-page .content .icon-vtn-app {
  width: 98px;
  height: 98px;
  vertical-align: top;
}
.vtn-download-page .content .ename {
  margin-top: 40px;
  font-size: 22px;
  font-family: Brown-Bold, Brown, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.vtn-download-page .content .ename span + span {
  margin-left: 16px;
}
.vtn-download-page .content .slogon-title {
  margin-top: 8px;
  height: 26px;
  font-size: 19px;
  font-family: PingFangSC-Thin, PingFang SC, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}
.vtn-download-page .content .slogon-title .icon-vtn {
  width: 45px;
  height: 14px;
  line-height: 0;
  margin-right: 4px;
}
.vtn-download-page .btn-confirm {
  background: #fff;
  width: 87.2%;
  height: 44px;
  line-height: 44px;
  margin-left: 6.4%;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #000;
}
.vtn-download-page .wxenv-download-wrap.is-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.vtn-download-page .wxenv-download-wrap.is-mask .tip-wrap {
  position: absolute;
  right: 8px;
  top: 25px;
  width: 320px;
  height: 72px;
  background-image: url("https://img.danchuangglobal.com/resource/images/download_tip_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.vtn-download-page .wxenv-download-wrap.is-mask .tip-wrap p {
  margin: 0;
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
  top: 40px;
  left: 13px;
}
.vtn-download-page .wxenv-download-wrap.is-mask .tip-wrap p > span {
  color: #333;
}

