@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: 896px;height: 65vh;background: #FFFFFF;position: absolute;left: calc(50% - 896px/2);top:calc(50% - 65vh/2) ;border-radius: 8px;
padding: 40px 60px;box-sizing: border-box;display: flex;flex-direction: column;z-index: 1001;}
.bg-content>a{width: 16px;height: 16px;background-image: url(../img/icons/16x16/close.svg);position: absolute;top: -32px;right: 0;}
.bg-content>p{padding-left: 16px;}

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

