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 {
    padding: 0 0.54rem 0 0.54rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.order {
    width: 100%;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0.02rem solid #f1f4f5;
    margin-bottom: 0.8rem;
}

.order > h1 {
    font-size: 0.26rem;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.order > h1:before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.order > h1:after{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    right: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.content p {
    font-size: 0.26rem;
    color: rgba(0,0,0,0.5);
}