﻿.yellow_line {
    width: 100%;
    height: 3px;
    background: #ff9d00;
}

.prompt_box {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.error_img {
    left: 50%;
    margin-left: -239px;
    margin-top: 92px;
    width: 833px;
    height: 459px;
    background-image: url(/Contents/images/icon/Prompt.png);
}

.error_Content {
    font-family: "宋体";
    position: relative;
    margin: 5px 0 0 489px;
    font-size: 35px;
    color: #ff9900;
    font-weight: bold;
}
