:root {
    --container-width: 100%;
}


* {
    margin: 0;
}


.container {
    position: relative;
    width: var(--container-width);
    max-width: var(--container-width);
    background-color: rgba(240, 235, 243, 1);
    height: 100vh;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog-container, .content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog-container {
    position: fixed;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container {
    z-index: 8;
    background-color: rgba(240, 235, 243, 1);
    background-image: url("../image/main_bg.png");
    background-size: cover;
    position: relative;
}

.dialog {
    margin-left: -3%;
    background-image: url("../image/dialog-bg.png");
    background-size: cover;
}

.dialog .content {
    padding-top: 35%;
    padding-left: 15%;
    padding-right: 6%;
    line-height: 180%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 78%;
}

.area-item {
    background-color: #FC8C14;
    display: inline-block;
    writing-mode: tb-rl;
    padding: 0.5em 0.25em;
    border-radius: 1em;
    color: white;
    position: absolute;
    cursor: pointer;
    font-size: 1em;
}

.area-item.dhx {
    top: 33%;
    left: 47%;
}

.area-item.ycx {
    top: 42%;
    left: 38%;
}

.area-item.axx {
    top: 50%;
    left: 25%;
}

.area-item.nas {
    top: 55%;
    left: 55%;
}

.area-item.ljq {
    top: 50%;
    left: 67.5%;
}

.area-item.qgq {
    top: 50%;
    left: 80%;
}

.area-item.haq {
    top: 56%;
    left: 78%;
}

.area-item.fzq {
    top: 57%;
    left: 68%;
}

.area-item.lcq {
    top: 59%;
    left: 63%;
}

.area-item.jjx {
    top: 65%;
    left: 61%;
}

.area-item.sss {
    top: 64%;
    left: 72%;
}

.area-item.jmx {
    top: 74%;
    left: 55%;
}

#content-content .item .title {
    font-weight: bold;
}

.qr-code {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 10;
    text-align: center;
}

.qr-code img {
    width: 100px;
    height: 100px;
}

.container .content-container .content {
    position: absolute;
    top: 19%;
    left: 0;
    width: 100%;
    z-index: 11;
    overflow-y: auto;
}

.container .content-container .content .value-container {
    margin-inline: 3%;
    color: white;
    border-radius: 1em;
    background-color: #FC8C14;
}

.container .content-container .content .value {
    padding: 3%;
    display: flex;
    justify-content: space-between;
}

.container .content-container .content .value a {
    text-decoration:none;
}