﻿body{
    background: #fff;
    font-size: 16px;
    font-family: 'microsoft yahei',Helvetica,Arial,sans-serif;
    color: #707478;
    margin: 0;
    padding: 0;
}
div,p,h5{
    margin: 0;
    padding: 0;
}
#page-container{
    width: 100%;
    height: 100%;
}
.error {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}
.error-code, .error-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.error-code {
    bottom: 80%;
    color: #2d353c;
    font-size: 96px;
    line-height: 100px;
    margin-bottom: 10px;
    background: #d9e0e7;
}
.error-code h5{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}
.error-code h5 span{
    color: #c00;
}
.error-content {
    top: 20%;
    height: 80%;
    bottom: 0;
    background: #2d353c;
}
.error-message {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.error-desc {
    font-size: 16px;
    color: #647788;
    margin-bottom: 20px;
}
.download-links a{
    margin-right: 10px;
    color: #ddd;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: 1px solid #333;
    font-size: 16px;
}
.download-links a:hover{
    border: 1px solid #ddd;
}
.download-links a img{
    display: block;
    border: none;
}
.winclose{
    margin-top: 15px;
    padding: 7px 35px;
    background-color: #4A78CD;
    border: none;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.clear{
    clear: both;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.content{
    width: 1200px;
    margin: auto;
}
.content h1{
    text-align: center;
}
/*.content .txt{
    padding-left: 38px;
}*/
.content p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.content .title{
    font-size: 16px;
    line-height: 38px;
    font-weight:bold;
}

p{
    font-size: 16px;
}
span{
    font-size: 16px;
}



