
#lxwm{
    width: 150px;
    height: 50px;
    position: absolute; 
    top: 35px; 
    right: 0px;
    transform: translate(-50%,-50%);
    padding: 20px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: bolder;
    cursor: pointer;
    border: none;


}
.lxwmmain{
    position: fixed;
    top: 50%;
    left: 50%;
    transition: .3s;
    transform: translate(-50%,-50%);
    width: 580px;
    height: 400px;
    background-color:white;
    border: 1px solid #dddddd;
    visibility: hidden;
    z-index:10000;
}

.lxwmmain.active{
    visibility: visible;
    top:50%;
}
.lxwmcontent{
    width: 100%;
    height: 500px;
    position: relative;
}
.lxwmcontent ul{
    color: tomato;
    position: relative;
    top: 30%;
    left: 47%;
    transform: translate(-50%,-50%);
    font-weight: bolder;
    font-family: "Microsoft YaHei","宋体", Verdana, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    pointer-events: auto;
    padding: 0;
    list-style: none;
    width: 540px;
    height: 185px;
    margin: 30px auto;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
/* .lxwmcontent ul:before ,.lxwmcontent:after{
    display: table;
    line-height: 0;
    content: "";
} */
.lxwmcontent ul li{
    font-family: "Microsoft YaHei","宋体", Verdana, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    pointer-events: auto;
    list-style: none;
    /* padding: 0; */
    /* margin: 0; */
    width: 33.33%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 46px;
    height: 46px;
}
.lwxmgb span{
    position: absolute;
    top:  10px !important ;
    right: 10px;
    display: block;
    cursor: pointer;
    padding: 10px;
    color: red;
    width: 10px;
    height: 10px;
    /* transition: .3s; */
    background-image: url(/static/imgs/spritel2.png);
    background-position: -2px -4px
}
.lxwmtitle{
    font-family: "Microsoft YaHei","宋体", Verdana, Arial, sans-serif;
    position: absolute;
    pointer-events: auto;
    padding: 0;
    margin: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 50px;
    width: 567px;
    line-height: 50px;
    font-size: 18px;
    color: #da0000;
    padding-left: 14px;
    border-bottom: 1px solid #da0000;
    margin-bottom: 14px;
}
.lxwmtips{
    position: relative;
    pointer-events: auto;
    font-size: 13px;
    margin: 0;
    width: 580px;
    height: 26px;
    text-align: center;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 26px 0;
    margin-top: -230px;
    font-weight: bold;
    color: #DA001C;
    
}
.lwxmbottom{
    /* position: relative; */
    
    color: #333;
    font-size: 12px;
    line-height: 1.42857143;
    pointer-events: auto;
    margin: 0;
    text-align: right;
    padding: 20px 20px 0;
}
.icon-group{
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 107px;
    height: 46px;
    vertical-align: middle;
}
.icon-qq{
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 107px;
    height: 46px;
    vertical-align: middle;
}