.nfc-reader{width:100vw;min-height:100vh;background-color:#fff;overflow:auto;display:flex;flex-direction:column}.nfc-reader .center-section{position:relative;margin:30px auto 57px;width:292px;height:292px;display:flex;justify-content:center;align-items:center;border-radius:10%}.nfc-reader .center-section .s-card{position:absolute;left:50%;top:76px;margin-left:-55px;width:110px;height:66px;background:#3863ea;border-radius:8px}.nfc-reader .center-section img{position:absolute;left:50%;top:82px;margin-left:-50px;width:100px;height:172px}.nfc-reader .center-section .staticCircle{position:absolute;border-radius:50%;opacity:.05;background-color:#3863ea}.nfc-reader .center-section .staticCircle:nth-child(1){width:70px;height:70px}.nfc-reader .center-section .staticCircle:nth-child(2){width:140px;height:140px}.nfc-reader .center-section .staticCircle:nth-child(3){width:210px;height:210px}.nfc-reader .center-section .staticCircle:nth-child(4){width:280px;height:280px}.nfc-reader .center-section .circle{position:absolute;width:60px;height:60px;border-radius:50%;opacity:.05;background-color:#3863ea}.nfc-reader .center-section .circle:nth-child(1){animation:anim 3s linear infinite}.nfc-reader .center-section .circle:nth-child(2){animation:anim 3s linear .5s infinite}.nfc-reader .center-section .circle:nth-child(3){animation:anim 3s linear 1.3s infinite}.nfc-reader .center-section .circle:nth-child(4){animation:anim 3s linear 2.1s infinite}@keyframes anim{0%{opacity:.3;transform:scale(0)}to{opacity:0;transform:scale(5)}}.nfc-reader .center-section .cardAnim{position:absolute;left:50%;margin-left:-55px;width:110px;height:66px;background:#3863ea;border-radius:8px;animation:cardAnim .3s linear}@keyframes cardAnim{0%{top:76px}to{top:112px}}.nfc-reader .tips{flex:1;width:100%}.nfc-reader .tips p:nth-child(1){margin-bottom:7px;font-family:PingFangSC-Medium;font-size:20px;color:#000;text-align:center}.nfc-reader .tips p:nth-child(2){font-family:PingFangSC-Regular;font-size:14px;color:#888;text-align:center}.nfc-reader .bottom-drop{box-sizing:border-box;display:flex;justify-content:space-between;padding:30px 16px 20px;width:100%;height:70px;background:#3863ea;border-radius:16px 16px 0 0}.nfc-reader .bottom-drop .drop-left{font-family:PingFangSC-Regular;font-size:14px;color:#fff}.nfc-reader .bottom-drop .drop-right{font-family:PingFangSC-Medium;font-size:16px;color:#fff}.van-nav-bar__text{color:#3863ea}.van-hairline--bottom:after{border:none}
