/*模态框提示文字*/

body {
    /*解决模态框位移的bug*/
    padding-right: 0 !important;
}

#login {
    /*解决模态框位移的bug*/
    padding-right: 0 !important;
    overflow: auto;
}

#register {
    /*解决模态框位移的bug*/
    padding-right: 0 !important;
    overflow: auto;
}

.logins .modal .cue {
    float: right;
    font-size: 12px;
    color: #a94442;
    padding-right: 10px;
}

.logins .modal .text-right {
    margin-top: 35px;
}


/*模态框提示*/

#aboutModal {
    top: 30%;
    /*解决模态框位移的bug*/
    padding-right: 0 !important;
    overflow: auto;
}

#aboutModal .modal-header {
    border-bottom: 0;
}

#aboutModal .modal-footer {
    border-top: 0;
}

#aboutModal .modal-body {
    text-align: center;
    font-size: 20px;
}