.mark-statement{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
.statement-popup{
    width: 560px;
    height: 650px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    padding:50px 70px;
    display: none;
}
.statement-popup .statement-title{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 70px;
}
.statement-popup .statement-subtitle{
    font-size: 17px;
    color: red;
    font-weight: bold;
    margin-top: 10px;
}
.statement-popup .statement-content{
    text-indent: 2em;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-top: 5px;
}
.statement-popup .statement-closebtn{
    float: right;
    height: 40px;
    border:0;
    cursor: pointer;
    padding: 0 20px;
    margin-top: 35px;
    background: #ce0505;
    color: #fff;
}
.statement-popup .statement-closebtn:hover{
    background: #e40707;
}
