.software-download-page{
  min-height:100%;
  background:transparent url('./assets/withdraw/page-bg.png') 50% 0/100% 100% repeat-y;
  color:#fff;
}
.software-download-head{
  position:relative;
  display:flex;
  align-items:center;
  height:50px;
  padding:0 11px;
  color:#fff;
  font-size:20px;
  font-weight:500;
  line-height:24px;
  text-align:center;
}
.software-download-head>button{
  flex:0 0 23px;
  width:23px;
  height:23px;
  margin-right:4px;
  padding:0;
  border:0;
  background:transparent;
}
.software-download-head>button img{display:block;width:100%;height:100%;object-fit:contain}
.software-download-head>div{flex:1;padding-right:27px}
.software-download-content{padding:16px}
.software-download-section{margin:0 0 23px}
.software-download-section h2{
  margin:0 0 5px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  line-height:32px;
}
.software-download-section>p{
  margin:2px 0 8px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:21px;
}
.software-download-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  height:50px;
  margin:9px 0 0;
  padding:0;
  border:0;
  border-radius:9px;
  background:rgba(245,236,255,.12);
  color:#fff;
  text-align:left;
}
.software-download-name{
  display:flex;
  min-width:0;
  align-items:center;
  margin:14px;
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:20px;
}
.software-download-name img{
  flex:0 0 23px;
  width:23px;
  height:23px;
  margin-right:7px;
  object-fit:contain;
}
.software-download-action{
  display:flex;
  flex:0 0 84px;
  width:84px;
  height:29px;
  margin:11px 14px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:114px;
  background:linear-gradient(rgba(64,47,71,.12),rgba(252,245,255,.12));
  color:#fff;
  font-size:14px;
  font-weight:400;
  line-height:27px;
}
.software-wallet-section{margin-bottom:23px}
.software-other-section{margin-bottom:0}
.software-robot{
  display:flex;
  align-items:center;
  width:100%;
  height:50px;
  margin:9px 0 0;
  padding:0;
  border:0;
  background:transparent url('./assets/software/robot-tutorial.webp') 0 0/100% 100% no-repeat;
  color:#fff;
  text-align:left;
}
.software-robot span{
  margin-left:95px;
  color:#fff;
  font-size:16px;
  font-weight:500;
  line-height:50px;
}
