body {margin: 0px;padding: 0px;width: 100%;height: 100%;box-sizing: border-box;display: flex;justify-content: center;}#page-ms {margin: 0 0;width: 100%;max-width: 580px;display: flex;flex-direction: column;height: 100%;background-color: #000;}.header {position: fixed;max-width: 580px;z-index: 99;background-color: #000;margin-bottom: 0;padding-left: 0.2rem;padding-right: 0.2rem;}.header > img {width: 100%;margin-top: 0.2rem;margin-bottom: 0.2rem;}header img {width: 100%;height: auto;}footer {position: fixed;bottom: 0px;left: 50%;transform: translateX(-50%);width: 100%;max-width: 580px;text-align: center;z-index: 99;background-color: #000;padding-top: 0.2rem;padding-bottom: 0.2rem;}footer button {background: linear-gradient( to bottom, rgb(238, 239, 248) 0%, rgb(241, 217, 255) 50%, rgb(172, 195, 253) 100% );height: 1rem;color: #000;border: none;text-align: center;font-size: 0.3rem;font-weight: 700;cursor: pointer;border-radius: 0.1rem;max-width: 580px;width: 94vw;margin: 0 auto;display: flex;align-items: center;justify-content: center;}footer button::before {content: "";position: absolute;top: 0;left: -75%;width: 50%;height: 100%;background: rgba(255, 255, 255, 0.3);transform: skewX(-25deg);transition: left 0.5s ease;}footer button:hover::before {left: 130%;}nav {text-align: center;background-color: #2d2c2f;padding: 0 0;border-radius: 0.1rem;max-width: 580px;font-size: 18px;display: flex;justify-content: space-around;}nav button {background: none;border: none;cursor: pointer;font-size: 0.25rem;font-family: "sans-serif";color: #fff;width: 1.2rem;height: 0.7rem;border-radius: 0.16rem;flex: 1;text-align: center;}nav button[aria-selected="true"] {background-color: #00d1c0;}main {margin-top: 0;padding-top: 3.4rem;padding-bottom: 1.6rem;background-color: #fff;border-radius: 5px;max-width: 580px;background-color: #000;position: relative;padding-left: 0.2rem;padding-right: 0.2rem;}main img {width: 100%;}main div[role="tabpanel"] {display: none;}main div[role="tabpanel"]:not([hidden]) {display: block;}.lazy-image {opacity: 0;transition: opacity 0.3s ease-in-out;}.lazy-image[src] {opacity: 1;}.lazy-image:not([src]) {background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size: 200% 100%;animation: loading 1.5s infinite;}@keyframes loading {0% {background-position: 200% 0;}100% {background-position: -200% 0;}}.kefu {position: fixed;right: 0px;top: 5rem;width: 1.5rem;z-index: 109;animation: myfirst 1s infinite ;}html {font-size: 54.5638px;}#opStatusBar {height: 5px;background-color: #6c6c6c;display: none;}.gm-bg {position: absolute;z-index: 0;max-width: 580px;min-height: 200px;overflow-y: hidden;}@media screen and (max-width: 350px) {.header {width: 94vw;}}@media screen and (min-width: 580px) {.content-div-right {margin-left: 50px;}main {padding-top: 4rem;}.header {left: 50%;transform: translateX(-50%);width: 560px;padding-left: 0rem;padding-right: 0rem;}.header > img {max-width: 580px;margin: 0.2rem auto;}footer button {width: 560px;}}.qrcode-content {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 219px;height: 240px;border-radius: 10px;padding: 10px;overflow: hidden;background: #f1f1f1;display: flex;align-items: center;justify-content: center;display: none;z-index: 11;justify-items: center;background-color: #f1dcdc;}.qrcode-content p {font-size: 16px;text-align: center;font-weight: bold;margin-top: 1px;margin-bottom: 8px;}#qrcode {width: 230px;height: 230px;}@keyframes myfirst {from {transform: scale(1) }50% {transform: scale(.9) }to {transform: scale(1) }}footer button p.cta-animate {font-size: 1.2em;font-weight: bold;color: #fff;background: linear-gradient(90deg, #ff512f, #f09819, #ff512f);background-size: 200% 100%;border-radius: 8px;padding: 0.2em 1.2em;letter-spacing: 2px;text-shadow: 0 2px 8px rgba(0,0,0,0.25);animation: cta-gradient-move 2s linear infinite, cta-bounce 1.2s infinite;box-shadow: 0 4px 16px rgba(255,81,47,0.15);transition: transform 0.2s;text-transform: uppercase;display: inline-block;margin: 0;}@keyframes cta-gradient-move {0% {background-position: 0% 50%;}100% {background-position: 100% 50%;}}@keyframes cta-bounce {0%, 100% {transform: scale(1);}20% {transform: scale(1.08);}40% {transform: scale(0.98);}60% {transform: scale(1.04);}80% {transform: scale(0.97);}}