:root,:host{--van-popover-arrow-size: .16rem;--van-popover-radius: var(--van-radius-lg);--van-popover-action-width: 3.41333rem;--van-popover-action-height: 1.17333rem;--van-popover-action-font-size: var(--van-font-size-md);--van-popover-action-line-height: var(--van-line-height-md);--van-popover-action-icon-size: .53333rem;--van-popover-horizontal-action-height: .90667rem;--van-popover-horizontal-action-icon-size: .42667rem;--van-popover-light-text-color: var(--van-text-color);--van-popover-light-background: var(--van-background-2);--van-popover-light-action-disabled-text-color: var(--van-text-color-3);--van-popover-dark-text-color: var(--van-white);--van-popover-dark-background: #4a4a4a;--van-popover-dark-action-disabled-text-color: var(--van-text-color-2)}.van-popover{position:absolute;overflow:visible;background-color:transparent;transition:opacity .15s,transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:var(--van-popover-arrow-size)}.van-popover__content{overflow:hidden;border-radius:var(--van-popover-radius)}.van-popover__content--horizontal{display:flex;width:-webkit-max-content;width:max-content}.van-popover__content--horizontal .van-popover__action{flex:none;width:auto;height:var(--van-popover-horizontal-action-height);padding:0 var(--van-padding-sm)}.van-popover__content--horizontal .van-popover__action:last-child:after{display:none}.van-popover__content--horizontal .van-popover__action-icon{margin-right:var(--van-padding-base);font-size:var(--van-popover-horizontal-action-icon-size)}.van-popover__action{position:relative;display:flex;align-items:center;box-sizing:border-box;width:var(--van-popover-action-width);height:var(--van-popover-action-height);padding:0 var(--van-padding-md);font-size:var(--van-popover-action-font-size);line-height:var(--van-line-height-md);cursor:pointer}.van-popover__action:last-child .van-popover__action-text:after{display:none}.van-popover__action-text{display:flex;flex:1;align-items:center;justify-content:center;height:100%}.van-popover__action-icon{margin-right:var(--van-padding-xs);font-size:var(--van-popover-action-icon-size)}.van-popover__action--with-icon .van-popover__action-text{justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;margin-bottom:calc(var(--van-popover-arrow-size) * -1)}.van-popover[data-popper-placement=top]{transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%;transform:translate(-50%)}.van-popover[data-popper-placement=top-start]{transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:var(--van-padding-md)}.van-popover[data-popper-placement=top-end]{transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:var(--van-padding-md)}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;margin-right:calc(var(--van-popover-arrow-size) * -1)}.van-popover[data-popper-placement=left]{transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%;transform:translateY(-50%)}.van-popover[data-popper-placement=left-start]{transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:var(--van-padding-md)}.van-popover[data-popper-placement=left-end]{transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:var(--van-padding-md)}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;margin-left:calc(var(--van-popover-arrow-size) * -1)}.van-popover[data-popper-placement=right]{transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%;transform:translateY(-50%)}.van-popover[data-popper-placement=right-start]{transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:var(--van-padding-md)}.van-popover[data-popper-placement=right-end]{transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:var(--van-padding-md)}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;margin-top:calc(var(--van-popover-arrow-size) * -1)}.van-popover[data-popper-placement=bottom]{transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%;transform:translate(-50%)}.van-popover[data-popper-placement=bottom-start]{transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:var(--van-padding-md)}.van-popover[data-popper-placement=bottom-end]{transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:var(--van-padding-md)}.van-popover--light{color:var(--van-popover-light-text-color)}.van-popover--light .van-popover__content{background:var(--van-popover-light-background);box-shadow:0 .05333rem .32rem #3232331f}.van-popover--light .van-popover__arrow{color:var(--van-popover-light-background)}.van-popover--light .van-popover__action:active{background-color:var(--van-active-color)}.van-popover--light .van-popover__action--disabled{color:var(--van-popover-light-action-disabled-text-color);cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:var(--van-popover-dark-text-color)}.van-popover--dark .van-popover__content{background:var(--van-popover-dark-background)}.van-popover--dark .van-popover__arrow{color:var(--van-popover-dark-background)}.van-popover--dark .van-popover__action:active{background-color:#0003}.van-popover--dark .van-popover__action--disabled{color:var(--van-popover-dark-action-disabled-text-color)}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text:after{border-color:var(--van-gray-7)}.van-popover-zoom-enter-from,.van-popover-zoom-leave-active{transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popover-zoom-leave-active{transition-timing-function:var(--van-ease-in)}.pay_header[data-v-74c6a08a]{box-sizing:border-box;height:1.70667rem;display:flex;justify-content:space-between;align-items:center;padding:.42667rem}.pay_header .logo[data-v-74c6a08a]{height:100%}.pay_header .navbar[data-v-74c6a08a]{height:100%;display:flex;align-items:center;font-size:.37333rem!important}.pay_header .navbar .van-icon[data-v-74c6a08a]{font-size:.48rem!important}.pay_header .navbar .item[data-v-74c6a08a]{box-sizing:border-box;width:1.06667rem;height:1.06667rem;padding:.21333rem;display:flex;justify-content:center;align-items:center}.pay_header .navbar .item.area[data-v-74c6a08a]{width:2.13333rem}.pay_header .navbar .item .arrow_down[data-v-74c6a08a]{width:.32rem;margin-left:.10667rem}.pay_header .navbar .item[data-v-74c6a08a]:last-child{margin-right:-.21333rem}.user_info[data-v-74c6a08a]{display:flex;flex-direction:column;align-items:center;padding:.21333rem}.user_info .van-image[data-v-74c6a08a]{margin:.21333rem .85333rem;width:1.33333rem;height:1.33333rem}.user_info .nick_name[data-v-74c6a08a]{width:3.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.21333rem;text-align:center}.page_pay[data-v-c27d8722]{height:100vh;width:100%;max-width:480PX;margin:0 auto;display:flex;flex-direction:column;background-color:#f8f8f8}.page_pay .page_container[data-v-c27d8722]{flex:1;height:0;padding:.42667rem;overflow-y:auto}body{background-color:#f8f8f8}@media screen and (min-width: 480px){html{font-size:48PX!important}}.page_pay{font-family:PingFang SC}.title{font-size:.53333rem;font-weight:700}.subtitle{font-size:.42667rem;font-weight:700}.w_0{width:0!important}.h_0{height:0!important}.text_nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.f_w_700{font-weight:700}.red{color:red}.scroll_y{overflow-y:auto}.bg{width:100%}.m_0{margin:0!important}.p_0{padding:0!important}.mt_0{margin-top:0!important}.mb_0{margin-bottom:0!important}.mr_0{margin-right:0!important}.ml_0{margin-left:0!important}.mx_0{margin-left:0!important;margin-right:0!important}.my_0{margin-top:0!important;margin-bottom:0!important}.pb_0{padding-bottom:0!important}.pt_0{padding-top:0!important}.pr_0{padding-right:0!important}.pl_0{padding-left:0!important}.px_0{padding-left:0!important;padding-right:0!important}.py_0{padding-top:0!important;padding-bottom:0!important}.f_0{font-size:0px!important}.m_4{margin:.10667rem!important}.p_4{padding:.10667rem!important}.mt_4{margin-top:.10667rem!important}.mb_4{margin-bottom:.10667rem!important}.mr_4{margin-right:.10667rem!important}.ml_4{margin-left:.10667rem!important}.mx_4{margin-left:.10667rem!important;margin-right:.10667rem!important}.my_4{margin-top:.10667rem!important;margin-bottom:.10667rem!important}.pb_4{padding-bottom:.10667rem!important}.pt_4{padding-top:.10667rem!important}.pr_4{padding-right:.10667rem!important}.pl_4{padding-left:.10667rem!important}.px_4{padding-left:.10667rem!important;padding-right:.10667rem!important}.py_4{padding-top:.10667rem!important;padding-bottom:.10667rem!important}.f_4{font-size:.10667rem!important}.m_8{margin:.21333rem!important}.p_8{padding:.21333rem!important}.mt_8{margin-top:.21333rem!important}.mb_8{margin-bottom:.21333rem!important}.mr_8{margin-right:.21333rem!important}.ml_8{margin-left:.21333rem!important}.mx_8{margin-left:.21333rem!important;margin-right:.21333rem!important}.my_8{margin-top:.21333rem!important;margin-bottom:.21333rem!important}.pb_8{padding-bottom:.21333rem!important}.pt_8{padding-top:.21333rem!important}.pr_8{padding-right:.21333rem!important}.pl_8{padding-left:.21333rem!important}.px_8{padding-left:.21333rem!important;padding-right:.21333rem!important}.py_8{padding-top:.21333rem!important;padding-bottom:.21333rem!important}.f_8{font-size:.21333rem!important}.m_10{margin:.26667rem!important}.p_10{padding:.26667rem!important}.mt_10{margin-top:.26667rem!important}.mb_10{margin-bottom:.26667rem!important}.mr_10{margin-right:.26667rem!important}.ml_10{margin-left:.26667rem!important}.mx_10{margin-left:.26667rem!important;margin-right:.26667rem!important}.my_10{margin-top:.26667rem!important;margin-bottom:.26667rem!important}.pb_10{padding-bottom:.26667rem!important}.pt_10{padding-top:.26667rem!important}.pr_10{padding-right:.26667rem!important}.pl_10{padding-left:.26667rem!important}.px_10{padding-left:.26667rem!important;padding-right:.26667rem!important}.py_10{padding-top:.26667rem!important;padding-bottom:.26667rem!important}.f_10{font-size:.26667rem!important}.m_12{margin:.32rem!important}.p_12{padding:.32rem!important}.mt_12{margin-top:.32rem!important}.mb_12{margin-bottom:.32rem!important}.mr_12{margin-right:.32rem!important}.ml_12{margin-left:.32rem!important}.mx_12{margin-left:.32rem!important;margin-right:.32rem!important}.my_12{margin-top:.32rem!important;margin-bottom:.32rem!important}.pb_12{padding-bottom:.32rem!important}.pt_12{padding-top:.32rem!important}.pr_12{padding-right:.32rem!important}.pl_12{padding-left:.32rem!important}.px_12{padding-left:.32rem!important;padding-right:.32rem!important}.py_12{padding-top:.32rem!important;padding-bottom:.32rem!important}.f_12{font-size:.32rem!important}.m_14{margin:.37333rem!important}.p_14{padding:.37333rem!important}.mt_14{margin-top:.37333rem!important}.mb_14{margin-bottom:.37333rem!important}.mr_14{margin-right:.37333rem!important}.ml_14{margin-left:.37333rem!important}.mx_14{margin-left:.37333rem!important;margin-right:.37333rem!important}.my_14{margin-top:.37333rem!important;margin-bottom:.37333rem!important}.pb_14{padding-bottom:.37333rem!important}.pt_14{padding-top:.37333rem!important}.pr_14{padding-right:.37333rem!important}.pl_14{padding-left:.37333rem!important}.px_14{padding-left:.37333rem!important;padding-right:.37333rem!important}.py_14{padding-top:.37333rem!important;padding-bottom:.37333rem!important}.f_14{font-size:.37333rem!important}.m_16{margin:.42667rem!important}.p_16{padding:.42667rem!important}.mt_16{margin-top:.42667rem!important}.mb_16{margin-bottom:.42667rem!important}.mr_16{margin-right:.42667rem!important}.ml_16{margin-left:.42667rem!important}.mx_16{margin-left:.42667rem!important;margin-right:.42667rem!important}.my_16{margin-top:.42667rem!important;margin-bottom:.42667rem!important}.pb_16{padding-bottom:.42667rem!important}.pt_16{padding-top:.42667rem!important}.pr_16{padding-right:.42667rem!important}.pl_16{padding-left:.42667rem!important}.px_16{padding-left:.42667rem!important;padding-right:.42667rem!important}.py_16{padding-top:.42667rem!important;padding-bottom:.42667rem!important}.f_16{font-size:.42667rem!important}.m_18{margin:.48rem!important}.p_18{padding:.48rem!important}.mt_18{margin-top:.48rem!important}.mb_18{margin-bottom:.48rem!important}.mr_18{margin-right:.48rem!important}.ml_18{margin-left:.48rem!important}.mx_18{margin-left:.48rem!important;margin-right:.48rem!important}.my_18{margin-top:.48rem!important;margin-bottom:.48rem!important}.pb_18{padding-bottom:.48rem!important}.pt_18{padding-top:.48rem!important}.pr_18{padding-right:.48rem!important}.pl_18{padding-left:.48rem!important}.px_18{padding-left:.48rem!important;padding-right:.48rem!important}.py_18{padding-top:.48rem!important;padding-bottom:.48rem!important}.f_18{font-size:.48rem!important}.m_20{margin:.53333rem!important}.p_20{padding:.53333rem!important}.mt_20{margin-top:.53333rem!important}.mb_20{margin-bottom:.53333rem!important}.mr_20{margin-right:.53333rem!important}.ml_20{margin-left:.53333rem!important}.mx_20{margin-left:.53333rem!important;margin-right:.53333rem!important}.my_20{margin-top:.53333rem!important;margin-bottom:.53333rem!important}.pb_20{padding-bottom:.53333rem!important}.pt_20{padding-top:.53333rem!important}.pr_20{padding-right:.53333rem!important}.pl_20{padding-left:.53333rem!important}.px_20{padding-left:.53333rem!important;padding-right:.53333rem!important}.py_20{padding-top:.53333rem!important;padding-bottom:.53333rem!important}.f_20{font-size:.53333rem!important}.m_24{margin:.64rem!important}.p_24{padding:.64rem!important}.mt_24{margin-top:.64rem!important}.mb_24{margin-bottom:.64rem!important}.mr_24{margin-right:.64rem!important}.ml_24{margin-left:.64rem!important}.mx_24{margin-left:.64rem!important;margin-right:.64rem!important}.my_24{margin-top:.64rem!important;margin-bottom:.64rem!important}.pb_24{padding-bottom:.64rem!important}.pt_24{padding-top:.64rem!important}.pr_24{padding-right:.64rem!important}.pl_24{padding-left:.64rem!important}.px_24{padding-left:.64rem!important;padding-right:.64rem!important}.py_24{padding-top:.64rem!important;padding-bottom:.64rem!important}.f_24{font-size:.64rem!important}.m_32{margin:.85333rem!important}.p_32{padding:.85333rem!important}.mt_32{margin-top:.85333rem!important}.mb_32{margin-bottom:.85333rem!important}.mr_32{margin-right:.85333rem!important}.ml_32{margin-left:.85333rem!important}.mx_32{margin-left:.85333rem!important;margin-right:.85333rem!important}.my_32{margin-top:.85333rem!important;margin-bottom:.85333rem!important}.pb_32{padding-bottom:.85333rem!important}.pt_32{padding-top:.85333rem!important}.pr_32{padding-right:.85333rem!important}.pl_32{padding-left:.85333rem!important}.px_32{padding-left:.85333rem!important;padding-right:.85333rem!important}.py_32{padding-top:.85333rem!important;padding-bottom:.85333rem!important}.f_32{font-size:.85333rem!important}.m_40{margin:1.06667rem!important}.p_40{padding:1.06667rem!important}.mt_40{margin-top:1.06667rem!important}.mb_40{margin-bottom:1.06667rem!important}.mr_40{margin-right:1.06667rem!important}.ml_40{margin-left:1.06667rem!important}.mx_40{margin-left:1.06667rem!important;margin-right:1.06667rem!important}.my_40{margin-top:1.06667rem!important;margin-bottom:1.06667rem!important}.pb_40{padding-bottom:1.06667rem!important}.pt_40{padding-top:1.06667rem!important}.pr_40{padding-right:1.06667rem!important}.pl_40{padding-left:1.06667rem!important}.px_40{padding-left:1.06667rem!important;padding-right:1.06667rem!important}.py_40{padding-top:1.06667rem!important;padding-bottom:1.06667rem!important}.f_40{font-size:1.06667rem!important}.m_48{margin:1.28rem!important}.p_48{padding:1.28rem!important}.mt_48{margin-top:1.28rem!important}.mb_48{margin-bottom:1.28rem!important}.mr_48{margin-right:1.28rem!important}.ml_48{margin-left:1.28rem!important}.mx_48{margin-left:1.28rem!important;margin-right:1.28rem!important}.my_48{margin-top:1.28rem!important;margin-bottom:1.28rem!important}.pb_48{padding-bottom:1.28rem!important}.pt_48{padding-top:1.28rem!important}.pr_48{padding-right:1.28rem!important}.pl_48{padding-left:1.28rem!important}.px_48{padding-left:1.28rem!important;padding-right:1.28rem!important}.py_48{padding-top:1.28rem!important;padding-bottom:1.28rem!important}.f_48{font-size:1.28rem!important}.m_56{margin:1.49333rem!important}.p_56{padding:1.49333rem!important}.mt_56{margin-top:1.49333rem!important}.mb_56{margin-bottom:1.49333rem!important}.mr_56{margin-right:1.49333rem!important}.ml_56{margin-left:1.49333rem!important}.mx_56{margin-left:1.49333rem!important;margin-right:1.49333rem!important}.my_56{margin-top:1.49333rem!important;margin-bottom:1.49333rem!important}.pb_56{padding-bottom:1.49333rem!important}.pt_56{padding-top:1.49333rem!important}.pr_56{padding-right:1.49333rem!important}.pl_56{padding-left:1.49333rem!important}.px_56{padding-left:1.49333rem!important;padding-right:1.49333rem!important}.py_56{padding-top:1.49333rem!important;padding-bottom:1.49333rem!important}.f_56{font-size:1.49333rem!important}.m_64{margin:1.70667rem!important}.p_64{padding:1.70667rem!important}.mt_64{margin-top:1.70667rem!important}.mb_64{margin-bottom:1.70667rem!important}.mr_64{margin-right:1.70667rem!important}.ml_64{margin-left:1.70667rem!important}.mx_64{margin-left:1.70667rem!important;margin-right:1.70667rem!important}.my_64{margin-top:1.70667rem!important;margin-bottom:1.70667rem!important}.pb_64{padding-bottom:1.70667rem!important}.pt_64{padding-top:1.70667rem!important}.pr_64{padding-right:1.70667rem!important}.pl_64{padding-left:1.70667rem!important}.px_64{padding-left:1.70667rem!important;padding-right:1.70667rem!important}.py_64{padding-top:1.70667rem!important;padding-bottom:1.70667rem!important}.f_64{font-size:1.70667rem!important}.m_80{margin:2.13333rem!important}.p_80{padding:2.13333rem!important}.mt_80{margin-top:2.13333rem!important}.mb_80{margin-bottom:2.13333rem!important}.mr_80{margin-right:2.13333rem!important}.ml_80{margin-left:2.13333rem!important}.mx_80{margin-left:2.13333rem!important;margin-right:2.13333rem!important}.my_80{margin-top:2.13333rem!important;margin-bottom:2.13333rem!important}.pb_80{padding-bottom:2.13333rem!important}.pt_80{padding-top:2.13333rem!important}.pr_80{padding-right:2.13333rem!important}.pl_80{padding-left:2.13333rem!important}.px_80{padding-left:2.13333rem!important;padding-right:2.13333rem!important}.py_80{padding-top:2.13333rem!important;padding-bottom:2.13333rem!important}.f_80{font-size:2.13333rem!important}.m_96{margin:2.56rem!important}.p_96{padding:2.56rem!important}.mt_96{margin-top:2.56rem!important}.mb_96{margin-bottom:2.56rem!important}.mr_96{margin-right:2.56rem!important}.ml_96{margin-left:2.56rem!important}.mx_96{margin-left:2.56rem!important;margin-right:2.56rem!important}.my_96{margin-top:2.56rem!important;margin-bottom:2.56rem!important}.pb_96{padding-bottom:2.56rem!important}.pt_96{padding-top:2.56rem!important}.pr_96{padding-right:2.56rem!important}.pl_96{padding-left:2.56rem!important}.px_96{padding-left:2.56rem!important;padding-right:2.56rem!important}.py_96{padding-top:2.56rem!important;padding-bottom:2.56rem!important}.f_96{font-size:2.56rem!important}.m_112{margin:2.98667rem!important}.p_112{padding:2.98667rem!important}.mt_112{margin-top:2.98667rem!important}.mb_112{margin-bottom:2.98667rem!important}.mr_112{margin-right:2.98667rem!important}.ml_112{margin-left:2.98667rem!important}.mx_112{margin-left:2.98667rem!important;margin-right:2.98667rem!important}.my_112{margin-top:2.98667rem!important;margin-bottom:2.98667rem!important}.pb_112{padding-bottom:2.98667rem!important}.pt_112{padding-top:2.98667rem!important}.pr_112{padding-right:2.98667rem!important}.pl_112{padding-left:2.98667rem!important}.px_112{padding-left:2.98667rem!important;padding-right:2.98667rem!important}.py_112{padding-top:2.98667rem!important;padding-bottom:2.98667rem!important}.f_112{font-size:2.98667rem!important}.m_128{margin:3.41333rem!important}.p_128{padding:3.41333rem!important}.mt_128{margin-top:3.41333rem!important}.mb_128{margin-bottom:3.41333rem!important}.mr_128{margin-right:3.41333rem!important}.ml_128{margin-left:3.41333rem!important}.mx_128{margin-left:3.41333rem!important;margin-right:3.41333rem!important}.my_128{margin-top:3.41333rem!important;margin-bottom:3.41333rem!important}.pb_128{padding-bottom:3.41333rem!important}.pt_128{padding-top:3.41333rem!important}.pr_128{padding-right:3.41333rem!important}.pl_128{padding-left:3.41333rem!important}.px_128{padding-left:3.41333rem!important;padding-right:3.41333rem!important}.py_128{padding-top:3.41333rem!important;padding-bottom:3.41333rem!important}.f_128{font-size:3.41333rem!important}.flex{display:flex!important}.inline_flex{display:inline-flex!important}.flex_row{flex-direction:row!important}.flex_col{flex-direction:column!important}.justify_content_start{justify-content:flex-start!important}.justify_content_end{justify-content:flex-end!important}.justify_content_center{justify-content:center!important}.justify_content_between{justify-content:space-between!important}.justify_content_around{justify-content:space-around!important}.justify_content_evenly{justify-content:space-evenly!important}.align_items_start{align-items:flex-start!important}.align_items_end{align-items:flex-end!important}.align_items_center{align-items:center!important}.align_items_baseline{align-items:baseline!important}.align_items_stretch{align-items:stretch!important}.align_content_start{align-content:flex-start!important}.align_content_end{align-content:flex-end!important}.align_content_center{align-content:center!important}.align_content_between{align-content:space-between!important}.align_content_around{align-content:space-around!important}.align_content_evenly{align-content:space-evenly!important}.align_content_stretch{align-content:stretch!important}.flex_direction_row{flex-direction:row!important}.flex_direction_row_reverse{flex-direction:row-reverse!important}.flex_direction_column{flex-direction:column!important}.flex_direction_column_reverse{flex-direction:column-reverse!important}.flex_wrap_nowrap{flex-wrap:nowrap!important}.flex_wrap_wrap{flex-wrap:wrap!important}.flex_wrap_wrap_reverse{flex-wrap:wrap-reverse!important}.align_self_start{align-self:flex-start!important}.align_self_end{align-self:flex-end!important}.align_self_center{align-self:center!important}.align_self_baseline{align-self:baseline!important}.align_self_stretch{align-self:stretch!important}.flex_1{flex:1!important}.flex_grow_0{flex-grow:0!important}.flex_grow_1{flex-grow:1!important}.flex_shrink_0{flex-shrink:0!important}.flex_shrink_1{flex-shrink:1!important}.flex_basis_auto{flex-basis:auto!important}.flex_basis_0{flex-basis:0!important}.flex_basis_50{flex-basis:50%!important}.flex_basis_100{flex-basis:100%!important}
