body{
    background-color: #fff;
}
.top_notice{
    /*width: 750px;*/
    line-height: 90px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    background-color: rgba(0,0,0,0.7);
}
.i_icon_error_transit {
    height: 392px;
    background: url('/assets/images/icon/error_transit.png') no-repeat top center;
    margin-top: 110px;
}

.i_icon_error_wait {
    height: 392px;
    background: url('/assets/images/icon/buy_wait.png') no-repeat top center;
    margin-top: 110px;
}

.error_margin_t200 {
    margin-top: 200px;
}

.error_txt{
    width: 500px;
    line-height: 54px;
    max-height: 999px;
    font-size: 30px;
    color: #888;
    text-align: center;
    margin: 43px auto 0;
    word-break: break-all;
    word-wrap: break-word;
}

.error_common .i_icon_error{
    height: 200px;
    background: url('/assets/pc/images/no_data2.png') no-repeat top center;
    margin-top: 220px;
}
.col_ff5{
    color: #FF5A00;
    cursor: pointer;
}

.tz_img{
    height: 350px;
}
.tz_txt_title{
    font-size: 32px;
    line-height: 32px;
    color: #888;
    text-align: center;
}
.tz_error_txt{
    width: 600px;
    margin: 22px auto 92px;
    font-size: 28px;
    line-height: 44px;
    color: #aaa;
}
.tz_btn{
    width: 294px;
    height: 88px;
    line-height: 88px;
    background: linear-gradient(150deg, #FC4734 0%, #FC314E 100%);
    border-radius: 44px;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin: auto;
    text-align: center;
}