@charset "utf-8";

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}

.modal-c .modal-dialog {
    position: fixed;
    left: 50%;
    margin-left: -251px;
    top: 150px;
    width: 502px;
    padding-bottom: 34px;
    background-color: #ffffff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.modal-c .modal-header {
    height: 48px;
    line-height: 48px;
    background-color: #2c80fc;
    color: #fff;
    padding-left: 20px;
}

.modal-c .modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url(../images/pb-66.png);
}

.modal-c h2 {
    margin: 35px 0 40px;
    padding-left: 210px;
    background: url(../images/pb-67.png) 175px center no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.modal-c p {
    margin: 40px 0 30px;
    padding: 0 62px;
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.modal-c .btns {
    position: relative;
    text-align: center;
}

.modal-c .btn {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 23px;
    border: solid 2px rgba(43, 48, 62, 0.11);
    margin: 0 12px;
    font-size: 16px;
    border-color: #2c80fc;
    background-color: #2c80fc;
    color: #ffffff;
}

.modal-c .btns .tip {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #2c80fc;
}