.wsxf .lszx{
    cursor: pointer;
}

.lszxPanel{
    position: fixed;
    left: 50%;
    top: 200px;
    width: 600px;
    margin-left: -300px;
    background-color: #fff;
    z-index: 99999;
    display: none;
    padding: 40px;
    box-sizing: border-box;
}

.lszxPanel h5{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lszxPanel p{
    line-height: 40px;
}

.lszxPanel p.strong{
    font-weight: bold;
}

.lszxPanel .btn{
    text-align: center;
    display: block;
    margin: 20px auto 0;
    width: 200px;
    line-height: 46px;
    color: #fff;
    background: #226eb5;
}
.lszxPanel .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.68);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad000000, 0, 0, endColorstr=#ad000000, 0, 0);
    z-index: 88888;
}