body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{background-color:#faf9de}#root,body,html{width:100%;height:100%}.spinner{display:inline-block;width:100px;height:100px;border-radius:50%;border:6px solid #000;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}.spinner__container{display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:-100px;width:100%;height:100%;z-index:10}.Album{position:relative}.Album__item{display:flex;align-items:center;margin-bottom:10px;border-bottom:.5px dotted;border-color:green}.Album__item__title{text-align:left}.Album__item__title-failed{background-color:red}.Album__item__title-success{background-color:#90ee90}.Album__item__button{margin-left:auto;font-size:20px;border-radius:5px}.Album__onekey_download{font-size:30px;border-radius:5px;margin-bottom:40px}.Album__onekeyDownload__reminder-success{display:inline;font-size:15px;background-color:#90ee90}.Album__onekeyDownload__reminder-failure{display:inline;font-size:15px;background-color:red;margin-left:30px}.Album__onekeyDownload__button{font-size:20px;margin-bottom:16px}.ReminderText__list li,.ReminderText__title{font-size:20px;text-align:left;line-height:40px}.ReminderText__title{color:#ff6209;font-weight:900}.PayViewIframe{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center;z-index:1000;background-color:rgba(1,1,1,.6)}.PayViewIframe__container{position:absolute;top:0;background-color:#fff;width:min(900px,100%);height:700px}.PayViewIframe__reminder{top:0;height:70px;font-size:18px}.PayViewIframe__reminder,.PayViewIframe__reminder2{position:absolute;display:flex;width:100%;background-color:#fff;align-items:center;justify-content:center}.PayViewIframe__reminder2{top:70px;height:30px;background-color:#ff0;font-size:14px}.PayViewIframe__result{position:absolute;display:flex;width:100%;height:100px;background-color:#fff;align-items:center;justify-content:center;font-size:18px;color:red}.PayViewIframe__frame{position:absolute;top:0;width:100%;height:700px}.FreeDownloadReminderView{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center;z-index:1000;background-color:rgba(1,1,1,.6)}.FreeDownloadReminderView__container{position:absolute;top:0;background-color:#fff;width:min(900px,100%);height:300px}.FreeDownloadReminderView__text{position:absolute;top:20px;left:60px;font-size:30px;color:#00f}.FreeDownloadReminderView__count{position:absolute;justify-content:center;align-items:center;top:80px;left:60px;font-size:20px;color:red}.App{text-align:center;position:relative;height:auto;min-height:100%;width:100%}.App__offical{display:block;position:absolute;top:0;right:30px}.App__main{margin-top:80px;margin-left:auto;margin-right:auto;width:80%;padding-bottom:200px}.App__main__input_area{display:flex;justify-content:center;align-items:center;height:50px}.App__input{font-size:20px;height:100%;flex-grow:1;margin-right:20px}.App__download{height:50px;font-size:26px;background-color:#e0ffd8;border-color:green;border-width:3px;border-radius:5px;color:#ff5f85;font-weight:900;padding-left:45px;padding-right:45px}.App__error{margin-top:30px;font-size:16px;width:auto;color:red;font-weight:600;padding:5px}.App_bottom{position:absolute;bottom:50px;margin-top:100px;width:100%}.App__browser_recommend{margin-bottom:15px}.App__footer{color:red;margin:auto}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}