.dialog_bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: -100px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 0.4s;
}

.right_dialog {
    position: absolute !important;
    right: 0px;
    top: 0;
    min-width: 760px;
    background-color: #fff;
    height: 100vh;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    margin-top: 0px !important;
    display: none;
}

.right_dialog .el-dialog__header {
    display: none;
}

.right_dialog .el-dialog__body {
    padding: 0;
}

.dialog_top {
    height: calc(100vh - 155px);
    overflow-y: auto;
    overflow-x: hidden;
}

.dialog_address {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: 500;
    color: #202842;
    margin-top: 10px;
}

.dialog_address .icon {
    font-weight: bold;
    margin-right: 5px;
}

.dialog_label {
    padding: 20px 2px;
    border-bottom: 1px solid #DCDFE6;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog_label .label_title {
    font-size: 15px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: 500;
    color: #202842;
}


/* .dialog_label .label_select {
    margin-top: 10px;
} */

.dialog_label .label_select .el-input__inner {
    width: 560px;
}

.dialog_label .label_input {
    width: 140px;
}

.dialog_label .label_input2 {
    width: 217px;
}

.dialog_label .label_input .el-input__inner {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #202842;
    font-size: 16px;
    padding: 0;
}

.dialog_label .label_input .el-input__inner,
.dialog_label .label_input2 .el-input__inner {
    width: 100%;
}

.dialog_label:hover .label_close {
    display: block;
}

.dialog_label .label_close {
    color: red;
    font-size: 20px;
    position: relative;
    display: none;
    cursor: pointer;
    margin-left: -20px;
}

.dialog_add {
    width: 40px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    cursor: pointer;
    margin-bottom: 26px;
}

.dialog_add .add {
    font-size: 26px;
    color: #409EFF;
}


/* <!-- 取消，确认按钮 --> */

.dialog_label_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 20px; */
    position: fixed;
    bottom: 0px;
    width: 760px;
    right: 0px;
    /* width: 100%; */
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 20%);
}

.dialog_label_btn .label_btn_left {
    width: 120px;
    height: 40px;
    background: rgba(255, 77, 79, 1);
    margin-right: 40px;
    border-radius: 6px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.dialog_label_btn .label_btn_right {
    width: 120px;
    height: 40px;
    background-color: #2798eb;
    border-radius: 6px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-right: 40px;
}


/* 地块信息 */

.base_box {
    margin-bottom: 30px;
}

.base_box .bottom_box {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.base_box .bottom_box .sm_box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    margin-bottom: 10px;
}

.base_box .bottom_box .name {
    display: block;
    /* width: 280px; */
    min-width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
}

.base_box .bottom_box .num {
    width: 110px;
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    color: #333333;
    font-weight: 500;
}

.base_box .middle_box {
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(114, 114, 114, 0.16);
    opacity: 1;
    border-radius: 4px;
}

.base_box .middle_box .top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 30px;
    color: #00D04C;
}

.base_box .middle_box .top_left {
    display: flex;
    align-items: center;
}

.base_box .middle_box .top_left img {
    margin-top: 8px;
}

.base_box .middle_box .top_left span {
    font-weight: bold;
    font-size: 16px;
}

.base_box .middle_box .top_right {
    display: flex;
}

.base_box .middle_box .top_right .no_pick {
    color: #ef3636;
    margin-left: 30px;
    font-size: 14px;
}

.title1 {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


/* 竖直线 */

.title1 .y_line {
    display: inline-block;
    width: 4px;
    height: 8px;
    background: #409EFF;
    margin-right: 8px;
}

.title1 .title {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 22px;
    color: #262626;
}

.remote_sensing {
    margin-bottom: 30px;
}

.remote_sensing img {
    width: 100%;
}

.remote_sensing .el-tabs {
    border-radius: 4px;
}

.remote_sensing .el-tabs__nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.remote_sensing .el-tabs__item:nth-child(2) {
    padding-left: 12px !important;
}

.remote_sensing .el-tabs__item:last-child {
    padding-right: 12px !important;
}

.remote_sensing .el-tabs__item {
    padding: 0 12px;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
}

.swiper-slide:last-child {
    margin-right: 30px !important;
}

.swiper-slide:first-child {
    margin-left: 30px !important;
}

.swiper-slide {
    width: 100px !important;
    width: 100%;
    height: 40px !important;
    border-radius: 6px;
    /* border: 1px solid #007aff; */
    border: 1px solid #DCDFE6;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.swiper_active {
    border: 1px solid #007aff !important;
}

.swiper {
    width: 700px;
    height: 60px;
    margin-bottom: 16px;
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
}

.swiper-wrapper {
    align-items: center;
}

.swiper-button-prev {
    height: 50px !important;
    left: 0px !important;
    top: 15px !important;
    width: 20px !important;
    display: flex;
    justify-content: flex-end;
    border-radius: 3px;
    border: 1px solid #DCDFE6;
    background: #fff;
}

.swiper-button-next {
    height: 50px !important;
    right: 0px !important;
    top: 15px !important;
    width: 20px !important;
    display: flex;
    justify-content: flex-end;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.swiper-button-next.swiper-button-disabled {
    color: rgba(0, 122, 255, 0.3) !important;
    opacity: 1 !important;
}

.swiper-button-prev.swiper-button-disabled {
    color: rgba(0, 122, 255, 0.3) !important;
    opacity: 1 !important;
}

.leaflet-buttons-control-button {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    right: 4px;
}

.leaflet-buttons-control-button::before {
    content: '圈地';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.leaflet-pm-icon-polygon {
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#clear {
    top: 272px !important;
}

.isButton {
    color: #2798eb !important;
}

.button-tiny {
    color: #000;
    font-weight: 400;
    top: 180px;
}

.button-tiny .iconfont {
    font-size: 18px;
}


/* 架构选择盒子 */

.cascader_box {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    max-height: calc(100% - 75px);
    overflow-y: auto;
}

.cascader_box .el-input__inner {
    margin-bottom: 16px;
}

.cascader_box .el-tree-node {
    margin-bottom: 6px;
}


/* .cascader_box .el-tree-node__content:hover {
    background-color: #2798eb !important;
} */

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    /* background-color: #b3d1ff; */
    background-color: rgba(0, 0, 0, 0) !important;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .scope_box i {
    color: royalblue !important;
}

.cascader_box .scope_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cascader_box .scope_box i {
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: bold;
}


/* .cascader_box .is-current .el-tree-node__content {
    background-color: #2798eb;
} */


/* 暂无数据 */

.no_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 60px 0;
}

.no_data .img {
    width: 100px;
    margin-bottom: 20px;
}

.no_data .title {
    font-size: 18px;
    color: #8a8a8a;
    text-align: center;
}