123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479 |
- .h-30vh {
- height: 30vh;
- }
- .overflow-hidden {
- overflow: hidden;
- }
- .absolute {
- position: absolute;
- }
- .relative {
- position: relative;
- }
- .left-1\/2 {
- left: 50%;
- }
- .-top-25 {
- top: -6.25rem;
- }
- .-bottom-1px {
- bottom: -1px;
- }
- .left-0 {
- left: 0px;
- }
- .right-0 {
- right: 0px;
- }
- .w-full {
- width: 100%;
- }
- .w-250 {
- width: 62.5rem;
- }
- .transform {
- --tw-translate-x: 0;
- --tw-translate-y: 0;
- --tw-translate-z: 0;
- --tw-rotate: 0;
- --tw-rotate-x: 0;
- --tw-rotate-y: 0;
- --tw-rotate-z: 0;
- --tw-skew-x: 0;
- --tw-skew-y: 0;
- --tw-scale-x: 1;
- --tw-scale-y: 1;
- --tw-scale-z: 1;
- -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- }
- .-translate-x-1\/2 {
- --tw-translate-x: -50%;
- }
- @keyframes spin {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(-360deg);
- transform: rotate(-360deg);
- }
- }
- @-webkit-keyframes spin {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(-360deg);
- transform: rotate(-360deg);
- }
- }
- .animate-spin {
- -webkit-animation: spin 1s linear infinite;
- animation: spin 1s linear infinite;
- }
- .animate-duration-200000 {
- -webkit-animation-duration: 200000ms;
- animation-duration: 200000ms;
- }
- @media (min-width: 768px) {
- .md\:-top-55 {
- top: -13.75rem;
- }
- .md\:w-360 {
- width: 90rem;
- }
- }
- @media (min-width: 1024px) {
- .lg\:-top-70 {
- top: -17.5rem;
- }
- .lg\:w-420 {
- width: 105rem;
- }
- }
- @media (min-width: 1536px) {
- .\32 xl\:-top-25vw {
- top: -25vw;
- }
- .\32 xl\:w-130vw {
- width: 130vw;
- }
- }
- @font-face {
- font-family: Outfit;
- src: url(/fonts/outfit/Outfit-Regular.ttf);
- font-weight: 400;
- unicode-range: U+30-39, U+61-7A, U+41-5A;
- }
- @font-face {
- font-family: Outfit;
- src: url(/fonts/outfit/Outfit-Medium.ttf);
- font-weight: 500;
- unicode-range: U+30-39, U+61-7A, U+41-5A;
- }
- @font-face {
- font-family: Outfit;
- src: url(/fonts/outfit/Outfit-Bold.ttf);
- font-weight: 700;
- unicode-range: U+30-39, U+61-7A, U+41-5A;
- }
- .anniversary-page .anniversary-page__container * {
- font-family: Outfit, -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
- }
- @media (min-width: 768px) {
- .md\:hidden {
- display: none;
- }
- }
- .text-right {
- text-align: right;
- }
- .max-w-22rem {
- max-width: 22rem !important;
- }
- .max-w-35rem {
- max-width: 35rem !important;
- }
- @media screen and (min-width: 768px) {
- .\>sm\:hidden {
- display: none;
- }
- }
- @media screen and (max-width: 640px) {
- .sm\:max-w-7rem {
- max-width: 7rem !important;
- }
- .sm\:max-w-8rem {
- max-width: 8rem !important;
- }
- .sm\:max-w-9rem {
- max-width: 9rem !important;
- }
- .sm\:max-w-10rem {
- max-width: 10rem !important;
- }
- .sm\:max-w-12rem {
- max-width: 12rem !important;
- }
- .sm\:max-w-14rem {
- max-width: 14rem !important;
- }
- .sm\:max-w-17rem {
- max-width: 17rem !important;
- }
- }
- .anniversary-page .anniversary-page__container {
- background-image: url(/images/anniversary/background.png);
- padding-bottom: 12.5rem;
- background-repeat: no-repeat;
- background-size: contain;
- display: flex;
- flex-direction: column;
- gap: 8rem;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-page__container {
- padding-bottom: 4.5rem;
- gap: 1rem;
- }
- }
- .anniversary-page .anniversary-banner {
- min-height: calc(100vh - 80px);
- display: flex;
- align-items: center;
- }
- @media screen and (max-height: 700px) {
- .anniversary-page .anniversary-banner {
- align-items: flex-start;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container {
- display: flex;
- flex-direction: column;
- align-items: center;
- max-width: 1168px;
- margin: 0 auto;
- padding-top: 6rem;
- padding-bottom: 6rem;
- }
- @media (max-height: 900px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container {
- padding-top: 12rem;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__logo {
- width: 288px;
- height: 400px;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__logo {
- width: 122px;
- height: 175px;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title {
- color: black;
- font-size: 74px;
- font-weight: 700;
- text-align: center;
- padding-top: 1rem;
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma {
- width: 4rem;
- height: 100%;
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma::before {
- content: "\FF0C";
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma {
- display: none;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title div {
- display: inline-block;
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title span {
- color: #007FFF;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title {
- display: flex;
- align-items: center;
- flex-direction: column;
- line-height: 62px;
- font-size: 42px;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title.en {
- font-size: 68px;
- font-weight: 500;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title.en {
- font-size: 36px;
- font-weight: 700;
- line-height: 42px;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description {
- font-size: 21px;
- padding: 1rem 115px;
- text-align: center;
- margin-bottom: 0.75rem;
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description.en {
- padding: 1rem 100px;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description.en {
- padding: 1rem;
- font-size: 12px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description {
- padding: 1rem;
- font-size: 12px;
- }
- }
- .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__button {
- background-color: #007FFF;
- color: white;
- border-radius: 9999px;
- border: none;
- padding: 4px 2rem;
- font-size: 22px;
- }
- .anniversary-page .anniversary-section .anniversary-section__container {
- margin: 0 auto;
- padding: 0 1rem;
- max-width: 1168px;
- }
- .anniversary-page .anniversary-section.heading {
- margin-bottom: 6rem;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.heading {
- margin-bottom: 5rem;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container {
- color: black;
- display: flex;
- flex-direction: column;
- gap: 2rem;
- }
- @media (max-width: 639.9px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container {
- gap: 1rem;
- width: unset;
- max-width: 27rem;
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container.zh {
- max-width: 25rem;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom {
- transition: transform 800ms cubic-bezier(0.34, -0.32, 0.19, 1.08);
- transition-delay: var(--slide-delay, 0ms);
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom:not(.windi-1109hck):not(.active) {
- transform: translateY(80%);
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom.windi-1109hck:not(.active) {
- --tw-translate-y: calc(80% + -30px);
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: -webkit-inline-flex;
- display: inline-flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-weight: 700;
- font-size: 104px;
- line-height: 1;
- margin-bottom: 1.2rem;
- grid-gap: 0.75rem;
- gap: 0.75rem;
- width: 100%;
- overflow: hidden;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
- font-size: 64px;
- line-height: 1;
- }
- }
- @media (max-width: 640px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
- font-size: 52px;
- line-height: 1;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: -webkit-inline-flex;
- display: inline-flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 100px;
- }
- @media (max-width: 639.9px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon {
- height: 50px;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-1 {
- height: 100%;
- }
- @media (max-width: 639.9px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-1 {
- display: none;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-2 {
- height: 100%;
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-small {
- padding: 0 1rem;
- }
- @media (min-width: 640px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-small {
- display: none;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-small .change-how-we-innovate-share {
- font-weight: 700;
- font-size: 36px;
- line-height: 1;
- line-height: 70px;
- position: relative;
- text-indent: 68px;
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-small .and-interact {
- font-weight: 700;
- font-size: 36px;
- line-height: 1;
- position: relative;
- text-align: right;
- }
- @media (max-width: 639.9px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large {
- display: none;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .change-how-we-innovate {
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-weight: 700;
- font-size: 72px;
- line-height: 1;
- position: relative;
- overflow: hidden;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .change-how-we-innovate {
- font-size: 50px;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact {
- font-size: 72px;
- line-height: 1;
- padding-top: 30px;
- font-weight: 700;
- display: flex;
- justify-content: center;
- overflow: hidden;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact {
- font-size: 50px;
- }
- }
- .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact.en {
- justify-content: flex-start;
- }
- .anniversary-page .anniversary-section.accessible {
- margin-bottom: -6rem;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.accessible {
- margin-bottom: 0rem;
- }
- }
- .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
- text-align: center;
- font-size: 62px;
- font-weight: 700;
- }
- .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 span {
- color: #007fff;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
- font-size: 36px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
- font-size: 24px;
- }
- }
- .anniversary-page .anniversary-section.benifits {
- margin-bottom: -4.5rem;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.benifits {
- margin-bottom: 0rem;
- }
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container {
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- align-items: end;
- gap: 3rem;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container {
- gap: 1rem;
- }
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-end;
- height: 100%;
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
- padding: 58px;
- color: #121314;
- font-weight: 500;
- font-size: 42px;
- flex: 1;
- width: 100%;
- display: flex;
- align-items: flex-end;
- justify-content: flex-start;
- }
- @media screen and (max-width: 768px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
- padding: 40px;
- font-size: 24px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
- padding: 16px;
- font-size: 14px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child.en {
- padding-right: 0;
- }
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card {
- background-color: #f3f3f3;
- border-radius: 62px;
- overflow: hidden;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card {
- border-radius: 18px;
- }
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card > img:not(.active) {
- transform: translateY(-80%);
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card > img.active {
- animation: 800ms 1 slide-from-top cubic-bezier(0.25, 0.46, 0.45, 0.94);
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card {
- border-radius: 62px;
- overflow: hidden;
- background-size: contain;
- background-image: url(/images/anniversary/benifit-2-bg.png);
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card {
- border-radius: 18px;
- }
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card > img:not(.active) {
- transform: translateY(80%);
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card > img.active {
- animation: 800ms 1 slide-from-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94);
- }
- .anniversary-page .anniversary-section.benifits .anniversary-section__container img {
- width: 100%;
- }
- .anniversary-page .anniversary-section.connect .card {
- position: relative;
- display: flex;
- align-items: flex-end;
- flex-direction: column;
- font-weight: 500;
- font-size: 42px;
- color: black;
- background-color: #f5f5f5;
- border-radius: 66px;
- background-image: url(/_next/static/images/connect-bg-f591277b05754272a67e028dcbc1e01a.png);
- background-size: contain;
- background-repeat: no-repeat;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.connect .card {
- font-size: 16px;
- border-radius: 18px;
- }
- }
- .anniversary-page .anniversary-section.connect .navigate-button {
- padding-top: 2rem;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.connect .navigate-button {
- padding-top: 1.1rem;
- }
- }
- .anniversary-page .anniversary-section.connect .navigate-button .button {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- background-color: transparent;
- border: 2px black solid;
- padding: 0.75rem 2rem;
- border-radius: 4rem;
- }
- @media screen and (max-width: 768px) and (min-width: 640px) {
- .anniversary-page .anniversary-section.connect .navigate-button .button {
- border-width: 1px;
- padding: 0.45rem 1.2rem;
- }
- .anniversary-page .anniversary-section.connect .navigate-button .button .arrow-left {
- width: 81px;
- height: 45px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.connect .navigate-button .button {
- border-width: 1px;
- padding: 0.25rem 1rem;
- }
- .anniversary-page .anniversary-section.connect .navigate-button .button .arrow-left {
- width: 54px;
- height: 30px;
- }
- }
- .anniversary-page .anniversary-section.connect .metamask-icon {
- position: absolute;
- left: 0;
- bottom: 0;
- transform: scale(0.4) translateX(-370px) translateY(640px);
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.connect .metamask-icon {
- transform: scale(0.15) translateX(-1580px) translateY(1840px);
- }
- }
- .anniversary-page .anniversary-section.connect .imkey-icon {
- position: absolute;
- left: 0;
- bottom: 0;
- transform: scale(0.8) translateX(20px) translateY(-90px);
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.connect .imkey-icon {
- transform: scale(0.3) translateX(-40px) translateY(-40px);
- }
- }
- .anniversary-page .anniversary-section.tokenhub {
- margin-top: 10rem;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub {
- margin-top: 5rem;
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title {
- text-align: center;
- margin: 0 auto;
- margin-bottom: 50px;
- display: flex;
- justify-content: center;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title h3 {
- font-size: 62px;
- font-weight: 700;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title h3 {
- font-size: 24px;
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title span {
- color: #007FFF;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title {
- margin-bottom: 20px;
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card {
- position: relative;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: right;
- background-color: #f5f5f5;
- padding: 75px;
- border-radius: 66px;
- font-weight: 500;
- color: black;
- display: flex;
- flex-direction: column;
- height: 420px;
- overflow: hidden;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation-container {
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation {
- height: 100%;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card {
- font-size: 16px;
- padding: 24px;
- border-radius: 18px;
- height: 150px;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation {
- transform: translateX(20px);
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] {
- margin-top: auto;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- color: white;
- background-color: #007FFF;
- border: none;
- border-radius: 9999px;
- padding: 0.5rem 2rem;
- font-size: 32px;
- gap: 0.25rem;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] {
- font-size: 11px;
- padding: 0.25rem 1rem;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] .arrow-left {
- width: 6px;
- height: 10px;
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description {
- max-width: 400px;
- flex: 1;
- font-size: 42px;
- position: relative;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description:not(.zh) {
- line-height: 1.3;
- max-width: 490px;
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description:not(.zh) {
- max-width: 150px;
- }
- }
- @media screen and (max-width: 640px) {
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description {
- padding-top: 0.25rem;
- max-width: 180px;
- font-size: 14px;
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description.zh {
- font-size: 16px;
- max-width: 150px;
- }
- }
- .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description + div {
- position: relative;
- }
- @keyframes slide-from-top {
- 0% {
- transform: translateY(-80%);
- }
- 100% {
- transform: translateY(0%);
- }
- }
- @keyframes slide-from-bottom {
- 0% {
- transform: translateY(80%);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .windi-o3zaxq {
- display: inline-block;
- height: 55px;
- margin-bottom: 5px;
- }
- .windi-o3zdct {
- display: inline-block;
- height: 65px;
- margin-bottom: 5px;
- }
- .windi-14d11x5 {
- height: 60px;
- position: absolute;
- top: -10px;
- left: 15%;
- }
- .windi-odphbs {
- display: inline-block;
- height: 100px;
- margin-right: 1rem;
- }
- .windi-1jkqlwy {
- display: inline-block;
- height: 100px;
- }
- .windi-1109hck {
- display: inline-block;
- height: 120px;
- margin-right: 3.75rem;
- --tw-translate-x: 0;
- --tw-translate-y: 0;
- --tw-translate-z: 0;
- --tw-rotate: 0;
- --tw-rotate-x: 0;
- --tw-rotate-y: 0;
- --tw-rotate-z: 0;
- --tw-skew-x: 0;
- --tw-skew-y: 0;
- --tw-scale-x: 1;
- --tw-scale-y: 1;
- --tw-scale-z: 1;
- -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
- --tw-translate-y: -30px;
- --tw-translate-x: 3rem;
- }
- .windi-10z9n45 {
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: end;
- -ms-flex-align: end;
- -webkit-align-items: flex-end;
- align-items: flex-end;
- padding-top: 5%;
- padding-bottom: 5%;
- padding-right: 5%;
- }
- @media (max-width: 639.9px) {
- .windi-10z9n45 {
- font-size: 14px;
- }
- }
- .windi-e4wi42 {
- display: none;
- }
- @media (max-width: 639.9px) {
- .windi-e4wi42 {
- display: block;
- }
- }
- .download-btn {
- width: 190px;
- height: 48px;
- background: #468BDF;
- border-radius: 8px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: 500;
- font-size: 18px;
- color: #FAFCFF;
- }
- @media (max-width: 860px) {
- .download-wrapper {
- display: flex;
- justify-content: center;
- }
- }
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- /* stylelint-disable */
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
- .ant-divider {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.65);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5;
- list-style: none;
- -webkit-font-feature-settings: 'tnum';
- font-feature-settings: 'tnum';
- background: #e8e8e8;
- }
- .ant-divider,
- .ant-divider-vertical {
- position: relative;
- top: -0.06em;
- display: inline-block;
- width: 1px;
- height: 0.9em;
- margin: 0 8px;
- vertical-align: middle;
- }
- .ant-divider-horizontal {
- display: block;
- clear: both;
- width: 100%;
- min-width: 100%;
- height: 1px;
- margin: 24px 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-center,
- .ant-divider-horizontal.ant-divider-with-text-left,
- .ant-divider-horizontal.ant-divider-with-text-right {
- display: table;
- margin: 16px 0;
- color: rgba(0, 0, 0, 0.85);
- font-weight: 500;
- font-size: 16px;
- white-space: nowrap;
- text-align: center;
- background: transparent;
- }
- .ant-divider-horizontal.ant-divider-with-text-center::before,
- .ant-divider-horizontal.ant-divider-with-text-left::before,
- .ant-divider-horizontal.ant-divider-with-text-right::before,
- .ant-divider-horizontal.ant-divider-with-text-center::after,
- .ant-divider-horizontal.ant-divider-with-text-left::after,
- .ant-divider-horizontal.ant-divider-with-text-right::after {
- position: relative;
- top: 50%;
- display: table-cell;
- width: 50%;
- border-top: 1px solid #e8e8e8;
- -webkit-transform: translateY(50%);
- -ms-transform: translateY(50%);
- transform: translateY(50%);
- content: '';
- }
- .ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
- .ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
- display: inline-block;
- padding: 0 10px;
- }
- .ant-divider-horizontal.ant-divider-with-text-left::before {
- top: 50%;
- width: 5%;
- }
- .ant-divider-horizontal.ant-divider-with-text-left::after {
- top: 50%;
- width: 95%;
- }
- .ant-divider-horizontal.ant-divider-with-text-right::before {
- top: 50%;
- width: 95%;
- }
- .ant-divider-horizontal.ant-divider-with-text-right::after {
- top: 50%;
- width: 5%;
- }
- .ant-divider-inner-text {
- display: inline-block;
- padding: 0 24px;
- }
- .ant-divider-dashed {
- background: none;
- border-color: #e8e8e8;
- border-style: dashed;
- border-width: 1px 0 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
- border-top: 0;
- }
- .ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
- .ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
- .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
- .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
- border-style: dashed none none;
- }
- .ant-divider-vertical.ant-divider-dashed {
- border-width: 0 0 0 1px;
- }
- .section-wrap {
- display: flex;
- justify-content: center;
- margin: 0 auto;
- padding: 70px 0 70px 0;
- }
- .section-wrap .section-inner {
- width: 100%;
- max-width: 1168px;
- }
- .section-wrap .section-inner .title {
- font-size: 32px;
- line-height: 42px;
- text-align: center;
- color: #191C1E;
- font-weight: 300;
- }
- .section-wrap .section-inner .subtitle {
- font-size: 17px;
- line-height: 28px;
- text-align: center;
- color: #777A8C;
- margin-top: 10px;
- font-weight: 300;
- }
- @media (max-width: 1024px) {
- .section-wrap .section-inner {
- padding: 0 30px;
- }
- .section-wrap .section-inner .title {
- font-size: 25px;
- line-height: 29px;
- text-align: left;
- }
- .section-wrap .section-inner .subtitle {
- font-size: 15px;
- line-height: 28px;
- text-align: left;
- }
- }
- .section-wrap .section-inner > .flex-row.feature-row {
- justify-content: space-around;
- align-items: flex-start;
- margin-top: 45px;
- margin-bottom: 45px;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column {
- width: 290px;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div {
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div .title {
- font-size: 21px;
- line-height: 25px;
- color: #43454f;
- margin-bottom: 14px;
- margin-top: 24px;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div .subtitle {
- font-size: 17px;
- line-height: 25px;
- color: #949ea6;
- text-align: center;
- margin-top: 0;
- font-weight: 300;
- }
- @media (max-width: 1024px) {
- .section-wrap .section-inner > .flex-row.feature-row {
- flex-flow: column nowrap;
- align-items: center;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column {
- flex-flow: row nowrap;
- width: calc(100vw - 50px);
- margin-bottom: 30px;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div {
- flex-flow: row nowrap;
- align-items: flex-start;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div img {
- width: 33px;
- height: 33px;
- flex: none;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div {
- padding-left: 20px;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div .title {
- text-align: left;
- font-size: 17px;
- margin-top: 0;
- padding-left: 0;
- margin-bottom: 9px;
- font-weight: 400;
- }
- .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div .subtitle {
- text-align: left;
- font-size: 13px;
- line-height: 19px;
- }
- }
- .section-wrap .section-inner > .flex-row {
- justify-content: space-around;
- align-items: center;
- margin-top: 45px;
- }
- .section-wrap .section-inner > .flex-row .text-part {
- max-width: 440px;
- }
- .section-wrap .section-inner > .flex-row .text-part p {
- text-align: left;
- }
- .floating-bar-wrapper {
- position: sticky;
- width: fit-content;
- margin-right: 40px;
- left: 100%;
- bottom: 40px;
- z-index: 99999;
- cursor: pointer;
- }
- @media (max-width: 960px) {
- .floating-bar-wrapper {
- margin-right: 20px;
- margin-bottom: 30px;
- bottom: 20px;
- }
- }
- .activity-entry-img {
- width: 120px;
- height: 90px;
- image-rendering: pixelated;
- }
- .checksum-wrapper {
- width: 457px;
- background: #FAFAFA;
- padding: 15px;
- padding-top: 35px;
- border-radius: 16px;
- position: relative;
- z-index: 0;
- top: -25px;
- }
- .checksum-wrapper .checksum_header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- cursor: pointer;
- }
- .checksum-wrapper .arrow-bottom {
- transition: all 0.2s;
- }
- .checksum-wrapper .checksum_line {
- display: flex;
- align-items: center;
- }
- .checksum-wrapper .apk-version {
- font-size: 12px;
- font-weight: 400;
- color: #191C1E;
- text-align: left;
- padding-top: 20px;
- padding-left: 15px;
- }
- .checksum-wrapper .verify-security {
- font-size: 12px;
- font-weight: 400;
- color: #191C1E;
- }
- .checksum-wrapper .learn-more-wrppaer {
- display: flexbox;
- padding: 15px 0;
- }
- .checksum-wrapper .learn-more {
- line-height: 20px;
- margin-top: 2px;
- margin-bottom: 20px;
- padding-bottom: 20px;
- margin-right: 4px;
- }
- .checksum-wrapper .checksum_body {
- margin-top: 10px;
- background: #FFFFFF;
- border-radius: 8px;
- }
- .checksum-wrapper .checksum_body .hash-block {
- text-align: left;
- width: 427px;
- padding: 15px 15px 0 15px;
- color: #555555;
- font-size: 12px;
- font-weight: normal;
- }
- .checksum-wrapper .checksum_body .hash-block .name {
- word-wrap: break-word;
- color: #191C1E;
- }
- .checksum-wrapper .checksum_body .hash-block .hash {
- word-wrap: break-word;
- color: #9598AB;
- margin-top: 5px;
- }
- .checksum-wrapper .checksum_expand {
- width: 16px;
- height: 16px;
- margin-left: 7px;
- }
- @media (max-width: 860px) {
- .checksum-wrapper {
- width: 100%;
- }
- .checksum-wrapper .checksum_body .hash-block {
- width: 100%;
- }
- }
- .fake-warning {
- width: 457px;
- background: #FFFAF0;
- border: 0.5px solid #F9EAC8;
- box-sizing: border-box;
- border-radius: 16px;
- position: relative;
- margin-top: 35px;
- padding: 15px 24px;
- text-align: left;
- z-index: 1;
- }
- .fake-warning a {
- font-size: 13px;
- font-weight: 400;
- }
- .fake-warning div {
- font-size: 13px;
- font-weight: 400;
- }
- .fake-warning .make-sure-correct-addr {
- margin-right: 50px;
- }
- .fake-warning .fake-warning__line {
- width: 418px;
- height: 1px;
- background: #F9EAC8;
- border-radius: 16px;
- margin: 10px 0;
- }
- .fake-warning .learn-more {
- display: flex;
- align-items: center;
- }
- .fake-warning .learn-more .learn-more-link {
- color: #D87400;
- font-size: 13px;
- margin-right: 5px;
- }
- .guard-img {
- position: absolute;
- right: -2.89px;
- top: -25px;
- }
- .right-domain {
- margin-top: 6px;
- }
- .fake-tip-item {
- display: flex;
- align-items: center;
- margin: 3px 0;
- position: relative;
- }
- .fake-tip-item .list-prefix {
- width: 4px;
- height: 4px;
- border-radius: 50%;
- flex-shrink: 0;
- background: black;
- margin-right: 5px;
- position: absolute;
- top: 8px;
- left: -8px;
- }
- @media (max-width: 860px) {
- .fake-tip-wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- .fake-tip-wrapper .make-sure-correct-addr {
- margin-right: 0;
- }
- .fake-warning {
- width: 100%;
- }
- .fake-warning .fake-warning__line {
- width: 100%;
- }
- .guard-img {
- display: none;
- }
- }
- .security-section-wrapper {
- text-align: center;
- }
- .security-section-wrapper .security-section_title {
- font-weight: 300;
- font-size: 32px;
- line-height: 42px;
- text-align: center;
- letter-spacing: 1px;
- color: #191C1E;
- }
- .security-section-wrapper .security-section_desc {
- font-family: PingFang SC, sans-serif;
- font-size: 17px;
- line-height: 28px;
- letter-spacing: -0.128571px;
- color: #9598AB;
- margin: 20px 0;
- }
- .security-title-section-wrapper .security-title-section_title {
- font-weight: 300;
- font-size: 24px;
- line-height: 42px;
- letter-spacing: 1px;
- color: #191C1E;
- }
- .security-title-section-wrapper .security-title-section_desc {
- font-weight: 300;
- font-size: 17px;
- line-height: 18px;
- color: #9598AB;
- }
- @media (max-width: 860px) {
- .security-section-wrapper {
- text-align: left;
- width: 100%;
- }
- .security-section-wrapper .security-section_title {
- text-align: left;
- font-size: 25px;
- }
- .security-section-wrapper .security-section_desc {
- text-align: left;
- font-size: 15px;
- margin-top: 0;
- margin-bottom: 0;
- }
- }
- .link-block-wrapper {
- width: 1018px;
- height: 115px;
- background: #FFFFFF;
- border: 1px solid #EEEFF0;
- margin: 36px 0;
- display: flex;
- padding: 30px;
- justify-content: space-between;
- align-items: center;
- transition: 0.2s background;
- border-radius: 8px;
- }
- .link-block-wrapper .link-block_info-wrapper {
- display: flex;
- align-items: center;
- }
- .link-block-wrapper .link-block_info-wrapper .link-block_info {
- margin-left: 20px;
- }
- .link-block-wrapper .link-block_title {
- font-weight: 500;
- font-size: 21px;
- line-height: 26px;
- color: #43454F;
- }
- .link-block-wrapper .link-block_desc {
- font-weight: 300;
- font-size: 17px;
- line-height: 17px;
- color: #9598AB;
- margin-top: 12px;
- }
- .direction-link-block_arrow {
- width: 24px;
- height: 24px;
- }
- .action-link-block_action-button {
- width: 150px;
- height: 45px;
- background: #538CD9;
- border-radius: 8px;
- font-size: 16px;
- font-weight: 500;
- line-height: 24px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FFFFFF;
- cursor: pointer;
- }
- .action-link-block_action-button:hover {
- background: #468BDF;
- }
- @media (max-width: 860px) {
- .link-block-wrapper {
- width: 100%;
- height: 120px;
- padding: 24px 26px 24px 15px;
- margin-top: 18px;
- }
- .link-block-wrapper .link-block_info-wrapper {
- margin-right: 33px;
- }
- .link-block-wrapper .link-block_info-wrapper .link-block_info {
- margin-left: 0;
- }
- .link-block-wrapper .link-block_title {
- font-size: 17px;
- font-weight: 400;
- }
- .link-block-wrapper .link-block_desc {
- font-size: 13px;
- }
- }
- .contact-block-wrapper {
- width: 485px;
- height: 157px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 8px;
- border: 1px solid #EEEFF0;
- }
- .contact-block-wrapper .contact-block_desc {
- margin-top: 20px;
- font-weight: 300;
- font-size: 15px;
- line-height: 17px;
- color: #9598AB;
- }
- .contact-block-wrapper .contact-block_action-button {
- cursor: pointer;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 8px;
- width: 340px;
- height: 45px;
- border: 1px solid #468BDF;
- transition: 0.2s background;
- }
- @media (max-width: 860px) {
- .contact-block-wrapper {
- width: 100%;
- margin-top: 18px;
- height: 130px;
- }
- }
- .bread-crumb_text {
- color: #9598AB;
- }
- .breadcrumb-separator {
- margin: 0 8px;
- }
|