.pcDownload_Wrap{
 width:100%;height:100%;
 min-height:calc(100vh);
 background:url(pc-bg.png) 0 0/100% 100% no-repeat
}
.pcDownload_Wrap .container {
 margin:0 auto;
 width:1200px;
 height:955px;
 display:flex;
 flex-direction:row;
 padding-top:100px
}
.pcDownload_Wrap .container .Cover {
 width:654px;
 height:852px
}

.pcDownload_Wrap .container .rightBox {
 width:386px;
 text-align:center;
 padding-top:42px;
 display:flex;
 flex-direction:column;
 align-items:center
}
.pcDownload_Wrap .container .rightBox .logoBox {
 display:flex;
 align-items:center;
 justify-content:center;
 font-size:38px;
 font-weight:500;
 color:#000;
font-family:blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif
}
.pcDownload_Wrap .container .rightBox .logoBox .logo {
 width:56px;
 height:56px;
 margin-right:16px;border-radius: 10px;box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.pcDownload_Wrap .container .rightBox .storeTitle {
 margin-top:20px;
 text-align:center;
 font-size:32px;
 font-weight:500;
 height:40px;
 color:#000
}
.pcDownload_Wrap .container .rightBox .storeSub {
 margin-top:20px;
 text-align:left;
 font-size:14px;
 line-height:23px;text-indent: 2em;
 white-space:pre-wrap;
 color:rgba(0,0,0,.8)
}
.pcDownload_Wrap .container .rightBox .qrCode {
 width:160px;
 height:160px;
 padding:12px;
 background-color:#fff;
 border-radius:10px
}
.pcDownload_Wrap .container .rightBox .copyTxt {
 font-size:16px;
 font-weight:700;
 text-align:center;
 color:#222;
 line-height:24px;
 white-space:pre-wrap
}
.pcDownload_Wrap .container .rightBox .copyTxt .copyTxt1 {
 display:flex;
 align-items:center;
 justify-content:center
}
.pcDownload_Wrap .container .rightBox .copyTxt .copyTxt1 .mobile {
 width:14px;
 height:19px;padding-right:5px;
}

.rightBox .clickToCopy {
 width:164px;
 height:44px;
 background-color:#2d3037;
 border-radius:8px;
 font-size:14px;
 font-weight:400;
 color:#d7dadf;
 display:flex;
 align-items:center;
 justify-content:center;
 margin: auto;
}
.copyIcon {
 width:25px;
 height:25px;
 margin-right:8px
}
