span {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #4ebbfe;
    font-size: 0.38rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0.22rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.43rem 0 rgba(41, 167, 255, 0.13);
}

header .iconfont {
    font-size: 0.38rem;
}
.content {
    width: 3rem;
    height: 4.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content img{
    height: 2.6rem;
    width: 100%;
}
.content h1{
    font-size: 0.26rem;
    color: rgba(0,0,0,0.5);
    margin-bottom: 0.5rem;
}
.content span{
    display: block;
    width: 2.0rem;
    height: 0.6rem;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #ffffff;
    box-shadow: 0 0.04rem 0.2rem 0 rgba(55, 223, 116, 0.75);
    border-radius: 0.3rem;
    background-image: linear-gradient(90deg, #37e06f 0%, #31d69a 100%), linear-gradient(#3bacfe, #3bacfe);
}