.header-tab {
flex-shrink: 0;
&-title {
position: relative;
text-align: center;
width: 100%;
padding: 24rpx 0;
font-size: 32rpx;
&-back {
position: absolute;
left: 40rpx;
top: 50%;
transform: translate(0, -50%);
}