.header {
    width          : 100%;
    height         : .86rem;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 0 .27rem;
}

.left {
    display        : flex;
    width          : .7rem;
    height         : .7rem;
    background     : #F7F7F7;
    box-shadow     : 0px 0px .12rem 0px rgba(204, 214, 212, 0.5);
    border-radius  : .35rem;
    align-items    : center;
    justify-content: center;
}

#back {
    width           : .18rem;
    height          : .32rem;
    background-image: url('../../css/images/backImg@3x.png');
    background-size : 100% 100%;
}

.title {
    font-size  : .38rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color      : #FFFFFF;
    line-height: .53rem;
}

.history {
    width           : .4644rem;
    height          : .44rem;
    background-image: url('../../css/images/cardHistory@3x.png');
    background-size : 100% 100%;
}

.right {
    display        : flex;
    width          : .7rem;
    height         : .7rem;
    background     : #F7F7F7;
    box-shadow     : 0px 0px .12rem 0px rgba(204, 214, 212, 0.5);
    border-radius  : .35rem;
    align-items    : center;
    justify-content: center;
}

;