.pro_list_header{
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    background: #fff;
    z-index: 999;
}
.back{
    display: inline-block;
    height: 60px;
    margin-left: 20px;
}
.icon_back {
    background: url(../../images/weixin/back.png)center center no-repeat;
    width: 20px;
    height: 20px;
    transform: scale(-1,1);
    display: inline-block;
}
span.exit {
    width: 44px;
    height: 30px;
    color: rgba(155, 155, 155, 1);
    font-size: 22px;
    text-align: left;
    margin-left: 10px;
}
.error_icon{
    background: url(../../images/pad/error_icon.png)center center no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}
.error_text a{
    text-decoration:underline;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}