.route_layout:nth-child(1) {
    width: 21%;
    margin-left: 7%;
    float: left;
}

h2 {
    color: #464646;
}

.route_layout_title {
    line-height: 50px;
    color: #242424;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 0;
}

.route_layout_inner {
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.route_layout .block__list_words #editable li {
    height: 35px;
    line-height: 35px;
    background: #ecf5ff;
    border-radius: 4px;
    border: 1px solid #b3d8ff;
    color: #5c9ff5;
    padding: 0;
    font-size: 16px;
    text-indent: -20px;
    margin: 10px 6px;
    width: 93%;
    position: relative;
}

.block__list_words li {
    background-color: #5F9EDF;
    padding: 10px;
    margin: 8px;
    color: white;
    text-align: center;
}

.route_layout .block__list_words #editable li i {
    font-style: normal;
    color: #f78080;
    font-size: 16px;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #fef0f0;
    text-indent: 0;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #fbc8c8;
}

#editable i {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    /* opacity: 0; */
    display: block;
    cursor: pointer;
    color: #c00;
    top: 4px;
    right: 16px;
    position: absolute;
    /* font-style: normal; */
    font-size: 20px;
}

.block__list li {
    cursor: move;
}

.route_layout:nth-child(2) {
    width: 65%;
    height: 620px;
    border: 1px solid #dcdfe6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-left: 10px;
    margin-right: 5%;
    float: left;
    border-radius: 4px;
}

.tabbar_list {
    height: 45px;
    border-bottom: 1px solid #e4e7ed;
}

.tabbar_list li {
    height: 45px;
    line-height: 45px;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding: 0 30px;
    font-size: 16px;
    color: #909399;
}

.tabbar_list li.active {
    color: #409eff;
    border-bottom-color: #fff;
    border-right: 1px solid #dcdfe6;
}

.spot_scroll {
    height: 570px;
    overflow-y: auto;
}

#spotsDiv {
    padding: 20px;
}

.myBtn {
    padding: 4px;
    float: right;
    margin: 5px;
    cursor: pointer;
    border-style: solid;
    background-color: #478de4;
    color: white;
}

.btn-ban {
    background: #f4f4f5 !important;
    color: #bcbec5 !important;
    border: 1px solid #e9e9eb !important;
    cursor: default !important;
}

.el-button--success--plain {
    color: #67c23a;
    background: #f0f9eb;
    border: 1px solid #c2e7b0;
}

.myBtn-large {
    padding: 12px 16px !important;
}

.myBtn {
    border-radius: 4px;
    padding: 6px 12px;
    background-color: #3a8ee6;
    border-color: #3a8ee6;
    transition: all .1s linear;
    border: none;
    color: #fff;
    cursor: pointer;
}

.baidu-maps label {
    max-width: none;
}

.route_layout #indexUL {
    float: left;
    margin-left: 10px;
    z-index: 2;
    position: relative;
}

.route_layout #indexUL .myLi {
    position: relative;
    height: 37px;
    padding: 0;
}

.route_layout #indexUL .myLi span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #b3d8ff;
    border-radius: 50%;
    position: relative;
    top: 9px;
}

.myLi {
    padding: 10.5px 0;
    margin: 10px 0;
    color: green;
    text-align: center;
    font-weight: bold;
}

.rightTop1 {
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
}

.rightTop2 {
    right: 10px !important;
    top: 55px !important;
}