

.hmqCus{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    display: none;
}

.hmqCus_box{
    width:500px;
    min-height: 400px;
    background: #fff;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}

.cus_tit{
    height:40px;
    line-height: 40px;
    padding:0 15px;
    border-bottom:1px solid #eee;
}

.close{
    display: inline-block;
    width:30px;
    height:30px;
    background-image: url("../images2/item/close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
