body {
    font-family: "Microsoft Yahei";
}

p {
    margin: 0 0 0 0;
}

.aps-error {
    background: url(/Assets/img/error-bg.jpg) 0px 0px no-repeat;
    /*min-height: 642px;*/
    background-size: cover;
    text-align: center;
    color: #ffffff;
    height: 100%;
}

#div_detail {
    text-align: center;
    height: 220px;
    width: 500px;
    margin: 0 auto;
    overflow-y: auto;
    vertical-align: middle !important;
    white-space: normal;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: none;
}


#btn_back {
    text-decoration: underline;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.aps-error-title {
    font-size: 22px;
    padding-bottom: 25px;
    padding-top: 60px;
}

.aps-error-list {
    width: auto;
}

    .aps-error-list li {
        margin-bottom: 10px;
        display: block;
        color: #ffffff;
    }

        .aps-error-list li a {
            color: #ffffff;
            display: inline-block;
        }
