body {
    margin: 0;
    border: 0;
    padding: 0;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.appheader {
    height: 0.44rem;
    background: #2C58D0;
    line-height: 0.44rem;
    position: fixed;
    width: 100%;
    display:none;
z-index: 9999;
}

.appcontent {
    width: 100%;
    /*padding-top: 0.44rem;*/
}

.clear {
    clear: both;
}

.title {
    font-size: 0.18rem;
    text-align: center;
    color: white;
    padding-left: 0.5rem;
}

.item-1 {
    float: left;
    width: 8%;
    height: 0.44rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .item-1 img {
        width: 0.16rem;
        height: 0.16rem;
    }

.item-2 {
    float: left;
    width: 65.3%;
}

.item-3 {
    float: right;
    width: 26.7%;
    overflow: hidden;
    height: 0.44rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item-3-box {
    width: 0.85rem;
    height: 0.31rem;
    line-height: 0.4rem;
    background: #00000040;
    border-radius: 0.5rem;
    margin-right: 0.15rem;
}

.item-3-1 {
    width: 0.4rem;
    float: left;
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dotitem {
    height: 0.03rem;
    width: 0.03rem;
    border-radius: 50%;
    background: white;
    margin-left: 0.03rem;
}

.item-3-2 {
    height: 100%;
    width: 0.02rem;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-3-2-1 {
    height: 0.18rem;
    background: white;
    opacity: 0.17;
    width: 100%;
}

.item-3-3 {
    width: 0.4rem;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.31rem;
}

    .item-3-3 img {
        width: 0.17rem;
        height: 0.17rem;
    }

#towc img {
    width: 100%;
}
