@charset "utf-8";
/*提示弹窗*/
/*通用提示弹窗*/
.none{display:none}.hidden{width:0;height:0;overflow:hidden}
.mask { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; opacity: 0.8; background: #000; z-index: 100;}
.mask { filter: alpha(opacity=80);_position:absolute;_left:expression(eval(document.documentElement.scrollLeft));_top:expression(eval(document.documentElement.scrollTop))}
.pop-close { width: 24px!important; height: 24px!important; position:absolute; top: 0px; right: -30px!important; background: url(../../images/pop-close.png) no-repeat;}
.tips-pop { width:302px; position: fixed; top: 50%; left: 50%; margin: -100px 0 0 -151px; z-index: 1001;_position:absolute;}
.tips-pop .close { width: 24px; height: 24px; position:absolute; top: 0px; right: -30px; background-position: -260px -151px; }
.tips-pop .hd { height: 38px; line-height: 38px; text-align: center; font-size: 16px; color: #fff; overflow:hidden; background: #e1405a; }
.tips-pop .bd { min-height: 120px; padding: 0 10px; text-align: center; font-size: 14px; background: #fff; }
.tips-pop .bd .bd-txt { width: 282px; line-height: 24px; padding: 24px 0; overflow:hidden;}

.pop-button { display:inline-block; vertical-align: top; width: 78px; height: 28px; line-height: 28px; text-align: center; color: #fff; margin: 0 6px; font-size: 14px; border-radius: 4px; overflow:hidden; position:relative; margin-bottom: 20px;}
.pop-button-red { background: #e1405a; }
.pop-button-red:hover {color:#fff!important; background: #f6587b; }
.pop-button-gray { background: #d7d7d7; }
.pop-button-gray:hover {color:#fff!important; background: #c4c4c4; }
.pop-button-green { background: #4dd589; }
.pop-button-green:hover {color:#fff!important;background: #58e79c!important;}
/*没有数据*/
.nodata{text-align:center;font-size:20px;color:#595757;line-height:50px;margin: 60px 0 80px;}
.nodata i{display:block;width:160px;height:170px;margin:0 auto;background:url(../../images/qqh-gray.png?201708251703) no-repeat}