* {
    box-sizing: content-box;
}

.intro {
    display: flex;
    height: 1.84rem;
    margin: .13rem;
    color: #999;
    background-color: #f9f9f9;
    align-items: center;
    justify-content: center;
}

.tabs {
    height: .6rem !important;
}