﻿@charset "utf-8"; .member .icon_xp {
    width: auto;
    height: auto;
}

.member {
    display: inline;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2px;
}

.member .tele-mark {
    min-width: 13px;
}

.member-info {
    display: inline-block;
}

.dim-layer .pop-layer .pop-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2) ;
    border-radius: .3rem ;
    outline: 0;
    padding: 20px;
    border: 10px solid #3571B5;
}

.dim-layer .pop-layer p.ctxt {
    color: #000;
    font-size: 21px;
    line-height: normal;
}

.dim-layer .pop-layer .btn-r {
    width: 100%;
    margin: 10px 0px 0px;
    padding-top: 2px;
    border-top: 1px solid #DDD;
    text-align: center;
}

.dim-layer .pop-layer {
    /* display: none; */
    margin: 0 auto;
    max-width: 500px;
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}

.dim-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 32%);
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    /* display: block; */
}

.dim-layer a.btn-layerClose {
    display: inline-block;
    padding: 5px 30px;
    /* border: 1px solid #304a8a; */
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    color: #5b5b5b;
    line-height: normal;
}

.dim-layer a.btn-layerClose:hover {
    /* border: 1px solid #091940; */
    /* background-color: #1f326a; */
}

@media all and (max-width: 625px) {
    .dim-layer .pop-layer .pop-container {
        padding: 16px 10px;
    }

    .dim-layer .pop-layer p.ctxt {
        color: #000;
        font-size: 14px;
        line-height: normal;
    }

    .dim-layer .pop-layer .btn-r {
    }

    .dim-layer .pop-layer {
    }

    .dim-layer.dim-layer {
        display: none;
        position: fixed;
        _position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .dim-layer.dim-layer .dimBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .dim-layer.dim-layer .pop-layer {
        /* display: block; */
        max-width: 100%;
    }

    .dim-layer a.btn-layerClose {
    }

    .dim-layer a.btn-layerClose:hover {
        border: 1px solid #091940;
        background-color: #1f326a;
        color: #fff;
    }
}
