﻿/* 下载提示弹窗样式 */
/* 遮罩弹窗 */
.open-out {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.open-out img {
  width: 0.4rem;
  height: 0.4rem;
  float: right;
  padding-right: 0.3rem;
  padding-top: 0.1rem;
}

.open-out p {
  width: 3rem;
  text-align: right;
  float: right;
  word-break: break-all;
  font-size: 0.18rem;
  color: #fff;
}
