@charset "utf-8";
/*动态弹窗*/
*{margin:0;padding:0;}
.dt-con{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:9998;}
.dt-con .dt-mask{position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:.5;}
.dt-con .dt-list{width:90% !important;background:#0085d0; top:10%;color:#fff; z-index:99999; position:relative;}
.dt-con .dt-list .dt-text{ padding:0.2rem 0.75rem 0 0.75rem;}
.dt-con .dt-list .footerbg{ background:url(/wap/static/images/wt-images/footer_bg.png) no-repeat bottom
; height:3.5rem; width:100%; background-size:100%;}
.dt-con .dt-2em{text-indent:0.75rem;}
.dt-con .dt-sm{text-align:right; padding-top:0.5rem;}
.dt-con .dt-list h2{ text-align:center; font-size:0.85rem; display:block;padding:1.65rem 0 0.5rem 0;}
.dt-con .dt-list p{ font-size:0.7rem; line-height:1.05rem;}
.dt-con .dt-close{ position:absolute; right:10px; top:8px;}
.dt-con .dt-close img{width:1.5rem; height:1.5rem;}
