/*蒙板*/
.prompt-message_div {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(122, 122, 122, 0.51);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0.1px 0.1px 1px #7a7a7a;
    overflow: hidden;
}

/*提示框*/
.prompt-message {
    display: block;
    width: 300px;
    height: 180px;
    background: #ffffff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    left: calc(50% - 5%);
    top: calc(50% - 250px);
    z-index: 1001;
    box-shadow: 0.1px 0.1px 1px #7a7a7a;
    text-shadow: 0.1px 0.1px 0.1px #5a5a5a;
    padding: 16px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.icon-zhengque_cnf {
    font-size: 66px;
}

.icon-corret {
    display: block;
    color: #79e070;
}

.prompt_conten {
    display: block;
    height: 100px;
    box-sizing: border-box;
    padding: 20px 0;
    letter-spacing: 2px;
}

.icon-queren {
    display: block;
    width: calc(70px);
    height: 32px;
    background-color: #79e070;
    color: #ffffff;
    margin-left: calc((300px - 70px) / 2);
    padding-top: 1px;
    border-radius: 6px;
    box-shadow: 0.1px 0.1px 1px #79e070;
    font-family: 黑体;
    font-size: 24px;
    text-shadow: 0.1px 0.1px 0.1px #ffffff;
    cursor: pointer;
}

.icon-queren :hover{
    cursor: pointer;
    user-select: none;
}
