.rose_delog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0,0.3);
}

.rose_delog .rose_delog_center {
	border-radius: 5px;
    color: #000;
    position: absolute;
    padding: 10px 0 0 0;
    min-height: 35px;
}

.rose_delog .rose_delog_center p {
    text-align: center;
    font-weight: bold;
}
.rose_delog .rose_delog_center p.btn_p{
	margin:0;
}

.rose_delog_p {
    -webkit-box-sizing: border-box;
}

.rose_delog .btn_p{
	padding-top: 10px;
}

.rose_delog .btn_p #rose_delog_btn{
text-align: center;
    width: 100%;
    font-size: 14px;
    letter-spacing: 5px;
    height: 40px;
    background: #c10c06;
    border: none;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    -webkit-appearance: none;
    cursor: pointer;
}