@CHARSET "UTF-8";

.dlg-bg{z-index: 1000; display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background:rgba(0,0,0,0.85);}
.dlg-bg a.close{width:16px; height: 16px; position: absolute; top: 4rem; right: .4rem; background-image: url(../img/icons/16x16/close.svg);}
.dlg{z-index: 1001;border-radius: 8px; overflow: hidden; position: fixed; width:calc(10rem - .8rem ); top:5rem; left: .4rem; background:#fff;  border-bottom: .85rem solid #fff; overflow-y: auto; scrollbar-width:none; -ms-overflow-style:none; box-sizing: border-box; max-height: 60vh; overflow-y: auto;}
::-webkit-scrollbar{display:none;/*ChromeSafari*/}
.dlg>img {width: 100%; height: 70%; object-fit: cover;}
.dlg>h1 {padding: 0 .4rem 0 .53rem; color: rgba(0,0,0,0.85); padding-left: 12px;border-left: 8px solid #FF5722;margin-bottom: 16px; margin-left: 0.53rem; font-size: .64rem;}
.dlg>p{padding: 0 .4rem 0 .53rem; color: rgba(0,0,0,0.85); font-size: 14px; line-height: 28px;}