.list-mask{position:fixed;width:calc(100% + 4px);left:-2px;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;background:rgba(0,0,0,0.6);z-index:var(--level-subhigh)}.list-mask ol{max-height:80vh;overflow:auto}.list-mask ol li{width:100%;text-align:center;background:white;height:44px;line-height:44px;font-size:14px;color:#505050;border-bottom:1px solid var(--color-border)}.list-mask ol li.selected{color:var(--color-theme);background:white}.list-mask ol li:hover{color:#505050;background-color:#f2f2f2}.list-mask ol li:last-child{border-bottom:none}

.click-show-list{position:relative;position:relative}.click-show-list:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.click-show-list .dropdown_icon{width:15px}.click-show-list.show-list .title .icon-arrow-down{transform:rotate(180deg)}.click-show-list .list-panel{position:absolute;top:calc(100% + 5px);left:0;min-width:100%;z-index:100}.click-show-list .text .sort-by{color:var(--g-tip-color)}

.loading-box{display:flex;flex-direction:column;align-items:center}.loading-box .loading-anim{position:relative;width:40px;height:40px;border-radius:50%;border:5px solid #e9e9e9;background-color:transparent;border-right-color:#59aefc;animation-delay:0s;-webkit-animation-delay:0s;animation:loading 2s infinite linear;-webkit-animation:loading 2s infinite linear}.loading-box .loading-text{margin-top:10px;width:100px;height:30px;font-size:16px;text-align:center;color:#a0a3af}.loading-box .loading-text::before{content:'Loading';content:attr(label)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

.autocomplete{display:none;position:absolute;background:#fff;padding:10px 0;list-style:none;z-index:var(--level-sublow);margin-top:5px;border:1px solid rgba(218,218,218,0.5);box-shadow:0px 2px 5px 0px rgba(0,10,30,0.05)}.autocomplete .item{cursor:default;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:40px;text-align:left;font-size:11px;color:#999;padding:0 20px;position:relative}.autocomplete .item:first{border-top:none}.autocomplete .item:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.autocomplete .item.selected{position:relative}.autocomplete .item.selected:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.autocomplete .item mark{font-size:13px;font-weight:bold;color:#000;background:none}

.v-input{position:relative}.v-input .email-suggestion{z-index:10;position:absolute;width:100%;max-height:170px;overflow:auto;box-shadow:0 2px 5px 0 rgba(0,10,30,0.1);border:1px solid #ebecf1;background:#fff}.v-input .email-suggestion .item{width:100%;color:#505050;height:32px;line-height:32px;padding:0 40px 0 10px;overflow:hidden;white-space:nowrap;cursor:pointer}

.v-input .input-container{position:relative}.v-input .input-container .label-top{position:absolute;font:14px var(--font-normal);left:10px;top:60%;transform:translateY(-50%);color:#c6c8d1;text-transform:capitalize;background:#fff;padding:0 20px 0 3px;transition:0.3s all ease;opacity:0;z-index:-1}.v-input .input-container .label-top.show{top:0;opacity:1;z-index:1}.v-input .input-container .iconfont{position:absolute;bottom:0px;color:#c0c4d0;padding:10px;right:0;cursor:pointer}.v-input .input-container.has-pwd .icon-Empty{right:30px}.v-input .input-container.clear input,.v-input .input-container.has-pwd input{padding-right:40px}.v-input .input-container.clear input[name='phone'],.v-input .input-container.has-pwd input[name='phone']{padding-right:5px}.v-input .input-container.clear.has-pwd input{padding-right:70px}.v-input .input-container.has-label input{height:50px}.v-input .input-container.has-label .iconfont{padding:15px 10px}.v-input .input-container .prompt{position:absolute;left:10px;top:21px;font-size:1.1em;pointer-events:none;background-image:linear-gradient(to bottom, transparent 9px, white 9px);padding:4px;color:var(--color-holder);transition:0.3s all ease}.v-input .input-container .has-value.prompt,.v-input .input-container input:focus ~ .prompt{font-size:0.85em;top:0px;padding-top:2px;left:10px}.v-input .input-container input:focus ~ .prompt{color:var(--color-theme)}.v-input .input-container:not(:hover) input:not(:focus) ~ .icon-Empty{visibility:hidden}.v-input .input-container input{font-size:inherit}.v-input .input-container input::placeholder{color:#a0a3af}

.checkbox-li{line-height:28px}.checkbox-li .label{padding-left:10px}.checkbox-li .check-box-container{width:15px;height:15px;border:1px solid var(--color-border);color:var(--g-btn-background);cursor:pointer;margin-right:10px;display:inline-flex;position:relative}.checkbox-li .check-box-container .icon-checked{position:absolute;font-size:13px;left:50%;top:50%;transform:translate(-50%, -50%)}.checkbox-li .check-box-container.disabled{opacity:0.3}.checkbox-li .check-box-container.disabled::after{cursor:not-allowed !important}

[data-v-312c2249] .agent-lead-dialog{background:#fff;padding:40px 30px 30px;border-radius:4px;width:400px}.agent-lead-content[data-v-312c2249]{font-size:14px;color:#505050;line-height:20px;text-align:center}.agent-lead-ok[data-v-312c2249]{background:var(--mg-button-background);color:#fff;border-radius:4px;width:100%;height:40px;margin-top:30px}

.agent-headshot{width:100%;height:100%}.agent-headshot .agent-img{width:100%;height:100%}

.disclaimer-wrap.opt-in{position:static;color:var(--color-label);font-size:12px;line-height:1.5;text-align:left;height:auto;overflow-y:auto;margin-top:20px !important;margin-top:20px}.disclaimer-wrap.opt-in a{color:var(--color-link, var(--color-theme, #03c9ff));text-decoration:underline}.disclaimer-wrap.opt-in .tcpa-consent .consent-item{display:flex}.disclaimer-wrap.opt-in .checkbox-li{height:18px;line-height:18px}.disclaimer-wrap.opt-in .checkbox-li .check-box-container{width:14px;height:14px;margin-top:2px;position:relative}.disclaimer-wrap.opt-in .checkbox-li .check-box-container::after{content:'';width:24px;height:24px;position:absolute;top:-5px;left:-5px;cursor:pointer}.disclaimer-wrap.opt-in .disclaimer-item{display:flex;overflow:hidden;margin-top:10px}.disclaimer-wrap.opt-in .disclaimer-item.noTop{margin-top:0 !important}.disclaimer-wrap.opt-in .gap-line{margin-top:15px;border-top:1px solid var(--color-border);padding-top:15px}.disclaimer-wrap.opt-in .communication-tips{margin-top:10px}.disclaimer-wrap.opt-in .privacy-text{overflow:hidden;color:var(--g-text-color)}.disclaimer-wrap.opt-in .privacy-text::before{content:'';display:block;width:100%;height:1px;margin:20px 0;background:var(--color-border)}.disclaimer-wrap.opt-in .privacy-text a{color:var(--color-link, var(--color-theme, #03c9ff));text-decoration:underline}.disclaimer-wrap.opt-in .disclaimer-content{width:100%;word-break:break-word;text-align:left;color:var(--g-text-color)}.disclaimer-wrap.opt-in .disclaimer-content a{color:var(--color-link, var(--color-theme, #03c9ff)) !important;text-decoration:underline}.disclaimer-wrap.opt-in .disclaimer-content .select-all{color:var(--color-link, var(--color-theme, #03c9ff));text-decoration:underline;cursor:pointer}@media (max-width: 600px){.disclaimer-wrap.opt-in{margin-top:30px}}.disclaimer-wrap.opt-in .co-marketing-disclaimer .disclaimer-desc{margin-top:20px;border-top:2px solid #545454;padding-top:20px}

.form-toast{position:fixed;margin:0;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center}.form-toast.toast-mark{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background-color:rgba(25,25,25,0.6);z-index:var(--level-high)}.form-toast .toast-wrapper{padding:50px 30px 30px 30px;margin:0 auto;text-align:center;box-shadow:0 4px 10px 0 rgba(170,186,218,0.3);background-color:#ffffff}.form-toast .toast-wrapper>.toast-icon>.iconfont{font-size:60px;color:var(--mg-button-background)}.form-toast .toast-wrapper>.toast-content{margin-top:22px;margin-bottom:13px;font-size:18px;color:var(--color-text)}.form-toast .toast-wrapper>.toast-footer{margin-top:30px}.form-toast .toast-wrapper>.toast-footer .toast-btn{width:184px;height:50px;vertical-align:bottom;font-size:16px}.form-toast .toast-wrapper>.toast-footer .toast-btn:hover{cursor:pointer}.form-toast .toast-wrapper>.toast-footer .toast-btn1{border:solid 2px #e1e2e6;background-color:#ffffff;color:var(--color-text);margin-right:20px}.form-toast .toast-wrapper>.toast-footer .toast-btn1:hover{background-color:rgba(225,226,230,0.3)}.form-toast .toast-wrapper>.toast-footer .toast-btn2{color:var(--g-btn-color);background:var(--g-btn-background)}@media (max-width: 800px){.form-toast .toast-wrapper{padding:30px 15px 15px 15px;margin:0;width:290px}.form-toast .toast-wrapper>.toast-icon>.iconfont{font-size:48px}.form-toast .toast-wrapper .toast-content{margin-top:10px;margin-bottom:5px;font-size:16px}.form-toast .toast-wrapper .toast-footer{font-size:16px;margin-top:15px}.form-toast .toast-wrapper .toast-footer .toast-btn{width:100%;height:40px}.form-toast .toast-wrapper .toast-footer .toast-btn1{border:solid 1px #e1e2e6;background-color:#ffffff;margin-top:15px}}

.empty-listing-form{max-width:1000px;margin:0 auto 60px}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form .input-content .basic-info{max-height:300px;flex-wrap:wrap}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form .input-content .input-box:first-child{margin-bottom:20px}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form .input-content .input-box+.input-box{margin-bottom:20px}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form .input-content .input-box.question{margin-left:30px}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form form.info-form{position:relative}.empty-listing-form:not(.showMap):not(.isMobile) div.info-form .submit-content{position:absolute;bottom:40px;right:0}.empty-listing-form div.info-form{padding:30px;background-color:#f8f8f8}.empty-listing-form div.info-form .form-title{margin-bottom:30px}.empty-listing-form div.info-form .form-title p+p{margin-top:6px}.empty-listing-form div.info-form .main-title{color:#000000;font-size:24px;line-height:1;font-family:var(--mg-title-font)}.empty-listing-form div.info-form .subtitle{color:#505050;font-size:16px;line-height:1;font-family:var(--font-normal)}.empty-listing-form div.info-form .input-content{margin-bottom:20px}.empty-listing-form div.info-form .input-content .basic-info{display:flex;flex-direction:column}.empty-listing-form div.info-form .input-content .input-box{width:calc(50% - 15px)}.empty-listing-form div.info-form .input-content .input-box .title{font-family:var(--font-bold);font-size:16px;line-height:1;color:#505050;margin-bottom:10px}.empty-listing-form div.info-form .input-content .input-box .title span{color:#f0454c}.empty-listing-form div.info-form .input-content .input-box input,.empty-listing-form div.info-form .input-content .input-box textarea{width:100%;border:1px solid #d5d5d5;font-size:14px;line-height:21px;font-family:var(--font-normal);color:#000000;border-radius:2px}.empty-listing-form div.info-form .input-content .input-box input::placeholder,.empty-listing-form div.info-form .input-content .input-box textarea::placeholder{color:#c8c8c8;font-size:14px;line-height:14px;font-family:var(--font-normal)}.empty-listing-form div.info-form .input-content .input-box input{height:40px;padding:0 10px}.empty-listing-form div.info-form .input-content .input-box textarea{height:125px;padding:10px}.empty-listing-form div.info-form .submit-content .submit{background-color:var(--g-btn-background);height:40px;padding:0 25px;line-height:40px;font-size:18px;color:#fff;font-family:var(--mg-button-font);border-radius:2px}.empty-listing-form div.info-form .submit-content .submit.submit-disabled{opacity:0.7;cursor:not-allowed}.empty-listing-form div.info-form form.info-form{border-bottom:1px solid #e6e6e6;margin-bottom:35px}.empty-listing-form div.info-form .privacyText{color:#787878;font-size:14px;line-height:21px;font-family:var(--font-normal)}.empty-listing-form div.info-form .privacyText a{color:var(--g-btn-background)}.empty-listing-form.showMap{margin:0 20px 60px}.empty-listing-form.showMap div.info-form{padding:20px 30px 30px}.empty-listing-form.showMap div.info-form .main-title{font-size:20px}.empty-listing-form.showMap div.info-form .input-content .input-box{width:100%}.empty-listing-form.showMap div.info-form .input-content .input-box+.input-box{margin-top:20px}.empty-listing-form.showMap div.info-form .submit-content .submit{margin-bottom:30px}.empty-listing-form.showMap div.info-form form.info-form{margin-bottom:30px}.empty-listing-form.isMobile{margin-bottom:30px}.empty-listing-form.isMobile div.info-form{padding:20px}.empty-listing-form.isMobile div.info-form .form-title{margin-bottom:20px}.empty-listing-form.isMobile div.info-form .main-title{font-size:16px}.empty-listing-form.isMobile div.info-form .subtitle{font-size:14px}.empty-listing-form.isMobile div.info-form .input-content .input-box{width:100%}.empty-listing-form.isMobile div.info-form .input-content .input-box+.input-box{margin-top:20px}.empty-listing-form.isMobile div.info-form .submit-content .submit{width:100%;margin-bottom:20px}.empty-listing-form.isMobile div.info-form form.info-form{margin-bottom:20px}

.logo-item.isLink{cursor:pointer}footer.md-footer.z-index{z-index:10}.md-footer_notshare{cursor:pointer}.md-footer_notshare:hover{text-decoration:underline}.mls-declaimer-container{color:#787878;font-size:13px;line-height:150%;padding-top:30px}@media (max-width: 600px){.mls-declaimer-container{padding-top:20px}}.mls-declaimer-container .declaimer .mls-logo{margin-bottom:10px}.mls-declaimer-container .declaimer .mls-logo .logo{height:40px;width:100%}.mls-declaimer-container .declaimer .content:first-child{margin-top:0}.mls-declaimer-container .declaimer+.declaimer{margin-top:30px}@media (max-width: 600px){.mls-declaimer-container .declaimer+.declaimer{margin-top:20px}}.mls-declaimer-container.standard{color:#a0a3af}.mls-declaimer-container.fashion{color:#8195bd}

.map-tool-layer{padding:0;width:50px;height:50px;border-radius:50%;background-color:#fff;box-shadow:0px 2px 5px 0px rgba(25,25,25,0.3);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:4px;gap:2px;line-height:15px;font-size:10px;color:#191919}.map-tool-layer .float-option{position:absolute;top:4px;left:-102px;background:#fff;border:1px solid var(--color-border);padding:6px 0;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.map-tool-layer .float-option .float-option-item.map-tool{box-shadow:none;position:relative}.map-tool-layer .float-option .float-option-item.map-tool .btn{padding:0 20px;line-height:40px;font-weight:400;border:none;text-align:left}.map-tool-layer .float-option .float-option-item.map-tool .btn .iconfont{display:none}.map-tool-layer .float-option .float-option-item.map-tool:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search{position:absolute;z-index:10;top:calc(100% + 5px);width:300px;max-width:calc(100vw - 70px);border-radius:3px;background:#fff;font-size:14px;color:#191919;padding:26px 20px 8px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2)}@media (max-width: 600px){.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search{width:calc(100vw - 30px);max-width:calc(100vw - 30px)}}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search input[type='checkbox']{display:none}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search input[type='checkbox']+.icon-checked-light{position:relative;width:16px;height:16px;margin-right:8px;border:solid 1px #a8a8a8;line-height:15px;font-size:12px;font-weight:bold;text-align:center;color:transparent}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search input[type='checkbox']+.icon-checked-light.mobile{pointer-events:none}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search input[type='checkbox']+.icon-checked-light::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search input[type='checkbox']:checked+.icon-checked-light{color:#191919}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .switch{margin-bottom:15px}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .switch label{display:flex;align-items:center;cursor:pointer}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .divider{height:0;margin:5px 0 16px;overflow:hidden;border-top:1px solid var(--color-border)}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .school{display:flex;flex-wrap:wrap;margin:8px 0}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .school label{margin-bottom:16px;text-transform:capitalize;width:50%;display:flex;align-items:center;cursor:pointer}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating-title{color:#191919}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating{padding:10px 0;display:flex;align-items:center}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range{overflow:hidden;margin-right:14px;width:100%;height:36px;display:flex;align-items:center}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div{position:relative;margin:0 10px;height:24px;flex:1}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']{width:100%;margin:0;padding:0;-webkit-appearance:none;border:0 !important;outline:0 !important;box-shadow:none !important}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-webkit-slider-thumb{-webkit-appearance:none;height:19px;width:19px;margin-top:-8px;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);border-radius:50%;outline:none;z-index:1;position:relative}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-moz-range-thumb{height:19px;width:19px;margin-top:-8px;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);border-radius:50%;outline:none;z-index:1;position:relative}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-ms-thumb{height:19px;width:19px;margin-top:-8px;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);border-radius:50%;outline:none;z-index:1;position:relative}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-webkit-slider-runnable-track{height:3px;border-radius:4px;background-color:#a8a8a8}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-moz-range-track{height:3px;border-radius:4px;background-color:#a8a8a8}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-ms-track{height:20px;border:none;color:transparent;background-color:transparent}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']:focus{outline:none}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div input[type='range']::-moz-focus-outer{border:0}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range>div .bar{display:none;height:3px;width:0;position:absolute;top:10px;left:0;border-radius:2px 0 0 2px;pointer-events:none}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .range span{color:#191919}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search .rating .label{width:60px;flex-grow:0;flex-shrink:0;background-color:#fff;height:30px;text-align:center;vertical-align:middle;line-height:28px;border:1px solid var(--color-border);color:#191919}.map-tool-layer .float-option .float-option-item.map-tool.school .pop-school-search{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}

.chime-dialog .pop.save-search-dialog{width:375px;min-height:50px;background:white;padding:70px 50px 60px}.chime-dialog .pop.save-search-dialog h2{font-size:24px;font-weight:normal;font-family:var(--font-medium);line-height:26px;margin-bottom:25px;color:#202437;text-align:center}.chime-dialog .pop.save-search-dialog h2.title-uppercase{text-transform:uppercase}.chime-dialog .pop.save-search-dialog label{font-size:14px;line-height:15px}.chime-dialog .pop.save-search-dialog input{border:solid 1px #ebecf1;width:100%;height:40px;line-height:16px;padding:0 15px;font-size:14px;margin-top:10px;color:#202437}.chime-dialog .pop.save-search-dialog .btn{font-family:var(--font-medium);font-size:14px;margin-top:20px;width:100%;height:40px;line-height:40px;color:#ffffff;text-align:center;background-color:var(--g-btn-background, var(--color-theme, #03c9ff));box-shadow:0 2px 16px -3px var(--g-btn-background, var(--color-theme, #03c9ff));cursor:pointer}

@media (max-width: 800px){.search-map.standard .map-tool,.search-map.template1 .map-tool,.search-map.template4 .map-tool{background-color:#ffffff}.search-map.standard .map-tool.search.btn,.search-map.template1 .map-tool.search.btn,.search-map.template4 .map-tool.search.btn{width:150px;height:38px;font-size:14px;color:var(--mg-button-color);background-color:var(--mg-button-background);padding:0;line-height:38px;text-align:center;border-style:none;border-radius:20px;box-shadow:0 5px 15px 0 rgba(170,186,218,0.4)}.search-map.standard .map-tool.nearby,.search-map.standard .map-tool.mobile-map-type,.search-map.template1 .map-tool.nearby,.search-map.template1 .map-tool.mobile-map-type,.search-map.template4 .map-tool.nearby,.search-map.template4 .map-tool.mobile-map-type{width:40px;height:40px;line-height:40px;text-align:center;box-shadow:none}.search-map.standard .map-tool.draw>.iconfont.btn,.search-map.standard .map-tool.school>.iconfont.btn,.search-map.template1 .map-tool.draw>.iconfont.btn,.search-map.template1 .map-tool.school>.iconfont.btn,.search-map.template4 .map-tool.draw>.iconfont.btn,.search-map.template4 .map-tool.school>.iconfont.btn{width:40px;height:40px;line-height:40px;font-size:18px;border:0;box-shadow:0px 2px 5px rgba(0,0,0,0.1);border-radius:4px}.search-map.standard .map-tool.mobile-map-type,.search-map.template1 .map-tool.mobile-map-type,.search-map.template4 .map-tool.mobile-map-type{border:none !important;border-radius:0 0 4px 4px}.search-map.standard .map-tool.mobile-map-type>.iconfont,.search-map.template1 .map-tool.mobile-map-type>.iconfont,.search-map.template4 .map-tool.mobile-map-type>.iconfont{font-size:18px}.search-map.standard .map-tool.nearby,.search-map.template1 .map-tool.nearby,.search-map.template4 .map-tool.nearby{border:none !important;border-radius:4px}}.search-map.layout1.hide-map-search.mobile .map-tool.search:not(.hide-layout){width:auto}.search-map.layout1.hide-map-search.mobile .map-tool.search:not(.hide-layout)>span:not(.toggle),.search-map.layout1.hide-map-search.mobile .map-tool.search:not(.hide-layout) .line{display:none}.search-map.layout1.hide-map-search.mobile .map-tool.search:not(.hide-layout) .toggle,.search-map.layout1.hide-map-search.mobile .map-tool.search:not(.hide-layout) .iconfont{margin-left:0}.search-map.layout1.hide-map-search.mobile .map-tool.search.hide-layout{display:none}.search-map.layout1.hide-map-search:not(.mobile) .map-tool.search{display:none}.search-map.layout1.hide-school .map-tool.school{display:none}.search-map.layout1 .map-tool.nearby{width:40px;height:40px;line-height:40px;border-radius:2px}.search-map.layout1 .map-tool.draw>.iconfont,.search-map.layout1 .map-tool.school>.iconfont{width:40px;height:40px;line-height:40px}.search-map.layout1 .map-tool.circle-draw.show-tip{top:20px;right:15px}@media (max-width: 800px){.search-map.layout1 .map-tool.circle-draw.show-tip{top:70px}}.search-map.layout1 .map-tool.circle-draw.hide-tip{bottom:165px;right:15px}.search-map.layout1 .map-tool.zoom{width:40px;height:80px}.search-map.layout1 .map-tool-layer{position:absolute;right:15px;bottom:100px}.search-map.layout1 .map-tool-save{position:absolute;right:15px;bottom:35px;background-color:var(--g-bg-color);border-radius:50%}.search-map.layout1 .map-tool-save .save-content{padding:0;width:50px;height:50px;border-radius:50%;background-color:#fff;box-shadow:0px 2px 5px 0px rgba(25,25,25,0.3);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:4px;gap:2px;line-height:15px;font-size:10px;color:#191919;color:var(--g-btn-color);background:var(--g-btn-background)}.search-map.layout1 .map-tool-save .save-content.disabled{opacity:0.4;cursor:not-allowed}

.explore-listings.broker-listing-list .tags li,.explore-listings.broker-listing-map .tags li,.explore-listings.mg-container.broker-listing-market-insight .tags li{border:none;height:40px;border-radius:5px;background-color:#f3f3f3}.explore-listings.broker-listing-list .tags li:hover,.explore-listings.broker-listing-map .tags li:hover,.explore-listings.mg-container.broker-listing-market-insight .tags li:hover{border:1px solid var(--g-btn-background);background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,10,30,0.05)}.explore-listings.broker-listing-list .tags li:hover a,.explore-listings.broker-listing-map .tags li:hover a,.explore-listings.mg-container.broker-listing-market-insight .tags li:hover a{color:var(--g-btn-background)}.explore-listings.broker-listing-list .tags li a,.explore-listings.broker-listing-map .tags li a,.explore-listings.mg-container.broker-listing-market-insight .tags li a{display:flex;flex-direction:row;align-items:center;justify-content:center;font:14px var(--font-normal);color:var(--color-title)}.explore-listings.broker-listing-list .lists li,.explore-listings.broker-listing-map .lists li,.explore-listings.mg-container.broker-listing-market-insight .lists li{border-radius:5px;background:#f3f3f3;padding:0 15px;margin-bottom:15px;border:none}.explore-listings.broker-listing-list .lists li:last-child,.explore-listings.broker-listing-map .lists li:last-child,.explore-listings.mg-container.broker-listing-market-insight .lists li:last-child{margin-bottom:0}.explore-listings.broker-listing-list .lists li:hover,.explore-listings.broker-listing-map .lists li:hover,.explore-listings.mg-container.broker-listing-market-insight .lists li:hover{color:var(--g-btn-background);border:1px solid var(--g-btn-background);box-shadow:0 2px 5px 0 rgba(0,10,30,0.05);background:#fff}.explore-listings.template1-listing-list,.explore-listings.template2-listing-list{background:#fff}.explore-listings.template1-listing-list .mg-title,.explore-listings.template2-listing-list .mg-title{color:#000000}.explore-listings.template1-listing-list .tags li,.explore-listings.template2-listing-list .tags li{border:solid 1px #e1e2e6;color:#797e8b;font-family:var(--font-normal);height:35px;line-height:35px}.explore-listings.template1-listing-list .tags li:hover,.explore-listings.template2-listing-list .tags li:hover{color:#1a88ff;border-color:#1a88ff;border-radius:2px;box-shadow:0 1px 5px 0 rgba(0,10,30,0.1)}@media (max-width: 800px){.explore-listings.template1-listing-list .lists li,.explore-listings.template2-listing-list .lists li{display:flex}}@media (min-width: 801px){.explore-listings.template1-listing-list .lists li,.explore-listings.template2-listing-list .lists li{width:calc((100% - 35px) / 2);display:inline-flex;margin-right:35px}.explore-listings.template1-listing-list .lists li:nth-child(2n),.explore-listings.template2-listing-list .lists li:nth-child(2n){margin-right:0}}.explore-listings.template1-listing-list .lists li,.explore-listings.template2-listing-list .lists li{color:#797e8b;border:1px solid #e1e2e6;margin-bottom:20px;font-family:var(--font-normal);height:35px;line-height:25px}.explore-listings.template1-listing-list .lists li a,.explore-listings.template2-listing-list .lists li a{padding:10px 15px}.explore-listings.template1-listing-list .lists li:last-child,.explore-listings.template2-listing-list .lists li:last-child{margin-bottom:0}.explore-listings.template1-listing-list .lists li:hover,.explore-listings.template2-listing-list .lists li:hover{border:1px solid #1a88ff;color:#1a88ff}.explore-listings.template1-listing-map,.explore-listings.template2-listing-map{background:#fff}.explore-listings.template1-listing-map .mg-title,.explore-listings.template2-listing-map .mg-title{color:#000000}.explore-listings.template1-listing-map .tags li,.explore-listings.template2-listing-map .tags li{border:solid 1px #e1e2e6;color:#797e8b;font-family:var(--font-normal);height:35px;line-height:35px}.explore-listings.template1-listing-map .tags li:hover,.explore-listings.template2-listing-map .tags li:hover{color:#1a88ff;border-color:#1a88ff;border-radius:2px;box-shadow:0 1px 5px 0 rgba(0,10,30,0.1)}.explore-listings.template1-listing-map .lists li,.explore-listings.template2-listing-map .lists li{color:#797e8b;border:1px solid #e1e2e6;display:flex;margin-bottom:20px;font-family:var(--font-normal);height:35px;line-height:35px}.explore-listings.template1-listing-map .lists li a,.explore-listings.template2-listing-map .lists li a{padding:10px 15px}.explore-listings.template1-listing-map .lists li:last-child,.explore-listings.template2-listing-map .lists li:last-child{margin-bottom:0}.explore-listings.template1-listing-map .lists li:hover,.explore-listings.template2-listing-map .lists li:hover{border:1px solid #1a88ff;color:#1a88ff}.explore-listings.template1-listing-market-insight,.explore-listings.template2-listing-market-insight{background:#fff}.explore-listings.template1-listing-market-insight .mg-title,.explore-listings.template2-listing-market-insight .mg-title{color:#000000}.explore-listings.template1-listing-market-insight .tags li,.explore-listings.template2-listing-market-insight .tags li{border:solid 1px #e1e2e6;color:#797e8b;font-family:var(--font-normal)}.explore-listings.template1-listing-market-insight .tags li:hover,.explore-listings.template2-listing-market-insight .tags li:hover{color:#1a88ff;border-color:#1a88ff;border-radius:2px;box-shadow:0 1px 5px 0 rgba(0,10,30,0.1)}.explore-listings.template1-listing-market-insight .lists li,.explore-listings.template2-listing-market-insight .lists li{color:#797e8b;border:1px solid #e1e2e6;display:flex;font-family:var(--font-normal);margin-bottom:20px}.explore-listings.template1-listing-market-insight .lists li a,.explore-listings.template2-listing-market-insight .lists li a{padding:10px 15px}.explore-listings.template1-listing-market-insight .lists li:last-child,.explore-listings.template2-listing-market-insight .lists li:last-child{margin-bottom:0}.explore-listings.template1-listing-market-insight .lists li:hover,.explore-listings.template2-listing-market-insight .lists li:hover{border:1px solid #1a88ff;color:#1a88ff}.explore-listings.template3-listing-list{background:#fff}.explore-listings.template3-listing-list .mg-title{font-size:var(--mg-title-size);font-weight:bold;color:#000}.explore-listings.template3-listing-list .tags li{font-family:var(--font-normal);border:solid 1px #d6dae8;color:#8b93a7}.explore-listings.template3-listing-list .tags li:hover{color:#03c9ff}.explore-listings.template3-listing-list .lists{margin-top:-16px}@media (max-width: 800px){.explore-listings.template3-listing-list .lists li{display:flex}}@media (min-width: 801px){.explore-listings.template3-listing-list .lists li{width:calc((100% - 35px) / 2);display:inline-flex;margin-right:35px}.explore-listings.template3-listing-list .lists li:nth-child(2n){margin-right:0}}.explore-listings.template3-listing-list .lists li{color:#8b93a7;border-bottom:1px solid #d6dae8}.explore-listings.template3-listing-list .lists li:hover{color:#03c9ff}.explore-listings.template3-listing-list .lists li a{padding:30px 0 15px}.explore-listings.template3-listing-map{background:#fff}.explore-listings.template3-listing-map .mg-title{font-weight:bold;font-size:var(--mg-title-size);color:#000000}.explore-listings.template3-listing-map .tags li{border:solid 1px #e1e2e6;color:#797e8b}.explore-listings.template3-listing-map .tags li:hover{color:#03c9ff}.explore-listings.template3-listing-map .lists{margin-top:-16px}.explore-listings.template3-listing-map .lists li{color:#797e8b;border-bottom:1px solid #e1e2e6;display:flex}.explore-listings.template3-listing-map .lists li:hover{color:#03c9ff}.explore-listings.template3-listing-map .lists li a{padding:30px 0 15px}.explore-listings.template3-listing-market-insight{background:#fff}.explore-listings.template3-listing-market-insight .mg-title{font-size:var(--mg-title-size);color:#000}.explore-listings.template3-listing-market-insight .tags li{border:solid 1px #d6dae8;color:#8b93a7}.explore-listings.template3-listing-market-insight .tags li:hover{color:#03c9ff}.explore-listings.template3-listing-market-insight .lists{margin-top:-16px}.explore-listings.template3-listing-market-insight .lists li{color:#8b93a7;border-bottom:1px solid #d6dae8;display:flex}.explore-listings.template3-listing-market-insight .lists li:hover{color:#03c9ff}.explore-listings.template3-listing-market-insight .lists li a{padding:30px 0 15px}.explore-listings.template4-listing-list{background:#fff}.explore-listings.template4-listing-list .mg-title{font-size:var(--mg-title-size);color:#4a4a60;font-weight:900;margin-bottom:30px}.explore-listings.template4-listing-list .tags li{height:30px;line-height:30px;border:solid 1px #d6dae8;color:#8b93a7}.explore-listings.template4-listing-list .tags li:hover{color:#4c84ff}@media (max-width: 800px){.explore-listings.template4-listing-list .lists li{display:flex}}@media (min-width: 801px){.explore-listings.template4-listing-list .lists li{width:calc((100% - 35px) / 2);display:inline-flex;margin-right:35px}.explore-listings.template4-listing-list .lists li:nth-child(2n){margin-right:0}}.explore-listings.template4-listing-list .lists li{color:#8b93a7;border-bottom:1px solid #d6dae8}.explore-listings.template4-listing-list .lists li:hover{color:#4c84ff}.explore-listings.template4-listing-list .lists li a{padding:25px 0 15px}.explore-listings.template4-listing-map{background:#242a3d}.explore-listings.template4-listing-map .mg-title{font-weight:900;color:#fff;font-size:var(--mg-title-size);margin-bottom:30px}.explore-listings.template4-listing-map .tags li{border:solid 1px #3f4965;color:#8195bd;margin:0 10px 15px 0}.explore-listings.template4-listing-map .tags li:hover{color:#4c84ff}.explore-listings.template4-listing-map .lists li{color:#8195bd;border-bottom:1px solid #3f4965;display:flex}.explore-listings.template4-listing-map .lists li:hover{color:#4c84ff}.explore-listings.template4-listing-market-insight{background:#fff}.explore-listings.template4-listing-market-insight .mg-title{font-weight:bold;color:#4a4a60;font-size:var(--mg-title-size)}.explore-listings.template4-listing-market-insight .tags li{height:30px;line-height:30px;border:solid 1px #d6dae8;color:#8b93a7}.explore-listings.template4-listing-market-insight .tags li:hover{color:#4c84ff}.explore-listings.template4-listing-market-insight .lists li{color:#8b93a7;border-bottom:1px solid #d6dae8;display:flex}.explore-listings.template4-listing-market-insight .lists li:hover{color:#4c84ff}.explore-listings.template4-listing-market-insight .lists li a{padding:25px 0 15px}@media (max-width: 600px){.explore-listings.mg-container:not(.template4-listing-list,.template4-listing-map,.template4-listing-market-insight){width:100%;margin-left:0;margin-right:0}}@media (max-width: 600px){.explore-listings.mg-container.template4-listing-list,.explore-listings.mg-container.template4-listing-map,.explore-listings.mg-container.template4-listing-market-insight{width:calc(100% - 30px);margin-left:15px;margin-right:15px}}.explore-listings{margin-top:40px;margin-bottom:40px;background:#fff}@media (max-width: 800px){.explore-listings .mg-title{font-size:var(--mg-title-size-mobile) !important}}@media (max-width: 600px){.explore-listings{margin:20px 0}}.explore-listings .mg-title{margin-bottom:20px;padding-bottom:0 !important;text-transform:uppercase;white-space:normal !important}@media (min-width: 801px){.explore-listings .tags{display:flex;flex-direction:row;justify-content:space-between}.explore-listings .tags li{flex:1}}@media (max-width: 800px){.explore-listings .tags li{display:inline-block;width:calc((100% - 10px) / 2)}.explore-listings .tags li:nth-child(2n){margin-right:0}}.explore-listings .tags li{height:30px;font-size:14px;line-height:30px;border:1px solid #e1e2e6;text-align:center;margin:0 10px 16px 0;color:#797e8b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:var(--font-normal)}.explore-listings .tags li a{display:inline-block;width:100%;height:100%;padding:0 10px;cursor:pointer}.explore-listings .tags li:hover{color:#03c9ff}.explore-listings .tags li:last-child{margin-right:0}.explore-listings .lists li{border-bottom:solid 1px #e1e2e6;color:#515666;font-size:14px;font-family:var(--font-normal)}.explore-listings .lists li a{cursor:pointer;display:inline-block;width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 0;font-family:var(--font-normal)}.explore-listings .lists li:hover{color:#03c9ff}.explore-listings .lists li .label{flex:1;margin-right:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}

.explore-nbr.broker-listing-map .carousel-container,.explore-nbr.broker-listing-market-insight .carousel-container,.explore-nbr.broker-listing-list .carousel-container{height:160px}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul{margin-left:5px;padding:10px 0;overflow-y:unset}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li{border-radius:5px;box-shadow:0 2px 10px 0 rgba(0,10,30,0.1);background-color:#ffffff;border:none;position:relative}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li p,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li p,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li p{border-bottom:1px solid #dadada;margin-bottom:14px}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li p span,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li p span,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li p span{font:20px var(--font-bold);color:#191919}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li .item .iconfont{color:#dadada}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li::after,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li::after,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li::after{content:'';width:4px;height:20px;background:#ff781d;border-radius:0 100px 100px 0;position:absolute;left:0;top:22px}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li:nth-child(2n)::after,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(2n)::after,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li:nth-child(2n)::after{background:#23c864}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li:nth-child(3n)::after,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(3n)::after,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li:nth-child(3n)::after{background:#fb6f67}.explore-nbr.broker-listing-map .carousel-container .scroll-wrap ul li:nth-child(4n)::after,.explore-nbr.broker-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(4n)::after,.explore-nbr.broker-listing-list .carousel-container .scroll-wrap ul li:nth-child(4n)::after{background:#45adff}.explore-nbr.broker-listing-map .carousel-container .iconarrow,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow,.explore-nbr.broker-listing-list .carousel-container .iconarrow{text-align:center}.explore-nbr.broker-listing-map .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.broker-listing-list .carousel-container .iconarrow:not(.disabled):hover{color:#191919}.explore-nbr.broker-listing-map .carousel-container .iconarrow.left,.explore-nbr.broker-listing-map .carousel-container .iconarrow.right,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow.left,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow.right,.explore-nbr.broker-listing-list .carousel-container .iconarrow.left,.explore-nbr.broker-listing-list .carousel-container .iconarrow.right{font-size:26px;color:#191919}.explore-nbr.broker-listing-map .carousel-container .iconarrow.prev.left,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow.prev.left,.explore-nbr.broker-listing-list .carousel-container .iconarrow.prev.left{transform:translate(-6px, -50%) rotate(-90deg)}.explore-nbr.broker-listing-map .carousel-container .iconarrow.next.right,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow.next.right,.explore-nbr.broker-listing-list .carousel-container .iconarrow.next.right{transform:translate(6px, -50%) rotate(90deg)}.explore-nbr.broker-listing-map .carousel-container .iconarrow.disabled,.explore-nbr.broker-listing-market-insight .carousel-container .iconarrow.disabled,.explore-nbr.broker-listing-list .carousel-container .iconarrow.disabled{color:#dadada;cursor:not-allowed;opacity:0.6}.explore-nbr.template1-listing-map,.explore-nbr.template1-listing-market-insight,.explore-nbr.template1-listing-list,.explore-nbr.template2-listing-map,.explore-nbr.template2-listing-market-insight,.explore-nbr.template2-listing-list{background:#fff}.explore-nbr.template1-listing-map .mg-title,.explore-nbr.template1-listing-market-insight .mg-title,.explore-nbr.template1-listing-list .mg-title,.explore-nbr.template2-listing-map .mg-title,.explore-nbr.template2-listing-market-insight .mg-title,.explore-nbr.template2-listing-list .mg-title{color:#000}.explore-nbr.template1-listing-map .carousel-container,.explore-nbr.template1-listing-market-insight .carousel-container,.explore-nbr.template1-listing-list .carousel-container,.explore-nbr.template2-listing-map .carousel-container,.explore-nbr.template2-listing-market-insight .carousel-container,.explore-nbr.template2-listing-list .carousel-container{padding:0 60px}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li{border:1px solid #ebe8e8;border-top-width:4px;border-top-style:solid;border-top-color:4px solid transparent;background:#fff;box-shadow:unset;border-top-color:#1a88ff}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:nth-child(2n){border-top-color:#25c44e}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:nth-child(3n){border-top-color:#ffc836}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:nth-child(4n){border-top-color:#ff827b}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover{border-left-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#1a88ff}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(2n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(2n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(2n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(2n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(2n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(2n){border-color:#25c44e}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(3n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(3n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(3n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(3n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(3n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(3n){border-color:#ffc836}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(4n),.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(4n),.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(4n),.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover:nth-child(4n),.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover:nth-child(4n),.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover:nth-child(4n){border-color:#ff827b}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover .item,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover .item,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover .item,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover .item,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover .item,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover .item{color:inherit}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li:hover .iconfont,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li:hover .iconfont,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li:hover .iconfont,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li:hover .iconfont,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li:hover .iconfont,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover p,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover span,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li:hover .iconfont{color:inherit}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li p,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li p,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li p,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li p,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li p,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li p{line-height:1}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li p span,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li p span,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li p span,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li p span,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li p span,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li p span{font-family:var(--font-bold);font-size:24px;font-weight:600;color:#000}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li p .img-home,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li p .img-home,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li p .img-home,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li p .img-home,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li p .img-home,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li p .img-home{display:inline-block}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li span,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li span,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li span,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li span,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li span,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li span{font-family:var(--font-normal);font-size:14px;color:#787878}.explore-nbr.template1-listing-map .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.template1-listing-market-insight .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.template1-listing-list .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.template2-listing-map .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.template2-listing-market-insight .carousel-container .scroll-wrap ul li .item .iconfont,.explore-nbr.template2-listing-list .carousel-container .scroll-wrap ul li .item .iconfont{display:none}.explore-nbr.template1-listing-map .carousel-container .iconarrow,.explore-nbr.template1-listing-market-insight .carousel-container .iconarrow,.explore-nbr.template1-listing-list .carousel-container .iconarrow,.explore-nbr.template2-listing-map .carousel-container .iconarrow,.explore-nbr.template2-listing-market-insight .carousel-container .iconarrow,.explore-nbr.template2-listing-list .carousel-container .iconarrow{text-align:center}.explore-nbr.template1-listing-map .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template1-listing-market-insight .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template1-listing-list .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template2-listing-map .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template2-listing-market-insight .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template2-listing-list .carousel-container .iconarrow:not(.disabled):hover{color:#1a88ff}.explore-nbr.template1-listing-map .carousel-container .iconarrow.prev,.explore-nbr.template1-listing-market-insight .carousel-container .iconarrow.prev,.explore-nbr.template1-listing-list .carousel-container .iconarrow.prev,.explore-nbr.template2-listing-map .carousel-container .iconarrow.prev,.explore-nbr.template2-listing-market-insight .carousel-container .iconarrow.prev,.explore-nbr.template2-listing-list .carousel-container .iconarrow.prev{transform:translate(11px, -50%)}.explore-nbr.template1-listing-map .carousel-container .iconarrow.next,.explore-nbr.template1-listing-market-insight .carousel-container .iconarrow.next,.explore-nbr.template1-listing-list .carousel-container .iconarrow.next,.explore-nbr.template2-listing-map .carousel-container .iconarrow.next,.explore-nbr.template2-listing-market-insight .carousel-container .iconarrow.next,.explore-nbr.template2-listing-list .carousel-container .iconarrow.next{transform:translate(-11px, -50%) rotate(180deg)}.explore-nbr.template1-listing-map .carousel-container .iconarrow.disabled,.explore-nbr.template1-listing-market-insight .carousel-container .iconarrow.disabled,.explore-nbr.template1-listing-list .carousel-container .iconarrow.disabled,.explore-nbr.template2-listing-map .carousel-container .iconarrow.disabled,.explore-nbr.template2-listing-market-insight .carousel-container .iconarrow.disabled,.explore-nbr.template2-listing-list .carousel-container .iconarrow.disabled{cursor:not-allowed;opacity:0.6}.explore-nbr.template3-listing-map,.explore-nbr.template3-listing-list,.explore-nbr.template3-listing-market-insight{background:#fff}.explore-nbr.template3-listing-map .mg-title,.explore-nbr.template3-listing-list .mg-title,.explore-nbr.template3-listing-market-insight .mg-title{font-family:var(--font-bold);font-size:var(--mg-title-size);font-weight:bold}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li{border-top:4px solid #03c9ff;background:#fff}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li:hover{background:#f8f9fd}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li p,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li p,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li p{border-bottom:1px solid #f4f5f8}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li p span,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li p span,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li p span{font-family:var(--font-bold);font-size:20px;font-weight:bold;color:#202437}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li span,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li span,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li span{font-family:var(--font-normal);font-size:14px;color:#515666}.explore-nbr.template3-listing-map .carousel-container .scroll-wrap ul li .iconfont,.explore-nbr.template3-listing-list .carousel-container .scroll-wrap ul li .iconfont,.explore-nbr.template3-listing-market-insight .carousel-container .scroll-wrap ul li .iconfont{color:#a0a3af}.explore-nbr.template3-listing-map .carousel-container .iconarrow,.explore-nbr.template3-listing-list .carousel-container .iconarrow,.explore-nbr.template3-listing-market-insight .carousel-container .iconarrow{text-align:center;color:#515666}.explore-nbr.template3-listing-map .carousel-container .iconarrow.prev,.explore-nbr.template3-listing-list .carousel-container .iconarrow.prev,.explore-nbr.template3-listing-market-insight .carousel-container .iconarrow.prev{transform:translate(-4px, -50%)}.explore-nbr.template3-listing-map .carousel-container .iconarrow.next,.explore-nbr.template3-listing-list .carousel-container .iconarrow.next,.explore-nbr.template3-listing-market-insight .carousel-container .iconarrow.next{transform:translate(4px, -50%) rotate(180deg)}.explore-nbr.template3-listing-map .carousel-container .iconarrow.disabled,.explore-nbr.template3-listing-list .carousel-container .iconarrow.disabled,.explore-nbr.template3-listing-market-insight .carousel-container .iconarrow.disabled{color:#a0a3af;cursor:not-allowed}.explore-nbr.template3-listing-map .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template3-listing-list .carousel-container .iconarrow:not(.disabled):hover,.explore-nbr.template3-listing-market-insight .carousel-container .iconarrow:not(.disabled):hover{color:#000000}.explore-nbr.template4-listing-map{background:#242a3d}.explore-nbr.template4-listing-map .mg-title{font-family:var(--font-title);font-weight:900;font-size:var(--mg-title-size);color:#fff;margin-bottom:30px}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li{border-right:none;border-top:none;border-bottom:none;border-left-width:4px;border-left-style:solid;background:#33394c;border-left-color:#1a88ff}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li:nth-child(2n){border-left-color:#25c44e}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li:nth-child(3n){border-left-color:#ffc836}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li:nth-child(4n){border-left-color:#ff827b}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li:hover{background:#3f475e}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li p{border-bottom:none}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li p span{font-family:var(--font-bold);color:#fff}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li span{color:#8195bd;font-family:var(--font-normal)}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li .iconfont{color:#8195bd}.explore-nbr.template4-listing-map .carousel-container .scroll-wrap ul li a{padding:20px 0 10px}.explore-nbr.template4-listing-list .mg-title,.explore-nbr.template4-listing-market-insight .mg-title{font-family:var(--font-title);font-size:var(--mg-title-size);font-weight:900;color:#4a4a60;margin-bottom:30px}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li,.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li{background-color:#f5f6fa;border-left-width:4px;border-left-style:solid;border-left-color:#1a88ff;box-shadow:unset;border-right:none;border-top:none;border-bottom:none}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li:nth-child(2n),.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(2n){border-left-color:#25c44e}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li:nth-child(3n),.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(3n){border-left-color:#ffc836}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li:nth-child(4n),.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li:nth-child(4n){border-left-color:#ff827b}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li:hover,.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li:hover{background:#eeeff6}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li .item,.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li .item{color:#8b93a7;font-family:var(--font-normal)}.explore-nbr.template4-listing-list .carousel-container .scroll-wrap ul li p span,.explore-nbr.template4-listing-market-insight .carousel-container .scroll-wrap ul li p span{font-family:var(--font-bold)}.explore-nbr.template4-listing-list .carousel-container .iconarrow,.explore-nbr.template4-listing-market-insight .carousel-container .iconarrow{text-align:center;line-height:32px}@media (max-width: 600px){.explore-nbr.mg-container:not(.template4-listing-list,.template4-listing-map,.template4-listing-market-insight){width:100%;margin-left:0;margin-right:0}}@media (max-width: 600px){.explore-nbr.mg-container.template4-listing-list,.explore-nbr.mg-container.template4-listing-map,.explore-nbr.mg-container.template4-listing-market-insight{width:calc(100% - 30px);margin-left:15px;margin-right:15px}}.explore-nbr{margin-top:40px;margin-bottom:40px;background:transparent}@media (max-width: 600px){.explore-nbr{margin:20px 0}}.explore-nbr .loading-mask{background:rgba(255,255,255,0)}.explore-nbr .loading-wrap{transform:translate(-50%, -50%);background:#fff;box-shadow:unset}.explore-nbr .loading-wrap .loading.loading.loading{position:static}.explore-nbr .mg-container{position:relative}@media (max-width: 800px){.explore-nbr .mg-title{font-size:var(--mg-title-size-mobile) !important}.explore-nbr .carousel-container{padding:0 !important}}.explore-nbr .mg-title{color:#000;margin-bottom:20px;padding-bottom:0 !important;text-transform:uppercase;white-space:normal}.explore-nbr .carousel-container{position:relative;height:150px;padding:0 24px}@media (max-width: 800px){.explore-nbr .carousel-container{padding:0}}.explore-nbr .carousel-container .scroll-wrap{overflow-x:auto;height:100%}.explore-nbr .carousel-container .scroll-wrap ul{height:100%;display:flex;flex-direction:row;align-items:center}.explore-nbr .carousel-container .scroll-wrap ul li:last-child{margin-left:4px}.explore-nbr .carousel-container .scroll-wrap ul li{margin-right:15px;min-width:250px;max-width:250px;height:140px;box-shadow:0 1px 5px 0 rgba(0,10,30,0.1);padding:20px 20px 0;border:1px solid #ebe8e8;cursor:pointer}.explore-nbr .carousel-container .scroll-wrap ul li:last-child{margin-right:0}.explore-nbr .carousel-container .scroll-wrap ul li p{margin-bottom:10px;padding-bottom:15px;display:flex;align-items:center}.explore-nbr .carousel-container .scroll-wrap ul li p span{flex:1;font-family:Gotham;font-size:20px;font-weight:bold;color:#202437;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.explore-nbr .carousel-container .scroll-wrap ul li p .img-home{width:32px;height:32px;display:none;margin-right:8px}.explore-nbr .carousel-container .scroll-wrap ul li .item{margin-bottom:10px;color:#515666;font-family:Gotham;font-size:14px;line-height:1}.explore-nbr .carousel-container .scroll-wrap ul li .item .iconfont{font-size:14px;margin-right:6px}@media (max-width: 800px){.explore-nbr .carousel-container .iconarrow,.explore-nbr .carousel-container .iconimg{display:none}}.explore-nbr .carousel-container .iconarrow,.explore-nbr .carousel-container .iconimg{position:absolute;font-size:32px;color:#adb9d1;width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px;cursor:pointer}.explore-nbr .carousel-container .iconarrow.prev,.explore-nbr .carousel-container .iconimg.prev{left:0;top:50%;transform:translate(10px, -50%)}.explore-nbr .carousel-container .iconarrow.next,.explore-nbr .carousel-container .iconimg.next{right:0;top:50%;transform:translate(-10px, -50%) rotate(180deg)}.explore-nbr .carousel-container .iconarrow.icon-v3,.explore-nbr .carousel-container .iconimg.icon-v3{font-size:16px}.explore-nbr .carousel-container .iconarrow.icon-v3.disabled,.explore-nbr .carousel-container .iconimg.icon-v3.disabled{color:#a0a3af}.explore-nbr .carousel-container .iconarrow.icon-v3.hover,.explore-nbr .carousel-container .iconimg.icon-v3.hover{color:#000000}.explore-nbr .carousel-container .iconimg.light{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/2/original_8e24a201-62bd-4252-9bc1-fa9d52ca6a5f.png) no-repeat center/contain}.explore-nbr .carousel-container .iconimg.light.disabled{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/2/original_968998c2-c552-4578-9117-5b979c2588c6.png) no-repeat center/contain;cursor:not-allowed}.explore-nbr .carousel-container .iconimg.light:not(.disabled):hover{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/2/original_f239c024-aa41-4890-b0b8-904878678fc1.png) no-repeat center/contain}.explore-nbr .carousel-container .iconimg.light:not(.disabled):hover.next{transform:translate(-10px, -50%)}.explore-nbr .carousel-container .iconimg.light:not(.disabled):hover.prev{transform:translate(10px, -50%) rotate(180deg)}.explore-nbr .carousel-container .iconimg.deep{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/1/original_306e557c-e86e-43f1-ad08-2f2dc8fd58b5.png) no-repeat center/contain}.explore-nbr .carousel-container .iconimg.deep.disabled{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/1/original_f6d23d1e-71f1-4307-bb1e-70abfd2ce7c0.png) no-repeat center/contain;cursor:not-allowed}.explore-nbr .carousel-container .iconimg.deep:not(.disabled):hover{background:url(https://cdn.chime.me/image/fs/sitebuild/2021318/1/original_6491a0e1-3a36-46b3-8f67-fa3e3474de12.png) no-repeat center/contain}.explore-nbr .carousel-container .iconimg.deep:not(.disabled):hover.next{transform:translate(-10px, -50%)}.explore-nbr .carousel-container .iconimg.deep:not(.disabled):hover.prev{transform:translate(10px, -50%) rotate(180deg)}

.crumbs.layout1{padding-top:10px;padding-bottom:25px}@media (max-width: 800px){.crumbs.layout1{padding:15px 0 0 0}}.crumbs.layout1.showInsight{background:var(--color-border)}.crumbs.layout1 .content{background:var(--color-border);padding:13px 20px;display:flex;align-items:center;justify-content:space-between}.crumbs.layout1 .content .left{flex:1;display:flex;flex-wrap:wrap}.crumbs.layout1 .content .left .crumb_item{color:var(--g-text-color);font-size:14px;font-family:var(--font-normal);cursor:default}@media (max-width: 600px){.crumbs.layout1 .content .left .crumb_item{font-size:12px}}.crumbs.layout1 .content .left .crumb_item:last-child .crumb_separator{display:none}.crumbs.layout1 .content .left .crumb_item .crumb_inner{line-height:1.67;letter-spacing:normal}.crumbs.layout1 .content .left .crumb_item .crumb_separator{margin:0 5px}.crumbs.layout1 .content .right{margin-left:15px;flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;font-size:16px;color:var(--g-primary-color)}@media (max-width: 800px){.crumbs.layout1 .content .right{font-size:14px}}.crumbs.layout1 .content .right .market_insight{margin-right:10px}.crumbs.layout1 .content .right .go.iconfont{color:var(--g-primary-color)}.crumbs.layout1 .content .right:hover{color:var(--g-btn-background)}.crumbs.layout1 .content .right:hover .go.iconfont{color:var(--g-btn-background)}.crumbs.layout1.is-empty .content{background:none}.crumbs.layout1.is-empty .content .left{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.crumbs.layout1.is-empty .right{line-height:16px}.crumbs.layout1.is-empty .right .market_insight{margin-right:8px;color:var(--g-text-color);font-size:14px}.crumbs.layout1.is-empty .right .go.iconfont{color:var(--g-text-color)}.crumbs.layout1 .is-link{cursor:pointer}.crumbs.layout1 .is-link:hover{text-decoration:underline}

.sub_title.layout1{font-size:14px;color:var(--g-tip-color)}.sub_title.layout1.compose{padding:0 15px}@media (min-width: 801px){.sub_title.layout1{margin-bottom:15px}.sub_title.layout1.compose{padding:0 20px}}.sub_title.layout1 .desc{vertical-align:middle}.sub_title.layout1 .link{color:var(--color-link);cursor:pointer;vertical-align:middle;text-decoration:underline}@media (max-width: 800px){.sub_title.layout1{margin-top:0;margin-bottom:0;padding-top:8px}}

@media (max-width: 800px){.drawer{flex:1;position:absolute;bottom:0;left:0;right:0;background-color:var(--g-bg-color);transition:bottom 0.3s ease;display:flex;flex-direction:column}.drawer.collapsed{border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0px -5px 10px 0px rgba(25,25,25,0.15)}.drawer.no-scroll{overflow:hidden}.drawer-header{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1.5;color:var(--g-primary-color);font-weight:700;padding:20px 0 15px}.drawer-header .handle{width:40px;height:6px;background-color:var(--color-border);border-radius:4px;margin-bottom:15px}.drawer-body{flex:1}}

.md-search-result.layout1{--mask-bg-color: rgba(255, 255, 255, 0.7);--color-border: rgba(218, 218, 218, 0.5);display:flex;position:relative;overflow:hidden}@media (min-width: 601px){.md-search-result.layout1 .compose .search-result .md-house.brief-list{padding-left:20px;padding-right:20px;margin-top:10px}}@media (max-width: 600px){.md-search-result.layout1 .compose .search-result .md-house.brief-list{padding:0}}.md-search-result.layout1 .search-result .pagination{margin-bottom:0}.md-search-result.layout1 .search-result .mls-declaimer-container{padding:20px}.md-search-result.layout1 .map-result-container{flex:1;background:#a6a9b2;position:relative}.md-search-result.layout1 .map-result-container .shadow{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;box-shadow:inset 0 2px 10px rgba(0,10,30,0.1),inset 2px 0 10px rgba(0,10,30,0.1);pointer-events:none}@media (max-width: 800px){.md-search-result.layout1 .map-result-container .shadow{display:none}}.md-search-result.layout1 .map-result-container .btn-collapse{position:absolute;left:-1px;top:50%;transform:translateY(-50%);background-color:white;height:50px;width:50px;text-align:center;color:#515666;border-left:none;cursor:pointer;border-radius:0 5px 5px 0;box-shadow:7px 3px 10px 0 rgba(0,10,30,0.1);z-index:2}.md-search-result.layout1 .map-result-container .btn-collapse:before{position:absolute;top:50%;left:50%;font-size:16px;transform:translate(-50%, -50%) rotate(180deg)}.md-search-result.layout1 .map-result-container .btn-collapse.collapse:before{transform:translate(-50%, -50%)}@media (max-width: 800px){.md-search-result.layout1 .map-result-container .btn-collapse{display:none}}.md-search-result.layout1 .search-result-drawer{width:100%;height:100%;position:relative;z-index:2}.md-search-result.layout1 .search-result-drawer.area-empty{min-height:160px}.md-search-result.layout1 .search-result-drawer.left{height:100%;width:710px;margin:0;display:flex;flex-direction:column;overflow-y:auto;font-size:14px}.md-search-result.layout1 .search-result-drawer.left .house-grid-container{padding:0 20px}.md-search-result.layout1 .search-result-drawer.left .search-result-header{padding:0 20px}.md-search-result.layout1 .search-result-drawer.left .search-result-header .search-text{font-size:20px;line-height:1.2;margin-right:10px;padding:10px 0}.md-search-result.layout1 .search-result-drawer.left .search-result{container-type:inline-size;flex:1;overflow-y:auto;overflow-x:hidden;margin:20px 0 0 0;min-height:0}.md-search-result.layout1 .search-result-drawer.left .search-result::-webkit-scrollbar{width:4px;height:8px;-webkit-appearance:none}.md-search-result.layout1 .search-result-drawer.left .search-result::-webkit-scrollbar-thumb{border-radius:4px;background-color:#dadada}.md-search-result.layout1 .search-result-drawer.left .loading .loading-box{top:50%}.md-search-result.layout1 .search-result-drawer.left .sub_title{padding:0 20px;margin-bottom:15px}.md-search-result.layout1 .search-result-drawer.left .explore-listings{margin-top:80px}.md-search-result.layout1 .search-result-drawer.left .explore-listings,.md-search-result.layout1 .search-result-drawer.left .explore-nbr{padding:0 20px}@media (min-width: 801px){.md-search-result.layout1 .search-result-drawer.big-map{display:none}}.md-search-result.layout1 .search-result-drawer.big-map .search-result-header{position:absolute;right:80px;top:20px;padding:0px 15px;background-color:white;display:none}.md-search-result.layout1 .search-result-drawer.big-map .sub_title{display:none}.md-search-result.layout1 .search-result-drawer .search-result-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.md-search-result.layout1 .search-result-drawer .search-result-header .search-text{font-family:var(--font-bold);font-size:20px;color:var(--g-primary-color);flex-grow:100;line-height:40px}.md-search-result.layout1 .search-result-drawer .search-choose{display:flex;justify-content:space-between;align-items:center}.md-search-result.layout1 .search-result-drawer .search-choose.showCrumbs{margin-bottom:20px}.md-search-result.layout1 .search-result-drawer .search-choose.showMap{padding:0 20px}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch{border:1px solid var(--color-border)}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb{display:flex;width:60px;height:30px;align-items:center;flex-direction:row-reverse;cursor:pointer}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont{height:30px;color:var(--g-tip-color);font-size:20px;padding:5px;background:var(--color-border)}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont.active,.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont.side-active{color:var(--g-primary-color);background-color:var(--g-bg-color)}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont:not(.active),.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont:not(.side-active){position:relative}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont:not(.active):hover::after,.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont:not(.side-active):hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.md-search-result.layout1 .search-result-drawer .search-choose .search-switch .thumb .iconfont:hover{color:var(--g-primary-color)}.md-search-result.layout1 .search-result-drawer .crumbs{padding-top:0px;padding-bottom:0px;margin-top:-10px}.md-search-result.layout1 .search-result-drawer .crumbs.showMap{margin-left:20px;margin-right:20px}.md-search-result.layout1 .search-result-drawer .crumbs.showInsight{padding:0px;margin-top:-5px}.md-search-result.layout1 .search-result-drawer .crumbs.showInsight.isMobile{margin-top:10px}.md-search-result.layout1 .search-result-drawer .crumbs.isMobile{margin-top:10px}.md-search-result.layout1 .search-result-drawer .search-result{margin-top:20px}.md-search-result.layout1 .search-result-drawer .search-result .explore-listings,.md-search-result.layout1 .search-result-drawer .search-result .explore-nbr{background:var(--g-bg-color)}.md-search-result.layout1 .search-result-drawer .search-result .explore-listings .mg-title,.md-search-result.layout1 .search-result-drawer .search-result .explore-nbr .mg-title{color:var(--g-primary-color)}.md-search-result.layout1 .search-result-drawer .search-result .explore-listings .carousel-container .iconarrow,.md-search-result.layout1 .search-result-drawer .search-result .explore-nbr .carousel-container .iconarrow{color:var(--g-tip-color)}.md-search-result.layout1 .search-result-drawer .drawing-mask{width:100%;height:100%;background:rgba(218,218,218,0.8);position:absolute;z-index:var(--level-subhigh)}.md-search-result.layout1 .search-result-drawer .loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.9);z-index:var(--level-sublow);overflow:hidden}.md-search-result.layout1 .search-result-drawer .loading .loading-box{position:absolute;top:200px;left:50%;transform:translate(-50%, -50%)}@media (max-width: 800px){.md-search-result.layout1{margin:0;padding:0;height:calc(100% - 70px)}.md-search-result.layout1 .search-result-drawer{width:100%}.md-search-result.layout1 .search-result-drawer.map{position:absolute}.md-search-result.layout1 .search-result-drawer .search-result-header{margin:0;flex-wrap:nowrap;padding-top:5px}.md-search-result.layout1 .search-result-drawer .search-result-header .search-text{font-size:15px;line-height:16px;margin-bottom:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1}}.md-search-result.layout1 .md-quick-search.layout1 .list .quick-list li{width:calc(50% - 10px);margin-right:20px}.md-search-result.layout1 .md-quick-search.layout1 .list .quick-list li:nth-child(even){margin-right:0}.md-search-result.layout1 .md-footer.inner{z-index:1;width:100%}.md-search-result.layout1 .md-search-seo.inner{margin-top:50px}.md-search-result.layout1 .search-empty-status.layout1{padding-top:20px;padding-bottom:70px}.md-search-result.layout1 .search-empty-status.layout1.isMobile{padding-bottom:40px}.md-search-result.layout1 .search-empty-status.layout1.isMobile img{width:64px;height:64px}.md-search-result.layout1 .search-empty-status.layout1 .des{color:var(--g-primary-color)}.md-search-result.layout1 .search-empty-status.layout1.show-map{margin-top:0}.md-search-result.layout1 .empty-search-conditions.layout1 .condition-item-tag{border-radius:0}.md-search-result.layout1 .empty-search-conditions.layout1 .condition-item-tag .tag-name{color:var(--g-primary-color)}.md-search-result.layout1 .empty-search-conditions.layout1 .condition-item-tag .tag-close{color:var(--g-bg-color);background:var(--g-text-color);border-radius:0}.md-search-result.layout1 .house-grid-container{display:flex;flex-wrap:wrap;gap:20px}.md-search-result.layout1 .house-grid-container.isMobile{gap:15px;padding:0}.md-search-result.layout1 .search-sort{font-size:14px;position:relative;cursor:pointer}.md-search-result.layout1 .search-sort .select{color:var(--g-primary-color)}.md-search-result.layout1 .search-sort .select:not(.mobile) .title{border:1px solid var(--color-border)}.md-search-result.layout1 .search-sort .select .title{display:flex;align-items:center;font-family:var(--font-normal);line-height:20px;padding:5px 10px}@media (min-width: 801px){.md-search-result.layout1 .search-sort .select .title{position:relative}.md-search-result.layout1 .search-sort .select .title:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}}.md-search-result.layout1 .search-sort .select .iconfont{margin-left:10px;font-size:14px}.md-search-result.layout1 .search-sort .list-panel{width:100%;min-width:200px;position:absolute;left:0;box-shadow:0 2px 5px 0 rgba(0,10,30,0.1);border:1px solid var(--color-border);background:var(--g-bg-color);color:var(--g-primary-color);justify-content:space-between}.md-search-result.layout1 .search-sort .list-panel li{line-height:32px;padding:0 30px 0 15px;cursor:pointer;height:32px;display:block;position:relative;position:relative}.md-search-result.layout1 .search-sort .list-panel li:hover::after{content:'';background:rgba(25,25,25,0.1);position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.md-search-result.layout1 .search-sort .list-panel li>span{width:auto;display:inline-block}.md-search-result.layout1 .search-sort .list-panel li:hover{color:var(--g-btn-background)}.md-search-result.layout1 .search-sort .list-panel li .icon-checked-light{display:none}.md-search-result.layout1 .search-sort .list-panel li.selected{color:var(--g-btn-background, var(--color-theme, #03c9ff))}.md-search-result.layout1 .search-sort .list-panel li.selected .icon-checked-light{display:block;float:none;position:absolute;right:0;top:0;padding-right:14px;font-size:12px}.md-search-result.layout1 .search-sort.mobile{font-size:12px}.md-search-result.layout1 .search-sort.mobile .select .title{font-size:12px;padding:0}.md-search-result.layout1 .search-sort.mobile .select .iconfont{font-size:12px}.md-search-result.layout1 .search-sort.mobile .list-panel{min-width:170px;right:0;left:auto}.md-search-result.layout1 .md-house__mask .mask-lock{background:#fff}.md-search-result.layout1 .md-house__mask .mask-lock .icon-lock1{color:#191919}@media (min-width: 1600px){.md-search-result.layout1 .search-result-drawer.left{width:800px}}@media (min-width: 1920px){.md-search-result.layout1 .search-result-drawer.left{width:1055px}.md-search-result.layout1 .search-result-drawer.left .search-result-house-grid{width:calc(33.33% - 13.33px)}}.gm-bundled-control{display:none}

