.comfirm-box{
    margin: 0;
    border: 1px solid #ccc;
    position: relative;
    padding: 35px 20px 15px 54px;
    width: 350px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -90px;
}
:root .comfirm-box{
    border: 0;
    box-shadow: 1px 1px 5px #ccc;
}
.comfirm-box .warn-icon{
    position: absolute;
    top: 36px;
    left: 20px;
    width: 24px;
}
.comfirm-box h5{
    font: normal 12px/26px "microsoft yahei";
    color: #666;
    margin: 0;
}

.comfirm-box p{
    font: normal 12px/18px "microsoft yahei";
    color: #9b999b;
    margin: 0;
}
.comfirm-btn{
    text-align: right;
    padding-top: 15px;
}

.comfirm-btn input{
    border: 0;
    border: 1px solid #ccc;
    width: 54px;
    height: 24px;
    box-sizing: border-box;
    outline: none;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.comfirm-btn .blue-bg{
    background-color: #108fea;
    border: 0;
    color: #fff;
}

.ml15{
    margin-left: 15px;
}
.popup-wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    top: 0;
    left: 0;
}