/*global*/
body {
    width:100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei";
    position: relative;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color:#555;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.error {
    width: 100%;
    height: 100%;
    min-width:1190px;
    padding-top: 80px;
}
.contain {
    width:1190px;
    margin:0 auto;
}
.error_logo a {
    width: 330px;
    height: 32px;
    display: block;
    /*background: url(../images/htyw_logo.png) no-repeat;*/
    text-indent: -99999px;
}
.error_content {
    width: 100%;
    margin-top: 200px;
}
.error_content_left {
    width: 438px;
    height: 222px;
    margin-left: 50px;
}
.error_content_left img {
    width: 438px;
    height: 222px;
}
.error_content_right {
    width: 490px;
    height: 222px;
    margin-left: 156px;
}
.error_content_right>div:nth-child(1) {
    margin-top: 17px;
    font-size: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #0058C7;
    line-height: 42px;
}
.error_content_right>.operate_box {
    display: flex;
}
.back_home {
    width: 104px;
    margin-top: 31px;
    padding: 16px;
    background-color: #005BAC;
    border-radius: 4px;
    cursor: pointer;
}
.back_home a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.feedback_issues {
    width: 104px;
    margin: 31px 0 0 20px;
    padding: 16px;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    cursor: pointer;
}
.feedback_issues a {
    display: block;
    text-align: center;
    font-size: 18px;
}
.error_footer {
    width:100%;
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #D5D5D5;
}
.contact {
    height: 18px;
    margin: 0 auto;
    width: 360px;
    text-align: center;
    color: #005BAC;
    font-size: 15px;
    position: relative;
    padding-left: 10px;
}
.contact span {
    position: absolute;
    top: 3px;
    left: 0px;
    width:22px;
    height: 14px;
    background: url(../images/error/mail_03.png) no-repeat;
}
@media (max-width: 980px) {
    .error_content {
        display: flex;
        flex-direction: column-reverse;
    }
    .error {
        min-width: unset;
    }
    .contain {
        width: 100%;
    }
    .error_content_right {
        width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }
    .error_content_left {
        width: 100%;
        height: 400px;
        display: flex;
        margin: 0;
    }
    .error_content_left img {
        width: 670px;
        height: 400px;
        margin: 0 auto;
    }
    .error_content_right>div:nth-child(1) {
        margin-top: 17px;
        font-size: 36px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #555555;
        line-height: 50px;
    }
    .error_content_right>.operate_box {
        margin: 0 auto;
    }
    .back_home {
        margin: 31px auto 0 auto;
    }
}