#errorFrame{
    width: 970px;
    margin:15px auto 0;
    background-color: #fff;
    overflow: hidden;
}
.errorImg{
    width: 291px;
    height:127px;
    margin:127px auto 27px;
}
.errorImg > img{
    width: 291px;
    height:127px;
}
.errorTextWrap{
    text-align: center;
    margin-bottom: 220px;
}
.errorText1{
    color: #373737;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.errorText2{
    color: #373737;
    font-size: 20px;
    display: block;
}
.errorText3{
    color: #555555;
    font-size: 14px;
    line-height: 1.6em;
}
.errorText3 a{
    text-decoration: none;
    color: #5c4fd5;
}
.errorText3 a:visited{
    color: #5c4fd5;
}
.errorText3 a:hover{
    text-decoration: underline;
}
.errorSearchFormWrap{
    width:316px;
    margin:15px auto 0;
}
.errorSearchWrap{
    width:316px;
    overflow: hidden;
}
.errorSearchWrap > .errorSearchInput{
    width:279px;
    height:35px;
    padding-left:8px;
    border:1px solid #dadada;
    box-sizing: border-box;
    float: left;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline:none;
}
.errorSearchWrap > .errorSearchClick{
    width:36px;
    height:33px;
    border:1px solid #dadada;
    border-left:none;
    background-color: #f6f6f6;
    float: right;
}
.errorBottomBox{
    width:299px;
    margin: 20px auto 0;
}
.errorIndex{
    width:140px;
    height:40px;
    margin:0 auto;
}
.errorIndex a{
    text-decoration: none;
}
.errorIndex span{
    display: block;
    padding: 12px 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}