.ptb-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-10 {
    padding: 10px;
}

.font-size-20 {
    font-size: 20px;
}

.pl-4 {
    padding-left: 4px;
}

.display-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mb-6 {
    margin-bottom: 6px;
}

.font-size-16 {
    font-size: 16px;
}

.flabel {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.tree-wrap {
    background: #F7F8FA;
}

.upload-wrap {
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
    color: #646566;
}


.tree-main .tree-title {
    padding: 10px 6px;
}

.choosemap-wrap {
    width: 90vw;
    bottom: 30px;
    position: absolute;
    left: 5%;
    background: #fff;
    border-radius: 4px;
}


.nowposition {
    position: absolute;
    top: -50px;
    left: 0;
    background: #fff;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    color: #1989fa;
}

.vant-input-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;

}

.vant-input-wrap::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.vant-input-text {
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    flex: 1;
}

.vant-input-label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 6.2em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word;
}

.vant-input-icon {
    margin-right: -8px;
    padding: 0 8px;
    line-height: inherit;
    flex-shrink: 0;
    color: #969799;
    margin-top: 3px;
    font-size: 16px;
}

.location-retry {
    margin-left: 8px;
    color: #1989fa;
}


.tree-title-switch .switch-label {
    font-size: 12px;
    color: #646566;
    margin-right: 8px;
}

/* 右上角控制台日志开关热区 */
.console-switch-trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: transparent;
    z-index: 9999;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}
