@CHARSET "UTF-8";
.bg{background: rgba(0, 0, 0, 0.85);z-index: 1000; position: fixed;top: 0;left: 0;right: 0;bottom: 0;display: none;}
.bg-content{width: 9.15rem;height: 9.6rem;background: #FFFFFF;position: absolute;left: calc(50% - 9.15rem/2);top:calc(50% - 9.6rem/2) ;border-radius: 8px;
padding-top: 0.43rem; padding-bottom: .4rem; box-sizing: border-box;display: flex;flex-direction: column;z-index: 1001;}
.bg-content>a{width: 0.43rem;height: 0.43rem;background-image: url(../img/icons/16x16/close.svg);position: absolute;background-repeat: no-repeat;background-size: cover; top: -0.85rem;right: 0;}
.bg-content>p{padding:0 0.53rem 0.43rem 0.53rem;}

.bg-content>p{flex: 1;overflow-y: auto; 
     scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

