

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#container {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Microsoft YaHei', 'arial';
    text-align: center;
}

#main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
}

.error-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    background: url("../../../resource/images/error/icon.png");
}

.error-msg {
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
}

.mT30 {
    margin-top: 30px;
}

.mB10 {
    margin-bottom: 10px;
}

.boxBbut {
    display: block;
    overflow: hidden;
    text-align: center;
}

.butB {
    background: #AF4222;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 6px;

    text-align: center;
}

.butB:hover, .butB span:hover {
     background-color: #D60000;

}

.butB span {
    background-color:#AF4222
    background-repeat:noreat;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    height: 32px;
    line-height: 32px;

    padding-left: 30px;
    padding-right: 30px;
}