* {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 20px;
    font-family: "微软雅黑";
}

.state {
    background-color: #25282c;
    padding: 1rem;
    overflow-y: auto;
}

.state .title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #888;
    font-weight: 600;
}

.state .uptimer {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #999;
}

.state .contant {
    font-size: 0.65rem;
    text-align: justify;
    box-sizing: border-box;
    line-height: 1.4rem;
    color: #a1a1a1;
}

.state .contant p {
    text-indent: 1.5em;
    font-size: 0.65rem;
}

.state .contant .em {
    text-indent: 2em;
}

.toptap {
    height: 2.6rem;
    background: #25282c;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    padding: 0 0.75rem;
    box-sizing: border-box;
    background-color: #303237
}

.toptap .tit {
    flex: 1;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 2.6rem;
    margin-right: 0.75rem;
}

.toptap .left {
    width: 0.75rem;
}

.toptap .left img {
    width: 100%;
}