/*! 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-xaDxgRCi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,0.7);position:fixed;z-index:999999;bottom:0;left:0;width:100%}.container-xaDxgRCi.noBg-3P7JYhvU{background-color:transparent}@media screen and (orientation: landscape){.container-xaDxgRCi.mobile-2bMtg0Jy{overflow-y:auto}}.container-xaDxgRCi.hasExtraScreen-hJ_PjL79{height:820px}.my-node-enter{opacity:0}.my-node-enter-active{opacity:1;transition:opacity 200ms}.my-node-exit{opacity:1}.my-node-exit-active{opacity:0;transition:opacity 200ms}

.container-2FW056Pg{height:2.83333rem;width:7.625rem;background:url(/modal/assets/2e6dc65ff7ecfc7e71b5ba88a782606f.png) no-repeat center/contain;border:none;outline:none;cursor:pointer;color:#fff;font-size:1.25rem;font-weight:bold;letter-spacing:.1875rem}.container-2FW056Pg.submit-boBlkXn6{background-image:url(/modal/assets/dec3d7b939bf2ebe22dd057b6b113993.png)}

.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);
  }
}

.rc-cascader-menus{z-index:999999}.container-3FThCmZc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:1.5rem;margin-bottom:2.33333rem}.container-3FThCmZc .title-1coe1Pb-{font-size:.91667rem;color:#092246;font-weight:bold;width:3.75rem;text-align:right;-ms-flex-negative:0;flex-shrink:0}.container-3FThCmZc input{cursor:pointer;margin-left:1rem;-ms-flex-positive:1;flex-grow:1;background:#D9F5FE;border:.04167rem solid #125A94;border-radius:1.3125rem;font-size:.83333rem;color:#092246;padding:.41667rem .83333rem;outline:none}

.container-1XNBt8DR{background-image:linear-gradient(-179deg, #60D4E6 0%, #4FB4D6 29%, #2786A6 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 .625rem .125rem #2399CE;border-radius:4.29167rem;width:25.54167rem;padding-top:.66667rem;position:relative;box-sizing:border-box}.container-1XNBt8DR .closeBtn-jOXBjOFJ{width:3.33333rem;height:3.33333rem;background:url(/modal/assets/36ce3e63c4226f7f2885cea3148948f8.png) no-repeat center/contain;position:absolute;right:0;top:0;cursor:pointer}.container-1XNBt8DR .title-19hlzAtn{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);top:.41667rem;position:absolute;margin:0;padding:0;width:17.29167rem;height:6.58333rem;font-size:1.66667rem;color:#fff;text-align:center;line-height:6.25rem;letter-spacing:.33333rem;font-weight:900;background:url(/modal/assets/80e5742e351e6dc94d4fc4330953a439.png) no-repeat center/contain}.container-1XNBt8DR .content-1Ld5Ir8j{background-color:#fff;border-radius:3.75rem;min-height:16.66667rem;margin:2.91667rem .33333rem .33333rem;box-sizing:border-box;padding:3.75rem 2.08333rem 2.66667rem}.container-1XNBt8DR .content-1Ld5Ir8j .tips-1-Ghfusf{font-size:.75rem;color:#5391E4;line-height:1.25rem;margin:0;margin-top:-.25rem;margin-bottom:1.33333rem}.container-1XNBt8DR .content-1Ld5Ir8j .tips-1-Ghfusf.error-J--lP3pu{color:#c00}.container-1XNBt8DR.large-3tzZvQS1{width:51.08333rem}.container-1XNBt8DR.large-3tzZvQS1 .content-1Ld5Ir8j{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.container-1XNBt8DR.large-3tzZvQS1 .content-1Ld5Ir8j .item-2Zbu45SX{width:18.83333rem;-ms-flex-positive:1;flex-grow:1}.container-1XNBt8DR.middle-1d1_ty5J{width:41.66667rem}.container-1XNBt8DR.middle-1d1_ty5J .content-1Ld5Ir8j{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.container-1XNBt8DR.middle-1d1_ty5J .content-1Ld5Ir8j .item-2Zbu45SX{width:14.66667rem;-ms-flex-positive:1;flex-grow:1}.container-1XNBt8DR.small-QShaIVnu{min-width:auto;width:auto}@media screen and (orientation: landscape){.container-1XNBt8DR.small-QShaIVnu{-ms-flex-item-align:start;align-self:flex-start}}

.text-3clZbR-n{font-size:.83333rem;text-align:center;color:#5391E4;margin-bottom:2.08333rem;line-height:1.6}.tourist-31Lw5oy8{margin-top:20px;text-align:center}.tourist-31Lw5oy8 a{font-size:14px;color:#5391e4;cursor:pointer}.title-27IZ6N0q{font-size:1.16667rem;color:#092246;text-align:center;margin:1.79167rem 0}.fullscreen-hFtv46dY{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.fullscreen-hFtv46dY nav{height:2.66667rem;background:url(/modal/assets/49784ebf0b4b7a5c5b92e22a6c9d0734.png) no-repeat center/100% 100%;display:-ms-flexbox;display:flex;padding-left:2.33333rem;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.fullscreen-hFtv46dY nav button{width:2.41667rem;height:1.83333rem;-webkit-appearance:none;appearance:none;border:none;background:url(/modal/assets/2c0e5ccf73c7e2ce7f1801c443959dc9.png) no-repeat center/contain;outline:none;cursor:pointer}.fullscreen-hFtv46dY nav button.closeBtn-3BfDxpi0{opacity:0;margin-left:.66667rem;background-image:url("https://www.pkcode.cn/storage/file/resource/40.png?v=27f06e9efc27656e4877c1cea1f8bc72")}.fullscreen-hFtv46dY nav button.closeBtn-3BfDxpi0:active{background-image:url("https://www.pkcode.cn/storage/file/resource/41.png?v=b04ad5be0cd18ee23433aef567c3bd59")}.fullscreen-hFtv46dY nav h1{font-size:1.16667rem;color:#FFFFFF;margin:0;text-shadow:.125rem .125rem .125rem rgba(0,0,0,0.5);margin-left:1.33333rem}.fullscreen-hFtv46dY.hasExtraScreen-ufr57DVR .inner-8bbDYcVy{height:calc(820px - 2.66667rem - 4.66667rem) !important}.fullscreen-hFtv46dY .content-2AT3z22S{-ms-flex:1;flex:1;background:url(/modal/assets/e2289bc94a17792e3abea55cd339bbcd.jpg) no-repeat center/cover;box-sizing:border-box;padding:2.33333rem}.fullscreen-hFtv46dY .content-2AT3z22S .inner-8bbDYcVy{max-width:58.33333rem;height:calc(100vh - 2.66667rem - 4.66667rem);background-image:linear-gradient(-179deg, #60D4E6 0%, #4FB4D6 29%, #2786A6 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 .625rem .125rem #2399CE;border-radius:4.29167rem;margin:0 auto;padding:1rem;box-sizing:border-box}.fullscreen-hFtv46dY .content-2AT3z22S .inner-8bbDYcVy>div{background-color:#fff;height:100%;border-radius:4.16667rem;box-sizing:border-box;padding:2.33333rem 3.16667rem;padding-right:0;color:#2F0600;font-size:.83333rem;line-height:1.6}.fullscreen-hFtv46dY .content-2AT3z22S .inner-8bbDYcVy>div>div{height:calc(100% - 2.5rem);overflow-y:auto;padding-right:3.16667rem;margin:1.25rem 0rem;box-sizing:border-box}.faceIcon-zIPB6bh4{width:4.16667rem;height:4.16667rem;border-radius:50%;background:url(/modal/assets/2d1afe20abd6fe36fe2a509df1f2b793.png) no-repeat center/contain;margin:2.75rem auto}.faceGroup-1RjF7ua0{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:2.75rem;font-size:.83333rem;color:#092246;margin-top:1.66667rem;text-align:center}.faceGroup-1RjF7ua0 .faceIcon-zIPB6bh4{margin:0 1.58333rem;margin-bottom:1rem}.shareText-34QaI01s{width:22.70833rem}.playExpiredText-1oQVCU29,.timeGuardText-2XNNXOzN{width:26.04167rem}.shareText-34QaI01s,.playExpiredText-1oQVCU29,.timeGuardText-2XNNXOzN{color:#189AFB;font-size:1.04167rem;font-weight:bold;text-align:center;line-height:3rem;margin:0 2.5rem}.timeGuardText-2XNNXOzN span{font-size:1.45833rem;color:#FF2700}.playExpiredBottom-3bO-nskS{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-top:2.91667rem;margin-bottom:2.91667rem}.playExpiredBottom-3bO-nskS img{width:6.25rem;height:6.25rem;margin-right:1.33333rem}.playExpiredBottom-3bO-nskS div{font-size:1rem;line-height:1.66667rem;color:#092246}.qrcode-152lF4HY{margin-top:1.33333rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:.95833rem;color:#092246;line-height:1.66667rem}.qrcode-152lF4HY .qrcodeTips-28lF1BfB{width:12.5rem;margin-left:1.33333rem}.loading-2K3mllDk{color:#fff}.qrcodeModal-1Q_GNK5K{text-align:center}.qrcodeModal-1Q_GNK5K .title-27IZ6N0q{color:#189AFB;margin:1rem 0 1.66667rem}.wechatPayModal-RxtR0xZR{text-align:center}.wechatPayModal-RxtR0xZR .title-27IZ6N0q{color:#189AFB;font-size:1rem;line-height:1.6;margin:0 0 1rem}.wechatPayModal-RxtR0xZR .bottom-tLPwkWcN{color:#333;font-size:.58333rem;margin:1rem 0 0;line-height:1.6}

.container-3BvxDFT0{width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.input-1PekQMUx{-ms-flex-positive:1;flex-grow:1;background:#D9F5FE;box-shadow:inset 0 0 .25rem .125rem #C5E7FF;border-radius:1.3125rem;outline:none;border:none;padding:.83333rem 1.25rem;font-size:.83333rem;color:#092246;box-sizing:border-box;min-width:4.16667rem}.input-1PekQMUx::-webkit-input-placeholder{color:#26758A}.input-1PekQMUx.hasAddon-3QenaADR{border-top-right-radius:0;border-bottom-right-radius:0}.addonArea-2pbYa9Cw{font-size:.83333rem;width:6.125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;overflow:hidden;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;-ms-flex-negative:0;flex-shrink:0}.error-2vsBelME{font-size:.66667rem;color:#FF2700;margin:0;line-height:.66667rem;margin-top:.66667rem;padding-left:1.25rem;margin-bottom:1.33333rem;width:100%;box-sizing:border-box}

.code-3-uqZHK-{color:#fff;background-color:#5391E4;height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-ms-flex-positive:1;flex-grow:1}.code-3-uqZHK-.disabled-oe6xHgwK{background-color:#ccc}

.container-kwsSPDV4{width:60vw;height:30vw;background:url(/modal/assets/e2289bc94a17792e3abea55cd339bbcd.jpg) no-repeat center/cover;border-radius:.83333rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.container-kwsSPDV4 video{width:80%;height:80%;box-shadow:0 0 .83333rem rgba(0,0,0,0.35);border-radius:.83333rem;background-color:#fff}.container-kwsSPDV4 .closeBtn-1E9wOKvA{cursor:pointer;position:absolute;z-index:9;width:2.5rem;height:2.5rem;top:-1.25rem;right:-1.25rem;background:url(/modal/assets/36ce3e63c4226f7f2885cea3148948f8.png) no-repeat center/contain}.container-kwsSPDV4 .replayBtn-1I332HlF{cursor:pointer;position:absolute;z-index:9;width:5.83333rem;height:5.83333rem;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:url(/modal/assets/864914216f8cf54242e7eb5891dda502.png) no-repeat center/contain}

.name-2GZ7SZ94{font-size:1.66667rem;color:#5391E4;line-height:1;margin-bottom:.33333rem;font-weight:bold}.content-19vUSW9Z{width:22.16667rem;font-size:1.08333rem;color:#26758A;line-height:2.5rem;text-align:justify}.img-3uE2lUCs{margin:1.66667rem auto;border-radius:.33333rem;width:11.25rem;display:block}.footer-2DgmEBoc{font-size:1rem;color:#092246;text-align:center;line-height:1;margin-bottom:1.66667rem}.tips-1OJK-ecH{position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:url("https://www.pkcode.cn/storage/file/resource/39.png?v=5067182c3f84e76ca9e6fcfb3c26b803") no-repeat right 1.66667rem top 1.66667rem/9.16667rem 9.66667rem;background-color:rgba(0,0,0,0.8);color:#fff;font-size:1.5rem;text-align:right;font-weight:bold;box-sizing:border-box;padding-top:12.5rem;padding-right:1.66667rem}

.toast-2Ec3cJVv{height:5rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 2.91667rem;font-size:1.45833rem;color:#092246;background-color:#fff;border-radius:.41667rem;box-shadow:0 0 .41667rem rgba(0,0,0,0.15)}.toast-2Ec3cJVv img{height:1.66667rem;width:1.66667rem;margin-right:.83333rem}

.qrcode-3GLeA7kW{background:url(/modal/assets/de0089575cf47316381fde0018b565fc.jpg) no-repeat center/contain}

