@CHARSET "UTF-8";


.content>.btn-panel{height: 32px;}
.content>.btn-panel a{display: inline-block;float: right; background:#2F54EB; font-size: 14px; color:white; padding:5px 16px;border-radius: 8px;line-height: 22px;}



.ke-content dd{margin-left: 0;}
.ke-content dl{margin-top: 29px;}
.ke-content dd h3{ color: rgba(0, 0, 0, 0.85);line-height: 24px;font-size: 16px;font-weight: bold;display: flex;align-items: center;margin: 24px 0 8px 0;}
.ke-content dd h3::before{content: '';width: 4px;height: 4px;background: #FF5722;margin-right: 12px;}
.ke-content dd div{padding-left: 16px;}
.ke-content dt img:last-of-type{display: none;}
.ke-content dt.show img:last-of-type{display: block;}
.ke-content dt.show img:first-child{display: none;}

.content>div h4 {font-size: 14px;font-weight: 500;color: rgba(0, 0, 0, 0.45);line-height: 28px;margin:0;margin-top: 8px;}
.content>div p{font-weight: 400;color: rgba(0, 0, 0, 0.85);line-height: 28px;font-size: 14px;}

.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: calc(50% - 330px); right: calc(50% - 448px);background-image: url(../img/icons/16x16/close.svg);}
.dlg{z-index: 1001; border-radius: 8px; overflow: hidden; position: fixed; width:896px; height: 608px; top:50%; left: 50%; background:#fff;  border-bottom: 40px solid #fff; margin-top: -304px; margin-left:-448px; padding: 40px 60px;  overflow-y: auto; scrollbar-width:none; -ms-overflow-style:none; box-sizing: border-box;}
.dlg h1{padding-left: 12px; border-left: 8px solid #ff5722;}
.dlg p:last-child{padding-left: 28px;}