*{box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;margin:auto}
.container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0 124px;width:100%;margin:auto;border:#fbab40;height:100vh;background-color:#242628;background-image:url(./assets/world.svg);background-repeat:no-repeat;background-position-x:center;background-position-y:70px;background-origin:padding-box}
.header{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;padding:0px;font-style:normal}
.header>h1{font-style:normal;font-weight:600;font-size:36px;line-height:150%;display:flex;align-items:center;text-align:center;color:#ffffff}
.header>p{font-style:normal;font-weight:400;font-size:24px;line-height:150%;text-align:center;color:#ffffff;flex-grow:0;margin:16px 0px}
.logo{margin-top:10px;margin-bottom:40px}
.logo>img{width:480px}
.mao-image{margin:30px 0 0 0;text-align:center}
.mao-image>img{max-width:300px;width:100%;height:auto;border-radius:8px}
.learn-more{display:flex;flex-direction:column;align-items:center}
.learn-more>button{background:#f6821f;border-radius:4px;border:none;width:240px;margin-top:30px;height:55px;color:#ffffff;text-align:center;font-weight:600;font-size:20px;line-height:19px;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.25);cursor:pointer}
.learn-more>button:disabled{background:#999999;cursor:not-allowed}
.learn-more>button.success{background:#07B001}
.china-text{color:red;font-weight:900}
@media screen and (max-width:1024px){.container{background-size:contain;background-position-y:center;padding:40px 20px}
.logo>img{width:360px}
.mao-image>img{max-width:300px}
.header>h1{font-size:28px}
.header>p{font-size:20px}
}@media screen and (max-width:600px){.container{background-size:contain;background-position-y:center;padding:40px 16px;height:auto;min-height:100vh}
.logo{margin-bottom:40px}
.logo>img{width:280px}
.mao-image>img{max-width:240px}
.header>h1{font-size:24px;text-align:center}
.header>p{font-size:21px;margin:12px 0px}
.learn-more>button{width:240px;height:48px;font-size:18px}
}.counter-wrapper{margin-top:20px;text-align:center}
.loader{width:120px;height:22px;border-radius:40px;color:#F1A254;border:2px solid;position:relative;overflow:hidden;margin:0 auto}
.loader::before{content:"";position:absolute;margin:2px;width:14px;top:0;bottom:0;left:-20px;border-radius:inherit;background:currentColor;box-shadow:-10px 0 12px 3px currentColor;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%,-30px 50%);animation:l14 1s infinite linear}
@keyframes l14{100%{left:calc(100% + 20px)}
}.counter{font-size:30px;font-weight:bold;color:#ff0000;text-shadow:0 0 10px rgba(255,0,0,0.5);animation:pulse 2s infinite}
@keyframes pulse{0%{transform:scale(1)}
50%{transform:scale(1.05)}
100%{transform:scale(1)}
}@media screen and (max-width:600px){.counter{font-size:28px}
}.counter-text{font-size:22px;color:#F1A254;margin-top:10px;text-align:center}
.footer{margin-top:20px;text-align:center}
.email{font-size:16px;color:#666666;opacity:0.8}
@media screen and (max-width:600px){.counter-text{font-size:18px}
}