@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body.mine-mp3-page {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #0a0a0a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ddd;
}

.mine-mp3-content {
    position: relative;
    height: 100%;
}

.mine-mp3-map {
    overflow: auto;
    height: 100%;
}

.mine-mp3-map-inner {
    position: relative;
    width: 1824px;
    height: 1440px;
}

.mine-mp3-options {
    position: fixed;
    left: 30px;
    top: 30px;
    padding: 12px 16px;
    background: #1a1a1a;
    border: 1px solid #333;
    font-size: 14px;
    color: #ddd;
    z-index: 99;
    border-radius: 4px;
}

.mine-mp3-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mine-mp3-options input[type="checkbox"] {
    margin: 0;
}

.mine-mp3-info {
    position: fixed;
    left: 30px;
    top: 70px;
    min-width: 200px;
    max-width: 280px;
    padding: 12px 16px;
    background: #1a1a1a;
    border: 1px solid #333;
    font-size: 12px;
    color: #ddd;
    z-index: 99;
    border-radius: 4px;
    line-height: 1.5;
}

.ajax-object {
    cursor: pointer;
}

.sector {
    cursor: pointer;
    color: #fff;
    position: absolute;
    left: 34px;
    top: 18px;
    font-size: xx-small;
}
