﻿* {
    padding: 0px;
    margin: 0px;
    font-style: normal;
    list-style-type: none;
    text-decoration: none;
    font-family: "微软雅黑";
    border: 0 none;
    color: #666;
    outline: 0px;
}

.error {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    text-align: center;
}

    .error p {
        padding-top: 10px;
        font-size: 14px;
    }

    .error a {
        color: #333;
        color: #008cf0;
    }

        .error a:hover {
            text-decoration: underline;
        }
