.personalise-layer{
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 261px;
    height: 248px;
    z-index: 112;
    
    .setting-title {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: none;
    }
    
    .setting-close {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 17px;
        font-size: 20px;
        cursor: pointer;
    }
    
    .setting-tit {
        padding: 2px 0px;
        margin-right: 5px;
    }
    .setting-item {
        padding: 2px 10px;
        border-radius: 3px;
        cursor: pointer;
    }
    .setting-item-current {
        background: #00aae5;
        color: #000;
    }
    .setting-item-disable{
        color: #5e5e5e;
        cursor: not-allowed;
    }
    .setting_box {
        display: flex;
    }
    .setting-bar{
        display: flex;
        justify-content: flex-start;
        padding: 5px 0;
    }
    .setting-confirm {
        padding-bottom: 20px;
    }
    .setting-submit {
        margin: 0 10px;
        padding: 5px 15px;
        background: #00aae5;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
    }
    .setting-cancel {
        margin: 0 15px;
        padding: 5px 15px;
        background: #fff;
        color: #606060;
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
    }
}
