/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container-1keHzC5f{width:100%;height:100vh;background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover}

.container-3-KYPpJc{position:absolute;left:25.83333rem;top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.container-3-KYPpJc.static-pUwSn1Jz{width:6.66667rem;position:static;-ms-transform:scale(0.4);transform:scale(0.4);margin:0 -1.25rem;-ms-flex-pack:center;justify-content:center}.container-3-KYPpJc.static-pUwSn1Jz::before{content:'';display:none !important}.container-3-KYPpJc.static-pUwSn1Jz .title-FNvEQSM9{font-size:1.25rem !important}.container-3-KYPpJc::before{content:'点我，可以与小车互动哦！';display:block;position:absolute;width:9.625rem;height:2.25rem;background:url(/assets/9626e94afb83a542b33829b55f29d033.png) no-repeat center/contain;font-size:.54167rem;font-weight:bold;color:#092246;line-height:1.83333rem;box-sizing:border-box;padding-left:1.66667rem;top:-2.08333rem}.container-3-KYPpJc .car-1567PIKG{width:3.75rem;height:3.45833rem;background:url(/assets/083e3aa03c4f8a4113654653c013c7be.png) no-repeat center/contain;position:relative;margin:0 auto}.container-3-KYPpJc .car-1567PIKG.offline-1wsJ98nl{background-image:url(/assets/083e3aa03c4f8a4113654653c013c7be.png)}.container-3-KYPpJc .car-1567PIKG.online-3dRcujmA{background-image:url(/assets/9bae0a62ae100233c6a2ce98bb5d7659.png)}.container-3-KYPpJc .car-1567PIKG.try-15c8Az75{background-image:url(/assets/3b5423fd2a5f6b5429af6aa4c36b2eaf.png)}.container-3-KYPpJc .title-FNvEQSM9{font-size:.66667rem;color:#fff;text-align:center;font-weight:bold;position:relative;top:-.20833rem;left:-.20833rem}.container-3-KYPpJc .battery-1NXEMwM6{width:.95833rem;height:1.75rem;background:url(/assets/80fd126a206e4fc24c67aa7a1f12894b.png) no-repeat center/contain}.container-3-KYPpJc .battery-1NXEMwM6.big-1oKJsww-{width:1.91667rem;height:3.5rem;margin-right:.66667rem}.container-3-KYPpJc .battery-1NXEMwM6.full-3_JdWkBP{background-image:url(/assets/80fd126a206e4fc24c67aa7a1f12894b.png)}.container-3-KYPpJc .battery-1NXEMwM6.full-3_JdWkBP.charging-Kt_iaZc6{background-image:url(/assets/e9ca6a66aa047c4bc46903b7cde0eb08.png)}.container-3-KYPpJc .battery-1NXEMwM6.middle-1nXHcJ55{background-image:url(/assets/84bf1481b03bf701764f41df32e4cd82.png)}.container-3-KYPpJc .battery-1NXEMwM6.middle-1nXHcJ55.charging-Kt_iaZc6{background-image:url(/assets/e48a74e5c9a0e844ab933e5c7c9ec40f.png)}.container-3-KYPpJc .battery-1NXEMwM6.low-3TpTxltq{background-image:url(/assets/f9cdccc23463e059895fd6f1289c8c6f.png)}.container-3-KYPpJc .battery-1NXEMwM6.low-3TpTxltq.charging-Kt_iaZc6{background-image:url(/assets/c2afc9dd08126451cfdd481b98d4ed29.png)}

.list-wid1j3fX{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#DB9131;width:33.33333rem;height:1.83333rem;border-radius:1.54167rem;margin:0;padding:0 .95833rem;box-sizing:border-box;box-shadow:inset 0 -4px 3px 0 #F6D179, inset -3px 10px 3px -8px #763505, inset 0 1px 5px 0 #763505}.list-wid1j3fX li{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:1.45833rem;height:1.45833rem;font-size:.66667rem;font-weight:bold;color:#733F00;letter-spacing:0;line-height:1.45833rem;background:url(/assets/8dd39b497f0d016e69107dabfc6a10e5.png) no-repeat center/contain;text-align:center;margin-right:.66667rem}.list-wid1j3fX li:last-child{margin-right:0px}.list-wid1j3fX li.finished-2rxd8dxE{background-image:url(/assets/cb2e48755d0b8c11b487b868e85e87af.png);color:#fff;text-indent:-.25rem}.list-wid1j3fX li.current-3cp6nqp8{-webkit-animation:scale-3jy_RWIz .5s infinite alternate linear;animation:scale-3jy_RWIz .5s infinite alternate linear}@-webkit-keyframes scale-3jy_RWIz{from{transform:scale(1)}to{transform:scale(1.2)}}@keyframes scale-3jy_RWIz{from{transform:scale(1)}to{transform:scale(1.2)}}

.container-2d3ptWla{height:2.66667rem;background:url(/assets/ae3e57fa45b42bba139cfab789f56660.png) no-repeat center;background-size:100% 100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.container-2d3ptWla>div{padding-left:2.33333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%}.container-2d3ptWla>div .backBtn-1-NEwn-P,.container-2d3ptWla>div .closeBtn-2u7tK2G2{-webkit-appearance:none;appearance:none;width:2.41667rem;height:1.83333rem;background:url(/assets/b004ffe010e3847bb7e197d8c5c40f5c.png) no-repeat center/contain;outline:none;border:none;cursor:pointer}.container-2d3ptWla>div .backBtn-1-NEwn-P:active,.container-2d3ptWla>div .closeBtn-2u7tK2G2:active{background-image:url(/assets/69d62db98ea5cc6d44ce0bfa234b2174.png)}.container-2d3ptWla>div .closeBtn-2u7tK2G2{opacity:0;margin-left:.66667rem;background-image:url(/assets/27f06e9efc27656e4877c1cea1f8bc72.png)}.container-2d3ptWla>div .closeBtn-2u7tK2G2:active{background-image:url(/assets/b04ad5be0cd18ee23433aef567c3bd59.png)}.container-2d3ptWla>div h1{font-size:1.16667rem;color:#FFFFFF;letter-spacing:0;line-height:2rem;height:2rem;text-shadow:3px 3px 3px rgba(0,0,0,0.5);margin:0 1.33333rem;max-width:12.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container-2d3ptWla.titleNav-2yQNZ_9O h1{width:auto;max-width:none;max-width:initial}.container-2d3ptWla .right-2npLANUC{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.83333rem;text-shadow:3px 3px 3px rgba(0,0,0,0.5);font-weight:bold;color:#fff}.container-2d3ptWla .right-2npLANUC>*{-ms-flex-negative:0;flex-shrink:0}.container-2d3ptWla .right-2npLANUC .name-Rid16TtG{margin-right:1.33333rem;max-width:4.16667rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container-2d3ptWla .right-2npLANUC .score-11bULJzD{margin-right:1.33333rem}.container-2d3ptWla .right-2npLANUC .helpBtn-QC-u-YNT{margin-right:2.33333rem;outline:none;cursor:pointer;border:none;width:3.79167rem;height:2.54167rem;background:url(/assets/18af4fa1ccf1bcbdc0e17ba846c5f13f.png) no-repeat center/contain;padding:0}

.flex-2ZSUt-4a{height:calc(100% - 2.66667rem);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.flex-2ZSUt-4a>div{width:20.83333rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;background-color:#fff;box-shadow:0 0 .20833rem rgba(0,0,0,0.1);border-radius:.66667rem;padding:1.33333rem 2.66667rem}.flex-2ZSUt-4a>div h1{font-size:1rem;margin:0;margin-bottom:1.33333rem}.flex-2ZSUt-4a>div input{width:100%;border:.04167rem solid #ccc;margin-bottom:1.33333rem;border-radius:.08333rem;padding:.33333rem;outline:none}.flex-2ZSUt-4a>div button{border:.04167rem solid #ccc;border-radius:.08333rem;padding:.33333rem 2.66667rem;font-size:.66667rem;outline:none;cursor:pointer}.data-2W_-Zf9b{display:-ms-flexbox;display:flex;padding:2.66667rem;font-size:.58333rem;color:#333}.data-2W_-Zf9b .left-3iQzlE_r{margin-right:.66667rem}.data-2W_-Zf9b .right-zul3jtcL button{margin-left:1.33333rem;border:.04167rem solid #ccc;border-radius:.08333rem;font-size:.5rem;padding:.33333rem .66667rem;cursor:pointer;outline:none}.data-2W_-Zf9b .right-zul3jtcL input{border:.04167rem solid #ccc;padding:.16667rem .33333rem;outline:none}.data-2W_-Zf9b .left-3iQzlE_r>div,.data-2W_-Zf9b .right-zul3jtcL>div{height:2.08333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.data-2W_-Zf9b .left-3iQzlE_r>div{-ms-flex-pack:end;justify-content:flex-end}

.paper-17cUfVPi{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:url(/assets/8ce8ed0f41a55efac72fd8ecedaba94c.jpg) no-repeat center/cover;background-color:#fff}.paper-17cUfVPi.game-thgOYPQ2{background-image:url(/assets/6f3dacd50f1eb74d56e4f0ca23c31838.jpg);text-align:center;font-size:5rem;padding-top:8.33333rem;box-sizing:border-box;line-height:1.4;color:#fff;font-weight:bold}.paper-17cUfVPi.output-2DM9hq4d{background-image:url(/assets/d4f0eb22de8ededa4e73dcc8b8e85e81.jpg);box-sizing:border-box;padding-top:32.5rem}.paper-17cUfVPi.output-2DM9hq4d>div{font-size:12.5rem;background-image:linear-gradient(#2cf4d1, #22d0e5);text-align:center;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.paper-17cUfVPi.charge-KZXk6FLM{background-image:url(/assets/ee022e6237cc9b2660936713c6b9c0e6.jpg)}.paper-17cUfVPi.head-d-sQlB1h{background-image:url(/assets/a2e5a8ea420e8fdc7c5306236ee1b4ca.jpg)}.paper-17cUfVPi.face-14_qSsma,.paper-17cUfVPi.dance-3WtLRPGq{background-image:url(/assets/5a5bcb039af0547841a7f16eb6ff7d28.jpg)}.paper-17cUfVPi.grass-3aR0Sz_J{background-image:url(/assets/c21c2d56c8e78fafc38a416b55d8d8cf.jpg)}

.content-O268vuwg{height:calc(100% - 2.66667rem);overflow-y:auto;background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover;padding-left:2.33333rem;padding-right:2.33333rem;padding-top:2.33333rem;box-sizing:border-box}.title-3jswrILR{font-size:1.25rem;color:#fff;font-weight:bold;position:relative;left:1.08333rem}.title-3jswrILR::before{background-color:#F14C4D;width:.33333rem;height:1.25rem;content:'';display:block;position:absolute;left:-1rem}.flex-3xXL0eDr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:4.16667rem;margin-top:1.5rem;margin-bottom:1.16667rem}.flex-3xXL0eDr>div{-ms-flex-negative:0;flex-shrink:0}.flex-3xXL0eDr.five-L8RlP_aH>div{margin-bottom:.5rem}.flex-3xXL0eDr.five-L8RlP_aH>div:not(:nth-child(5n)){margin-right:1.08333rem}.flex-3xXL0eDr.four-WTAQIfn1{margin-top:2.33333rem}.flex-3xXL0eDr.four-WTAQIfn1>div:not(:nth-child(4n)){margin-right:1.70833rem}.excellentWork-3ZXsu3Mc{margin-left:1rem;border-radius:.83333rem;overflow:hidden;margin-bottom:2.33333rem}.excellentWork-3ZXsu3Mc .text-25iC87xG{font-size:.91667rem;color:#000;background-color:#fff;height:3.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:3.5rem;box-sizing:border-box;padding:0 .66667rem}.excellentWork-3ZXsu3Mc .cover-1S1lI2KE{width:14.25rem;height:7.125rem;background-color:#ccc;background-position:center;background-repeat:no-repeat;background-size:cover}

.startCreate-xFCd9g9W{cursor:pointer;width:12.08333rem;height:13.08333rem;padding:.20833rem;margin-left:.375rem;margin-bottom:.83333rem;box-sizing:border-box;display:-ms-flexbox;display:flex;position:relative}.startCreate-xFCd9g9W.locked-BTXE29pi{-webkit-filter:brightness(60%);filter:brightness(60%)}.startCreate-xFCd9g9W.locked-BTXE29pi::after{content:'';left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:absolute;width:4.16667rem;height:4.16667rem;background:url(/assets/5a78cea978bfecc445ef9cd10cc82b4f.png) no-repeat center/contain}.startCreate-xFCd9g9W.smaller-3iDV1lqj>div{margin:.6rem}.startCreate-xFCd9g9W>div{width:100%;margin:.41667rem;background:#EEFBFF;border-radius:.83333rem;padding:.41667rem}.startCreate-xFCd9g9W>div>div{width:100%;height:100%;border:.04167rem solid #5391E4;border-radius:.83333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;font-size:1.04167rem;color:#5391E4}.startCreate-xFCd9g9W>div>div>i{margin-bottom:.625rem;display:block;width:2.375rem;height:2.375rem;background:url(/assets/6e6343e0471231e391d2c409fb04aab1.png) no-repeat center/contain}

.container-1uFeyAQO{width:12.08333rem;height:13.08333rem;background:url(/assets/b73d283299f99d93ac80b0d161752d88.png) no-repeat center/contain;position:relative;-ms-flex-negative:0;flex-shrink:0;margin-left:.375rem;margin-bottom:.83333rem;cursor:pointer}.container-1uFeyAQO>button{position:absolute;opacity:0;outline:none;right:0rem;top:0rem;width:2.5rem;height:2.5rem;cursor:pointer}.container-1uFeyAQO>div{position:absolute;bottom:2.25rem;font-size:.91667rem;height:1.25rem;line-height:1.25rem;font-weight:bold;color:#000;width:100%;box-sizing:border-box;padding:0 1.66667rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

.page-2-JdkhSF{width:23.33333rem;height:15.04167rem;position:absolute;left:1.25rem;top:.45833rem;position:relative;overflow:hidden}.page-2-JdkhSF .bg-JA1qedXq{background:url(/assets/3694b17783067426471c8fb6c717d322.png) no-repeat center/contain;position:absolute;width:100%;height:100%;z-index:12;pointer-events:none}.page-2-JdkhSF .pageTitle-EEoRGpYe{-webkit-text-stroke:0.6px #94010E;color:white;background-image:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#FFF900));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.33333rem;font-size:1.33333rem;position:absolute;left:8.95833rem;top:1.58333rem;z-index:20;font-weight:bold}.page-2-JdkhSF .title-Um3Rq-cr{color:white;font-size:1.25rem;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:2.5rem;z-index:12;width:16.66667rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center}.page-2-JdkhSF .item2-3sVQj0IN{height:11.25rem}.page-2-JdkhSF .item2-3sVQj0IN .item2Bg-_AknXM-N{height:100%;transition:all .2s;background-position:center;background-size:cover;position:relative}.page-2-JdkhSF .item2-3sVQj0IN .item2Bg-_AknXM-N::after{content:'';position:absolute;bottom:0rem;height:2.08333rem;background-image:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));width:100%;z-index:12}.page-2-JdkhSF .item2-3sVQj0IN .item2Bg-_AknXM-N>div{color:white;background-image:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#FFF900));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:1rem;position:absolute;bottom:1.33333rem;width:100%;box-sizing:border-box;padding:0 .66667rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:13}.page-2-JdkhSF .slick-slider{width:20rem;position:relative;z-index:11;top:3.33333rem;left:1.66667rem}.page-2-JdkhSF .slick-center .item2Bg-_AknXM-N{margin:.41667rem .41667rem;height:8.33333rem}

.container-1wTMubNH{position:relative;width:100%;height:100%;overflow:hidden}.playBtn-jfqzWlD-{width:3.33333rem;height:3.33333rem;background:url(/assets/067e4399dc37cf3a5acc40edd4d807c4.png) no-repeat center/contain;position:absolute;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:20;cursor:pointer}.cover-2tz2b7qu{width:100%;height:100%;left:0;top:0;position:absolute;background-size:cover;background-position:center}.progress-1h4_tW17{position:absolute;width:100%;bottom:1.25rem;left:0;z-index:12}.progress-1h4_tW17>div{width:90%;height:.25rem;background-color:rgba(255,255,255,0.4);margin:0 auto;border-radius:2.08333rem;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,0.2)}.progress-1h4_tW17>div>div{height:100%;background-color:#fff;border-radius:2.08333rem;position:relative}.progress-1h4_tW17>div>div>div{width:.70833rem;height:.70833rem;position:absolute;background-color:#fff;border-radius:2.08333rem;bottom:-.25rem;right:-.33333rem;box-shadow:0 0 4px rgba(0,0,0,0.2)}

.page-3NcRk3a7{position:absolute}.cover-17gpuFmL{background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-animation:move-3-z7rN9d 2s infinite alternate;animation:move-3-z7rN9d 2s infinite alternate;cursor:pointer;position:relative}.cover-17gpuFmL.locked-3f5DBnXf{-webkit-filter:brightness(60%);filter:brightness(60%)}.cover-17gpuFmL.locked-3f5DBnXf::after{content:'';left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:absolute;width:4.16667rem;height:4.16667rem;background:url(/assets/5a78cea978bfecc445ef9cd10cc82b4f.png) no-repeat center/contain}.shadow-q55bZymn{margin:0 auto;margin-top:.66667rem;display:block;width:7.66667rem;height:1.04167rem;-ms-transform:scale(0.7);transform:scale(0.7);-webkit-animation:scale-1V-j5ZF6 2s infinite alternate;animation:scale-1V-j5ZF6 2s infinite alternate;background:url(/assets/3bd7fffbaa1f7dd95622dfa5a227c8d2.png) no-repeat center/contain}@-webkit-keyframes scale-1V-j5ZF6{0%{transform:scale(0.7)}100%{transform:scale(0.85)}}@keyframes scale-1V-j5ZF6{0%{transform:scale(0.7)}100%{transform:scale(0.85)}}@-webkit-keyframes move-3-z7rN9d{0%{transform:translateY(0)}100%{transform:translateY(10px)}}@keyframes move-3-z7rN9d{0%{transform:translateY(0)}100%{transform:translateY(10px)}}

.page-3ej12Idu{width:22.5rem;height:27.83333rem;background:url(/assets/29231b81a1e6518ba7877ef28248b92c.png) no-repeat center/contain;box-shadow:0 .33333rem .66667rem 0 rgba(0,0,0,0.5);border-radius:1.33333rem;position:absolute;bottom:.83333rem;left:1.625rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.page-3ej12Idu .title-1VqRl43H{-ms-flex-negative:0;flex-shrink:0;color:#fff;font-size:1.16667rem;text-align:center;letter-spacing:.16667rem;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-top:1.33333rem;line-height:2.5rem;height:2.5rem}.page-3ej12Idu .header-37QSFhM-{-ms-flex-negative:0;flex-shrink:0;height:2.5rem;margin:0;padding:0;display:-ms-flexbox;display:flex;list-style:none;-ms-flex-align:center;align-items:center;position:relative}.page-3ej12Idu .header-37QSFhM- li{width:11rem;height:2.5rem;position:absolute;cursor:pointer;z-index:1}.page-3ej12Idu .header-37QSFhM- li.active-F8pKIaDv{z-index:2}.page-3ej12Idu .header-37QSFhM- li.active-F8pKIaDv:nth-child(1){background-image:url(/assets/a61c38ee17d4ee63eb1b3acca15f5418.png)}.page-3ej12Idu .header-37QSFhM- li.active-F8pKIaDv:nth-child(2){background-image:url(/assets/df3612efb9e41335d0a0b1693f0c7c9b.png)}.page-3ej12Idu .header-37QSFhM- li:nth-child(1){left:1.33333rem;background:url(/assets/377122f40075298f3954d8ea058303c6.png) no-repeat center/contain}.page-3ej12Idu .header-37QSFhM- li:nth-child(2){right:1.33333rem;background:url(/assets/66f946ed3fb5ff4a7d671b07529bcdad.png) no-repeat center/contain}.page-3ej12Idu .content-PFgwe2cm{width:19.83333rem;margin:0 auto;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.page-3ej12Idu .content-PFgwe2cm .empty-2pRBMTzy{padding-top:6.08333rem;text-align:center}.page-3ej12Idu .content-PFgwe2cm .empty-2pRBMTzy img{width:3.33333rem}.page-3ej12Idu .content-PFgwe2cm .empty-2pRBMTzy p{color:#B88C6E;line-height:1;margin:0;margin-top:.66667rem}.page-3ej12Idu .content-PFgwe2cm .empty-2pRBMTzy p:nth-child(2){font-size:1rem;font-weight:bold}.page-3ej12Idu .content-PFgwe2cm .empty-2pRBMTzy p:nth-child(3){font-size:.75rem}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg{background:#B88C6E;border-radius:.33333rem;height:calc(100% - 1.33333rem);padding:.66667rem 0;box-sizing:border-box}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul{margin:0;padding:0;list-style:none;height:100%;overflow-y:auto}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;height:3.75rem;background:url(/assets/6ed56038c95a6dfa9108156599e47c26.png) no-repeat center/contain;margin-bottom:.5rem}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li .gold-2KbqXzf7{background:url(/assets/877157803642fa3b47b2a47da5c292ac.png) no-repeat center/contain}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li .silver-8BfjgxeS{background:url(/assets/e6a9f6e972e705b1759a03079faf558e.png) no-repeat center/contain}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li .copper-OoPdjLtg{background:url(/assets/00acfffdac262a5812b473e042a97fe2.png) no-repeat center/contain}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li:last-child{margin-bottom:0}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li>div:first-child{width:2.125rem;height:2.25rem;text-align:center;line-height:2.25rem;font-size:1.04167rem;color:#521E17;font-weight:bold;margin-left:1.125rem;margin-right:1.58333rem;-ms-flex-negative:0;flex-shrink:0}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li>div:nth-child(2){color:#521E17;font-size:1rem;font-weight:bold;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.5}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li>div:nth-child(3){width:3.33333rem;text-align:right;-ms-flex-negative:0;flex-shrink:0;margin-right:1.66667rem;margin-left:.83333rem}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li>div:nth-child(3)>div:first-child{font-size:.5rem;color:#7A5333}.page-3ej12Idu .content-PFgwe2cm .listWrapper-s0VdDuCg ul li>div:nth-child(3)>div:last-child{margin-top:.08333rem;font-size:1.33333rem;color:#A34D2E}.page-3ej12Idu .toTop-1mkYCdOq{width:3.83333rem;height:3.83333rem;cursor:pointer;background:url(/assets/10237bbf19fab7851b362597dee1c266.png) no-repeat center/contain;position:absolute;right:1.66667rem;bottom:1.33333rem}

.head-3vRbqO9H{cursor:pointer;position:absolute;width:5.83333rem;right:.75rem;top:.33333rem;height:5.83333rem;background:url(/assets/e8b115dd47636de0b561d6862b2fd89d.png) no-repeat center/contain}.head-3vRbqO9H>div{width:100%;height:100%;background-size:cover;color:#fff;font-size:.83333rem;position:relative}.head-3vRbqO9H>div.hasAvatar-2YBQ1aCG{width:4.375rem;height:4.375rem;border-radius:.83333rem;position:relative;top:.625rem;left:.66667rem}.head-3vRbqO9H>div.hasAvatar-2YBQ1aCG>span{bottom:.25rem}.head-3vRbqO9H>div>span{font-weight:bold;width:3.75rem;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:1rem;text-align:center;text-shadow:0 0 3px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.page-3WF5jBGp{width:100%;min-height:45.55556rem;background:url(/assets/870d90223be21807bf526bb5b4bec728.png) no-repeat center/100% 100%;position:relative}.offlineTips-2jYGS_pO{width:27.20833rem;height:3.125rem;background:url(/assets/55a755e95e2cb834701d8d34355d2c46.png) no-repeat center/contain;position:absolute;right:25rem;top:.91667rem;line-height:3.125rem;text-align:center;color:#fff;font-size:1rem;font-weight:bold}.backBtn-2wfrtRhj{position:fixed;top:.83333rem;left:.41667rem;-webkit-appearance:none;appearance:none;background:url(/assets/b004ffe010e3847bb7e197d8c5c40f5c.png) no-repeat center/contain;width:2.41667rem;height:1.83333rem;outline:none;border:none;cursor:pointer;z-index:999}.backBtn-2wfrtRhj:active{background:url(/assets/69d62db98ea5cc6d44ce0bfa234b2174.png) no-repeat center/contain}

.btn-1c_WB6RL{width:5.83333rem;height:3rem;background:url(/assets/c9fbb221d2310e7269ed6ab99fc0072c.png) no-repeat center/contain;cursor:pointer;position:absolute;right:.83333rem;top:6.45833rem}

.btn-3lTXg1wB{background-color:transparent;background-color:initial;background-repeat:no-repeat;background-position:center;background-size:contain;outline:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}

.right-Mwe3d_Jp{width:8.66667rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:8.33333rem}.actionBtn-290afm0N{width:8.66667rem;height:4.625rem;margin-bottom:1.66667rem}.actionBtn-290afm0N:last-child{margin-bottom:0}

.middle-2rT-ANLt{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.middle-2rT-ANLt .car-qwiucYr1{width:23.41667rem;height:13.04167rem;background:url(/assets/b6f07a9b8c43bd60fbfdc9cb27c61488.png) no-repeat center/contain}.middle-2rT-ANLt .car-qwiucYr1.online-12vbECIs{background-image:url(/assets/e435247a3cfdc14b7824f32886bdbe80.png)}.middle-2rT-ANLt .car-qwiucYr1.offline-1h5BxX0Q{background-image:url(/assets/b6f07a9b8c43bd60fbfdc9cb27c61488.png)}.middle-2rT-ANLt .car-qwiucYr1.try-1sVJbMU4{background-image:url(/assets/cb983db4d7955829a08be0e1571f0d45.png)}.middle-2rT-ANLt .title-2FvR708A{font-size:1.45833rem;color:#fff;text-shadow:.125rem .125rem .125rem rgba(0,0,0,0.5);font-weight:bold;margin-top:.66667rem;height:1.66667rem;line-height:1.66667rem}.middle-2rT-ANLt p{color:#fff;font-weight:bold;font-size:.83333rem;height:1rem;line-height:1rem;margin-top:.66667rem;margin-bottom:0rem}

.left-2X0lwXaZ{width:17rem;height:17rem;margin-left:8.33333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:relative;padding-bottom:3.33333rem}.left-2X0lwXaZ .middle-1_yR4apr{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.left-2X0lwXaZ .turnBtnWrapper-T9wVDhB5{z-index:0;position:absolute;display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;bottom:0}.keyBtn-2-XhT_aK{width:5.41667rem;height:5.66667rem;-ms-flex-negative:0;flex-shrink:0}.turnBtn-36kRpBnQ{width:5.29167rem;height:5.29167rem}

.container-zgZN6bh9{width:24.83333rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:9.16667rem}.emojiBtn-3IWVJ7oj{width:11.20833rem;height:4.70833rem;margin-bottom:2.33333rem;margin-right:2.33333rem}.emojiBtn-3IWVJ7oj:nth-child(2n){margin-right:0}.emojiBtn-3IWVJ7oj:nth-child(5),.emojiBtn-3IWVJ7oj:nth-child(6){margin-bottom:0}

.content-6rYSrIlE{min-height:calc(100% - 2.66667rem);background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover;box-sizing:border-box;padding:2.66667rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.content-6rYSrIlE .card-22lYniQ-{width:78.54167rem;height:29.91667rem;background:url(/assets/876826835ab731c655b78b81261a4acc.png) no-repeat center/contain;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.marginLeft-2pEWoAMv{margin-left:10.41667rem}

.container-fQKmSI0M{width:100%;min-height:calc(100% - 2.66667rem);background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.container-fQKmSI0M button{position:fixed}.container-fQKmSI0M ul{margin:0;padding:5.33333rem 0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-sizing:border-box}.container-fQKmSI0M ul li{width:16.66667rem;height:23.33333rem;background-color:#fff;border-radius:1.25rem;-ms-flex-negative:0;flex-shrink:0;margin:0 .83333rem;box-shadow:0 .625rem .83333rem #1284D4;cursor:pointer;background-size:contain;box-sizing:border-box;padding:.41667rem}.container-fQKmSI0M ul li .cover-1u3Rt3fC{background-color:grey;height:18.33333rem;width:15.83333rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;background-size:cover;background-repeat:no-repeat;background-position:center}.container-fQKmSI0M ul li .percent-YIU_pvnx{height:.5rem}.container-fQKmSI0M ul li .percent-YIU_pvnx>div{height:100%;background-color:#2ee900}.container-fQKmSI0M ul li .name-1EqEkSR7{box-sizing:border-box;padding:1.04167rem .625rem 0;font-size:1.45833rem}

.container-9my755Zz{background-image:linear-gradient(-180deg, #FEFCFF 0%, #FBF5E4 53%, #F9EBC7 100%);border-radius:.79167rem;box-shadow:0 2px 3px #2F0600;letter-spacing:.16667rem;position:relative;z-index:9999;padding:0 1rem;display:-ms-flexbox;display:flex;box-sizing:border-box;transition:all .2s;max-height:8.33333rem}.container-9my755Zz::before{content:'';width:2.66667rem;height:2.66667rem;background:url(/assets/24ef031f08b989b9395a25586df1d039.png) no-repeat center;background-size:contain;display:inline-block;-ms-flex-negative:0;flex-shrink:0;margin-right:1.33333rem;position:relative;top:.5rem}.container-9my755Zz div{min-height:3.75rem;max-height:8.33333rem;box-sizing:border-box;overflow-y:auto;transition:all .2s}.container-9my755Zz div p{font-size:.91667rem;font-weight:bold;color:#2F0600;margin:1.33333rem 0}

.blocklyMainBackground{stroke-width:0;stroke:none}.blocklyFlyout{background-color:white;border-right:1px solid rgba(0,0,0,0.1)}.blocklyFlyoutBackground{fill:#fff;fill-opacity:0}.blocklyToolboxDiv{background-color:#efefef}.blocklyTreeRow{margin-bottom:.20833rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:all .2s}.blocklyHidden{display:none !important}.blocklyTreeLabel{font-size:.58333rem;color:#333}.blocklyScrollbarBackground{width:.16667rem;height:.16667rem}.blocklyScrollbarHandle{fill:#ddd;rx:0;ry:0}.blocklyScrollbarVertical .blocklyScrollbarHandle{width:.16667rem}.blocklyScrollbarHorizontal .blocklyScrollbarHandle{height:.16667rem}.blocklyWidgetDiv .goog-menu{border-color:transparent;border-radius:.125rem;box-shadow:0 0 .125rem rgba(0,0,0,0.2)}.blocklyWidgetDiv .goog-menu .goog-menuitem-content{color:#333}.cocosContainer-33SvNS7p{margin-top:1.33333rem}.blocklyArea-3JyHuxtE{margin-top:1.33333rem;-ms-flex-positive:1;flex-grow:1;width:100%}.blocklyArea-3JyHuxtE.extraScreen-5P2kLntr{height:calc(820px - 2.66667rem - 3.75rem - 1.33333rem - 1.33333rem)}.rightWrapper-3ldqyLcD{margin-top:1.33333rem;margin-right:1.33333rem;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rightWrapper-3ldqyLcD.fullWidth-2hPEXCgN{margin-left:1.33333rem}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.bg-EYJ7t6V_{position:fixed;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;z-index:99999}.bg-EYJ7t6V_.hasExtraScreen-2uea156a{height:820px}.bg-EYJ7t6V_ .modal-LxKOWHbU{font-size:.58333rem;min-width:18.75rem;min-height:10.41667rem;background-color:#fff;border-radius:.41667rem;box-shadow:0 0 .625rem rgba(0,0,0,0.05);position:relative;padding-bottom:2rem;box-sizing:border-box}.bg-EYJ7t6V_ .modal-LxKOWHbU .closeBtn-jOXBjOFJ{position:absolute;right:.66667rem;top:.33333rem;color:#333;cursor:pointer;font-size:.83333rem}.bg-EYJ7t6V_ .modal-LxKOWHbU .bottom-24rHPX7A{position:absolute;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;width:100%}.bg-EYJ7t6V_ .modal-LxKOWHbU .bottom-24rHPX7A button{font-size:.58333rem;border:none;padding:.41667rem 1rem;border-radius:.20833rem;margin-right:.83333rem;margin-bottom:.83333rem}.bg-EYJ7t6V_ .modal-LxKOWHbU .bottom-24rHPX7A button:nth-child(1){background-color:#ddd;color:#333}.bg-EYJ7t6V_ .modal-LxKOWHbU .bottom-24rHPX7A button:nth-child(2){background-color:#4d90fe;color:#fff}

.container-1JXMj-_p.rightBottom-28pAocJ1{position:fixed;right:6.66667rem;bottom:2.5rem;z-index:9999}.container-1JXMj-_p button{-webkit-appearance:none;appearance:none;outline:none;border:none;width:6.29167rem;height:2.95833rem;margin-right:.33333rem;cursor:pointer}.container-1JXMj-_p button:last-child{margin-right:0rem}.container-1JXMj-_p .run-36miTHpQ{background:url(/assets/31f711794bb106fcf6023201254df5ba.png) no-repeat center/contain}.container-1JXMj-_p .run-36miTHpQ:active{background-image:url(/assets/27e59fcfff3c06e0002b57f05f63b416.png)}.container-1JXMj-_p .reset-3BSzATeD{background:url(/assets/15c736cdefc5c4dc183cfa059f09e64f.png) no-repeat center/contain}.container-1JXMj-_p .reset-3BSzATeD:active{background-image:url(/assets/701512fb46e2c18367cff575a2ff976a.png)}.container-1JXMj-_p .guide-wVWGpwqI{background:url(/assets/26947682d04fe4336cd5be77c2080f09.png) no-repeat center/contain}.container-1JXMj-_p .guide-wVWGpwqI:active{background-image:url(/assets/272671d9e94788cf38b16c95a317706b.png)}.container-1JXMj-_p .debug-3gUmddhO{background:url(/assets/6e75cfc2a3b9f03d52cae43c32466f48.png) no-repeat center/contain}.container-1JXMj-_p .debug-3gUmddhO:active{background-image:url(/assets/786cdc8089f5eb1f30398c3d37885697.png)}.container-1JXMj-_p .debug-3gUmddhO.disabled-1IgalRtk{opacity:.4}.container-1JXMj-_p .checkbox-3KkdAqyY{color:#636b76;font-size:.58333rem;position:absolute;bottom:-1.25rem;width:7.5rem;left:.41667rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:bold}.container-1JXMj-_p .checkbox-3KkdAqyY input{display:none}.container-1JXMj-_p .checkbox-3KkdAqyY input:checked+span{background-image:url(/assets/f2c6f03c39805499580161bdf3a506ff.png)}.container-1JXMj-_p .checkbox-3KkdAqyY span{margin-right:.33333rem;width:.83333rem;height:.83333rem;background:url(/assets/c72390d1785181a6e8bcc20cd3a240c9.png) no-repeat center/contain}.container-1JXMj-_p .checkbox-3KkdAqyY.disabled-1IgalRtk{opacity:.5}

.cocosContainer-O0HEKWN8{margin-top:1.33333rem;margin-left:1.33333rem;margin-right:1.33333rem}.cocosContainer-O0HEKWN8.noMargin-2xAMrFQN{margin:0}

.paper-173mkn0i{width:21.79167rem;height:26.66667rem;background:url(/assets/eb12b6dcd7ceefca128cdc5e9be7b94c.png) no-repeat center/contain;position:fixed;left:20px;bottom:-26.66667rem;z-index:999;transition:bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.paper-173mkn0i.open-2gAAzbyH{bottom:0}.paper-173mkn0i .closeBtn-15sTxvKz{width:2.08333rem;height:2.08333rem;position:absolute;right:2.29167rem;top:3.33333rem;z-index:99;cursor:pointer}.paper-173mkn0i .content-1upAO1XE{position:absolute;top:4.58333rem;height:18.75rem;width:100%;box-sizing:border-box;padding:0 3.33333rem;font-size:.91667rem;color:#601409;line-height:1.4}.paper-173mkn0i .content-1upAO1XE h1{font-size:1.25rem;margin-top:1.33333rem;margin-bottom:.83333rem;color:#2F0600;text-align:center;line-height:1}.paper-173mkn0i .content-1upAO1XE p{text-indent:2em}.paper-173mkn0i .content-1upAO1XE .main-sYNiE3xa{box-sizing:border-box;padding:0 .83333rem;height:14.16667rem;overflow-y:auto}.paper-173mkn0i.big-3nFpJ-Tk{position:relative;background:url(/assets/51d401332e5d4f43f22fa58cffab16e5.png) no-repeat center/100% 100%;height:calc(820px - 2.66667rem);left:auto;bottom:auto;-ms-flex-negative:0;flex-shrink:0}.paper-173mkn0i.big-3nFpJ-Tk .content-1upAO1XE{height:calc(100% - 7.91667rem)}.paper-173mkn0i.big-3nFpJ-Tk .main-sYNiE3xa{height:calc(100% - 4.58333rem)}.paper-173mkn0i.big-3nFpJ-Tk .closeBtn-15sTxvKz{display:none}

.container-1SbTYcGD{width:100%;height:calc(100% - 2.66667rem);overflow:hidden;box-sizing:border-box;border:none;display:block}

.container-39HzPTW7{position:relative;width:16.625rem;height:17rem}.container-39HzPTW7 button{-webkit-appearance:none;appearance:none;outline:none;border:none;width:5.54167rem;height:5.66667rem;background-position:center;background-repeat:no-repeat;background-size:contain;background-color:transparent;position:absolute}.container-39HzPTW7 button:active{opacity:0.6}.container-39HzPTW7 button:nth-child(1){top:0rem;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background-image:url(/assets/73de0443ca332b728638b9a0d8f9b2ac.png)}.container-39HzPTW7 button:nth-child(2){background-image:url(/assets/607d8b4858f142b840db063d1d2cb8d5.png);right:0rem;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.container-39HzPTW7 button:nth-child(3){background-image:url(/assets/26ce50e7aa7b914ca021ac4dcdf26c81.png);left:0rem;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.container-39HzPTW7 button:nth-child(4){background-image:url(/assets/dbc9620ba1f5fd7200965bbedd1f87f8.png);left:50%;bottom:0rem;-ms-transform:translateX(-50%);transform:translateX(-50%)}

.container-Q6tNlMpo{-ms-flex:1;flex:1;padding-right:1.33333rem;padding-top:1.33333rem}.container-Q6tNlMpo .content-3HJGt7_H{background:url(/assets/50a1f622c5474a076a67baa650c53997.png) no-repeat center/contain;height:28.125rem;width:55.33333rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly;box-sizing:border-box;padding:3.75rem 2.91667rem 0 3.33333rem}.container-Q6tNlMpo .content-3HJGt7_H .blocklySvg{background-color:transparent}.container-Q6tNlMpo .content-3HJGt7_H::before{content:'';position:absolute;left:0;bottom:0;width:13.41667rem;height:13.66667rem;background:url(/assets/0cf633c03785aed8ce4ecd57cf8c4519.png) no-repeat center/contain}

.root-Kgb8Gaqj.local-2BI68gIg{display:-ms-flexbox;display:flex}.root-Kgb8Gaqj.normal-11_qjTy2 .container-3DHTYr9E{height:calc(100vh - 2.66667rem)}.container-3DHTYr9E{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.container-3DHTYr9E.hasBg-3VZUh_9z{background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover}.container-3DHTYr9E.extraScreen-19ok1DvU{height:calc(820px - 2.66667rem)}.controlArea-2uCpyX8h{box-sizing:border-box;width:19.125rem;background-color:#ccc;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:1.33333rem}

.root-31ILPKDm{position:absolute;width:10.83333rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;top:20.83333rem;left:6.66667rem}.root-31ILPKDm .car-2sE0YUqN{width:7.5rem;height:7.16667rem;background:url(/assets/ca73ac7a967d1b465402b3703ab23f71.png) no-repeat center/contain;position:relative;z-index:2}.root-31ILPKDm .shadow-35CXy2KH{width:8.33333rem;height:1.5rem;background:url(/assets/3bd7fffbaa1f7dd95622dfa5a227c8d2.png) no-repeat center/contain;margin-top:-.75rem;position:relative;z-index:1}.root-31ILPKDm .btn-2BdiEBKO{cursor:pointer;margin-top:.41667rem;width:10.83333rem;height:4.75rem;background:url(/assets/458c977e5d1a3e6c9740064e759d86d2.png) no-repeat center/contain}

.container-Is7WzXxz{width:16.25rem;height:16.79167rem;background-image:linear-gradient(-180deg, #00A5DC 6%, #0ad 100%);box-shadow:.20833rem 0 .41667rem 0 rgba(18,90,148,0.3),-.20833rem 0 .41667rem 0 rgba(18,90,148,0.3),0 .20833rem .41667rem 0 rgba(18,90,148,0.3),inset 0 .04167rem .16667rem 0 #F0FCFF;border-radius:.66667rem;margin-left:2.33333rem;margin-top:2.33333rem;box-sizing:border-box;padding:.75rem .5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.container-Is7WzXxz .title-2S2hIA7H{color:#fff;font-size:1.04167rem;text-align:center;font-weight:bold;margin-bottom:.83333rem}.container-Is7WzXxz .list-3KQGK1Es{-ms-flex-positive:1;flex-grow:1;list-style:none;padding:0;margin:0;background-image:linear-gradient(-180deg, #F8FEFF 0%, #D4FFFE 100%);box-shadow:0 .04167rem .08333rem 0 #007DA4,inset 0 .04167rem .16667rem 0 #F0FCFF;border-radius:.41667rem;padding-top:1.04167rem}.container-Is7WzXxz .list-3KQGK1Es li{border-bottom:1px dashed #00A5DC;margin:0rem 1.04167rem;font-size:.70833rem;line-height:1rem;color:#0E85A8;margin-bottom:1.25rem;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.container-Is7WzXxz .list-3KQGK1Es li:last-child{text-align:center;border-bottom:none;margin-bottom:0rem}.container-Is7WzXxz .list-3KQGK1Es li button{background-image:linear-gradient(-180deg, #0CDFE1 0%, #00B7B6 100%);box-shadow:.04167rem .04167rem .08333rem 0 rgba(38,135,171,0.25),inset -.04167rem -.04167rem .04167rem 0 #00FAFD,inset .08333rem .08333rem .125rem 0 #C0FFE6;border-radius:.41667rem;border:none;color:#fff;font-size:.83333rem;padding:.25rem .625rem;outline:none}.container-Is7WzXxz .list-3KQGK1Es li .edit-3c4tBr7Y{width:2.58333rem;height:1.04167rem;background:url(/assets/da68753420c296eb77cc8aa141e6f036.png) no-repeat center/contain;font-size:.58333rem;color:#fff;text-align:center;line-height:1.04167rem;font-weight:bold;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;margin:.16667rem 0}

.container-3a-ZDHZd{width:45.375rem;height:31.75rem;display:-ms-flexbox;display:flex}.container-3a-ZDHZd .btns-2CzGeJQc{-ms-flex-negative:0;flex-shrink:0;width:5.16667rem;position:relative}.container-3a-ZDHZd .btns-2CzGeJQc button{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:1.66667rem;right:-.625rem;-webkit-appearance:none;appearance:none;border:none;outline:none;width:3.95833rem;height:8.375rem;background:url(/assets/855e227ff16671eb65533546298d8f5d.png) no-repeat center/contain;font-size:1.04167rem;color:#fff;padding:0rem 1.25rem 0rem 1.58333rem;transition:all .2s;cursor:pointer}.container-3a-ZDHZd .btns-2CzGeJQc button:nth-child(2){top:10.83333rem}.container-3a-ZDHZd .btns-2CzGeJQc button:nth-child(3){top:20rem}.container-3a-ZDHZd .btns-2CzGeJQc button.active-3rz-ISbQ{width:4.375rem;height:9.58333rem;background:url(/assets/acfe807534dbdaab5be54654c3db5413.png) no-repeat center/contain;font-size:1.25rem}.container-3a-ZDHZd .content-1dBMOR3t{-ms-flex-positive:1;flex-grow:1;height:31.75rem;box-sizing:border-box;background:#FFFFFF;box-shadow:-.20833rem 0 .66667rem 0 rgba(18,90,148,0.6),.20833rem 0 .66667rem 0 rgba(18,90,148,0.6),0 .20833rem .66667rem 0 rgba(18,90,148,0.6),inset 0 0 .25rem .08333rem #D6D6D6;border-radius:.625rem;padding:.625rem}.container-3a-ZDHZd .content-1dBMOR3t .inner-4sGjHmyq{height:30.5rem;overflow-y:auto;background:#D9F5FE;border-radius:.625rem}.container-3a-ZDHZd .content-1dBMOR3t .inner-4sGjHmyq>div{display:-ms-flexbox;display:flex;max-height:100%;width:100%;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.container-3a-ZDHZd .content-1dBMOR3t .inner-4sGjHmyq .empty-33Z6gA1Y{margin:0 auto;margin-top:8.33333rem;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.container-3a-ZDHZd .content-1dBMOR3t .inner-4sGjHmyq .empty-33Z6gA1Y>div{width:12.5rem;height:9.625rem;background:url(/assets/1627906a82fd6778460b45119b1109b8.png) no-repeat center/contain}.container-3a-ZDHZd .content-1dBMOR3t .inner-4sGjHmyq .empty-33Z6gA1Y>span{font-size:.83333rem;color:#092246;line-height:.83333rem;margin-top:1rem;white-space:nowrap}.rankCard-2etvw7aO{width:12.91667rem;margin-left:2.33333rem}.rankCard-2etvw7aO div{font-size:.83333rem;display:-ms-flexbox;display:flex;margin-top:1rem}.rankCard-2etvw7aO div span{line-height:1.66667rem;padding:0 12px;box-sizing:border-box}.rankCard-2etvw7aO div span:nth-child(1){background:#5391E4;border-radius:4px;color:#fff;white-space:nowrap}.rankCard-2etvw7aO div span:nth-child(2){-ms-flex-positive:0;flex-grow:0;background:#EEFBFF;border-top-right-radius:4px;border-bottom-right-radius:4px;width:8.54167rem;color:#13698E}.rankList-2aj518DV{position:relative;margin-left:2.33333rem;margin-right:2.33333rem;height:calc(100% - 2rem);margin-top:1rem;-ms-flex-positive:1;flex-grow:1;background-image:linear-gradient(180deg, #00A5DC 6%, #0ad 100%);box-shadow:5px 0 10px 0 rgba(18,90,148,0.3),-5px 0 10px 0 rgba(18,90,148,0.3),0 5px 10px 0 rgba(18,90,148,0.3),inset 0 1px 4px 0 #F0FCFF;border-radius:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rankList-2aj518DV .title-jNlEPTgU{text-align:center;font-size:1.04167rem;color:#fff;margin:1rem 0;font-weight:bold}.rankList-2aj518DV .toTop-1rTd4t6b{position:absolute;width:2.5rem;height:2.5rem;background:url(/assets/29d0387696578b793d10f60e652fc8de.png) no-repeat center/contain;bottom:1rem;right:1rem;cursor:pointer}.rankList-2aj518DV .rankListContent-2wDYqLXu{background-image:linear-gradient(180deg, #F8FEFF 0%, #D4FFFE 100%);box-shadow:0 1px 2px 0 #007DA4;border-radius:.41667rem;border-radius:.41667rem;margin:0 .66667rem .66667rem;-ms-flex-positive:1;flex-grow:1;padding:.66667rem;overflow-y:auto}.rankList-2aj518DV .rankListContent-2wDYqLXu>div{background:#FFFFFF;border:1px solid #C5E7FF;border-radius:.16667rem;height:3.875rem;margin-bottom:.66667rem;color:#092246;font-size:.83333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:last-child{margin-bottom:0rem}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:first-child,.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(2),.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(3){color:#fff;border:none}.rankList-2aj518DV .rankListContent-2wDYqLXu>div .medal-pzJ6M9oV{background-repeat:no-repeat;background-size:contain;background-position:center;height:100%}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:first-child{background-color:#FF6D72}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:first-child .medal-pzJ6M9oV{background-image:url(/assets/eb676c22142cc3607c97217a2252c20e.png)}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(2){background-color:#FFC636}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(2) .medal-pzJ6M9oV{background-image:url(/assets/69a4c3963104d84d1875b6d0cb627650.png)}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(3){background-color:#6BBCFF}.rankList-2aj518DV .rankListContent-2wDYqLXu>div:nth-child(3) .medal-pzJ6M9oV{background-image:url(/assets/30842011eeb852ed2392c0f60d7ea128.png)}.rankList-2aj518DV .rankListContent-2wDYqLXu>div>div:nth-child(1){margin-left:.83333rem;margin-right:1.58333rem;width:2.04167rem;text-align:center}.rankList-2aj518DV .rankListContent-2wDYqLXu>div>div:nth-child(2){-ms-flex-positive:1;flex-grow:1}.rankList-2aj518DV .rankListContent-2wDYqLXu>div>div:nth-child(3){margin-right:3rem;text-align:center}.rankList-2aj518DV .rankListContent-2wDYqLXu>div>div:nth-child(3)>div{margin:.16667rem 0}

.list-3RqcmOYq{list-style:none;padding:0}.list-3RqcmOYq li{display:-ms-flexbox;display:flex;border-radius:.25rem;background-color:#fff;margin:0 .41667rem .66667rem;-ms-flex-align:center;align-items:center}.list-3RqcmOYq li>div:first-child{width:3.5rem;height:1.41667rem;background:#5391E4;border-radius:.25rem;color:#fff;line-height:1.41667rem;text-align:center;font-size:.66667rem;-ms-flex-negative:0;flex-shrink:0}.list-3RqcmOYq li>div:nth-child(2){font-size:.66667rem;color:#13698E;line-height:1.41667rem;margin-left:.625rem;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-3RqcmOYq li>div:nth-child(3){width:2.58333rem;height:1.04167rem;background:url(/assets/da68753420c296eb77cc8aa141e6f036.png) no-repeat center/contain;font-size:.58333rem;color:#fff;text-align:center;line-height:1.04167rem;font-weight:bold;margin-right:.5rem;-ms-flex-negative:0;flex-shrink:0}.list-3RqcmOYq .quit-YOy_ps5b{height:2.25rem;background:url(/assets/78ec39eca2e45b2f5c3fc66acf315977.png) no-repeat center/contain;cursor:pointer}

.container-1mymydhi{width:54.58333rem;height:31.75rem;background-color:#fff;border-radius:.83333rem;box-sizing:border-box;padding:3rem;box-shadow:-5px 0 16px 0 rgba(18,90,148,0.6),5px 0 16px 0 rgba(18,90,148,0.6),0 5px 16px 0 rgba(18,90,148,0.6),inset 0 0 6px 2px #D6D6D6}.container-1mymydhi .top-JaYYaAOe{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.container-1mymydhi .content-gobTvu0u{height:19.5rem;border:1px solid #919191;border-radius:.16667rem;margin-top:2.33333rem;overflow-y:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.container-1mymydhi .content-gobTvu0u ul{margin:0;padding:0;list-style:none}.container-1mymydhi .content-gobTvu0u ul li{font-size:.83333rem;margin:.91667rem 0;color:#00A5DC;cursor:pointer}.selectInput-j1d_DsAd,.input-2eqbr0Z9{border:1px solid #919191;border-radius:.16667rem;padding:.33333rem .5rem;font-size:.83333rem;color:#333;outline:none}.input-2eqbr0Z9{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-2eqbr0Z9.disabled-38gl2qlW{opacity:.4}.input-2eqbr0Z9::before{content:'';display:block;width:.75rem;height:.75rem;margin-right:.5rem;background:url(/assets/2ad1d3fa923308e316f24e5f98a07218.png) no-repeat center/contain}.input-2eqbr0Z9 input{outline:none;border:none}.empty-3PHO4w6N{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.empty-3PHO4w6N div:first-child{color:#d00}.empty-3PHO4w6N div:last-child{margin:1rem auto;width:7.375rem;height:1.79167rem;background:url(/assets/adb5f476807b00e408beb7e561626587.png) no-repeat center/contain}

.rc-cascader {
  font-size: 12px;
}
.rc-cascader-menus {
  font-size: 12px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  white-space: nowrap;
}
.rc-cascader-menus-hidden {
  display: none;
}
.rc-cascader-menus.slide-up-enter,
.rc-cascader-menus.slide-up-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-cascader-menus.slide-up-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-cascader-menus.slide-up-enter.slide-up-enter-active.rc-cascader-menus-placement-bottomLeft,
.rc-cascader-menus.slide-up-appear.slide-up-appear-active.rc-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: SlideUpIn;
          animation-name: SlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-cascader-menus.slide-up-enter.slide-up-enter-active.rc-cascader-menus-placement-topLeft,
.rc-cascader-menus.slide-up-appear.slide-up-appear-active.rc-cascader-menus-placement-topLeft {
  -webkit-animation-name: SlideDownIn;
          animation-name: SlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-cascader-menus.slide-up-leave.slide-up-leave-active.rc-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: SlideUpOut;
          animation-name: SlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-cascader-menus.slide-up-leave.slide-up-leave-active.rc-cascader-menus-placement-topLeft {
  -webkit-animation-name: SlideDownOut;
          animation-name: SlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-cascader-menu {
  display: inline-block;
  width: 100px;
  height: 192px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e9e9e9;
  overflow: auto;
}
.rc-cascader-menu:last-child {
  border-right: 0;
}
.rc-cascader-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  position: relative;
}
.rc-cascader-menu-item:hover {
  background: #eaf8fe;
}
.rc-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: #ccc;
}
.rc-cascader-menu-item-disabled:hover {
  background: transparent;
}
.rc-cascader-menu-item-loading:after {
  position: absolute;
  right: 12px;
  content: 'loading';
  color: #aaa;
  font-style: italic;
}
.rc-cascader-menu-item-active {
  background: #d5f1fd;
}
.rc-cascader-menu-item-active:hover {
  background: #d5f1fd;
}
.rc-cascader-menu-item-expand {
  position: relative;
}
.rc-cascader-menu-item-expand-icon {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 16px;
  line-height: 32px;
}
@-webkit-keyframes SlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes SlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@-webkit-keyframes SlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes SlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes SlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@keyframes SlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@-webkit-keyframes SlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes SlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
}

.container-310hFbfs{width:100%;min-height:calc(100% - 2.66667rem);background:url(/assets/eddafdeb2367db5ac324208fa1b4026d.jpg) no-repeat center/cover;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.container-310hFbfs .left-Wy6Dn4mg{width:20.5rem;height:31.75rem;background-image:linear-gradient(-180deg, #65E3EF 0%, #25ACCF 100%);box-shadow:-.20833rem 0 .66667rem 0 rgba(18,90,148,0.6),.20833rem 0 .66667rem 0 rgba(18,90,148,0.6),0 .20833rem .66667rem 0 rgba(18,90,148,0.6),inset 0 0 .25rem .08333rem #34BBD6;border-radius:.875rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11{height:28.95833rem;width:19.5rem;background:#78B9DA;border:.08333rem solid #30838E;border-radius:.95833rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2{background-color:#fff;height:27.95833rem;width:18.5rem;border-radius:.83333rem;position:relative}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2::before{content:'';display:block;width:5.04167rem;height:1.83333rem;position:absolute;background:url(/assets/4808697a67b0778494049526cdcd41a6.png) no-repeat center/contain;top:-1.83333rem;left:1.25rem}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .title-17Fi3mq0{height:2.83333rem;background:url(/assets/f27e93c1ad24a8dcef3a73f3f9592368.png) no-repeat center/100% 100%;line-height:2.83333rem;color:#fff;font-size:1.04167rem;text-align:center;font-weight:bold;margin-top:1.08333rem}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX{height:23.04167rem;background:#D9F5FE;border-radius:.20833rem;margin:.5rem;padding-top:.70833rem;box-sizing:border-box}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX .avatar-1NC5likN{height:10.875rem;width:8.75rem;background:url(/assets/76610dcb30e172a410fcdbc67570cfc0.png) no-repeat center/contain;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX .avatar-1NC5likN .img-1ucTU8Lo{margin-top:1.25rem;margin-bottom:.33333rem;position:relative}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX .avatar-1NC5likN .img-1ucTU8Lo div{width:6.83333rem;height:5.875rem;background:url(/assets/7f244e1e5ff8f10f3c98fac76fa092d6.png) no-repeat center/contain;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;z-index:2}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX .avatar-1NC5likN .img-1ucTU8Lo i{position:absolute;top:.41667rem;left:.95833rem;width:4.75rem;height:4.75rem;background:url(/assets/541b3c1b19bf9274e37031b8aba24b3d.png) no-repeat center/contain;border-radius:50%;border:.08333rem solid skyblue;z-index:1}.container-310hFbfs .left-Wy6Dn4mg .inner-CojAuG11 .content-3dWWLZo2 .info-XwIZ_TuX .avatar-1NC5likN .name-2X6V5P8D{width:5.75rem;height:1.5rem;box-sizing:border-box;padding:0rem 1rem;background:url(/assets/193fb364f3bf589c2a367046235d6490.png) no-repeat center/contain;color:#fff;font-size:.75rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.5rem;text-align:center}

.rankList-2AukEuDy{position:relative;margin-left:8.33333rem;margin-right:8.33333rem;height:calc(100% - 2rem);margin-top:1rem;-ms-flex-positive:1;flex-grow:1;background-image:linear-gradient(180deg, #00A5DC 6%, #0ad 100%);box-shadow:5px 0 10px 0 rgba(18,90,148,0.3),-5px 0 10px 0 rgba(18,90,148,0.3),0 5px 10px 0 rgba(18,90,148,0.3),inset 0 1px 4px 0 #F0FCFF;border-radius:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rankList-2AukEuDy .title-1SX-VZUw{text-align:center;font-size:1.04167rem;color:#fff;margin:1rem 0;font-weight:bold}.rankList-2AukEuDy .toTop-2gJoe0en{position:absolute;width:2.5rem;height:2.5rem;background:url(/assets/29d0387696578b793d10f60e652fc8de.png) no-repeat center/contain;bottom:1rem;right:1rem;cursor:pointer}.rankList-2AukEuDy .rankListContent-3bCpnIFc{background-image:linear-gradient(180deg, #F8FEFF 0%, #D4FFFE 100%);box-shadow:0 1px 2px 0 #007DA4;border-radius:.41667rem;border-radius:.41667rem;margin:0 .66667rem .66667rem;-ms-flex-positive:1;flex-grow:1;padding:.66667rem;overflow-y:auto}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div{background:#FFFFFF;border:1px solid #C5E7FF;border-radius:.16667rem;height:3.875rem;margin-bottom:.66667rem;color:#092246;font-size:.83333rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:last-child{margin-bottom:0rem}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:first-child,.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(2),.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(3){color:#fff;border:none}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div .medal-XV-VvxZC{background-repeat:no-repeat;background-size:contain;background-position:center;height:100%}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:first-child{background-color:#FF6D72}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:first-child .medal-XV-VvxZC{background-image:url(/assets/eb676c22142cc3607c97217a2252c20e.png)}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(2){background-color:#FFC636}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(2) .medal-XV-VvxZC{background-image:url(/assets/69a4c3963104d84d1875b6d0cb627650.png)}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(3){background-color:#6BBCFF}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div:nth-child(3) .medal-XV-VvxZC{background-image:url(/assets/30842011eeb852ed2392c0f60d7ea128.png)}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div>div:nth-child(1){margin-left:.83333rem;margin-right:1.58333rem;width:2.04167rem;text-align:center}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div>div:nth-child(2){-ms-flex-positive:1;flex-grow:1}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div>div:nth-child(3){margin-right:3rem;text-align:center}.rankList-2AukEuDy .rankListContent-3bCpnIFc>div>div:nth-child(3)>div{margin:.16667rem 0}

body {
  font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%!important;
  -ms-text-size-adjust: 100%!important;
  -webkit-text-size-adjust: 100%!important;
}

@media screen and (orientation:portrait) {
  /*竖屏样式*/
  html {
    /* transform-origin: 0 0; */
    /* transform: rotateZ(90deg) translateY(-100%); */
  }
}

html, body, #app {
  /* height: 100%; */
}

#app {
  min-width: 960px;
}

div, p, h1, h2, h3, h4, h5, h6, span, i {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/assets/c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/assets/ced611daf7709cc778da928fec876475.eot);
    src: url(/assets/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/assets/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/assets/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/assets/f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

