* {
  padding: 0;
  margin: 0;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
a {
  text-decoration: none;
}
/* 下载页面 */
.download-wrap {
  margin: 0.24rem 0.24rem 0;
  color: #565656;
  font-size: 0.26rem;
}
.download-wrap .download-item {
  padding: 0.4rem 0.32rem;
  background: #ffffff;
  border-radius: 0.16rem;
}
.download-wrap .download-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.download-wrap .download-item .app-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.26rem;
}
.download-wrap .download-item .app-info .app-name {
  font-size: 0.36rem;
  color: #f05a23;
  font-weight: 600;
}
.app-link {
  display: flex;
  align-items: center;
  width: 1.76rem;
  height: 0.64rem;
  background: #fdeee9;
  border-radius: 0.56rem;
}
.app-link span {
  margin: 0 0.22rem 0 0.4rem;
  font-size: 0.28rem;
  color: #f05a23;
  font-weight: 600;
}
.app-link img {
  width: 0.4rem;
  height: 0.4rem;
}
.app-desc {
  font-size: 0.26rem;
  color: #565656;
  line-height: 0.4rem;
}
.app-desc b {
  color: #181818;
  font-weight: 500;
}

/* 微信提示弹窗样式 */
.weixin {
  display: none; /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明遮罩 */
  z-index: 9; /* 置于顶层 */
}

.weixin img {
  position: absolute;
  width: 180px;
  top: 10px;
  right: 20px;
}
.container {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
  font-size: 0.24rem;
}
.banner {
  position: absolute;
  background: url(/app_inc/pingan/v40/futures_mobile/images/download/top-banner.png) no-repeat;
  width: 100%;
  height: 3.76rem;
}
.content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.top-wrap {
  /* position: absolute;
  top: 0;
  right: 0; */
  text-align: center;
  width: 100%;
  height: 3.76rem;
  color: #fff;
  background: url(/app_inc/pingan/v40/futures_mobile/images/download/top-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0 1.6rem;
  box-sizing: border-box;
}
.top-wrap .title {
  font-size: 0.74rem;
  background: linear-gradient(78deg, #fffaf6 0, #fff5eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.top-wrap .sub-title {
  font-size: 0.3rem;
  line-height: 0.34rem;
  margin-top: 0.09rem;
}
.middle-wrap {
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 0;
  padding: 2.8rem 0.8rem 0.8rem;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 249, 0) 20%,
    rgba(255, 252, 250, 0.8) 30%,
    #fffdfa 35%,
    #ffffff 100%
  );
}
.middle-wrap .middle-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.middle-item img {
  width: 0.8rem;
  height: 0.8rem;
}
.middle-item .label {
  margin: 0.24rem 0 0.12rem;
  color: #685348;
  font-size: 0.3rem;
  line-height: 0.34rem;
}
.middle-item .desc {
  text-align: center;
  color: #999;
  line-height: 0.28rem;
}
.btn-wrap {
  position: absolute;
  width: 100%;
  top: 8rem;
}
.btn {
  border-radius: 0.45rem;
  margin: 0.3rem;
  padding: 0.24rem 0 0.24rem 0;
  text-align: center;
  font-size: 0.36rem;
  height: 1rem;
  box-sizing: border-box;
}
.btn-download {
  color: #fff;
  background-image: linear-gradient(270deg, #fa641f 0, #fa2c16 100%);
}
.btn-open {
  color: #fa3317;
  border: 0.02rem solid #fa3317;
}
.download-footer-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 11rem;
  margin: auto;
  line-height: 0.39rem;
  color: #9a9a9a;
  width: 100%;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
}
.download-footer-wrap a {
  color: #9a9a9a;
}
.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
}
.footer-tips {
  text-align: center;
  color: #bdbdbd;
  font-size: 0.2rem;
  line-height: 0.23rem;
  margin-top: 0.3rem;
}
