
.state-page {
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

    justify-content: space-around;
}
.state-page-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
}
.state-page-top {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;

    align-items: center;
    flex: 1;
    justify-content: space-between;
}
.state-page-icon {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 181rpx;
    margin-bottom: 9.05rpx;
    margin-bottom: 2.41rpx;

    align-items: center;
    justify-content: center;
}
.state-page-icon-img {
    display: flex;
    width: 162.90rpx;
    height: 162.90rpx;

    align-items: center;
    justify-content: center;
}
.state-page-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;

    align-items: center;
    flex: 1;
    justify-content: flex-start;
}
.state-page-fixed .state-page-bottom {
    flex: none;
}
.state-page-bottom-content {
    overflow: hidden;
    width: 100%;
    height: 44.64rpx;
    font-size: 32.58rpx;
    line-height: 44.64rpx;
    text-align: center;
    color: #666;
}
.state-page-bottom-description {
    overflow: hidden;
    width: 405.44rpx;
    height: auto;
    margin-top: 13.88rpx;
    font-size: 28.96rpx;
    line-height: 39.82rpx;
    text-align: center;
    color: #999;
}

.state-page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}
.state-page-bottom-action {
    margin-top: 30.77rpx;
}
