/* 
#btn {
    width: 100px;
    height: 100px;
    background: #dddddd
} */

.popupcon {
    width: 500px;
    height: 170px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 14%;
    display: none;
    border-radius: 4px;
    position: relative;
}

.popupbg {
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999999;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.popupdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999999999;
}

.layui-layer-ico {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

.layui-layer-ico:hover {
}

.alertp {
    height: 63px;
    padding: 20px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    padding-top: 40px
}

.alertbtn span {
    padding: 0 15px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    margin-right: 30px;
    background: #f1f1f1;
    border: 1px solid #dedede;
    font-size: 16px;
    cursor: pointer;
}

.alertbtn .jjfw {
    background: #2e8ded;
    border-color: #2e8ded;
    color: #ffffff
}

.alertbtn {
    text-align: right;
}
