/* 自定义弹框 */
.customPopup {
    position: fixed;
    z-index: 100;
    left: 23%;
    top: 43%;
    width: 55%;
    height: 17%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(58, 218, 247);
    color: rgb(0, 0, 0);
    display: none;

}

/* 关闭按钮 */
.customPopup .conHeder {
    width: 100%;
    height: 0.6rem; 
    background:url(../images/background/realName-head.jpg) no-repeat top;
    background-size: 100% 100%; 
    text-align: center;
    color:#fff;
}

.customPopup .textDetails {
    margin: 8px 10px;
    font-size: 12px;
}
.textDetails .iconImg {
    width: 16px;
    height: 16px;
    margin-left:12px; 
}
.iconImg img {
    width: 100%;
    height: 100%;
}
