.popup-nav {

    ul {
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #03a9f4;

        li {
            margin: 0 4px;
            flex: 1;
            min-width: 72px;
            height: 30px;
            line-height: 30px;
            list-style: none;
            font-size: .875rem;
            text-align: center;
            border: 1px solid rgb(0, 208, 255);
            border-radius: 15px;
            cursor: pointer;

            .popup-icon {
                display: inline-block;
                width: .875rem;
                height: .875rem;
                vertical-align: middle;
            }

            .come-nav {
                background: url(/img/icon/come.png) no-repeat;
                background-size: 100% 100%;
            }

            .start-nav {
                background: url(/img/icon/start.png) no-repeat;
                background-size: 100% 100%;
            }

            .qr-code-nav {
                background: url(/img/icon/qr-code.png) no-repeat;
                background-size: 100% 100%;
            }

            .atlas-nav {
                background: url(/img/icon/atlas.png) no-repeat;
                background-size: 100% 100%;
            }

            .live-action-nav {
                background: url(/img/icon/live-action.png) no-repeat;
                background-size: 100% 100%;
            }

            .monitor-nav {
                background: url(/img/icon/monitor.png) no-repeat;
                background-size: 100% 100%;
            }

        }
    }
}

.btm-box {
    height: 36px;
}

.arc-box {


    .tab-btn {
        display: flex;
        height: 36px;
        line-height: 36px;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #dee2e6;
        box-sizing: border-box;


        li {
            height: 100%;
            flex: 1;
            text-align: center;
            cursor: pointer;
        }

        li.on {
            color: rgb(255, 251, 0);
            border-bottom: 1px solid rgb(255, 251, 0);
        }
    }

    .btm-content {
        max-height: 180px;
        overflow-y: auto;

        div {
            display: none;
        }

        div.on {
            display: block;
        }

        li {
            padding-left: 4px;
            height: 32px;
            line-height: 32px;
            border-bottom: 1px solid #dee2e6;
            cursor: pointer;

            .popup-icon {
                display: inline-block;
                width: 12px;
                height: 12px;
                vertical-align: middle;
            }

            .location-icon {
                background: url(/img/icon/location.png) no-repeat;
                background-size: 100% 100%;
            }
        }

        li:hover {
            background: #666;
        }
    }
}

.site,
.phone {
    font-size: 0.875rem;
    line-height: 24px;

    strong {
        font-size: 0.875rem;
    }
}

.introduce {

    strong {
        font-size: 0.875rem;
    }

    p {
        white-space: normal !important;
        word-wrap: break-word !important;
        min-width: 396px;
        max-width: 492px;
        font-size: 0.875rem;
        line-height: 24px;
    }
}

.label-wrap {

    .title {

        .audio-control {
            position: absolute;
            top: 0;
            right: 34px;
            bottom: 0;
            left: auto;
            margin: auto;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .close-box {
            position: absolute;
            top: 0;
            right: 8px;
            bottom: 0;
            left: auto;
            margin: auto;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }
    }
}


