:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{display:flex;justify-content:center;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);padding:18px 12px;border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-list,.adm-action-sheet-button-item-wrapper{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;display:block;background-color:var(--adm-color-background);padding:16px}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-picker{--header-button-font-size: var(--adm-font-size-7);--title-font-size: var(--adm-font-size-7);--item-font-size: var(--adm-font-size-8);--item-height: 34px;width:100%;height:300px;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size: var(--item-font-size);---item-height: var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size: var(---item-font-size);--item-height: var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:solid 1px var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height: 100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height: 240px;--item-height: 34px;--item-font-size: var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1;-webkit-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 6px;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.purchase_notes_mask{width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:999;position:fixed;left:0;top:0}.purchase_notes_mask .con{width:285px;height:350px;background:linear-gradient(180deg,#d9ffcb,#fff 16%);border-radius:16px;box-sizing:border-box;padding:0 20px;display:flex;flex-direction:column;align-items:center}.purchase_notes_mask .con .title{font-weight:700;font-size:18px;color:#000;margin-top:28px}.purchase_notes_mask .con .subTitle{width:100%;text-align:left;font-weight:700;font-size:13px;color:#333;margin:20px 0}.purchase_notes_mask .con .p{font-weight:500;font-size:13px;color:#333;margin-bottom:5px}.purchase_notes_mask .con .action{margin-top:20px;width:162px;height:40px;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:59px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#fff}.service_detail_wrap{width:100vw;height:100vh;overflow:hidden;box-sizing:border-box;padding:12px 12px 0}.service_detail_wrap .info{width:100%;height:136px;background:#fff;border-radius:12px;box-sizing:border-box;padding:16px;display:flex;align-items:center}.service_detail_wrap .info .left{width:80px;height:80px;border-radius:6px;overflow:hidden}.service_detail_wrap .info .left img{width:100%;height:100%}.service_detail_wrap .info .right{flex:1;width:0;height:100%;margin-left:12px;display:flex;flex-direction:column}.service_detail_wrap .info .right .title{margin-top:6px;font-weight:700;font-size:14px;color:#000}.service_detail_wrap .info .right .subTitle{margin-top:6px;font-weight:400;font-size:12px;color:#666}.service_detail_wrap .info .right .price{display:flex;align-items:center;justify-content:space-between}.service_detail_wrap .info .right .price .label{font-weight:500;font-size:18px;color:#23a452}.service_detail_wrap .info .right .price .action{width:80px;height:26px;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:27px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#fff}.service_detail_wrap .content{width:100%;background:#fff;box-shadow:0 0 6px #c0c0c01a;border-radius:12px;margin-top:12px;box-sizing:border-box;padding:4px 16px}.service_detail_wrap .content .item{width:100%;height:50px;box-sizing:border-box;border-bottom:1px solid #e6e6e6;display:flex;align-items:center}.service_detail_wrap .content .item .label{width:60px;font-weight:700;font-size:14px;color:#000;margin-right:16px}.service_detail_wrap .content .item .comp{flex:1;width:0;height:100%;display:flex;align-items:center;box-sizing:border-box}.service_detail_wrap .content .item .comp input{width:100%;height:50%;outline:none;border:none}.service_detail_wrap .content .item .comp input:disabled{background-color:transparent}.service_detail_wrap .content .item .right_icon{width:12px;height:12px}.service_detail_wrap .content .item:last-child{border:none}.service_detail_wrap .pay_method{width:100%;height:58px;background:#fff;box-shadow:0 0 6px #c0c0c01a;border-radius:12px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 16px;margin-top:12px}.service_detail_wrap .pay_method .left{font-weight:700;font-size:14px;color:#000}.service_detail_wrap .pay_method .right{font-weight:700;font-size:14px;color:#23a452}.service_detail_wrap .purchase_notes{display:inline-block;font-weight:400;font-size:13px;color:#05f;text-decoration-line:underline;text-transform:none;margin-top:16px;margin-left:16px}.service_detail_wrap .bottom{width:100%;box-sizing:border-box;position:fixed;left:0;bottom:0;background-color:#fff}.service_detail_wrap .bottom .con{width:100%;height:60px;box-sizing:border-box;padding:0 20px 0 18px;display:flex;align-items:center;justify-content:space-between}.service_detail_wrap .bottom .con .left{display:flex;align-items:center}.service_detail_wrap .bottom .con .left .l{font-weight:400;font-size:14px;color:#666}.service_detail_wrap .bottom .con .left .p{font-weight:700;font-size:22px;color:#23a452}.service_detail_wrap .bottom .con .right{width:162px;height:38px;cursor:pointer;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:59px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#fff}.detail_wrap{width:100vw;height:100vh;box-sizing:border-box;overflow-y:scroll;padding-bottom:100px}.detail_wrap img{width:100%}.detail_wrap .bottom{width:100%;box-sizing:border-box;position:fixed;left:0;bottom:0;background-color:#fff}.detail_wrap .bottom .con{width:100%;height:60px;box-sizing:border-box;padding:0 20px 0 18px;display:flex;align-items:center;justify-content:flex-end}.detail_wrap .bottom .con .action{width:162px;height:38px;cursor:pointer;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:59px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#fff}.popup-box{display:flex;flex-direction:column;min-height:30vh}.popup-box .header{display:flex;height:56px;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #e6e6e6}.popup-box .header .center{font-size:16px;color:#23a452;line-height:16px}.popup-box .header .right{font-weight:400;font-size:16px;color:#999;cursor:pointer}.popup-box .content{padding:0 24px 16px;flex:1}.popup-box .content .tag-list{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.popup-box .content .tag-list .tag{width:calc(50% - 8px);height:50px;border-radius:8px;background:#f7f7f7;border:1px solid transparent;justify-content:center;align-items:center;display:flex;font-weight:500;font-size:14px;color:#000;margin-top:16px;cursor:pointer}.popup-box .content .tag-list .active-tag{background:#23a4521a;border-radius:8px;border:1px solid #23a452}.popup-box .footer{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 20px}.popup-box .footer .price{display:flex;align-items:center}.popup-box .footer .price .label{font-weight:400;font-size:14px;color:#666}.popup-box .footer .price .price-num{font-weight:500;font-size:22px;color:#23a452}.popup-box .footer .price .price-num .unit{font-size:14px}.popup-box .footer .action{width:162px;height:38px;cursor:pointer;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:59px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#fff}.server_detail_wrap{width:100vw;height:100vh;box-sizing:border-box;overflow-y:scroll;background:linear-gradient(180deg,#e6ffdc,#fff 22%);padding:24px}.server_detail_wrap .server_detail_list{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.server_detail_wrap .server_detail_list .list_item{margin-bottom:16px;width:70%;height:90px;background:#f5f5f5;border-radius:16px;display:flex;align-items:center;justify-content:center}.pay_success_wrap{width:100vw;height:100vh;box-sizing:border-box;background:#fff;display:flex;flex-direction:column;align-items:center}.pay_success_wrap .icon{width:60px;height:60px;margin-top:62px}.pay_success_wrap .label{font-weight:400;font-size:14px;color:#000;margin-top:16px}.pay_success_wrap .price{font-weight:700;font-size:32px;color:#000;display:flex;align-items:flex-end;margin-top:28px}.pay_success_wrap .price .symbol{font-weight:700;font-size:18px;color:#000;transform:translateY(-3px)}.pay_success_wrap .back{width:162px;height:40px;border-radius:59px;border:1px solid #cccccc;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#000;cursor:pointer;position:fixed;left:50%;transform:translate(-50%);bottom:167px}.pay_success_wrap .guide{width:100%;font-weight:400;font-size:12px;color:#999;text-align:center;position:fixed;bottom:120px}.order_detail_wrap{width:100vw;height:100vh;overflow:hidden;box-sizing:border-box;padding:12px}.order_detail_wrap .pendding_payment{width:100%;height:66px;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:12px;box-sizing:border-box;padding:16px;display:flex;align-items:center;justify-content:space-between}.order_detail_wrap .pendding_payment .left{display:flex;flex-direction:column;flex:1;width:0}.order_detail_wrap .pendding_payment .left .title{font-weight:700;font-size:18px;color:#fff}.order_detail_wrap .pendding_payment .left .subTitle{font-weight:400;font-size:12px;color:#fff}.order_detail_wrap .pendding_payment .right{cursor:pointer;width:92px;height:34px;background:#fff;border-radius:59px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#000}.order_detail_wrap .refund{width:100%;height:66px;background-color:#fff;border-radius:12px;box-sizing:border-box;padding:16px;display:flex;align-items:center;justify-content:space-between}.order_detail_wrap .refund .left .title{font-weight:700;font-size:18px;color:#000}.order_detail_wrap .refund .right{cursor:pointer;width:92px;height:34px;background:#fff;border-radius:59px;border:1px solid #cccccc;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#000}.order_detail_wrap .content{width:100%;background:#fff;border-radius:12px;margin-top:12px;box-sizing:border-box;padding:16px}.order_detail_wrap .content .info{display:flex;align-items:center;width:100%}.order_detail_wrap .content .info .left{width:80px;height:80px;border-radius:6px;overflow:hidden}.order_detail_wrap .content .info .left img{width:100%;height:100%}.order_detail_wrap .content .info .right{flex:1;width:0;height:80px;margin-left:12px;display:flex;flex-direction:column;box-sizing:border-box;padding-bottom:4px}.order_detail_wrap .content .info .right .title{font-weight:700;font-size:14px;color:#000;margin-top:6px}.order_detail_wrap .content .info .right .subTitle{font-weight:400;font-size:13px;color:#666;margin-top:6px}.order_detail_wrap .content .info .right .price{font-weight:500;font-size:18px;color:#23a452;display:flex;align-items:center}.order_detail_wrap .content .info .right .price .symbol{font-weight:500;font-size:14px;color:#23a452}.order_detail_wrap .content .detail{margin-top:12px;display:flex;flex-direction:column}.order_detail_wrap .content .detail .detail_item{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.order_detail_wrap .content .detail .detail_item .label{font-weight:400;font-size:14px;color:#666}.order_detail_wrap .content .detail .detail_item .value{font-weight:500;font-size:14px;color:#000}.order_detail_wrap .content .detail .detail_item:last-child{margin:0}.order_detail_wrap .content .detail .split_line{width:100%;height:1px;background-color:#e6e6e6;margin:6px 0 16px}.order_detail_wrap .guide{margin-top:12px;width:100%;text-align:center;font-weight:400;font-size:12px;color:#999}.refund_mask{width:100vw;height:100vh;background-color:#00000080;position:fixed;left:0;top:0;z-index:9;display:flex;flex-direction:column;justify-content:flex-end}.refund_mask__content{width:100%;height:291px;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column}.refund_mask__content .top{width:100%;height:56px;border-bottom:1px solid #e6e6e6;box-sizing:border-box;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.refund_mask__content .top .cancel{font-weight:400;font-size:16px;color:#999}.refund_mask__content .top .msg{font-weight:500;font-size:16px;color:#23a452}.refund_mask__content .top .confirm{font-weight:500;font-size:16px;color:#333}.refund_mask__content .con{flex:1;height:0;box-sizing:border-box;padding:0 20px}.refund_mask__content .con>div{height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:14px;transition:color .2s ease-in-out}.mindfulness-layout{width:100vw;height:100vh;box-sizing:border-box;overflow:hidden;position:relative}.mindfulness-layout .tabs-wrapper{width:255px;height:56px;background:#fff;box-shadow:0 0 12px #00000008;border-radius:67px;box-sizing:border-box;padding:0 56px;display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:34px;left:50%;transform:translate(-50%)}.mindfulness-layout .tabs-wrapper .item{display:flex;flex-direction:column;align-items:center;font-weight:400;font-size:10px;color:#999}.mindfulness-layout .tabs-wrapper .item .icon{width:24px;height:24px}.mindfulness-layout .tabs-wrapper .item-active{color:#23a452}.order_wrap{width:100%;height:100%;overflow-y:scroll;box-sizing:border-box;padding:12px}.order_wrap .item{width:100%;height:158px;background:#fff;border-radius:12px;box-sizing:border-box;padding:16px;display:flex;flex-direction:column;margin-bottom:10px}.order_wrap .item .top{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e6e6e6}.order_wrap .item .top .order_no{display:flex;align-items:center}.order_wrap .item .top .order_no .label{font-weight:400;font-size:13px;color:#000}.order_wrap .item .top .order_no .no{font-weight:400;font-size:13px;color:#666;margin-left:8px}.order_wrap .item .top .date{font-weight:400;font-size:13px;color:#666}.order_wrap .item .content{width:100%;flex:1;height:0;box-sizing:border-box;padding-top:16px;display:flex;align-items:center;justify-content:space-between}.order_wrap .item .content .left{width:80px;height:80px;border-radius:6px;overflow:hidden}.order_wrap .item .content .left img{width:100%;height:100%}.order_wrap .item .content .right{flex:1;width:0;margin-left:12px;box-sizing:border-box;padding:3px 0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.order_wrap .item .content .right .title{font-weight:700;font-size:14px;color:#000}.order_wrap .item .content .right .status{width:100%;font-weight:700;font-size:14px;text-align:right}.order_wrap .item .content .right .price{display:flex;align-items:center;font-weight:700;color:#23a452}.order_wrap .item .content .right .price .symbol{font-size:14px}.order_wrap .item .content .right .price .num{font-size:18px}.home_wrap{width:100%;height:100%;overflow-y:scroll;box-sizing:border-box;padding:12px}.home_wrap .item{width:100%;height:104px;background:#fff;border-radius:12px;display:flex;align-items:center;box-sizing:border-box;padding:12px;margin-bottom:12px}.home_wrap .item .left{width:80px;height:80px;border-radius:6px;overflow:hidden}.home_wrap .item .left img{width:100%;height:100%}.home_wrap .item .right{flex:1;width:0;height:100%;margin-left:12px;display:flex;flex-direction:column}.home_wrap .item .right .title{margin-top:6px;font-weight:700;font-size:14px;color:#000}.home_wrap .item .right .subTitle{margin-top:6px;font-weight:400;font-size:12px;color:#666}.home_wrap .item .right .price{display:flex;align-items:center;justify-content:space-between}.home_wrap .item .right .price .label{font-weight:500;font-size:18px;color:#23a452}.home_wrap .item .right .price .action{width:80px;height:26px;background:linear-gradient(90deg,#5db328,#23a452 62%,#00b88c);border-radius:27px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#fff}body{margin:0}#root{width:100vw;height:100vh;box-sizing:border-box;overflow:hidden;background-color:#f0f0f0}.ell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
