﻿/* CSS Document */
body, html, div, h1
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.bh-error
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bh-error .bh-tips
{
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 28px;
    font-family: Arial,Helvetica,sans-serif;
}
.bh-error .bh-notice
{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}
.bh-error .bh-errorbg
{
    height: 349px;
    width: 100%;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 349px;
    background: url(../jpg/p1za3u.jpg) no-repeat top center;
    -webkit-animation: ebg-a 150s linear infinite;
    animation: ebg-a 150s linear infinite;
}
.bh-error .bh-errorbg span.error
{
    color: #ff3e3e;
    font-size: 100px;
    font-weight: bold;
}
.bh-error .bh-errorbg span.success
{
    color: #fff;
    font-size: 100px;
    font-weight: bold;
}
.bh-error .bh-errorbg img
{
    text-align: center;
    display: block;
    margin: 90px auto 0 auto;
}
.bh-error .bh-btn
{
    width: 330px;
    height: 62px;
    color: #797979;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
    border: solid 3px #189aff;
    border-radius: 4px;
    margin: 50px auto 0 auto;
    font-size: 20px;
}
.bh-error .bh-btn:hover
{
    background: #189aff;
    color: #fff;
}
.bh-error a
{
    color: #797979;
    text-decoration: none;
}
.bh-error .bh-btngroup
{
    text-align: center;
    margin-top: 35px;
    overflow: hidden;
}
.bh-error .bh-btngroup a
{
    width: 160px;
    height: 37px;
    line-height: 37px;
    margin: 0 10px 10px 10px;
    background: #fff;
    border: solid 1px #ddd;
    display: inline-block;
    border-radius: 40px;
}
.bh-error .bh-btngroup a.bh-backhome
{
    background: #189aff;
    color: #fff;
    border: solid 1px #189aff;
}
.bh-error .bh-btngroup a.bh-backhome:hover
{
    background: #fff;
    color: #797979;
}
@-webkit-keyframes ebg-a
{
    0%
    {
        background-position: top center;
    }
    100%
    {
        background-position: bottom center;
    }
}
@keyframes ebg-a
{
    0%
    {
        background-position: top center;
    }
    100%
    {
        background-position: bottom center;
    }
}
@media(max-width: 640px)
{
    .bh-error .bh-errorbg
    {
        height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
        line-height: 200px;
        background-size: 100%;
    }
    .bh-error .bh-errorbg span.error
    {
        font-size: 60px;
    }
    .bh-error .bh-errorbg img
    {
        margin: 50px auto 0 auto;
        height: 100px;
        text-align: center;
        display: block;
    }
    .bh-error .bh-btn
    {
        width: 90%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin-top: 15px;
        border-width: 1px;
    }
    .bh-error .bh-tips
    {
        height: auto;
        line-height: 40px;
        width: 95%;
        margin: 0 auto;
        font-size: 15px;
    }
    .bh-error .bh-btngroup a
    {
        margin: 0 auto 10px auto;
        width: 65%;
    }
    .bh-error .bh-notice
    {
        height: auto;
        line-height: 200%;
        width: 95%;
        margin: 0 auto;
        padding: 0;
        font-size: 13px;
    }
}