/*µ¯²ã*/
.hold {height:100%;overflow:hidden;}
.df-mod-pop {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;}
.pop-shadow {position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.8);}
.pop-wp {left:50%;top:50%;background:#fff;border-radius:2px;position:absolute;box-sizing:border-box;}
.pop-wp del {width:30px;height:30px;border-radius:15px;background:rgba(0,0,0,0.8);position:absolute;right:-15px;top:-15px;}
.pop-wp del:before {content:"";width:20px;height:1px;background:#fff;left:50%;margin-left:-10px;top:50%;position:absolute;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.pop-wp del:after {content:"";width:20px;height:1px;background:#fff;left:50%;margin-left:-10px;top:50%;position:absolute;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);z-index:98;}
.pop-wp del:active {background:rgba(0,0,0,1);}
.pop-wp del a {position:relative;display:block;height:30px;z-index:99;}
/*pop*/
.pop1 {width:280px;height:320px;margin-left:-140px;margin-top:-160px;background:#ececec;}
.pop1 .tlt {margin:25px 0 20px;text-align:center;font-size:16px;font-weight:bold;color:#ae017e;}
.pop1 .btn-wp {margin:30px 15px;}
.pop2 {width:280px;height:196px;margin-left:-140px;margin-top:-98px;border:2px #812365 solid;}
.pop2 .icon-pop-tips {display:block;width:32px;height:32px;margin:20px auto 15px;}
.pop2 .wording {font-size:18px;font-weight:bold;text-align:center;}
.pop2 .wording2 {font-size:14px;text-align:center;margin:10px 0 15px;}
.pop2 .btn-wp {margin:10px 70px;}
.pop-share {width:640px;height:84px;position:absolute;top:20px;}

/*btn*/
.btn1 {height:40px;border-radius:5px;line-height:40px;width:100%;background:#159139;color:#fff;font-weight:bold;text-align:center;display:inline-block;font-size:16px;}
.btn1:active {background:#96006c;}