.stopActivityDialog{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
.stopActivityDialog .closeBg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.stopActivityDialog .stopWindow{
    width: 560px;
    height: 538px;
    background: url("//img10.360buyimg.com/imgzone/jfs/t1/128039/40/34860/81277/64c7585bF81484ac6/1144126e53deabb4.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.stopActivityDialog .stopClose{
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 20px;
}
.stopActivityDialog .stopJumpBtn{
    cursor: pointer;
    position: absolute;
    width: 162px;
    height: 40px;
    left: 199px;
    bottom: 40px;
}