:root{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-text-link-color: #576b95;--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background-color: var(--van-gray-1);--van-background-color-light: var(--van-white);--van-padding-base: 1.06667vw;--van-padding-xs: 2.13333vw;--van-padding-sm: 3.2vw;--van-padding-md: 4.26667vw;--van-padding-lg: 6.4vw;--van-padding-xl: 8.53333vw;--van-font-size-xs: 2.66667vw;--van-font-size-sm: 3.2vw;--van-font-size-md: 3.73333vw;--van-font-size-lg: 4.26667vw;--van-font-weight-bold: 500;--van-line-height-xs: 3.73333vw;--van-line-height-sm: 4.8vw;--van-line-height-md: 5.33333vw;--van-line-height-lg: 5.86667vw;--van-base-font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-integer-font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;--van-animation-duration-base: .3s;--van-animation-duration-fast: .2s;--van-animation-timing-function-enter: ease-out;--van-animation-timing-function-leave: ease-in;--van-border-color: var(--van-gray-3);--van-border-width-base: 1px;--van-border-radius-sm: .53333vw;--van-border-radius-md: 1.06667vw;--van-border-radius-lg: 2.13333vw;--van-border-radius-max: 266.4vw}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-animation-duration-base) van-fade-in both var(--van-animation-timing-function-enter)}.van-fade-leave-active{animation:var(--van-animation-duration-base) van-fade-out both var(--van-animation-timing-function-leave)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-animation-duration-base) both var(--van-animation-timing-function-enter)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-animation-duration-base) both var(--van-animation-timing-function-leave)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-animation-duration-base) both var(--van-animation-timing-function-enter)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-animation-duration-base) both var(--van-animation-timing-function-leave)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-animation-duration-base) both var(--van-animation-timing-function-enter)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-animation-duration-base) both var(--van-animation-timing-function-leave)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-animation-duration-base) both var(--van-animation-timing-function-enter)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-animation-duration-base) both var(--van-animation-timing-function-leave)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:1px}.van-hairline--left:after{border-left-width:1px}.van-hairline--right:after{border-right-width:1px}.van-hairline--bottom:after{border-bottom-width:1px}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:1px 0}.van-hairline--surround:after{border-width:1px}.text-1line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-2line{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.text-3line{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.text-4line{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.text-5line{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.text-wrap{word-wrap:break-word;word-break:break-all}.text-no-select{user-select:none}.text-hcenter{text-align:center}.mr-l-8{margin-left:2.13333vw}.box-inner{box-sizing:border-box}.pos-absolute{position:absolute;z-index:10}.pos-relative{position:relative}.img-stretch{position:relative;background-size:100% 100%}.img-cover{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.img-contain{position:relative;background-size:contain;background-repeat:no-repeat;background-position:center}.fullscreen{width:100%;height:100%}.width-100{width:100%}.height-100{height:100%}.width-1px{width:1px}.height-1px{height:1px}.scroll-x{overflow-x:scroll}.scroll-y{overflow-y:scroll}.overlay-x{overflow-x:overlay;box-sizing:content-box}.overlay-x::-webkit-scrollbar{display:none}.overflow-hidden{overflow:hidden}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.wrap-start{flex-wrap:wrap;align-content:flex-start}.wrap-end{flex-wrap:wrap;align-content:flex-end}.wrap-center{flex-wrap:wrap;align-content:center}.wrap-between{flex-wrap:wrap;align-content:space-between}.wrap-around{flex-wrap:wrap;align-content:space-around}.wrap-stretch{flex-wrap:wrap;align-content:stretch}.shrink{flex-shrink:10000}.noshrink{flex-shrink:0}.grow{flex-grow:1}.nogrow{flex-grow:0}.rotate-90{transform:rotate(90deg)}.in-horizontal.fill-horizontal,.in-vertical.fill-vertical{flex:1 1}.in-horizontal.fill-vertical,.in-vertical.fill-horizontal{align-self:stretch}.horizontal{box-sizing:border-box;display:flex!important;flex-direction:row}.vertical{box-sizing:border-box;display:flex!important;flex-direction:column}.horizontal.left,.vertical.top{justify-content:flex-start}.horizontal.hcenter,.vertical.vcenter{justify-content:center}.horizontal.right,.vertical.bottom{justify-content:flex-end}.horizontal.space-between,.vertical.space-between{justify-content:space-between}.horizontal.space-around,.vertical.space-around{justify-content:space-around}.horizontal.left.top,.horizontal.hcenter.top,.horizontal.right.top,.horizontal.space-between.top,.horizontal.space-around.top,.vertical.top.left,.vertical.vcenter.left,.vertical.bottom.left,.vertical.space-between.left,.vertical.space-around.left{align-items:flex-start}.horizontal.left.vcenter,.horizontal.hcenter.vcenter,.horizontal.right.vcenter,.horizontal.space-between.vcenter,.horizontal.space-around.vcenter,.vertical.top.hcenter,.vertical.vcenter.hcenter,.vertical.bottom.hcenter,.vertical.space-between.hcenter,.vertical.space-around.hcenter{align-items:center}.horizontal.left.bottom,.horizontal.hcenter.bottom,.horizontal.right.bottom,.horizontal.space-between.bottom,.horizontal.space-around.bottom,.vertical.top.right,.vertical.vcenter.right,.vertical.bottom.right,.vertical.space-between.right,.vertical.space-around.right{align-items:flex-end}.horizontal.left.stretch,.horizontal.hcenter.stretch,.horizontal.right.stretch,.horizontal.space-between.stretch,.horizontal.space-around.stretch,.vertical.top.stretch,.vertical.vcenter.stretch,.vertical.bottom.stretch,.vertical.space-between.stretch,.vertical.space-around.stretch{align-items:stretch}.horizontal.left.baseline,.horizontal.hcenter.baseline,.horizontal.right.baseline,.horizontal.space-between.baseline,.horizontal.space-around.baseline{align-items:baseline}.tap{opacity:1}.tap:active{opacity:.5}.text-disabled{color:#c0c4cc;cursor:not-allowed}.van-toast{word-break:break-word!important;word-wrap:break-word!important}
