* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow: auto
}

body {
    overflow: auto !important;
    font-family: "Helvetica Neue", "黑体",Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    background: #f0f0f0;
    width:640px;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offX=0, offY=1)
}

.main {
    height: 695px;
    width: 600px
}

.wrapper {
}

.background-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    min-height: 600px;
    overflow: hidden;
    z-index: 0
}

.main.error {
    width: 100%;
    height: 100%;
    
    max-height: 1800px;
    position: absolute;
    top: -97px;
    min-height: 600px;
    right: 0;
    left: 0
}

.heading {
    font-weight: 300;
    font-size: 24px;
    padding-top: 359px;
    color: #888;
    text-align: center;
    height: 63px;
    padding: 0 20px;
}

.error .heading {
    height: 50%;
    width: 100%;
    padding-top: 0;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0
}

.error .heading span{
    font-size: 30px;
    color: #444;
    display: inline-block;
    margin-bottom: 24px;
}

.textBody {
    line-height: 36px;
    font-weight: 300;
    font-size: 24px;
    color: #444;
    text-align: center
}

.error .textBody {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    font-weight: normal
}

.copyright {
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 230px;
    padding-top: 29px;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    font-size: 12px;
    font-weight: 300px;
    letter-spacing: normal;
    text-align: center;
    direction: ltr;
    color: #969696
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.01) {
    .copyright {
        background-image: url('../images/logo.png')
    }
}

.error .copyright {
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 30px;

    margin-top: 526px;
    line-height: 54px;
    position: absolute;
    bottom: -75px;
    right: 0;
    left: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.01) {
    .error .copyright {
        background-image: url('../images/logo.png')
    }
}

center {
    z-index: 50
}

.error {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default
}

a.underline:hover {
    text-decoration: underline
}

.footer-text, .copyRight, .footer {
    direction: ltr
}

.footer-message {
    position: relative;
    margin: auto;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #999;
    direction: ltr;
    text-shadow: 1px 1px #000
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 300
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 500
}

body {
    
}

.background-container {
    
}

body {
    min-height: 600px;
    height: 100%;
    margin: auto;
    padding-top: 20px
}

body.rtl {
    direction: rtl
}

a {
    color: #cfcfcf;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:after {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 5px;
    top: 1px;
    content: "";
    background-image: url('../images/packed-1.png');
    background-position: -6px -44px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.01), only screen and (min-device-pixel-ratio: 1.01) {
    a:after {
        background-size: 6px 28px;
        background-image: url('../images/packed-1.png');
        background-position: 0 -11px;
        background-repeat: no-repeat
    }
}

body.rtl a:after {
    background-image: url('../images/packed-1.png');
    background-position: 0 -44px;
    background-repeat: no-repeat;
    margin-right: 5px;
    top: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.01), only screen and (min-device-pixel-ratio: 1.01) {
    body.rtl a:after {
        background-size: 6px 28px;
        background-image: url('../images/packed-1.png');
        background-position: 0 0;
        background-repeat: no-repeat
    }
}

.main.error {
    background-image: url('../images/500_emoji.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 194px 125px;
    min-height: 600px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.01), only screen and (min-device-pixel-ratio: 1.01) {
    .main.error {
        background-image: url('../images/500_emoji.png')
    }
}
