.notice2{z-index:99999;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);display: none;}
.notice-bg{width:100%;height:100%;position:relative}
.notice-bg .notice-box{width:70%;height:40%;position:absolute;top:25%;left:15%;background-color:#fff;border-radius:10px;z-index:2}
.notice-bg .notice-box .title{width:80%;background-color:#aeaeae;height:2px;margin-top: 30%;margin-left:10%;text-align:center;position:relative;}
.notice-bg .notice-box .title text{position:absolute;background-color:#fff;width:100px;height:30px;text-align:center;bottom:-14px;left:50%;margin-left:-50px;font-size:20px;font-weight:600}
.notice-bg .notice-box .text{width: 80%;margin-left: 10%;margin-top: 6%;height: 55%;overflow-y: auto;padding-top: 5px;font-size: 15px;color:#666;line-height: 23px;}
.notice-bg .top{top:14%;position:absolute;left:50%;z-index:3;width:110px;height:120px;margin-left:-55px}
.notice-bg .del{top:65%;position:absolute;left:50%;z-index:3;width:40px;height:400px;margin-left:-20px;text-align:center}
.notice-bg .del .line{margin:0 auto;width:2px;height:60px;background-color:#fff}
.notice-bg .del img{width:40px;height:40px;margin-top:-5px}
