﻿/* 下载 */

.download-new {
  padding-bottom: 0.2rem;
}
.download-new .top {
  height: 0.84rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  color: #3e3e3e;
  font-size: 0.18rem;
  font-weight: 500;
}
.download-new .block-wrapper {
  padding: 0.23rem 0.08rem;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  margin: 0.12rem 0.12rem 0 0.12rem;
}
.download-new .block-wrapper .left {
  width: 1.27rem;
  height: 1.145rem;
  background: #f3f3f3;
  border-radius: 8.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.download-new .block-wrapper .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right .title {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  color: #349ff3;
  line-height: 0.19rem;
}
.right .desc {
  font-size: 0.13rem;
  font-weight: 500;
  text-align: left;
  margin-top: 0.05rem;
}
.right .desc .label {
  font-weight: 600;
}
.right .operate-tip {
  font-size: 0.125rem;
  color: #349ff3;
  margin-top: 0.05rem;
}
.btn {
  font-size: 0.135rem;
  height: 0.25rem;
  background: #ffffff;
  border: 0.5px solid #349ff3;
  border-radius: 4.5px;
  color: #349ff3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.08rem;
  padding: 0.01rem 0.01rem;
}
.down-btn {
  min-width: 0.9rem;
  max-width: 1.1rem;
}
.open-xch-btn {
  width: 1rem;
}
.down-btn img,
.open-xch-btn img {
  margin-right: 0.02rem;
}

/* 遮罩弹窗 */
.open-out {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.9;
}
.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;
}

