From ca8185df91904031a9bb01234651006b8fb0f664 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Mon, 25 Aug 2025 17:54:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=84=E4=BB=B6=E5=8F=8A=E4=BC=98=E5=8C=96?= =?UTF-8?q?AI=E8=81=8A=E5=A4=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor: 移除未使用的circle-btn组件引用 style: 更新图片资源路径及样式 fix: 修复axios请求配置及类型定义 docs: 添加mock-api.js模拟接口文件 --- .../{app.2c489303.css => app.e162f837.css} | 2 +- ...sing.423d4f4e.css => housing.457dd925.css} | 2 +- .../arrow-circular-orange-red.2f945218.svg | 6 + dist/img/arrows-deep-white.a1b5db4f.svg | 6 + dist/img/round-icon.5c96c0c8.gif | Bin 0 -> 10488 bytes dist/img/star-half.a681992c.svg | 6 + dist/img/star-icon.c2e6113d.svg | 6 + dist/img/wechat-pop-green.1aaa230b.svg | 16 + dist/index.html | 2 +- dist/js/818.48ffaa55.js | 1 + dist/js/app.68a5a4ab.js | 1 + dist/js/app.a231ac01.js | 1 - ....5bed831c.js => chunk-vendors.65a8ec5d.js} | 0 ...{detail.1f1bdb88.js => detail.4066a26c.js} | 2 +- .../js/{edit.b0f8e03a.js => edit.af9b8f63.js} | 2 +- dist/js/housing.2b5362f1.js | 1 + dist/js/housing.6670a8e9.js | 1 - ...Page.226db501.js => seachPage.0269f84e.js} | 2 +- dist/js/user.84392502.js | 1 + dist/js/user.fbfcdcc6.js | 1 - .../publicImage/arrow-circular-orange-red.svg | 6 + src/assets/img/publicImage/reopen-icon.png | Bin 0 -> 7525 bytes src/assets/img/publicImage/star-half.svg | 6 + src/assets/img/publicImage/star-icon.svg | 6 + .../img/publicImage/wechat-pop-green.svg | 16 + src/components/ai/aiItem.vue | 66 ++- src/components/ai/contacts.vue | 9 +- src/components/ai/wechat-btn.vue | 167 ++++++ src/components/pageTopBar/pageTopBar.vue | 30 +- src/mock/mock-api.js | 40 ++ src/utils/api.js | 4 +- src/utils/axios.js | 120 +++-- src/views/ai.vue | 487 ++++++++++++++++-- src/views/apartmentDetail.vue | 2 + src/views/housingView/intermediary.vue | 1 - src/views/housingView/needHousing.vue | 1 - src/views/housingView/person.vue | 1 - 37 files changed, 865 insertions(+), 156 deletions(-) rename dist/css/{app.2c489303.css => app.e162f837.css} (95%) rename dist/css/{housing.423d4f4e.css => housing.457dd925.css} (71%) create mode 100644 dist/img/arrow-circular-orange-red.2f945218.svg create mode 100644 dist/img/arrows-deep-white.a1b5db4f.svg create mode 100644 dist/img/round-icon.5c96c0c8.gif create mode 100644 dist/img/star-half.a681992c.svg create mode 100644 dist/img/star-icon.c2e6113d.svg create mode 100644 dist/img/wechat-pop-green.1aaa230b.svg create mode 100644 dist/js/818.48ffaa55.js create mode 100644 dist/js/app.68a5a4ab.js delete mode 100644 dist/js/app.a231ac01.js rename dist/js/{chunk-vendors.5bed831c.js => chunk-vendors.65a8ec5d.js} (100%) rename dist/js/{detail.1f1bdb88.js => detail.4066a26c.js} (99%) rename dist/js/{edit.b0f8e03a.js => edit.af9b8f63.js} (99%) create mode 100644 dist/js/housing.2b5362f1.js delete mode 100644 dist/js/housing.6670a8e9.js rename dist/js/{seachPage.226db501.js => seachPage.0269f84e.js} (99%) create mode 100644 dist/js/user.84392502.js delete mode 100644 dist/js/user.fbfcdcc6.js create mode 100644 src/assets/img/publicImage/arrow-circular-orange-red.svg create mode 100644 src/assets/img/publicImage/reopen-icon.png create mode 100644 src/assets/img/publicImage/star-half.svg create mode 100644 src/assets/img/publicImage/star-icon.svg create mode 100644 src/assets/img/publicImage/wechat-pop-green.svg create mode 100644 src/components/ai/wechat-btn.vue create mode 100644 src/mock/mock-api.js diff --git a/dist/css/app.2c489303.css b/dist/css/app.e162f837.css similarity index 95% rename from dist/css/app.2c489303.css rename to dist/css/app.e162f837.css index 3c9a22a..43b9438 100644 --- a/dist/css/app.2c489303.css +++ b/dist/css/app.e162f837.css @@ -1 +1 @@ -.htmlCode{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:1111;color:transparent}.htmlCode *{box-sizing:content-box}.htmlCode #registerNewApp{color:#000}.htmlCode .register .box{border-radius:10px}.qwe{position:absolute;top:-48px;right:-48px;height:35px;width:35px;overflow:hidden;z-index:1000;cursor:pointer}header.page-header{z-index:1000!important}*{margin:0;padding:0;box-sizing:border-box;font-family:PingFangSC-Regular,PingFang SC,sans-serif}a{text-decoration:none}html{background-color:#eef2f5}img{-o-object-fit:contain;object-fit:contain}.wordbreak{word-break:break-word}.ellipsis{white-space:nowrap}.ellipsis,.two-line-text{overflow:hidden;text-overflow:ellipsis}.two-line-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shadow{box-shadow:0 0 10px rgba(0,0,0,.118)}.radius16{border-radius:16px}.flexflex{display:flex}.flex1{flex:1}.flexcenter{justify-content:center}.flexacenter,.flexcenter{display:flex;align-items:center}.flexjcenter{display:flex;justify-content:center}.wid1200{width:1200px}.box-min-1200-src{min-width:1200px;overflow-x:auto}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important}input[type=number]{-moz-appearance:textfield}.scrollbar::-webkit-scrollbar{width:8px}.scrollbar::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 5px transparent;background:#f2f2f2}.scrollbar::-webkit-scrollbar-track{box-shadow:inset 0 0 5px transparent;border-radius:0;background:transparent}@font-face{font-family:Arial-Black;src:url(data:font/woff2;charset=utf-8;base64,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) format("woff2"),url(data:font/woff;charset=utf-8;base64,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) format("woff");font-weight:900;font-style:normal;font-display:swap}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{width:0;background-color:transparent}.no-scrollbar::-webkit-scrollbar-thumb,.no-scrollbar::-webkit-scrollbar-track{background-color:transparent}.no-scrollbar::-webkit-scrollbar{display:none}.rotate180{transform:rotate(180deg)}.el-loading-mask{z-index:2100!important}header.page-header{width:100%;position:absolute;background:transparent;z-index:1}.list-item[data-v-4e892229]:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}.list-item[data-v-4e892229]{width:291px;background:linear-gradient(167.31519979deg,#fff 27%,#62b1ff 325%);box-sizing:border-box;border-width:1px;border-style:solid;border-color:#e5e8f0;border-radius:16px;padding:15px 20px;box-shadow:0 0 8px rgba(0,0,0,.078);cursor:pointer}.list-item .item-title[data-v-4e892229]{font-size:15px;color:#000;text-overflow:ellipsis;white-space:nowrap}.list-item .item-text[data-v-4e892229],.list-item .item-title[data-v-4e892229]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;text-align:left;overflow:hidden}.list-item .item-text[data-v-4e892229]{font-size:13px;color:#7f7f7f;margin-top:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.list-item .item-img-box[data-v-4e892229]{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.list-item .item-img-box .img-box[data-v-4e892229]{width:120px;height:80px;border-radius:10px;display:flex;justify-content:center;align-items:center}.list-item .item-img-box .img-box .item-img[data-v-4e892229]{width:120px;height:80px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.list-item .item-img-box .img-box .img[data-v-4e892229]{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;position:absolute}.dis-f[data-v-60dafc9a]{display:flex}.jus-x[data-v-60dafc9a]{justify-content:center}.al-item[data-v-60dafc9a]{align-items:center}.pos-r[data-v-60dafc9a]{position:relative}.body-maxWidth[data-v-60dafc9a]{width:1200px;min-width:1200px}.s-w-100[data-v-60dafc9a]{width:100%}.top-bg-img-box[data-v-60dafc9a]{width:100%;min-width:1200px}.top-bg-img-box .bg-img[data-v-60dafc9a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.top-bg-img-box .info-box[data-v-60dafc9a]{width:100%;height:100%;background-color:rgba(0,0,0,.757);position:absolute;top:0;left:0}.index-top-navigation-box[data-v-60dafc9a]{height:60px;width:100%}.index-top-navigation-box .navigation-text[data-v-60dafc9a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:hsla(0,0%,84%,.988);text-align:center;margin-right:20px;cursor:pointer}.index-top-navigation-box .navigation-text-click[data-v-60dafc9a]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#62b1ff;border-bottom:3px solid #62b1ff}.index-top-navigation[data-v-60dafc9a]{height:60px;justify-content:end}.top-bg-img-box .user-img[data-v-60dafc9a]{width:32px;height:32px;border-radius:50%}.top-bg-img-box .info-box .logo-box[data-v-60dafc9a]{height:40px}.top-bg-img-box .info-box .logo-box .logo-img[data-v-60dafc9a]{-o-object-fit:contain;object-fit:contain;width:30px;height:31px;cursor:pointer}.top-bg-img-box .info-box .logo-box .logo-text-img[data-v-60dafc9a]{-o-object-fit:contain;object-fit:contain;width:173px;height:31px;padding-left:10px;cursor:pointer}.top-bg-img-box .info-box .btm-seach-btn-box[data-v-60dafc9a]{width:100%;height:44px;position:absolute;bottom:0;left:0;background:rgba(0,0,0,.596);border-bottom:4px solid #4e90cc}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn[data-v-60dafc9a]:hover{color:#fff!important}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn[data-v-60dafc9a]{width:120px;height:40px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#e2edf7;cursor:pointer}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn-click[data-v-60dafc9a]{background-color:#62b1ff;border:none;border-bottom:0;border-radius:8px;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:none;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#fff}.carousel-img[data-v-60dafc9a]{margin:0 auto;height:200px;border-radius:15px;cursor:pointer}.user-box:hover .user-out-box[data-v-60dafc9a]{display:block}.user-out-box[data-v-60dafc9a]{color:#fff;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:10px;position:absolute;bottom:-32px;display:none}.user-box[data-v-60dafc9a]{position:relative}.user-box .top-box[data-v-60dafc9a]{border-radius:2px;width:8px;height:8px;background:#000;position:absolute;top:-4px;transform:rotate(45deg)}.user-box .box-bg[data-v-60dafc9a]{width:32px;height:28px;line-height:28px;border-radius:5px;background:#000;text-align:center;position:relative}[data-v-60dafc9a] .el-carousel__arrow{border:2px solid #545454;width:50px;height:50px}[data-v-60dafc9a] .el-icon{font-size:20px}[data-v-60dafc9a] .el-carousel__indicator--horizontal{padding:var(--el-carousel-indicator-padding-vertical) 2px}[data-v-60dafc9a] .el-carousel__button{width:8px;height:8px;border-radius:4px}[data-v-60dafc9a] .is-active button{background:#62b1ff}[data-v-60dafc9a] .el-input__wrapper{background:inherit;background-color:#f6f6f6;border-right:0;border-radius:8px 0 0 8px}[data-v-60dafc9a] .el-input__inner{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:left}[data-v-60dafc9a] .el-carousel__container{height:200px}.dropdown[data-v-60dafc9a]{background:#000}.login-box[data-v-60dafc9a]{font-size:14px;color:#333;line-height:40px;text-align:right;display:flex;align-items:center}.login-box .login-box-item[data-v-60dafc9a]{background:#000;color:#fff;text-align:center;border-radius:57px;width:50px;height:26px;line-height:26px;cursor:pointer}.login-box .login-box-item[data-v-60dafc9a]:last-child{background:#fff;color:#000;margin-left:18px}.pos-r[data-v-1f7d9266]{position:relative}.dis-f[data-v-1f7d9266]{display:flex}.al-item[data-v-1f7d9266]{align-items:center}.jus-bet[data-v-1f7d9266]{justify-content:space-between}.unit[data-v-1f7d9266]{color:#000;font-size:11px;line-height:19px}.price[data-v-1f7d9266],.unit[data-v-1f7d9266]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900}.price[data-v-1f7d9266]{font-size:16px;color:#f95d5d;margin-left:3px;line-height:23px}.date[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#555;margin-left:3px}.pd-b-10[data-v-1f7d9266]{padding-bottom:10px}.waterfall-box-housing[data-v-1f7d9266]{border-radius:16px 16px 16px 16px!important}.no-click[data-v-1f7d9266]{cursor:default!important}.item[data-v-1f7d9266]:hover{box-shadow:0 0 8px rgba(0,0,0,.2);-moz-box-shadow:0 0 8px rgba(0,0,0,.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2)}.item[data-v-1f7d9266]{width:224px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);margin-bottom:20px;cursor:pointer;transition:box-shadow .2s linear}.item .authentication-box[data-v-1f7d9266]{width:275px;height:28px;border-radius:0 0 16px 16px;position:absolute;bottom:5px;left:5px;display:flex;align-items:center}.item .authentication-box .logo[data-v-1f7d9266]{width:16px;height:16px;position:absolute;left:10px}.item .authentication-box .authentication-text[data-v-1f7d9266]{width:72px;height:16px;position:absolute;left:30px}.item .authentication-box .authentication-bg[data-v-1f7d9266]{width:100%;height:28px}.item .corner-box[data-v-1f7d9266]{display:flex;flex-direction:row-reverse;height:24px}.item .corner-box .corner-img[data-v-1f7d9266]{transform:rotate(90deg);width:33px;height:33px;margin:0 -1px 0 0}.item .corner-img[data-v-1f7d9266],.item .tab-img[data-v-1f7d9266]{position:absolute;right:0;bottom:0;transform:rotate(90deg);width:33px;height:33px;margin:0 -1px 0 0}.item .add-marker[data-v-1f7d9266]{width:16px;height:16px}.item .type-tab[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#aaa;margin-top:5px;padding:0 10px;word-wrap:break-word}.item .rent-box[data-v-1f7d9266]{line-height:20px}.item .address-text[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:12px;color:#555}.item .long-title[data-v-1f7d9266]{font-size:15px;color:#000;text-align:left;padding:0 10px;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;line-height:22px}.item .long-title .type[data-v-1f7d9266],.item .long-title[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;margin-top:4px}.item .long-title .type[data-v-1f7d9266]{width:34px;height:20px;font-style:normal;font-size:12px;color:#fff;text-align:center;line-height:20px;background-color:#333;display:inline-block;border-radius:5px}.item .box-tab-type[data-v-1f7d9266]{height:24px;background-color:rgba(51,51,51,.461);padding:0 6px}.item .box-tab-type[data-v-1f7d9266],.item .intermediary-type[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#fff;border-radius:5px;position:absolute;top:15px;right:15px;text-align:center;line-height:24px}.item .intermediary-type[data-v-1f7d9266]{width:85px;height:20px}.item .title[data-v-1f7d9266]{font-size:18px;color:#000;margin-top:15px}.item .info-text[data-v-1f7d9266],.item .title[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;text-align:left;padding:0 15px}.item .info-text[data-v-1f7d9266]{font-size:14px;color:#aaa;margin-top:12px}.item .suite-box[data-v-1f7d9266]{margin-top:20px;padding:0 15px;margin-bottom:10px}.item .suite-box .suite-type[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#000;width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item .suite-box .line[data-v-1f7d9266]{height:1px;background:#ebebeb;margin:10px 0}.apartment-top .apartment-icon[data-v-1f7d9266]{width:20px;height:20px;margin-right:5px}.apartment-top[data-v-1f7d9266]{border-radius:0;height:38px;padding-top:10px}.apartment-text[data-v-1f7d9266]{width:65px;height:21px}.apartment-img[data-v-1f7d9266]{width:214px;max-height:193px;border-radius:10px;margin:5px auto;-o-object-fit:cover;object-fit:cover}.apartment-top[data-v-1f7d9266]{background:none;position:relative}.apartment-top .apartment-bottom-icon[data-v-1f7d9266]{width:224px;position:absolute;bottom:-1px;left:0}.apartment-icon[data-v-1f7d9266],.apartment-text[data-v-1f7d9266]{z-index:6}.flexcenter[data-v-1f7d9266]{display:flex;justify-content:center;align-items:center}.live-img[data-v-1f7d9266]{width:224px;min-height:193px;border-radius:16px;margin-bottom:20px;cursor:pointer}.live-img[data-v-1f7d9266]:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}.isdetail.item[data-v-1f7d9266]{width:211.5px}.isdetail.item .apartment-img[data-v-1f7d9266]{width:201.5px}.isdetail.item .apartment-top .apartment-bottom-icon[data-v-1f7d9266]{width:211.5px}.seach-history-h[data-v-b382483a]{max-height:500px!important;transition:max-height .5s ease-in-out}.seach-box[data-v-b382483a]{width:100%;max-height:0;overflow:hidden}.seach-box .seach-info-box[data-v-b382483a]{width:100%;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px}.seach-box .seach-info-box .seach-check-btn-box[data-v-b382483a]{width:100%;border-top:1px solid #ebebeb;padding:20px 20px 25px 20px;display:flex;align-items:center;flex-direction:row-reverse}.seach-box .seach-info-box .seach-check-btn-box .seach-btn[data-v-b382483a]{width:100px;height:40px;background:inherit;background-color:rgba(98,177,255,0);box-sizing:border-box;border-width:1px;border-style:solid;border-color:#aaa;border-radius:150px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:center;line-height:40px;cursor:pointer}.seach-box .seach-info-box .seach-check-btn-box .true-btn[data-v-b382483a]{background-color:#62b1ff;border:1px solid #62b1ff;color:#fff;margin-left:10px}.seach-box .seach-info-box .select-module-box[data-v-b382483a]{padding:25px 20px 20px 20px}.seach-box .seach-info-box .select-module-box[data-v-b382483a] .el-checkbox-group{display:flex;flex-wrap:wrap}.seach-box .seach-info-box .select-module-box[data-v-b382483a] .el-checkbox__label{font-weight:400}.seach-box .seach-info-box .select-module-box .top-box[data-v-b382483a]{display:flex;align-items:center;cursor:pointer}.seach-box .seach-info-box .select-module-box .line[data-v-b382483a]{height:1px;width:100%;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:2px 1px;background-repeat:repeat-x;margin-top:20px;margin-bottom:5px}.seach-box .seach-info-box .select-module-box .none-btn[data-v-b382483a]{width:14px;height:14px;border:1px solid #d9d9d9;border-radius:50%;margin-right:10px}.seach-box .seach-info-box .select-module-box .none-title[data-v-b382483a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px}.seach-box .seach-info-box .img[data-v-b382483a]{width:14px;height:14px;margin-right:10px}.seach-box .seach-info-box .title[data-v-b382483a]{line-height:20px}.seach-box .seach-info-box .title[data-v-b382483a],[data-v-b382483a] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-b382483a] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}.pad-15[data-v-21599952]{padding:0 15px 0 15px!important}.jus-sp[data-v-21599952]{justify-content:space-around}.title-box[data-v-21599952]{display:flex;align-items:center}.title-box .box[data-v-21599952]{width:5px;height:16px;background:inherit;background-color:#50e3c2;border:none;border-radius:40px;box-shadow:none}.title-box .title[data-v-21599952]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000;text-align:left;margin-left:10px}.info-box-bg[data-v-21599952]{margin-top:22px;background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);width:550px;position:relative}.info-box-bg .hid-box[data-v-21599952]{position:absolute;top:100px;width:100%;z-index:666}.info-box-bg .box[data-v-21599952]{display:flex;flex-wrap:wrap;background:#fff;transform:translateY(-4px);border-radius:16px;padding:0 15px 10px 15px;box-shadow:0 0 10px rgba(0,0,0,.118)}.info-box-bg .select-btn-click[data-v-21599952]{border:1px solid #50e3c2!important;color:#50e3c2!important;background:#fff!important}.info-box-bg .select-btn[data-v-21599952]:hover{background:#f2f2f2}.info-box-bg .select-btn[data-v-21599952]{width:162px;height:40px;background:inherit;background-color:#f6f6f6;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:76px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;display:flex;justify-content:center;align-items:center;margin:27px 0;cursor:pointer}.info-box-bg .select-btn .img[data-v-21599952]{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;margin-left:10px}.info-box-bg .seach-long-btn[data-v-21599952]{width:161px!important;height:32px!important;cursor:pointer}.info-box-bg .btn[data-v-21599952]:hover{background:#f2f2f2!important}.info-box-bg .btn[data-v-21599952]{width:90px;height:32px;background:inherit;background-color:#f6f6f6;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:35px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;line-height:32px;text-align:center;margin-top:10px;cursor:pointer}.info-box-bg .mg-l-17[data-v-21599952]{margin-left:17px}[data-v-21599952] .el-checkbox__inner{border-radius:4px}[data-v-21599952] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#50e3c2;border-color:#50e3c2}[data-v-21599952] .el-checkbox__inner:hover{border-color:#50e3c2}[data-v-21599952] .el-checkbox__input.is-checked+.el-checkbox__label{color:#50e3c2}.dis-f[data-v-29272258]{display:flex}.jus-x[data-v-29272258]{justify-content:center}.al-item[data-v-29272258]{align-items:center}.jus-sp[data-v-29272258]{justify-content:space-around}.s-w-100[data-v-29272258]{width:100%}.bor-r[data-v-29272258]{height:291px;width:1px;background-image:linear-gradient(0deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:1px 2px;background-repeat:repeat-y}.s-w-50[data-v-29272258]{width:50%}img[data-v-29272258]{-o-object-fit:contain;object-fit:contain}.pad-t-b-15[data-v-29272258]{padding:15px 0}.pd-10[data-v-29272258]{padding:10px}.bor-b-das[data-v-29272258]{height:1px;width:100%;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:2px 1px;background-repeat:repeat-x}.housing-pd[data-v-29272258]{padding:5px 0 25px 0}.pd-t-25[data-v-29272258]{padding-top:25px}.housing-pd-25[data-v-29272258]{padding:0 25px}.jus-bet[data-v-29272258]{justify-content:space-between}.dropdown-text[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:5px 10px}.dropdown-text .type-icon[data-v-29272258]{width:6px;height:14px;background:inherit;background-color:#50e3c2;border:none;border-radius:3px}.el-dropdown-menu[data-v-29272258]{width:150px;background:inherit;background-color:#fff;box-sizing:border-box;border-color:#ebebeb;border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.078)}.dropdown-check-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.select-box[data-v-29272258]{padding:20px 24px 0 25px}.select-box .needHousing-box[data-v-29272258]{height:50px}.select-box .select-tab-info[data-v-29272258]{position:relative;margin-top:5px}.select-box .select-tab-info .school-info-box[data-v-29272258]{position:absolute;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:5px 0}.select-box .select-tab-info .school-info-box .school-carousel-box[data-v-29272258]{height:100%;padding:0 40px;display:flex;align-items:center}.select-box .select-tab-info .school-info-box .school-carousel-box .mg-l-10[data-v-29272258]{margin-left:10px}.select-box .select-tab-info .school-info-box .school-carousel-box .mg-l-20[data-v-29272258]{margin-left:20px}.select-box .select-tab-info .school-info-box .school-carousel-box .carousel-info-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px;cursor:pointer}.select-box .select-tab-info .school-info-box .school-carousel-box .info-box-check[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.select-box .select-tab-info .school-info-box .lef-btn[data-v-29272258]{width:30px;height:50px;display:flex;justify-content:center;align-items:center;border-right:1px dashed transparent;border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#fff;border-radius:10px 0 0 10px;position:absolute;left:0;top:0;z-index:66;cursor:pointer}.select-box .select-tab-info .school-info-box .lef-btn .img[data-v-29272258]{width:10px;height:10px;transform:rotate(90deg)}.select-box .select-tab-info .school-info-box .middle-btn[data-v-29272258]{background-color:#000}.select-box .select-tab-info .school-info-box .line[data-v-29272258]{height:100%;width:1px;background-image:linear-gradient(0deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:1px 2px;background-repeat:repeat-y}.select-box .select-tab-info .school-info-box .right-btn[data-v-29272258]{border-left:1px dashed transparent;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#fff;border-radius:0 10px 10px 0;position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;width:30px;height:50px;z-index:66;cursor:pointer}.select-box .select-tab-info .school-info-box .right-btn .img[data-v-29272258]{width:10px;height:10px;transform:rotate(270deg)}.select-box .select-tab-info .housing-info-box[data-v-29272258]{display:flex;align-items:center;height:30px;position:relative;top:0!important}.select-box .select-tab-info .info-box[data-v-29272258]{position:absolute;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:20px}.select-box .select-tab-info .info-box .hid-box[data-v-29272258]{position:absolute;z-index:666;left:0;top:56px;width:100%}.select-box .select-tab-info .info-box .check-text[data-v-29272258]{font-family:ArialMT,Arial,sans-serif;font-weight:600!important;font-style:normal;font-size:13px;letter-spacing:normal;color:#000!important;vertical-align:none;text-align:center}.select-box .select-tab-info .info-box .check-none[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px;vertical-align:none;text-align:center;line-height:normal;text-transform:none;margin-right:30px;cursor:pointer}.select-box .select-tab-info .info-box .check-none .check-data[data-v-29272258]{width:24px;height:16px;background:inherit;background-color:#000;border:none;border-radius:13px;box-shadow:none;color:#fff;line-height:16px;padding:0 5px}.select-box .select-tab-info .info-box .check-none .img[data-v-29272258]{width:10px;height:10px;margin-left:10px}.select-box .select-tab-info .img[data-v-29272258]{width:459px;height:55px}.select-box .tab-title[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#b5b5b5;text-align:left;height:30px;line-height:30px;margin-right:20px;width:70px}.select-box .info-bor-b[data-v-29272258]{border-bottom:1px dashed #ebebeb}.select-box .need-housing-box[data-v-29272258]{height:50px}.select-box .need-housing-box[data-v-29272258],.select-box .tab-text[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center}.select-box .tab-text[data-v-29272258]{padding-bottom:15px}.select-box .pd-t-20[data-v-29272258]{padding-top:20px}.select-box .select-btn-box[data-v-29272258]{color:#7f7f7f;padding-bottom:20px}.select-box .btn[data-v-29272258],.select-box .select-btn-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center}.select-box .btn[data-v-29272258]{padding:5px 10px;height:30px;display:flex;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;border:1px solid transparent}.select-box .btn[data-v-29272258]:hover,.select-box .dropdown-btn[data-v-29272258]:hover{border:1px solid #ebebeb}.select-box .dropdown-btn[data-v-29272258]{height:30px;display:flex;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:30px;border-radius:10px;margin-right:10px;text-align:center;padding:5px 10px;cursor:pointer;border:1px solid transparent}.select-box .dropdown-btn .mg-l-30[data-v-29272258]{margin-left:30px!important}.select-box .dropdown-btn .img[data-v-29272258]{width:10px;height:10px;margin-left:10px}.select-box .min-btn[data-v-29272258]{padding:5px 10px}.select-box .btn-check[data-v-29272258]{color:#50e3c2!important;border:1px solid #50e3c2!important;background:#eefcf9}.select-box .select-num[data-v-29272258]{padding:0 10px;background:inherit;background-color:#50e3c2;border:none;border-radius:13px;box-shadow:none;color:#fff;color:13px}.rent-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;width:455px}.rent-box .clean-btn[data-v-29272258]{width:96px;height:30px;background:inherit;background-color:#f6f6f6;border:none;border-radius:50px;font-family:ArialMT,Arial,sans-serif;font-weight:400;font-style:normal;font-size:13px;letter-spacing:normal;color:#7f7f7f;cursor:pointer}.rent-box .clean-btn .img-box[data-v-29272258]{width:14px;height:14px;margin-right:5px;border-radius:50%;position:relative;margin-top:1px}.rent-box .tab-icon[data-v-29272258]{margin:0 10px}.rent-box .unit-box[data-v-29272258]{margin-left:10px}.rent-box .input[data-v-29272258]{width:100px;height:40px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#b3b3b3;border-radius:10px;padding:0 10px;font-style:normal;font-size:14px;color:#000}.btm-list[data-v-29272258],.rent-box .input[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400}.btm-list[data-v-29272258]{padding:25px 20px;display:flex;justify-content:space-between;color:#555;font-size:15px}.btm-list .bold-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.btm-list .btm-btn[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#333;margin-left:20px}.btm-list .btm-btn .img[data-v-29272258]{width:8px;height:8px;margin-left:8px;cursor:pointer}.btm-list .count[data-v-29272258]{font-family:Arial-BoldMT,Arial Bold,Arial,sans-serif;font-weight:700;color:#000;margin:0 5px}.btm-list .sort-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000;text-align:center;cursor:pointer}.btm-list .img[data-v-29272258]{width:20px;height:20px;margin-left:10px}[data-v-29272258] .el-checkbox:hover{color:#000}[data-v-29272258] .el-dropdown-menu__item{--el-dropdown-menuItem-hover-color:#7f7f7f;--el-dropdown-menuItem-hover-fill:#f6f6f6;padding:0}[data-v-29272258] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-29272258] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}.btn[data-v-1c29ada9]{position:absolute;top:0;left:0;width:100%;height:100%}.pop-mask[data-v-1c29ada9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.818);z-index:1000}.pop-box[data-v-1c29ada9]{position:relative;z-index:1111;box-sizing:border-box;border-radius:16px;padding-top:39px;background-color:#fff;width:640px;height:auto!important;box-shadow:0 0 10px rgba(0,0,0,.118);line-height:normal}.pop-header[data-v-1c29ada9]{font-size:24px;font-weight:650;color:#000}.please-choose[data-v-1c29ada9]{color:#555;font-size:14px;margin-top:26px;margin-bottom:24px;padding-left:35px}.choice-box[data-v-1c29ada9]{justify-content:space-between;flex-wrap:wrap;padding:0 35px 49px}.choice-box .choice-item[data-v-1c29ada9],.choice-box .choice-long-item[data-v-1c29ada9]{background-color:#f6f6f6;height:160px;width:220px;border-radius:16px;margin-bottom:10px;box-sizing:border-box;padding-top:18px}.choice-box .choice-item .choice-name[data-v-1c29ada9],.choice-box .choice-long-item .choice-name[data-v-1c29ada9]{font-weight:650;font-size:18px;color:#000;position:relative;padding-left:34px;text-align:left}.choice-box .choice-item .choice-name[data-v-1c29ada9]:after,.choice-box .choice-long-item .choice-name[data-v-1c29ada9]:after{content:"";position:absolute;top:50%;left:16px;transform:translateY(-50%);background-color:#50e3c2;width:6px;height:16px;border-radius:3px}.choice-box .choice-item[data-v-1c29ada9]:hover,.choice-box .choice-long-item[data-v-1c29ada9]:hover{cursor:pointer;background-color:#f2f2f2}.choice-box .choice-item:hover .choice-arrows[data-v-1c29ada9],.choice-box .choice-long-item:hover .choice-arrows[data-v-1c29ada9]{background-color:#000;background-image:url(https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/img/selectArrow-white.a5ffa8b9.svg)}.choice-box .choice-long-item[data-v-1c29ada9]{width:450px;justify-content:space-between;height:100px;padding-right:20px}.choice-box .choice-long-item .choice-arrows[data-v-1c29ada9]{margin:0;margin-top:-18px}.choice-box .choice-explain[data-v-1c29ada9]{color:#555;font-size:14px;font-weight:400;margin-top:10px;margin-bottom:21px;padding-left:34px;text-align:left}.choice-box .choice-arrows[data-v-1c29ada9]{width:40px;height:40px;background-color:#fddf6d;border-radius:50%;margin:0 auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAACdQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3RL5tQAAAAx0Uk5TACuA/Fws+1dUW1V3HjJy8AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAEgAAABIAEbJaz4AAABaSURBVDjLY2AYBeQCRlwSyg7YxZnOmGCXCDtzrACrBEcOLi1tZw470FXLmTMgjARMcEnAtGBKTMAhYYnV8mVwDaiAK2fANOCMKG4cGhgYNk/AIYEz+YwC3AAAbGZTGUeLECUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDYtMDFUMTY6MTU6MTArMDg6MDACKzeuAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA2LTAxVDE2OjE1OjEwKzA4OjAwc3aPEgAAAFF0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fd28zNGtkemFmcS90aWFvZ3VvLXJlZ3VsYXIuc3ZnQkQYtAAAAABJRU5ErkJggg==);background-size:24px;background-repeat:no-repeat;background-position:50%}.close-icon[data-v-1c29ada9]{position:absolute;top:20px;right:14px;width:14px;height:14px;cursor:pointer}.affirm-hint[data-v-1c29ada9]{color:#333;margin:0 auto;text-align:left;padding:0 30px}.affirm-a-hint[data-v-1c29ada9]{text-align:center;margin-top:20px}.affirm-b-hint[data-v-1c29ada9]{margin:36px auto 0}.rules-box[data-v-1c29ada9]{background:#f6f6f6;margin:30px;border-radius:10px;padding:15px}.rules-box .rules-item[data-v-1c29ada9]{line-height:24px}.rules-box .rules-item:not(:last-of-type) .rules-text[data-v-1c29ada9]{border-bottom:1px dashed #ebebeb}.rules-box .rules-item .rules-text[data-v-1c29ada9]{padding:20px 0;font-size:15px}.rules-box .rules-icon[data-v-1c29ada9]{width:15px;height:15px;margin-top:25px;margin-right:12px}.footer[data-v-1c29ada9]{padding:0 15px;height:100px;border-top:1px solid #ebebeb}.footer .footer-item[data-v-1c29ada9]{width:200px;height:50px;border-radius:40px;font-size:20px;cursor:pointer;background-color:#fff;border:1px solid #d7d7d7}.footer .footer-item[data-v-1c29ada9]:first-of-type{margin-right:20px}.footer .footer-item.affirm[data-v-1c29ada9]{border:none;background-color:#62b1ff;color:#fff;font-weight:650}.dis-f[data-v-844dd00a]{display:flex}.jus-x[data-v-844dd00a]{justify-content:center}.al-item[data-v-844dd00a]{align-items:center}img[data-v-844dd00a]{-o-object-fit:contain;object-fit:contain}.mg-t-25[data-v-844dd00a]{margin-top:25px}.mg-l-100[data-v-844dd00a]{margin-left:100px}.intermediary-housing-s[data-v-844dd00a]{background:#f1f5f7!important;border:1px solid #dbe7ed!important}.info-box[data-v-844dd00a]{width:466px;height:217px;border-radius:16px;border:1px solid #e4e4f6;background:#f4f3ff;position:relative;padding:0 45px}.info-box .tab-icon[data-v-844dd00a]{width:16px;height:16px;margin-right:8px}.info-box .tab-text[data-v-844dd00a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#333}.info-box .qr-code-bg[data-v-844dd00a]{width:120px;height:120px;background:inherit;background-color:#fff;border:none;border-radius:70px;box-shadow:0 0 8px rgba(0,0,0,.122)}.info-box .qr-code-bg .qr-code[data-v-844dd00a]{width:102px;height:102px;border-radius:50%}.info-box .code-text[data-v-844dd00a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center;margin-top:15px}.tab-img[data-v-844dd00a]{width:40px;height:40px;position:absolute;right:-1px;top:-1px}.dis-f[data-v-2bb0a5a0]{display:flex}.jus-x[data-v-2bb0a5a0]{justify-content:center}.al-item[data-v-2bb0a5a0]{align-items:center}.pos-r[data-v-2bb0a5a0]{position:relative}.body-maxWidth[data-v-2bb0a5a0]{width:1200px;min-width:1200px}.s-w-100[data-v-2bb0a5a0]{width:100%}.jus-bet[data-v-2bb0a5a0]{justify-content:space-between}.authentication-btn:hover .btn-qrcode[data-v-2bb0a5a0]{display:block}.btn-qrcode[data-v-2bb0a5a0]{height:365px;position:absolute;right:0;top:58px;z-index:333;display:none}.btn-qrcode .bj[data-v-2bb0a5a0]{height:100%;box-shadow:0 0 8px rgba(0,0,0,.278);border-radius:10px}.btn-qrcode .QR-code[data-v-2bb0a5a0]{position:absolute;width:100px;height:110px;border-radius:50%;bottom:86px;left:50%;transform:translateX(-50%)}.seach-box-bg[data-v-2bb0a5a0]{background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-top:20px;padding-top:5px}.seach-box-bg .seach-box[data-v-2bb0a5a0]{background:#fff;border-radius:16px}.seach-box-bg .seach-box .top-seach[data-v-2bb0a5a0]{padding:20px;position:relative;justify-content:end;border-bottom:1px solid #ebebeb}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-2bb0a5a0]:hover{background:#f4f7f9!important}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-2bb0a5a0]{background:#f1f5f7!important}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-2bb0a5a0]:hover{background:#f6f5ff}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-2bb0a5a0]{width:160px;height:40px;background:inherit;background-color:#f4f3ff;border:none;border-radius:68px;box-shadow:none;margin-left:20px;cursor:pointer;position:relative}.seach-box-bg .seach-box .top-seach .authentication-btn .text-img[data-v-2bb0a5a0]{width:100px;height:20px}.seach-box-bg .seach-box .top-seach .authentication-btn .code-img[data-v-2bb0a5a0]{width:20px;height:16px;margin-left:0}.seach-box-bg .seach-box .top-seach .seach-history-h[data-v-2bb0a5a0]{max-height:375px!important;transition:max-height .5s ease-in-out}.seach-box-bg .seach-box .top-seach .seach-hiosory-box[data-v-2bb0a5a0]{position:absolute;top:55px;z-index:99;max-height:0;overflow:hidden}.seach-box-bg .seach-box .top-seach .seach-history-info[data-v-2bb0a5a0]{width:560px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);padding:20px 25px;overflow-y:auto}.seach-box-bg .seach-box .top-seach .seach-history-info .title[data-v-2bb0a5a0]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box :hover .img[data-v-2bb0a5a0]{display:block}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box[data-v-2bb0a5a0]{display:flex;flex-wrap:wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:left}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .img[data-v-2bb0a5a0]{width:8px;height:8px;position:absolute;top:6px;right:-8px;cursor:pointer;display:none}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .btn[data-v-2bb0a5a0]{margin:10px 30px 0 0;padding:0 10px 0 0;cursor:pointer;word-wrap:break-word;max-width:100%;position:relative;flex-wrap:wrap}.seach-box-bg .seach-box .top-seach .location-box[data-v-2bb0a5a0]{width:64px;height:32px;background:inherit;background-color:#444;border:none;border-radius:8px;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 10px rgba(0,0,0,.118);font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#fff;line-height:48px;position:absolute;z-index:666}.seach-box-bg .seach-box .top-seach .triangle[data-v-2bb0a5a0]{border:7px solid;border-color:transparent #000 transparent transparent;width:0;height:0;position:absolute;bottom:-39px;left:-7px}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-2bb0a5a0]:hover{background:#81c1ff!important}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-2bb0a5a0]{width:32px;height:32px;background:inherit;background-color:#62b1ff;border:none;border-right:0;border-radius:0 8px 8px 0;line-height:48px;cursor:pointer;transform:translateX(-3px);font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .img[data-v-2bb0a5a0]{width:20px;-o-object-fit:contain;object-fit:contain;margin-right:1px}.seach-box-bg .seach-box .top-seach .map-btn[data-v-2bb0a5a0]{background:#50e3c2;margin-left:20px}.seach-box-bg .seach-box .top-seach .add-btn[data-v-2bb0a5a0]:hover{background:#fde177!important}.seach-box-bg .seach-box .top-seach .add-btn[data-v-2bb0a5a0]{background:#fdda55;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .mg-l-10[data-v-2bb0a5a0]{margin-left:10px}.seach-box-bg .seach-box .top-seach .tool-btn[data-v-2bb0a5a0]{width:160px;height:40px;border:none;border-radius:68px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000;line-height:48px}.seach-box-bg .seach-box .top-seach .tool-btn img[data-v-2bb0a5a0]{width:15px;margin-right:5px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-2bb0a5a0]{background:#90d848;margin-left:20px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-2bb0a5a0]:hover{opacity:.8}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn .consult-icon[data-v-2bb0a5a0]{width:22px;height:22px;margin-right:5px}.seach-box-bg .seach-box .seach-info-box[data-v-2bb0a5a0]{padding:20px 10px;justify-content:space-around;flex-wrap:wrap}[data-v-2bb0a5a0] .el-input__wrapper{background:#f6f6f6;border-radius:8px 0 0 8px}.seek-input[data-v-2bb0a5a0]{border-radius:65px;overflow:hidden;background-color:#f6f6f6;border:solid 1px var(--el-input-border-color,var(--el-border-color))}.seek-input .seach-btn[data-v-2bb0a5a0]{border-radius:50%!important}.seek-input .seach-btn img[data-v-2bb0a5a0]{width:18px!important}.seek-input[data-v-2bb0a5a0] .el-input__wrapper{box-shadow:none;background:none}.el-popover.el-popper.consult-popover .consult-pop[data-v-2bb0a5a0]{width:300px;height:300px;border-radius:10px;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102);background-color:#fff;flex-direction:column}.el-popover.el-popper.consult-popover .consult-pop .consult-title[data-v-2bb0a5a0]{font-size:15px;color:#555;margin-bottom:24px}.el-popover.el-popper.consult-popover .consult-pop .consult-title b[data-v-2bb0a5a0]{color:#000;font-weight:650;margin:0 5px}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode[data-v-2bb0a5a0]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode .consult-QRcode-img[data-v-2bb0a5a0]{width:100px;height:100px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-2bb0a5a0]{margin-bottom:6px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-2bb0a5a0],.el-popover.el-popper.consult-popover .consult-pop .consult-remark[data-v-2bb0a5a0]{font-size:13px;color:#555;line-height:18px}.el-popover.el-popper.consult-popover .consult-pop .consult-remark b[data-v-2bb0a5a0]{font-weight:650;color:#000}img[data-v-74a83848]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-74a83848]{display:flex}.jus-x[data-v-74a83848]{justify-content:center}.al-item[data-v-74a83848]{align-items:center}.pos-r[data-v-74a83848]{position:relative}.body-maxWidth[data-v-74a83848]{width:1200px;min-width:1200px}.s-w-100[data-v-74a83848]{width:100%}.jus-bet[data-v-74a83848]{justify-content:space-between}.mg-t-35[data-v-74a83848]{margin-top:35px}.index-footer[data-v-3d3daff9]{background:#333;text-align:center;height:240px;padding:56px 0;min-width:1200px;box-sizing:border-box;color:#fff}.index-footer [data-v-3d3daff9]{box-sizing:border-box;color:inherit!important}.index-footer .footer-link[data-v-3d3daff9]{width:622px;height:45px;background:hsla(0,0%,100%,.05);border-radius:23px;font-size:14px;line-height:45px;padding:0 25px;width:-moz-fit-content;width:fit-content;margin:0 auto}.index-footer .footer-link a[data-v-3d3daff9]:not(:last-child){display:inline-block;margin-right:30px}.index-footer .line-two[data-v-3d3daff9]{font-size:14px;margin:26px 0 0}.index-footer .line-two span[data-v-3d3daff9]{display:inline-block;margin:0 15px}@media screen and (max-width:1360px){.returnTop[data-v-a8ae858c]{right:20px!important}}.returnTop[data-v-a8ae858c]{position:fixed;right:calc(50vw - 675px);bottom:88px;width:60px;height:60px;background-color:#323232;box-shadow:0 0 10px rgba(0,0,0,.118);border-radius:50%;z-index:10;cursor:pointer}.returnTop .icon[data-v-a8ae858c]{width:28px;height:28px}img[data-v-c539c014]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-c539c014]{display:flex}.jus-x[data-v-c539c014]{justify-content:center}.al-item[data-v-c539c014]{align-items:center}.pos-r[data-v-c539c014]{position:relative}.body-maxWidth[data-v-c539c014]{width:1200px;min-width:1200px}.s-w-100[data-v-c539c014]{width:100%}.jus-bet[data-v-c539c014]{justify-content:space-between}.bottom-tps[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;text-align:center;padding:30px 0}.information-box[data-v-c539c014]{width:836px;min-height:309px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);font-size:14px;padding:27px 18px 28px 24px;box-sizing:border-box;flex-wrap:wrap}.information-box .list-btn[data-v-c539c014]{width:8px;height:14px;cursor:pointer}.information-box .r-no-list[data-v-c539c014]{transform:rotate(180deg)}.information-box .mg-l-20[data-v-c539c014]{margin-left:20px}.information-box .list-box[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;text-align:left;letter-spacing:normal;color:#333;width:375px;width:100%}.information-box .list-box[data-v-c539c014]:not(:last-of-type){margin-bottom:30px}.information-box .list-box .mg-b-5[data-v-c539c014]{margin-bottom:5px}.information-box .list-box .title[data-v-c539c014]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;text-align:left;margin-left:15px}.information-box .list-box .img[data-v-c539c014]{width:24px;height:24px}.information-box .list-box .list-li[data-v-c539c014]{cursor:pointer;width:50%;background-color:#f6f6f6;border-right:1px solid #f6f6f6;height:30px}.information-box .list-box .list-li[data-v-c539c014]:not(:nth-last-child(-n+2)){margin-bottom:10px}.information-box .list-box .list-li[data-v-c539c014]:nth-child(odd){border-radius:4px 0 0 4px}.information-box .list-box .list-li[data-v-c539c014]:nth-child(2n){border-radius:0 4px 4px 0}.information-box .list-box .list-li .text-s[data-v-c539c014]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.information-box .list-box .list-li .text-s .text[data-v-c539c014]:hover{color:#000}.information-box .list-box .list-li .text-s .text[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:left;letter-spacing:normal;color:#333}.information-box .list-box .list-list[data-v-c539c014]{display:flex;flex-wrap:wrap;line-height:30px}.information-box .list-box .list-mark[data-v-c539c014]{width:6px;height:6px;border-radius:50%;background:#d7d7d7;margin-left:10px;margin-right:10px}.information-wx-img[data-v-c539c014]{width:836px;height:140px;border-radius:10px;display:block}.information-box-right .block[data-v-c539c014]{width:348px;background-color:#fff;border-radius:16px}.information-box-right .block.mini[data-v-c539c014]{height:275px;position:relative;margin-bottom:12px}.information-box-right .block.mini .bj[data-v-c539c014]{width:322px;height:249px;border-radius:6px}.information-box-right .block.mini .img[data-v-c539c014]{width:120px;height:120px;border-radius:50%;position:absolute;top:105px;left:50%;transform:translate(-50%)}.information-box-right .block.QRCode[data-v-c539c014]{height:186px;padding:15px 13px;justify-content:space-between}.information-box-right .block.QRCode .item[data-v-c539c014]{cursor:pointer}.information-box-right .block.QRCode .item .img[data-v-c539c014]{width:156px;height:156px}.information-box-right .block.QRCode .item:hover .img[data-v-c539c014]{display:none}.information-box-right .block.QRCode .item:hover .show[data-v-c539c014]{display:flex}.information-box-right .block.QRCode .item .show[data-v-c539c014]{width:156px;height:156px;background-color:#fff;border:1px solid #f2f2f2;border-radius:4px;box-shadow:0 0 8px rgba(0,0,0,.078);display:none;flex-direction:column}.information-box-right .block.QRCode .item .show .show-img[data-v-c539c014]{width:100px;height:100px;margin-bottom:6px}.information-box-right .block.QRCode .item .show .name[data-v-c539c014]{font-size:14px;color:#555;text-align:center;line-height:24px}.information-right-box[data-v-c539c014]{width:352px;height:469px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);font-size:14px;box-sizing:border-box;padding:25px 18px;flex-direction:column}.information-right-box .img-box[data-v-c539c014]{width:149px;height:200px;background:inherit;background-color:hsla(0,0%,100%,0);border:none;border-radius:8px}.information-right-box .img-box .img-list[data-v-c539c014]{width:149px;height:200px;border-radius:8px;position:absolute;top:0;left:0;background:#fff;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center;line-height:24px;display:none;padding-top:30px;box-shadow:0 0 8px rgba(0,0,0,.078)}.information-right-box .img[data-v-c539c014]{width:110px;height:110px;border-radius:8px}.information-right-box .img-box:hover .img-list[data-v-c539c014]{display:block;cursor:pointer}.list-tab-btn[data-v-c539c014]:hover{color:#333}.list-tab-btn[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:17px;color:#555;height:48px;line-height:48px;position:relative;cursor:pointer}.list-tab-btn .tab-marker[data-v-c539c014]{width:20px;height:20px;border-radius:50%;background:#50e3c2;position:relative;top:-45px;left:-10px}.click-tab-btn[data-v-c539c014]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:20px;color:#000}.line-btn[data-v-c539c014]{width:1px;background:#d7d7d7;height:21px;margin:0 16px}.waterfall-box[data-v-c539c014]{display:flex;margin-top:30px;justify-content:space-between}.waterfall-box .waterfall-first-box[data-v-c539c014]{width:224px;height:224px;background-color:#fff;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);flex-wrap:wrap;margin-bottom:20px;display:grid;grid-template-columns:repeat(2,1fr)}.waterfall-box .waterfall-first-box .first[data-v-c539c014]{border-right:1px dashed #ebebeb;border-bottom:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .second[data-v-c539c014]{border-bottom:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .third[data-v-c539c014]{border-right:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .info-box[data-v-c539c014]{height:100%;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;cursor:pointer;flex-direction:column}.waterfall-box .waterfall-first-box .info-box .text-center[data-v-c539c014]{text-align:center}.waterfall-box .waterfall-first-box .info-box .img-box[data-v-c539c014]:hover{box-shadow:0 0 8px rgba(0,0,0,.2);-moz-box-shadow:0 0 8px rgba(0,0,0,.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2)}.waterfall-box .waterfall-first-box .info-box .img-box[data-v-c539c014]{width:48px;height:48px;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);margin-bottom:10px;cursor:pointer}.waterfall-box .waterfall-first-box .info-box .img[data-v-c539c014]{width:24px;height:24px}[data-v-c539c014] .el-carousel__arrow{border:2px solid #545454;width:50px;height:50px}[data-v-c539c014] .el-icon{font-size:20px}[data-v-c539c014] .el-carousel__indicator--horizontal{padding:var(--el-carousel-indicator-padding-vertical) 2px}[data-v-c539c014] .el-carousel__button{width:8px;height:8px;border-radius:4px}[data-v-c539c014] .is-active button{background:#62b1ff}[data-v-c539c014] .el-input__wrapper{background:inherit;background-color:#f6f6f6;border-right:0;border-radius:8px 0 0 8px}[data-v-c539c014] .el-input__inner{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#7f7f7f;text-align:left} \ No newline at end of file +.htmlCode{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:1111;color:transparent}.htmlCode *{box-sizing:content-box}.htmlCode #registerNewApp{color:#000}.htmlCode .register .box{border-radius:10px}.qwe{position:absolute;top:-48px;right:-48px;height:35px;width:35px;overflow:hidden;z-index:1000;cursor:pointer}header.page-header{z-index:1000!important}*{margin:0;padding:0;box-sizing:border-box;font-family:PingFangSC-Regular,PingFang SC,sans-serif}a{text-decoration:none}html{background-color:#eef2f5}img{-o-object-fit:contain;object-fit:contain}.wordbreak{word-break:break-word}.ellipsis{white-space:nowrap}.ellipsis,.two-line-text{overflow:hidden;text-overflow:ellipsis}.two-line-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shadow{box-shadow:0 0 10px rgba(0,0,0,.118)}.radius16{border-radius:16px}.flexflex{display:flex}.flex1{flex:1}.flexcenter{justify-content:center}.flexacenter,.flexcenter{display:flex;align-items:center}.flexjcenter{display:flex;justify-content:center}.wid1200{width:1200px}.box-min-1200-src{min-width:1200px;overflow-x:auto}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important}input[type=number]{-moz-appearance:textfield}.scrollbar::-webkit-scrollbar{width:8px}.scrollbar::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 5px transparent;background:#f2f2f2}.scrollbar::-webkit-scrollbar-track{box-shadow:inset 0 0 5px transparent;border-radius:0;background:transparent}@font-face{font-family:Arial-Black;src:url(data:font/woff2;charset=utf-8;base64,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) format("woff2"),url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAn4AA0AAAAADrwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAJ3AAAABoAAAAcd1dlsUdERUYAAAnAAAAAHAAAAB4AJwAYT1MvMgAAAaAAAABXAAAAYHccjRFjbWFwAAACLAAAAGoAAAFiEr41yWdhc3AAAAm4AAAACAAAAAj//wADZ2x5ZgAAAsAAAAS7AAAFgMTqZbBoZWFkAAABMAAAADIAAAA2B36I+mhoZWEAAAFkAAAAHAAAACQPegRDaG10eAAAAfgAAAAyAAAASFYGBJhsb2NhAAACmAAAACYAAAAmDIgLUG1heHAAAAGAAAAAIAAAACACJwBnbmFtZQAAB3wAAAH6AAAFHLRG6/Zwb3N0AAAJeAAAAD0AAABNnbd3+XjaY2BkYGBgYmDoOKPQG89v85WBm4MBBC7cnB+CoP9rs61i02JgZOAAqWVgAAA9FAsEAAB42mNgZGDgOPe3jYGBbRUDA5hkZEAFQgBlfAPOAAEAAAASADYAAwAAAAAAAgAGAC8ANwAAAdQAAAAAAAB42mNgYQ1lnMDAysDAOovVmIGBoQlCM25nSGMS4mBl4uZiYWJkYmJiYWBgahdgQABffz9/BgUg9GbdxbiJUZnjHFOVAgPD/PvXQbKsu4CEAgMjAC90DSYAeNpjY4AAplVAvJqBgTWMwQyIQ4B4OZTtAcRaQOwMxGFAHA2Vd2dbxTADhEH6AGXNC+4AAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMKgwWDJ4MHj//w8UBfEMILz/j/8/+H/1//H/R6EmwAEjGwNciJEJSDAxoCmAWM2CJMTKxs7BycXNw8uHqpSfgUGAYQgCAM5qEMQAAAAAABQAFAAUABQAagCiALwA7gE2AVYBkAHUAfQCRAKIAqICwALAAAB42lWUe0wUVxTG75nHbmrDyuzuLGgQWXB5g7ivUbELBl1Y3QIrLjRLAXF4WasCFl1ZqmAFAhEbHlZjNaa2ppG0MdEoFLG1iZYWgrY1xTaSatrGV7VYbUnEnUvvjsXamfnjTibnnO/7nXMGUYhcDGIRopESoUWcnjPoOT2D/BH0BX86i56iCOZC4Kt1OoFVKeJRDEpGFoSATYYYjgnR8VoVpeSjLMl0jCEcQrhkymK2ChYTHw6sCnitLkRjA4s5Oob5Be8NSzJDSkVr6YFeX1d3X3OWGnrUr9iHTzQ8mey6+UD6IN1oSuty52SUMqWpmUIYvuHy7BjYdLZeYM+fD1pZ31G2UHwtEkoXrzmz+9REkCiq+pfxtvjE5TopVlNgXZgTGbBDobXTt1mKvYrUaD5CmmCkN4ZTRCk5REbHRFOGYJ3JSEQFR0dFKtZCEph7Pveu5OPwI3z2s98cllToEYtthQmiWO6hfoVjkO2oa8r/6BSuwfu21bpgzgl8Z7RgcAgWfDNK6gH6mACaIPVmkRdCUAVKzgYCPYHLys51fHtrOXt1Kon+zlmcANkZg+1IjrES7n4SMw+hOLCqDTIkokdpsFEmYzghp1CSRHrG/3Qp/wMYTpeJq7NFDleFNt69fG2i7cgVX95iquEMpP3U3G7LKFnfoP/ky8r1Iztb/upyrxDkGlmEA01qJJMXg3WBKYIJZNWFBLKrICqStJD0zGS0yqWVGt3MUQE38K4U4KZgPqCqDe4kh6vFP/r17f2xcCC0PHvNpg2elLV8pCZ3Y649y8OoV/ZfHDtWcmgpH5bUXdH4+67iM21WX4m3rKI6FKLYCntGbkGgL/EIsQkypyCiSM+Rx8RFcfo5AHSwNJe6BWJ/Pz6CvaCGHLrW78MX8R9UNoxik+wng/hRsAOItFlDplRpI9oRr6UYYoX6nxWC8Qk9JNVErWhePg7qDiwNd17p9ITD4dmbne4t1UWpQtwifJwdwOfGIyLw5PA+PNUubGqvTBIrmxrfqZ/HC8Zns5RPaqqI5jAU+2zq5ez/Vg5AXEBx8oQBaP/jx0zgjcGrBVGI1TgOlV+E2W2P+8bx5FHIhtiTIy2SxVuQ+2Z1nnsrU21028uy7q/KxHeudT70vQcOmA0dUOM67Je2t9bvaNi9U/ZeSNgh4j1I9q4gGhS0fi5o9IXM8ferdjqWavEbKZdvSInE04O9H371+DzGUAm3gA/4oJ/vxDwUJ+8vWQSLWbDKM0GSySNBBUaCrO+LTugXzuBYl7js09afIRrmLI73bK8r777ecHey0Qvmkhy7p9ixqki3zel4q+5VZw2tNaXlV/fXeW72ivnpy5YM1m7+omrR5rE9TafB5Sx63eEsKZLSSn1vrytt8BLOmdO3mekZzhq5l4JVCABGFnMAN6MOcCYCQdbCy7oqYH+wU1gvxGoJ5kv4z/ZHfeMw6yg+hX88OdxCDXvzXRu35OXXgsPktouO+6vtEDrW9dB3APeRbd+K33UdpmmCud4nYyacDyKk0BDOLz+bsZn7IFyCCRjCSzCHU9kBaZqCKTvlkk7OxPQ+jwH9S6AnvwA55jrlke5RydL3eOSeHDhGxUvX/Fuowr/xIfQPjxqjlwB42t1SvW7bMBA+UY6NIkXRKegUHDoWkBEbyOCiS37QLUsRZCzASIxEW7YEkk6gPEsfIFO3Tt3zAn2AvkO3bPlIs67boECRIUMlkPfd8ePH4x2J6CXdUkKr70tSR5zQtngbsaCBOIs4pV3xKeIeON8i3qLn4i7iPm2nuxEPKE9/YFfSewbRaVDwOKEd8TpiQS/E+4hTeic+RtwD52vEW/RKfI+4TztpP+IB3aZv6Jg0lRgO45oUFcQYEr4EyqmhljoygVUhynQKq2BPsLbAcFhvQ+QIngH2swyKnsE0ogn+EWUR7dMQ0QOq8fOGtg2eglWwlyGbFdNzJNif4enA89m5cE4B3hzW0Ayxhi4eleMVdmjctwL2ah3sedjhMyrDqS7ktaqRDrvyEPG1WvlTWoZcLThe7ae+xT3oWJfa6WtVcCGd5LxpO6PLyvFppfikWTSuaxUfNaZtjHS6WfBoMhllmPaHfFDXHNiWjbLKXKoCQaNlfcPasmRnZKHm0sy4ufi74lWl84rnsuNzBaFSW6cMMtILzpVxEna6NNoWOvd8i7R/VZ/pELPEvWYI+7P5sJY5nA+hRsuwauCqcllLgIf1z37r56Yi/6myvkDGG4fxWvxfEjsLDbLrNo/RiDHtYUEZ6wsyHo73NqWyB1JZlPpPXuFTvJl7TH4S/gAAeNptwTkOQEAAAMDZldC7rx9IJF5FodCK3rNFojYj+jy3y5+cEEWJTKFUqTVand5gNJmFdN3PY1terxUFwwAAAAAAAAH//wACeNpjYGRgYOABYjEgZmJgBEJBIGYB8xgABFkAQHjaY2BgYGQAgqtL1DlA9IWb80NgNABD5QbiAAA=) format("woff");font-weight:900;font-style:normal;font-display:swap}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{width:0;background-color:transparent}.no-scrollbar::-webkit-scrollbar-thumb,.no-scrollbar::-webkit-scrollbar-track{background-color:transparent}.no-scrollbar::-webkit-scrollbar{display:none}.rotate180{transform:rotate(180deg)}.el-loading-mask{z-index:2100!important}header.page-header{width:100%;position:absolute;background:transparent;z-index:1}.list-item[data-v-4e892229]:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}.list-item[data-v-4e892229]{width:291px;background:linear-gradient(167.31519979deg,#fff 27%,#62b1ff 325%);box-sizing:border-box;border-width:1px;border-style:solid;border-color:#e5e8f0;border-radius:16px;padding:15px 20px;box-shadow:0 0 8px rgba(0,0,0,.078);cursor:pointer}.list-item .item-title[data-v-4e892229]{font-size:15px;color:#000;text-overflow:ellipsis;white-space:nowrap}.list-item .item-text[data-v-4e892229],.list-item .item-title[data-v-4e892229]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;text-align:left;overflow:hidden}.list-item .item-text[data-v-4e892229]{font-size:13px;color:#7f7f7f;margin-top:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.list-item .item-img-box[data-v-4e892229]{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.list-item .item-img-box .img-box[data-v-4e892229]{width:120px;height:80px;border-radius:10px;display:flex;justify-content:center;align-items:center}.list-item .item-img-box .img-box .item-img[data-v-4e892229]{width:120px;height:80px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.list-item .item-img-box .img-box .img[data-v-4e892229]{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;position:absolute}.dis-f[data-v-09f6327a]{display:flex}.jus-x[data-v-09f6327a]{justify-content:center}.al-item[data-v-09f6327a]{align-items:center}.pos-r[data-v-09f6327a]{position:relative}.body-maxWidth[data-v-09f6327a]{width:1200px;min-width:1200px}.s-w-100[data-v-09f6327a]{width:100%}.top-bg-img-box[data-v-09f6327a]{width:100%;min-width:1200px}.top-bg-img-box .bg-img[data-v-09f6327a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.top-bg-img-box .info-box[data-v-09f6327a]{width:100%;height:100%;background-color:rgba(0,0,0,.757);position:absolute;top:0;left:0}.index-top-navigation-box[data-v-09f6327a]{height:60px;width:100%}.index-top-navigation-box .navigation-text[data-v-09f6327a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:hsla(0,0%,84%,.988);text-align:center;margin-right:20px;cursor:pointer}.index-top-navigation-box .navigation-text-click[data-v-09f6327a]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#62b1ff;border-bottom:3px solid #62b1ff}.index-top-navigation[data-v-09f6327a]{height:60px;justify-content:end}.top-bg-img-box .user-img[data-v-09f6327a]{width:32px;height:32px;border-radius:50%}.top-bg-img-box .info-box .logo-box[data-v-09f6327a]{height:40px}.top-bg-img-box .info-box .logo-box .logo-img[data-v-09f6327a]{-o-object-fit:contain;object-fit:contain;width:30px;height:31px;cursor:pointer}.top-bg-img-box .info-box .logo-box .logo-text-img[data-v-09f6327a]{-o-object-fit:contain;object-fit:contain;width:173px;height:31px;padding-left:10px;cursor:pointer}.top-bg-img-box .info-box .btm-seach-btn-box[data-v-09f6327a]{width:100%;height:44px;position:absolute;bottom:0;left:0;background:rgba(0,0,0,.596);border-bottom:4px solid #4e90cc}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn[data-v-09f6327a]:hover{color:#fff!important}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn[data-v-09f6327a]{width:120px;height:40px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#e2edf7;cursor:pointer}.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn-click[data-v-09f6327a]{background-color:#62b1ff;border:none;border-bottom:0;border-radius:8px;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:none;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#fff}.carousel-img[data-v-09f6327a]{margin:0 auto;height:200px;border-radius:15px;cursor:pointer}.user-box:hover .user-out-box[data-v-09f6327a]{display:block}.user-out-box[data-v-09f6327a]{color:#fff;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:10px;position:absolute;bottom:-32px;display:none}.user-box[data-v-09f6327a]{position:relative}.user-box .top-box[data-v-09f6327a]{border-radius:2px;width:8px;height:8px;background:#000;position:absolute;top:-4px;transform:rotate(45deg)}.user-box .box-bg[data-v-09f6327a]{width:32px;height:28px;line-height:28px;border-radius:5px;background:#000;text-align:center;position:relative}[data-v-09f6327a] .el-carousel__arrow{border:2px solid #545454;width:50px;height:50px}[data-v-09f6327a] .el-icon{font-size:20px}[data-v-09f6327a] .el-carousel__indicator--horizontal{padding:var(--el-carousel-indicator-padding-vertical) 2px}[data-v-09f6327a] .el-carousel__button{width:8px;height:8px;border-radius:4px}[data-v-09f6327a] .is-active button{background:#62b1ff}[data-v-09f6327a] .el-input__wrapper{background:inherit;background-color:#f6f6f6;border-right:0;border-radius:8px 0 0 8px}[data-v-09f6327a] .el-input__inner{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:left}[data-v-09f6327a] .el-carousel__container{height:200px}.dropdown[data-v-09f6327a]{background:#000}.login-box[data-v-09f6327a]{font-size:14px;color:#333;line-height:40px;text-align:right;display:flex;align-items:center}.login-box .login-box-item[data-v-09f6327a]{background:#000;color:#fff;text-align:center;border-radius:57px;width:50px;height:26px;line-height:26px;cursor:pointer}.login-box .login-box-item[data-v-09f6327a]:last-child{background:#fff;color:#000;margin-left:18px}.pos-r[data-v-1f7d9266]{position:relative}.dis-f[data-v-1f7d9266]{display:flex}.al-item[data-v-1f7d9266]{align-items:center}.jus-bet[data-v-1f7d9266]{justify-content:space-between}.unit[data-v-1f7d9266]{color:#000;font-size:11px;line-height:19px}.price[data-v-1f7d9266],.unit[data-v-1f7d9266]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900}.price[data-v-1f7d9266]{font-size:16px;color:#f95d5d;margin-left:3px;line-height:23px}.date[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#555;margin-left:3px}.pd-b-10[data-v-1f7d9266]{padding-bottom:10px}.waterfall-box-housing[data-v-1f7d9266]{border-radius:16px 16px 16px 16px!important}.no-click[data-v-1f7d9266]{cursor:default!important}.item[data-v-1f7d9266]:hover{box-shadow:0 0 8px rgba(0,0,0,.2);-moz-box-shadow:0 0 8px rgba(0,0,0,.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2)}.item[data-v-1f7d9266]{width:224px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);margin-bottom:20px;cursor:pointer;transition:box-shadow .2s linear}.item .authentication-box[data-v-1f7d9266]{width:275px;height:28px;border-radius:0 0 16px 16px;position:absolute;bottom:5px;left:5px;display:flex;align-items:center}.item .authentication-box .logo[data-v-1f7d9266]{width:16px;height:16px;position:absolute;left:10px}.item .authentication-box .authentication-text[data-v-1f7d9266]{width:72px;height:16px;position:absolute;left:30px}.item .authentication-box .authentication-bg[data-v-1f7d9266]{width:100%;height:28px}.item .corner-box[data-v-1f7d9266]{display:flex;flex-direction:row-reverse;height:24px}.item .corner-box .corner-img[data-v-1f7d9266]{transform:rotate(90deg);width:33px;height:33px;margin:0 -1px 0 0}.item .corner-img[data-v-1f7d9266],.item .tab-img[data-v-1f7d9266]{position:absolute;right:0;bottom:0;transform:rotate(90deg);width:33px;height:33px;margin:0 -1px 0 0}.item .add-marker[data-v-1f7d9266]{width:16px;height:16px}.item .type-tab[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#aaa;margin-top:5px;padding:0 10px;word-wrap:break-word}.item .rent-box[data-v-1f7d9266]{line-height:20px}.item .address-text[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:12px;color:#555}.item .long-title[data-v-1f7d9266]{font-size:15px;color:#000;text-align:left;padding:0 10px;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;line-height:22px}.item .long-title .type[data-v-1f7d9266],.item .long-title[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;margin-top:4px}.item .long-title .type[data-v-1f7d9266]{width:34px;height:20px;font-style:normal;font-size:12px;color:#fff;text-align:center;line-height:20px;background-color:#333;display:inline-block;border-radius:5px}.item .box-tab-type[data-v-1f7d9266]{height:24px;background-color:rgba(51,51,51,.461);padding:0 6px}.item .box-tab-type[data-v-1f7d9266],.item .intermediary-type[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:13px;color:#fff;border-radius:5px;position:absolute;top:15px;right:15px;text-align:center;line-height:24px}.item .intermediary-type[data-v-1f7d9266]{width:85px;height:20px}.item .title[data-v-1f7d9266]{font-size:18px;color:#000;margin-top:15px}.item .info-text[data-v-1f7d9266],.item .title[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;text-align:left;padding:0 15px}.item .info-text[data-v-1f7d9266]{font-size:14px;color:#aaa;margin-top:12px}.item .suite-box[data-v-1f7d9266]{margin-top:20px;padding:0 15px;margin-bottom:10px}.item .suite-box .suite-type[data-v-1f7d9266]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#000;width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item .suite-box .line[data-v-1f7d9266]{height:1px;background:#ebebeb;margin:10px 0}.apartment-top .apartment-icon[data-v-1f7d9266]{width:20px;height:20px;margin-right:5px}.apartment-top[data-v-1f7d9266]{border-radius:0;height:38px;padding-top:10px}.apartment-text[data-v-1f7d9266]{width:65px;height:21px}.apartment-img[data-v-1f7d9266]{width:214px;max-height:193px;border-radius:10px;margin:5px auto;-o-object-fit:cover;object-fit:cover}.apartment-top[data-v-1f7d9266]{background:none;position:relative}.apartment-top .apartment-bottom-icon[data-v-1f7d9266]{width:224px;position:absolute;bottom:-1px;left:0}.apartment-icon[data-v-1f7d9266],.apartment-text[data-v-1f7d9266]{z-index:6}.flexcenter[data-v-1f7d9266]{display:flex;justify-content:center;align-items:center}.live-img[data-v-1f7d9266]{width:224px;min-height:193px;border-radius:16px;margin-bottom:20px;cursor:pointer}.live-img[data-v-1f7d9266]:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}.isdetail.item[data-v-1f7d9266]{width:211.5px}.isdetail.item .apartment-img[data-v-1f7d9266]{width:201.5px}.isdetail.item .apartment-top .apartment-bottom-icon[data-v-1f7d9266]{width:211.5px}.seach-history-h[data-v-b382483a]{max-height:500px!important;transition:max-height .5s ease-in-out}.seach-box[data-v-b382483a]{width:100%;max-height:0;overflow:hidden}.seach-box .seach-info-box[data-v-b382483a]{width:100%;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px}.seach-box .seach-info-box .seach-check-btn-box[data-v-b382483a]{width:100%;border-top:1px solid #ebebeb;padding:20px 20px 25px 20px;display:flex;align-items:center;flex-direction:row-reverse}.seach-box .seach-info-box .seach-check-btn-box .seach-btn[data-v-b382483a]{width:100px;height:40px;background:inherit;background-color:rgba(98,177,255,0);box-sizing:border-box;border-width:1px;border-style:solid;border-color:#aaa;border-radius:150px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:center;line-height:40px;cursor:pointer}.seach-box .seach-info-box .seach-check-btn-box .true-btn[data-v-b382483a]{background-color:#62b1ff;border:1px solid #62b1ff;color:#fff;margin-left:10px}.seach-box .seach-info-box .select-module-box[data-v-b382483a]{padding:25px 20px 20px 20px}.seach-box .seach-info-box .select-module-box[data-v-b382483a] .el-checkbox-group{display:flex;flex-wrap:wrap}.seach-box .seach-info-box .select-module-box[data-v-b382483a] .el-checkbox__label{font-weight:400}.seach-box .seach-info-box .select-module-box .top-box[data-v-b382483a]{display:flex;align-items:center;cursor:pointer}.seach-box .seach-info-box .select-module-box .line[data-v-b382483a]{height:1px;width:100%;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:2px 1px;background-repeat:repeat-x;margin-top:20px;margin-bottom:5px}.seach-box .seach-info-box .select-module-box .none-btn[data-v-b382483a]{width:14px;height:14px;border:1px solid #d9d9d9;border-radius:50%;margin-right:10px}.seach-box .seach-info-box .select-module-box .none-title[data-v-b382483a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px}.seach-box .seach-info-box .img[data-v-b382483a]{width:14px;height:14px;margin-right:10px}.seach-box .seach-info-box .title[data-v-b382483a]{line-height:20px}.seach-box .seach-info-box .title[data-v-b382483a],[data-v-b382483a] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-b382483a] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}.pad-15[data-v-21599952]{padding:0 15px 0 15px!important}.jus-sp[data-v-21599952]{justify-content:space-around}.title-box[data-v-21599952]{display:flex;align-items:center}.title-box .box[data-v-21599952]{width:5px;height:16px;background:inherit;background-color:#50e3c2;border:none;border-radius:40px;box-shadow:none}.title-box .title[data-v-21599952]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000;text-align:left;margin-left:10px}.info-box-bg[data-v-21599952]{margin-top:22px;background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);width:550px;position:relative}.info-box-bg .hid-box[data-v-21599952]{position:absolute;top:100px;width:100%;z-index:666}.info-box-bg .box[data-v-21599952]{display:flex;flex-wrap:wrap;background:#fff;transform:translateY(-4px);border-radius:16px;padding:0 15px 10px 15px;box-shadow:0 0 10px rgba(0,0,0,.118)}.info-box-bg .select-btn-click[data-v-21599952]{border:1px solid #50e3c2!important;color:#50e3c2!important;background:#fff!important}.info-box-bg .select-btn[data-v-21599952]:hover{background:#f2f2f2}.info-box-bg .select-btn[data-v-21599952]{width:162px;height:40px;background:inherit;background-color:#f6f6f6;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:76px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;display:flex;justify-content:center;align-items:center;margin:27px 0;cursor:pointer}.info-box-bg .select-btn .img[data-v-21599952]{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;margin-left:10px}.info-box-bg .seach-long-btn[data-v-21599952]{width:161px!important;height:32px!important;cursor:pointer}.info-box-bg .btn[data-v-21599952]:hover{background:#f2f2f2!important}.info-box-bg .btn[data-v-21599952]{width:90px;height:32px;background:inherit;background-color:#f6f6f6;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:35px;box-shadow:none;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;line-height:32px;text-align:center;margin-top:10px;cursor:pointer}.info-box-bg .mg-l-17[data-v-21599952]{margin-left:17px}[data-v-21599952] .el-checkbox__inner{border-radius:4px}[data-v-21599952] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#50e3c2;border-color:#50e3c2}[data-v-21599952] .el-checkbox__inner:hover{border-color:#50e3c2}[data-v-21599952] .el-checkbox__input.is-checked+.el-checkbox__label{color:#50e3c2}.dis-f[data-v-29272258]{display:flex}.jus-x[data-v-29272258]{justify-content:center}.al-item[data-v-29272258]{align-items:center}.jus-sp[data-v-29272258]{justify-content:space-around}.s-w-100[data-v-29272258]{width:100%}.bor-r[data-v-29272258]{height:291px;width:1px;background-image:linear-gradient(0deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:1px 2px;background-repeat:repeat-y}.s-w-50[data-v-29272258]{width:50%}img[data-v-29272258]{-o-object-fit:contain;object-fit:contain}.pad-t-b-15[data-v-29272258]{padding:15px 0}.pd-10[data-v-29272258]{padding:10px}.bor-b-das[data-v-29272258]{height:1px;width:100%;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:2px 1px;background-repeat:repeat-x}.housing-pd[data-v-29272258]{padding:5px 0 25px 0}.pd-t-25[data-v-29272258]{padding-top:25px}.housing-pd-25[data-v-29272258]{padding:0 25px}.jus-bet[data-v-29272258]{justify-content:space-between}.dropdown-text[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:5px 10px}.dropdown-text .type-icon[data-v-29272258]{width:6px;height:14px;background:inherit;background-color:#50e3c2;border:none;border-radius:3px}.el-dropdown-menu[data-v-29272258]{width:150px;background:inherit;background-color:#fff;box-sizing:border-box;border-color:#ebebeb;border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.078)}.dropdown-check-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.select-box[data-v-29272258]{padding:20px 24px 0 25px}.select-box .needHousing-box[data-v-29272258]{height:50px}.select-box .select-tab-info[data-v-29272258]{position:relative;margin-top:5px}.select-box .select-tab-info .school-info-box[data-v-29272258]{position:absolute;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:5px 0}.select-box .select-tab-info .school-info-box .school-carousel-box[data-v-29272258]{height:100%;padding:0 40px;display:flex;align-items:center}.select-box .select-tab-info .school-info-box .school-carousel-box .mg-l-10[data-v-29272258]{margin-left:10px}.select-box .select-tab-info .school-info-box .school-carousel-box .mg-l-20[data-v-29272258]{margin-left:20px}.select-box .select-tab-info .school-info-box .school-carousel-box .carousel-info-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px;cursor:pointer}.select-box .select-tab-info .school-info-box .school-carousel-box .info-box-check[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.select-box .select-tab-info .school-info-box .lef-btn[data-v-29272258]{width:30px;height:50px;display:flex;justify-content:center;align-items:center;border-right:1px dashed transparent;border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#fff;border-radius:10px 0 0 10px;position:absolute;left:0;top:0;z-index:66;cursor:pointer}.select-box .select-tab-info .school-info-box .lef-btn .img[data-v-29272258]{width:10px;height:10px;transform:rotate(90deg)}.select-box .select-tab-info .school-info-box .middle-btn[data-v-29272258]{background-color:#000}.select-box .select-tab-info .school-info-box .line[data-v-29272258]{height:100%;width:1px;background-image:linear-gradient(0deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:1px 2px;background-repeat:repeat-y}.select-box .select-tab-info .school-info-box .right-btn[data-v-29272258]{border-left:1px dashed transparent;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#fff;border-radius:0 10px 10px 0;position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;width:30px;height:50px;z-index:66;cursor:pointer}.select-box .select-tab-info .school-info-box .right-btn .img[data-v-29272258]{width:10px;height:10px;transform:rotate(270deg)}.select-box .select-tab-info .housing-info-box[data-v-29272258]{display:flex;align-items:center;height:30px;position:relative;top:0!important}.select-box .select-tab-info .info-box[data-v-29272258]{position:absolute;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:20px}.select-box .select-tab-info .info-box .hid-box[data-v-29272258]{position:absolute;z-index:666;left:0;top:56px;width:100%}.select-box .select-tab-info .info-box .check-text[data-v-29272258]{font-family:ArialMT,Arial,sans-serif;font-weight:600!important;font-style:normal;font-size:13px;letter-spacing:normal;color:#000!important;vertical-align:none;text-align:center}.select-box .select-tab-info .info-box .check-none[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;line-height:20px;vertical-align:none;text-align:center;line-height:normal;text-transform:none;margin-right:30px;cursor:pointer}.select-box .select-tab-info .info-box .check-none .check-data[data-v-29272258]{width:24px;height:16px;background:inherit;background-color:#000;border:none;border-radius:13px;box-shadow:none;color:#fff;line-height:16px;padding:0 5px}.select-box .select-tab-info .info-box .check-none .img[data-v-29272258]{width:10px;height:10px;margin-left:10px}.select-box .select-tab-info .img[data-v-29272258]{width:459px;height:55px}.select-box .tab-title[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#b5b5b5;text-align:left;height:30px;line-height:30px;margin-right:20px;width:70px}.select-box .info-bor-b[data-v-29272258]{border-bottom:1px dashed #ebebeb}.select-box .need-housing-box[data-v-29272258]{height:50px}.select-box .need-housing-box[data-v-29272258],.select-box .tab-text[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center}.select-box .tab-text[data-v-29272258]{padding-bottom:15px}.select-box .pd-t-20[data-v-29272258]{padding-top:20px}.select-box .select-btn-box[data-v-29272258]{color:#7f7f7f;padding-bottom:20px}.select-box .btn[data-v-29272258],.select-box .select-btn-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center}.select-box .btn[data-v-29272258]{padding:5px 10px;height:30px;display:flex;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;border:1px solid transparent}.select-box .btn[data-v-29272258]:hover,.select-box .dropdown-btn[data-v-29272258]:hover{border:1px solid #ebebeb}.select-box .dropdown-btn[data-v-29272258]{height:30px;display:flex;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:30px;border-radius:10px;margin-right:10px;text-align:center;padding:5px 10px;cursor:pointer;border:1px solid transparent}.select-box .dropdown-btn .mg-l-30[data-v-29272258]{margin-left:30px!important}.select-box .dropdown-btn .img[data-v-29272258]{width:10px;height:10px;margin-left:10px}.select-box .min-btn[data-v-29272258]{padding:5px 10px}.select-box .btn-check[data-v-29272258]{color:#50e3c2!important;border:1px solid #50e3c2!important;background:#eefcf9}.select-box .select-num[data-v-29272258]{padding:0 10px;background:inherit;background-color:#50e3c2;border:none;border-radius:13px;box-shadow:none;color:#fff;color:13px}.rent-box[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;width:455px}.rent-box .clean-btn[data-v-29272258]{width:96px;height:30px;background:inherit;background-color:#f6f6f6;border:none;border-radius:50px;font-family:ArialMT,Arial,sans-serif;font-weight:400;font-style:normal;font-size:13px;letter-spacing:normal;color:#7f7f7f;cursor:pointer}.rent-box .clean-btn .img-box[data-v-29272258]{width:14px;height:14px;margin-right:5px;border-radius:50%;position:relative;margin-top:1px}.rent-box .tab-icon[data-v-29272258]{margin:0 10px}.rent-box .unit-box[data-v-29272258]{margin-left:10px}.rent-box .input[data-v-29272258]{width:100px;height:40px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#b3b3b3;border-radius:10px;padding:0 10px;font-style:normal;font-size:14px;color:#000}.btm-list[data-v-29272258],.rent-box .input[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400}.btm-list[data-v-29272258]{padding:25px 20px;display:flex;justify-content:space-between;color:#555;font-size:15px}.btm-list .bold-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}.btm-list .btm-btn[data-v-29272258]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#333;margin-left:20px}.btm-list .btm-btn .img[data-v-29272258]{width:8px;height:8px;margin-left:8px;cursor:pointer}.btm-list .count[data-v-29272258]{font-family:Arial-BoldMT,Arial Bold,Arial,sans-serif;font-weight:700;color:#000;margin:0 5px}.btm-list .sort-text[data-v-29272258]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000;text-align:center;cursor:pointer}.btm-list .img[data-v-29272258]{width:20px;height:20px;margin-left:10px}[data-v-29272258] .el-checkbox:hover{color:#000}[data-v-29272258] .el-dropdown-menu__item{--el-dropdown-menuItem-hover-color:#7f7f7f;--el-dropdown-menuItem-hover-fill:#f6f6f6;padding:0}[data-v-29272258] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-29272258] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}.btn[data-v-1c29ada9]{position:absolute;top:0;left:0;width:100%;height:100%}.pop-mask[data-v-1c29ada9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.818);z-index:1000}.pop-box[data-v-1c29ada9]{position:relative;z-index:1111;box-sizing:border-box;border-radius:16px;padding-top:39px;background-color:#fff;width:640px;height:auto!important;box-shadow:0 0 10px rgba(0,0,0,.118);line-height:normal}.pop-header[data-v-1c29ada9]{font-size:24px;font-weight:650;color:#000}.please-choose[data-v-1c29ada9]{color:#555;font-size:14px;margin-top:26px;margin-bottom:24px;padding-left:35px}.choice-box[data-v-1c29ada9]{justify-content:space-between;flex-wrap:wrap;padding:0 35px 49px}.choice-box .choice-item[data-v-1c29ada9],.choice-box .choice-long-item[data-v-1c29ada9]{background-color:#f6f6f6;height:160px;width:220px;border-radius:16px;margin-bottom:10px;box-sizing:border-box;padding-top:18px}.choice-box .choice-item .choice-name[data-v-1c29ada9],.choice-box .choice-long-item .choice-name[data-v-1c29ada9]{font-weight:650;font-size:18px;color:#000;position:relative;padding-left:34px;text-align:left}.choice-box .choice-item .choice-name[data-v-1c29ada9]:after,.choice-box .choice-long-item .choice-name[data-v-1c29ada9]:after{content:"";position:absolute;top:50%;left:16px;transform:translateY(-50%);background-color:#50e3c2;width:6px;height:16px;border-radius:3px}.choice-box .choice-item[data-v-1c29ada9]:hover,.choice-box .choice-long-item[data-v-1c29ada9]:hover{cursor:pointer;background-color:#f2f2f2}.choice-box .choice-item:hover .choice-arrows[data-v-1c29ada9],.choice-box .choice-long-item:hover .choice-arrows[data-v-1c29ada9]{background-color:#000;background-image:url(https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/img/selectArrow-white.a5ffa8b9.svg)}.choice-box .choice-long-item[data-v-1c29ada9]{width:450px;justify-content:space-between;height:100px;padding-right:20px}.choice-box .choice-long-item .choice-arrows[data-v-1c29ada9]{margin:0;margin-top:-18px}.choice-box .choice-explain[data-v-1c29ada9]{color:#555;font-size:14px;font-weight:400;margin-top:10px;margin-bottom:21px;padding-left:34px;text-align:left}.choice-box .choice-arrows[data-v-1c29ada9]{width:40px;height:40px;background-color:#fddf6d;border-radius:50%;margin:0 auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAACdQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3RL5tQAAAAx0Uk5TACuA/Fws+1dUW1V3HjJy8AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAEgAAABIAEbJaz4AAABaSURBVDjLY2AYBeQCRlwSyg7YxZnOmGCXCDtzrACrBEcOLi1tZw470FXLmTMgjARMcEnAtGBKTMAhYYnV8mVwDaiAK2fANOCMKG4cGhgYNk/AIYEz+YwC3AAAbGZTGUeLECUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDYtMDFUMTY6MTU6MTArMDg6MDACKzeuAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA2LTAxVDE2OjE1OjEwKzA4OjAwc3aPEgAAAFF0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fd28zNGtkemFmcS90aWFvZ3VvLXJlZ3VsYXIuc3ZnQkQYtAAAAABJRU5ErkJggg==);background-size:24px;background-repeat:no-repeat;background-position:50%}.close-icon[data-v-1c29ada9]{position:absolute;top:20px;right:14px;width:14px;height:14px;cursor:pointer}.affirm-hint[data-v-1c29ada9]{color:#333;margin:0 auto;text-align:left;padding:0 30px}.affirm-a-hint[data-v-1c29ada9]{text-align:center;margin-top:20px}.affirm-b-hint[data-v-1c29ada9]{margin:36px auto 0}.rules-box[data-v-1c29ada9]{background:#f6f6f6;margin:30px;border-radius:10px;padding:15px}.rules-box .rules-item[data-v-1c29ada9]{line-height:24px}.rules-box .rules-item:not(:last-of-type) .rules-text[data-v-1c29ada9]{border-bottom:1px dashed #ebebeb}.rules-box .rules-item .rules-text[data-v-1c29ada9]{padding:20px 0;font-size:15px}.rules-box .rules-icon[data-v-1c29ada9]{width:15px;height:15px;margin-top:25px;margin-right:12px}.footer[data-v-1c29ada9]{padding:0 15px;height:100px;border-top:1px solid #ebebeb}.footer .footer-item[data-v-1c29ada9]{width:200px;height:50px;border-radius:40px;font-size:20px;cursor:pointer;background-color:#fff;border:1px solid #d7d7d7}.footer .footer-item[data-v-1c29ada9]:first-of-type{margin-right:20px}.footer .footer-item.affirm[data-v-1c29ada9]{border:none;background-color:#62b1ff;color:#fff;font-weight:650}.dis-f[data-v-844dd00a]{display:flex}.jus-x[data-v-844dd00a]{justify-content:center}.al-item[data-v-844dd00a]{align-items:center}img[data-v-844dd00a]{-o-object-fit:contain;object-fit:contain}.mg-t-25[data-v-844dd00a]{margin-top:25px}.mg-l-100[data-v-844dd00a]{margin-left:100px}.intermediary-housing-s[data-v-844dd00a]{background:#f1f5f7!important;border:1px solid #dbe7ed!important}.info-box[data-v-844dd00a]{width:466px;height:217px;border-radius:16px;border:1px solid #e4e4f6;background:#f4f3ff;position:relative;padding:0 45px}.info-box .tab-icon[data-v-844dd00a]{width:16px;height:16px;margin-right:8px}.info-box .tab-text[data-v-844dd00a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#333}.info-box .qr-code-bg[data-v-844dd00a]{width:120px;height:120px;background:inherit;background-color:#fff;border:none;border-radius:70px;box-shadow:0 0 8px rgba(0,0,0,.122)}.info-box .qr-code-bg .qr-code[data-v-844dd00a]{width:102px;height:102px;border-radius:50%}.info-box .code-text[data-v-844dd00a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#7f7f7f;text-align:center;margin-top:15px}.tab-img[data-v-844dd00a]{width:40px;height:40px;position:absolute;right:-1px;top:-1px}.dis-f[data-v-2bb0a5a0]{display:flex}.jus-x[data-v-2bb0a5a0]{justify-content:center}.al-item[data-v-2bb0a5a0]{align-items:center}.pos-r[data-v-2bb0a5a0]{position:relative}.body-maxWidth[data-v-2bb0a5a0]{width:1200px;min-width:1200px}.s-w-100[data-v-2bb0a5a0]{width:100%}.jus-bet[data-v-2bb0a5a0]{justify-content:space-between}.authentication-btn:hover .btn-qrcode[data-v-2bb0a5a0]{display:block}.btn-qrcode[data-v-2bb0a5a0]{height:365px;position:absolute;right:0;top:58px;z-index:333;display:none}.btn-qrcode .bj[data-v-2bb0a5a0]{height:100%;box-shadow:0 0 8px rgba(0,0,0,.278);border-radius:10px}.btn-qrcode .QR-code[data-v-2bb0a5a0]{position:absolute;width:100px;height:110px;border-radius:50%;bottom:86px;left:50%;transform:translateX(-50%)}.seach-box-bg[data-v-2bb0a5a0]{background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-top:20px;padding-top:5px}.seach-box-bg .seach-box[data-v-2bb0a5a0]{background:#fff;border-radius:16px}.seach-box-bg .seach-box .top-seach[data-v-2bb0a5a0]{padding:20px;position:relative;justify-content:end;border-bottom:1px solid #ebebeb}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-2bb0a5a0]:hover{background:#f4f7f9!important}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-2bb0a5a0]{background:#f1f5f7!important}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-2bb0a5a0]:hover{background:#f6f5ff}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-2bb0a5a0]{width:160px;height:40px;background:inherit;background-color:#f4f3ff;border:none;border-radius:68px;box-shadow:none;margin-left:20px;cursor:pointer;position:relative}.seach-box-bg .seach-box .top-seach .authentication-btn .text-img[data-v-2bb0a5a0]{width:100px;height:20px}.seach-box-bg .seach-box .top-seach .authentication-btn .code-img[data-v-2bb0a5a0]{width:20px;height:16px;margin-left:0}.seach-box-bg .seach-box .top-seach .seach-history-h[data-v-2bb0a5a0]{max-height:375px!important;transition:max-height .5s ease-in-out}.seach-box-bg .seach-box .top-seach .seach-hiosory-box[data-v-2bb0a5a0]{position:absolute;top:55px;z-index:99;max-height:0;overflow:hidden}.seach-box-bg .seach-box .top-seach .seach-history-info[data-v-2bb0a5a0]{width:560px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);padding:20px 25px;overflow-y:auto}.seach-box-bg .seach-box .top-seach .seach-history-info .title[data-v-2bb0a5a0]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box :hover .img[data-v-2bb0a5a0]{display:block}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box[data-v-2bb0a5a0]{display:flex;flex-wrap:wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:left}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .img[data-v-2bb0a5a0]{width:8px;height:8px;position:absolute;top:6px;right:-8px;cursor:pointer;display:none}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .btn[data-v-2bb0a5a0]{margin:10px 30px 0 0;padding:0 10px 0 0;cursor:pointer;word-wrap:break-word;max-width:100%;position:relative;flex-wrap:wrap}.seach-box-bg .seach-box .top-seach .location-box[data-v-2bb0a5a0]{width:64px;height:32px;background:inherit;background-color:#444;border:none;border-radius:8px;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 10px rgba(0,0,0,.118);font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#fff;line-height:48px;position:absolute;z-index:666}.seach-box-bg .seach-box .top-seach .triangle[data-v-2bb0a5a0]{border:7px solid;border-color:transparent #000 transparent transparent;width:0;height:0;position:absolute;bottom:-39px;left:-7px}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-2bb0a5a0]:hover{background:#81c1ff!important}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-2bb0a5a0]{width:32px;height:32px;background:inherit;background-color:#62b1ff;border:none;border-right:0;border-radius:0 8px 8px 0;line-height:48px;cursor:pointer;transform:translateX(-3px);font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .img[data-v-2bb0a5a0]{width:20px;-o-object-fit:contain;object-fit:contain;margin-right:1px}.seach-box-bg .seach-box .top-seach .map-btn[data-v-2bb0a5a0]{background:#50e3c2;margin-left:20px}.seach-box-bg .seach-box .top-seach .add-btn[data-v-2bb0a5a0]:hover{background:#fde177!important}.seach-box-bg .seach-box .top-seach .add-btn[data-v-2bb0a5a0]{background:#fdda55;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .mg-l-10[data-v-2bb0a5a0]{margin-left:10px}.seach-box-bg .seach-box .top-seach .tool-btn[data-v-2bb0a5a0]{width:160px;height:40px;border:none;border-radius:68px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000;line-height:48px}.seach-box-bg .seach-box .top-seach .tool-btn img[data-v-2bb0a5a0]{width:15px;margin-right:5px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-2bb0a5a0]{background:#90d848;margin-left:20px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-2bb0a5a0]:hover{opacity:.8}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn .consult-icon[data-v-2bb0a5a0]{width:22px;height:22px;margin-right:5px}.seach-box-bg .seach-box .seach-info-box[data-v-2bb0a5a0]{padding:20px 10px;justify-content:space-around;flex-wrap:wrap}[data-v-2bb0a5a0] .el-input__wrapper{background:#f6f6f6;border-radius:8px 0 0 8px}.seek-input[data-v-2bb0a5a0]{border-radius:65px;overflow:hidden;background-color:#f6f6f6;border:solid 1px var(--el-input-border-color,var(--el-border-color))}.seek-input .seach-btn[data-v-2bb0a5a0]{border-radius:50%!important}.seek-input .seach-btn img[data-v-2bb0a5a0]{width:18px!important}.seek-input[data-v-2bb0a5a0] .el-input__wrapper{box-shadow:none;background:none}.el-popover.el-popper.consult-popover .consult-pop[data-v-2bb0a5a0]{width:300px;height:300px;border-radius:10px;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102);background-color:#fff;flex-direction:column}.el-popover.el-popper.consult-popover .consult-pop .consult-title[data-v-2bb0a5a0]{font-size:15px;color:#555;margin-bottom:24px}.el-popover.el-popper.consult-popover .consult-pop .consult-title b[data-v-2bb0a5a0]{color:#000;font-weight:650;margin:0 5px}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode[data-v-2bb0a5a0]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode .consult-QRcode-img[data-v-2bb0a5a0]{width:100px;height:100px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-2bb0a5a0]{margin-bottom:6px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-2bb0a5a0],.el-popover.el-popper.consult-popover .consult-pop .consult-remark[data-v-2bb0a5a0]{font-size:13px;color:#555;line-height:18px}.el-popover.el-popper.consult-popover .consult-pop .consult-remark b[data-v-2bb0a5a0]{font-weight:650;color:#000}img[data-v-74a83848]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-74a83848]{display:flex}.jus-x[data-v-74a83848]{justify-content:center}.al-item[data-v-74a83848]{align-items:center}.pos-r[data-v-74a83848]{position:relative}.body-maxWidth[data-v-74a83848]{width:1200px;min-width:1200px}.s-w-100[data-v-74a83848]{width:100%}.jus-bet[data-v-74a83848]{justify-content:space-between}.mg-t-35[data-v-74a83848]{margin-top:35px}.index-footer[data-v-3d3daff9]{background:#333;text-align:center;height:240px;padding:56px 0;min-width:1200px;box-sizing:border-box;color:#fff}.index-footer [data-v-3d3daff9]{box-sizing:border-box;color:inherit!important}.index-footer .footer-link[data-v-3d3daff9]{width:622px;height:45px;background:hsla(0,0%,100%,.05);border-radius:23px;font-size:14px;line-height:45px;padding:0 25px;width:-moz-fit-content;width:fit-content;margin:0 auto}.index-footer .footer-link a[data-v-3d3daff9]:not(:last-child){display:inline-block;margin-right:30px}.index-footer .line-two[data-v-3d3daff9]{font-size:14px;margin:26px 0 0}.index-footer .line-two span[data-v-3d3daff9]{display:inline-block;margin:0 15px}@media screen and (max-width:1360px){.returnTop[data-v-a8ae858c]{right:20px!important}}.returnTop[data-v-a8ae858c]{position:fixed;right:calc(50vw - 675px);bottom:88px;width:60px;height:60px;background-color:#323232;box-shadow:0 0 10px rgba(0,0,0,.118);border-radius:50%;z-index:10;cursor:pointer}.returnTop .icon[data-v-a8ae858c]{width:28px;height:28px}img[data-v-c539c014]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-c539c014]{display:flex}.jus-x[data-v-c539c014]{justify-content:center}.al-item[data-v-c539c014]{align-items:center}.pos-r[data-v-c539c014]{position:relative}.body-maxWidth[data-v-c539c014]{width:1200px;min-width:1200px}.s-w-100[data-v-c539c014]{width:100%}.jus-bet[data-v-c539c014]{justify-content:space-between}.bottom-tps[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;text-align:center;padding:30px 0}.information-box[data-v-c539c014]{width:836px;min-height:309px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);font-size:14px;padding:27px 18px 28px 24px;box-sizing:border-box;flex-wrap:wrap}.information-box .list-btn[data-v-c539c014]{width:8px;height:14px;cursor:pointer}.information-box .r-no-list[data-v-c539c014]{transform:rotate(180deg)}.information-box .mg-l-20[data-v-c539c014]{margin-left:20px}.information-box .list-box[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;text-align:left;letter-spacing:normal;color:#333;width:375px;width:100%}.information-box .list-box[data-v-c539c014]:not(:last-of-type){margin-bottom:30px}.information-box .list-box .mg-b-5[data-v-c539c014]{margin-bottom:5px}.information-box .list-box .title[data-v-c539c014]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;text-align:left;margin-left:15px}.information-box .list-box .img[data-v-c539c014]{width:24px;height:24px}.information-box .list-box .list-li[data-v-c539c014]{cursor:pointer;width:50%;background-color:#f6f6f6;border-right:1px solid #f6f6f6;height:30px}.information-box .list-box .list-li[data-v-c539c014]:not(:nth-last-child(-n+2)){margin-bottom:10px}.information-box .list-box .list-li[data-v-c539c014]:nth-child(odd){border-radius:4px 0 0 4px}.information-box .list-box .list-li[data-v-c539c014]:nth-child(2n){border-radius:0 4px 4px 0}.information-box .list-box .list-li .text-s[data-v-c539c014]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.information-box .list-box .list-li .text-s .text[data-v-c539c014]:hover{color:#000}.information-box .list-box .list-li .text-s .text[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:left;letter-spacing:normal;color:#333}.information-box .list-box .list-list[data-v-c539c014]{display:flex;flex-wrap:wrap;line-height:30px}.information-box .list-box .list-mark[data-v-c539c014]{width:6px;height:6px;border-radius:50%;background:#d7d7d7;margin-left:10px;margin-right:10px}.information-wx-img[data-v-c539c014]{width:836px;height:140px;border-radius:10px;display:block}.information-box-right .block[data-v-c539c014]{width:348px;background-color:#fff;border-radius:16px}.information-box-right .block.mini[data-v-c539c014]{height:275px;position:relative;margin-bottom:12px}.information-box-right .block.mini .bj[data-v-c539c014]{width:322px;height:249px;border-radius:6px}.information-box-right .block.mini .img[data-v-c539c014]{width:120px;height:120px;border-radius:50%;position:absolute;top:105px;left:50%;transform:translate(-50%)}.information-box-right .block.QRCode[data-v-c539c014]{height:186px;padding:15px 13px;justify-content:space-between}.information-box-right .block.QRCode .item[data-v-c539c014]{cursor:pointer}.information-box-right .block.QRCode .item .img[data-v-c539c014]{width:156px;height:156px}.information-box-right .block.QRCode .item:hover .img[data-v-c539c014]{display:none}.information-box-right .block.QRCode .item:hover .show[data-v-c539c014]{display:flex}.information-box-right .block.QRCode .item .show[data-v-c539c014]{width:156px;height:156px;background-color:#fff;border:1px solid #f2f2f2;border-radius:4px;box-shadow:0 0 8px rgba(0,0,0,.078);display:none;flex-direction:column}.information-box-right .block.QRCode .item .show .show-img[data-v-c539c014]{width:100px;height:100px;margin-bottom:6px}.information-box-right .block.QRCode .item .show .name[data-v-c539c014]{font-size:14px;color:#555;text-align:center;line-height:24px}.information-right-box[data-v-c539c014]{width:352px;height:469px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);font-size:14px;box-sizing:border-box;padding:25px 18px;flex-direction:column}.information-right-box .img-box[data-v-c539c014]{width:149px;height:200px;background:inherit;background-color:hsla(0,0%,100%,0);border:none;border-radius:8px}.information-right-box .img-box .img-list[data-v-c539c014]{width:149px;height:200px;border-radius:8px;position:absolute;top:0;left:0;background:#fff;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center;line-height:24px;display:none;padding-top:30px;box-shadow:0 0 8px rgba(0,0,0,.078)}.information-right-box .img[data-v-c539c014]{width:110px;height:110px;border-radius:8px}.information-right-box .img-box:hover .img-list[data-v-c539c014]{display:block;cursor:pointer}.list-tab-btn[data-v-c539c014]:hover{color:#333}.list-tab-btn[data-v-c539c014]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:17px;color:#555;height:48px;line-height:48px;position:relative;cursor:pointer}.list-tab-btn .tab-marker[data-v-c539c014]{width:20px;height:20px;border-radius:50%;background:#50e3c2;position:relative;top:-45px;left:-10px}.click-tab-btn[data-v-c539c014]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:20px;color:#000}.line-btn[data-v-c539c014]{width:1px;background:#d7d7d7;height:21px;margin:0 16px}.waterfall-box[data-v-c539c014]{display:flex;margin-top:30px;justify-content:space-between}.waterfall-box .waterfall-first-box[data-v-c539c014]{width:224px;height:224px;background-color:#fff;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);flex-wrap:wrap;margin-bottom:20px;display:grid;grid-template-columns:repeat(2,1fr)}.waterfall-box .waterfall-first-box .first[data-v-c539c014]{border-right:1px dashed #ebebeb;border-bottom:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .second[data-v-c539c014]{border-bottom:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .third[data-v-c539c014]{border-right:1px dashed #ebebeb}.waterfall-box .waterfall-first-box .info-box[data-v-c539c014]{height:100%;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#555;cursor:pointer;flex-direction:column}.waterfall-box .waterfall-first-box .info-box .text-center[data-v-c539c014]{text-align:center}.waterfall-box .waterfall-first-box .info-box .img-box[data-v-c539c014]:hover{box-shadow:0 0 8px rgba(0,0,0,.2);-moz-box-shadow:0 0 8px rgba(0,0,0,.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2)}.waterfall-box .waterfall-first-box .info-box .img-box[data-v-c539c014]{width:48px;height:48px;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);margin-bottom:10px;cursor:pointer}.waterfall-box .waterfall-first-box .info-box .img[data-v-c539c014]{width:24px;height:24px}[data-v-c539c014] .el-carousel__arrow{border:2px solid #545454;width:50px;height:50px}[data-v-c539c014] .el-icon{font-size:20px}[data-v-c539c014] .el-carousel__indicator--horizontal{padding:var(--el-carousel-indicator-padding-vertical) 2px}[data-v-c539c014] .el-carousel__button{width:8px;height:8px;border-radius:4px}[data-v-c539c014] .is-active button{background:#62b1ff}[data-v-c539c014] .el-input__wrapper{background:inherit;background-color:#f6f6f6;border-right:0;border-radius:8px 0 0 8px}[data-v-c539c014] .el-input__inner{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#7f7f7f;text-align:left} \ No newline at end of file diff --git a/dist/css/housing.423d4f4e.css b/dist/css/housing.457dd925.css similarity index 71% rename from dist/css/housing.423d4f4e.css rename to dist/css/housing.457dd925.css index 7781f8e..affaec8 100644 --- a/dist/css/housing.423d4f4e.css +++ b/dist/css/housing.457dd925.css @@ -1 +1 @@ -.dis-f[data-v-c20d7a4a]{display:flex}.jus-x[data-v-c20d7a4a]{justify-content:center}.al-item[data-v-c20d7a4a]{align-items:center}.pos-r[data-v-c20d7a4a]{position:relative}.body-maxWidth[data-v-c20d7a4a]{width:1200px;min-width:1200px}.s-w-100[data-v-c20d7a4a]{width:100%}.jus-bet[data-v-c20d7a4a]{justify-content:space-between}.authentication-btn:hover .btn-qrcode[data-v-c20d7a4a]{display:block}.btn-qrcode[data-v-c20d7a4a]{height:365px;position:absolute;right:0;top:58px;z-index:333;display:none}.btn-qrcode .bj[data-v-c20d7a4a]{height:100%;box-shadow:0 0 8px rgba(0,0,0,.278);border-radius:10px}.btn-qrcode .QR-code[data-v-c20d7a4a]{position:absolute;width:100px;height:110px;border-radius:50%;bottom:86px;left:50%;transform:translateX(-50%)}.seach-box-bg[data-v-c20d7a4a]{background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-top:20px;padding-top:5px}.seach-box-bg .seach-box[data-v-c20d7a4a]{background:#fff;border-radius:16px}.seach-box-bg .seach-box .top-seach[data-v-c20d7a4a]{padding:20px;position:relative;justify-content:end;border-bottom:1px solid #ebebeb}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-c20d7a4a]:hover{background:#f4f7f9!important}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-c20d7a4a]{background:#f1f5f7!important}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-c20d7a4a]:hover{background:#f6f5ff}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-c20d7a4a]{width:160px;height:40px;background:inherit;background-color:#f4f3ff;border:none;border-radius:68px;box-shadow:none;margin-left:20px;cursor:pointer;position:relative}.seach-box-bg .seach-box .top-seach .authentication-btn .text-img[data-v-c20d7a4a]{width:100px;height:20px}.seach-box-bg .seach-box .top-seach .authentication-btn .code-img[data-v-c20d7a4a]{width:20px;height:16px;margin-left:0}.seach-box-bg .seach-box .top-seach .seach-history-h[data-v-c20d7a4a]{max-height:375px!important;transition:max-height .5s ease-in-out}.seach-box-bg .seach-box .top-seach .seach-hiosory-box[data-v-c20d7a4a]{position:absolute;top:55px;z-index:99;max-height:0;overflow:hidden}.seach-box-bg .seach-box .top-seach .seach-history-info[data-v-c20d7a4a]{width:560px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);padding:20px 25px;overflow-y:auto}.seach-box-bg .seach-box .top-seach .seach-history-info .title[data-v-c20d7a4a]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box :hover .img[data-v-c20d7a4a]{display:block}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box[data-v-c20d7a4a]{display:flex;flex-wrap:wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:left}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .img[data-v-c20d7a4a]{width:8px;height:8px;position:absolute;top:6px;right:-8px;cursor:pointer;display:none}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .btn[data-v-c20d7a4a]{margin:10px 30px 0 0;padding:0 10px 0 0;cursor:pointer;word-wrap:break-word;max-width:100%;position:relative;flex-wrap:wrap}.seach-box-bg .seach-box .top-seach .location-box[data-v-c20d7a4a]{width:64px;height:32px;background:inherit;background-color:#444;border:none;border-radius:8px;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 10px rgba(0,0,0,.118);font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#fff;line-height:48px;position:absolute;z-index:666}.seach-box-bg .seach-box .top-seach .triangle[data-v-c20d7a4a]{border:7px solid;border-color:transparent #000 transparent transparent;width:0;height:0;position:absolute;bottom:-39px;left:-7px}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-c20d7a4a]:hover{background:#81c1ff!important}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-c20d7a4a]{width:32px;height:32px;background:inherit;background-color:#62b1ff;border:none;border-right:0;border-radius:0 8px 8px 0;line-height:48px;cursor:pointer;transform:translateX(-3px);font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .img[data-v-c20d7a4a]{width:20px;-o-object-fit:contain;object-fit:contain;margin-right:1px}.seach-box-bg .seach-box .top-seach .map-btn[data-v-c20d7a4a]{background:#50e3c2;margin-left:20px}.seach-box-bg .seach-box .top-seach .add-btn[data-v-c20d7a4a]:hover{background:#fde177!important}.seach-box-bg .seach-box .top-seach .add-btn[data-v-c20d7a4a]{background:#fdda55;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .mg-l-10[data-v-c20d7a4a]{margin-left:10px}.seach-box-bg .seach-box .top-seach .tool-btn[data-v-c20d7a4a]{width:160px;height:40px;border:none;border-radius:68px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000;line-height:48px}.seach-box-bg .seach-box .top-seach .tool-btn img[data-v-c20d7a4a]{width:15px;margin-right:5px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-c20d7a4a]{background:#90d848;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-c20d7a4a]:hover{opacity:.8}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn .consult-icon[data-v-c20d7a4a]{width:22px;height:22px;margin-right:5px}.seach-box-bg .seach-box .seach-info-box[data-v-c20d7a4a]{padding:20px 10px;justify-content:space-around;flex-wrap:wrap}[data-v-c20d7a4a] .el-input__wrapper{background:#f6f6f6;border-radius:8px 0 0 8px}.seek-input[data-v-c20d7a4a]{border-radius:65px;overflow:hidden;background-color:#f6f6f6;border:solid 1px var(--el-input-border-color,var(--el-border-color))}.seek-input .seach-btn[data-v-c20d7a4a]{border-radius:50%!important}.seek-input .seach-btn img[data-v-c20d7a4a]{width:18px!important}.seek-input[data-v-c20d7a4a] .el-input__wrapper{box-shadow:none;background:none}.el-popover.el-popper.consult-popover .consult-pop[data-v-c20d7a4a]{width:300px;height:300px;border-radius:10px;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102);background-color:#fff;flex-direction:column}.el-popover.el-popper.consult-popover .consult-pop .consult-title[data-v-c20d7a4a]{font-size:15px;color:#555;margin-bottom:24px}.el-popover.el-popper.consult-popover .consult-pop .consult-title b[data-v-c20d7a4a]{color:#000;font-weight:650;margin:0 5px}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode[data-v-c20d7a4a]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode .consult-QRcode-img[data-v-c20d7a4a]{width:100px;height:100px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-c20d7a4a]{margin-bottom:6px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-c20d7a4a],.el-popover.el-popper.consult-popover .consult-pop .consult-remark[data-v-c20d7a4a]{font-size:13px;color:#555;line-height:18px}.el-popover.el-popper.consult-popover .consult-pop .consult-remark b[data-v-c20d7a4a]{font-weight:650;color:#000}.option-area[data-v-c20d7a4a]{flex-wrap:wrap;transition:height .25s linear 0s;border-bottom:1px solid #ebebeb}.option-area .option-left[data-v-c20d7a4a],.option-area .option-right[data-v-c20d7a4a]{width:600px}.option-area .option-left[data-v-c20d7a4a]:not(:last-of-type),.option-area .option-right[data-v-c20d7a4a]:not(:last-of-type){border-right:1px dotted #ebebeb}.option-area .option-left .option-item[data-v-c20d7a4a],.option-area .option-right .option-item[data-v-c20d7a4a]{padding-top:20px;padding-bottom:20px;margin:0 30px 0 20px;position:relative}.option-area .option-left .option-item[data-v-c20d7a4a]:not(:last-of-type),.option-area .option-right .option-item[data-v-c20d7a4a]:not(:last-of-type){border-bottom:1px dotted #ebebeb}.option-area .option-left .option-item .option-title[data-v-c20d7a4a],.option-area .option-right .option-item .option-title[data-v-c20d7a4a]{font-size:14px;color:#b5b5b5;width:90px;line-height:30px}.option-area .option-left .option-item .option-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box[data-v-c20d7a4a]{flex-wrap:wrap}.option-area .option-left .option-item .option-box .item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item[data-v-c20d7a4a]{padding:5px 10px;height:30px;display:flex;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;text-align:center;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;color:#7f7f7f;border:1px solid transparent}.option-area .option-left .option-item .option-box .item[data-v-c20d7a4a]:hover,.option-area .option-right .option-item .option-box .item[data-v-c20d7a4a]:hover{border:1px solid #ebebeb}.option-area .option-left .option-item .option-box .item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch[data-v-c20d7a4a]{color:#50e3c2;border:1px solid #50e3c2;background:#eefcf9}.option-area .option-left .option-item .option-box .item.pitch .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .item-icon[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .item.pitch .select-type-text[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .select-type-text[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .item .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .item-icon[data-v-c20d7a4a]{width:10px;height:10px;margin-left:10px}.option-area .option-left .option-item .option-box .item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .item .select-type-text[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .select-type-text[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .item .select-num[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .select-num[data-v-c20d7a4a]{padding:0 10px;background-color:#50e3c2;border-radius:13px;color:#fff;font-size:14px;height:16px;line-height:16px;margin-left:5px}.option-area .option-left .option-item .option-box.option-input-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box[data-v-c20d7a4a]{font-weight:400;font-size:14px;color:#555;line-height:20px}.option-area .option-left .option-item .option-box.option-input-box .eliminate[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .eliminate[data-v-c20d7a4a]{width:96px;height:30px;background-color:#f6f6f6;border-radius:50px;font-size:14px;color:#7f7f7f;cursor:pointer}.option-area .option-left .option-item .option-box.option-input-box .eliminate .eliminate-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .eliminate .eliminate-icon[data-v-c20d7a4a]{width:14px;height:14px;margin-right:3px}.option-area .option-left .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]{width:100px;height:40px;border:1px solid #b3b3b3;border-radius:10px;font-size:14px;margin:0 10px;padding:10px}.option-area .option-left .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]:first-of-type,.option-area .option-right .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]:first-of-type{margin-left:0}.option-area .option-left .option-item .option-box .district-pop[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop[data-v-c20d7a4a]{position:absolute;top:80px;width:459px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;z-index:1}.option-area .option-left .option-item .option-box .district-pop .district-unlimited[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited[data-v-c20d7a4a]{font-size:14px;color:#7f7f7f;margin:25px 20px 0;padding-bottom:20px;border-bottom:1px dotted #ebebeb;line-height:20px;cursor:pointer}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-no[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-no[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-yes[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-yes[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .district-pop .district-unlimited .unlimited-no[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited .unlimited-no[data-v-c20d7a4a]{width:14px;height:14px;border:1px solid #d9d9d9;border-radius:50%;margin-right:10px}.option-area .option-left .option-item .option-box .district-pop .district-unlimited .unlimited-yes[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited .unlimited-yes[data-v-c20d7a4a]{width:14px;height:14px;margin-right:10px;display:none}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a]{border-bottom:1px solid #ebebeb}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox-group,.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox-group{padding:15px 20px 20px}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox__label,.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox__label{font-weight:400}.option-area .option-left .option-item .option-box .district-pop .district-btn-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box[data-v-c20d7a4a]{justify-content:flex-end;padding:20px 20px 25px 0}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn[data-v-c20d7a4a]{width:100px;height:40px;border-radius:150px;cursor:pointer}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn.district-ok[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn.district-ok[data-v-c20d7a4a]{background-color:#62b1ff;border:1px solid #62b1ff;color:#fff;margin-left:10px}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn.district-cancel[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn.district-cancel[data-v-c20d7a4a]{border:1px solid #aaa;color:#555}.option-area .option-left .option-item .option-box .geography-tab[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab[data-v-c20d7a4a]{font-size:14px;text-align:center;color:#7f7f7f}.option-area .option-left .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]{padding:5px 10px;height:30px;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;border:1px solid transparent}.option-area .option-left .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]:hover,.option-area .option-right .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]:hover{border:1px solid #ebebeb}.option-area .option-left .option-item .option-box .geography-tab .geography-item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab .geography-item.pitch[data-v-c20d7a4a]{color:#50e3c2!important;border:1px solid #50e3c2!important;background:#eefcf9}.option-area .option-left .option-item .option-box .geography-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box[data-v-c20d7a4a]{position:relative;margin-top:5px;z-index:1}.option-area .option-left .option-item .option-box .geography-box .geography-bj[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-bj[data-v-c20d7a4a]{position:absolute;top:0;left:0;width:459px;height:55px;z-index:-1}.option-area .option-left .option-item .option-box .geography-box .geography-list[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list[data-v-c20d7a4a]{margin-top:5px;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:20px}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item[data-v-c20d7a4a]{font-size:14px;color:#7f7f7f;line-height:20px;text-align:center;margin-right:30px;cursor:pointer}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon-pitch[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .geography-item-icon[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .geography-item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .item-icon[data-v-c20d7a4a]{width:10px;height:10px;margin-left:10px}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .item-icon-pitch[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .select-num[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .select-num[data-v-c20d7a4a]{width:24px;height:16px;background:inherit;background-color:#000;border:none;border-radius:13px;box-shadow:none;color:#fff;line-height:16px;padding:0 5px}.option-area .option-left .option-item .option-box .item-checkbox[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox[data-v-c20d7a4a]{cursor:pointer;margin-right:20px;color:#606266}.option-area .option-left .option-item .option-box .item-checkbox.item-checkbox-housing[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.item-checkbox-housing[data-v-c20d7a4a]{color:#f95d5d}.option-area .option-left .option-item .option-box .item-checkbox.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]{background:#50e3c2;border-color:#50e3c2}.option-area .option-left .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]:after,.option-area .option-right .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]:after{transform:rotate(45deg) scaleY(1)}.option-area .option-left .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;width:14px;height:14px;background-color:#fff;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);margin-right:8px}.option-area .option-left .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]:after,.option-area .option-right .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:3px;transition:transform .15s ease-in 50ms;transform-origin:center}[data-v-c20d7a4a] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}[data-v-c20d7a4a] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-c20d7a4a] .el-dropdown-menu__item:not(.is-disabled):focus{background-color:initial;color:initial}.screen-footer[data-v-c20d7a4a]{justify-content:space-between;padding:0 16px}.screen-footer .screen-footer-left .quantity[data-v-c20d7a4a]{color:#555;font-size:15px;height:72px;font-family:PingFangSC-Regular,PingFang SC,sans-serif}.screen-footer .screen-footer-left .quantity .b[data-v-c20d7a4a]{font-weight:700;color:#000;margin:0 5px}.screen-footer .screen-footer-left .screen-location .screen-location-name[data-v-c20d7a4a]{font-weight:650;font-size:14px;color:#000}.screen-footer .screen-footer-left .screen-location .screen-location-list[data-v-c20d7a4a]{flex-wrap:wrap;width:800px}.screen-footer .screen-footer-left .screen-location .screen-location-list .screen-location-item[data-v-c20d7a4a]{font-size:14px;color:#333;margin-left:20px}.screen-footer .screen-footer-left .screen-location .screen-location-list .screen-location-item .screen-location-img[data-v-c20d7a4a]{width:8px;height:8px;margin-left:8px;cursor:pointer}.screen-footer .screen-footer-rigth .sort-btn[data-v-c20d7a4a]{cursor:pointer;color:#000;line-height:24px;font-size:14px;font-weight:650}.screen-footer .screen-footer-rigth .sort-btn .sort-icon[data-v-c20d7a4a]{width:20px;height:20px;margin-left:10px}.school-info-box[data-v-c20d7a4a]{position:relative;margin-top:10px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:5px 0;z-index:1}.school-info-box[data-v-c20d7a4a]:after{content:"";width:7px;height:7px;border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;position:absolute;top:-4px;left:99px;z-index:1111;transform:rotate(45deg);background:#fff}.school-info-box .school-carousel-box[data-v-c20d7a4a]{height:100%;padding:0 40px;display:flex;align-items:center}.school-info-box .school-carousel-box .mg-l-10[data-v-c20d7a4a]{margin-left:10px}.school-info-box .school-carousel-box .mg-l-20[data-v-c20d7a4a]{margin-left:20px}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;color:#7f7f7f;line-height:20px;cursor:pointer}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]:first-of-type{margin-left:10px}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]:not(:first-of-type){margin-left:20px}.school-info-box .school-carousel-box .carousel-info-box.pitch[data-v-c20d7a4a]{font-weight:650;color:#000}.school-info-box[data-v-c20d7a4a] .el-carousel__container{height:50px;border:1px solid #ebebeb;border-radius:10px;overflow:hidden}.school-info-box .item-btn[data-v-c20d7a4a]{width:30px;height:48px;z-index:66;cursor:pointer;top:50%;transform:translateY(-50%);position:absolute;background:#fff}.school-info-box .item-btn .img[data-v-c20d7a4a]{width:10px;height:10px}.school-info-box .item-btn.lef-btn[data-v-c20d7a4a]{border-right:1px dashed #ebebeb;border-radius:10px 0 0 10px;left:1px}.school-info-box .item-btn.lef-btn .img[data-v-c20d7a4a]{transform:rotate(90deg)}.school-info-box .item-btn .middle-btn[data-v-c20d7a4a]{background-color:#000}.school-info-box .item-btn.right-btn[data-v-c20d7a4a]{border-left:1px dashed #ebebeb;border-radius:0 10px 10px 0;right:1px}.school-info-box .item-btn.right-btn .img[data-v-c20d7a4a]{transform:rotate(270deg)}.el-popper.popover-sort{width:150px;padding:0;border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.078)}.el-popper.popover-sort .sort-box{padding:26px 20px 2px;font-size:14px;color:#7f7f7f;border-radius:10px}.el-popper.popover-sort .sort-box .sort-item{margin-bottom:30px;cursor:pointer;padding:0}.el-popper.popover-sort .sort-box .sort-item .pitch{width:100%;color:#000;font-weight:650;position:relative}.el-popper.popover-sort .sort-box .sort-item .pitch:before{content:"";width:6px;height:14px;background-color:#50e3c2;border-radius:3px;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width:1360px){.circle-btn[data-v-4bb5375b]{right:20px!important}}.circle-btn[data-v-4bb5375b]{position:fixed;bottom:158px;right:calc(50vw - 675px);width:60px;height:60px;background-color:#50e3c2;border-radius:50%;cursor:pointer;z-index:10000}.circle-btn .circle-inside[data-v-4bb5375b]{flex-direction:column;background-color:#cbf7ed;width:50px;height:50px;border-radius:50%;position:relative;z-index:1;color:#000;font-size:14px}.circle-btn .circle-inside .circle-bj[data-v-4bb5375b]{position:absolute;top:0;left:0;width:50px;height:50px;z-index:-1}.circle-btn .circle-inside .circle-icon[data-v-4bb5375b]{width:20px;height:17px;margin-bottom:2px}.circle-pop[data-v-4bb5375b]{position:absolute;bottom:65px;right:65px;width:300px;height:300px;border-radius:10px;flex-direction:column;z-index:1100;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102)}.circle-pop .close-icon[data-v-4bb5375b]{position:absolute;right:10px;top:10px;width:16px;height:16px;cursor:pointer}.circle-pop .circle-bj[data-v-4bb5375b]{position:absolute;top:-15px;left:-15px;width:341px;height:336px;z-index:-1}.circle-pop .circle-bj-green[data-v-4bb5375b]{width:311px;height:156px;position:absolute;bottom:-7.5px;left:0;z-index:-1}.circle-pop .circle-title[data-v-4bb5375b]{font-size:15px;color:#555;margin-bottom:24px}.circle-pop .circle-title b[data-v-4bb5375b]{color:#000;font-weight:650;margin:0 5px}.circle-pop .circle-QRcode[data-v-4bb5375b]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.circle-pop .circle-QRcode .circle-QRcode-img[data-v-4bb5375b]{width:100px;height:100px}.circle-pop .circle-hint[data-v-4bb5375b]{margin-bottom:6px}.circle-pop .circle-hint[data-v-4bb5375b],.circle-pop .circle-remark[data-v-4bb5375b]{font-size:13px;color:#555;line-height:18px}.circle-pop .circle-remark b[data-v-4bb5375b]{font-weight:650;color:#000}img[data-v-7915fa77]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-7915fa77]{display:flex}.jus-x[data-v-7915fa77]{justify-content:center}.al-item[data-v-7915fa77]{align-items:center}.pos-r[data-v-7915fa77]{position:relative}.body-maxWidth[data-v-7915fa77]{width:1200px;min-width:1200px}.s-w-100[data-v-7915fa77]{width:100%}.jus-bet[data-v-7915fa77]{justify-content:space-between}.mg-t-35[data-v-7915fa77]{margin-top:35px}.no-list-box[data-v-7915fa77]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-7915fa77]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}img[data-v-3598ed7c]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-3598ed7c]{display:flex}.jus-x[data-v-3598ed7c]{justify-content:center}.al-item[data-v-3598ed7c]{align-items:center}.pos-r[data-v-3598ed7c]{position:relative}.body-maxWidth[data-v-3598ed7c]{width:1200px;min-width:1200px}.s-w-100[data-v-3598ed7c]{width:100%}.jus-bet[data-v-3598ed7c]{justify-content:space-between}.mg-t-35[data-v-3598ed7c]{margin-top:35px}.no-list-box[data-v-3598ed7c]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-3598ed7c]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}img[data-v-5cd0e26a]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-5cd0e26a]{display:flex}.jus-x[data-v-5cd0e26a]{justify-content:center}.al-item[data-v-5cd0e26a]{align-items:center}.pos-r[data-v-5cd0e26a]{position:relative}.body-maxWidth[data-v-5cd0e26a]{width:1200px;min-width:1200px}.s-w-100[data-v-5cd0e26a]{width:100%}.jus-bet[data-v-5cd0e26a]{justify-content:space-between}.mg-t-35[data-v-5cd0e26a]{margin-top:35px}.no-list-box[data-v-5cd0e26a]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-5cd0e26a]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}.screen-box[data-v-3f1df6ca]{margin:0 auto 20px}.list[data-v-3f1df6ca]{margin:20px auto 0;flex-wrap:wrap;justify-content:space-between}.list[data-v-3f1df6ca]:after{content:"";height:0;width:386px}.empty-box[data-v-3f1df6ca]{width:1200px;height:500px;background-color:#fff;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);justify-content:center;margin:0 auto}.bottom-tps[data-v-3f1df6ca]{font-weight:400;font-size:14px;color:#555;text-align:center;padding:30px 0}.other-nearby-listings-box[data-v-3f1df6ca]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}.more-title[data-v-3f1df6ca]{color:#333;font-size:16px;margin:20px auto 0}.more-title .more-icon[data-v-3f1df6ca]{width:24px;height:24px;margin-right:10px}.pop-mask[data-v-45f9bc68]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.698);z-index:1002!important}.pop[data-v-45f9bc68]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px;height:calc(100% - 100px);background:#fff;border-radius:20px;padding:8px;max-width:90vw}.pop .close[data-v-45f9bc68]{display:block}.pop #container[data-v-45f9bc68]{width:100%;height:100%;margin-top:0;margin-bottom:0}.close[data-v-45f9bc68]{width:25px;height:25px;border-radius:50%;position:absolute;top:-25px;right:-25px;cursor:pointer;z-index:1002;display:none}.close .icon[data-v-45f9bc68]{width:20px;height:20px}#container[data-v-45f9bc68]{cursor:pointer;width:814px;height:180px;margin-top:20px;border-radius:10px;position:relative;overflow:hidden}.location-site[data-v-45f9bc68]{display:flex;align-items:center;background-color:rgba(51,51,51,.8);padding:0 10px;line-height:40px;font-size:18px;border-radius:10px;z-index:22}.location-bj[data-v-45f9bc68]{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1001;background-color:rgba(51,51,51,.298)}.tracingPoint[data-v-45f9bc68]{width:18px;height:18px}.location-name[data-v-45f9bc68]{font-weight:400;min-width:170px;max-width:740px;font-size:14px;color:#fff;padding:0 8px}.location-arrows[data-v-45f9bc68]{width:6px;height:12px}.btn[data-v-493583d9]{width:100px;height:40px;position:absolute}.transmit-unfold-box [data-v-493583d9],.transmit-unfold-box[data-v-493583d9]{box-sizing:content-box}.transmit-unfold-box[data-v-493583d9]{background-color:#fff;padding:42px 54px 12px 44px;display:flex;border-radius:10px;font-family:PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}.transmit-unfold-box .transmit-unfold-close[data-v-493583d9]{display:flex;justify-content:flex-end;position:absolute;top:0;right:0}.transmit-unfold-box .transmit-unfold-close .transmit-close-icon[data-v-493583d9]{width:16px;height:16px;padding:10px 12px;cursor:pointer}.transmit-unfold-box .transmit-item[data-v-493583d9]{display:flex;flex-direction:column}.transmit-unfold-box .transmit-item[data-v-493583d9]:last-of-type{margin-left:74px}.transmit-unfold-box .transmit-item .transmit-head[data-v-493583d9]{font-size:16px;line-height:16px;font-weight:550;color:#000}.transmit-unfold-box .transmit-item .transmit-box[data-v-493583d9]{border-radius:16px;border:1px solid #f0f0f0;margin-top:28px;margin-bottom:32px}.transmit-unfold-box .transmit-item .transmit-webpage-box[data-v-493583d9]{width:265px;padding:12px 18px 12px 15px;font-size:14px}.transmit-unfold-box .transmit-item .transmit-webpage-box .transmit-webpage-title[data-v-493583d9]{line-height:24px;word-break:break-word;color:#000}.transmit-unfold-box .transmit-item .transmit-webpage-box .transmit-link[data-v-493583d9]{line-height:18px;color:#a0a0a0;word-wrap:break-word}.transmit-unfold-box .transmit-item .transmit-QRCode-box[data-v-493583d9]{width:198px;flex-direction:column;padding:20px 0;display:flex;justify-content:space-between}.transmit-unfold-box .transmit-item .transmit-QRCode-box .QRCode[data-v-493583d9]{height:130px;margin:0 auto}.transmit-unfold-box .transmit-item .transmit-QRCode-box .hint[data-v-493583d9]{display:flex;align-items:center;justify-content:center;font-size:14px;text-align:center;margin-top:20px}.transmit-unfold-box .transmit-item .transmit-QRCode-box .hint .saoma-icom[data-v-493583d9]{width:14px;height:14px;margin-right:8px}.transmit-unfold-box .copy-link-btn[data-v-493583d9]{background-color:#46dfba;border-radius:5px;width:120px;height:38px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#000}.transmit-unfold-box .copy-link-btn[data-v-493583d9]:hover{background:rgba(70,223,186,.8)}img[data-v-3d403be4]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-3d403be4]{display:flex}.jus-x[data-v-3d403be4]{justify-content:center}.al-item[data-v-3d403be4]{align-items:center}.pos-r[data-v-3d403be4]{position:relative}.body-maxWidth[data-v-3d403be4]{width:1200px;min-width:1200px}.s-w-100[data-v-3d403be4]{width:100%}.jus-bet[data-v-3d403be4]{justify-content:space-between}.close-img[data-v-3d403be4]{width:20px;height:20px;position:absolute;right:20px;top:20px;cursor:pointer}.right-arrow[data-v-3d403be4]{right:30px;z-index:66}.left-arrow[data-v-3d403be4]{left:30px;z-index:66;transform:rotate(180deg)}.image-arrow-icon[data-v-3d403be4]{width:18px;height:30px;position:absolute;cursor:pointer}.mg-t-60[data-v-3d403be4]{margin-top:60px}.select-box[data-v-3d403be4]{border:1px solid #50e3c2!important}.carousel-w[data-v-3d403be4]{min-width:800px}.watch-box[data-v-3d403be4]{width:100%;height:100%;background:#4c4c4c;position:fixed;top:0;left:0;z-index:10003}.watch-box .tab-text[data-v-3d403be4]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#fff;text-align:center;padding:20px 0}.watch-box .list-img-box[data-v-3d403be4]{overflow-x:scroll;width:1200px;flex-wrap:wrap}.watch-box .list-img-box .img-box-s[data-v-3d403be4]{height:62px;border:1px solid transparent;border-radius:8px;margin-left:5px;cursor:pointer;-o-object-fit:cover;object-fit:cover}.watch-box .list-img-box .img-box-s .img-s[data-v-3d403be4]{height:60px;border-radius:8px}.watch-box .list-img-box .voide-img[data-v-3d403be4]{width:60px;height:60px;border:1px solid transparent;margin-left:5px;border-radius:8px;cursor:pointer;overflow:hidden}.watch-box .list-img-box .voide[data-v-3d403be4]{width:calc(100% - 5px);height:100%;border:1px solid transparent;margin-left:5px;border-radius:8px;cursor:pointer;position:absolute;top:0;left:0}.watch-box .list-img-box .voide .bor-r-8[data-v-3d403be4]{border-radius:8px!important}.watch-box .list-img-box .voide .icon-box[data-v-3d403be4]{width:100%;height:100%;background:inherit;background-color:rgba(51,51,51,.733);border:none;border-radius:6px}.watch-box .list-img-box .voide .icon-box .icon[data-v-3d403be4]{width:18px;height:18px}.watch-box .img-box[data-v-3d403be4]{width:800px;height:600px;border-radius:10px;overflow:hidden}.watch-box .img-box .img[data-v-3d403be4]{width:800px;height:600px}[data-v-3d403be4]::-webkit-scrollbar{display:none}.QRcode-box[data-v-21681acf]{width:304px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);flex-direction:column;align-items:center;margin-bottom:20px}.QRcode-box .scan-icon[data-v-21681acf]{width:14px;height:14px;margin-right:7px}.QRcode-box.apartment-QRcode[data-v-21681acf]{padding:40px 0}.QRcode-box.apartment-QRcode.apartment-box[data-v-21681acf]{box-shadow:none}.QRcode-box.apartment-QRcode .mini-program-title[data-v-21681acf]{width:168px;height:20px;margin-bottom:28px}.QRcode-box.apartment-QRcode .QRcode-case[data-v-21681acf]{width:140px;height:140px;background-color:#fff;border-radius:50%;overflow:hidden;box-shadow:0 0 8px rgba(0,0,0,.122);margin-bottom:33px}.QRcode-box.apartment-QRcode .QRcode-case .QRcode-img[data-v-21681acf]{width:120px}.QRcode-box.apartment-QRcode .apartment-QRcode-hint[data-v-21681acf]{font-size:14px;color:#000}.QRcode-box[data-v-093b0530]{width:304px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);flex-direction:column;align-items:center;margin-bottom:20px}.QRcode-box.apartment-box[data-v-093b0530]{box-shadow:none}.QRcode-box .scan-icon[data-v-093b0530]{width:14px;height:14px;margin-right:7px}.QRcode-box.group-QRcode[data-v-093b0530]{padding:40px 0}.QRcode-box.group-QRcode .group-title[data-v-093b0530]{width:140px;height:26px;margin-bottom:26px}.QRcode-box.group-QRcode .QRcode-case[data-v-093b0530]{width:120px;height:120px;background-color:#fff;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.122);margin-bottom:28px}.QRcode-box.group-QRcode .QRcode-case .QRcode-img[data-v-093b0530]{width:100px;height:100px}.QRcode-box.group-QRcode .group-QRcode-hint[data-v-093b0530]{color:#555;font-size:14px}.QRcode-box.group-QRcode .group-QRcode-hint b[data-v-093b0530]{font-size:14px;color:#000;font-weight:650;margin-left:5px}.same-brand-item[data-v-56be8c4a]{width:304px;background-color:#fff;border-radius:17px;box-shadow:0 0 10px rgba(0,0,0,.118);padding:8px 0;cursor:pointer;transition:all .3s}.same-brand-item[data-v-56be8c4a]:not(:last-of-type){margin-bottom:20px}.same-brand-item[data-v-56be8c4a]:hover{box-shadow:0 0 8px rgba(0,0,0,.257)}.same-brand-item .same-brand-header[data-v-56be8c4a]{width:288px;height:192px;overflow:hidden;border-radius:17px;margin:0 auto 20px;position:relative}.same-brand-item .same-brand-header .same-brand-img[data-v-56be8c4a]{width:288px;height:192px;-o-object-fit:none;object-fit:none}.same-brand-item .same-brand-header .apartment-name[data-v-56be8c4a]{font-weight:650;font-style:normal;font-size:16px;color:#000;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:hsla(0,0%,100%,.7);padding:0 15px;border-radius:40px;width:-moz-max-content;width:max-content;line-height:30px;max-width:100%}.same-brand-item .same-brand-header .apartment-synopsis[data-v-56be8c4a]{width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.639);border-radius:0 0 10px 10px;position:absolute;bottom:0;font-size:13px;color:#d7d7d7;padding:0 10px}.same-brand-item .site[data-v-56be8c4a]{margin:0 20px 20px;color:#555;font-size:14px}.same-brand-item .site .site-icon[data-v-56be8c4a]{width:18px;height:18px;margin-right:4px}.same-brand-item .price-box[data-v-56be8c4a]{font-size:14px;color:#555;margin:0 20px 31px}.same-brand-item .price-box .price-item[data-v-56be8c4a]{justify-content:space-between;height:50px}.same-brand-item .price-box .price-item[data-v-56be8c4a]:not(:last-of-type){border-bottom:1px solid #ebebeb}.same-brand-item .price-box .room-name[data-v-56be8c4a]{font-size:15px;color:#000;padding-right:5px}.same-brand-item .price-box .unit[data-v-56be8c4a]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900;color:#000;font-size:13px}.same-brand-item .price-box .quantity[data-v-56be8c4a]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900;font-size:18px;color:#f95d5d;margin:0 5px}.same-brand-item .same-brand-quantity[data-v-56be8c4a]{font-size:14px;color:#555;margin:21px auto}.same-brand-item .same-brand-quantity .quantity[data-v-56be8c4a]{font-weight:650;font-size:14px;color:#000;line-height:18px;height:18px;background-color:#fddf6d;border-radius:9px;padding:0 8px;margin:0 8px}.same-brand-item .same-brand-quantity .same-brand-quantity-icon[data-v-56be8c4a]{width:7px;height:12px;margin-left:8px}[data-v-03a3925e] .returnTop{bottom:88px}[data-v-03a3925e] body{padding-bottom:70px}.content[data-v-03a3925e]{margin:-36px auto 0;position:relative;font-family:PingFangSC-Regular,PingFang SC,sans-serif}.content .header[data-v-03a3925e]{margin-bottom:20px}.content .header .top[data-v-03a3925e]{width:1200px;height:65px;background:linear-gradient(93.10049145deg,#fdda55,#e5d7be 50%,#cbfebf);border-radius:16px 16px 0 0;padding:0 30px;position:relative}.content .header .top .brand-name[data-v-03a3925e]{height:22px;background-color:#806c24;border-radius:8px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;color:#fdda55;padding:0 11px;margin-top:12px;margin-right:10px;font-size:14px}.content .header .top .brand-abstract[data-v-03a3925e]{color:#806c24;font-size:14px;padding-top:13px}.content .header .top .brand-abstract .item[data-v-03a3925e]{cursor:pointer}.content .header .top .brand-abstract .item[data-v-03a3925e]:not(:last-of-type):hover{color:#333;text-decoration:underline}.content .header .top .brand-abstract .arrow[data-v-03a3925e]{margin:0 13px;width:7px;height:10px}.content .header .top .arc-bj[data-v-03a3925e]{position:absolute;bottom:20px;right:0;width:20px;z-index:1}.content .header .top .arc-bj .arc[data-v-03a3925e]{width:100%;height:100%;background:#ccfdbf;border-radius:0 0 100% 0}.content .header .header-content[data-v-03a3925e]{background-color:#fff;padding:25px 30px;margin-top:-20px;border-radius:16px 0 16px 16px;position:relative}.content .header .header-content .header-left[data-v-03a3925e]{width:511px}.content .header .header-content .header-left .slideshow[data-v-03a3925e]{position:relative;margin-bottom:8px}.content .header .header-content .header-left .slideshow[data-v-03a3925e] .el-carousel .el-carousel__container{width:511px;height:340px}.content .header .header-content .header-left .slideshow[data-v-03a3925e] .el-carousel .el-carousel__item{width:511px;height:340px;display:flex;align-items:center;border-radius:8px}.content .header .header-content .header-left .slideshow[data-v-03a3925e] .el-carousel .el-carousel__item .img{width:100%;-o-object-fit:cover;object-fit:cover;height:340px;display:block;cursor:pointer}.content .header .header-content .header-left .slideshow .indicate-type[data-v-03a3925e]{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);height:24px;background-color:#fff;border-radius:36px;font-size:16px;color:#fff}.content .header .header-content .header-left .slideshow .indicate-type .indicate-item[data-v-03a3925e]{height:100%;padding:0 11px;font-size:14px;color:#555;line-height:24px;cursor:pointer}.content .header .header-content .header-left .slideshow .indicate-type .indicate-item.pitch[data-v-03a3925e]{border-radius:36px;color:#fff;background-color:#f95d5d}.content .header .header-content .header-left .slideshow .indicate[data-v-03a3925e]{font-size:13px;color:#fff;height:20px;line-height:20px;background-color:rgba(0,0,0,.494);border-radius:36px;padding:0 7px;position:absolute;bottom:10px;right:10px}.content .header .header-content .header-left .slideshow-across[data-v-03a3925e]{width:511px;height:70px;background-color:#f6f6f6;border:1px solid #ebebeb;border-radius:4px}.content .header .header-content .header-left .slideshow-across .slideshow-btn[data-v-03a3925e]{width:32px;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content .header .header-content .header-left .slideshow-across .box[data-v-03a3925e]{width:360px;overflow:auto}.content .header .header-content .header-left .slideshow-across .box .item[data-v-03a3925e]{height:60px;margin-right:6px;position:relative;cursor:pointer;border-radius:6px}.content .header .header-content .header-left .slideshow-across .box .item[data-v-03a3925e]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.502);transition:all .3s;transform:scale(1)}.content .header .header-content .header-left .slideshow-across .box .item.pitch[data-v-03a3925e]:after,.content .header .header-content .header-left .slideshow-across .box .item[data-v-03a3925e]:hover:after{transform-origin:center;transform:scale(0)}.content .header .header-content .header-left .slideshow-across .box .item .video-icon[data-v-03a3925e]{width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .header .header-content .header-left .slideshow-across .box .item .img[data-v-03a3925e]{height:100%;border-radius:6px}.content .header .header-content .header-left .slideshow-across .arrow[data-v-03a3925e]{width:10px;height:17px}.content .header .header-content .header-right[data-v-03a3925e]{margin-left:59px;position:relative;z-index:1}.content .header .header-content .header-right .header-bj[data-v-03a3925e],.content .header .header-content .header-right .header-shade[data-v-03a3925e]{width:601px;height:338px;position:absolute;bottom:-25px;right:-30px;z-index:-1;border-radius:0 0 16px 0}.content .header .header-content .header-right .tab-box[data-v-03a3925e]{flex-wrap:wrap;margin-bottom:9px}.content .header .header-content .header-right .tab-box .tab-item[data-v-03a3925e]{background:linear-gradient(-55.82977204deg,#e0f0ff,#62b1ff 297%);border-radius:8px;font-size:14px;color:#447eb3;line-height:24px;padding:0 7px;margin-bottom:12px;margin-right:10px}.content .header .header-content .header-right .apartment-name[data-v-03a3925e]{margin-bottom:20px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:32px;color:#000}.content .header .header-content .header-right .label-list[data-v-03a3925e]{flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid #ebebeb}.content .header .header-content .header-right .label-list .label-item[data-v-03a3925e]{color:#434343;text-align:center;height:22px;line-height:22px;background-color:#eee;border-radius:8px;padding:0 8px;font-size:13px;margin-right:10px;margin-bottom:10px}.content .header .header-content .header-right .label-list .label-item .safety-icon[data-v-03a3925e]{width:14px;height:14px;margin-right:5px}.content .header .header-content .header-right .label-list .label-item.blue[data-v-03a3925e]{color:#fff;background-color:#62b1ff}.content .header .header-content .header-right .label-list .label-item.violet[data-v-03a3925e]{color:#fff;background-color:#8080ff}.content .header .header-content .header-right .label-list .label-item.red[data-v-03a3925e]{color:#fff;background-color:#f95d5d}.content .header .header-content .header-right .introduce[data-v-03a3925e]{padding-top:20px;border-bottom:1px solid #ebebeb}.content .header .header-content .header-right .introduce .introduce-head[data-v-03a3925e]{margin-bottom:12px}.content .header .header-content .header-right .introduce .introduce-head .icon[data-v-03a3925e]{width:18px;height:18px}.content .header .header-content .header-right .introduce .introduce-head .name[data-v-03a3925e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-left:12px;margin-right:11px}.content .header .header-content .header-right .introduce .introduce-head .full-name[data-v-03a3925e]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;color:#555;font-size:14px}.content .header .header-content .header-right .introduce .introduce-head .more[data-v-03a3925e]{color:#333;font-size:14px;cursor:pointer}.content .header .header-content .header-right .introduce .introduce-head .more .icon[data-v-03a3925e]{width:6px;height:10px;margin-left:10px}.content .header .header-content .header-right .introduce .synopsis[data-v-03a3925e]{font-size:14px;color:#7f7f7f;line-height:24px;margin-bottom:21px;white-space:pre-wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;padding-left:29px}.content .header .header-content .header-right .place[data-v-03a3925e]{padding-top:20px;flex-direction:column}.content .header .header-content .header-right .place .place-head[data-v-03a3925e]{font-size:14px;color:#333;margin-bottom:6px}.content .header .header-content .header-right .place .place-head .icon[data-v-03a3925e]{width:18px;height:18px;margin-right:10px}.content .header .header-content .header-right .place .place-head .more[data-v-03a3925e]{color:#555;line-height:24px;cursor:pointer}.content .header .header-content .header-right .place .place-head .more .icon[data-v-03a3925e]{width:6px;height:10px;margin-left:10px}.content .header .header-content .header-right .place .figure[data-v-03a3925e]{font-size:14px;color:#555;text-align:right;line-height:26px;padding-left:28px;margin-bottom:7px}.content .header .header-content .header-right .place .figure .school[data-v-03a3925e]{font-family:Arial-BoldMT,Arial Bold,Arial,sans-serif;font-weight:700;font-style:normal;color:#000;margin:0 3px}.content .header .header-content .header-right .place .figure .btn[data-v-03a3925e]{font-size:14px;color:#62b1ff;cursor:pointer;margin-left:10px}.content .header .header-content .header-right .place .vehicle[data-v-03a3925e]{padding-left:28px}.content .header .header-content .header-right .place .vehicle .item[data-v-03a3925e]{height:22px;border:1px solid #7f7f7f;border-radius:30px;font-size:12px;color:#333;padding:0 8px;width:-moz-fit-content;width:fit-content;margin-right:6px}.content .header .header-content .header-right .place .vehicle .item .icon[data-v-03a3925e]{width:14px;height:14px;margin-right:3px}.content .operate-box-bj[data-v-03a3925e]{position:fixed;bottom:0;z-index:1002;min-width:1200px;width:100%;left:0;border:1px solid #ebebeb;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.118)}.content .operate-box-bj .operate-box[data-v-03a3925e]{width:1200px;height:70px;font-size:14px;justify-content:space-between}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-03a3925e]{height:40px;background-color:#f6f6f6;border-radius:8px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;color:#7f7f7f;padding:0 12px;cursor:pointer}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-03a3925e]:hover{color:#494848}.content .operate-box-bj .operate-box .nav-box .nav-item.pitch[data-v-03a3925e]{background-color:#000;font-weight:650;color:#fff}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-03a3925e]:not(:last-of-type){margin-right:10px}.content .operate-box-bj .operate-box .btn-box .btn-item[data-v-03a3925e]{width:100px;height:40px;border-radius:50px;cursor:pointer}.content .operate-box-bj .operate-box .btn-box .btn-item.transmit-btn[data-v-03a3925e]{border:1px solid #ebebeb;color:#333;margin-right:10px}.content .operate-box-bj .operate-box .btn-box .btn-item.transmit-btn .transmit-icon[data-v-03a3925e]{width:20px;height:20px;margin-right:4px}.content .operate-box-bj .operate-box .btn-box .btn-item.consult-btn[data-v-03a3925e]{width:138px;background:linear-gradient(125.1455455deg,#62b1ff -11%,#80ffff 135%);font-size:16px;color:#fff}.content .operate-box-bj .operate-box .btn-box .btn-item.consult-btn[data-v-03a3925e]:hover{background:linear-gradient(125.1455455deg,#80ffff -11%,#62b1ff 135%)}.content .details-box[data-v-03a3925e]{justify-content:space-between;align-items:flex-start;position:relative}.content .details-box .details-left[data-v-03a3925e]{transition:bottom .5s}.content .details-box .details-left.fixed[data-v-03a3925e]{position:fixed}.content .details-box .details-left .special-offer[data-v-03a3925e]{width:876px;position:relative;padding-top:46px;padding-left:30px;background-color:#fdb231;border-radius:10px;margin-top:8px;margin-bottom:20px}.content .details-box .details-left .special-offer .special-bj[data-v-03a3925e]{width:876px;height:100px;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;border-radius:10px}.content .details-box .details-left .special-offer .head[data-v-03a3925e]{width:125px;height:30px;position:absolute;top:-8px;left:50%;transform:translateX(-50%)}.content .details-box .details-left .special-offer .gift[data-v-03a3925e]{width:50px;height:50px;position:absolute;top:10px;left:37px;z-index:1}.content .details-box .details-left .special-offer .star1[data-v-03a3925e]{width:45px;height:45px;position:absolute;top:0;left:87px}.content .details-box .details-left .special-offer .star2[data-v-03a3925e]{width:158px;height:47px;position:absolute;top:0;left:190px}.content .details-box .details-left .special-offer .star3[data-v-03a3925e]{width:240px;height:47px;position:absolute;top:0;left:526px}.content .details-box .details-left .special-offer .fireworks[data-v-03a3925e]{width:84px;height:70px;position:absolute;top:0;left:747px}.content .details-box .details-left .special-offer .board[data-v-03a3925e]{width:816px;background-color:#fff;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.227);padding:5px 5px 0;position:relative}.content .details-box .details-left .special-offer .board .gray[data-v-03a3925e]{background-color:#f2f2f2;border-radius:2px;padding:5px 20px 50px}.content .details-box .details-left .special-offer .board .gray .text[data-v-03a3925e]{font-size:15px;color:#000;line-height:41px;white-space:pre-wrap;position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAv8AAAAoCAYAAABpX5WcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxRjlCMDM5MkVFNzExRjBCRTAxQzQ4MEY2RjAzNUM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxRjlCMDNBMkVFNzExRjBCRTAxQzQ4MEY2RjAzNUM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFGOUIwMzcyRUU3MTFGMEJFMDFDNDgwRjZGMDM1QzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFGOUIwMzgyRUU3MTFGMEJFMDFDNDgwRjZGMDM1QzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5o9nZEAAAA6klEQVR42uzWsQ2AMAxFQUDsRJ0dmCVDMEt2SNpMZaKMYd1J1u9dvTMiDgAAIL/LCwAAQPwDAADiHwAAEP8AAID4BwAAxD8AACD+AQAA8Q8AAIh/AABA/AMAgPgHAADEPwAAIP4BAADxDwAAiH8AAED8AwAA4h8AABD/AACA+AcAAMQ/AACIfwAAQPwDAADiHwAAEP8AAID4BwAAxD8AACD+AQAA8Q8AAIh/AAAQ/wAAgPgHAADEPwAAIP4BAADxDwAAiH8AAED8AwAA4h8AABD/AADAds/2xdqyrltrrbXWWmtz7vPW8QswAJ7xhl7/Z/RBAAAAAElFTkSuQmCC);background-size:100% 41px;background-repeat:repeat-y;background-position:0 0;display:block}.content .details-box .details-left .special-offer .bottom-white[data-v-03a3925e]{width:892px;height:54px;position:absolute;bottom:-5px;left:-8px}.content .details-box .details-left .special-offer .bottom-orange[data-v-03a3925e]{width:876px;height:38px;position:absolute;bottom:0;left:0}.content .details-box .details-left .remark[data-v-03a3925e]{width:876px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);padding:24px 30px 28px;margin-bottom:20px;cursor:pointer;word-break:break-word}.content .details-box .details-left .remark .head[data-v-03a3925e]{justify-content:space-between;margin-bottom:15px}.content .details-box .details-left .remark .head .text[data-v-03a3925e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.content .details-box .details-left .remark .head .more[data-v-03a3925e]{font-size:14px;color:#555}.content .details-box .details-left .remark .head .more .icon[data-v-03a3925e]{width:10px;height:6px;margin-left:8px;transform:rotate(270deg)}.content .details-box .details-left .remark .info[data-v-03a3925e]{line-height:28px;margin-bottom:6px}.content .details-box .details-left .remark .info .avatar[data-v-03a3925e]{width:28px;height:28px;border-radius:50%;margin-right:10px}.content .details-box .details-left .remark .info .username[data-v-03a3925e]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;color:#555;font-size:14px;margin-right:5px}.content .details-box .details-left .remark .info .label[data-v-03a3925e]{height:16px}.content .details-box .details-left .remark .explain[data-v-03a3925e]{font-size:14px;color:#333;line-height:23px;padding-left:38px;padding-right:10px}.content .details-box .details-left .remark .inspect[data-v-03a3925e]{background-color:#f6f6f6;border-radius:8px;padding-left:20px;align-items:flex-start}.content .details-box .details-left .remark .inspect .left[data-v-03a3925e]{padding:18px 0}.content .details-box .details-left .remark .inspect .inspect-img[data-v-03a3925e]{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:0 8px 8px 0}.content .details-box .details-left .remark .return-visit .item[data-v-03a3925e]{background-color:#f6f6f6;border-radius:8px;padding:18px 20px}.content .details-box .details-left .remark .return-visit .item[data-v-03a3925e]:not(:last-of-type){margin-right:16px}.content .details-box .details-left .remark .return-visit .item .info .label[data-v-03a3925e]{color:#50e3c2;font-size:13px;height:20px;line-height:20px;background-color:hsla(0,0%,96%,0);border:1px solid #50e3c2;border-radius:30px;padding:0 6.5px;width:-moz-fit-content;width:fit-content}.content .details-box .details-left .type-box[data-v-03a3925e]{border-radius:16px;width:876px}.content .details-box .details-left .type-box .item[data-v-03a3925e]{background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);margin-bottom:20px;padding:24px 30px}.content .details-box .details-left .type-box .item .media[data-v-03a3925e]{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin-right:20px;position:relative;cursor:pointer}.content .details-box .details-left .type-box .item .media .icon[data-v-03a3925e]{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.content .details-box .details-left .type-box .item .media .play[data-v-03a3925e]{width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .details-box .details-left .type-box .item .info[data-v-03a3925e]{align-self:flex-start}.content .details-box .details-left .type-box .item .info .name[data-v-03a3925e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#000;margin-bottom:16px}.content .details-box .details-left .type-box .item .info .tags[data-v-03a3925e]{margin-bottom:16px;margin-bottom:5px;flex-wrap:wrap}.content .details-box .details-left .type-box .item .info .tags .tags-item[data-v-03a3925e]{width:-moz-fit-content;width:fit-content;height:24px;line-height:24px;background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;padding:0 9px;font-size:14px;color:#7f7f7f;margin-right:8px;margin-bottom:8px}.content .details-box .details-left .type-box .item .info .tags .tags-item.green[data-v-03a3925e]{background:#fff;border-color:#50e3c2}.content .details-box .details-left .type-box .item .info .price[data-v-03a3925e]{font-family:Arial,Arial-Black,Arial Black,sans-serif;font-size:13px}.content .details-box .details-left .type-box .item .info .price .unit[data-v-03a3925e]{font-weight:900;color:#000;font-family:Arial,Arial-Black,Arial Black,sans-serif;line-height:30px}.content .details-box .details-left .type-box .item .info .price .number[data-v-03a3925e]{font-weight:900;font-size:20px;color:#f95d5d;font-family:Arial,Arial-Black,Arial Black,sans-serif;margin:0 8px}.content .details-box .details-left .type-box .item .info .price .month[data-v-03a3925e]{line-height:30px;color:#555}.content .details-box .details-left .type-box .item .info .price .original[data-v-03a3925e]{font-size:14px;text-decoration:line-through;font-weight:400;font-style:normal;color:#aaa;margin-left:16px;line-height:28px}.content .details-box .details-left .type-box .item .btn .collect[data-v-03a3925e]{width:96px;height:36px;border:1px solid #d7d7d7;border-radius:36px;font-size:15px;color:#000;text-align:center;margin-right:10px;cursor:pointer}.content .details-box .details-left .type-box .item .btn .collect.red[data-v-03a3925e]{background-color:#ffeff3;border-color:#f4dbe1}.content .details-box .details-left .type-box .item .btn .collect .icon[data-v-03a3925e]{width:18px;height:17px;margin-right:6px}.content .details-box .details-left .type-box .item .btn .consult[data-v-03a3925e]{width:100px;height:36px;background-color:#fff7dd;border:1px solid #e6dfc7;border-radius:36px;cursor:pointer}.content .details-box .details-left .type-box .item .btn .consult .icon[data-v-03a3925e]{width:20px;height:20px;margin-right:8px}.content .details-box .details-left .type-box .item .btn .full-rent[data-v-03a3925e]{width:100px;height:36px;font-size:15px;color:#aaa;background-color:#f2f2f2;border-radius:36px}.content .details-box .details-left .item-title[data-v-03a3925e]{padding:0 11px;height:26px;background-color:#333;border-radius:8px;font-size:14px;color:#fff;line-height:26px;display:inline-block}.content .details-box .details-left .details-item[data-v-03a3925e]{width:876px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-bottom:20px}.content .details-box .details-left .details-item.location .details-header .icon[data-v-03a3925e]{width:20px;height:24px}.content .details-box .details-left .details-item.apartment-facilities .details-header .icon[data-v-03a3925e],.content .details-box .details-left .details-item.special-offer .details-header .icon[data-v-03a3925e]{width:20px;height:20px}.content .details-box .details-left .details-item.company .details-header .icon[data-v-03a3925e],.content .details-box .details-left .details-item.life .details-header .icon[data-v-03a3925e]{width:22px;height:22px}.content .details-box .details-left .details-item .details-header[data-v-03a3925e]{height:62px;padding:0 30px;border-bottom:1px solid #ebebeb;font-size:16px;color:#000}.content .details-box .details-left .details-item .details-header .icon[data-v-03a3925e]{width:20px;height:22px;margin-right:4px}.content .details-box .details-left .details-item .text[data-v-03a3925e]{font-weight:400;font-size:15px;color:#555;line-height:30px;padding:20px 30px;white-space:pre-line;word-break:break-word}.content .details-box .details-left .details-item .traffic-box[data-v-03a3925e]{margin-top:40px;padding:0 30px;font-weight:400;font-size:15px;color:#555;line-height:30px;white-space:pre-line;padding-bottom:30px}.content .details-box .details-left .details-item .traffic-box .traffic-title[data-v-03a3925e]{margin-bottom:16px}.content .details-box .details-left .details-item.apartment-facilities[data-v-03a3925e]{transition:all .3s;position:relative}.content .details-box .details-left .details-item.apartment-facilities.hide[data-v-03a3925e]{height:820px;overflow:hidden}.content .details-box .details-left .details-item.apartment-facilities .facility-box[data-v-03a3925e]{padding:30px 30px 30px 46px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item[data-v-03a3925e]:not(:last-of-type){margin-bottom:40px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .head[data-v-03a3925e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-bottom:20px;position:relative}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .head[data-v-03a3925e]:after{content:"";width:6px;height:14px;background-color:#fddf6d;border:1px solid #cab157;border-radius:4px;position:absolute;top:50%;transform:translateY(-50%);left:-16px;box-sizing:border-box}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label[data-v-03a3925e]{flex-wrap:wrap}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label .label-item[data-v-03a3925e]{font-size:14px;line-height:28px;height:28px;background-color:#f2f2f2;border-radius:40px;padding:0 10px;margin-right:10px;margin-bottom:13px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label .label-item .icon[data-v-03a3925e]{width:16px;height:16px;margin-right:10px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box[data-v-03a3925e]{margin-top:7px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item[data-v-03a3925e]{width:110px;height:110px;margin-right:10px;position:relative;cursor:pointer}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item .icon[data-v-03a3925e]{width:110px;height:110px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item .name[data-v-03a3925e]{position:absolute;left:0;bottom:0;width:100%;height:32px;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.8));font-size:14px;color:#fff;line-height:32px;border-radius:0 0 10px 10px;padding-left:10px}.content .details-box .details-left .details-item.details-message[data-v-03a3925e]{transition:all .3s;position:relative}.content .details-box .details-left .details-item.details-message.hide[data-v-03a3925e]{height:820px;overflow:hidden}.content .details-box .details-left .details-item .bottom-btn[data-v-03a3925e]{position:absolute;bottom:0;left:0;width:100%;height:50px;border-top:1px solid #ebebeb;background-color:#f2f2f2;border-radius:0 0 16px 16px;cursor:pointer}.content .details-box .details-left .details-item .bottom-btn .icon[data-v-03a3925e]{width:10px;height:6px;margin-left:6px}.content .details-box .details-left .details-item.company .company-img[data-v-03a3925e]{width:420px;height:254px;margin:10px auto 0}.content .details-box .details-left .details-item.hint-box[data-v-03a3925e]{color:#7f7f7f;line-height:24px;font-size:13px;padding:30px}.content .details-box .details-left .details-item.hint-box .hint-item[data-v-03a3925e]{min-height:24px}.content .details-box .details-left .details-item.hint-box .hint-item a[data-v-03a3925e]{cursor:pointer;color:#7f7f7f;text-decoration:underline}.content .details-box .details-left .details-item.cost .cost-box[data-v-03a3925e]{padding:25px 30px 0}.content .details-box .details-left .details-item.cost .cost-box .item .head[data-v-03a3925e]{height:36px;background-color:#f2f2f2;border-radius:4px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;padding:0 15px;margin-bottom:15px}.content .details-box .details-left .details-item.cost .cost-box .item .head .icon[data-v-03a3925e]{height:18px;margin-right:10px}.content .details-box .details-left .details-item.cost .cost-box .item .explain[data-v-03a3925e]{font-size:15px;color:#555;line-height:30px;padding:0 15px;margin-bottom:20px;white-space:pre-line}.content .details-box .details-right[data-v-03a3925e]{width:304px;flex-direction:column}.content .details-box .details-right .same-brand-title[data-v-03a3925e]{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:20px;font-size:18px;color:#000;background:linear-gradient(99.65183347deg,#fdda55,#e5d7be 50%,#cbfebf);border-radius:12px;width:304px;height:60px;border:5px solid #fff;position:relative;box-shadow:0 0 10px rgba(0,0,0,.118)}.content .details-box .details-right .same-brand-title.like[data-v-03a3925e]{background:linear-gradient(-80.34816653deg,#d6dcf0,#dae6f2 19%,#eff2cc 62%,#eff9f1)}.content .details-box .details-right .same-brand-title.like .same-brand-icon[data-v-03a3925e]{width:24px;height:24px}.content .details-box .details-right .same-brand-title[data-v-03a3925e]:after{content:"";position:absolute;width:0;height:0;left:50%;bottom:-12px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #fff;transform:translateX(-50%)}.content .details-box .details-right .same-brand-title .same-brand-icon[data-v-03a3925e]{width:22px;height:22px;margin-right:7px}.add-customer-mask[data-v-03a3925e]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);z-index:1002}.add-customer-mask .add-customer-box[data-v-03a3925e]{width:460px;height:460px;background:linear-gradient(135deg,#fdda55,#e5d7be 50%,#cbfebf);box-shadow:0 0 10px rgba(0,0,0,.235);position:relative}.add-customer-mask .add-customer-box.two[data-v-03a3925e]{width:799px;height:460px}.add-customer-mask .add-customer-box.two .add-customer-violet[data-v-03a3925e]{display:none}.add-customer-mask .add-customer-box.two .add-customer-violet.violet2[data-v-03a3925e]{display:block}.add-customer-mask .add-customer-box.two .add-customer-interior[data-v-03a3925e]{width:700px}.add-customer-mask .add-customer-box.two .add-customer-interior .title[data-v-03a3925e]{width:189px;height:31px}.add-customer-mask .add-customer-box.two .add-customer-interior .add-customer-interior-bj[data-v-03a3925e]{display:none}.add-customer-mask .add-customer-box.two .add-customer-interior .add-customer-interior-bj.bj2[data-v-03a3925e]{display:block}.add-customer-mask .add-customer-box .close[data-v-03a3925e]{position:absolute;top:16px;right:16px;width:16px;height:16px;cursor:pointer}.add-customer-mask .add-customer-box .add-customer-violet[data-v-03a3925e]{position:absolute;bottom:0;left:0;top:0;right:0;width:421px;height:460px}.add-customer-mask .add-customer-box .add-customer-violet.violet2[data-v-03a3925e]{width:579px;height:460px;display:none}.add-customer-mask .add-customer-box .add-customer-interior[data-v-03a3925e]{width:368px;height:368px;position:relative;z-index:1;flex-direction:column;align-items:center;padding-top:35px}.add-customer-mask .add-customer-box .add-customer-interior .add-customer-interior-bj[data-v-03a3925e]{position:absolute;top:0;left:0;z-index:-1}.add-customer-mask .add-customer-box .add-customer-interior .add-customer-interior-bj.bj2[data-v-03a3925e]{display:none}.add-customer-mask .add-customer-box .add-customer-interior .title[data-v-03a3925e]{width:159px;height:26px;margin-bottom:35px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-list .QR-code-item[data-v-03a3925e]:not(:last-child){margin-right:160px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-03a3925e]{margin-bottom:17px;padding:15px;position:relative}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-03a3925e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-03a3925e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-03a3925e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-03a3925e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;top:0;left:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-03a3925e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-03a3925e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-03a3925e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-03a3925e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;top:0;right:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-03a3925e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-03a3925e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-03a3925e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-03a3925e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;bottom:0;left:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-03a3925e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-03a3925e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-03a3925e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-03a3925e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;bottom:0;right:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .QR-code-chunk[data-v-03a3925e]{width:130px;height:130px;background-color:#fff;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.122)}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .QR-code-chunk .QR-code-img[data-v-03a3925e]{width:110px;height:110px}.add-customer-mask .add-customer-box .add-customer-interior .name[data-v-03a3925e]{margin-bottom:6px}.add-customer-mask .add-customer-box .add-customer-interior .hint[data-v-03a3925e],.add-customer-mask .add-customer-box .add-customer-interior .name[data-v-03a3925e]{color:#555;font-size:14px}a[data-v-03a3925e]:-webkit-any-link{color:#806c24}.dis-f{display:flex}.jus-x{justify-content:center}.jus-sp{justify-content:space-around}.al-item{align-items:center}.pos-r{position:relative}.message-info{background:#000;border-color:#000;color:#fff}.message-info .el-message__content{color:#fff}.message-info .el-icon{display:none}.annex-school-box{margin:20px 30px 0;cursor:pointer}.annex-school-box .annex-left{width:100%;height:101px;border:1px solid #f2f2f2;border-radius:12px 0 0 12px;position:relative;z-index:1}.annex-school-box .annex-left .annex-school-item{flex-direction:column;align-items:center}.annex-school-box .annex-left .annex-school-item .distance-item-value{height:24px;padding:0 8px;background-color:#f6f6f6;border-radius:29px;width:-moz-fit-content;width:fit-content}.annex-school-box .annex-left .annex-school-item .distance-item-value.special{background:linear-gradient(90deg,hsla(0,0%,100%,.8) -14%,rgba(80,227,194,.8))}.annex-school-box .annex-left .annex-school-item .distance-item-value .mileage{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-size:14px;color:#000;margin-right:6px}.annex-school-box .annex-left .annex-school-item .distance-item-value .tool-icon{width:14px;height:14px;margin-right:3px}.annex-school-box .annex-left .annex-school-item .distance-item-value .tool-time{font-size:13px;color:#333}.annex-school-box .annex-left .marker-icon{margin:9px 0 12px}.annex-school-box .annex-left .line-img{height:2px;width:724px;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:4px 2px;background-repeat:repeat-x;position:absolute;z-index:-1}.annex-school-box .annex-btn{width:90px;height:101px;font-size:14px;color:#000;border-radius:0 12px 12px 0;position:relative;z-index:1}.annex-school-box .annex-btn .annex-btn-bj{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.annex-school-box .annex-btn .annex-btn-icon{width:16px;height:16px;margin-left:10px}.distance-info-box .title-box{font-weight:650;font-size:20px;color:#000;height:70px;border-bottom:1px solid #ebebeb;border-radius:16px 16px 0 0}.distance-info-box .title-box .distance-arrow{width:24px;height:24px;margin:0 28px}.distance-info-box .title-box .close-icon{width:16px;height:16px;position:absolute;top:20px;right:20px;cursor:pointer}.distance-info-box .distance-info-data .distance-info-left{width:70px;flex-direction:column;border-right:1px solid #ebebeb;box-sizing:content-box}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item{width:100%;height:50px;font-size:14px;color:#555;cursor:pointer}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item.pitch{font-weight:650;color:#000;background:linear-gradient(90deg,hsla(0,0%,100%,.8) -14%,rgba(80,227,194,.8))}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item:last-of-type{border-radius:0 0 0 10px}.distance-info-box .distance-info-data .distance-info-right{padding:30px 40px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box{color:#333;font-weight:650;font-size:16px;margin-bottom:30px;justify-content:space-between}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-icon{width:30px;height:30px;background-color:#fddf6d;border-radius:50%;margin-right:10px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-icon .distance-header-img{width:20px;height:20px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-hint{color:#a09e9e;font-size:13px;font-weight:400}.distance-info-box .distance-info-data .distance-info-right .academy-school-item{background-color:#f6f6f6;border-radius:12px;margin-bottom:30px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-header{font-size:16px;width:670px;height:65px;justify-content:space-between;padding-left:22px;padding-right:20px;position:relative}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-header .arrow-green{width:7px;height:12px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-name{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;color:#000}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-number{color:#333;margin-left:4px;font-weight:400;font-family:ArialMT,Arial,sans-serif}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-icon{width:16px;height:16px;margin-right:6px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-time{color:#000;font-weight:650;font-size:14px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-journey{border-top:1px solid #ebebeb;padding-top:22px;padding-left:22px;padding-bottom:30px;position:relative}.distance-info-box .distance-info-data .distance-info-right .journey-item{position:relative;z-index:1}.distance-info-box .distance-info-data .distance-info-right .journey-item:not(:last-of-type){margin-bottom:20px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-journey:after{content:"";position:absolute;top:0;left:26.4px;width:1px;height:100%;display:block;background-image:linear-gradient(180deg,#aaa 50%,transparent 0);background-size:1px 4px}.distance-info-box .distance-info-data .distance-info-right .journey-item:first-of-type:after{content:"";display:block;position:absolute;top:-22px;left:0;width:9px;height:calc(50% + 22px);background-color:#f6f6f6}.distance-info-box .distance-info-data .distance-info-right .journey-item:last-of-type:after{content:"";display:block;position:absolute;bottom:-30px;left:0;width:9px;height:calc(50% + 30px);background-color:#f6f6f6}.distance-info-box .distance-info-data .distance-info-right .journey-item .circle{width:9px;height:9px;border-radius:50%;background-color:#f6f6f6;border:1px solid #797979;box-sizing:border-box;margin-right:20px;z-index:1}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value{color:#333;font-size:13px;padding-right:20px}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.subway{color:#aaa}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.subway .subway-name{padding:3.5px 11px;background-color:#333;border-radius:10px;color:#fff;margin-right:10px;max-width:570px}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.bus{color:#aaa}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.bus .bus-name{padding:3.5px 11px;background-color:rgba(80,227,194,0);box-sizing:border-box;border:1px solid #333;border-radius:10px;margin-right:10px;color:#333;max-width:570px}.distance-info-box .distance-info-data .distance-info-right .academy-school-hint{color:#a09e9e;font-size:13px;margin-bottom:20px}.el-popper.is-light{border-radius:10px!important}.selectSchoolPop{border-radius:16px;overflow:hidden}.selectSchoolPop .el-dialog__header{display:none}.selectSchoolPop .el-dialog__body{padding:0}.selectSchoolPop .el-dialog__body .title-box{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:25px;line-height:26px;color:#000;text-align:center;padding-top:25px;padding-bottom:16px}.selectSchoolPop .el-dialog__body .title-box .close-icon{width:20px;height:20px;position:absolute;top:10px;right:10px;cursor:pointer}.selectSchoolPop .el-dialog__body .site{height:35px;background-color:#f2f2f2;margin:0 20px 24px;border-radius:210px;padding-left:10px}.selectSchoolPop .el-dialog__body .site .site-img{width:16px;height:16px;margin-right:6px}.selectSchoolPop .el-dialog__body .site .site-text{font-size:14px;color:#000}.selectSchoolPop .el-dialog__body .site .btn{font-size:13px;color:#555;padding:0 10px;height:100%;cursor:pointer}.selectSchoolPop .el-dialog__body .site .btn .btn-img{width:6px;height:11px;margin-left:8px}.selectSchoolPop .el-dialog__body .select-list{max-height:500px;min-height:300px;overflow:auto;position:relative}.selectSchoolPop .el-dialog__body .select-list .select-item{padding:10px 15px;border-top:1px dotted #d7d7d7;cursor:pointer}.selectSchoolPop .el-dialog__body .select-list .select-item.pitch{background-color:#f5f4f9}.selectSchoolPop .el-dialog__body .select-list .select-item.pitch .select-icon{background-color:#fddf6d}.selectSchoolPop .el-dialog__body .select-list .select-item .select-icon{width:30px;height:30px;border-radius:50%;background-color:#f2f2f2;align-self:flex-start;margin-right:10px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-icon .select-img{width:20px;height:20px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .select-name{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-bottom:7px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .distance{font-size:14px;color:#555;padding-bottom:7px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .distance .abbreviation{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;color:#000;margin:0 4px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle{flex-wrap:wrap}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle .item{height:20px;line-height:20px;background-color:hsla(0,0%,100%,0);border:1px solid #7f7f7f;border-radius:30px;font-size:14px;color:#333;width:-moz-fit-content;width:fit-content;padding:0 5px;margin-top:5px;margin-right:10px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle .item .vehicle-icon{width:16px;height:16px;margin-right:5px}.selectSchoolPop .el-dialog__body .select-list .select-item .tick{width:20px;height:20px;align-self:center}.inspectPop{border-radius:16px;overflow:hidden;word-break:break-word}.inspectPop .el-dialog__header{display:none}.inspectPop .el-dialog__body{padding:0}.inspectPop .el-dialog__body .type{padding:20px 20px;border-bottom:1px dotted #d7d7d7}.inspectPop .el-dialog__body .type .item{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center;line-height:30px;border-radius:12px;height:30px;background-color:#ebebeb;padding:0 12px;margin-right:15px;cursor:pointer}.inspectPop .el-dialog__body .type .item.pitch{background-color:#f95d5d;color:#fff}.inspectPop .el-dialog__body .list{max-height:600px;overflow:auto}.inspectPop .el-dialog__body .list .item{padding-top:20px;padding-left:20px}.inspectPop .el-dialog__body .list .item:not(:last-of-type){border-bottom:1px dotted #d7d7d7}.inspectPop .el-dialog__body .list .item .avatar{width:30px;height:30px;border-radius:50%;margin-right:10px}.inspectPop .el-dialog__body .list .item .remark-content{flex-direction:column;position:relative}.inspectPop .el-dialog__body .list .item .remark-content .type{position:absolute;top:0;right:0;font-size:14px;color:#555;height:23px;background:inherit;background-color:#f2f2f2;border-radius:78px 0 0 78px;padding:0 6px;border:none}.inspectPop .el-dialog__body .list .item .remark-content .type .image{height:16px;margin-right:4px}.inspectPop .el-dialog__body .list .item .remark-content .username{font-size:14px;color:#555;margin-right:10px;margin-bottom:4px}.inspectPop .el-dialog__body .list .item .remark-content .username .image{height:16px;margin-left:12px}.inspectPop .el-dialog__body .list .item .remark-content .username .checked-in{height:20px;line-height:20px;background-color:hsla(0,0%,96%,0);border:1px solid #50e3c2;border-radius:45px;font-size:12px;color:#50e3c2;padding:0 8px;margin-left:12px}.inspectPop .el-dialog__body .list .item .remark-content .date{color:#a3a3a3;font-size:13px;margin-bottom:3px}.inspectPop .el-dialog__body .list .item .remark-content .text{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;white-space:pre-line;margin-bottom:12px;margin-right:13px;color:#333}.inspectPop .el-dialog__body .list .item .remark-content .media{white-space:nowrap;overflow:auto;width:512px;margin-bottom:20px}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item{display:inline-flex;margin-right:8px;position:relative;cursor:pointer}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item .media-img{width:105px;height:70px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item .media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px} \ No newline at end of file +.dis-f[data-v-c20d7a4a]{display:flex}.jus-x[data-v-c20d7a4a]{justify-content:center}.al-item[data-v-c20d7a4a]{align-items:center}.pos-r[data-v-c20d7a4a]{position:relative}.body-maxWidth[data-v-c20d7a4a]{width:1200px;min-width:1200px}.s-w-100[data-v-c20d7a4a]{width:100%}.jus-bet[data-v-c20d7a4a]{justify-content:space-between}.authentication-btn:hover .btn-qrcode[data-v-c20d7a4a]{display:block}.btn-qrcode[data-v-c20d7a4a]{height:365px;position:absolute;right:0;top:58px;z-index:333;display:none}.btn-qrcode .bj[data-v-c20d7a4a]{height:100%;box-shadow:0 0 8px rgba(0,0,0,.278);border-radius:10px}.btn-qrcode .QR-code[data-v-c20d7a4a]{position:absolute;width:100px;height:110px;border-radius:50%;bottom:86px;left:50%;transform:translateX(-50%)}.seach-box-bg[data-v-c20d7a4a]{background:#d7d7d7!important;background:inherit;border:none;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-top:20px;padding-top:5px}.seach-box-bg .seach-box[data-v-c20d7a4a]{background:#fff;border-radius:16px}.seach-box-bg .seach-box .top-seach[data-v-c20d7a4a]{padding:20px;position:relative;justify-content:end;border-bottom:1px solid #ebebeb}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-c20d7a4a]:hover{background:#f4f7f9!important}.seach-box-bg .seach-box .top-seach .intermediary-btn[data-v-c20d7a4a]{background:#f1f5f7!important}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-c20d7a4a]:hover{background:#f6f5ff}.seach-box-bg .seach-box .top-seach .authentication-btn[data-v-c20d7a4a]{width:160px;height:40px;background:inherit;background-color:#f4f3ff;border:none;border-radius:68px;box-shadow:none;margin-left:20px;cursor:pointer;position:relative}.seach-box-bg .seach-box .top-seach .authentication-btn .text-img[data-v-c20d7a4a]{width:100px;height:20px}.seach-box-bg .seach-box .top-seach .authentication-btn .code-img[data-v-c20d7a4a]{width:20px;height:16px;margin-left:0}.seach-box-bg .seach-box .top-seach .seach-history-h[data-v-c20d7a4a]{max-height:375px!important;transition:max-height .5s ease-in-out}.seach-box-bg .seach-box .top-seach .seach-hiosory-box[data-v-c20d7a4a]{position:absolute;top:55px;z-index:99;max-height:0;overflow:hidden}.seach-box-bg .seach-box .top-seach .seach-history-info[data-v-c20d7a4a]{width:560px;background:inherit;background-color:#fff;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#ebebeb;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);padding:20px 25px;overflow-y:auto}.seach-box-bg .seach-box .top-seach .seach-history-info .title[data-v-c20d7a4a]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box :hover .img[data-v-c20d7a4a]{display:block}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box[data-v-c20d7a4a]{display:flex;flex-wrap:wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#555;text-align:left}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .img[data-v-c20d7a4a]{width:8px;height:8px;position:absolute;top:6px;right:-8px;cursor:pointer;display:none}.seach-box-bg .seach-box .top-seach .seach-history-info .info-box .btn[data-v-c20d7a4a]{margin:10px 30px 0 0;padding:0 10px 0 0;cursor:pointer;word-wrap:break-word;max-width:100%;position:relative;flex-wrap:wrap}.seach-box-bg .seach-box .top-seach .location-box[data-v-c20d7a4a]{width:64px;height:32px;background:inherit;background-color:#444;border:none;border-radius:8px;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 10px rgba(0,0,0,.118);font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#fff;line-height:48px;position:absolute;z-index:666}.seach-box-bg .seach-box .top-seach .triangle[data-v-c20d7a4a]{border:7px solid;border-color:transparent #000 transparent transparent;width:0;height:0;position:absolute;bottom:-39px;left:-7px}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-c20d7a4a]:hover{background:#81c1ff!important}.seach-box-bg .seach-box .top-seach .seach-btn[data-v-c20d7a4a]{width:32px;height:32px;background:inherit;background-color:#62b1ff;border:none;border-right:0;border-radius:0 8px 8px 0;line-height:48px;cursor:pointer;transform:translateX(-3px);font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000}.seach-box-bg .seach-box .top-seach .img[data-v-c20d7a4a]{width:20px;-o-object-fit:contain;object-fit:contain;margin-right:1px}.seach-box-bg .seach-box .top-seach .map-btn[data-v-c20d7a4a]{background:#50e3c2;margin-left:20px}.seach-box-bg .seach-box .top-seach .add-btn[data-v-c20d7a4a]:hover{background:#fde177!important}.seach-box-bg .seach-box .top-seach .add-btn[data-v-c20d7a4a]{background:#fdda55;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .mg-l-10[data-v-c20d7a4a]{margin-left:10px}.seach-box-bg .seach-box .top-seach .tool-btn[data-v-c20d7a4a]{width:160px;height:40px;border:none;border-radius:68px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#000;line-height:48px}.seach-box-bg .seach-box .top-seach .tool-btn img[data-v-c20d7a4a]{width:15px;margin-right:5px}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-c20d7a4a]{background:#90d848;margin-left:20px;cursor:pointer}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn[data-v-c20d7a4a]:hover{opacity:.8}.seach-box-bg .seach-box .top-seach .tool-btn.consult-btn .consult-icon[data-v-c20d7a4a]{width:22px;height:22px;margin-right:5px}.seach-box-bg .seach-box .seach-info-box[data-v-c20d7a4a]{padding:20px 10px;justify-content:space-around;flex-wrap:wrap}[data-v-c20d7a4a] .el-input__wrapper{background:#f6f6f6;border-radius:8px 0 0 8px}.seek-input[data-v-c20d7a4a]{border-radius:65px;overflow:hidden;background-color:#f6f6f6;border:solid 1px var(--el-input-border-color,var(--el-border-color))}.seek-input .seach-btn[data-v-c20d7a4a]{border-radius:50%!important}.seek-input .seach-btn img[data-v-c20d7a4a]{width:18px!important}.seek-input[data-v-c20d7a4a] .el-input__wrapper{box-shadow:none;background:none}.el-popover.el-popper.consult-popover .consult-pop[data-v-c20d7a4a]{width:300px;height:300px;border-radius:10px;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102);background-color:#fff;flex-direction:column}.el-popover.el-popper.consult-popover .consult-pop .consult-title[data-v-c20d7a4a]{font-size:15px;color:#555;margin-bottom:24px}.el-popover.el-popper.consult-popover .consult-pop .consult-title b[data-v-c20d7a4a]{color:#000;font-weight:650;margin:0 5px}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode[data-v-c20d7a4a]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.el-popover.el-popper.consult-popover .consult-pop .consult-QRcode .consult-QRcode-img[data-v-c20d7a4a]{width:100px;height:100px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-c20d7a4a]{margin-bottom:6px}.el-popover.el-popper.consult-popover .consult-pop .consult-hint[data-v-c20d7a4a],.el-popover.el-popper.consult-popover .consult-pop .consult-remark[data-v-c20d7a4a]{font-size:13px;color:#555;line-height:18px}.el-popover.el-popper.consult-popover .consult-pop .consult-remark b[data-v-c20d7a4a]{font-weight:650;color:#000}.option-area[data-v-c20d7a4a]{flex-wrap:wrap;transition:height .25s linear 0s;border-bottom:1px solid #ebebeb}.option-area .option-left[data-v-c20d7a4a],.option-area .option-right[data-v-c20d7a4a]{width:600px}.option-area .option-left[data-v-c20d7a4a]:not(:last-of-type),.option-area .option-right[data-v-c20d7a4a]:not(:last-of-type){border-right:1px dotted #ebebeb}.option-area .option-left .option-item[data-v-c20d7a4a],.option-area .option-right .option-item[data-v-c20d7a4a]{padding-top:20px;padding-bottom:20px;margin:0 30px 0 20px;position:relative}.option-area .option-left .option-item[data-v-c20d7a4a]:not(:last-of-type),.option-area .option-right .option-item[data-v-c20d7a4a]:not(:last-of-type){border-bottom:1px dotted #ebebeb}.option-area .option-left .option-item .option-title[data-v-c20d7a4a],.option-area .option-right .option-item .option-title[data-v-c20d7a4a]{font-size:14px;color:#b5b5b5;width:90px;line-height:30px}.option-area .option-left .option-item .option-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box[data-v-c20d7a4a]{flex-wrap:wrap}.option-area .option-left .option-item .option-box .item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item[data-v-c20d7a4a]{padding:5px 10px;height:30px;display:flex;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;text-align:center;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;color:#7f7f7f;border:1px solid transparent}.option-area .option-left .option-item .option-box .item[data-v-c20d7a4a]:hover,.option-area .option-right .option-item .option-box .item[data-v-c20d7a4a]:hover{border:1px solid #ebebeb}.option-area .option-left .option-item .option-box .item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch[data-v-c20d7a4a]{color:#50e3c2;border:1px solid #50e3c2;background:#eefcf9}.option-area .option-left .option-item .option-box .item.pitch .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .item-icon[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .item.pitch .select-type-text[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item.pitch .select-type-text[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .item .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .item-icon[data-v-c20d7a4a]{width:10px;height:10px;margin-left:10px}.option-area .option-left .option-item .option-box .item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .item .select-type-text[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .select-type-text[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .item .select-num[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item .select-num[data-v-c20d7a4a]{padding:0 10px;background-color:#50e3c2;border-radius:13px;color:#fff;font-size:14px;height:16px;line-height:16px;margin-left:5px}.option-area .option-left .option-item .option-box.option-input-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box[data-v-c20d7a4a]{font-weight:400;font-size:14px;color:#555;line-height:20px}.option-area .option-left .option-item .option-box.option-input-box .eliminate[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .eliminate[data-v-c20d7a4a]{width:96px;height:30px;background-color:#f6f6f6;border-radius:50px;font-size:14px;color:#7f7f7f;cursor:pointer}.option-area .option-left .option-item .option-box.option-input-box .eliminate .eliminate-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .eliminate .eliminate-icon[data-v-c20d7a4a]{width:14px;height:14px;margin-right:3px}.option-area .option-left .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a],.option-area .option-right .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]{width:100px;height:40px;border:1px solid #b3b3b3;border-radius:10px;font-size:14px;margin:0 10px;padding:10px}.option-area .option-left .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]:first-of-type,.option-area .option-right .option-item .option-box.option-input-box .option-input[data-v-c20d7a4a]:first-of-type{margin-left:0}.option-area .option-left .option-item .option-box .district-pop[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop[data-v-c20d7a4a]{position:absolute;top:80px;width:459px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;z-index:1}.option-area .option-left .option-item .option-box .district-pop .district-unlimited[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited[data-v-c20d7a4a]{font-size:14px;color:#7f7f7f;margin:25px 20px 0;padding-bottom:20px;border-bottom:1px dotted #ebebeb;line-height:20px;cursor:pointer}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-no[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-no[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-yes[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited.pitch .unlimited-yes[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .district-pop .district-unlimited .unlimited-no[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited .unlimited-no[data-v-c20d7a4a]{width:14px;height:14px;border:1px solid #d9d9d9;border-radius:50%;margin-right:10px}.option-area .option-left .option-item .option-box .district-pop .district-unlimited .unlimited-yes[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-unlimited .unlimited-yes[data-v-c20d7a4a]{width:14px;height:14px;margin-right:10px;display:none}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a]{border-bottom:1px solid #ebebeb}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox-group,.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox-group{padding:15px 20px 20px}.option-area .option-left .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox__label,.option-area .option-right .option-item .option-box .district-pop .district-option[data-v-c20d7a4a] .el-checkbox__label{font-weight:400}.option-area .option-left .option-item .option-box .district-pop .district-btn-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box[data-v-c20d7a4a]{justify-content:flex-end;padding:20px 20px 25px 0}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn[data-v-c20d7a4a]{width:100px;height:40px;border-radius:150px;cursor:pointer}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn.district-ok[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn.district-ok[data-v-c20d7a4a]{background-color:#62b1ff;border:1px solid #62b1ff;color:#fff;margin-left:10px}.option-area .option-left .option-item .option-box .district-pop .district-btn-box .district-btn.district-cancel[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .district-pop .district-btn-box .district-btn.district-cancel[data-v-c20d7a4a]{border:1px solid #aaa;color:#555}.option-area .option-left .option-item .option-box .geography-tab[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab[data-v-c20d7a4a]{font-size:14px;text-align:center;color:#7f7f7f}.option-area .option-left .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]{padding:5px 10px;height:30px;line-height:30px;border-radius:10px;margin-right:10px;cursor:pointer;border:1px solid transparent}.option-area .option-left .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]:hover,.option-area .option-right .option-item .option-box .geography-tab .geography-item[data-v-c20d7a4a]:hover{border:1px solid #ebebeb}.option-area .option-left .option-item .option-box .geography-tab .geography-item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-tab .geography-item.pitch[data-v-c20d7a4a]{color:#50e3c2!important;border:1px solid #50e3c2!important;background:#eefcf9}.option-area .option-left .option-item .option-box .geography-box[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box[data-v-c20d7a4a]{position:relative;margin-top:5px;z-index:1}.option-area .option-left .option-item .option-box .geography-box .geography-bj[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-bj[data-v-c20d7a4a]{position:absolute;top:0;left:0;width:459px;height:55px;z-index:-1}.option-area .option-left .option-item .option-box .geography-box .geography-list[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list[data-v-c20d7a4a]{margin-top:5px;top:5px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:20px}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item[data-v-c20d7a4a]{font-size:14px;color:#7f7f7f;line-height:20px;text-align:center;margin-right:30px;cursor:pointer}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item.pitch .item-icon-pitch[data-v-c20d7a4a]{display:block}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .geography-item-icon[data-v-c20d7a4a],.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .geography-item-icon[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .item-icon[data-v-c20d7a4a]{width:10px;height:10px;margin-left:10px}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .item-icon-pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .item-icon-pitch[data-v-c20d7a4a]{display:none}.option-area .option-left .option-item .option-box .geography-box .geography-list .geography-item .select-num[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .geography-box .geography-list .geography-item .select-num[data-v-c20d7a4a]{width:24px;height:16px;background:inherit;background-color:#000;border:none;border-radius:13px;box-shadow:none;color:#fff;line-height:16px;padding:0 5px}.option-area .option-left .option-item .option-box .item-checkbox[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox[data-v-c20d7a4a]{cursor:pointer;margin-right:20px;color:#606266}.option-area .option-left .option-item .option-box .item-checkbox.item-checkbox-housing[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.item-checkbox-housing[data-v-c20d7a4a]{color:#f95d5d}.option-area .option-left .option-item .option-box .item-checkbox.pitch[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.pitch[data-v-c20d7a4a]{color:#000;font-weight:650}.option-area .option-left .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]{background:#50e3c2;border-color:#50e3c2}.option-area .option-left .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]:after,.option-area .option-right .option-item .option-box .item-checkbox.pitch .item-checkbox__inner[data-v-c20d7a4a]:after{transform:rotate(45deg) scaleY(1)}.option-area .option-left .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a],.option-area .option-right .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;width:14px;height:14px;background-color:#fff;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);margin-right:8px}.option-area .option-left .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]:after,.option-area .option-right .option-item .option-box .item-checkbox .item-checkbox__inner[data-v-c20d7a4a]:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:3px;transition:transform .15s ease-in 50ms;transform-origin:center}[data-v-c20d7a4a] .el-checkbox__input.is-checked .el-checkbox__inner{background:#50e3c2;border-color:#50e3c2}[data-v-c20d7a4a] .el-checkbox__input.is-checked+.el-checkbox__label{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:14px;color:#000}[data-v-c20d7a4a] .el-dropdown-menu__item:not(.is-disabled):focus{background-color:initial;color:initial}.screen-footer[data-v-c20d7a4a]{justify-content:space-between;padding:0 16px}.screen-footer .screen-footer-left .quantity[data-v-c20d7a4a]{color:#555;font-size:15px;height:72px;font-family:PingFangSC-Regular,PingFang SC,sans-serif}.screen-footer .screen-footer-left .quantity .b[data-v-c20d7a4a]{font-weight:700;color:#000;margin:0 5px}.screen-footer .screen-footer-left .screen-location .screen-location-name[data-v-c20d7a4a]{font-weight:650;font-size:14px;color:#000}.screen-footer .screen-footer-left .screen-location .screen-location-list[data-v-c20d7a4a]{flex-wrap:wrap;width:800px}.screen-footer .screen-footer-left .screen-location .screen-location-list .screen-location-item[data-v-c20d7a4a]{font-size:14px;color:#333;margin-left:20px}.screen-footer .screen-footer-left .screen-location .screen-location-list .screen-location-item .screen-location-img[data-v-c20d7a4a]{width:8px;height:8px;margin-left:8px;cursor:pointer}.screen-footer .screen-footer-rigth .sort-btn[data-v-c20d7a4a]{cursor:pointer;color:#000;line-height:24px;font-size:14px;font-weight:650}.screen-footer .screen-footer-rigth .sort-btn .sort-icon[data-v-c20d7a4a]{width:20px;height:20px;margin-left:10px}.school-info-box[data-v-c20d7a4a]{position:relative;margin-top:10px;left:0;width:100%;height:50px;display:flex;align-items:center;padding:5px 0;z-index:1}.school-info-box[data-v-c20d7a4a]:after{content:"";width:7px;height:7px;border-left:1px solid #ebebeb;border-top:1px solid #ebebeb;position:absolute;top:-4px;left:99px;z-index:1111;transform:rotate(45deg);background:#fff}.school-info-box .school-carousel-box[data-v-c20d7a4a]{height:100%;padding:0 40px;display:flex;align-items:center}.school-info-box .school-carousel-box .mg-l-10[data-v-c20d7a4a]{margin-left:10px}.school-info-box .school-carousel-box .mg-l-20[data-v-c20d7a4a]{margin-left:20px}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;color:#7f7f7f;line-height:20px;cursor:pointer}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]:first-of-type{margin-left:10px}.school-info-box .school-carousel-box .carousel-info-box[data-v-c20d7a4a]:not(:first-of-type){margin-left:20px}.school-info-box .school-carousel-box .carousel-info-box.pitch[data-v-c20d7a4a]{font-weight:650;color:#000}.school-info-box[data-v-c20d7a4a] .el-carousel__container{height:50px;border:1px solid #ebebeb;border-radius:10px;overflow:hidden}.school-info-box .item-btn[data-v-c20d7a4a]{width:30px;height:48px;z-index:66;cursor:pointer;top:50%;transform:translateY(-50%);position:absolute;background:#fff}.school-info-box .item-btn .img[data-v-c20d7a4a]{width:10px;height:10px}.school-info-box .item-btn.lef-btn[data-v-c20d7a4a]{border-right:1px dashed #ebebeb;border-radius:10px 0 0 10px;left:1px}.school-info-box .item-btn.lef-btn .img[data-v-c20d7a4a]{transform:rotate(90deg)}.school-info-box .item-btn .middle-btn[data-v-c20d7a4a]{background-color:#000}.school-info-box .item-btn.right-btn[data-v-c20d7a4a]{border-left:1px dashed #ebebeb;border-radius:0 10px 10px 0;right:1px}.school-info-box .item-btn.right-btn .img[data-v-c20d7a4a]{transform:rotate(270deg)}.el-popper.popover-sort{width:150px;padding:0;border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.078)}.el-popper.popover-sort .sort-box{padding:26px 20px 2px;font-size:14px;color:#7f7f7f;border-radius:10px}.el-popper.popover-sort .sort-box .sort-item{margin-bottom:30px;cursor:pointer;padding:0}.el-popper.popover-sort .sort-box .sort-item .pitch{width:100%;color:#000;font-weight:650;position:relative}.el-popper.popover-sort .sort-box .sort-item .pitch:before{content:"";width:6px;height:14px;background-color:#50e3c2;border-radius:3px;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}img[data-v-ba5924ea]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-ba5924ea]{display:flex}.jus-x[data-v-ba5924ea]{justify-content:center}.al-item[data-v-ba5924ea]{align-items:center}.pos-r[data-v-ba5924ea]{position:relative}.body-maxWidth[data-v-ba5924ea]{width:1200px;min-width:1200px}.s-w-100[data-v-ba5924ea]{width:100%}.jus-bet[data-v-ba5924ea]{justify-content:space-between}.mg-t-35[data-v-ba5924ea]{margin-top:35px}.no-list-box[data-v-ba5924ea]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-ba5924ea]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}img[data-v-4b886352]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-4b886352]{display:flex}.jus-x[data-v-4b886352]{justify-content:center}.al-item[data-v-4b886352]{align-items:center}.pos-r[data-v-4b886352]{position:relative}.body-maxWidth[data-v-4b886352]{width:1200px;min-width:1200px}.s-w-100[data-v-4b886352]{width:100%}.jus-bet[data-v-4b886352]{justify-content:space-between}.mg-t-35[data-v-4b886352]{margin-top:35px}.no-list-box[data-v-4b886352]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-4b886352]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}img[data-v-07efc562]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-07efc562]{display:flex}.jus-x[data-v-07efc562]{justify-content:center}.al-item[data-v-07efc562]{align-items:center}.pos-r[data-v-07efc562]{position:relative}.body-maxWidth[data-v-07efc562]{width:1200px;min-width:1200px}.s-w-100[data-v-07efc562]{width:100%}.jus-bet[data-v-07efc562]{justify-content:space-between}.mg-t-35[data-v-07efc562]{margin-top:35px}.no-list-box[data-v-07efc562]{height:500px;background:inherit;background-color:#fff;border:none;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078)}.other-nearby-listings-box[data-v-07efc562]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}@media screen and (max-width:1360px){.circle-btn[data-v-4bb5375b]{right:20px!important}}.circle-btn[data-v-4bb5375b]{position:fixed;bottom:158px;right:calc(50vw - 675px);width:60px;height:60px;background-color:#50e3c2;border-radius:50%;cursor:pointer;z-index:10000}.circle-btn .circle-inside[data-v-4bb5375b]{flex-direction:column;background-color:#cbf7ed;width:50px;height:50px;border-radius:50%;position:relative;z-index:1;color:#000;font-size:14px}.circle-btn .circle-inside .circle-bj[data-v-4bb5375b]{position:absolute;top:0;left:0;width:50px;height:50px;z-index:-1}.circle-btn .circle-inside .circle-icon[data-v-4bb5375b]{width:20px;height:17px;margin-bottom:2px}.circle-pop[data-v-4bb5375b]{position:absolute;bottom:65px;right:65px;width:300px;height:300px;border-radius:10px;flex-direction:column;z-index:1100;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;box-shadow:0 0 10px rgba(0,0,0,.102)}.circle-pop .close-icon[data-v-4bb5375b]{position:absolute;right:10px;top:10px;width:16px;height:16px;cursor:pointer}.circle-pop .circle-bj[data-v-4bb5375b]{position:absolute;top:-15px;left:-15px;width:341px;height:336px;z-index:-1}.circle-pop .circle-bj-green[data-v-4bb5375b]{width:311px;height:156px;position:absolute;bottom:-7.5px;left:0;z-index:-1}.circle-pop .circle-title[data-v-4bb5375b]{font-size:15px;color:#555;margin-bottom:24px}.circle-pop .circle-title b[data-v-4bb5375b]{color:#000;font-weight:650;margin:0 5px}.circle-pop .circle-QRcode[data-v-4bb5375b]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.circle-pop .circle-QRcode .circle-QRcode-img[data-v-4bb5375b]{width:100px;height:100px}.circle-pop .circle-hint[data-v-4bb5375b]{margin-bottom:6px}.circle-pop .circle-hint[data-v-4bb5375b],.circle-pop .circle-remark[data-v-4bb5375b]{font-size:13px;color:#555;line-height:18px}.circle-pop .circle-remark b[data-v-4bb5375b]{font-weight:650;color:#000}.screen-box[data-v-3f1df6ca]{margin:0 auto 20px}.list[data-v-3f1df6ca]{margin:20px auto 0;flex-wrap:wrap;justify-content:space-between}.list[data-v-3f1df6ca]:after{content:"";height:0;width:386px}.empty-box[data-v-3f1df6ca]{width:1200px;height:500px;background-color:#fff;border-radius:16px;box-shadow:0 0 8px rgba(0,0,0,.078);justify-content:center;margin:0 auto}.bottom-tps[data-v-3f1df6ca]{font-weight:400;font-size:14px;color:#555;text-align:center;padding:30px 0}.other-nearby-listings-box[data-v-3f1df6ca]{width:100%;height:32px;color:#525151;background:#f5fbff;font-size:14px;margin-top:40px;margin-bottom:43px}.more-title[data-v-3f1df6ca]{color:#333;font-size:16px;margin:20px auto 0}.more-title .more-icon[data-v-3f1df6ca]{width:24px;height:24px;margin-right:10px}.pop-mask[data-v-45f9bc68]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.698);z-index:1002!important}.pop[data-v-45f9bc68]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px;height:calc(100% - 100px);background:#fff;border-radius:20px;padding:8px;max-width:90vw}.pop .close[data-v-45f9bc68]{display:block}.pop #container[data-v-45f9bc68]{width:100%;height:100%;margin-top:0;margin-bottom:0}.close[data-v-45f9bc68]{width:25px;height:25px;border-radius:50%;position:absolute;top:-25px;right:-25px;cursor:pointer;z-index:1002;display:none}.close .icon[data-v-45f9bc68]{width:20px;height:20px}#container[data-v-45f9bc68]{cursor:pointer;width:814px;height:180px;margin-top:20px;border-radius:10px;position:relative;overflow:hidden}.location-site[data-v-45f9bc68]{display:flex;align-items:center;background-color:rgba(51,51,51,.8);padding:0 10px;line-height:40px;font-size:18px;border-radius:10px;z-index:22}.location-bj[data-v-45f9bc68]{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1001;background-color:rgba(51,51,51,.298)}.tracingPoint[data-v-45f9bc68]{width:18px;height:18px}.location-name[data-v-45f9bc68]{font-weight:400;min-width:170px;max-width:740px;font-size:14px;color:#fff;padding:0 8px}.location-arrows[data-v-45f9bc68]{width:6px;height:12px}.btn[data-v-493583d9]{width:100px;height:40px;position:absolute}.transmit-unfold-box [data-v-493583d9],.transmit-unfold-box[data-v-493583d9]{box-sizing:content-box}.transmit-unfold-box[data-v-493583d9]{background-color:#fff;padding:42px 54px 12px 44px;display:flex;border-radius:10px;font-family:PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}.transmit-unfold-box .transmit-unfold-close[data-v-493583d9]{display:flex;justify-content:flex-end;position:absolute;top:0;right:0}.transmit-unfold-box .transmit-unfold-close .transmit-close-icon[data-v-493583d9]{width:16px;height:16px;padding:10px 12px;cursor:pointer}.transmit-unfold-box .transmit-item[data-v-493583d9]{display:flex;flex-direction:column}.transmit-unfold-box .transmit-item[data-v-493583d9]:last-of-type{margin-left:74px}.transmit-unfold-box .transmit-item .transmit-head[data-v-493583d9]{font-size:16px;line-height:16px;font-weight:550;color:#000}.transmit-unfold-box .transmit-item .transmit-box[data-v-493583d9]{border-radius:16px;border:1px solid #f0f0f0;margin-top:28px;margin-bottom:32px}.transmit-unfold-box .transmit-item .transmit-webpage-box[data-v-493583d9]{width:265px;padding:12px 18px 12px 15px;font-size:14px}.transmit-unfold-box .transmit-item .transmit-webpage-box .transmit-webpage-title[data-v-493583d9]{line-height:24px;word-break:break-word;color:#000}.transmit-unfold-box .transmit-item .transmit-webpage-box .transmit-link[data-v-493583d9]{line-height:18px;color:#a0a0a0;word-wrap:break-word}.transmit-unfold-box .transmit-item .transmit-QRCode-box[data-v-493583d9]{width:198px;flex-direction:column;padding:20px 0;display:flex;justify-content:space-between}.transmit-unfold-box .transmit-item .transmit-QRCode-box .QRCode[data-v-493583d9]{height:130px;margin:0 auto}.transmit-unfold-box .transmit-item .transmit-QRCode-box .hint[data-v-493583d9]{display:flex;align-items:center;justify-content:center;font-size:14px;text-align:center;margin-top:20px}.transmit-unfold-box .transmit-item .transmit-QRCode-box .hint .saoma-icom[data-v-493583d9]{width:14px;height:14px;margin-right:8px}.transmit-unfold-box .copy-link-btn[data-v-493583d9]{background-color:#46dfba;border-radius:5px;width:120px;height:38px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#000}.transmit-unfold-box .copy-link-btn[data-v-493583d9]:hover{background:rgba(70,223,186,.8)}img[data-v-3d403be4]{-o-object-fit:contain;object-fit:contain}.dis-f[data-v-3d403be4]{display:flex}.jus-x[data-v-3d403be4]{justify-content:center}.al-item[data-v-3d403be4]{align-items:center}.pos-r[data-v-3d403be4]{position:relative}.body-maxWidth[data-v-3d403be4]{width:1200px;min-width:1200px}.s-w-100[data-v-3d403be4]{width:100%}.jus-bet[data-v-3d403be4]{justify-content:space-between}.close-img[data-v-3d403be4]{width:20px;height:20px;position:absolute;right:20px;top:20px;cursor:pointer}.right-arrow[data-v-3d403be4]{right:30px;z-index:66}.left-arrow[data-v-3d403be4]{left:30px;z-index:66;transform:rotate(180deg)}.image-arrow-icon[data-v-3d403be4]{width:18px;height:30px;position:absolute;cursor:pointer}.mg-t-60[data-v-3d403be4]{margin-top:60px}.select-box[data-v-3d403be4]{border:1px solid #50e3c2!important}.carousel-w[data-v-3d403be4]{min-width:800px}.watch-box[data-v-3d403be4]{width:100%;height:100%;background:#4c4c4c;position:fixed;top:0;left:0;z-index:10003}.watch-box .tab-text[data-v-3d403be4]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#fff;text-align:center;padding:20px 0}.watch-box .list-img-box[data-v-3d403be4]{overflow-x:scroll;width:1200px;flex-wrap:wrap}.watch-box .list-img-box .img-box-s[data-v-3d403be4]{height:62px;border:1px solid transparent;border-radius:8px;margin-left:5px;cursor:pointer;-o-object-fit:cover;object-fit:cover}.watch-box .list-img-box .img-box-s .img-s[data-v-3d403be4]{height:60px;border-radius:8px}.watch-box .list-img-box .voide-img[data-v-3d403be4]{width:60px;height:60px;border:1px solid transparent;margin-left:5px;border-radius:8px;cursor:pointer;overflow:hidden}.watch-box .list-img-box .voide[data-v-3d403be4]{width:calc(100% - 5px);height:100%;border:1px solid transparent;margin-left:5px;border-radius:8px;cursor:pointer;position:absolute;top:0;left:0}.watch-box .list-img-box .voide .bor-r-8[data-v-3d403be4]{border-radius:8px!important}.watch-box .list-img-box .voide .icon-box[data-v-3d403be4]{width:100%;height:100%;background:inherit;background-color:rgba(51,51,51,.733);border:none;border-radius:6px}.watch-box .list-img-box .voide .icon-box .icon[data-v-3d403be4]{width:18px;height:18px}.watch-box .img-box[data-v-3d403be4]{width:800px;height:600px;border-radius:10px;overflow:hidden}.watch-box .img-box .img[data-v-3d403be4]{width:800px;height:600px}[data-v-3d403be4]::-webkit-scrollbar{display:none}.QRcode-box[data-v-21681acf]{width:304px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);flex-direction:column;align-items:center;margin-bottom:20px}.QRcode-box .scan-icon[data-v-21681acf]{width:14px;height:14px;margin-right:7px}.QRcode-box.apartment-QRcode[data-v-21681acf]{padding:40px 0}.QRcode-box.apartment-QRcode.apartment-box[data-v-21681acf]{box-shadow:none}.QRcode-box.apartment-QRcode .mini-program-title[data-v-21681acf]{width:168px;height:20px;margin-bottom:28px}.QRcode-box.apartment-QRcode .QRcode-case[data-v-21681acf]{width:140px;height:140px;background-color:#fff;border-radius:50%;overflow:hidden;box-shadow:0 0 8px rgba(0,0,0,.122);margin-bottom:33px}.QRcode-box.apartment-QRcode .QRcode-case .QRcode-img[data-v-21681acf]{width:120px}.QRcode-box.apartment-QRcode .apartment-QRcode-hint[data-v-21681acf]{font-size:14px;color:#000}.QRcode-box[data-v-093b0530]{width:304px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);flex-direction:column;align-items:center;margin-bottom:20px}.QRcode-box.apartment-box[data-v-093b0530]{box-shadow:none}.QRcode-box .scan-icon[data-v-093b0530]{width:14px;height:14px;margin-right:7px}.QRcode-box.group-QRcode[data-v-093b0530]{padding:40px 0}.QRcode-box.group-QRcode .group-title[data-v-093b0530]{width:140px;height:26px;margin-bottom:26px}.QRcode-box.group-QRcode .QRcode-case[data-v-093b0530]{width:120px;height:120px;background-color:#fff;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.122);margin-bottom:28px}.QRcode-box.group-QRcode .QRcode-case .QRcode-img[data-v-093b0530]{width:100px;height:100px}.QRcode-box.group-QRcode .group-QRcode-hint[data-v-093b0530]{color:#555;font-size:14px}.QRcode-box.group-QRcode .group-QRcode-hint b[data-v-093b0530]{font-size:14px;color:#000;font-weight:650;margin-left:5px}.same-brand-item[data-v-56be8c4a]{width:304px;background-color:#fff;border-radius:17px;box-shadow:0 0 10px rgba(0,0,0,.118);padding:8px 0;cursor:pointer;transition:all .3s}.same-brand-item[data-v-56be8c4a]:not(:last-of-type){margin-bottom:20px}.same-brand-item[data-v-56be8c4a]:hover{box-shadow:0 0 8px rgba(0,0,0,.257)}.same-brand-item .same-brand-header[data-v-56be8c4a]{width:288px;height:192px;overflow:hidden;border-radius:17px;margin:0 auto 20px;position:relative}.same-brand-item .same-brand-header .same-brand-img[data-v-56be8c4a]{width:288px;height:192px;-o-object-fit:none;object-fit:none}.same-brand-item .same-brand-header .apartment-name[data-v-56be8c4a]{font-weight:650;font-style:normal;font-size:16px;color:#000;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:hsla(0,0%,100%,.7);padding:0 15px;border-radius:40px;width:-moz-max-content;width:max-content;line-height:30px;max-width:100%}.same-brand-item .same-brand-header .apartment-synopsis[data-v-56be8c4a]{width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.639);border-radius:0 0 10px 10px;position:absolute;bottom:0;font-size:13px;color:#d7d7d7;padding:0 10px}.same-brand-item .site[data-v-56be8c4a]{margin:0 20px 20px;color:#555;font-size:14px}.same-brand-item .site .site-icon[data-v-56be8c4a]{width:18px;height:18px;margin-right:4px}.same-brand-item .price-box[data-v-56be8c4a]{font-size:14px;color:#555;margin:0 20px 31px}.same-brand-item .price-box .price-item[data-v-56be8c4a]{justify-content:space-between;height:50px}.same-brand-item .price-box .price-item[data-v-56be8c4a]:not(:last-of-type){border-bottom:1px solid #ebebeb}.same-brand-item .price-box .room-name[data-v-56be8c4a]{font-size:15px;color:#000;padding-right:5px}.same-brand-item .price-box .unit[data-v-56be8c4a]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900;color:#000;font-size:13px}.same-brand-item .price-box .quantity[data-v-56be8c4a]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900;font-size:18px;color:#f95d5d;margin:0 5px}.same-brand-item .same-brand-quantity[data-v-56be8c4a]{font-size:14px;color:#555;margin:21px auto}.same-brand-item .same-brand-quantity .quantity[data-v-56be8c4a]{font-weight:650;font-size:14px;color:#000;line-height:18px;height:18px;background-color:#fddf6d;border-radius:9px;padding:0 8px;margin:0 8px}.same-brand-item .same-brand-quantity .same-brand-quantity-icon[data-v-56be8c4a]{width:7px;height:12px;margin-left:8px}[data-v-9c4a1d0e] .returnTop{bottom:88px}[data-v-9c4a1d0e] body{padding-bottom:70px}.content[data-v-9c4a1d0e]{margin:-36px auto 0;position:relative;font-family:PingFangSC-Regular,PingFang SC,sans-serif}.content .header[data-v-9c4a1d0e]{margin-bottom:20px}.content .header .top[data-v-9c4a1d0e]{width:1200px;height:65px;background:linear-gradient(93.10049145deg,#fdda55,#e5d7be 50%,#cbfebf);border-radius:16px 16px 0 0;padding:0 30px;position:relative}.content .header .top .brand-name[data-v-9c4a1d0e]{height:22px;background-color:#806c24;border-radius:8px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;color:#fdda55;padding:0 11px;margin-top:12px;margin-right:10px;font-size:14px}.content .header .top .brand-abstract[data-v-9c4a1d0e]{color:#806c24;font-size:14px;padding-top:13px}.content .header .top .brand-abstract .item[data-v-9c4a1d0e]{cursor:pointer}.content .header .top .brand-abstract .item[data-v-9c4a1d0e]:not(:last-of-type):hover{color:#333;text-decoration:underline}.content .header .top .brand-abstract .arrow[data-v-9c4a1d0e]{margin:0 13px;width:7px;height:10px}.content .header .top .arc-bj[data-v-9c4a1d0e]{position:absolute;bottom:20px;right:0;width:20px;z-index:1}.content .header .top .arc-bj .arc[data-v-9c4a1d0e]{width:100%;height:100%;background:#ccfdbf;border-radius:0 0 100% 0}.content .header .header-content[data-v-9c4a1d0e]{background-color:#fff;padding:25px 30px;margin-top:-20px;border-radius:16px 0 16px 16px;position:relative}.content .header .header-content .header-left[data-v-9c4a1d0e]{width:511px}.content .header .header-content .header-left .slideshow[data-v-9c4a1d0e]{position:relative;margin-bottom:8px}.content .header .header-content .header-left .slideshow[data-v-9c4a1d0e] .el-carousel .el-carousel__container{width:511px;height:340px}.content .header .header-content .header-left .slideshow[data-v-9c4a1d0e] .el-carousel .el-carousel__item{width:511px;height:340px;display:flex;align-items:center;border-radius:8px}.content .header .header-content .header-left .slideshow[data-v-9c4a1d0e] .el-carousel .el-carousel__item .img{width:100%;-o-object-fit:cover;object-fit:cover;height:340px;display:block;cursor:pointer}.content .header .header-content .header-left .slideshow .indicate-type[data-v-9c4a1d0e]{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);height:24px;background-color:#fff;border-radius:36px;font-size:16px;color:#fff}.content .header .header-content .header-left .slideshow .indicate-type .indicate-item[data-v-9c4a1d0e]{height:100%;padding:0 11px;font-size:14px;color:#555;line-height:24px;cursor:pointer}.content .header .header-content .header-left .slideshow .indicate-type .indicate-item.pitch[data-v-9c4a1d0e]{border-radius:36px;color:#fff;background-color:#f95d5d}.content .header .header-content .header-left .slideshow .indicate[data-v-9c4a1d0e]{font-size:13px;color:#fff;height:20px;line-height:20px;background-color:rgba(0,0,0,.494);border-radius:36px;padding:0 7px;position:absolute;bottom:10px;right:10px}.content .header .header-content .header-left .slideshow-across[data-v-9c4a1d0e]{width:511px;height:70px;background-color:#f6f6f6;border:1px solid #ebebeb;border-radius:4px}.content .header .header-content .header-left .slideshow-across .slideshow-btn[data-v-9c4a1d0e]{width:32px;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content .header .header-content .header-left .slideshow-across .box[data-v-9c4a1d0e]{width:360px;overflow:auto}.content .header .header-content .header-left .slideshow-across .box .item[data-v-9c4a1d0e]{height:60px;margin-right:6px;position:relative;cursor:pointer;border-radius:6px}.content .header .header-content .header-left .slideshow-across .box .item[data-v-9c4a1d0e]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.502);transition:all .3s;transform:scale(1)}.content .header .header-content .header-left .slideshow-across .box .item.pitch[data-v-9c4a1d0e]:after,.content .header .header-content .header-left .slideshow-across .box .item[data-v-9c4a1d0e]:hover:after{transform-origin:center;transform:scale(0)}.content .header .header-content .header-left .slideshow-across .box .item .video-icon[data-v-9c4a1d0e]{width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .header .header-content .header-left .slideshow-across .box .item .img[data-v-9c4a1d0e]{height:100%;border-radius:6px}.content .header .header-content .header-left .slideshow-across .arrow[data-v-9c4a1d0e]{width:10px;height:17px}.content .header .header-content .header-right[data-v-9c4a1d0e]{margin-left:59px;position:relative;z-index:1}.content .header .header-content .header-right .header-bj[data-v-9c4a1d0e],.content .header .header-content .header-right .header-shade[data-v-9c4a1d0e]{width:601px;height:338px;position:absolute;bottom:-25px;right:-30px;z-index:-1;border-radius:0 0 16px 0}.content .header .header-content .header-right .tab-box[data-v-9c4a1d0e]{flex-wrap:wrap;margin-bottom:9px}.content .header .header-content .header-right .tab-box .tab-item[data-v-9c4a1d0e]{background:linear-gradient(-55.82977204deg,#e0f0ff,#62b1ff 297%);border-radius:8px;font-size:14px;color:#447eb3;line-height:24px;padding:0 7px;margin-bottom:12px;margin-right:10px}.content .header .header-content .header-right .apartment-name[data-v-9c4a1d0e]{margin-bottom:20px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:32px;color:#000}.content .header .header-content .header-right .label-list[data-v-9c4a1d0e]{flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid #ebebeb}.content .header .header-content .header-right .label-list .label-item[data-v-9c4a1d0e]{color:#434343;text-align:center;height:22px;line-height:22px;background-color:#eee;border-radius:8px;padding:0 8px;font-size:13px;margin-right:10px;margin-bottom:10px}.content .header .header-content .header-right .label-list .label-item .safety-icon[data-v-9c4a1d0e]{width:14px;height:14px;margin-right:5px}.content .header .header-content .header-right .label-list .label-item.blue[data-v-9c4a1d0e]{color:#fff;background-color:#62b1ff}.content .header .header-content .header-right .label-list .label-item.violet[data-v-9c4a1d0e]{color:#fff;background-color:#8080ff}.content .header .header-content .header-right .label-list .label-item.red[data-v-9c4a1d0e]{color:#fff;background-color:#f95d5d}.content .header .header-content .header-right .introduce[data-v-9c4a1d0e]{padding-top:20px;border-bottom:1px solid #ebebeb}.content .header .header-content .header-right .introduce .introduce-head[data-v-9c4a1d0e]{margin-bottom:12px}.content .header .header-content .header-right .introduce .introduce-head .icon[data-v-9c4a1d0e]{width:18px;height:18px}.content .header .header-content .header-right .introduce .introduce-head .name[data-v-9c4a1d0e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-left:12px;margin-right:11px}.content .header .header-content .header-right .introduce .introduce-head .full-name[data-v-9c4a1d0e]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;color:#555;font-size:14px}.content .header .header-content .header-right .introduce .introduce-head .more[data-v-9c4a1d0e]{color:#333;font-size:14px;cursor:pointer}.content .header .header-content .header-right .introduce .introduce-head .more .icon[data-v-9c4a1d0e]{width:6px;height:10px;margin-left:10px}.content .header .header-content .header-right .introduce .synopsis[data-v-9c4a1d0e]{font-size:14px;color:#7f7f7f;line-height:24px;margin-bottom:21px;white-space:pre-wrap;font-family:PingFangSC-Regular,PingFang SC,sans-serif;padding-left:29px}.content .header .header-content .header-right .place[data-v-9c4a1d0e]{padding-top:20px;flex-direction:column}.content .header .header-content .header-right .place .place-head[data-v-9c4a1d0e]{font-size:14px;color:#333;margin-bottom:6px}.content .header .header-content .header-right .place .place-head .icon[data-v-9c4a1d0e]{width:18px;height:18px;margin-right:10px}.content .header .header-content .header-right .place .place-head .more[data-v-9c4a1d0e]{color:#555;line-height:24px;cursor:pointer}.content .header .header-content .header-right .place .place-head .more .icon[data-v-9c4a1d0e]{width:6px;height:10px;margin-left:10px}.content .header .header-content .header-right .place .figure[data-v-9c4a1d0e]{font-size:14px;color:#555;text-align:right;line-height:26px;padding-left:28px;margin-bottom:7px}.content .header .header-content .header-right .place .figure .school[data-v-9c4a1d0e]{font-family:Arial-BoldMT,Arial Bold,Arial,sans-serif;font-weight:700;font-style:normal;color:#000;margin:0 3px}.content .header .header-content .header-right .place .figure .btn[data-v-9c4a1d0e]{font-size:14px;color:#62b1ff;cursor:pointer;margin-left:10px}.content .header .header-content .header-right .place .vehicle[data-v-9c4a1d0e]{padding-left:28px}.content .header .header-content .header-right .place .vehicle .item[data-v-9c4a1d0e]{height:22px;border:1px solid #7f7f7f;border-radius:30px;font-size:12px;color:#333;padding:0 8px;width:-moz-fit-content;width:fit-content;margin-right:6px}.content .header .header-content .header-right .place .vehicle .item .icon[data-v-9c4a1d0e]{width:14px;height:14px;margin-right:3px}.content .operate-box-bj[data-v-9c4a1d0e]{position:fixed;bottom:0;z-index:1002;min-width:1200px;width:100%;left:0;border:1px solid #ebebeb;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.118)}.content .operate-box-bj .operate-box[data-v-9c4a1d0e]{width:1200px;height:70px;font-size:14px;justify-content:space-between}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-9c4a1d0e]{height:40px;background-color:#f6f6f6;border-radius:8px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-size:14px;color:#7f7f7f;padding:0 12px;cursor:pointer}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-9c4a1d0e]:hover{color:#494848}.content .operate-box-bj .operate-box .nav-box .nav-item.pitch[data-v-9c4a1d0e]{background-color:#000;font-weight:650;color:#fff}.content .operate-box-bj .operate-box .nav-box .nav-item[data-v-9c4a1d0e]:not(:last-of-type){margin-right:10px}.content .operate-box-bj .operate-box .btn-box .btn-item[data-v-9c4a1d0e]{width:100px;height:40px;border-radius:50px;cursor:pointer}.content .operate-box-bj .operate-box .btn-box .btn-item.transmit-btn[data-v-9c4a1d0e]{border:1px solid #ebebeb;color:#333;margin-right:10px}.content .operate-box-bj .operate-box .btn-box .btn-item.transmit-btn .transmit-icon[data-v-9c4a1d0e]{width:20px;height:20px;margin-right:4px}.content .operate-box-bj .operate-box .btn-box .btn-item.consult-btn[data-v-9c4a1d0e]{width:138px;background:linear-gradient(125.1455455deg,#62b1ff -11%,#80ffff 135%);font-size:16px;color:#fff}.content .operate-box-bj .operate-box .btn-box .btn-item.consult-btn[data-v-9c4a1d0e]:hover{background:linear-gradient(125.1455455deg,#80ffff -11%,#62b1ff 135%)}.content .details-box[data-v-9c4a1d0e]{justify-content:space-between;align-items:flex-start;position:relative}.content .details-box .details-left[data-v-9c4a1d0e]{transition:bottom .5s}.content .details-box .details-left.fixed[data-v-9c4a1d0e]{position:fixed}.content .details-box .details-left .special-offer[data-v-9c4a1d0e]{width:876px;position:relative;padding-top:46px;padding-left:30px;background-color:#fdb231;border-radius:10px;margin-top:8px;margin-bottom:20px}.content .details-box .details-left .special-offer .special-bj[data-v-9c4a1d0e]{width:876px;height:100px;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;border-radius:10px}.content .details-box .details-left .special-offer .head[data-v-9c4a1d0e]{width:125px;height:30px;position:absolute;top:-8px;left:50%;transform:translateX(-50%)}.content .details-box .details-left .special-offer .gift[data-v-9c4a1d0e]{width:50px;height:50px;position:absolute;top:10px;left:37px;z-index:1}.content .details-box .details-left .special-offer .star1[data-v-9c4a1d0e]{width:45px;height:45px;position:absolute;top:0;left:87px}.content .details-box .details-left .special-offer .star2[data-v-9c4a1d0e]{width:158px;height:47px;position:absolute;top:0;left:190px}.content .details-box .details-left .special-offer .star3[data-v-9c4a1d0e]{width:240px;height:47px;position:absolute;top:0;left:526px}.content .details-box .details-left .special-offer .fireworks[data-v-9c4a1d0e]{width:84px;height:70px;position:absolute;top:0;left:747px}.content .details-box .details-left .special-offer .board[data-v-9c4a1d0e]{width:816px;background-color:#fff;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.227);padding:5px 5px 0;position:relative}.content .details-box .details-left .special-offer .board .gray[data-v-9c4a1d0e]{background-color:#f2f2f2;border-radius:2px;padding:5px 20px 50px}.content .details-box .details-left .special-offer .board .gray .text[data-v-9c4a1d0e]{font-size:15px;color:#000;line-height:41px;white-space:pre-wrap;position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAv8AAAAoCAYAAABpX5WcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxRjlCMDM5MkVFNzExRjBCRTAxQzQ4MEY2RjAzNUM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxRjlCMDNBMkVFNzExRjBCRTAxQzQ4MEY2RjAzNUM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFGOUIwMzcyRUU3MTFGMEJFMDFDNDgwRjZGMDM1QzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFGOUIwMzgyRUU3MTFGMEJFMDFDNDgwRjZGMDM1QzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5o9nZEAAAA6klEQVR42uzWsQ2AMAxFQUDsRJ0dmCVDMEt2SNpMZaKMYd1J1u9dvTMiDgAAIL/LCwAAQPwDAADiHwAAEP8AAID4BwAAxD8AACD+AQAA8Q8AAIh/AABA/AMAgPgHAADEPwAAIP4BAADxDwAAiH8AAED8AwAA4h8AABD/AACA+AcAAMQ/AACIfwAAQPwDAADiHwAAEP8AAID4BwAAxD8AACD+AQAA8Q8AAIh/AAAQ/wAAgPgHAADEPwAAIP4BAADxDwAAiH8AAED8AwAA4h8AABD/AADAds/2xdqyrltrrbXWWmtz7vPW8QswAJ7xhl7/Z/RBAAAAAElFTkSuQmCC);background-size:100% 41px;background-repeat:repeat-y;background-position:0 0;display:block}.content .details-box .details-left .special-offer .bottom-white[data-v-9c4a1d0e]{width:892px;height:54px;position:absolute;bottom:-5px;left:-8px}.content .details-box .details-left .special-offer .bottom-orange[data-v-9c4a1d0e]{width:876px;height:38px;position:absolute;bottom:0;left:0}.content .details-box .details-left .remark[data-v-9c4a1d0e]{width:876px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);padding:24px 30px 28px;margin-bottom:20px;cursor:pointer;word-break:break-word}.content .details-box .details-left .remark .head[data-v-9c4a1d0e]{justify-content:space-between;margin-bottom:15px}.content .details-box .details-left .remark .head .text[data-v-9c4a1d0e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000}.content .details-box .details-left .remark .head .more[data-v-9c4a1d0e]{font-size:14px;color:#555}.content .details-box .details-left .remark .head .more .icon[data-v-9c4a1d0e]{width:10px;height:6px;margin-left:8px;transform:rotate(270deg)}.content .details-box .details-left .remark .info[data-v-9c4a1d0e]{line-height:28px;margin-bottom:6px}.content .details-box .details-left .remark .info .avatar[data-v-9c4a1d0e]{width:28px;height:28px;border-radius:50%;margin-right:10px}.content .details-box .details-left .remark .info .username[data-v-9c4a1d0e]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;color:#555;font-size:14px;margin-right:5px}.content .details-box .details-left .remark .info .label[data-v-9c4a1d0e]{height:16px}.content .details-box .details-left .remark .explain[data-v-9c4a1d0e]{font-size:14px;color:#333;line-height:23px;padding-left:38px;padding-right:10px}.content .details-box .details-left .remark .inspect[data-v-9c4a1d0e]{background-color:#f6f6f6;border-radius:8px;padding-left:20px;align-items:flex-start}.content .details-box .details-left .remark .inspect .left[data-v-9c4a1d0e]{padding:18px 0}.content .details-box .details-left .remark .inspect .inspect-img[data-v-9c4a1d0e]{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:0 8px 8px 0}.content .details-box .details-left .remark .return-visit .item[data-v-9c4a1d0e]{background-color:#f6f6f6;border-radius:8px;padding:18px 20px}.content .details-box .details-left .remark .return-visit .item[data-v-9c4a1d0e]:not(:last-of-type){margin-right:16px}.content .details-box .details-left .remark .return-visit .item .info .label[data-v-9c4a1d0e]{color:#50e3c2;font-size:13px;height:20px;line-height:20px;background-color:hsla(0,0%,96%,0);border:1px solid #50e3c2;border-radius:30px;padding:0 6.5px;width:-moz-fit-content;width:fit-content}.content .details-box .details-left .type-box[data-v-9c4a1d0e]{border-radius:16px;width:876px}.content .details-box .details-left .type-box .item[data-v-9c4a1d0e]{background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);margin-bottom:20px;padding:24px 30px}.content .details-box .details-left .type-box .item .media[data-v-9c4a1d0e]{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin-right:20px;position:relative;cursor:pointer}.content .details-box .details-left .type-box .item .media .icon[data-v-9c4a1d0e]{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.content .details-box .details-left .type-box .item .media .play[data-v-9c4a1d0e]{width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .details-box .details-left .type-box .item .info[data-v-9c4a1d0e]{align-self:flex-start}.content .details-box .details-left .type-box .item .info .name[data-v-9c4a1d0e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#000;margin-bottom:16px}.content .details-box .details-left .type-box .item .info .tags[data-v-9c4a1d0e]{margin-bottom:16px;margin-bottom:5px;flex-wrap:wrap}.content .details-box .details-left .type-box .item .info .tags .tags-item[data-v-9c4a1d0e]{width:-moz-fit-content;width:fit-content;height:24px;line-height:24px;background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;padding:0 9px;font-size:14px;color:#7f7f7f;margin-right:8px;margin-bottom:8px}.content .details-box .details-left .type-box .item .info .tags .tags-item.green[data-v-9c4a1d0e]{background:#fff;border-color:#50e3c2}.content .details-box .details-left .type-box .item .info .price[data-v-9c4a1d0e]{font-family:Arial,Arial-Black,Arial Black,sans-serif;font-size:13px}.content .details-box .details-left .type-box .item .info .price .unit[data-v-9c4a1d0e]{font-weight:900;color:#000;font-family:Arial,Arial-Black,Arial Black,sans-serif;line-height:30px}.content .details-box .details-left .type-box .item .info .price .number[data-v-9c4a1d0e]{font-weight:900;font-size:20px;color:#f95d5d;font-family:Arial,Arial-Black,Arial Black,sans-serif;margin:0 8px}.content .details-box .details-left .type-box .item .info .price .month[data-v-9c4a1d0e]{line-height:30px;color:#555}.content .details-box .details-left .type-box .item .info .price .original[data-v-9c4a1d0e]{font-size:14px;text-decoration:line-through;font-weight:400;font-style:normal;color:#aaa;margin-left:16px;line-height:28px}.content .details-box .details-left .type-box .item .btn .collect[data-v-9c4a1d0e]{width:96px;height:36px;border:1px solid #d7d7d7;border-radius:36px;font-size:15px;color:#000;text-align:center;margin-right:10px;cursor:pointer}.content .details-box .details-left .type-box .item .btn .collect.red[data-v-9c4a1d0e]{background-color:#ffeff3;border-color:#f4dbe1}.content .details-box .details-left .type-box .item .btn .collect .icon[data-v-9c4a1d0e]{width:18px;height:17px;margin-right:6px}.content .details-box .details-left .type-box .item .btn .consult[data-v-9c4a1d0e]{width:100px;height:36px;background-color:#fff7dd;border:1px solid #e6dfc7;border-radius:36px;cursor:pointer}.content .details-box .details-left .type-box .item .btn .consult .icon[data-v-9c4a1d0e]{width:20px;height:20px;margin-right:8px}.content .details-box .details-left .type-box .item .btn .full-rent[data-v-9c4a1d0e]{width:100px;height:36px;font-size:15px;color:#aaa;background-color:#f2f2f2;border-radius:36px}.content .details-box .details-left .item-title[data-v-9c4a1d0e]{padding:0 11px;height:26px;background-color:#333;border-radius:8px;font-size:14px;color:#fff;line-height:26px;display:inline-block}.content .details-box .details-left .details-item[data-v-9c4a1d0e]{width:876px;background-color:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.118);font-size:14px;margin-bottom:20px}.content .details-box .details-left .details-item.location .details-header .icon[data-v-9c4a1d0e]{width:20px;height:24px}.content .details-box .details-left .details-item.apartment-facilities .details-header .icon[data-v-9c4a1d0e],.content .details-box .details-left .details-item.special-offer .details-header .icon[data-v-9c4a1d0e]{width:20px;height:20px}.content .details-box .details-left .details-item.company .details-header .icon[data-v-9c4a1d0e],.content .details-box .details-left .details-item.life .details-header .icon[data-v-9c4a1d0e]{width:22px;height:22px}.content .details-box .details-left .details-item .details-header[data-v-9c4a1d0e]{height:62px;padding:0 30px;border-bottom:1px solid #ebebeb;font-size:16px;color:#000}.content .details-box .details-left .details-item .details-header .icon[data-v-9c4a1d0e]{width:20px;height:22px;margin-right:4px}.content .details-box .details-left .details-item .text[data-v-9c4a1d0e]{font-weight:400;font-size:15px;color:#555;line-height:30px;padding:20px 30px;white-space:pre-line;word-break:break-word}.content .details-box .details-left .details-item .traffic-box[data-v-9c4a1d0e]{margin-top:40px;padding:0 30px;font-weight:400;font-size:15px;color:#555;line-height:30px;white-space:pre-line;padding-bottom:30px}.content .details-box .details-left .details-item .traffic-box .traffic-title[data-v-9c4a1d0e]{margin-bottom:16px}.content .details-box .details-left .details-item.apartment-facilities[data-v-9c4a1d0e]{transition:all .3s;position:relative}.content .details-box .details-left .details-item.apartment-facilities.hide[data-v-9c4a1d0e]{height:820px;overflow:hidden}.content .details-box .details-left .details-item.apartment-facilities .facility-box[data-v-9c4a1d0e]{padding:30px 30px 30px 46px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item[data-v-9c4a1d0e]:not(:last-of-type){margin-bottom:40px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .head[data-v-9c4a1d0e]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-bottom:20px;position:relative}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .head[data-v-9c4a1d0e]:after{content:"";width:6px;height:14px;background-color:#fddf6d;border:1px solid #cab157;border-radius:4px;position:absolute;top:50%;transform:translateY(-50%);left:-16px;box-sizing:border-box}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label[data-v-9c4a1d0e]{flex-wrap:wrap}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label .label-item[data-v-9c4a1d0e]{font-size:14px;line-height:28px;height:28px;background-color:#f2f2f2;border-radius:40px;padding:0 10px;margin-right:10px;margin-bottom:13px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .label .label-item .icon[data-v-9c4a1d0e]{width:16px;height:16px;margin-right:10px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box[data-v-9c4a1d0e]{margin-top:7px}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item[data-v-9c4a1d0e]{width:110px;height:110px;margin-right:10px;position:relative;cursor:pointer}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item .icon[data-v-9c4a1d0e]{width:110px;height:110px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.content .details-box .details-left .details-item.apartment-facilities .facility-box .item .img-box .img-item .name[data-v-9c4a1d0e]{position:absolute;left:0;bottom:0;width:100%;height:32px;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.8));font-size:14px;color:#fff;line-height:32px;border-radius:0 0 10px 10px;padding-left:10px}.content .details-box .details-left .details-item.details-message[data-v-9c4a1d0e]{transition:all .3s;position:relative}.content .details-box .details-left .details-item.details-message.hide[data-v-9c4a1d0e]{height:820px;overflow:hidden}.content .details-box .details-left .details-item .bottom-btn[data-v-9c4a1d0e]{position:absolute;bottom:0;left:0;width:100%;height:50px;border-top:1px solid #ebebeb;background-color:#f2f2f2;border-radius:0 0 16px 16px;cursor:pointer}.content .details-box .details-left .details-item .bottom-btn .icon[data-v-9c4a1d0e]{width:10px;height:6px;margin-left:6px}.content .details-box .details-left .details-item.company .company-img[data-v-9c4a1d0e]{width:420px;height:254px;margin:10px auto 0}.content .details-box .details-left .details-item.hint-box[data-v-9c4a1d0e]{color:#7f7f7f;line-height:24px;font-size:13px;padding:30px}.content .details-box .details-left .details-item.hint-box .hint-item[data-v-9c4a1d0e]{min-height:24px}.content .details-box .details-left .details-item.hint-box .hint-item a[data-v-9c4a1d0e]{cursor:pointer;color:#7f7f7f;text-decoration:underline}.content .details-box .details-left .details-item.cost .cost-box[data-v-9c4a1d0e]{padding:25px 30px 0}.content .details-box .details-left .details-item.cost .cost-box .item .head[data-v-9c4a1d0e]{height:36px;background-color:#f2f2f2;border-radius:4px;font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;padding:0 15px;margin-bottom:15px}.content .details-box .details-left .details-item.cost .cost-box .item .head .icon[data-v-9c4a1d0e]{height:18px;margin-right:10px}.content .details-box .details-left .details-item.cost .cost-box .item .explain[data-v-9c4a1d0e]{font-size:15px;color:#555;line-height:30px;padding:0 15px;margin-bottom:20px;white-space:pre-line}.content .details-box .details-right[data-v-9c4a1d0e]{width:304px;flex-direction:column}.content .details-box .details-right .same-brand-title[data-v-9c4a1d0e]{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:20px;font-size:18px;color:#000;background:linear-gradient(99.65183347deg,#fdda55,#e5d7be 50%,#cbfebf);border-radius:12px;width:304px;height:60px;border:5px solid #fff;position:relative;box-shadow:0 0 10px rgba(0,0,0,.118)}.content .details-box .details-right .same-brand-title.like[data-v-9c4a1d0e]{background:linear-gradient(-80.34816653deg,#d6dcf0,#dae6f2 19%,#eff2cc 62%,#eff9f1)}.content .details-box .details-right .same-brand-title.like .same-brand-icon[data-v-9c4a1d0e]{width:24px;height:24px}.content .details-box .details-right .same-brand-title[data-v-9c4a1d0e]:after{content:"";position:absolute;width:0;height:0;left:50%;bottom:-12px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #fff;transform:translateX(-50%)}.content .details-box .details-right .same-brand-title .same-brand-icon[data-v-9c4a1d0e]{width:22px;height:22px;margin-right:7px}.add-customer-mask[data-v-9c4a1d0e]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);z-index:1002}.add-customer-mask .add-customer-box[data-v-9c4a1d0e]{width:460px;height:460px;background:linear-gradient(135deg,#fdda55,#e5d7be 50%,#cbfebf);box-shadow:0 0 10px rgba(0,0,0,.235);position:relative}.add-customer-mask .add-customer-box.two[data-v-9c4a1d0e]{width:799px;height:460px}.add-customer-mask .add-customer-box.two .add-customer-violet[data-v-9c4a1d0e]{display:none}.add-customer-mask .add-customer-box.two .add-customer-violet.violet2[data-v-9c4a1d0e]{display:block}.add-customer-mask .add-customer-box.two .add-customer-interior[data-v-9c4a1d0e]{width:700px}.add-customer-mask .add-customer-box.two .add-customer-interior .title[data-v-9c4a1d0e]{width:189px;height:31px}.add-customer-mask .add-customer-box.two .add-customer-interior .add-customer-interior-bj[data-v-9c4a1d0e]{display:none}.add-customer-mask .add-customer-box.two .add-customer-interior .add-customer-interior-bj.bj2[data-v-9c4a1d0e]{display:block}.add-customer-mask .add-customer-box .close[data-v-9c4a1d0e]{position:absolute;top:16px;right:16px;width:16px;height:16px;cursor:pointer}.add-customer-mask .add-customer-box .add-customer-violet[data-v-9c4a1d0e]{position:absolute;bottom:0;left:0;top:0;right:0;width:421px;height:460px}.add-customer-mask .add-customer-box .add-customer-violet.violet2[data-v-9c4a1d0e]{width:579px;height:460px;display:none}.add-customer-mask .add-customer-box .add-customer-interior[data-v-9c4a1d0e]{width:368px;height:368px;position:relative;z-index:1;flex-direction:column;align-items:center;padding-top:35px}.add-customer-mask .add-customer-box .add-customer-interior .add-customer-interior-bj[data-v-9c4a1d0e]{position:absolute;top:0;left:0;z-index:-1}.add-customer-mask .add-customer-box .add-customer-interior .add-customer-interior-bj.bj2[data-v-9c4a1d0e]{display:none}.add-customer-mask .add-customer-box .add-customer-interior .title[data-v-9c4a1d0e]{width:159px;height:26px;margin-bottom:35px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-list .QR-code-item[data-v-9c4a1d0e]:not(:last-child){margin-right:160px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-9c4a1d0e]{margin-bottom:17px;padding:15px;position:relative}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-9c4a1d0e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-9c4a1d0e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-9c4a1d0e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box[data-v-9c4a1d0e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;top:0;left:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-9c4a1d0e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-9c4a1d0e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-9c4a1d0e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .top-right-corner[data-v-9c4a1d0e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;top:0;right:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-9c4a1d0e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-9c4a1d0e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-9c4a1d0e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-left-corner[data-v-9c4a1d0e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;bottom:0;left:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-9c4a1d0e]:after{width:15px;height:5px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-9c4a1d0e]:before{width:5px;height:15px}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-9c4a1d0e]:after,.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .bottom-right-corner[data-v-9c4a1d0e]:before{content:"";background-color:#ffd649;border-radius:11px;position:absolute;bottom:0;right:0}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .QR-code-chunk[data-v-9c4a1d0e]{width:130px;height:130px;background-color:#fff;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.122)}.add-customer-mask .add-customer-box .add-customer-interior .QR-code-box .QR-code-chunk .QR-code-img[data-v-9c4a1d0e]{width:110px;height:110px}.add-customer-mask .add-customer-box .add-customer-interior .name[data-v-9c4a1d0e]{margin-bottom:6px}.add-customer-mask .add-customer-box .add-customer-interior .hint[data-v-9c4a1d0e],.add-customer-mask .add-customer-box .add-customer-interior .name[data-v-9c4a1d0e]{color:#555;font-size:14px}a[data-v-9c4a1d0e]:-webkit-any-link{color:#806c24}.dis-f{display:flex}.jus-x{justify-content:center}.jus-sp{justify-content:space-around}.al-item{align-items:center}.pos-r{position:relative}.message-info{background:#000;border-color:#000;color:#fff}.message-info .el-message__content{color:#fff}.message-info .el-icon{display:none}.annex-school-box{margin:20px 30px 0;cursor:pointer}.annex-school-box .annex-left{width:100%;height:101px;border:1px solid #f2f2f2;border-radius:12px 0 0 12px;position:relative;z-index:1}.annex-school-box .annex-left .annex-school-item{flex-direction:column;align-items:center}.annex-school-box .annex-left .annex-school-item .distance-item-value{height:24px;padding:0 8px;background-color:#f6f6f6;border-radius:29px;width:-moz-fit-content;width:fit-content}.annex-school-box .annex-left .annex-school-item .distance-item-value.special{background:linear-gradient(90deg,hsla(0,0%,100%,.8) -14%,rgba(80,227,194,.8))}.annex-school-box .annex-left .annex-school-item .distance-item-value .mileage{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-size:14px;color:#000;margin-right:6px}.annex-school-box .annex-left .annex-school-item .distance-item-value .tool-icon{width:14px;height:14px;margin-right:3px}.annex-school-box .annex-left .annex-school-item .distance-item-value .tool-time{font-size:13px;color:#333}.annex-school-box .annex-left .marker-icon{margin:9px 0 12px}.annex-school-box .annex-left .line-img{height:2px;width:724px;background-image:linear-gradient(90deg,#d7d7d7 0,#d7d7d7 50%,transparent 0);background-size:4px 2px;background-repeat:repeat-x;position:absolute;z-index:-1}.annex-school-box .annex-btn{width:90px;height:101px;font-size:14px;color:#000;border-radius:0 12px 12px 0;position:relative;z-index:1}.annex-school-box .annex-btn .annex-btn-bj{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.annex-school-box .annex-btn .annex-btn-icon{width:16px;height:16px;margin-left:10px}.distance-info-box .title-box{font-weight:650;font-size:20px;color:#000;height:70px;border-bottom:1px solid #ebebeb;border-radius:16px 16px 0 0}.distance-info-box .title-box .distance-arrow{width:24px;height:24px;margin:0 28px}.distance-info-box .title-box .close-icon{width:16px;height:16px;position:absolute;top:20px;right:20px;cursor:pointer}.distance-info-box .distance-info-data .distance-info-left{width:70px;flex-direction:column;border-right:1px solid #ebebeb;box-sizing:content-box}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item{width:100%;height:50px;font-size:14px;color:#555;cursor:pointer}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item.pitch{font-weight:650;color:#000;background:linear-gradient(90deg,hsla(0,0%,100%,.8) -14%,rgba(80,227,194,.8))}.distance-info-box .distance-info-data .distance-info-left .distance-info-left-item:last-of-type{border-radius:0 0 0 10px}.distance-info-box .distance-info-data .distance-info-right{padding:30px 40px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box{color:#333;font-weight:650;font-size:16px;margin-bottom:30px;justify-content:space-between}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-icon{width:30px;height:30px;background-color:#fddf6d;border-radius:50%;margin-right:10px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-icon .distance-header-img{width:20px;height:20px}.distance-info-box .distance-info-data .distance-info-right .distance-header-box .distance-header-hint{color:#a09e9e;font-size:13px;font-weight:400}.distance-info-box .distance-info-data .distance-info-right .academy-school-item{background-color:#f6f6f6;border-radius:12px;margin-bottom:30px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-header{font-size:16px;width:670px;height:65px;justify-content:space-between;padding-left:22px;padding-right:20px;position:relative}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-header .arrow-green{width:7px;height:12px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-name{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;color:#000}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-number{color:#333;margin-left:4px;font-weight:400;font-family:ArialMT,Arial,sans-serif}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-icon{width:16px;height:16px;margin-right:6px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-time{color:#000;font-weight:650;font-size:14px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-journey{border-top:1px solid #ebebeb;padding-top:22px;padding-left:22px;padding-bottom:30px;position:relative}.distance-info-box .distance-info-data .distance-info-right .journey-item{position:relative;z-index:1}.distance-info-box .distance-info-data .distance-info-right .journey-item:not(:last-of-type){margin-bottom:20px}.distance-info-box .distance-info-data .distance-info-right .academy-school-item-journey:after{content:"";position:absolute;top:0;left:26.4px;width:1px;height:100%;display:block;background-image:linear-gradient(180deg,#aaa 50%,transparent 0);background-size:1px 4px}.distance-info-box .distance-info-data .distance-info-right .journey-item:first-of-type:after{content:"";display:block;position:absolute;top:-22px;left:0;width:9px;height:calc(50% + 22px);background-color:#f6f6f6}.distance-info-box .distance-info-data .distance-info-right .journey-item:last-of-type:after{content:"";display:block;position:absolute;bottom:-30px;left:0;width:9px;height:calc(50% + 30px);background-color:#f6f6f6}.distance-info-box .distance-info-data .distance-info-right .journey-item .circle{width:9px;height:9px;border-radius:50%;background-color:#f6f6f6;border:1px solid #797979;box-sizing:border-box;margin-right:20px;z-index:1}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value{color:#333;font-size:13px;padding-right:20px}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.subway{color:#aaa}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.subway .subway-name{padding:3.5px 11px;background-color:#333;border-radius:10px;color:#fff;margin-right:10px;max-width:570px}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.bus{color:#aaa}.distance-info-box .distance-info-data .distance-info-right .journey-item .journey-value.bus .bus-name{padding:3.5px 11px;background-color:rgba(80,227,194,0);box-sizing:border-box;border:1px solid #333;border-radius:10px;margin-right:10px;color:#333;max-width:570px}.distance-info-box .distance-info-data .distance-info-right .academy-school-hint{color:#a09e9e;font-size:13px;margin-bottom:20px}.el-popper.is-light{border-radius:10px!important}.selectSchoolPop{border-radius:16px;overflow:hidden}.selectSchoolPop .el-dialog__header{display:none}.selectSchoolPop .el-dialog__body{padding:0}.selectSchoolPop .el-dialog__body .title-box{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:25px;line-height:26px;color:#000;text-align:center;padding-top:25px;padding-bottom:16px}.selectSchoolPop .el-dialog__body .title-box .close-icon{width:20px;height:20px;position:absolute;top:10px;right:10px;cursor:pointer}.selectSchoolPop .el-dialog__body .site{height:35px;background-color:#f2f2f2;margin:0 20px 24px;border-radius:210px;padding-left:10px}.selectSchoolPop .el-dialog__body .site .site-img{width:16px;height:16px;margin-right:6px}.selectSchoolPop .el-dialog__body .site .site-text{font-size:14px;color:#000}.selectSchoolPop .el-dialog__body .site .btn{font-size:13px;color:#555;padding:0 10px;height:100%;cursor:pointer}.selectSchoolPop .el-dialog__body .site .btn .btn-img{width:6px;height:11px;margin-left:8px}.selectSchoolPop .el-dialog__body .select-list{max-height:500px;min-height:300px;overflow:auto;position:relative}.selectSchoolPop .el-dialog__body .select-list .select-item{padding:10px 15px;border-top:1px dotted #d7d7d7;cursor:pointer}.selectSchoolPop .el-dialog__body .select-list .select-item.pitch{background-color:#f5f4f9}.selectSchoolPop .el-dialog__body .select-list .select-item.pitch .select-icon{background-color:#fddf6d}.selectSchoolPop .el-dialog__body .select-list .select-item .select-icon{width:30px;height:30px;border-radius:50%;background-color:#f2f2f2;align-self:flex-start;margin-right:10px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-icon .select-img{width:20px;height:20px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .select-name{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:16px;color:#000;margin-bottom:7px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .distance{font-size:14px;color:#555;padding-bottom:7px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .distance .abbreviation{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;color:#000;margin:0 4px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle{flex-wrap:wrap}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle .item{height:20px;line-height:20px;background-color:hsla(0,0%,100%,0);border:1px solid #7f7f7f;border-radius:30px;font-size:14px;color:#333;width:-moz-fit-content;width:fit-content;padding:0 5px;margin-top:5px;margin-right:10px}.selectSchoolPop .el-dialog__body .select-list .select-item .select-info .vehicle .item .vehicle-icon{width:16px;height:16px;margin-right:5px}.selectSchoolPop .el-dialog__body .select-list .select-item .tick{width:20px;height:20px;align-self:center}.inspectPop{border-radius:16px;overflow:hidden;word-break:break-word}.inspectPop .el-dialog__header{display:none}.inspectPop .el-dialog__body{padding:0}.inspectPop .el-dialog__body .type{padding:20px 20px;border-bottom:1px dotted #d7d7d7}.inspectPop .el-dialog__body .type .item{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;text-align:center;line-height:30px;border-radius:12px;height:30px;background-color:#ebebeb;padding:0 12px;margin-right:15px;cursor:pointer}.inspectPop .el-dialog__body .type .item.pitch{background-color:#f95d5d;color:#fff}.inspectPop .el-dialog__body .list{max-height:600px;overflow:auto}.inspectPop .el-dialog__body .list .item{padding-top:20px;padding-left:20px}.inspectPop .el-dialog__body .list .item:not(:last-of-type){border-bottom:1px dotted #d7d7d7}.inspectPop .el-dialog__body .list .item .avatar{width:30px;height:30px;border-radius:50%;margin-right:10px}.inspectPop .el-dialog__body .list .item .remark-content{flex-direction:column;position:relative}.inspectPop .el-dialog__body .list .item .remark-content .type{position:absolute;top:0;right:0;font-size:14px;color:#555;height:23px;background:inherit;background-color:#f2f2f2;border-radius:78px 0 0 78px;padding:0 6px;border:none}.inspectPop .el-dialog__body .list .item .remark-content .type .image{height:16px;margin-right:4px}.inspectPop .el-dialog__body .list .item .remark-content .username{font-size:14px;color:#555;margin-right:10px;margin-bottom:4px}.inspectPop .el-dialog__body .list .item .remark-content .username .image{height:16px;margin-left:12px}.inspectPop .el-dialog__body .list .item .remark-content .username .checked-in{height:20px;line-height:20px;background-color:hsla(0,0%,96%,0);border:1px solid #50e3c2;border-radius:45px;font-size:12px;color:#50e3c2;padding:0 8px;margin-left:12px}.inspectPop .el-dialog__body .list .item .remark-content .date{color:#a3a3a3;font-size:13px;margin-bottom:3px}.inspectPop .el-dialog__body .list .item .remark-content .text{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;white-space:pre-line;margin-bottom:12px;margin-right:13px;color:#333}.inspectPop .el-dialog__body .list .item .remark-content .media{white-space:nowrap;overflow:auto;width:512px;margin-bottom:20px}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item{display:inline-flex;margin-right:8px;position:relative;cursor:pointer}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item .media-img{width:105px;height:70px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.inspectPop .el-dialog__body .list .item .remark-content .media .media-item .media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.circle-btn[data-v-e75d4d42]{position:relative}.circle-btn .circle-inside[data-v-e75d4d42]{flex-direction:column;background-color:#cbf7ed;width:50px;height:50px;border-radius:50%;position:relative;z-index:1;color:#000;font-size:14px}.circle-btn .circle-inside .circle-bj[data-v-e75d4d42]{position:absolute;top:0;left:0;width:50px;height:50px;z-index:-1}.circle-btn .circle-inside .circle-icon[data-v-e75d4d42]{width:20px;height:17px;margin-bottom:2px}.circle-pop[data-v-e75d4d42]{position:absolute;bottom:45px;width:300px;height:300px;border-radius:10px;flex-direction:column;z-index:1100;padding-top:45px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;background-color:#fff;filter:drop-shadow(0 0 10px rgba(0,0,0,.50196078))}.circle-pop .close-icon[data-v-e75d4d42]{position:absolute;right:10px;top:10px;width:16px;height:16px;cursor:pointer}.circle-pop .circle-bj[data-v-e75d4d42]{position:absolute;top:-15px;left:-15px;width:341px;height:336px;z-index:-1}.circle-pop .circle-bj-green[data-v-e75d4d42]{width:300px;position:absolute;bottom:-9.5px;left:0;z-index:-1}.circle-pop .circle-title[data-v-e75d4d42]{font-size:15px;color:#555;margin-bottom:24px}.circle-pop .circle-title b[data-v-e75d4d42]{color:#000;font-weight:650;margin:0 5px}.circle-pop .circle-QRcode[data-v-e75d4d42]{width:120px;height:120px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,.102);margin-bottom:20px;background:#fff}.circle-pop .circle-QRcode .circle-QRcode-img[data-v-e75d4d42]{width:100px;height:100px}.circle-pop .circle-hint[data-v-e75d4d42]{margin-bottom:6px}.circle-pop .circle-hint[data-v-e75d4d42],.circle-pop .circle-remark[data-v-e75d4d42]{font-size:13px;color:#555;line-height:18px}.circle-pop .circle-remark b[data-v-e75d4d42]{font-weight:650;color:#000}.contacts[data-v-c93090ae]{color:#333;font-size:16px;line-height:26px;margin-bottom:30px}.contacts .text[data-v-c93090ae]{color:#026277;text-decoration:underline;display:inline-block;cursor:pointer}.date[data-v-6df5d460]{font-size:14px;color:#7f7f7f;height:24px;margin:0 auto 20px}.right[data-v-6df5d460]{background-color:#d5f5ff;border-radius:20px;padding:11px 15px;font-size:17px;margin-left:auto}.left[data-v-6df5d460],.right[data-v-6df5d460]{line-height:26px;color:#333;margin-bottom:30px;font-family:PingFangSC-Regular,PingFang SC,sans-serif;word-break:break-word}.left[data-v-6df5d460]{font-size:16px}.left.error[data-v-6df5d460]{color:#f84b37}.left .loading-container[data-v-6df5d460]{display:inline-flex;align-items:center;justify-content:center;color:#333}.left .loading-container .loading-item[data-v-6df5d460]{width:20px;height:20px;margin-right:4px;border-radius:4px;animation:colorShift-6df5d460 1.2s linear infinite;animation-delay:calc(var(--i)*.2s);display:inline-flex}.left .loading-container .text[data-v-6df5d460]{margin-left:5px}.left .loading-container .loading-item[data-v-6df5d460]:first-child{background-color:#a3e6fb}.left .loading-container .loading-item[data-v-6df5d460]:nth-child(2){background-color:#b4eafb}.left .loading-container .loading-item[data-v-6df5d460]:nth-child(3){background-color:#c2eefb}.left .loading-container .loading-item[data-v-6df5d460]:nth-child(4){background-color:#d5f5ff}.left .loading-container .loading-item[data-v-6df5d460]:nth-child(5){background-color:#e6f9ff}.left .loading-container .loading-item[data-v-6df5d460]:nth-child(6){background-color:#f1fcff}@keyframes colorShift-6df5d460{0%{background-color:#a3e6fb}16.67%{background-color:#f1fcff}33.33%{background-color:#e6f9ff}50%{background-color:#d5f5ff}66.67%{background-color:#c2eefb}83.33%{background-color:#b4eafb}to{background-color:#a3e6fb}}.left .intro[data-v-6df5d460]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:26px;color:#333;margin-bottom:20px}.left .point[data-v-6df5d460]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#000;line-height:26px;margin-bottom:10px}.left .point-item[data-v-6df5d460]{margin-bottom:30px}.left .point-item .title[data-v-6df5d460]{margin-bottom:14px}.left .point-item .title .serial[data-v-6df5d460]{width:20px;height:20px;line-height:20px;background-color:#7fddff;border-radius:6px;font-size:14px;color:#fff;margin-right:10px}.left .point-item .title .name[data-v-6df5d460]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;text-decoration:underline;color:#026277;line-height:26px;margin-right:10px}.left .point-item .title .full[data-v-6df5d460]{color:#fff;background-color:#333;padding:0 6px;border-radius:6px;height:20px;line-height:20px;margin-right:10px;font-size:14px}.left .point-item .title .arrows[data-v-6df5d460]{width:14px;height:14px}.left .point-item .spot[data-v-6df5d460]{margin-bottom:10px}.left .point-item .spot .dot[data-v-6df5d460]{width:8px;height:8px;border-radius:50%;background-color:#76c45e;border:1px solid #599146;margin-top:8px;margin-left:12px;margin-right:10px}.left .point-item .spot .text[data-v-6df5d460]{color:#333;font-size:16px;line-height:26px}.left .point-item .spot .spot-title[data-v-6df5d460]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;color:#000}.left .point-item .spot .star-item[data-v-6df5d460]{width:18px;height:18px}.left .point-item .spot .star-item[data-v-6df5d460]:not(:last-of-type){margin-right:4px}.left .point-item .spot .rent .number[data-v-6df5d460]{font-family:Arial-Black,Arial Black,sans-serif;font-weight:900;color:#d35110;margin-right:5px}.left .scroll-view[data-v-6df5d460]{width:769px;margin-left:30px;white-space:nowrap;overflow:auto}.left .scroll-view .img[data-v-6df5d460]{width:165px;height:110px;margin-right:10px;border-radius:10px;-o-object-fit:cover;object-fit:cover;display:inline-block;cursor:pointer}.left .ai-hint[data-v-6df5d460]{margin:0 auto;color:#aaa;font-size:14px;text-align:center}.left .link[data-v-6df5d460]{color:#026277;text-decoration:underline;display:inline-block;cursor:pointer}.main[data-v-90c984a8]{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.main .header[data-v-90c984a8]{width:100%;height:50px;background-color:#fff;border-bottom:1px solid #ebebeb;position:fixed;top:0;left:0;z-index:1}.main .header .title[data-v-90c984a8]{font-family:PingFangSC-Semibold,PingFang SC Semibold,PingFang SC,sans-serif;font-weight:650;font-style:normal;font-size:18px;color:#000;line-height:26px;padding-left:11px;padding-right:15px;border-right:1px solid #d7d7d7}.main .header .logo[data-v-90c984a8]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#6e6e96;padding-left:18px}.main .header .logo .icon[data-v-90c984a8]{width:37px;height:40px;margin-right:8px}.main .content[data-v-90c984a8]{width:800px;margin:0 auto;height:800px;flex:1;flex-direction:column;padding-top:60px;padding-bottom:150px}.main .content .logo[data-v-90c984a8]{width:110px;height:119px;margin:122px auto 15px}.main .content .hint[data-v-90c984a8]{font-family:PingFangSC-Regular,PingFang SC,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:26px;color:#333;width:430px;margin:0 auto 86px}.main .content .input-box[data-v-90c984a8]{width:800px}.main .content .input-box.fixed[data-v-90c984a8]{position:fixed;bottom:0;z-index:1;padding-bottom:38px;background:#fff}.main .content .input-box .input[data-v-90c984a8]{background-color:#fff;border:1px solid #ebebeb;border-radius:20px}.main .content .input-box .input .input-text[data-v-90c984a8]{border:none;outline:none;width:100%;border-radius:20px;padding:15px 20px 0 15px;resize:none;display:block;font-size:16px;height:51px;max-height:230px}.main .content .input-box .input .input-bottom[data-v-90c984a8]{margin-left:10px;margin-right:20px;margin-bottom:15px}.main .content .input-box .input .input-bottom .restart[data-v-90c984a8]{display:flex;flex-direction:column;cursor:pointer;font-size:10px}.main .content .input-box .input .input-bottom .restart .icon[data-v-90c984a8]{width:20px;height:20px;margin-bottom:3px}.main .content .input-box .input .input-bottom .send[data-v-90c984a8]{width:32px;height:32px;border-radius:50%;background-color:#d7d7d7;margin-left:auto;cursor:not-allowed}.main .content .input-box .input .input-bottom .send.pitch[data-v-90c984a8]{background-color:#7fddff;cursor:pointer}.main .content .input-box .input .input-bottom .send .icon[data-v-90c984a8]{width:16px;height:16px;transform:rotate(270deg)}.main .content .history-hint[data-v-90c984a8]{font-size:14px;line-height:26px;color:#7f7f7f;text-align:center;margin-bottom:30px;position:relative;padding:10px 0}.main .content .history-hint .history-line[data-v-90c984a8]{width:150px;height:2px;margin:0 20px}.main .content .history-hint .history-line.history-left[data-v-90c984a8]{background:linear-gradient(270deg,#ebebeb,#f7f8fa)}.main .content .history-hint .history-line.history-right[data-v-90c984a8]{background:linear-gradient(90deg,#ebebeb,#f7f8fa)}.left-side-bar1,header.page-header,section.index-footer{display:none!important} \ No newline at end of file diff --git a/dist/img/arrow-circular-orange-red.2f945218.svg b/dist/img/arrow-circular-orange-red.2f945218.svg new file mode 100644 index 0000000..e919801 --- /dev/null +++ b/dist/img/arrow-circular-orange-red.2f945218.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dist/img/arrows-deep-white.a1b5db4f.svg b/dist/img/arrows-deep-white.a1b5db4f.svg new file mode 100644 index 0000000..6f95612 --- /dev/null +++ b/dist/img/arrows-deep-white.a1b5db4f.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dist/img/round-icon.5c96c0c8.gif b/dist/img/round-icon.5c96c0c8.gif new file mode 100644 index 0000000000000000000000000000000000000000..f883aa9e7fd660d53aa646d373cbf8d945d9573f GIT binary patch literal 10488 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 J;s2wn{y&DS0Ji`D literal 0 HcmV?d00001 diff --git a/dist/img/star-half.a681992c.svg b/dist/img/star-half.a681992c.svg new file mode 100644 index 0000000..6fcbe24 --- /dev/null +++ b/dist/img/star-half.a681992c.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dist/img/star-icon.c2e6113d.svg b/dist/img/star-icon.c2e6113d.svg new file mode 100644 index 0000000..26dcd5e --- /dev/null +++ b/dist/img/star-icon.c2e6113d.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dist/img/wechat-pop-green.1aaa230b.svg b/dist/img/wechat-pop-green.1aaa230b.svg new file mode 100644 index 0000000..e2ccfcf --- /dev/null +++ b/dist/img/wechat-pop-green.1aaa230b.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 185fcc2..9f1061d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -港校租房
diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index b879174..9d741ee 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -90,21 +90,21 @@ watchEffect(() => { user.data = store.state.user; // bannerLists.data = props.bannerList if (!store.state.indexData.menu) return; - store.state.indexData.menu.map((res) => { - if (res.name === "首页") { - res.path = "/"; - } else if (res.name === "个人房源") { - res.path = "/personHousing"; - } else if (res.name === "中介房源") { - res.path = "/intermediaryHousing"; - } else if (res.name === "品牌公寓") { - res.path = "/apartment"; - } else if (res.name === "求房源") { - res.path = "/needHousing"; - } else if (res.name === "我的") { - res.path = "/user"; - } - }); + // store.state.indexData.menu.map((res) => { + // if (res.name === "首页") { + // res.path = "/"; + // } else if (res.name === "个人房源") { + // res.path = "/personHousing"; + // } else if (res.name === "中介房源") { + // res.path = "/intermediaryHousing"; + // } else if (res.name === "品牌公寓") { + // res.path = "/apartment"; + // } else if (res.name === "求房源") { + // res.path = "/needHousing"; + // } else if (res.name === "我的") { + // res.path = "/user"; + // } + // }); seachTab.data = store.state.indexData.menu; topTab.data = store.state.indexData.nav; }); diff --git a/src/mock/mock-api.js b/src/mock/mock-api.js new file mode 100644 index 0000000..178cbe2 --- /dev/null +++ b/src/mock/mock-api.js @@ -0,0 +1,40 @@ +const express = require("express"); +const app = express(); +app.use(express.json()); + +// 模拟POST请求接口/api/v1/chat +app.post("/api/v1/chat", (req, res) => { + res.json({ + history: [ + { + content: "您好啊!我是寄托香港租房的AI找房助手圆同学,只要您告诉我以下信息中的任意两样:预算范围、位置(比如哪所学校附近)、房间类型(比如单人间、双人间等),我就可以为您找房啦!因为我还是初代智能体,只能根据上述要求提供找房服务哦。", + id: "812ede61-1524-440a-9035-356e3dd94c95", + payload: { + message: "您好啊!我是寄托香港租房的AI找房助手圆同学,只要您告诉我以下信息中的任意两样:预算范围、位置(比如哪所学校附近)、房间类型(比如单人间、双人间等),我就可以为您找房啦!因为我还是初代智能体,只能根据上述要求提供找房服务哦。", + type: "text", + }, + role: "assistant", + timestamp: "2025-08-25T10:40:21.445827+08:00", + }, + { content: "ffffff", id: "4856fc38-3489-4478-9577-7d9bfc9d43f8", payload: null, role: "user", timestamp: "2025-08-25T10:49:13.557769+08:00" }, + { + content: "目前我只能提供找房服务,只要您告诉我以下信息中的任意两样:预算范围、位置(比如哪所学校附近)、房间类型(比如单人间、双人间等),我就可以为您找房啦!其他问题可以找方同学:gternet2。", + id: "37d0b325-a3dd-4cf1-8989-59f76180761b", + payload: { + message: "目前我只能提供找房服务,只要您告诉我以下信息中的任意两样:预算范围、位置(比如哪所学校附近)、房间类型(比如单人间、双人间等),我就可以为您找房啦!其他问题可以找方同学:gternet2。", + type: "text", + }, + role: "assistant", + timestamp: "2025-08-25T10:49:13.558771+08:00", + }, + ], + }); +}); + +// 启动服务器 +const PORT = 3000; +app.listen(PORT, () => { + console.log(`Mock server running on port ${PORT}`); +}); + +// 提示:需要先安装express依赖,运行npm install express diff --git a/src/utils/api.js b/src/utils/api.js index 8510ddd..568d9ce 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -53,10 +53,10 @@ export default{ return axios.post('https://api.gter.net/v1/chat/history',params) }, alChat:(params={})=>{// AI 发送信息 - return axios.post('https://fangchat.x-php.com/api/v1/chat',params) + return axios.postV2('https://fangchat.x-php.com/api/v1/chat',params) }, alResume:(params={})=>{// AI 恢复会话 - return axios.post('https://fangchat.x-php.com/api/v1/chat/resume',params) + return axios.postV2('https://fangchat.x-php.com/api/v1/chat/resume',params) }, alEnd:(params={})=>{// AI 结束会话 return axios.post('https://api.gter.net/v1/chat/end',params) diff --git a/src/utils/axios.js b/src/utils/axios.js index ae8b181..05c6dc2 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -1,69 +1,68 @@ -import axios from "axios" -import QS from "qs" -import { goTologin } from "@/utils/util.js" -import { showFullScreenLoading, tryHideFullScreenLoading } from "./loading" -import store from "@/store/index" +import axios from "axios"; +import QS from "qs"; +import { goTologin } from "@/utils/util.js"; +import { showFullScreenLoading, tryHideFullScreenLoading } from "./loading"; +import store from "@/store/index"; -axios.defaults.baseURL = "https://app.gter.net" -axios.defaults.emulateJSON = true -axios.defaults.withCredentials = true -// content-type 为 multipart/form-data +axios.defaults.baseURL = "https://app.gter.net"; +axios.defaults.emulateJSON = true; +axios.defaults.withCredentials = true; +// axios.defaults.headers["Content-Type"] = "application/json"; axios.interceptors.request.use( //响应拦截 - async config => { + async (config) => { // 不需要遮罩 - let noMask = false + let noMask = false; - - if (config.method == "get") noMask = config.params?.noMask || false + noMask = config.params?.noMask || config.noMask || false; - if (config.url != "/tenement/pc/api/user/operation" && !noMask) showFullScreenLoading() + if (config.url != "/tenement/pc/api/user/operation" && !noMask) showFullScreenLoading(); // 开发时登录用的,可以直接替换小程序的 authorization if (process.env.NODE_ENV !== "production") { const miucms_session = "01346a38444d71aaadb3adad52b52c39"; document.cookie = "miucms_session=" + miucms_session; config["headers"]["authorization"] = miucms_session; } - - // 当 noMask == true 和 confing.method == 'get' 时,删除 config.params['noMask'] - if (noMask && config.method == "get") delete config.params["noMask"] - return config + // 当 noMask == true 和 confing.method == 'get' 时,删除 config.params['noMask'] + if (noMask && config.params) delete config.params["noMask"]; + + return config; }, - error => { - return Promise.error(error) + (error) => { + return Promise.error(error); } -) +); // 响应拦截器 axios.interceptors.response.use( - response => { - tryHideFullScreenLoading() - if (response.status === 200) return Promise.resolve(response) //进行中 - else return Promise.reject(response) //失败 + (response) => { + tryHideFullScreenLoading(); + if (response.status === 200) return Promise.resolve(response); //进行中 + else return Promise.reject(response); //失败 }, // 服务器状态码不是200的情况 - error => { - tryHideFullScreenLoading() + (error) => { + tryHideFullScreenLoading(); if (error.response.status) { switch (error.response.status) { // 401: 未登录 case 401: // goTologin() // 跳转登录页面 - store.state.showloginmodal = true - break + store.state.showloginmodal = true; + break; case 403: // router.push('/login') - break + break; // 404请求不存在 case 404: - break + break; // 其他错误,直接抛出错误提示 default: } - return Promise.reject(error.response) + return Promise.reject(error.response); } } -) +); /** * get方法,对应get请求 * @param {String} url [请求的url地址] @@ -75,14 +74,14 @@ const $get = (url, params) => { .get(url, { params: params, }) - .then(res => { - resolve(res.data) + .then((res) => { + resolve(res.data); }) - .catch(err => { - reject(err.data) - }) - }) -} + .catch((err) => { + reject(err.data); + }); + }); +}; /** * post方法,对应post请求 * @param {String} url [请求的url地址] @@ -93,23 +92,40 @@ const $post = (url, params) => { //是将对象 序列化成URL的形式,以&进行拼接 axios .post(url, QS.stringify(params)) - .then(res => { - resolve(res.data) + .then((res) => { + resolve(res.data); }) - .catch(err => { - if (err.data.code == 401) resolve(err.data) - else reject(err.data) + .catch((err) => { + if (err.data.code == 401) resolve(err.data); + else reject(err.data); + }); + }); +}; + +const $postV2 = (url, params) => { + return new Promise((resolve, reject) => { + console.log("params", params); + + axios + .post(url, JSON.stringify(params), { headers: { "Content-Type": "application/json" }, timeout: 100000, ...(params.noMask !== undefined ? { noMask: params.noMask } : {}) }) + .then((res) => { + resolve(res.data); }) - }) -} + .catch((err) => { + if (err.data.code == 401) resolve(err.data); + else reject(err.data); + }); + }); +}; //下面是vue3必须加的,vue2不需要,只需要暴露出去get,post方法就可以 export default { get: $get, post: $post, - install: app => { - app.config.globalProperties["$get"] = $get - app.config.globalProperties["$post"] = $post - app.config.globalProperties["$axios"] = axios + postV2: $postV2, + install: (app) => { + app.config.globalProperties["$get"] = $get; + app.config.globalProperties["$post"] = $post; + app.config.globalProperties["$axios"] = axios; }, -} +}; diff --git a/src/views/ai.vue b/src/views/ai.vue index 0063f21..7d81717 100644 --- a/src/views/ai.vue +++ b/src/views/ai.vue @@ -2,7 +2,7 @@
寄托AI找房
- - +
- -
- + +
+
+ +
新开会话
+
+
+ +
@@ -40,15 +46,45 @@