.product-page-skeleton{width:90%;max-width:1280px;min-height:70vh;margin:54px auto 0;display:flex;gap:6%;align-items:flex-start}.product-page-skeleton__content>div,.product-page-skeleton__media{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 50%,#f3f3f3 75%);background-size:200% 100%;animation:product-skeleton-loading 1.4s infinite}.product-page-skeleton__media{width:54%;aspect-ratio:1/1}.product-page-skeleton__content{width:40%;padding-top:20px}.product-page-skeleton__content>div{height:24px;margin-bottom:20px}.product-page-skeleton__content>div:nth-child(2){width:75%}.product-page-skeleton__content>div:nth-child(3){height:50px;margin-top:80px}.product-page-message{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:16px}.product-page-message button{min-width:120px;height:40px;border:0;color:#fff;background:#000;cursor:pointer}.product-detail-page{background-color:#fff;padding-top:20px}@keyframes product-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:1030px){.product-page-skeleton{width:365px;margin-top:70px;display:block}.product-page-skeleton__content,.product-page-skeleton__media{width:100%}.product-page-skeleton__content>div:nth-child(3){margin-top:40px}}.mini-qrcode-dialog{display:flex;flex-direction:column;background-color:#fff;padding:20px;border-radius:20px;font-size:14px;width:280px}