html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,footer,header,nav,section {
    display: block
}

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

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

.am-fade-appear,.am-fade-enter {
    opacity: 0
}

.am-fade-appear,.am-fade-enter,.am-fade-leave {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.55,0,.55,.2);
    animation-play-state: paused
}

.am-fade-appear.am-fade-appear-active,.am-fade-enter.am-fade-enter-active {
    animation-name: amFadeIn;
    animation-play-state: running
}

.am-fade-leave.am-fade-leave-active {
    animation-name: amFadeOut;
    animation-play-state: running
}

@keyframes amFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes amFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.am-slide-up-appear,.am-slide-up-enter {
    transform: translateY(100%)
}

.am-slide-up-appear,.am-slide-up-enter,.am-slide-up-leave {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.55,0,.55,.2);
    animation-play-state: paused
}

.am-slide-up-appear.am-slide-up-appear-active,.am-slide-up-enter.am-slide-up-enter-active {
    animation-name: amSlideUpIn;
    animation-play-state: running
}

.am-slide-up-leave.am-slide-up-leave-active {
    animation-name: amSlideUpOut;
    animation-play-state: running
}

@keyframes amSlideUpIn {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes amSlideUpOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(100%)
    }
}

.am.am-zoom-enter,.am.am-zoom-leave {
    display: block
}

.am-zoom-appear,.am-zoom-enter {
    opacity: 0;
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.55,0,.55,.2);
    animation-timing-function: cubic-bezier(.18,.89,.32,1.28);
    animation-play-state: paused
}

.am-zoom-leave {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.55,0,.55,.2);
    animation-timing-function: cubic-bezier(.6,-.3,.74,.05);
    animation-play-state: paused
}

.am-zoom-appear.am-zoom-appear-active,.am-zoom-enter.am-zoom-enter-active {
    animation-name: amZoomIn;
    animation-play-state: running
}

.am-zoom-leave.am-zoom-leave-active {
    animation-name: amZoomOut;
    animation-play-state: running
}

@keyframes amZoomIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }
}

@keyframes amZoomOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }
}

.am-slide-down-appear,.am-slide-down-enter {
    transform: translateY(-100%)
}

.am-slide-down-appear,.am-slide-down-enter,.am-slide-down-leave {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.55,0,.55,.2);
    animation-play-state: paused
}

.am-slide-down-appear.am-slide-down-appear-active,.am-slide-down-enter.am-slide-down-enter-active {
    animation-name: amSlideDownIn;
    animation-play-state: running
}

.am-slide-down-leave.am-slide-down-leave-active {
    animation-name: amSlideDownOut;
    animation-play-state: running
}

@keyframes amSlideDownIn {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes amSlideDownOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(-100%)
    }
}

*,:after,:before {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    background-color: #f5f5f9;
    font-size: 14px
}

[contenteditable] {
    -webkit-user-select: auto!important
}

:focus,a {
    outline: none
}

a {
    background: transparent;
    text-decoration: none
}

.am-modal {
    position: relative
}

.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
    width: 100%;
    height: 100%
}

.am-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.4)
}

.am-modal-mask-hidden {
    display: none
}

.am-modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateZ(1px)
}

.am-modal-wrap-popup {
    display: block
}

.am-modal-transparent {
    width: 270px
}

.am-modal-transparent .am-modal-content {
    border-radius: 7px;
    padding-top: 15px
}

.am-modal-transparent .am-modal-content .am-modal-body {
    padding: 0 15px 15px
}

.am-modal-popup {
    position: fixed;
    left: 0;
    width: 100%
}

.am-modal-popup-slide-down {
    top: 0
}

.am-modal-popup-slide-up {
    bottom: 0
}

.am-modal-popup .am-modal-content {
    padding-bottom: env(safe-area-inset-bottom)
}

.am-modal-title {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center
}

.am-modal-header {
    padding: 6px 15px 15px
}

.am-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    text-align: center;
    height: 100%;
    overflow: hidden
}

.am-modal-close {
    border: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    position: absolute;
    right: 15px;
    z-index: 999;
    height: 21px;
    width: 21px
}

.am-modal-close-x {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23888' fill-rule='evenodd'%3E%3Cpath d='M1.414 0l28.284 28.284-1.414 1.414L0 1.414z'/%3E%3Cpath d='M28.284 0L0 28.284l1.414 1.414L29.698 1.414z'/%3E%3C/g%3E%3C/svg%3E")
}

.am-modal-body {
    font-size: 15px;
    color: #888;
    height: 100%;
    line-height: 1.5;
    overflow: auto
}

.am-modal-button-group-h {
    position: relative;
    border-top: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal-button-group-h {
        border-top:none
    }

    html:not([data-scale]) .am-modal-button-group-h:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-modal-button-group-h:before {
        transform:scaleY(.33)
    }
}

.am-modal-button-group-h .am-modal-button {
    -webkit-touch-callout: none;
    -ms-flex: 1 1;
    flex: 1 1;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #1da57a;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.am-modal-button-group-h .am-modal-button:first-child {
    color: #000
}

.am-modal-button-group-h .am-modal-button:last-child {
    position: relative;
    border-left: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
        border-left:none
    }

    html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 1px;
        height: 100%;
        transform-origin: 100% 50%;
        transform: scaleX(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before {
        transform:scaleX(.33)
    }
}

.am-modal-button-group-v .am-modal-button {
    -webkit-touch-callout: none;
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #1da57a;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
        border-top:none
    }

    html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before {
        transform:scaleY(.33)
    }
}

.am-modal-button-active {
    background-color: #ddd
}

.am-modal-input-container {
    margin-top: 9px;
    border: 1px solid #ddd;
    border-radius: 3px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal-input-container {
        position:relative;
        border: none
    }

    html:not([data-scale]) .am-modal-input-container:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 200%;
        height: 200%;
        border: 1px solid #ddd;
        border-radius: 6px;
        transform-origin: 0 0;
        transform: scale(.5);
        box-sizing: border-box;
        pointer-events: none
    }
}

.am-modal-input {
    height: 36px;
    line-height: 1
}

.am-modal-input:nth-child(2) {
    position: relative;
    border-top: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal-input:nth-child(2) {
        border-top:none
    }

    html:not([data-scale]) .am-modal-input:nth-child(2):before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-modal-input:nth-child(2):before {
        transform:scaleY(.33)
    }
}

.am-modal-input input {
    position: relative;
    border: 0;
    width: 98%;
    height: 34px;
    top: 1px;
    box-sizing: border-box;
    margin: 0
}

.am-modal-input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
    padding-left: 8px
}

.am-modal-input input::-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    padding-left: 8px
}

.am-modal-input input::-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    padding-left: 8px
}

.am-modal-input input::placeholder {
    font-size: 14px;
    color: #ccc;
    padding-left: 8px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
    border-radius: 0
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
    padding: 9px 24px 12px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
    text-align: left;
    font-size: 21px;
    color: #000
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
    color: #000;
    text-align: left;
    padding: 0 24px 15px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border: 0;
    border-bottom: 1px solid #ddd
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
    display: none!important
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
        border-bottom:none
    }

    html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 100%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after {
        transform:scaleY(.33)
    }
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
    border-top: 0
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
    display: none!important
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
    padding-bottom: 12px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
    overflow: hidden;
    border-top: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 12px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
    display: none!important
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
    -ms-flex: initial;
    flex: initial;
    margin-left: 3px;
    padding: 0 15px;
    height: 48px;
    box-sizing: border-box
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
    color: #777
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
    border-left: 0
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
    display: none!important
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0 12px
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
    border-top: 0;
    padding: 0 15px;
    margin-left: 3px;
    height: 48px;
    box-sizing: border-box
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
    display: none!important
}

.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
    text-align: start;
    padding-left: 15px
}

.am-modal.am-modal-operation .am-modal-content {
    border-radius: 7px;
    height: auto;
    padding-top: 0
}

.am-modal.am-modal-operation .am-modal-content .am-modal-body {
    padding: 0!important
}

.am-modal.am-modal-operation .am-modal-content .am-modal-button {
    color: #000;
    text-align: left;
    padding-left: 15px
}

.am-modal-alert-content,.am-modal-propmt-content {
    zoom:1;overflow: hidden
}

.am-icon {
    fill: currentColor;
    background-size: cover;
    width: 22px;
    height: 22px
}

.am-icon-xxs {
    width: 15px;
    height: 15px
}

.am-icon-xs {
    width: 18px;
    height: 18px
}

.am-icon-sm {
    width: 21px;
    height: 21px
}

.am-icon-md {
    width: 22px;
    height: 22px
}

.am-icon-lg {
    width: 36px;
    height: 36px
}

.am-icon-loading {
    animation: cirle-anim 1s linear infinite
}

@keyframes cirle-anim {
    to {
        transform: rotate(1turn)
    }
}

.am-toast {
    position: fixed;
    width: 100%;
    z-index: 1999;
    font-size: 14px;
    text-align: center
}

.am-toast>span {
    max-width: 50%
}

.am-toast.am-toast-mask {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0
}

.am-toast.am-toast-mask,.am-toast.am-toast-nomask {
    transform: translateZ(1px)
}

.am-toast.am-toast-nomask {
    position: fixed;
    max-width: 50%;
    width: auto;
    left: 50%;
    top: 50%
}

.am-toast.am-toast-nomask .am-toast-notice {
    transform: translateX(-50%) translateY(-50%)
}

.am-toast-notice-content .am-toast-text {
    min-width: 60px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(58,58,58,.9);
    line-height: 1.5;
    padding: 9px 15px
}

.am-toast-notice-content .am-toast-text.am-toast-text-icon {
    border-radius: 5px;
    padding: 15px
}

.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
    margin-top: 6px
}

.contentContainer___2KmRP {
    position: relative;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    contain: size style layout
}

.pageContainer___1Kf_1 {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: 1.2rem;
    background: #f5f5f5
}

.flex___16JOt {
    display: -ms-flexbox;
    display: flex
}

.addColumn___1fmAp {
    -ms-flex-direction: column;
    flex-direction: column
}

.addAlignCenter___jXX7S {
    -ms-flex-align: center;
    align-items: center
}

.addContentCenter___7JKaw {
    -ms-flex-pack: center;
    justify-content: center
}

.addContentSpaceBetween___1vYoB {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.am-navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background-color: #1da57a;
    color: #fff
}

.am-navbar-left,.am-navbar-right,.am-navbar-title {
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.am-navbar-left {
    padding-left: 15px;
    font-size: 16px
}

.am-navbar-left-icon {
    margin-right: 5px;
    display: inherit
}

.am-navbar-title {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    white-space: nowrap
}

.am-navbar-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    margin-right: 15px
}

.am-navbar-light {
    background-color: #fff;
    color: #1da57a
}

.am-navbar-light .am-navbar-title {
    color: #000
}

.jx-text-button___3yntH {
    opacity: 1;
    transition: opacity .3s
}

.jx-text-button-active___3Uzy- {
    opacity: .6
}

.iconBack___HCAw1 {
    background: url(/mobile/hotReload/addon/other/top_bar_back.png) 50% no-repeat;
    background-size: contain;
    width: 4.5rem;
    height: 45px
}

.navBar___2pWmZ {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.navBar___2pWmZ .am-navbar {
    background: transparent
}

.navBarLine___3y0v8 {
    -ms-flex: 1 1;
    flex: 1 1
}

.am-navbar-light .am-navbar-title {
    color: #fff
}

.barIcon___3cr_k {
    width: 3rem;
    height: 3rem
}

.barTextButton___G3WVC {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff
}

.barTextButton___G3WVC div {
    white-space: nowrap
}

.navigationContainer___3tY03 {
    height: 100%;
    width: 100%
}

.navigationContainer___3tY03 .SlideInOut-enter {
    transform: translateX(100%)
}

.navigationContainer___3tY03 .SlideInOut-enter.SlideInOut-enter-active,.navigationContainer___3tY03 .SlideInOut-exit {
    transform: translateX(0)
}

.navigationContainer___3tY03 .SlideInOut-exit.SlideInOut-exit-active {
    transform: translateX(100%)
}

.navigationPage___1yhqf {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform .4s
}

.containerBody___57bha {
    width: calc(100% - 2rem);
    left: 0!important;
    margin-left: 1rem
}

.containerBody___57bha .am-popover-arrow {
    width: 0;
    height: 0
}

.titleContainer___foEz3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 38px;
    height: 38px;
    padding: 0 1rem;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 1.6rem
}

.body___2gafb {
    width: 100%
}

.sanjiao___2WERR {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8rem .7rem 0;
    border-color: #fff transparent transparent
}

.am-popover {
    position: absolute;
    z-index: 1999
}

.am-popover-hidden {
    display: none
}

.am-popover-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    height: 100%;
    z-index: 999
}

.am-popover-mask-hidden {
    display: none
}

.am-popover-arrow {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.21)
}

.am-popover-placement-top .am-popover-arrow,.am-popover-placement-topLeft .am-popover-arrow,.am-popover-placement-topRight .am-popover-arrow {
    transform: rotate(225deg);
    bottom: -3.5px
}

.am-popover-placement-top .am-popover-arrow {
    left: 50%
}

.am-popover-placement-topLeft .am-popover-arrow {
    left: 8px
}

.am-popover-placement-topRight .am-popover-arrow {
    right: 8px
}

.am-popover-placement-right .am-popover-arrow,.am-popover-placement-rightBottom .am-popover-arrow,.am-popover-placement-rightTop .am-popover-arrow {
    transform: rotate(-45deg);
    left: -3.5px
}

.am-popover-placement-right .am-popover-arrow {
    top: 50%
}

.am-popover-placement-rightTop .am-popover-arrow {
    top: 8px
}

.am-popover-placement-rightBottom .am-popover-arrow {
    bottom: 8px
}

.am-popover-placement-left .am-popover-arrow,.am-popover-placement-leftBottom .am-popover-arrow,.am-popover-placement-leftTop .am-popover-arrow {
    transform: rotate(135deg);
    right: -3.5px
}

.am-popover-placement-left .am-popover-arrow {
    top: 50%
}

.am-popover-placement-leftTop .am-popover-arrow {
    top: 8px
}

.am-popover-placement-leftBottom .am-popover-arrow {
    bottom: 8px
}

.am-popover-placement-bottom .am-popover-arrow,.am-popover-placement-bottomLeft .am-popover-arrow,.am-popover-placement-bottomRight .am-popover-arrow {
    top: -3.5px
}

.am-popover-placement-bottom .am-popover-arrow {
    left: 50%
}

.am-popover-placement-bottomLeft .am-popover-arrow {
    left: 8px
}

.am-popover-placement-bottomRight .am-popover-arrow {
    right: 8px
}

.am-popover-inner {
    font-size: 15px;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.21);
    overflow: hidden
}

.am-popover-inner-wrapper {
    position: relative;
    background-color: #fff
}

.am-popover .am-popover-item {
    padding: 0 8px
}

.am-popover .am-popover-item-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 39px;
    box-sizing: border-box;
    padding: 0 8px
}

.am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
    border-top: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
        border-top:none
    }

    html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container:before {
        transform:scaleY(.33)
    }
}

.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container {
    border-top: 0
}

.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container:before {
    display: none!important
}

.am-popover .am-popover-item.am-popover-item-active+.am-popover-item .am-popover-item-container {
    border-top: 0
}

.am-popover .am-popover-item.am-popover-item-active+.am-popover-item .am-popover-item-container:before {
    display: none!important
}

.am-popover .am-popover-item.am-popover-item-active {
    background-color: #ddd
}

.am-popover .am-popover-item.am-popover-item-active.am-popover-item-fix-active-arrow {
    position: relative
}

.am-popover .am-popover-item.am-popover-item-disabled {
    color: #bbb
}

.am-popover .am-popover-item.am-popover-item-disabled.am-popover-item-active {
    background-color: transparent
}

.am-popover .am-popover-item-icon {
    margin-right: 8px;
    width: 18px;
    height: 18px
}

.am-list-header {
    padding: 15px 15px 9px;
    font-size: 14px;
    color: #888;
    width: 100%;
    box-sizing: border-box
}

.am-list-footer {
    padding: 9px 15px 15px;
    font-size: 14px;
    color: #888
}

.am-list-body {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-list-body {
        border-top:none
    }

    html:not([data-scale]) .am-list-body:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-list-body:before {
        transform:scaleY(.33)
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-list-body {
        border-bottom:none
    }

    html:not([data-scale]) .am-list-body:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 100%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-list-body:after {
        transform:scaleY(.33)
    }
}

.am-list-body div:not(:last-child) .am-list-line {
    border-bottom: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
        border-bottom:none
    }

    html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 100%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after {
        transform:scaleY(.33)
    }
}

.am-list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    min-height: 44px;
    background-color: #fff;
    vertical-align: middle;
    overflow: hidden;
    transition: background-color .2s;
    -ms-flex-align: center;
    align-items: center
}

.am-list-item .am-list-ripple {
    position: absolute;
    background: transparent;
    display: inline-block;
    overflow: hidden;
    will-change: box-shadow,transform;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    transform: scale(0)
}

.am-list-item .am-list-ripple.am-list-ripple-animate {
    background-color: hsla(0,0%,62%,.2);
    animation: ripple 1s linear
}

.am-list-item.am-list-item-top .am-list-line {
    -ms-flex-align: start;
    align-items: flex-start
}

.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
    margin-top: 2px
}

.am-list-item.am-list-item-middle .am-list-line {
    -ms-flex-align: center;
    align-items: center
}

.am-list-item.am-list-item-bottom .am-list-line {
    -ms-flex-align: end;
    align-items: flex-end
}

.am-list-item.am-list-item-error .am-list-line .am-list-extra,.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
    color: #f50
}

.am-list-item.am-list-item-active {
    background-color: #ddd
}

.am-list-item.am-list-item-disabled .am-list-line .am-list-content,.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
    color: #bbb
}

.am-list-item img {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.am-list-item .am-list-thumb:first-child {
    margin-right: 15px
}

.am-list-item .am-list-thumb:last-child {
    margin-left: 8px
}

.am-list-item .am-list-line {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-right: 15px;
    overflow: hidden
}

.am-list-item .am-list-line .am-list-content {
    -ms-flex: 1 1;
    flex: 1 1;
    color: #000;
    font-size: 17px;
    text-align: left
}

.am-list-item .am-list-line .am-list-content,.am-list-item .am-list-line .am-list-extra {
    line-height: 1.5;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px
}

.am-list-item .am-list-line .am-list-extra {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    color: #888;
    font-size: 16px;
    text-align: right
}

.am-list-item .am-list-line .am-list-brief,.am-list-item .am-list-line .am-list-title {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.am-list-item .am-list-line .am-list-brief {
    color: #888;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 6px
}

.am-list-item .am-list-line .am-list-arrow {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' viewBox='0 0 16 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    visibility: hidden
}

.am-list-item .am-list-line .am-list-arrow-horizontal {
    visibility: visible
}

.am-list-item .am-list-line .am-list-arrow-vertical {
    visibility: visible;
    transform: rotate(90deg)
}

.am-list-item .am-list-line .am-list-arrow-vertical-up {
    visibility: visible;
    transform: rotate(270deg)
}

.am-list-item .am-list-line-multiple {
    padding: 12.5px 15px 12.5px 0
}

.am-list-item .am-list-line-multiple .am-list-content,.am-list-item .am-list-line-multiple .am-list-extra {
    padding-top: 0;
    padding-bottom: 0
}

.am-list-item .am-list-line-wrap .am-list-content,.am-list-item .am-list-line-wrap .am-list-extra {
    white-space: normal
}

.am-list-item select {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

.color1___3wpTZ {
    color: #fff;
    background-color: #1fadea
}

.color1___3wpTZ,.color2___1Pobv {
    display: block;
    outline: 0 none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    border-radius: 5px;
    opacity: 1;
    transition: opacity .3s;
    width: 100%;
    border: 0
}

.color2___1Pobv {
    color: #1fadea;
    background-color: #fff
}

.color3___3LPUe {
    display: block;
    outline: 0 none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    color: #fff;
    background-color: #f53d3d;
    border-radius: 5px;
    opacity: 1;
    transition: opacity .3s;
    width: 100%;
    border: 0
}

.active___3bs6e {
    opacity: .7
}

.disable___OtvKX {
    opacity: .5
}

.am-indexed-list-section-body.am-list-body,.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line {
    border-bottom: 0
}

.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after,.am-indexed-list-section-body.am-list-body:after {
    display: none!important
}

.am-indexed-list-section-header.am-list-body,.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line {
    border-bottom: 0
}

.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after,.am-indexed-list-section-header.am-list-body:after {
    display: none!important
}

.am-indexed-list-section-header .am-list-item {
    height: 30px;
    min-height: 30px;
    background-color: #f5f5f9
}

.am-indexed-list-section-header .am-list-item .am-list-line {
    height: 30px;
    min-height: 30px
}

.am-indexed-list-section-header .am-list-item .am-list-content {
    font-size: 14px!important;
    color: #888!important
}

.am-indexed-list-quick-search-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    color: #1da57a;
    font-size: 16px;
    list-style: none;
    padding: 0
}

.am-indexed-list-quick-search-bar li {
    padding: 0 5px
}

.am-indexed-list-quick-search-bar-over {
    background-color: rgba(0,0,0,.4)
}

.am-indexed-list-qsindicator {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px auto auto -30px;
    width: 60px;
    height: 30px;
    background: transparent;
    opacity: .7;
    color: #0af;
    font-size: 20px;
    border-radius: 30px;
    z-index: 1999;
    text-align: center;
    line-height: 30px
}

.am-indexed-list-qsindicator-hide {
    display: none
}

.am-pull-to-refresh-content {
    transform-origin: left top 0
}

.am-pull-to-refresh-content-wrapper {
    overflow: hidden
}

.am-pull-to-refresh-transition {
    transition: transform .3s
}

.am-pull-to-refresh-indicator {
    color: grey;
    text-align: center;
    height: 25px
}

.am-pull-to-refresh-down .am-pull-to-refresh-indicator {
    margin-top: -25px
}

.am-pull-to-refresh-up .am-pull-to-refresh-indicator {
    margin-bottom: -25px
}

.listContainerIOS___3GqFe {
    position: absolute
}

.listContainer___1uiO1,.listContainerIOS___3GqFe {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

.container___20GfH {
    background: #f5f5f5;
    overflow: hidden;
    font-size: 1.4rem
}

.separator___2gKX3 {
    border-bottom: 1px solid #f5f5f5
}

.load___3slLA {
    padding: 2rem;
    text-align: center
}

.defaultPic___2EcxU {
    background: url(/mobile/profile/avatar_1.png) 50% no-repeat;
    background-size: contain
}

.defaultPic___2EcxU,.userLogoPic___2EKco {
    width: 6rem;
    height: 6rem;
    border-radius: 50%
}

.am-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.am-tabs,.am-tabs * {
    box-sizing: border-box
}

.am-tabs-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%;
    height: 100%;
    min-height: 0
}

.am-tabs-content-wrap-animated {
    transition: transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1);
    will-change: transform,left,top
}

.am-tabs-pane-wrap {
    width: 100%;
    overflow-y: auto
}

.am-tabs-pane-wrap,.am-tabs-tab-bar-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.am-tabs-horizontal .am-tabs-pane-wrap-active {
    height: auto
}

.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
    height: 0;
    overflow: visible
}

.am-tabs-vertical .am-tabs-content-wrap {
    -ms-flex-direction: column;
    flex-direction: column
}

.am-tabs-vertical .am-tabs-pane-wrap,.am-tabs-vertical .am-tabs-tab-bar-wrap {
    height: 100%
}

.am-tabs-vertical .am-tabs-pane-wrap-active {
    overflow: auto
}

.am-tabs-vertical .am-tabs-pane-wrap-inactive {
    overflow: hidden
}

.am-tabs-bottom,.am-tabs-top {
    -ms-flex-direction: column;
    flex-direction: column
}

.am-tabs-default-bar,.am-tabs-left,.am-tabs-right {
    -ms-flex-direction: row;
    flex-direction: row
}

.am-tabs-default-bar {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1
}

.am-tabs-default-bar,.am-tabs-default-bar-tab {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.am-tabs-default-bar-tab {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    height: 43.5px;
    line-height: 43.5px
}

.am-tabs-default-bar-tab .am-badge .am-badge-text {
    top: -13px;
    transform: translateX(-5px)
}

.am-tabs-default-bar-tab .am-badge .am-badge-dot {
    top: -6px;
    transform: translateX(0)
}

.am-tabs-default-bar-tab-active {
    color: #1da57a
}

.am-tabs-default-bar-underline {
    position: absolute;
    border: 1px solid #1da57a;
    transform: translateZ(0)
}

.am-tabs-default-bar-animated .am-tabs-default-bar-content {
    transition: transform .3s cubic-bezier(.35,0,.25,1);
    will-change: transform
}

.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
    transition: top .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),color .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1);
    will-change: top,left,width,color
}

.am-tabs-default-bar-bottom,.am-tabs-default-bar-top {
    -ms-flex-direction: row;
    flex-direction: row
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-content,.am-tabs-default-bar-top .am-tabs-default-bar-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage,.am-tabs-default-bar-top .am-tabs-default-bar-prevpage {
    pointer-events: none;
    position: absolute;
    top: 0;
    display: block;
    width: 59px;
    height: 100%;
    content: " ";
    z-index: 999;
    left: 0;
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage,.am-tabs-default-bar-top .am-tabs-default-bar-nextpage {
    pointer-events: none;
    position: absolute;
    top: 0;
    display: block;
    width: 59px;
    height: 100%;
    content: " ";
    z-index: 999;
    right: 0;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-tab,.am-tabs-default-bar-top .am-tabs-default-bar-tab {
    padding: 8px 0
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-underline,.am-tabs-default-bar-top .am-tabs-default-bar-underline {
    bottom: 0
}

.am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
        border-bottom:none
    }

    html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 100%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after {
        transform:scaleY(.33)
    }
}

.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
        border-top:none
    }

    html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before {
        transform:scaleY(.33)
    }
}

.am-tabs-default-bar-left,.am-tabs-default-bar-right {
    -ms-flex-direction: column;
    flex-direction: column
}

.am-tabs-default-bar-left .am-tabs-default-bar-content,.am-tabs-default-bar-right .am-tabs-default-bar-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.am-tabs-default-bar-left .am-tabs-default-bar-tab,.am-tabs-default-bar-right .am-tabs-default-bar-tab {
    padding: 0 8px
}

.am-tabs-default-bar-left .am-tabs-default-bar-underline {
    right: 0
}

.am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
        border-right:none
    }

    html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: 1px;
        height: 100%;
        background: #ddd;
        transform-origin: 100% 50%;
        transform: scaleX(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after {
        transform:scaleX(.33)
    }
}

.am-tabs-default-bar-right .am-tabs-default-bar-underline {
    left: 0
}

.am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
        border-left:none
    }

    html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 1px;
        height: 100%;
        transform-origin: 100% 50%;
        transform: scaleX(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before {
        transform:scaleX(.33)
    }
}

.searchBar___q9TVK {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 16px;
    height: 4.32rem;
    width: 65px;
    transition: width .3s linear;
    z-index: 1
}

.searchBar___q9TVK .searchInput___19Prl {
    transform: scaleX(0)
}

.searchBar___q9TVK .searchCancel___1_WjI {
    visibility: hidden
}

.active {
    width: 100%
}

.active .searchInput___19Prl {
    transform: scaleX(1);
    background-image: url(/static/media/ic-searchbox-searching.7a925c28.svg);
    background-repeat: no-repeat;
    background-position: 1.2rem;
    background-color: #f5f5f5;
    background-size: 1.68rem
}

.active .searchCancel___1_WjI {
    visibility: visible
}

.active .searchToggle___Kflgn {
    visibility: hidden
}

.iconSearch___3UNyE {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23a6a6a6}%3C/style%3E%3C/defs%3E%3Ctitle%3Esearching%3C/title%3E%3Cg id='Page-1'%3E%3Cg id='Artboard-2'%3E%3Cg id='icon_鎼滅储_searching' data-name='icon/鎼滅储/searching'%3E%3Cpath id='褰㈢姸' class='cls-1' d='M15.77 14.72l-3-2.92a7 7 0 0 0-.37-9.71 7.39 7.39 0 0 0-10.3 0 7 7 0 0 0 0 10.09 7.41 7.41 0 0 0 9.55.65l3 2.95a.79.79 0 0 0 1.09 0 .75.75 0 0 0 .03-1.06zM1.53 7.14A5.7 5.7 0 0 1 7.28 1.5 5.7 5.7 0 0 1 13 7.14a5.69 5.69 0 0 1-5.75 5.63 5.7 5.7 0 0 1-5.72-5.63z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23a6a6a6}%3C/style%3E%3C/defs%3E%3Ctitle%3Esearching%3C/title%3E%3Cg id='Page-1'%3E%3Cg id='Artboard-2'%3E%3Cg id='icon_鎼滅储_searching' data-name='icon/鎼滅储/searching'%3E%3Cpath id='褰㈢姸' class='cls-1' d='M15.77 14.72l-3-2.92a7 7 0 0 0-.37-9.71 7.39 7.39 0 0 0-10.3 0 7 7 0 0 0 0 10.09 7.41 7.41 0 0 0 9.55.65l3 2.95a.79.79 0 0 0 1.09 0 .75.75 0 0 0 .03-1.06zM1.53 7.14A5.7 5.7 0 0 1 7.28 1.5 5.7 5.7 0 0 1 13 7.14a5.69 5.69 0 0 1-5.75 5.63 5.7 5.7 0 0 1-5.72-5.63z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    width: 2rem;
    height: 2rem
}

.searchToggle___Kflgn {
    background: none;
    border: 0;
    position: absolute;
    right: 16px;
    z-index: 1
}

.searchInputWrap___2xazA {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.searchCancel___1_WjI {
    background: none;
    border: 0;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.searchInput___19Prl {
    color: #333;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 16px;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 1.5rem;
    padding: 5px 40px 5px 35px;
    transform-origin: 0 50%;
    transition: transform .3s ease-in-out
}

.searchInput___19Prl ::-webkit-input-placeholder {
    color: #999!important;
    opacity: 1
}

.searchInput___19Prl ::-moz-placeholder {
    color: #999!important;
    opacity: 1
}

.searchInput___19Prl ::-ms-input-placeholder {
    opacity: 1
}

.searchInput___19Prl ::placeholder {
    color: #999!important;
    opacity: 1
}

.searchInput___19Prl :-ms-input-placeholder,.searchInput___19Prl ::-ms-input-placeholder {
    color: #999!important
}

.jxIFrameContainer___SS4rd {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch
}

.jxIFrame___1gFYn {
    border: 0
}

.userIcon___1Zq9W {
    width: 3rem;
    height: 3rem
}

.am-carousel {
    position: relative
}

.am-carousel-wrap {
    font-size: 18px;
    color: #000;
    background: none;
    text-align: center;
    zoom:1;width: 100%
}

.am-carousel-wrap-dot {
    display: inline-block;
    zoom:1}

.am-carousel-wrap-dot>span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: #ccc
}

.am-carousel-wrap-dot-active>span {
    background: #888
}

.slideContainer___20sQo {
    height: 14rem;
    width: 100%
}

.slideContainer___20sQo ul {
    height: 14rem!important
}

.slideImg___PVG_3 {
    height: 14rem;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.customDotsUl___18V4x {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 5%;
    margin: 0
}

.customDots___1NCod {
    background: #ccc
}

.customDots___1NCod,.customDotsActive___1eQQu {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%
}

.customDotsActive___1eQQu {
    background: #ccc;
    background: #888
}

.deco___xBvdd {
    position: absolute;
    z-index: 1;
    pointer-events: none
}

.leftDeco___35_rA {
    background: url(/mobile/festival/left-deco.gif) 50% no-repeat;
    background-size: contain;
    left: -2%;
    width: 6rem;
    height: 8rem
}

.leftDeco___35_rA,.rightDeco___F522f {
    position: absolute;
    z-index: 1;
    pointer-events: none
}

.rightDeco___F522f {
    background: url(/mobile/festival/right-deco.gif) 50% no-repeat;
    background-size: contain;
    right: -2%;
    width: 5rem;
    height: 7rem
}

.title___1fQbV {
    margin: 0 .2rem 0 .5rem;
    color: #d91d37
}

@keyframes scrollChild___37HHp {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.marquee___3GNU_ {
    background: #fff;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px
}

.contentBody___3Lf1k {
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative
}

.contentText___1dHCO {
    margin: 0 6px;
    overflow: hidden;
    position: absolute
}

.scrollContainer___AKtPV {
    animation: scrollChild___37HHp 60s linear infinite;
    overflow: hidden;
    width: 100%
}

.scrollContainer___AKtPV span {
    margin-right: 1rem
}

.am-flexbox {
    text-align: left;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.am-flexbox.am-flexbox-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.am-flexbox.am-flexbox-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.am-flexbox.am-flexbox-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.am-flexbox.am-flexbox-dir-column .am-flexbox-item {
    margin-left: 0
}

.am-flexbox.am-flexbox-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item {
    margin-left: 0
}

.am-flexbox.am-flexbox-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.am-flexbox.am-flexbox-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.am-flexbox.am-flexbox-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.am-flexbox.am-flexbox-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.am-flexbox.am-flexbox-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.am-flexbox.am-flexbox-justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.am-flexbox.am-flexbox-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.am-flexbox.am-flexbox-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.am-flexbox.am-flexbox-align-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.am-flexbox.am-flexbox-align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.am-flexbox.am-flexbox-align-center {
    -ms-flex-align: center;
    align-items: center
}

.am-flexbox.am-flexbox-align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.am-flexbox.am-flexbox-align-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.am-flexbox.am-flexbox-align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.am-flexbox.am-flexbox-align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.am-flexbox.am-flexbox-align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.am-flexbox.am-flexbox-align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.am-flexbox.am-flexbox-align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.am-flexbox.am-flexbox-align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.am-flexbox .am-flexbox-item {
    box-sizing: border-box;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 8px;
    min-width: 10px
}

.am-flexbox .am-flexbox-item:first-child {
    margin-left: 0
}

.theme1___3t6GQ,.theme2___1O1T1,.theme3___1IWtM {
    color: #f82626
}

.container___1yjck {
    padding: 8px;
    border-bottom: 1px solid #f5f5f5
}

.icon___3RM7h {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 5px
}

.title___3syfh {
    font-size: 1.5rem;
    font-weight: 700
}

.hotList___2e_6g {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 50px
}

.iconHot___4d5W2 {
    background: url(/mobile/hotReload/addon/other/index_caizhongtuijian.png) 50% no-repeat;
    background-size: contain
}

.listItem___12frK {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - .5px);
    height: 7rem;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 10px
}

.listItem___12frK:nth-of-type(odd) {
    border-right: 1px solid #f5f5f5
}

.listItem___12frK:first-of-type {
    color: #4493cd
}

.listItem___12frK:nth-of-type(2) {
    color: #f2573e
}

.listItem___12frK:nth-of-type(3) {
    color: #18a53d
}

.listItem___12frK:nth-of-type(4) {
    color: #e79811
}

.listItem___12frK:nth-of-type(5) {
    color: #f2573e
}

.listItem___12frK:nth-of-type(6) {
    color: #18a53d
}

.listItem___12frK:nth-of-type(7) {
    color: #e79811
}

.listItem___12frK:nth-of-type(8) {
    color: #4493cd
}

.listLeftItem___1Fp3h {
    -ms-flex: 1 1;
    flex: 1 1
}

.title___14Uzt {
    padding-bottom: 7px;
    font-size: 1.6rem
}

.description___3F2Ri {
    font-size: 1.2rem;
    color: #999
}

.imgLogo___xyDV4 {
    margin: 1rem .8rem;
    width: 5.2rem;
    height: 5.2rem
}

.content___1DB0n {
    background: #fff;
    text-align: center;
    padding: 5px
}

.actionItem___2fH7p {
    -ms-flex: 1 1;
    flex: 1 1
}

.actionItem___2fH7p:first-of-type {
    color: #e79811
}

.actionItem___2fH7p:nth-of-type(2) {
    color: #1cc3f3
}

.actionItem___2fH7p:nth-of-type(3) {
    color: #18a53d
}

.actionItem___2fH7p:nth-of-type(4) {
    color: #fb6387
}

.menuImg___3wtd- {
    width: 5.5rem;
    height: 5.5rem
}

.menuText___8SP1j {
    font-size: 1.4rem
}

.menuText___8SP1j.activated___2ru_h {
    opacity: .7
}

.jxRefreshContainer___1XYMO {
    position: absolute;
    width: 100%;
    height: 100%
}

.downContainer___3nS7V {
    padding: .1rem 1rem;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 120;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: #303030
}

.closeBtn___3BN2S {
    width: 2rem;
    height: 2rem;
    background: url(/mobile/wap/down_close.png) 50% no-repeat;
    background-size: contain
}

.downItemLeft___tjgoe {
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: .5rem;
    font-size: 1.4rem;
    -ms-flex-align: center;
    align-items: center
}

.downBtn___bsRp5 {
    font-size: 1.6rem;
    padding: 0 .8rem;
    margin: .4rem 0
}

.downTextContent___NLx2U {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

.hbContainer___FZwIc {
    position: absolute;
    bottom: 5rem;
    right: 1rem;
    z-index: 11;
    background: url(/mobile/wap/hb_home.png) 50% no-repeat;
    background-size: contain;
    width: 6rem;
    height: 7rem
}

.floatContainer___3ffsu {
    position: absolute;
    bottom: 7rem;
    left: 1rem;
    z-index: 11;
    width: 6rem;
    height: 6rem
}

.floatContainerImg___2-wjW {
    width: 6rem;
    height: 6rem
}

.announcementDialog___dmVW2 .am-modal-content {
    background: #fe2b3d;
    padding-top: 0
}

.announcementDialog___dmVW2 .am-modal-header {
    background-image: url(/mobile/wap/common/announcement_top.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 8rem;
    width: 100%
}

.announcementDialog___dmVW2 .am-modal-title {
    color: #fff;
    font-size: 1.6rem
}

.announcementDialog___dmVW2 .am-modal-footer {
    background: #fff
}

.announcementDialog___dmVW2 .am-modal-body {
    padding: 0 .5rem!important;
    background: #fff
}

.announcementItem___n5h_c {
    color: #333;
    height: 36rem;
    font-size: 1.4rem
}

.announcementText___37n8V {
    text-align: left;
    margin-top: .5rem;
    height: 33.5rem;
    overflow: auto;
    line-height: 1.12
}

.announcementTime___3qsJB {
    text-align: right
}

.customDotsUl___1Po03 {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 12%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

.customDots___HJ3xQ {
    background: #ccc
}

.customDots___HJ3xQ,.customDotsActive___eVJ_u {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%
}

.customDotsActive___eVJ_u {
    background: #ccc;
    background: #888
}

.hotList___whg9K {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 15px
}

.iconRecommend___3Xs8f {
    background: url(/mobile/hotReload/addon/other/index_remengcaizhong.png) 50% no-repeat;
    background-size: contain
}

.listItem___2fZxZ {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - .5px);
    word-break: break-word;
    border-bottom: 1px solid #f5f5f5;
    padding-right: .8rem
}

.listItem___2fZxZ:nth-of-type(odd) {
    border-right: 1px solid #f5f5f5
}

.listRightItem___3hdpe {
    -ms-flex: 1 1;
    flex: 1 1
}

.freeTransfer___1W1ID {
    background: url(/mobile/hotReload/addon/other/icn_free.png) 50% no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 2.3rem;
    margin-bottom: 1.95rem
}

.title___3M6eT {
    padding-bottom: 7px;
    font-size: 1.6rem
}

.description___1GCoY {
    font-size: 1.2rem;
    color: #999
}

.imgLogo___2hbj4 {
    margin: 1rem .8rem;
    width: 5.2rem;
    height: 5.2rem
}

.container___39ijY {
    background: #fff;
    margin-top: 15px
}

.scrollMainContainer___38LA5 {
    height: 120px;
    width: 100%;
    overflow: hidden
}

@keyframes scrollChild___2_du1 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(calc(-100% + 8rem))
    }
}

.scrollContainer___3szPi {
    animation: scrollChild___2_du1 60s linear infinite;
    width: 100%
}

.scrollContainer___3szPi table {
    margin: .4rem .9rem 0 1.2rem;
    width: calc(100% - 2rem);
    font-size: 1.4rem
}

.scrollContainer___3szPi td {
    padding-bottom: 5px
}

.scrollContainer___3szPi td:first-child {
    width: 7.5rem
}

.scrollContainer___3szPi span {
    color: #d91d37
}

.iconRecommend___3FNDx {
    background: url(/mobile/hotReload/addon/other/index_remengcaizhong.png) 50% no-repeat;
    background-size: contain
}

.hotList___1rlZq {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 15px
}

.iconRecommend___2DKFT {
    background: url(/mobile/hotReload/addon/other/index_remengcaizhong.png) 50% no-repeat;
    background-size: contain
}

.listItem___2AyB6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - .5px);
    border-bottom: 1px solid #f5f5f5;
    padding-right: .8rem;
    word-break: break-word
}

.listItem___2AyB6:nth-of-type(odd) {
    border-right: 1px solid #f5f5f5
}

.listRightItem___2yQXI {
    -ms-flex: 1 1;
    flex: 1 1
}

.title___2jcI3 {
    padding-bottom: 7px;
    font-size: 1.6rem
}

.description___3Dmlw {
    font-size: 1.2rem;
    color: #999
}

.imgLogo___3dA_V,.imgMore___277YC {
    margin: 1rem .8rem;
    width: 5.2rem;
    height: 5.2rem
}

.imgMore___277YC {
    background: url(/mobile/hotReload/gameIcon/more.png) 50% no-repeat;
    background-size: contain
}

.announcementDialog___1Qr2k .am-modal {
    width: 350px;
    margin-top: -8rem
}

.announcementDialog___1Qr2k .am-modal-content {
    padding-top: 0;
    background-color: transparent
}

.announcementDialog___1Qr2k .am-modal-header {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/mobile/wap/common/maintenance_top.png);
    height: 188px;
    padding: 0;
    width: 100%
}

.announcementDialog___1Qr2k .am-modal-body {
    margin: -1px 41px 0 28px;
    color: #000;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 1.5rem
}

.maintenanceBody___24P0K {
    min-height: 10rem;
    text-align: initial
}

.textTime___3VNRC {
    color: #f40101
}

.service___3B3M6 {
    text-align: initial;
    color: #007cff
}

.service___3B3M6 a:visited {
    color: #007cff
}

.disableService___1a4eH {
    color: #999
}

@keyframes falling___3fOJx {
    0% {
        top: -10%
    }

    to {
        top: 110%
    }
}

@keyframes swinging___mBl2n {
    0% {
        transform: translateX(0) rotate(0deg)
    }

    30% {
        transform: translateX(100px) rotate(1turn)
    }

    65% {
        transform: translateX(-70px) rotate(-240deg)
    }

    to {
        transform: translateX(0) rotate(0deg)
    }
}

.confetti___3ZofA {
    background: url(/mobile/festival/plum-flower.png) 50% no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: -10%;
    opacity: .5;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    animation-name: falling___3fOJx,swinging___mBl2n;
    animation-timing-function: ease-in-out,ease-in-out
}

.confetti___3ZofA:first-of-type {
    width: 1.040308582128894rem;
    height: 1.040308582128894rem;
    left: 58.18886750637113%;
    animation-delay: .6860049546361555s,1.2304659684994608s;
    animation-duration: 13.688641232842366s,13.027383803309812s
}

.confetti___3ZofA:nth-of-type(2) {
    width: 1.0712110666070005rem;
    height: 1.0712110666070005rem;
    left: 84.9666186641208%;
    animation-delay: 5.904924141319114s,.38856754620774625s;
    animation-duration: 16.663601030484987s,13.66097000012583s
}

.confetti___3ZofA:nth-of-type(3) {
    width: 1.1302715856586947rem;
    height: 1.1302715856586947rem;
    left: 82.21344172356268%;
    animation-delay: 4.15451970843489s,.7762644502315323s;
    animation-duration: 16.906376666857515s,12.513810222388965s
}

.confetti___3ZofA:nth-of-type(4) {
    width: .6858300890010677rem;
    height: .6858300890010677rem;
    left: 90.73648646232591%;
    animation-delay: 4.449625882070725s,.972111553193979s;
    animation-duration: 15.148334816185661s,12.675395726676452s
}

.confetti___3ZofA:nth-of-type(5) {
    width: .8808783001408279rem;
    height: .8808783001408279rem;
    left: 45.62419047444051%;
    animation-delay: 6.914735899767043s,.5190954551789604s;
    animation-duration: 15.537666299567578s,15.320309740218587s
}

.confetti___3ZofA:nth-of-type(6) {
    width: .20218791416247495rem;
    height: .20218791416247495rem;
    left: 90.18881344310921%;
    animation-delay: .3777101793751765s,.6842254257088203s;
    animation-duration: 16.847444677022914s,13.878310329192765s
}

.confetti___3ZofA:nth-of-type(7) {
    width: .3239013188566014rem;
    height: .3239013188566014rem;
    left: 2.2684832004048117%;
    animation-delay: 1.499306131151494s,1.411762444621s;
    animation-duration: 12.565666276315323s,12.900265291177703s
}

.confetti___3ZofA:nth-of-type(8) {
    width: .10648679674994178rem;
    height: .10648679674994178rem;
    left: 88.72121455627729%;
    animation-delay: 1.2959707411338321s,.7936800367619932s;
    animation-duration: 15.516423089654754s,12.452375874630851s
}

.confetti___3ZofA:nth-of-type(9) {
    width: .10397299522936247rem;
    height: .10397299522936247rem;
    left: 94.20395330026601%;
    animation-delay: 5.513736112107198s,1.7303351118644708s;
    animation-duration: 15.209381572316353s,13.567153430272496s
}

.confetti___3ZofA:nth-of-type(10) {
    width: .5149412190221895rem;
    height: .5149412190221895rem;
    left: 28.149559161070467%;
    animation-delay: 7.680751635824013s,.6072022520624811s;
    animation-duration: 16.206517001580856s,12.027313594484077s
}

.confetti___3ZofA:nth-of-type(11) {
    width: .2138640900550528rem;
    height: .2138640900550528rem;
    left: 17.664238962871586%;
    animation-delay: 1.4368059038568575s,.7504197064855029s;
    animation-duration: 14.35913527487462s,12.630435479136885s
}

.confetti___3ZofA:nth-of-type(12) {
    width: .9313615875277071rem;
    height: .9313615875277071rem;
    left: 57.72088524247572%;
    animation-delay: 2.5594387533624214s,.5098991003550677s;
    animation-duration: 12.404477128969772s,13.775994336055264s
}

.confetti___3ZofA:nth-of-type(13) {
    width: .641749778120342rem;
    height: .641749778120342rem;
    left: 45.18872628513832%;
    animation-delay: .5258511379094291s,1.5165501480432986s;
    animation-duration: 12.534655325047087s,12.570572476057764s
}

.confetti___3ZofA:nth-of-type(14) {
    width: .0848074569633769rem;
    height: .0848074569633769rem;
    left: 16.37034220064812%;
    animation-delay: 6.3605250921676415s,1.2586136986677983s;
    animation-duration: 14.295066190590456s,16.590069799680553s
}

.confetti___3ZofA:nth-of-type(15) {
    width: .7761353009328794rem;
    height: .7761353009328794rem;
    left: 85.16188887514981%;
    animation-delay: 5.3813542606421425s,1.039613377962521s;
    animation-duration: 16.186975954740557s,12.818714188996505s
}

.confetti___3ZofA:nth-of-type(16) {
    width: .2614356619220892rem;
    height: .2614356619220892rem;
    left: 87.79976468550873%;
    animation-delay: 7.223578678369147s,1.695547113098788s;
    animation-duration: 15.773200509751529s,15.71556499517327s
}

.confetti___3ZofA:nth-of-type(17) {
    width: .6065501515026451rem;
    height: .6065501515026451rem;
    left: 54.93101676751799%;
    animation-delay: 4.696976196695466s,1.3308986997687957s;
    animation-duration: 14.54524096446087s,14.022403663777393s
}

.confetti___3ZofA:nth-of-type(18) {
    width: .6178848608613826rem;
    height: .6178848608613826rem;
    left: 1.0472030127553567%;
    animation-delay: 4.715581029258862s,1.5069734657381737s;
    animation-duration: 13.790579589286262s,16.801617522302408s
}

.confetti___3ZofA:nth-of-type(19) {
    width: .9232308345861773rem;
    height: .9232308345861773rem;
    left: 7.277606623785724%;
    animation-delay: 1.9799250669775095s,1300.00290068435ms;
    animation-duration: 14.686352768716134s,15.67602799985059s
}

.confetti___3ZofA:nth-of-type(20) {
    width: .488386243550553rem;
    height: .488386243550553rem;
    left: 82.46515893351805%;
    animation-delay: 7.548988609016508s,.7299827978182729s;
    animation-duration: 14.365381023797141s,15.022351113223019s
}

.confetti___3ZofA:nth-of-type(21) {
    width: .32830516996713194rem;
    height: .32830516996713194rem;
    left: 75.8231945622375%;
    animation-delay: 2.264020689437345s,1.0303653605225414s;
    animation-duration: 14.071253437588048s,16.933234503221463s
}

.confetti___3ZofA:nth-of-type(22) {
    width: .049178815316668074rem;
    height: .049178815316668074rem;
    left: 79.13217605779882%;
    animation-delay: 1.6740149662612058s,.3685629523874301s;
    animation-duration: 14.419203150497054s,16.705506945299753s
}

.confetti___3ZofA:nth-of-type(23) {
    width: 1.1108945926517204rem;
    height: 1.1108945926517204rem;
    left: 32.57922546062502%;
    animation-delay: 3.2077225890875987s,5.086503689117006ms;
    animation-duration: 15.89071442470059s,12.182613615862605s
}

.confetti___3ZofA:nth-of-type(24) {
    width: .264147801793203rem;
    height: .264147801793203rem;
    left: 7.5342813145916%;
    animation-delay: 4.5837504816366685s,9.148996194063841ms;
    animation-duration: 13.405341523800425s,15.544324607717769s
}

.confetti___3ZofA:nth-of-type(25) {
    width: .1386065526673521rem;
    height: .1386065526673521rem;
    left: 36.99860825286167%;
    animation-delay: 2.3112547093715605s,.9061241518930108s;
    animation-duration: 13.768446193357887s,16.14549946158757s
}

.confetti___3ZofA:nth-of-type(26) {
    width: 1.07205871308134rem;
    height: 1.07205871308134rem;
    left: 46.387910652705564%;
    animation-delay: .06724987765144874s,1.2966745527638723s;
    animation-duration: 12.972015611147986s,14.38150294364084s
}

.confetti___3ZofA:nth-of-type(27) {
    width: 1.1422619989349767rem;
    height: 1.1422619989349767rem;
    left: 93.33311342398636%;
    animation-delay: 4.329967031775089s,.3004833155707045s;
    animation-duration: 13.544787222361778s,12.254407758832793s
}

.confetti___3ZofA:nth-of-type(28) {
    width: .9770957554779228rem;
    height: .9770957554779228rem;
    left: 49.921099521181695%;
    animation-delay: 3.3309461935923714s,1.1460419076782604s;
    animation-duration: 16.546342531422816s,12.438389433605893s
}

.confetti___3ZofA:nth-of-type(29) {
    width: .6750204572459279rem;
    height: .6750204572459279rem;
    left: 84.88186802730505%;
    animation-delay: 6.733513488466079s,1.7086917439579272s;
    animation-duration: 13.951042074162375s,12.985111322102421s
}

.confetti___3ZofA:nth-of-type(30) {
    width: .5956126499216386rem;
    height: .5956126499216386rem;
    left: 44.24571387887339%;
    animation-delay: 6.559984064661332s,.3627034431201763s;
    animation-duration: 16.377133323850842s,14.286399443171778s
}

.confetti___3ZofA:nth-of-type(31) {
    width: .8189315470422925rem;
    height: .8189315470422925rem;
    left: 89.97606556997111%;
    animation-delay: 4.503112602454902s,.08698420744520341s;
    animation-duration: 15.00477266984069s,13.154655017639016s
}

.confetti___3ZofA:nth-of-type(32) {
    width: .47757770199220984rem;
    height: .47757770199220984rem;
    left: .36137590387700036%;
    animation-delay: 7.230043896588562s,1.8184104957598s;
    animation-duration: 13.210939403655695s,12.872300850248072s
}

.confetti___3ZofA:nth-of-type(33) {
    width: .9790212708304815rem;
    height: .9790212708304815rem;
    left: 18.411513902891986%;
    animation-delay: 5.130418082389289s,53.32790514772911ms;
    animation-duration: 15.101112982782631s,14.364194917301441s
}

.confetti___3ZofA:nth-of-type(34) {
    width: .9381418687348475rem;
    height: .9381418687348475rem;
    left: 89.59027285813535%;
    animation-delay: .4252893508672102s,.8621508291776379s;
    animation-duration: 16.75370881390073s,13.742207834962105s
}

.confetti___3ZofA:nth-of-type(35) {
    width: .28001378562579216rem;
    height: .28001378562579216rem;
    left: 80.32029224416766%;
    animation-delay: 2.0973449975766076s,.3938883047516968s;
    animation-duration: 15.856537761201224s,15.859324572895705s
}

.confetti___3ZofA:nth-of-type(36) {
    width: 1.0973770509049456rem;
    height: 1.0973770509049456rem;
    left: 55.25861375755646%;
    animation-delay: 7.51127391563589s,1.1914454724408778s;
    animation-duration: 12.514272718078626s,16.374479272342178s
}

.confetti___3ZofA:nth-of-type(37) {
    width: .31661214434207224rem;
    height: .31661214434207224rem;
    left: 84.72223156542861%;
    animation-delay: 4.271816430439658s,1.455532656484246s;
    animation-duration: 12.4547626658035s,16.568190138981784s
}

.confetti___3ZofA:nth-of-type(38) {
    width: 1.0441761979062787rem;
    height: 1.0441761979062787rem;
    left: 27.940721506445755%;
    animation-delay: 3.3009672022128953s,1.7200261161560753s;
    animation-duration: 13.584718759797498s,16.560690756291493s
}

.confetti___3ZofA:nth-of-type(39) {
    width: .5140765428178816rem;
    height: .5140765428178816rem;
    left: 37.70392949828503%;
    animation-delay: 1.6932289530470346s,1.9609088017409992s;
    animation-duration: 12.231322513486521s,13.127413382216169s
}

.confetti___3ZofA:nth-of-type(40) {
    width: .08332044845907642rem;
    height: .08332044845907642rem;
    left: 41.70171799501001%;
    animation-delay: 6.624683090881591s,.798146639087538s;
    animation-duration: 15.843604589623702s,14.341160674669185s
}

.confetti___3ZofA:nth-of-type(41) {
    width: .4842122713349825rem;
    height: .4842122713349825rem;
    left: 70.48244319484718%;
    animation-delay: 2.4563241758199794s,1.2544139710041828s;
    animation-duration: 12.863577579711594s,13.389495608196588s
}

.confetti___3ZofA:nth-of-type(42) {
    width: .9470216891664179rem;
    height: .9470216891664179rem;
    left: 49.8859014729524%;
    animation-delay: 3.712721089531623s,1.2943794963975233s;
    animation-duration: 15.273989830050581s,15.8820390514981s
}

.confetti___3ZofA:nth-of-type(43) {
    width: .5380987131521078rem;
    height: .5380987131521078rem;
    left: 64.15737671124492%;
    animation-delay: 4.704221042352076s,.2884232407990388s;
    animation-duration: 14.100255400690457s,12.665947453780165s
}

.confetti___3ZofA:nth-of-type(44) {
    width: .44877075042855813rem;
    height: .44877075042855813rem;
    left: 35.424004758091925%;
    animation-delay: 7.142279521620802s,1.3587165091717224s;
    animation-duration: 15.016067042589897s,14.390808644545677s
}

.confetti___3ZofA:nth-of-type(45) {
    width: 1.0605858584281183rem;
    height: 1.0605858584281183rem;
    left: 77.29605894354417%;
    animation-delay: 3.8154089753379257s,1.0510411549957666s;
    animation-duration: 16.120692122720108s,15.747058463444677s
}

.confetti___3ZofA:nth-of-type(46) {
    width: .13975311253447895rem;
    height: .13975311253447895rem;
    left: 74.83776838730635%;
    animation-delay: 6.518633860682149s,.8037981201577211s;
    animation-duration: 14.519606481026601s,15.467336498190656s
}

.confetti___3ZofA:nth-of-type(47) {
    width: .9903453182263111rem;
    height: .9903453182263111rem;
    left: 23.619161847167568%;
    animation-delay: 3.4262366341499693s,.20759383259980124s;
    animation-duration: 12.228609136588714s,15.845351240086163s
}

.confetti___3ZofA:nth-of-type(48) {
    width: .918042800660992rem;
    height: .918042800660992rem;
    left: 2.8652333074764025%;
    animation-delay: 6.365079938654619s,.6516431226584984s;
    animation-duration: 14.66115848098412s,13.879924972106306s
}

.confetti___3ZofA:nth-of-type(49) {
    width: .16312257599377017rem;
    height: .16312257599377017rem;
    left: 14.619107165644344%;
    animation-delay: 1.3871451981077563s,1.4266158865813532s;
    animation-duration: 15.927881316957837s,14.912387798113512s
}

.confetti___3ZofA:nth-of-type(50) {
    width: .6406004415918131rem;
    height: .6406004415918131rem;
    left: 50.363512837534074%;
    animation-delay: .45847607296150805s,.7288386479788738s;
    animation-duration: 15.104523301762534s,14.222999153674603s
}

.confetti___3ZofA:nth-of-type(51) {
    width: .09523868696501515rem;
    height: .09523868696501515rem;
    left: 74.30234332021914%;
    animation-delay: .8435781247407093s,1.4829432251818968s;
    animation-duration: 13.575656513483661s,15.267191821311666s
}

.confetti___3ZofA:nth-of-type(52) {
    width: .1491631801018257rem;
    height: .1491631801018257rem;
    left: 38.15529338812765%;
    animation-delay: 3.350949355299994s,1.9916538093459506s;
    animation-duration: 16.293658914993284s,14.215642529295945s
}

.confetti___3ZofA:nth-of-type(53) {
    width: 1.108529187195866rem;
    height: 1.108529187195866rem;
    left: 43.48970126847759%;
    animation-delay: 2.8023994001564674s,.7644354887612441s;
    animation-duration: 16.44883993757279s,13.512912398689917s
}

.confetti___3ZofA:nth-of-type(54) {
    width: 1.0408728636988405rem;
    height: 1.0408728636988405rem;
    left: 49.09301426711854%;
    animation-delay: 3.548001452559209s,1.548072674907789s;
    animation-duration: 13.567141356813787s,13.03650429062367s
}

.confetti___3ZofA:nth-of-type(55) {
    width: .3566950077864849rem;
    height: .3566950077864849rem;
    left: 81.85860661190912%;
    animation-delay: 4.234717265760141s,1.5479605644790984s;
    animation-duration: 14.965526484083542s,16.591877299650463s
}

.confetti___3ZofA:nth-of-type(56) {
    width: .20149850600926625rem;
    height: .20149850600926625rem;
    left: 39.28315517504325%;
    animation-delay: .22025229100068167s,.4413476191068222s;
    animation-duration: 15.091008442426723s,13.347224048280593s
}

.confetti___3ZofA:nth-of-type(57) {
    width: .4758437125033472rem;
    height: .4758437125033472rem;
    left: 72.21772322028431%;
    animation-delay: 5.039420151533863s,.6042023986497624s;
    animation-duration: 16.02430959540166s,16.48102080772557s
}

.confetti___3ZofA:nth-of-type(58) {
    width: .9752059360596232rem;
    height: .9752059360596232rem;
    left: .8988788271825676%;
    animation-delay: 7.662821916202599s,.1655235738184575s;
    animation-duration: 16.062457196170843s,12.040924457795015s
}

.confetti___3ZofA:nth-of-type(59) {
    width: .887982950576455rem;
    height: .887982950576455rem;
    left: 26.186580849700842%;
    animation-delay: 7.56708434914839s,1.0718819559313242s;
    animation-duration: 13.5102316212525s,13.455692385588167s
}

.confetti___3ZofA:nth-of-type(60) {
    width: .8898697752647876rem;
    height: .8898697752647876rem;
    left: 73.26617278192515%;
    animation-delay: 3.2085753607757272s,.43388412608887617s;
    animation-duration: 16.27531632536899s,13.398625175794134s
}

.confetti___3ZofA:nth-of-type(61) {
    width: 1.0245725118258162rem;
    height: 1.0245725118258162rem;
    left: 69.35500732232688%;
    animation-delay: 2.3252631802945594s,.23234618946325458s;
    animation-duration: 14.42454479441104s,16.375705424667608s
}

.confetti___3ZofA:nth-of-type(62) {
    width: .3177329075299064rem;
    height: .3177329075299064rem;
    left: 46.372600876314806%;
    animation-delay: 4.819153446830114s,.4608821598838846s;
    animation-duration: 16.333905273066495s,14.988710101041026s
}

.confetti___3ZofA:nth-of-type(63) {
    width: .9247009479606516rem;
    height: .9247009479606516rem;
    left: 87.67348359441634%;
    animation-delay: 4.9373757428570055s,1.5453714406664343s;
    animation-duration: 12.659651444204973s,13.193732528687208s
}

.confetti___3ZofA:nth-of-type(64) {
    width: .9545062064651002rem;
    height: .9545062064651002rem;
    left: 28.33643612400405%;
    animation-delay: 6.511424391164926s,1.7674221934566305s;
    animation-duration: 15.217963927064158s,12.258100805351841s
}

.confetti___3ZofA:nth-of-type(65) {
    width: .9616048028002299rem;
    height: .9616048028002299rem;
    left: .7622190896552983%;
    animation-delay: 2.579909911951777s,1.961176012342344s;
    animation-duration: 15.483660881939315s,14.345075722074558s
}

.confetti___3ZofA:nth-of-type(66) {
    width: .16509915632948235rem;
    height: .16509915632948235rem;
    left: 40.43223410223634%;
    animation-delay: 2.7163287145208486s,1.3035871564042751s;
    animation-duration: 15.948681743493783s,12.152111915491584s
}

.confetti___3ZofA:nth-of-type(67) {
    width: .27094220405288805rem;
    height: .27094220405288805rem;
    left: 24.476939182058054%;
    animation-delay: 7.5246434544920096s,.22652383705349965s;
    animation-duration: 16.365695239258926s,14.794177114183428s
}

.confetti___3ZofA:nth-of-type(68) {
    width: .15719064651763617rem;
    height: .15719064651763617rem;
    left: 32.65470014776745%;
    animation-delay: 6.477791522577748s,1.2200068113597275s;
    animation-duration: 16.981593891112986s,12.94918449349758s
}

.confetti___3ZofA:nth-of-type(69) {
    width: 1.043082563289081rem;
    height: 1.043082563289081rem;
    left: 1.4188912372848883%;
    animation-delay: 7.183704587461916s,.15762953394719537s;
    animation-duration: 13.4031712480392s,13.042140961228172s
}

.confetti___3ZofA:nth-of-type(70) {
    width: .07719596541047888rem;
    height: .07719596541047888rem;
    left: 14.550275237817441%;
    animation-delay: 3.018166869277559s,1.554202487761763s;
    animation-duration: 16.839104008055997s,13.279658341587917s
}

.confetti___3ZofA:nth-of-type(71) {
    width: .30720570326174473rem;
    height: .30720570326174473rem;
    left: 32.442713784559785%;
    animation-delay: 3.9515050969716707s,1.4109653340479036s;
    animation-duration: 12.64590866672295s,16.344403324414067s
}

.confetti___3ZofA:nth-of-type(72) {
    width: .6043261104178147rem;
    height: .6043261104178147rem;
    left: 7.979415216486564%;
    animation-delay: 5.291491732924518s,.4653327634431399s;
    animation-duration: 13.399336954116656s,14.863839824182731s
}

.confetti___3ZofA:nth-of-type(73) {
    width: .9063651678803816rem;
    height: .9063651678803816rem;
    left: 19.41891758227895%;
    animation-delay: 7.363564605555839s,.10416559099605083s;
    animation-duration: 13.788508140936942s,12.650178472398816s
}

.confetti___3ZofA:nth-of-type(74) {
    width: .5535939177399836rem;
    height: .5535939177399836rem;
    left: 25.987746715859313%;
    animation-delay: 2.145354705754137s,.40125394043375184s;
    animation-duration: 12.027541198234784s,13.456473154602484s
}

.confetti___3ZofA:nth-of-type(75) {
    width: .3033824521747204rem;
    height: .3033824521747204rem;
    left: 78.90300158801641%;
    animation-delay: .6253209119477319s,.23335654418249607s;
    animation-duration: 12.52410070560183s,15.923727758072198s
}

.confetti___3ZofA:nth-of-type(76) {
    width: .40674353899108373rem;
    height: .40674353899108373rem;
    left: 41.978597486842574%;
    animation-delay: 1.941790677514339s,.3637057006540667s;
    animation-duration: 16.70255129137062s,15.004596400106466s
}

.confetti___3ZofA:nth-of-type(77) {
    width: .5253108983892544rem;
    height: .5253108983892544rem;
    left: 57.46029210226502%;
    animation-delay: 5.886923159094366s,1.0752211267314435s;
    animation-duration: 15.225509265649142s,12.24536736329308s
}

.confetti___3ZofA:nth-of-type(78) {
    width: .9558555752179044rem;
    height: .9558555752179044rem;
    left: 22.316063578153926%;
    animation-delay: 4.4470114466557344s,1288.37749483569ms;
    animation-duration: 13.170219819307349s,15.682943069312548s
}

.confetti___3ZofA:nth-of-type(79) {
    width: 1.156022154470727rem;
    height: 1.156022154470727rem;
    left: 77.2181906606689%;
    animation-delay: 4.907706005512132s,.9467392142219295s;
    animation-duration: 15.868969162449684s,12.987813802591859s
}

.confetti___3ZofA:nth-of-type(80) {
    width: .7133609043201031rem;
    height: .7133609043201031rem;
    left: 10.728245154400515%;
    animation-delay: 3.758419023875465s,.26691454859158625s;
    animation-duration: 13.881377832587646s,15.543357828334848s
}

.confetti___3ZofA:nth-of-type(81) {
    width: .3861569662813433rem;
    height: .3861569662813433rem;
    left: 86.91289835471467%;
    animation-delay: 3.183102479435732s,1.646088336629731s;
    animation-duration: 14.77762843614516s,15.370137773534488s
}

.confetti___3ZofA:nth-of-type(82) {
    width: .30202450780011786rem;
    height: .30202450780011786rem;
    left: 30.343660026330383%;
    animation-delay: 7.395231235998198s,.8210820609903422s;
    animation-duration: 12.969337048277547s,13.888740789257026s
}

.confetti___3ZofA:nth-of-type(83) {
    width: .897815356550217rem;
    height: .897815356550217rem;
    left: 69.65218786112936%;
    animation-delay: 2.694645233503497s,.23469375792862435s;
    animation-duration: 15.605575525817908s,13.337759427102393s
}

.confetti___3ZofA:nth-of-type(84) {
    width: 1.0295531362086376rem;
    height: 1.0295531362086376rem;
    left: 94.2811568200802%;
    animation-delay: 4.223456988428728s,.45619473502080066s;
    animation-duration: 16.315027225963345s,13.103087586701959s
}

.confetti___3ZofA:nth-of-type(85) {
    width: .2893476506552858rem;
    height: .2893476506552858rem;
    left: 88.83881143433291%;
    animation-delay: 4.845150268936591s,.5395614836645484s;
    animation-duration: 14.50351093292277s,12.825599393533171s
}

.confetti___3ZofA:nth-of-type(86) {
    width: .7069000575591559rem;
    height: .7069000575591559rem;
    left: 82.58061603419927%;
    animation-delay: 7.300215370445978s,1.7515315109900311s;
    animation-duration: 14.976729613163858s,14.43294359369941s
}

.confetti___3ZofA:nth-of-type(87) {
    width: .2551455625138362rem;
    height: .2551455625138362rem;
    left: 75.69608678078154%;
    animation-delay: 4.79895821828833s,.6242350197137521s;
    animation-duration: 13.26082813129387s,16.235862399321483s
}

.confetti___3ZofA:nth-of-type(88) {
    width: .9516114642245757rem;
    height: .9516114642245757rem;
    left: 37.19299144776158%;
    animation-delay: 6.462916738985037s,1.1433414440093035s;
    animation-duration: 14.254705540781138s,13.189122716418831s
}

.confetti___3ZofA:nth-of-type(89) {
    width: .9235095149729639rem;
    height: .9235095149729639rem;
    left: 44.15658896246092%;
    animation-delay: 1.1998706668879429s,1.8219904995647243s;
    animation-duration: 16.65939708487365s,16.52879898343349s
}

.confetti___3ZofA:nth-of-type(90) {
    width: .047891925609903116rem;
    height: .047891925609903116rem;
    left: 75.54836248503403%;
    animation-delay: 1.7964963647273215s,.3275399456311132s;
    animation-duration: 15.436285106874202s,16.22228537080467s
}

.confetti___3ZofA:nth-of-type(91) {
    width: .15125668948691712rem;
    height: .15125668948691712rem;
    left: 73.04320234063637%;
    animation-delay: 5.2770226459910266s,.9183702441682269s;
    animation-duration: 14.855729049538642s,12.368741725932418s
}

.confetti___3ZofA:nth-of-type(92) {
    width: .45887851840411675rem;
    height: .45887851840411675rem;
    left: 75.33009186756225%;
    animation-delay: 5.7846728042652895s,.37314962524341677s;
    animation-duration: 12.215955148028597s,12.038944569420599s
}

.confetti___3ZofA:nth-of-type(93) {
    width: .0906454499934175rem;
    height: .0906454499934175rem;
    left: 55.21643556421422%;
    animation-delay: 7.011446385655299s,.5856284443218729s;
    animation-duration: 16.812229491750067s,16.932339936771697s
}

.confetti___3ZofA:nth-of-type(94) {
    width: 1.0880037074866005rem;
    height: 1.0880037074866005rem;
    left: 6.495753711385616%;
    animation-delay: 6.156748043823768s,.5323837783458636s;
    animation-duration: 14.5844419129475s,12.484007505442088s
}

.confetti___3ZofA:nth-of-type(95) {
    width: .8602521945630344rem;
    height: .8602521945630344rem;
    left: 67.67114541569484%;
    animation-delay: 4.906320202610955s,1.3499106227405404s;
    animation-duration: 15.36467898811697s,16.105399145610846s
}

.confetti___3ZofA:nth-of-type(96) {
    width: .8168790001019014rem;
    height: .8168790001019014rem;
    left: 35.29827484436951%;
    animation-delay: .14776035353024497s,.019886412155670108s;
    animation-duration: 12.44277969888105s,15.489220530080749s
}

.confetti___3ZofA:nth-of-type(97) {
    width: .6605894637265078rem;
    height: .6605894637265078rem;
    left: 39.9413271880404%;
    animation-delay: 4.857560620585804s,1.5274276324759146s;
    animation-duration: 14.397539099208336s,16.565624782130016s
}

.confetti___3ZofA:nth-of-type(98) {
    width: .22213531594546446rem;
    height: .22213531594546446rem;
    left: 34.418551965717036%;
    animation-delay: 6.579681997432031s,1.5945151317505575s;
    animation-duration: 12.492648297332353s,16.601526256158053s
}

.confetti___3ZofA:nth-of-type(99) {
    width: .6765294153512611rem;
    height: .6765294153512611rem;
    left: 43.99052506283361%;
    animation-delay: 5.859845509211796s,.30015207615786643s;
    animation-duration: 12.059658062864592s,12.54553702132544s
}

.confetti___3ZofA:nth-of-type(100) {
    width: .7486969745986249rem;
    height: .7486969745986249rem;
    left: 9.483674272628505%;
    animation-delay: 7.104678531865254s,.4942196045448153s;
    animation-duration: 15.37164011023321s,14.61174624402612s
}

.confetti___3ZofA:nth-of-type(101) {
    width: .4305972581909823rem;
    height: .4305972581909823rem;
    left: 25.662874163064945%;
    animation-delay: .15773497510091872s,.49248299175067123s;
    animation-duration: 14.943212196013171s,15.574228954317865s
}

.confetti___3ZofA:nth-of-type(102) {
    width: .6354394195724066rem;
    height: .6354394195724066rem;
    left: 76.13512546080128%;
    animation-delay: 6.936215010707137s,.7421832126783388s;
    animation-duration: 15.364477863724705s,12.624059395185446s
}

.confetti___3ZofA:nth-of-type(103) {
    width: .5523717408595404rem;
    height: .5523717408595404rem;
    left: 35.840058995750255%;
    animation-delay: 1.8845759967370928s,.7045738880694912s;
    animation-duration: 16.2482613024545s,13.036779709908863s
}

.confetti___3ZofA:nth-of-type(104) {
    width: 1.1254577715028828rem;
    height: 1.1254577715028828rem;
    left: 25.603268198853993%;
    animation-delay: 6.731215847674317s,1.2154993386155604s;
    animation-duration: 16.213360909581027s,13.308620011371618s
}

.confetti___3ZofA:nth-of-type(105) {
    width: .4046959827700428rem;
    height: .4046959827700428rem;
    left: 60.007250909718245%;
    animation-delay: 4.092758614896869s,1.8565009171273203s;
    animation-duration: 13.529375987846155s,15.650253473395534s
}

.confetti___3ZofA:nth-of-type(106) {
    width: .9389263126613477rem;
    height: .9389263126613477rem;
    left: 41.53319508050038%;
    animation-delay: 7.817361226329735s,.29271914727719395s;
    animation-duration: 16.221746938921143s,12.01567661207095s
}

.confetti___3ZofA:nth-of-type(107) {
    width: .9995111845081804rem;
    height: .9995111845081804rem;
    left: 14.612261065925406%;
    animation-delay: 4.401164526305497s,1.6987267737393963s;
    animation-duration: 13.13305058267101s,12.044579434077207s
}

.confetti___3ZofA:nth-of-type(108) {
    width: .5789652544813134rem;
    height: .5789652544813134rem;
    left: 19.779221956060518%;
    animation-delay: 5.138475338488421s,1.422747949086189s;
    animation-duration: 12.311053464247172s,14.09228445526782s
}

.confetti___3ZofA:nth-of-type(109) {
    width: .7628523352537309rem;
    height: .7628523352537309rem;
    left: 37.57028709878304%;
    animation-delay: 4.127469314557393s,1.1980721354036081s;
    animation-duration: 15.719339750536797s,14.414449669112855s
}

.confetti___3ZofA:nth-of-type(110) {
    width: .39976012655032483rem;
    height: .39976012655032483rem;
    left: 61.886832418159955%;
    animation-delay: 5.828879628485522s,1.2214931134058142s;
    animation-duration: 16855.5409122976ms,14.857980706242135s
}

.confetti___3ZofA:nth-of-type(111) {
    width: .2769647460859108rem;
    height: .2769647460859108rem;
    left: 16.93689148938396%;
    animation-delay: 3.5518592861316076s,.9633601176988709s;
    animation-duration: 12.80748268330714s,12.779184973766426s
}

.confetti___3ZofA:nth-of-type(112) {
    width: .8379078683934997rem;
    height: .8379078683934997rem;
    left: 54.07755257725855%;
    animation-delay: 2.0202230358955244s,.2810701891984495s;
    animation-duration: 12.499709534435986s,16.724016067787744s
}

.confetti___3ZofA:nth-of-type(113) {
    width: .3594236683676166rem;
    height: .3594236683676166rem;
    left: 73.06110500918761%;
    animation-delay: 1.7579342724719158s,.7792299010919828s;
    animation-duration: 13.997650409416806s,15.305079743167948s
}

.confetti___3ZofA:nth-of-type(114) {
    width: 1.183809037014629rem;
    height: 1.183809037014629rem;
    left: 29.717911231554375%;
    animation-delay: 7.741865497580056s,.04311777529976091s;
    animation-duration: 13.91297446327079s,12.088604914455525s
}

.confetti___3ZofA:nth-of-type(115) {
    width: .21426124574198688rem;
    height: .21426124574198688rem;
    left: 79.09496155128159%;
    animation-delay: 5.229781507695954s,1.792611226075087s;
    animation-duration: 13.62574831646642s,13.787233906295002s
}

.confetti___3ZofA:nth-of-type(116) {
    width: 1.0426794943227302rem;
    height: 1.0426794943227302rem;
    left: 80.50736207603978%;
    animation-delay: 5.067682879634212s,.41503936935069685s;
    animation-duration: 14.519941381318507s,13.604562341257507s
}

.confetti___3ZofA:nth-of-type(117) {
    width: .8254934469122399rem;
    height: .8254934469122399rem;
    left: 76.91027193915338%;
    animation-delay: 3.6891317715537504s,.09288997757582917s;
    animation-duration: 15.4922485405983s,16.73262744811486s
}

.confetti___3ZofA:nth-of-type(118) {
    width: .7938808389786017rem;
    height: .7938808389786017rem;
    left: 79.35600832979964%;
    animation-delay: 7.157214736745132s,.35886725942292896s;
    animation-duration: 15.511743832259508s,12.292896369621692s
}

.confetti___3ZofA:nth-of-type(119) {
    width: 1.0481647821696385rem;
    height: 1.0481647821696385rem;
    left: 36.00595905558322%;
    animation-delay: 7.206027954847494s,1.5937263681043015s;
    animation-duration: 12.72853090276029s,12.950345914116653s
}

.confetti___3ZofA:nth-of-type(120) {
    width: .9923740249655983rem;
    height: .9923740249655983rem;
    left: 87.94152240709575%;
    animation-delay: 2.91034830524449s,1.5365608429821327s;
    animation-duration: 12.712785567023099s,13.784140904292107s
}

.confetti___3ZofA:nth-of-type(121) {
    width: .6003626162696774rem;
    height: .6003626162696774rem;
    left: 24.35103285752057%;
    animation-delay: 1.6090411653341032s,.7858836278065024s;
    animation-duration: 14.656392380407627s,12.069349368809796s
}

.confetti___3ZofA:nth-of-type(122) {
    width: .7180999087211357rem;
    height: .7180999087211357rem;
    left: 55.76059950647534%;
    animation-delay: 2.120695399818473s,1.9807095894753077s;
    animation-duration: 15.70009303830428s,12.597695928118135s
}

.confetti___3ZofA:nth-of-type(123) {
    width: .31559423857292496rem;
    height: .31559423857292496rem;
    left: 2.935236031346408%;
    animation-delay: 4.155524970052955s,1.7451007598674124s;
    animation-duration: 16.880502601781025s,13.180648270057038s
}

.confetti___3ZofA:nth-of-type(124) {
    width: .6196704081042449rem;
    height: .6196704081042449rem;
    left: 25.221505932369094%;
    animation-delay: 5.190376646156917s,.5715068383247948s;
    animation-duration: 13.524756329904905s,16.45876532117402s
}

.confetti___3ZofA:nth-of-type(125) {
    width: .5501657084432159rem;
    height: .5501657084432159rem;
    left: 87.80161958646238%;
    animation-delay: 1.7029158462870608s,1.9993116229651893s;
    animation-duration: 13.24591586730429s,16.251945674336522s
}

.confetti___3ZofA:nth-of-type(126) {
    width: .5285613283087024rem;
    height: .5285613283087024rem;
    left: 94.74446322852855%;
    animation-delay: 5.009277521655283s,1.4767476148263947s;
    animation-duration: 15.346907920409073s,14.905158109251207s
}

.confetti___3ZofA:nth-of-type(127) {
    width: .8437770207602157rem;
    height: .8437770207602157rem;
    left: 2.132791842759861%;
    animation-delay: 2.007363265412959s,1.7232745072435658s;
    animation-duration: 16.326710256712662s,16.7421616033464s
}

.confetti___3ZofA:nth-of-type(128) {
    width: .956792143077195rem;
    height: .956792143077195rem;
    left: 15.55001957027638%;
    animation-delay: 4.358748847619575s,1.8398994625557297s;
    animation-duration: 15.247703776464174s,13.605735495677795s
}

.confetti___3ZofA:nth-of-type(129) {
    width: .44773417929842285rem;
    height: .44773417929842285rem;
    left: 51.55470055759321%;
    animation-delay: 7.005273063699638s,1.918405601876608s;
    animation-duration: 14.209751243997816s,13.233632405099009s
}

.confetti___3ZofA:nth-of-type(130) {
    width: 1.0892598990644473rem;
    height: 1.0892598990644473rem;
    left: 4.858374769715366%;
    animation-delay: 5.780149808168236s,1.1088137305171455s;
    animation-duration: 13.080987422395514s,12.439475984953273s
}

.confetti___3ZofA:nth-of-type(131) {
    width: 1.0082337521690405rem;
    height: 1.0082337521690405rem;
    left: 53.63423483783827%;
    animation-delay: 7.55162020851701s,.3646280841128311s;
    animation-duration: 14.451329013643917s,14.255458907063876s
}

.confetti___3ZofA:nth-of-type(132) {
    width: .09810354244469277rem;
    height: .09810354244469277rem;
    left: 7.686601286316309%;
    animation-delay: 6.541081253611317s,1.5431439878615212s;
    animation-duration: 16.91966005232634s,14.569456542634883s
}

.confetti___3ZofA:nth-of-type(133) {
    width: .06975948410194777rem;
    height: .06975948410194777rem;
    left: 5.3660819629136824%;
    animation-delay: 4.81495724059843s,.21022595289480517s;
    animation-duration: 15.799868976797526s,14.34310846676581s
}

.confetti___3ZofA:nth-of-type(134) {
    width: .9619445964897101rem;
    height: .9619445964897101rem;
    left: 70.03869127979026%;
    animation-delay: 2.3324739752711476s,.08132661691357912s;
    animation-duration: 12.275918429069206s,12.685153099149144s
}

.confetti___3ZofA:nth-of-type(135) {
    width: 1.0428684140648574rem;
    height: 1.0428684140648574rem;
    left: 85.19862558546625%;
    animation-delay: .5096561150274024s,.30635473971542604s;
    animation-duration: 15.758954384948007s,14.125676599299762s
}

.confetti___3ZofA:nth-of-type(136) {
    width: .5636217285599249rem;
    height: .5636217285599249rem;
    left: 12.247254218722714%;
    animation-delay: 4.188328620911031s,1.1852398901756471s;
    animation-duration: 13.108132696387747s,15.16812518340509s
}

.confetti___3ZofA:nth-of-type(137) {
    width: .7853861017298166rem;
    height: .7853861017298166rem;
    left: 93.12615761909663%;
    animation-delay: 5.115161891336799s,.5943093972227422s;
    animation-duration: 14.2618142432774s,12.826312353773433s
}

.confetti___3ZofA:nth-of-type(138) {
    width: .8827261853061702rem;
    height: .8827261853061702rem;
    left: 31.979519253577518%;
    animation-delay: 1.9193876649708201s,1.2571435289622443s;
    animation-duration: 16.811649573626006s,15.023584961190565s
}

.confetti___3ZofA:nth-of-type(139) {
    width: .8175972949835347rem;
    height: .8175972949835347rem;
    left: 71.28212920709593%;
    animation-delay: 4.825981095720877s,.8121634311436843s;
    animation-duration: 12.372195203276755s,15.18333556415555s
}

.confetti___3ZofA:nth-of-type(140) {
    width: .36127522938241546rem;
    height: .36127522938241546rem;
    left: 43.3432674501601%;
    animation-delay: 3.1426433224488672s,1.252710709210969s;
    animation-duration: 16.7381563260552s,13.11625994533849s
}

.confetti___3ZofA:nth-of-type(141) {
    width: 1.0285288708742695rem;
    height: 1.0285288708742695rem;
    left: 44.90025137655827%;
    animation-delay: 5.514995649215306s,1.5652484030415663s;
    animation-duration: 16.884175961353357s,16.699922061782644s
}

.confetti___3ZofA:nth-of-type(142) {
    width: .40569614456897113rem;
    height: .40569614456897113rem;
    left: 33.42621188613399%;
    animation-delay: 4.662222481094963s,.1289579451452929s;
    animation-duration: 12.222303007766246s,13.526670059630813s
}

.confetti___3ZofA:nth-of-type(143) {
    width: .8923800042643605rem;
    height: .8923800042643605rem;
    left: 17.686739059723926%;
    animation-delay: 4.103497574941917s,.4230554208286623s;
    animation-duration: 13.531076419752873s,14.94812973286028s
}

.confetti___3ZofA:nth-of-type(144) {
    width: .365014331049776rem;
    height: .365014331049776rem;
    left: 21.570334047243403%;
    animation-delay: .053145849343831486s,1.8373297818480077s;
    animation-duration: 15.952019887013824s,16.0528797707112s
}

.confetti___3ZofA:nth-of-type(145) {
    width: .303170469852673rem;
    height: .303170469852673rem;
    left: 56.15938216160373%;
    animation-delay: 3.5215374502668233s,1.4139901445048535s;
    animation-duration: 13.645368077911634s,14.08300563133567s
}

.confetti___3ZofA:nth-of-type(146) {
    width: .7463241196571502rem;
    height: .7463241196571502rem;
    left: 6.37136355376216%;
    animation-delay: 7.134550490679075s,1.70228138809542s;
    animation-duration: 13.140957492759592s,16.51578558593292s
}

.confetti___3ZofA:nth-of-type(147) {
    width: .26236765710570936rem;
    height: .26236765710570936rem;
    left: 92.16214428592531%;
    animation-delay: 2.2683158189305086s,1.7260378929795244s;
    animation-duration: 14.53807907352504s,13.054135209171784s
}

.confetti___3ZofA:nth-of-type(148) {
    width: .27051561459261186rem;
    height: .27051561459261186rem;
    left: 56.71220436500041%;
    animation-delay: 1.3981156865465856s,1.174857500391894s;
    animation-duration: 16.725125011041904s,12.401049524116479s
}

.confetti___3ZofA:nth-of-type(149) {
    width: .9926545138863199rem;
    height: .9926545138863199rem;
    left: 4.049433704189168%;
    animation-delay: .7717969478005617s,.2208957292043352s;
    animation-duration: 12.370948962034577s,14.898631456342994s
}

.confetti___3ZofA:nth-of-type(150) {
    width: .5158386349225105rem;
    height: .5158386349225105rem;
    left: 59.28177865384688%;
    animation-delay: 7.935263679738279s,1.8981512496860056s;
    animation-duration: 15.544512228996485s,12.743492472947999s
}

.confetti___3ZofA:nth-of-type(151) {
    width: .03456021342643405rem;
    height: .03456021342643405rem;
    left: 71.57056764613887%;
    animation-delay: .6178838270540083s,1.1049332798214202s;
    animation-duration: 14.312458699583033s,15.029933795716056s
}

.confetti___3ZofA:nth-of-type(152) {
    width: .5921865054426472rem;
    height: .5921865054426472rem;
    left: 84.96562542404958%;
    animation-delay: .8581852981374993s,1.0413067046710753s;
    animation-duration: 12.557669705476476s,15.134963645771915s
}

.confetti___3ZofA:nth-of-type(153) {
    width: 1.0878348068386101rem;
    height: 1.0878348068386101rem;
    left: 43.36840249214437%;
    animation-delay: 6.893628360111638s,.09362822721156006s;
    animation-duration: 15.003480617515343s,12.868426408395088s
}

.confetti___3ZofA:nth-of-type(154) {
    width: .6450889614410552rem;
    height: .6450889614410552rem;
    left: 88.28783311980874%;
    animation-delay: .30005591336257176s,1.7968431468864208s;
    animation-duration: 15.398860251482127s,16.470426251879147s
}

.confetti___3ZofA:nth-of-type(155) {
    width: .33511699668731143rem;
    height: .33511699668731143rem;
    left: 8.807741793192648%;
    animation-delay: 7.8346726091746834s,1.5054880357199956s;
    animation-duration: 12.903825210998146s,15.965454190013059s
}

.confetti___3ZofA:nth-of-type(156) {
    width: .4775346710248378rem;
    height: .4775346710248378rem;
    left: 62.13741915383719%;
    animation-delay: 7.296000643965954s,.19847383140867025s;
    animation-duration: 13.309552013587664s,15.939537154214758s
}

.confetti___3ZofA:nth-of-type(157) {
    width: .015604351145417715rem;
    height: .015604351145417715rem;
    left: 85.28704775014336%;
    animation-delay: .38951102996217735s,1.758627874981744s;
    animation-duration: 16.54172731818554s,14.803370072758261s
}

.confetti___3ZofA:nth-of-type(158) {
    width: 1.1901823683063897rem;
    height: 1.1901823683063897rem;
    left: 1.2142487293796622%;
    animation-delay: 1.0049828236639247s,1.3963852966687114s;
    animation-duration: 12.458581163392717s,15.527640144705837s
}

.confetti___3ZofA:nth-of-type(159) {
    width: .26734350893954184rem;
    height: .26734350893954184rem;
    left: 38.06587435378346%;
    animation-delay: 6.883536830058011s,1.6800649634143219s;
    animation-duration: 15.462931946895775s,13.115165574824765s
}

.confetti___3ZofA:nth-of-type(160) {
    width: 1.0165266937129918rem;
    height: 1.0165266937129918rem;
    left: 67.99244211633751%;
    animation-delay: 7.775912848175405s,1.8223573652094238s;
    animation-duration: 13.701743767392498s,15.970051680571657s
}

.confetti___3ZofA:nth-of-type(161) {
    width: .3430061983434394rem;
    height: .3430061983434394rem;
    left: 69.29568175471624%;
    animation-delay: 7.644948032516089s,.8544518508176595s;
    animation-duration: 14.943270242099178s,16.042143349306215s
}

.confetti___3ZofA:nth-of-type(162) {
    width: .36770199637445894rem;
    height: .36770199637445894rem;
    left: 22.899358713418138%;
    animation-delay: 7.569220073338592s,1.0335665271189485s;
    animation-duration: 12.913449610741838s,16.65502034916606s
}

.confetti___3ZofA:nth-of-type(163) {
    width: 1.0739816768801154rem;
    height: 1.0739816768801154rem;
    left: 67.93959270419344%;
    animation-delay: 2.1284123289249077s,.23669809036806377s;
    animation-duration: 14.030311370367173s,12.977678475184735s
}

.confetti___3ZofA:nth-of-type(164) {
    width: .8347564308689884rem;
    height: .8347564308689884rem;
    left: 22.447802678809314%;
    animation-delay: 4.342663782156087s,.7388890743612868s;
    animation-duration: 15.492585063710015s,13.259478731641483s
}

.confetti___3ZofA:nth-of-type(165) {
    width: .4456325193470479rem;
    height: .4456325193470479rem;
    left: 19.665025741426412%;
    animation-delay: .8231653635726524s,1.0837647467807856s;
    animation-duration: 15.285458816325834s,16.59547328244522s
}

.confetti___3ZofA:nth-of-type(166) {
    width: 1.001358706319295rem;
    height: 1.001358706319295rem;
    left: 33.657332281450685%;
    animation-delay: 1.672713975124271s,1.1269012542012855s;
    animation-duration: 14.011218525601098s,14.246204926106651s
}

.confetti___3ZofA:nth-of-type(167) {
    width: .5831543021115533rem;
    height: .5831543021115533rem;
    left: 27.27594864489436%;
    animation-delay: 6.700109375861967s,1.9263068108053623s;
    animation-duration: 16.215097406763448s,13.122502740999279s
}

.confetti___3ZofA:nth-of-type(168) {
    width: .37730439208591987rem;
    height: .37730439208591987rem;
    left: 76.05693049930962%;
    animation-delay: 2.341665112987277s,1.4421218950457733s;
    animation-duration: 12.998540970849236s,13.185864636213141s
}

.confetti___3ZofA:nth-of-type(169) {
    width: .5322811083464485rem;
    height: .5322811083464485rem;
    left: 94.26210167735339%;
    animation-delay: 6.820405326082737s,.20071237021243382s;
    animation-duration: 16.448077157844793s,13.30473179917528s
}

.confetti___3ZofA:nth-of-type(170) {
    width: .7248888059840668rem;
    height: .7248888059840668rem;
    left: 8.349799991060333%;
    animation-delay: 6.28734709725615s,.8954048464434439s;
    animation-duration: 14.155682346674249s,12.886438008464124s
}

.confetti___3ZofA:nth-of-type(171) {
    width: .46529642746860717rem;
    height: .46529642746860717rem;
    left: 65.45753598981189%;
    animation-delay: .8636434395730372s,1.6971222477546513s;
    animation-duration: 13.43829735750695s,14.729566160996349s
}

.confetti___3ZofA:nth-of-type(172) {
    width: .19147355845824957rem;
    height: .19147355845824957rem;
    left: .13666619863666463%;
    animation-delay: 4.011360797481801s,1.3034603729158425s;
    animation-duration: 14.25986142932685s,12.391916487016942s
}

.confetti___3ZofA:nth-of-type(173) {
    width: .06402227798646587rem;
    height: .06402227798646587rem;
    left: 48.6747398857085%;
    animation-delay: 2.57595430658586s,.6106584239039168s;
    animation-duration: 15.995294461011838s,14.091297455393615s
}

.confetti___3ZofA:nth-of-type(174) {
    width: .7636409940239705rem;
    height: .7636409940239705rem;
    left: 76.41578603908405%;
    animation-delay: 6.001872714786916s,1.8793682031418912s;
    animation-duration: 16.894623034875906s,15.276256727216621s
}

.confetti___3ZofA:nth-of-type(175) {
    width: .43019325911983397rem;
    height: .43019325911983397rem;
    left: 63.66737801407302%;
    animation-delay: .43568419534436487s,1.9081889707920832s;
    animation-duration: 12.330640024359699s,12.521212812724166s
}

.confetti___3ZofA:nth-of-type(176) {
    width: .10933723537421365rem;
    height: .10933723537421365rem;
    left: 42.16245703907747%;
    animation-delay: 5.0275256864248625s,1.894742553313558s;
    animation-duration: 13.729603435178223s,12.798293656767958s
}

.confetti___3ZofA:nth-of-type(177) {
    width: .8727036317774602rem;
    height: .8727036317774602rem;
    left: 3.6899606228344717%;
    animation-delay: 7.637704162691831s,1.2090198588716294s;
    animation-duration: 13.720308192865339s,15.963812012583455s
}

.confetti___3ZofA:nth-of-type(178) {
    width: .8028542535427634rem;
    height: .8028542535427634rem;
    left: 9.009164314954635%;
    animation-delay: 2.863603504877153s,.38231891397851125s;
    animation-duration: 14.572521513755254s,13.202348803257491s
}

.confetti___3ZofA:nth-of-type(179) {
    width: .945309794447927rem;
    height: .945309794447927rem;
    left: 88.20090152522599%;
    animation-delay: 6.2571677425548256s,.12725927108197954s;
    animation-duration: 16.281150706239806s,15.437658239796283s
}

.confetti___3ZofA:nth-of-type(180) {
    width: 1.008820809025136rem;
    height: 1.008820809025136rem;
    left: 46.43441050973706%;
    animation-delay: 3.2113454819913123s,.6648514018662524s;
    animation-duration: 13.292606857504214s,13.553374735519883s
}

.confetti___3ZofA:nth-of-type(181) {
    width: .9791687798330199rem;
    height: .9791687798330199rem;
    left: 77.91965974705235%;
    animation-delay: 3.3396438798646795s,.29686346627643667s;
    animation-duration: 14.439907909844978s,13.198624009970963s
}

.confetti___3ZofA:nth-of-type(182) {
    width: .40629394784875916rem;
    height: .40629394784875916rem;
    left: 77.76284023083755%;
    animation-delay: 5.877974730827789s,.8271070750620182s;
    animation-duration: 15.65742291909567s,16.433669563410405s
}

.confetti___3ZofA:nth-of-type(183) {
    width: .4254262116651379rem;
    height: .4254262116651379rem;
    left: 37.19917106194744%;
    animation-delay: 7.513775371190114s,1.4902827245918897s;
    animation-duration: 16.569529088374246s,12.19927106106393s
}

.confetti___3ZofA:nth-of-type(184) {
    width: .7632072844766188rem;
    height: .7632072844766188rem;
    left: 6.207141909525165%;
    animation-delay: .5909010191057984s,1.2110412523429117s;
    animation-duration: 14.62141767857407s,16.886259378629035s
}

.confetti___3ZofA:nth-of-type(185) {
    width: .9085043760639621rem;
    height: .9085043760639621rem;
    left: 81.33284255423476%;
    animation-delay: .9147453596566706s,1.036381803677347s;
    animation-duration: 14.833005210570452s,12.905742188873266s
}

.confetti___3ZofA:nth-of-type(186) {
    width: .8594247021172418rem;
    height: .8594247021172418rem;
    left: 87.41761681651268%;
    animation-delay: 4.546147159117824s,.26138902394138475s;
    animation-duration: 13.598866511665532s,16.985121226830834s
}

.confetti___3ZofA:nth-of-type(187) {
    width: .17395485718336rem;
    height: .17395485718336rem;
    left: 93.9146511721771%;
    animation-delay: 5.055243945853773s,.34023873445580577s;
    animation-duration: 13.771173367516393s,13.266551730178808s
}

.confetti___3ZofA:nth-of-type(188) {
    width: .39321217509102213rem;
    height: .39321217509102213rem;
    left: 32.08200292767995%;
    animation-delay: 6.028604289446509s,1.6632731630764979s;
    animation-duration: 15.853779326566189s,13.536975128175138s
}

.confetti___3ZofA:nth-of-type(189) {
    width: .925941096285089rem;
    height: .925941096285089rem;
    left: 91.10217603209969%;
    animation-delay: 7.744474199208211s,1.4767643356336366s;
    animation-duration: 13.632130800905212s,13.587268560714572s
}

.confetti___3ZofA:nth-of-type(190) {
    width: .8312438478644016rem;
    height: .8312438478644016rem;
    left: 38.29515836541395%;
    animation-delay: 4.207595172368137s,.2130222736892966s;
    animation-duration: 12.54629714716544s,13.736313310339373s
}

.confetti___3ZofA:nth-of-type(191) {
    width: .41870837192991744rem;
    height: .41870837192991744rem;
    left: 66.29101692559959%;
    animation-delay: 3.992440775769964s,.41455151467029383s;
    animation-duration: 12.57146152379981s,14.472785317305366s
}

.confetti___3ZofA:nth-of-type(192) {
    width: 1.0690323074770476rem;
    height: 1.0690323074770476rem;
    left: 93.01570070333294%;
    animation-delay: 5.223113751213237s,1.857303066706427s;
    animation-duration: 16.280662875862635s,13.282128969202173s
}

.confetti___3ZofA:nth-of-type(193) {
    width: .22905788743994798rem;
    height: .22905788743994798rem;
    left: 43.927740978188396%;
    animation-delay: .1880142708270256s,.3069749042161427s;
    animation-duration: 14.522290126462227s,13.997120827856234s
}

.confetti___3ZofA:nth-of-type(194) {
    width: .07848574011328964rem;
    height: .07848574011328964rem;
    left: 45.31987432331168%;
    animation-delay: 4.923124280122938s,.4121512714390865s;
    animation-duration: 16.827727267272515s,16.822842131427887s
}

.confetti___3ZofA:nth-of-type(195) {
    width: 1.0789966153457613rem;
    height: 1.0789966153457613rem;
    left: 77.40430940657765%;
    animation-delay: 6.166332199828025s,1.4362100555177806s;
    animation-duration: 14.085679230062835s,14.430966276256996s
}

.confetti___3ZofA:nth-of-type(196) {
    width: 1.1155968277125148rem;
    height: 1.1155968277125148rem;
    left: 4.097032434006115%;
    animation-delay: 3.9550233799355574s,.651313483888075s;
    animation-duration: 14.072423863665263s,13.226906794080296s
}

.confetti___3ZofA:nth-of-type(197) {
    width: .32133007603179164rem;
    height: .32133007603179164rem;
    left: 3.487077573875428%;
    animation-delay: 2.154126200938048s,.9138229979228751s;
    animation-duration: 14.449134172529115s,16.556738065616464s
}

.confetti___3ZofA:nth-of-type(198) {
    width: .7510984272847707rem;
    height: .7510984272847707rem;
    left: 19.41726104619755%;
    animation-delay: 2.258184299508738s,.48231931567762976s;
    animation-duration: 15.214812170251564s,13.3282077693005s
}

.confetti___3ZofA:nth-of-type(199) {
    width: 1.0367833372531476rem;
    height: 1.0367833372531476rem;
    left: 7.86339635800477%;
    animation-delay: 4.135760591465818s,.2656301217723658s;
    animation-duration: 12.1857755702315s,12.08494984325538s
}

.confetti___3ZofA:nth-of-type(200) {
    width: .6456808946675635rem;
    height: .6456808946675635rem;
    left: 44.070396844563994%;
    animation-delay: .41511625872243485s,.6089755976745894s;
    animation-duration: 16.37337733645858s,12.559633110525601s
}

.confetti___3ZofA:nth-of-type(201) {
    width: .513440986147134rem;
    height: .513440986147134rem;
    left: 26.05745925466049%;
    animation-delay: 7.470330971112247s,.07826913194984719s;
    animation-duration: 13.025680195416061s,13.996606198941013s
}

.confetti___3ZofA:nth-of-type(202) {
    width: .444668716526472rem;
    height: .444668716526472rem;
    left: 56.46411417954712%;
    animation-delay: 1.1133288344606775s,.39072163356332545s;
    animation-duration: 14.694118973623556s,14.681217311659767s
}

.confetti___3ZofA:nth-of-type(203) {
    width: .8970960077087615rem;
    height: .8970960077087615rem;
    left: 51.61062806003605%;
    animation-delay: 6.106512036557234s,1.9640415976042207s;
    animation-duration: 14.642672507237535s,13.999691785984952s
}

.confetti___3ZofA:nth-of-type(204) {
    width: .973505068390814rem;
    height: .973505068390814rem;
    left: 23.289235841059202%;
    animation-delay: 7.637266177807524s,1.158022329153622s;
    animation-duration: 12.024516808616951s,15.343261625484976s
}

.confetti___3ZofA:nth-of-type(205) {
    width: .16524519039978217rem;
    height: .16524519039978217rem;
    left: 20.267411917932982%;
    animation-delay: 3.1915354281093293s,.011603895682241294s;
    animation-duration: 14.73812468029192s,15.278555373125922s
}

.confetti___3ZofA:nth-of-type(206) {
    width: .7690453101339683rem;
    height: .7690453101339683rem;
    left: 4.53017772550764%;
    animation-delay: 6.008006484782866s,1.2636472638067455s;
    animation-duration: 13.148138854682273s,14.796945619081676s
}

.confetti___3ZofA:nth-of-type(207) {
    width: .3289112491733697rem;
    height: .3289112491733697rem;
    left: 80.52470935781072%;
    animation-delay: 6.92400862005773s,.4556466656846201s;
    animation-duration: 12.89586126179326s,16.80870418650926s
}

.confetti___3ZofA:nth-of-type(208) {
    width: 1.0445157092299828rem;
    height: 1.0445157092299828rem;
    left: 16.219112795712533%;
    animation-delay: 4.675126437016415s,1.3677081804488083s;
    animation-duration: 13.89043662105081s,16.246140771394685s
}

.confetti___3ZofA:nth-of-type(209) {
    width: 1.048472161448529rem;
    height: 1.048472161448529rem;
    left: 13.78556392962358%;
    animation-delay: 1.5480401926247556s,1.397013512396902s;
    animation-duration: 15.760280767149743s,16.72662180741651s
}

.confetti___3ZofA:nth-of-type(210) {
    width: .4085140022755384rem;
    height: .4085140022755384rem;
    left: 87.08070773609475%;
    animation-delay: 2.6205348310413825s,.682467776955443s;
    animation-duration: 14.700845931621679s,13.736139966961762s
}

.confetti___3ZofA:nth-of-type(211) {
    width: .5366802299177006rem;
    height: .5366802299177006rem;
    left: 86.99807381697899%;
    animation-delay: 1.1305119851508447s,1.9060739629597148s;
    animation-duration: 16.715045780744575s,14.00610243749298s
}

.confetti___3ZofA:nth-of-type(212) {
    width: .5191963518447827rem;
    height: .5191963518447827rem;
    left: 33.290044094650916%;
    animation-delay: 7.271794199079549s,.8408386537970567s;
    animation-duration: 12.506078961726315s,12.65818388941883s
}

.confetti___3ZofA:nth-of-type(213) {
    width: 1.1238789280893724rem;
    height: 1.1238789280893724rem;
    left: 61.78226009623185%;
    animation-delay: 6.665502179262035s,.7489033689089517s;
    animation-duration: 13.814401649045543s,15.601418573791037s
}

.confetti___3ZofA:nth-of-type(214) {
    width: .7313102311132289rem;
    height: .7313102311132289rem;
    left: 55.75048707734688%;
    animation-delay: .8934927831823956s,1.4240692172445804s;
    animation-duration: 12.038246314848049s,14.07194916357833s
}

.confetti___3ZofA:nth-of-type(215) {
    width: .5793384495992282rem;
    height: .5793384495992282rem;
    left: 54.19942182754551%;
    animation-delay: 6.245812828048821s,1.0913802317183592s;
    animation-duration: 16.779493643091374s,12.03891497611849s
}

.confetti___3ZofA:nth-of-type(216) {
    width: .4002726856592854rem;
    height: .4002726856592854rem;
    left: 34.8488195460947%;
    animation-delay: 6.01363352271612s,1.0254736154216286s;
    animation-duration: 15.13702397907661s,15.18033308033091s
}

.confetti___3ZofA:nth-of-type(217) {
    width: .21722973311954386rem;
    height: .21722973311954386rem;
    left: 64.69761585369815%;
    animation-delay: .331600705573285s,1.183824229331632s;
    animation-duration: 16.21659010222393s,16.534118567257956s
}

.confetti___3ZofA:nth-of-type(218) {
    width: .6832645066371845rem;
    height: .6832645066371845rem;
    left: 46.09839135318647%;
    animation-delay: 4.247448362659986s,1.1823149933418446s;
    animation-duration: 15.99342469124875s,13.987855580878822s
}

.confetti___3ZofA:nth-of-type(219) {
    width: 1.1256361532366275rem;
    height: 1.1256361532366275rem;
    left: 34.13899689550935%;
    animation-delay: 7.402671125697747s,1.0997616201817078s;
    animation-duration: 16.2875949936592s,16.908289117878674s
}

.confetti___3ZofA:nth-of-type(220) {
    width: .03279243913118268rem;
    height: .03279243913118268rem;
    left: 68.32949849674445%;
    animation-delay: 3.2240112794812354s,.9454329245135815s;
    animation-duration: 15.830713541329132s,15.189964365317376s
}

.confetti___3ZofA:nth-of-type(221) {
    width: .23544628003690507rem;
    height: .23544628003690507rem;
    left: 80.35025280776657%;
    animation-delay: 2.7204863939128305s,1.775753623338224s;
    animation-duration: 15.144118238115547s,14.45014503310673s
}

.confetti___3ZofA:nth-of-type(222) {
    width: .2159393726174744rem;
    height: .2159393726174744rem;
    left: 80.01973375039263%;
    animation-delay: 3.292363706678664s,.619559295503616s;
    animation-duration: 13.627705370192727s,12.643463276584221s
}

.confetti___3ZofA:nth-of-type(223) {
    width: .38913846851398004rem;
    height: .38913846851398004rem;
    left: 42.28966558712951%;
    animation-delay: 4.208989755274111s,.9939791360482526s;
    animation-duration: 15.83600487822643s,13.992711344168933s
}

.confetti___3ZofA:nth-of-type(224) {
    width: .8533575673011761rem;
    height: .8533575673011761rem;
    left: 19.87277509124771%;
    animation-delay: 4.530260158562614s,1.0635461051461395s;
    animation-duration: 16.09646736785904s,12.859540974756245s
}

.confetti___3ZofA:nth-of-type(225) {
    width: .6670460796849443rem;
    height: .6670460796849443rem;
    left: 53.22240841194091%;
    animation-delay: 3.2462200178857774s,1.079869601489163s;
    animation-duration: 16.152031078245553s,13.267423104226136s
}

.confetti___3ZofA:nth-of-type(226) {
    width: .8539417309649038rem;
    height: .8539417309649038rem;
    left: 93.93431129465743%;
    animation-delay: 7.780565932248379s,.7735805938224418s;
    animation-duration: 15.524802102673142s,12.312644251726317s
}

.confetti___3ZofA:nth-of-type(227) {
    width: .962217809255573rem;
    height: .962217809255573rem;
    left: 43.071097493091685%;
    animation-delay: 4.543494374277284s,.24668580638141968s;
    animation-duration: 14.873461316125072s,12.467716221449873s
}

.confetti___3ZofA:nth-of-type(228) {
    width: .11580308197044235rem;
    height: .11580308197044235rem;
    left: 88.44324622446756%;
    animation-delay: 4.1555294472897s,1.197641138927743s;
    animation-duration: 12.31769755749764s,15.671688556111297s
}

.confetti___3ZofA:nth-of-type(229) {
    width: .8119211239251413rem;
    height: .8119211239251413rem;
    left: 40.950906364171175%;
    animation-delay: 3.927919145183168s,1.3192025352034853s;
    animation-duration: 12.621530885626331s,15.780396260618346s
}

.confetti___3ZofA:nth-of-type(230) {
    width: 1.1849099472046798rem;
    height: 1.1849099472046798rem;
    left: 23.3218737235558%;
    animation-delay: .44200401095091024s,.11734294695785952s;
    animation-duration: 13.182996178251534s,15.847331980791383s
}

.confetti___3ZofA:nth-of-type(231) {
    width: .6289037821021207rem;
    height: .6289037821021207rem;
    left: 36.54424537982742%;
    animation-delay: .7484836117844829s,1.6405120493332053s;
    animation-duration: 16.549480189755783s,12.639225900311699s
}

.confetti___3ZofA:nth-of-type(232) {
    width: 1.0066376722148331rem;
    height: 1.0066376722148331rem;
    left: 16.149295495643873%;
    animation-delay: 4.271518191487116s,.6661939726123962s;
    animation-duration: 16.913073867731597s,16.698127727628208s
}

.confetti___3ZofA:nth-of-type(233) {
    width: .3282488425180304rem;
    height: .3282488425180304rem;
    left: 65.52089205179418%;
    animation-delay: .9382695278504478s,1.029239859193738s;
    animation-duration: 15.353363401339172s,15.260788654413847s
}

.confetti___3ZofA:nth-of-type(234) {
    width: .7564783537176389rem;
    height: .7564783537176389rem;
    left: 3.2710035901918557%;
    animation-delay: 1.7934728295837505s,1.318313644017063s;
    animation-duration: 15.742237794801179s,13.530221312970184s
}

.confetti___3ZofA:nth-of-type(235) {
    width: .26176717575641834rem;
    height: .26176717575641834rem;
    left: 94.93972778083841%;
    animation-delay: .7395743119324223s,.04053619997727598s;
    animation-duration: 12.254356338693444s,13.567271556806519s
}

.confetti___3ZofA:nth-of-type(236) {
    width: .18581201311098575rem;
    height: .18581201311098575rem;
    left: 24.480609594159674%;
    animation-delay: 6.919241648888443s,.21115347911410032s;
    animation-duration: 16.937038558235756s,16.529985189863496s
}

.confetti___3ZofA:nth-of-type(237) {
    width: .9511263809587589rem;
    height: .9511263809587589rem;
    left: 94.48025091270374%;
    animation-delay: 4.790866543531644s,.5559256268254855s;
    animation-duration: 14.9921479693856s,12.16976466092672s
}

.confetti___3ZofA:nth-of-type(238) {
    width: .27575449911360056rem;
    height: .27575449911360056rem;
    left: 57.16618164496019%;
    animation-delay: 3.7522343129093745s,1.8938628888414963s;
    animation-duration: 12.40851212705444s,14.400081521793712s
}

.confetti___3ZofA:nth-of-type(239) {
    width: .5276233496121648rem;
    height: .5276233496121648rem;
    left: 4.219177654037706%;
    animation-delay: 6.335234349300313s,.6176788705824476s;
    animation-duration: 13.343351456871098s,12.210614207018109s
}

.confetti___3ZofA:nth-of-type(240) {
    width: .16157849872300867rem;
    height: .16157849872300867rem;
    left: 5.8946494901357935%;
    animation-delay: .39849484470739327s,1.233536887319834s;
    animation-duration: 16.150654239709194s,16.710641336355653s
}

.confetti___3ZofA:nth-of-type(241) {
    width: .5172407596035382rem;
    height: .5172407596035382rem;
    left: 25.309488507395383%;
    animation-delay: 2.3313859736271727s,.09355954754339413s;
    animation-duration: 16.70176320953809s,15.731252710067926s
}

.confetti___3ZofA:nth-of-type(242) {
    width: .45284855318686484rem;
    height: .45284855318686484rem;
    left: 82.00029204128474%;
    animation-delay: 7.439805337943831s,.18411865187237098s;
    animation-duration: 12.303090787556595s,16.064575899525423s
}

.confetti___3ZofA:nth-of-type(243) {
    width: 1.0505573128186332rem;
    height: 1.0505573128186332rem;
    left: 58.19520193655088%;
    animation-delay: 4.474339440021398s,.6282313460049509s;
    animation-duration: 15.570825107378859s,14.0335677607041s
}

.confetti___3ZofA:nth-of-type(244) {
    width: 1.0317113251346466rem;
    height: 1.0317113251346466rem;
    left: 42.9233773646386%;
    animation-delay: 1.2899203559599712s,1.9429235588175469s;
    animation-duration: 14.409462730098273s,15.026073633263186s
}

.confetti___3ZofA:nth-of-type(245) {
    width: .6691318506008167rem;
    height: .6691318506008167rem;
    left: 24.565244165130824%;
    animation-delay: 1.6449346251144572s,.6361088561264756s;
    animation-duration: 13.2073197032433s,13.461143583175096s
}

.confetti___3ZofA:nth-of-type(246) {
    width: .30782845846492907rem;
    height: .30782845846492907rem;
    left: 79.1183459776168%;
    animation-delay: 3.081720314997238s,.6258782028823653s;
    animation-duration: 16.29128701150537s,13.974196393843394s
}

.confetti___3ZofA:nth-of-type(247) {
    width: .7661281496319576rem;
    height: .7661281496319576rem;
    left: 39.71088332394296%;
    animation-delay: 5.015395386152173s,1.978692589556939s;
    animation-duration: 13.262372205036064s,14.197742940352086s
}

.confetti___3ZofA:nth-of-type(248) {
    width: .5710367341504878rem;
    height: .5710367341504878rem;
    left: 2.276471163926377%;
    animation-delay: .3154396634853782s,1.6507484023520145s;
    animation-duration: 14.324994016325107s,13.102584368073035s
}

.confetti___3ZofA:nth-of-type(249) {
    width: 1.0249467045251408rem;
    height: 1.0249467045251408rem;
    left: 67.01592483906907%;
    animation-delay: 5.46439528809751s,1.8910807431285415s;
    animation-duration: 15.064119667256668s,14.014482640160146s
}

.confetti___3ZofA:nth-of-type(250) {
    width: .811014811259142rem;
    height: .811014811259142rem;
    left: 4.963623440833654%;
    animation-delay: 2.214251424177183s,.5185307650840443s;
    animation-duration: 13.376303590254093s,15.348188808351171s
}

.firework___yUSDg {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.fireworkRed___3NOOB {
    background: url(/mobile/festival/red-firework.gif) 50% no-repeat;
    background-size: contain
}

.fireworkBlue___10pGN,.fireworkRed___3NOOB {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.fireworkBlue___10pGN {
    background: url(/mobile/festival/blue-firework.gif) 50% no-repeat;
    background-size: contain
}

.fireworkPurple___3WLmj {
    background: url(/mobile/festival/purple-firework.gif) 50% no-repeat;
    background-size: contain
}

.fireworkOrange___29fZt,.fireworkPurple___3WLmj {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.fireworkOrange___29fZt {
    background: url(/mobile/festival/orange-firework.gif) 50% no-repeat;
    background-size: contain
}

.fireworkPink___xeTa9 {
    background: url(/mobile/festival/pink-firework.gif) 50% no-repeat;
    background-size: contain;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.jumpSkip___3zz9w {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #a6b6bf;
    font-size: 1.2rem
}

.title___1H6cm {
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    padding-top: 5.196rem;
    padding-bottom: 1.992rem
}

.desc___1UIP_ {
    font-size: 1.6rem;
    color: #333;
    padding: 0 3.48rem
}

.iconPassword___2v39v {
    background: url(/mobile/wap/common/pop-key.png) 50% no-repeat;
    background-size: contain
}

.iconAuth___1VpI9,.iconPassword___2v39v {
    margin-top: 6.08rem;
    width: 7.2rem;
    height: 7.2rem
}

.iconAuth___1VpI9 {
    background: url(/mobile/wap/common/pop-security.png) 50% no-repeat;
    background-size: contain
}

.btn___Lwqdl,.PasswordBtn___14Jrc {
    width: 22.692rem;
    border-radius: 21px;
    color: #fff;
    height: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-top: 10.44rem
}

.PasswordBtn___14Jrc {
    background: #38d182
}

.AuthBtn___FINPN {
    width: 22.692rem;
    border-radius: 21px;
    color: #fff;
    height: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-top: 10.44rem;
    background: #fa3737
}

.laterTxt___2TEQl {
    font-size: 1.3rem;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #a3b2b9
}

.announcementDialog___1SEAu .am-modal-transparent {
    width: 32.7rem
}

.announcementDialog___1SEAu .am-modal-content {
    padding-top: 0
}

.announcementDialog___1SEAu .am-modal-body {
    padding: 0!important
}

.announcementItem___UZd4A {
    color: #333;
    height: 51.492rem;
    font-size: 1.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.announcementText___1gmpO {
    text-align: left;
    margin-top: .5rem;
    height: 23.5rem;
    overflow: auto;
    line-height: 1.12
}

.customDotsUl___h735K {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 49px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

.customDots___2M1GS {
    background: #ccc
}

.customDots___2M1GS,.customDotsActive___2lfcN {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%
}

.customDotsActive___2lfcN {
    background: #ccc;
    background: #888
}

.lotteryGrid___NVc6- {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.gridItem___2sSIr {
    padding: 1rem 0;
    width: 33.33333%;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #f5f5f5
}

.gridItemImg___3nqhZ {
    width: 7rem;
    height: 7rem
}

.gameNameInChinese___2oU7A {
    margin: .3rem 0
}

.timer___1iI1P {
    font-size: 1.4rem;
    color: #999
}

.itemContainer___cBIUS {
    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;
    position: relative
}

.btn___2e_sO {
    right: 21%;
    top: -5%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1
}

.bookmarkBtn___1m0db {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23E2E2E2'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23E2E2E2'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #e2e2e2
}

.bookmarkBtn___1m0db,.bookmarkBtnActive___4cVug {
    right: 21%;
    top: -5%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1
}

.bookmarkBtnActive___4cVug {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #ffda33
}

.listItem___1BA9t {
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    -ms-flex-align: center;
    align-items: center
}

.listItemImg___3yyPO {
    width: 7.2rem;
    height: 7.2rem
}

.listItemRight___3_yMH {
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 5px
}

.rightItem1___2D7FW {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.gameNameInChinese___j6g-- {
    font-size: 1.7rem
}

.lastIssueNumber___l2NrN {
    font-size: 1.5rem;
    color: #ff0c0c
}

.rightItem3___2G1TZ {
    margin-top: .7rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999
}

.itemContainer___3VIHb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 7px
}

.btn___21ctD {
    right: 0;
    top: -5%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1
}

.bookmarkBtn___3o2Sv {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23E2E2E2'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23E2E2E2'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #e2e2e2
}

.bookmarkBtn___3o2Sv,.bookmarkBtnActive___1sdGj {
    right: 0;
    top: -5%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1
}

.bookmarkBtnActive___1sdGj {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #ffda33
}

.await___1Atzt {
    display: inline-block;
    margin-top: 15px;
    padding: .8rem 7rem;
    border-radius: 80px;
    background: #5b5fe3;
    color: #fff;
    font-size: 1.6rem
}

.openCode___3PkLb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___3PkLb span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.k3NumTotalInfo___3SB-6 {
    width: 6rem;
    margin-left: 1rem
}

.k3NumTotalInfo___3SB-6,.sscNumInfo___3X8L5 {
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem
}

.sscNumInfo___3X8L5 span {
    margin: 0
}

.num___3UvXm {
    background: #5891db
}

.num___3UvXm,.numBigOdd___1T4OO {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___1T4OO {
    background: #e75167
}

.numSmallEven___omwnC {
    background: #ff9800
}

.numSmallEven___omwnC,.numTotal___3ojZf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___3ojZf {
    background: #2ecc71
}

.openCode___3W-VH {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___3W-VH span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___2GjQg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    background: #5891db
}

.numInfo___2Gbbx {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    font-size: 1.4rem
}

.state-Red___1VN2d {
    background: red
}

.state-Green___2tN0h {
    background: green
}

.state-Blue___7mS4s {
    background: blue
}

.state-Black___3wImJ {
    background: gray
}

.numBigOdd___2-gus {
    background: #e75167
}

.numBigOdd___2-gus,.numSmallEven___2gkLr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numSmallEven___2gkLr {
    background: #ff9800
}

.numTotal___3u3tK {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    background: #2ecc71
}

.openCode___2YxA_ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___2YxA_ span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.k3Bg___24zdu {
    width: 11rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #5b5fe3;
    padding: 6px 15px;
    border-radius: 15px
}

.saziBig___GZ1KM {
    background: url(/mobile/hotReload/addon/newLottery/k3/diceBig.png) 50% no-repeat;
    background-size: contain
}

.saziSmall___Zh8w2 {
    background: url(/mobile/hotReload/addon/newLottery/k3/diceSmall.png) 50% no-repeat;
    background-size: contain
}

.saziOdd___3nrvT {
    background: url(/mobile/hotReload/addon/newLottery/k3/diceOdd.png) 50% no-repeat;
    background-size: contain
}

.saziEven___E5emf {
    background: url(/mobile/hotReload/addon/newLottery/k3/diceEven.png) 50% no-repeat;
    background-size: contain
}

.sazi1___2HS8S {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice1.png) 50% no-repeat;
    background-size: contain
}

.sazi2___1TqMq {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice2.png) 50% no-repeat;
    background-size: contain
}

.sazi3___31CX4 {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice3.png) 50% no-repeat;
    background-size: contain
}

.sazi4___36Vmd {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice4.png) 50% no-repeat;
    background-size: contain
}

.sazi5___3KFAL {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice5.png) 50% no-repeat;
    background-size: contain
}

.sazi6___2i41B {
    background: url(/mobile/hotReload/addon/newLottery/k3/dice6.png) 50% no-repeat;
    background-size: contain
}

.saizi___2Hxy1 {
    width: 2.4rem;
    height: 2.4rem
}

.numInfo___tw41F,.sumInfo___3Cy-b {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    font-size: 1.4rem
}

.sumInfo___3Cy-b {
    width: 6.7rem
}

.openCode___3fjID {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___3fjID span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.klpkBg___7RldL {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 16rem;
    border-radius: 1.1rem;
    padding: .6rem 1.2rem;
    background: #5b5fe3
}

.pkState___8Y96s {
    height: 2.8rem;
    width: 4rem;
    text-align: right;
    padding-top: .2rem;
    padding-right: .5rem;
    font-size: 1.6rem;
    font-weight: 700;
    background-size: contain
}

.pkState1___fnBUG {
    background: url(/mobile/hotReload/addon/newLottery/xypk/pk_buttom_heitao.png) 50% no-repeat;
    background-size: contain;
    color: #000
}

.pkState2___3_Q-3 {
    background: url(/mobile/hotReload/addon/newLottery/xypk/pk_buttom_taoxin.png) 50% no-repeat;
    background-size: contain;
    color: #d33c3c
}

.pkState3___X2tnq {
    background: url(/mobile/hotReload/addon/newLottery/xypk/pk_buttom_meihua.png) 50% no-repeat;
    background-size: contain;
    color: #000
}

.pkState4___2LVkt {
    background: url(/mobile/hotReload/addon/newLottery/xypk/pk_buttom_fangkuai.png) 50% no-repeat;
    background-size: contain;
    color: #d33c3c
}

.openCode___2o3my {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___2o3my span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___n0hu0 {
    background: #5891db
}

.num___n0hu0,.numBigOdd___ta8hi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___ta8hi {
    background: #e75167
}

.numSmallEven___1IX4s {
    background: #ff9800
}

.numSmallEven___1IX4s,.numTotal___SU44_ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___SU44_ {
    background: #2ecc71
}

.add___1CVFO {
    font-size: 1.7rem
}

.state-Red___13cdm {
    background: red
}

.state-Green___Q-W1f {
    background: green
}

.state-Blue___32_8W {
    background: blue
}

.state-Black___3nrJw {
    background: gray
}

.animal___y9G-Y {
    font-size: 1.3rem;
    color: #333;
    margin-top: .2rem
}

.sixElementItem___JBWCr,.sixItem___2vyMP {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.sixElementItem___JBWCr {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.openCode___1MART {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___1MART span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___2Qn4y {
    background: #5891db
}

.num___2Qn4y,.numBigOdd___-OENW {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___-OENW {
    background: #e75167
}

.numSmallEven___31S7f {
    background: #ff9800
}

.numSmallEven___31S7f,.numTotal___2wqJC {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___2wqJC {
    background: #2ecc71
}

.sscItem___1YHue {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.sscAnimal___efNWz {
    margin-right: .6rem;
    font-size: 1.5rem;
    color: #333
}

.sscNumInfo___1ZB7F {
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem
}

.sscNumInfo___1ZB7F span {
    margin: 0
}

.openCode___2kLxc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___2kLxc span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.pk10State___FAhfL {
    width: 2rem;
    height: 2rem;
    margin: .2rem .3rem 0 0
}

.pk10State___FAhfL:last-child {
    margin-right: 0
}

.pk10StateBig___1GVWZ {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkBig.png) 50% no-repeat;
    background-size: contain
}

.pk10StateSmall___15g7x {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkSmall.png) 50% no-repeat;
    background-size: contain
}

.pk10StateOdd___Gb9Dw {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkOdd.png) 50% no-repeat;
    background-size: contain
}

.pk10StateEven___UfE0x {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkEven.png) 50% no-repeat;
    background-size: contain
}

.pk10State01___2PMqs {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf1.png) 50% no-repeat;
    background-size: contain
}

.pk10State02___3DdAD {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf2.png) 50% no-repeat;
    background-size: contain
}

.pk10State03___1O3f_ {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf3.png) 50% no-repeat;
    background-size: contain
}

.pk10State04___1_Lrd {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf4.png) 50% no-repeat;
    background-size: contain
}

.pk10State05___1ZHBc {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf5.png) 50% no-repeat;
    background-size: contain
}

.pk10State06___2-1Dq {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf6.png) 50% no-repeat;
    background-size: contain
}

.pk10State07___3k8AX {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf7.png) 50% no-repeat;
    background-size: contain
}

.pk10State08___3E6l2 {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf8.png) 50% no-repeat;
    background-size: contain
}

.pk10State09___2hmq5 {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf9.png) 50% no-repeat;
    background-size: contain
}

.pk10State10___19739 {
    background: url(/mobile/hotReload/addon/newLottery/pk10/pkf10.png) 50% no-repeat;
    background-size: contain
}

.openCode___1SGKM {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___1SGKM span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___37Pcs {
    background: #5891db
}

.num___37Pcs,.numBigOdd___1Kuw5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___1Kuw5 {
    background: #e75167
}

.numSmallEven___5AvsA {
    background: #ff9800
}

.numSmallEven___5AvsA,.numTotal___R367c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___R367c {
    background: #2ecc71
}

.openCode___243fn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___243fn span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___2U0mO {
    background: #5891db
}

.num___2U0mO,.numBigOdd___1HhtV {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___1HhtV {
    background: #e75167
}

.numSmallEven___-0IeE {
    background: #ff9800
}

.numSmallEven___-0IeE,.numTotal___2Sxpg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___2Sxpg {
    background: #2ecc71
}

.openCode___1VKOH {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

.openCode___1VKOH span {
    color: #999;
    line-height: 2.8rem;
    margin-right: .6rem
}

.num___3fh3g {
    background: #5891db
}

.num___3fh3g,.numBigOdd___2MljV {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numBigOdd___2MljV {
    background: #e75167
}

.numSmallEven___20L5s {
    background: #ff9800
}

.numSmallEven___20L5s,.numTotal___1uPS_ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    width: 2.4rem;
    margin: 3px 6px 3px 0;
    border-radius: 50%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem
}

.numTotal___1uPS_ {
    background: #2ecc71
}

.iconList___QFxI5 {
    background: url(/mobile/hotReload/addon/other/top_bar_list.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem
}

.iconGrid___3mfPN {
    background: url(/mobile/hotReload/addon/other/top_bar_sudoku.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem
}

.gameSearchBar___mGVyk {
    position: absolute;
    left: 0
}

.gameSearchBar___mGVyk.active {
    width: 100%
}

.barIcon___QMyuO {
    width: 3rem;
    height: 3rem
}

.modeBtns___3oMrf {
    display: -ms-flexbox;
    display: flex
}

.goBookMarkBtn___3QEZ4 {
    width: 2.1rem;
    height: 3rem;
    margin-right: 5px;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eic-greystar%3C/title%3E%3Cpath d='M17.086 22c-.31 0-.665-.089-.975-.25l-4.599-2.288-4.643 2.288a2.04 2.04 0 0 1-.976.234 2.12 2.12 0 0 1-1.242-.396c-.65-.483-.976-1.32-.828-2.082l.946-4.883-3.622-3.358C.585 10.693.363 9.886.585 9.124l.015-.03c.266-.791.916-1.334 1.715-1.436l5.042-.91 2.262-4.56C9.99 1.469 10.73 1 11.512 1c.813 0 1.582.484 1.893 1.202l2.262 4.546 5.042.88c.799.118 1.464.69 1.686 1.452a2.094 2.094 0 0 1-.533 2.156l-.014.014-3.623 3.388.917 4.883c.148.777-.163 1.569-.814 2.067a2.006 2.006 0 0 1-1.242.411z' fill='%23FFDA33'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff
}

.segmentBody___1wSsu {
    position: relative;
    height: 4.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    transition: all .1s linear;
    line-height: 4rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.segmentBody___1wSsu::-webkit-scrollbar {
    display: none
}

.fixSegment___1qLrz {
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    width: 80px;
    min-width: 80px
}

.segmentScroll___3ilk0 {
    overflow: scroll;
    white-space: nowrap;
    background: #fff
}

.segmentItem___3iHza {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    transition: all .1s linear;
    width: 80px
}

.active___ozkgr {
    color: #ff0b0b;
    border-bottom-color: #ff0b0b
}

.searchHint___1Wv83 {
    font-size: 1.5rem;
    padding: 1.4rem 2.4rem 1.4rem 1.6rem;
    color: #999
}

.am-tab-bar {
    height: 100%;
    overflow: hidden
}

.am-tab-bar-bar {
    position: relative;
    box-sizing: border-box;
    height: 50px;
    border-top: 1px solid #ddd;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    transition-duration: .2s;
    transition-property: height bottom;
    z-index: 100;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx) {
    html:not([data-scale]) .am-tab-bar-bar {
        border-top:none
    }

    html:not([data-scale]) .am-tab-bar-bar:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        display: block;
        z-index: 1;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx) {
    html:not([data-scale]) .am-tab-bar-bar:before {
        transform:scaleY(.33)
    }
}

.am-tab-bar-bar-hidden-top {
    bottom: 50px;
    height: 0
}

.am-tab-bar-bar-hidden-bottom {
    bottom: -50px;
    height: 0
}

.am-tab-bar-bar .am-tab-bar-tab {
    -ms-flex: 1 1;
    flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.am-tab-bar-bar .am-tab-bar-tab-image {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.am-tab-bar-bar .am-tab-bar-tab-title {
    font-size: 10px;
    margin: 3px 0 0;
    line-height: 1;
    text-align: center
}

.am-tab-bar-bar .am-tab-bar-tab-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.am-tab-bar-bar .am-tab-bar-tab-icon .tab-badge :last-child,.am-tab-bar-bar .am-tab-bar-tab-icon .tab-dot :last-child {
    margin-top: 4px;
    left: 22px
}

.am-tab-bar-item {
    height: 100%
}

.am-badge {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.am-badge-text {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -6px;
    height: 18px;
    line-height: 18px;
    min-width: 9px;
    border-radius: 12px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #ff5b05;
    white-space: nowrap;
    transform: translateX(-45%);
    transform-origin: -10% center;
    z-index: 10;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,SimSun,sans-serif
}

.am-badge-text a {
    color: #fff
}

.am-badge-text p {
    margin: 0;
    padding: 0
}

.am-badge-hot .am-badge-text {
    background-color: #f96268
}

.am-badge-dot {
    position: absolute;
    transform: translateX(-50%);
    transform-origin: 0 center;
    top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #ff5b05;
    z-index: 10
}

.am-badge-dot-large {
    height: 16px;
    width: 16px
}

.am-badge-not-a-wrapper .am-badge-dot,.am-badge-not-a-wrapper .am-badge-text {
    top: auto;
    display: block;
    position: relative;
    transform: translateX(0)
}

.am-badge-corner {
    width: 80px;
    padding: 8px;
    position: absolute;
    right: -32px;
    top: 8px;
    background-color: #ff5b05;
    color: #fff;
    white-space: nowrap;
    transform: rotate(45deg);
    text-align: center;
    font-size: 15px
}

.am-badge-corner-wrapper {
    overflow: hidden
}

.container___2mloe {
    margin-top: 1rem
}

.menu___2L1Fk {
    margin-bottom: 1rem;
    background: #fff
}

.listItem___2ymWf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - .5px);
    height: 7rem;
    border-bottom: 1px solid #f5f5f5;
    padding-right: .8rem
}

.listItem___2ymWf:nth-of-type(odd) {
    border-right: 1px solid #f5f5f5
}

.title___2Wqcz {
    padding-bottom: .2rem;
    font-size: 1.6rem
}

.description___2Tb1C {
    font-size: 1rem;
    color: #999
}

.messageCount___18G6A {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    background: #d91d37;
    color: #fff;
    width: 2rem;
    height: 2rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 1rem
}

.imgLogo___lVVf1 {
    margin: 1rem .5rem;
    width: 3.8rem;
    height: 3.8rem;
    background-repeat: no-repeat;
    background-size: contain!important
}

.tz_record___39i2R {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/tz_record.png)
}

.ct_record___1RITo {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/ct_record.png)
}

.user_sheet___1yCmt {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/user_sheet.png)
}

.account___jPkmK {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/account.png)
}

.personal_info___tgD0u {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/personal_info.png)
}

.secure___2nYV_ {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/secure.png)
}

.person_news___zHhbE {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/person_news.png)
}

.shoucang___3kvvl {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/shoucang.png)
}

.user_manager___YNuXc {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/user_manager.png)
}

.agent_commission___3-2c5 {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/agent_commission.png)
}

.team_sheet___25WmK {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/team_sheet.png)
}

.agent_more___1wbeT {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/agent_more.png)
}

.promotions___lYeSc {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/promotions.png)
}

.invite_friends___3DGBF {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/invite_friends.png)
}

.feedback___3qUcz {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/feedback.png)
}

.set___1sWPU {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/service.png)
}

.help_center___1NsIk {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/help_center.png)
}

.phone___2b7uU {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/phone.png)
}

.email___2RE1M {
    background-image: url(/mobile/hotReload/addon/userCenterIcon/email.png)
}

.warn___3k6fM {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #ffe5bf;
    letter-spacing: .5px;
    padding: .5rem
}

.iconInfo___2RS6h {
    background: url(/mobile/base/Android/warn.png) 50% no-repeat;
    background-size: contain;
    margin-right: 5px;
    width: 2rem;
    height: 2rem
}

.topContainer___2UC_K {
    background: url(/mobile/hotReload/addon/userCenterIcon/usercenter_default_background.png) 50% no-repeat;
    background-size: cover;
    color: #fff;
    height: 13rem
}

.topContainerItem1___2NnQ4 {
    padding-top: 1.5rem
}

.topContainerItem2____UouI {
    margin-top: 1.2rem;
    font-size: 1rem;
    text-align: center
}

.topContainerItemText___3wZgB {
    width: 10rem;
    height: 2rem;
    background: rgba(0,0,0,.2);
    padding: .2rem 1rem;
    border-radius: .4rem
}

.textColor___339F6 {
    color: #fca601
}

.userImg___3N7cI {
    margin: 1.5rem 1rem 0 .8rem
}

.userInfo___rqYIg {
    overflow: auto;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    clear: both
}

.userTopInfo___3twCJ {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem
}

.userVipTopInfo___31zBK {
    -ms-flex-direction: column;
    flex-direction: column
}

.userName___2xczY {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem
}

.iconService___BeN5z {
    float: right;
    background: url(/mobile/hotReload/addon/userCenterIcon/set.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.topTools___2LYwZ {
    height: 8rem;
    font-size: 1.6rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.signButton___1JN1z {
    font-size: 1.4rem;
    width: 7rem;
    text-align: center;
    border: 1px solid #fff;
    padding: 4px 0;
    border-radius: 5px;
    letter-spacing: 1.5px
}

.signText___dleZu {
    display: -ms-flexbox;
    display: flex;
    padding: 4px 5px;
    font-size: 1.3rem;
    background: rgba(0,0,0,.3);
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.signBg___2lMI2 {
    background: url(/mobile/wap/common/icn_qd.png) 50% no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem
}

.signRight___2naZo {
    background: url(/mobile/wap/common/icn_arrow.png) 50% no-repeat;
    background-size: contain;
    width: .5rem;
    background-position: 1px 3px
}

.vipFirst___1s2bc {
    background-image: url(/mobile/wap/vip/VIP_TitleBackground.png);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2.7rem
}

.vipContent___3Rqkb {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/mobile/wap/vip/vip_content.png);
    background-size: contain;
    height: 2rem;
    color: #fca601
}

.vipNext___2lAaj {
    background-image: url(/mobile/wap/vip/vip_next.png);
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2.7rem
}

.am-progress-outer {
    background-color: #ddd;
    display: block
}

.am-progress-fixed-outer {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000
}

.am-progress-hide-outer {
    background-color: transparent
}

.am-progress-bar {
    border: 2px solid #1da57a;
    transition: all .3s linear 0s
}

.content___2fs1p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    width: 88%
}

.content___2fs1p .am-progress-fixed-outer {
    position: unset;
    top: auto;
    left: auto;
    z-index: unset
}

.content___2fs1p .am-progress-bar {
    border: 2px solid #fff;
    border-radius: 2px;
    background: #fff
}

.content___2fs1p .am-progress-outer {
    border-radius: 2px;
    background: hsla(0,0%,100%,.4)
}

.vipLeve___21cIb {
    font-size: 1.2rem;
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex
}

.vipLeveLeft___2Cotc {
    width: 46%
}

.vipLeveRight___2wwmJ {
    width: 54%;
    text-align: right
}

.vipLeveLeft0___3Jnol {
    padding-right: 80%
}

.signDialog___3CKz6 {
    -ms-flex-align: baseline;
    align-items: baseline
}

.signDialog___3CKz6 .am-modal-body {
    padding: 0!important
}

.signDialog___3CKz6 .am-modal-content {
    background-color: transparent
}

.signDialog___3CKz6 .am-modal-transparent {
    margin: 0 2rem;
    width: 100%
}

@keyframes zoomIn___2oYk_ {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.signSuccess___24v34 {
    margin: 4.5rem auto 0;
    animation: zoomIn___2oYk_ .3s ease-in-out forwards;
    background-image: url(/mobile/hotReload/addon/userCenterIcon/signIn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 310px;
    height: 250px
}

.signText___17yRT {
    position: absolute;
    font-size: 1.5rem;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 33px
}

.balanceContainer___2vXKL {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .6rem 1.2rem
}

.balanceContainer___2vXKL,.balanceContainerItem1___1TSRO {
    -ms-flex-align: center;
    align-items: center
}

.totalMoney___WXZd- {
    font-size: 1.6rem
}

.iconSee___18kvM {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_eye.png) 50% no-repeat;
    background-size: contain;
    margin: 0 1rem;
    width: 2.2rem;
    height: 1.3rem;
    background-repeat: no-repeat
}

.iconSeeActive___24cKf {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_eye2.png) 50% no-repeat;
    background-size: contain
}

.platformBag___2u5Dl {
    font-size: 1.5rem;
    padding: .5rem;
    background: red;
    color: #fff;
    border-radius: 5px
}

.balanceButton___1mvnF {
    font-size: 1.5rem;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000
}

.container___2y7R5 {
    background: #fff;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.itemButton___WiNyI {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.9rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    border-right: 1px solid #f5f5f5
}

.itemButton___WiNyI:last-child {
    border: 0
}

.iconRecharge___3AMOM {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_pay.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 10px
}

.iconWithdraw___280c1 {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_drawings.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 10px
}

.iconTransfer___3XAYX {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_transfer.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 10px
}

.iconYuErBao___12YKd {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_yuerbao.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 10px
}

.iconDirectTopup___1VaRl {
    background: url(/mobile/hotReload/addon/userCenterIcon/icon_directtopup.png) 50% no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 10px
}

.afCodeContainer___3fGEC {
    position: absolute;
    bottom: 5rem;
    right: 1rem;
    z-index: 11;
    background: url(/mobile/agent/agent_tip.png) 50% no-repeat;
    background-size: contain;
    width: 120px;
    height: 95px
}

.listItem___3Iww8 {
    background: #fff;
    padding: 1.2rem .8rem
}

.listItemChild___3-Nq6 {
    -ms-flex-align: baseline;
    align-items: baseline
}

.gameNameInChinese___2cQL3 {
    margin-right: .8rem;
    font-size: 1.6rem
}

.lastPlanNo___2-qZP {
    margin-right: .8rem;
    font-size: 1.4rem;
    color: #333
}

.lastOpenTime___sKspB {
    font-size: 1.3rem;
    color: #999
}

.listItem___9-JCA {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    font-size: 1.6rem;
    border-bottom: 1px solid #f5f5f5
}

.listItemImg___LLQ1h {
    width: 4.2rem;
    height: 4.2rem;
    margin: 1rem 0 1rem .8rem
}

.overlayContainer___29gA7 .am-popover-inner {
    background: transparent;
    box-shadow: 0 0 0
}

.overlayContainer___29gA7 .am-popover-inner-wrapper {
    background: transparent
}

.lotteryDropDownButton___1JvFL {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    right: 35px;
    top: 2vh
}

@media only screen and (max-width: 576px) {
    .lotteryDropDownButton___1JvFL {
        font-size:18px
    }
}

.lotteryDropDownButton___1JvFL:after {
    background: url(/static/media/icn_mobile_menu.755eb7b3.svg) 50% no-repeat;
    background-size: contain;
    width: 1.92rem;
    height: 1.92rem;
    left: -65%
}

.lotteryDropDownButton___1JvFL:after,.lotteryDropDownButton___1JvFL:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.lotteryDropDownButton___1JvFL:before {
    background: url(/static/media/icn_dropdown_white.d3312bb3.svg) 50% no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    right: -50%
}

.iconBack___1VXuB {
    background: url(/mobile/hotReload/addon/other/top_bar_back.png) 50% no-repeat;
    background-size: contain;
    width: 2.664rem;
    height: 2.664rem;
    position: absolute;
    z-index: 99;
    left: 13px;
    top: 1.5vh
}

.menuItem___wxmj4 {
    background: #fff;
    width: 8.6rem;
    font-size: 1.2rem;
    border-radius: 4px;
    color: #000;
    border: 1px solid #d8d8d8;
    margin: 5px;
    padding: 8px 0
}

.menuBody___1hGjj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1rem
}

.active___29vq0 {
    border: 1px solid #fc3838
}

.container___3sU4A {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    max-height: 90%;
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden
}

.disableBtn___3T9hM {
    background: gray!important;
    border: none!important;
    color: rgba(0,0,0,.4)!important;
    opacity: .5;
    background: #fff;
    width: 8.6rem;
    font-size: 1.2rem;
    border-radius: 4px;
    color: #000;
    border: 1px solid #d8d8d8;
    margin: 5px;
    padding: 8px 0
}

.parentTitle___2io4k {
    background: #fff;
    font-size: 1.8rem;
    color: #9b9b9b;
    letter-spacing: 2px;
    padding: .8rem 0
}

.mask___Jk5RY {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0
}

.body___80dbY {
    background: #fff;
    overflow: auto
}

.activeTitle___2mvYY {
    padding: 3px 0
}

@keyframes animations1___3Vc8Q {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.oneDsfRefLogo1___zgzvB {
    width: 2.5rem;
    height: 2rem;
    position: absolute;
    z-index: 99;
    left: 58px;
    top: 2vh;
    background: url(/static/media/ic-refreshtrend.af3fab54.svg) 50% no-repeat;
    background-size: contain
}

.oneDsfRefLogo-enter-active___2Ti6w {
    animation: animations1___3Vc8Q .8s linear infinite
}

.iconHome___3XdyI {
    background: url(/mobile/hotReload/homeIcon/index_home.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconHomeActive___IaQNp {
    background: url(/mobile/hotReload/homeIcon/index_home_pressed.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconShopping___2S-Uw {
    background: url(/mobile/hotReload/homeIcon/index_shopping.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconShoppingActive___1W5Ox {
    background: url(/mobile/hotReload/homeIcon/index_shopping_pressed.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconLottery___1-ygp {
    background: url(/mobile/hotReload/homeIcon/index_lottery.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconLotteryActive___24vkm {
    background: url(/mobile/hotReload/homeIcon/index_lottery_pressed.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconTrend___1foYA {
    background: url(/mobile/hotReload/homeIcon/index_trend.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconTrendActive___XTgJV {
    background: url(/mobile/hotReload/homeIcon/index_trend_pressed.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconMine___2xuHy {
    background: url(/mobile/hotReload/homeIcon/index_mine.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.iconMineActive___3RwbF {
    background: url(/mobile/hotReload/homeIcon/index_mine_pressed.png) 50% no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem
}

.securityMessage___3lnAM {
    text-align: center;
    width: 300px
}

.securityMessage___3lnAM .am-modal-content {
    background: #fcfcfc
}

.topWrap___2EwY5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.skipButton___2Q7HI {
    font-size: 1.3rem
}

.securityIcon___2EKwP {
    background: url(/static/media/ic-security.03543daf.svg) 50% no-repeat;
    background-size: contain;
    min-width: 5.4rem;
    min-height: 6.6rem;
    display: block
}

.securityTitle___1rgFA {
    font-size: 1.9rem;
    margin: 2.5rem 0;
    color: #333;
    font-weight: 600
}

.securityText___1_dAK {
    color: #333
}

.buttonContainer___2PJQ3 {
    margin-top: 4rem
}

.noReminderButton___1SDJP {
    margin-right: 1rem;
    color: #999
}

.securityMessage___7yICQ {
    text-align: center
}

.securityIcon___1dDAp {
    background: url(/static/media/ic-security-success.7f6bf448.svg) 50% no-repeat;
    background-size: contain;
    min-width: 6.6rem;
    min-height: 6.6rem;
    display: block;
    margin-top: 1rem
}

.securityTitle___3_dBQ {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem;
    color: #333
}

.buttonContainer___38pR5 {
    margin-top: 4rem
}

.noReminderButton___3U4S_ {
    margin-right: 1rem
}

.btnConfirm___3FEt5 {
    color: #fe3672
}

.btnConfirm___3FEt5,.btnOther___2_cXH {
    border-top: 1px solid #ddd;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

#root,.ReactNavigationController,.ReactNavigationControllerView,body,html {
    width: 100%;
    height: 100vh;
    color: #333;
}

body {
    margin: 0;
    /* position:fixed; */
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* overflow:hidden; */
    transition: transform .2s
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.am-tab-bar-item {
    position: absolute;
    width: 100%
}

.am-tab-bar-bar {
    background: rgba(185,201,210,0)
}

.am-list-item .am-list-line .am-list-extra {
    color: #333
}

.am-modal-button-group-h .am-modal-button,.am-modal-button-group-v .am-modal-button {
    color: #007aff
}

.am-modal-mask {
    background-color: #000;
    opacity: .85
}
