.fadeinCover
{
    background-color: #000;
    bottom: 0px;
    box-sizing: border-box;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    left: 0px;
    line-height: 20px;
    opacity: 0.5;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1040;
    transition: opacity 0.15s linear 0s;
}

.modelAlertForm
{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    outline: 0px none;
    transition: opacity 0.15s linear 0s;
    margin: auto;
    box-sizing: border-box;
    background-color: #fff;


    width: 400px;
    height: 220px;
    border: 8px solid rgba(0, 0, 0, 0.09);
}

.modelAlertTitle
{
    font-size: 16px;
    color: #fff;
    background-color:#9f9f9f;
    height: 30px;
    font-family: "Microsoft YaHei";
    padding-top: 3px;
    padding-left: 5px;
    font-weight: bold;
}

.modelAlertBody
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.modelAlertBody>p ,.modelAlertBody>span,.modelAlertBody>article
{
    display: inline-block;
}

.modelAlertBody>p,.modelAlertBody>article
{
    font-family: "Microsoft YaHei";
    vertical-align: bottom;
    margin-left: 10px;
}

.modelAlertBody>span
{
    background-image: url(../../img/modelAlertDefault.png);
    width: 36px;
    height: 36px;
}

.modelAlertFoot
{
    position: absolute;
    padding-bottom: 10px;
    bottom: 5px;
    right: 5px;
    padding-right: 20px;
}

.modelAlertFoot>button
{
    position: relative;
    float: right;
    margin-left: 5px;
    background-color: #3996DB;
    border:none;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    color: #fff;
    font-family: "Microsoft YaHei";
}

















