.site-modal-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=45);
    opacity: 0.45;
    z-index: 9998;
}

.site-modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 392px;
    margin-left: -196px;
    margin-top: -162px;
    background: #fff;
    border: 1px solid #d8e1eb;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(31, 53, 88, .14);
    z-index: 9999;
}

.site-modal-title {
    line-height: 20px;
    padding: 10px 18px 8px 18px;
    border-bottom: 1px solid #ebf0f5;
    color: #56667c;
    font-size: 14px;
    font-weight: normal;
}

.site-modal-body {
    padding: 20px 30px 18px 30px;
    text-align: center;
    color: #273a56;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.site-modal-actions {
    padding: 0 0 22px 0;
    text-align: center;
}

.site-modal-extra {
    display: none;
    padding: 0 0 22px 0;
    text-align: center;
}

.site-modal-extra-link {
    color: #6b7f99;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

.site-modal-extra-link:hover {
    color: #ee5545;
    text-decoration: underline;
}

.site-modal-btn {
    display: inline-block;
    position: relative;
    top: 0;
    width: 122px;
    height: 38px;
    line-height: 38px;
    margin: 0 8px;
    border: 1px solid #d7e0eb;
    border-radius: 6px;
    background: #fafcfe;
    color: #586b86;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.site-modal-btn-main {
    border-color: #ee5545;
    background: #ee5545;
    color: #fff;
}
