.map-box {
    height: calc(100vh - 80px);
    width: 100%;
}
.change-map-btn-box {
    width: 0;
    height: 0;
}
.change-map-btn {
    width: 96px;
    background: #F4F6FA;
    box-shadow: -8px -8px 20px 0px rgba(55,99,170,0.1), 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
}
.change-map-btn img {
    width: 86px;
    height: 60px;
}
.btn-hide {
    display: none;
}
.search-form-line {
    display: flex;
    justify-content: space-between;
    width: 410px;
}
.search-form-input {
    width: 242px;
    height: 48px;
    background: linear-gradient(270deg, #F3F5F8 0%, #f0f4fa 54%, #FAFBFC 100%) #F3F5F8;
    box-shadow: inset -8px -8px 20px 0px #FFFFFF;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 12px 16px;
    display: flex;
}
.search-form-input img {
    width: 24px;
    height: 24px;
}
.search-form-input input {
    height: 24px;
    border: none;
    border-left: 1px solid rgba(42, 47, 62, 0.2);
    background: none;
    width: 146px;
    margin-left: 10px;
    padding-left: 10px;
}
.search-form-btn {
    background-color: rgba(48, 114, 246, 1);
    width: 32px;
    height: 32px;
    box-shadow: 2px 2px 4px 0px rgba(0,20,77,0.1);
    border-radius: 2px;
    display: block;
    margin: -4px;
    padding: 4px;
}
.search-form-btn img {
    width: 24px;
    height: 24px;
}
.search-more-btn {
    width: 156px;
    height: 48px;
    background: linear-gradient(270deg, #F3F5F8 0%, #f0f4fb 54%, #FAFBFC 100%) #F3F5F8;
    box-shadow: inset -8px -8px 20px 0px #FFFFFF;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    display: flex;
    padding: 12px 16px;
    line-height: 24px;
    font-size: 16px;
    color: rgba(42, 47, 62, 1);
    justify-content: space-between;
}
.show-form-more-btn .default-img {
    display: block;
}
.show-form-more-btn .active-img {
    display: none;
}
.show-form-more-btn.active .default-img {
    display: none;
}
.show-form-more-btn.active .active-img {
    display: block;
}
.search-form-district {
    width: 410px;
    margin-top: 20px;
    background: linear-gradient(270deg, #F3F5F8 0%, #f2f5fb 54%, #FAFBFC 100%) #F3F5F8;
    box-shadow: inset -8px -8px 20px 0px #FFFFFF;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 12px 16px;
}
.search-form-more {
    width: 410px;
    margin-top: 20px;
    background: linear-gradient(270deg, #F3F5F8 0%, #f2f5fb 54%, #FAFBFC 100%) #F3F5F8;
    box-shadow: inset -8px -8px 20px 0px #FFFFFF;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    padding: 12px 16px;
    display: none;
}
.more-body {
    height: calc(100vh - 400px);
    overflow: auto;
}
.more-item {
    padding: 12px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(0,20,77,0.1);
    margin-bottom: 8px;
}
.more-label {
    font-size: 14px;
    color: rgba(40, 45, 59, 1);
    margin-bottom: 12px;
}
.more-input {
    display: flex;
    flex-wrap: wrap;
}
.more-input-input {
    border: 1px solid rgba(100, 110, 136, 0.6);
    height: 32px;
    width: 68px;
    border-radius: 2px;
    margin-right: 10px;
    padding-left: 4px;
}
.more-input-unit {
    font-size: 14px;
    line-height: 32px;
    margin-right: 10px;
}
.more-btns {
    margin-top: 20px;
    display: flex;
}
.more-btn {
    border: 1px solid rgba(79, 91, 117, 1);
    border-radius: 2px;
    background-color: #FFFFFF;
    color: rgba(79, 91, 117, 1);
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    width: 68px;
    display: block;
}
.reset-btn {
    margin-right: 164px;
}
.cancel-btn {
    border: 1px solid #3072F6;
    color: #3072F6;
    margin-right: 10px;
}
.submit-btn,.map-btn {
    border: 1px solid #3072F6;
    background: #3072F6;
    color: #FFFFFF;
}
.form-check {
    margin-right: 20px;
}
.form-select {
    margin-right: 20px;
    width: 150px;
    margin-bottom: 10px;
}
.search-district-btn {
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    font-size: 16px;
    color: rgba(42, 47, 62, 1);
    height: 24px;
}
.district-list {
    height: calc(100vh - 400px);
    overflow: auto;
    display: none;
    margin-top: 10px;
}
.search-form-district.active .district-list {
    display: block;
}
.district-item .district-title {
    width: 378px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(0,20,77,0.1);
    border-radius: 2px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 16px;
    color: #2A2F3E;
    line-height: 24px;
    cursor: pointer;
}
.district-item .district-title img {
    width: 24px;
    height: 24px;
}
.street-list {
    display: none;
    margin-top: 10px;
}
.district-item .district-btn .default-img {
    display: block;
}
.district-item .district-btn .active-img {
    display: none;
}
.district-item.active .district-btn .default-img {
    display: none;
}
.district-item.active .district-btn .active-img {
    display: block;
}
.district-item.active .street-list {
    display: block;
}
.street-item {
    padding: 12px 16px;
    font-size: 16px;
    color: #2A2F3E;
    line-height: 24px;
    cursor: pointer;
    display: flex;
}
.street-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.street-item .default-img {
    display: block;
}
.street-item .active-img {
    display: none;
}
.street-item.active .default-img {
    display: none;
}
.street-item.active .active-img {
    display: block;
}
.type-btns {
    display: flex;
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 4px;
}
.type-btn {
    padding: 16px 20px;
    cursor: pointer;
    background: linear-gradient(270deg, #F3F5F8 0%, #f0f4fb 54%, #FAFBFC 100%) #F3F5F8;
    display: flex;
    width: 180px;
}
.street-industry {
    width: 368px;
    height: 50px;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.type-btn .active-img {
    display: none;
}
.type-btn .default-img {
    display: block;
}
.type-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.type-btn.active .active-img {
    display: block;
}
.type-btn.active .default-img {
    display: none;
}
/* .type-btn.chuzu-btn.active {
    color: #FFFFFF;
    background: rgba(48, 114, 246, 1);
}
.type-btn.chushou-btn.active {
    color: #FFFFFF;
    background: rgb(246, 48, 61);
} */
.type-btn.chuzu-btn {
    color: #FFFFFF;
    background: rgba(48, 114, 246, 1);
}
.type-btn.chushou-btn {
    color: #FFFFFF;
    background: rgb(246, 48, 61);
}
.district-point-body {
    background-color: #3072F6;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}
.district-point-count {
    font-size: 18px;
    font-weight: 900;
}
.point-title {
    width: 200px;
    background-color: #3072F6;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    border-radius: 14px;
    padding: 4px 10px;
    text-align: center;
}
.point-body img {
    margin-left: 84px;
}
.modal-btns {
    display: flex;
    justify-content: center;
    padding: 0 80px;
}
.modal-btn {
    text-align: center;
}
.modal-btn img {
    width: 135px;
    height: 135px;
    margin-bottom: 10px;
}