.intro-header {
    width: 100%;
    height: 45vh;
    background: url('../img/profile/profileBg.jpg') no-repeat;
    background-size: cover;
}

.intro-content {
    width: 100%;
}

.intro-tabs {
    width: 100%;
    height: 5vh;
    border-bottom: 1px solid #d3d3d3;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    position: relative;
    margin: 0 2.5vw;
}

.tab span {
    font-size: 0.85vw;
    color: #999999;
    cursor: pointer;
}

.tab p {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 1.7vw;
}

.tab.tabActive p {
    background: #0e8297;
}

.into-info {
    display: none;
    padding-top: 5vh;
    padding-bottom: 8vh;
}

.into-info.active {
    display: block;
}

.into-info .title {
    text-align: center;
    font-size: 1.3vw;
    color: #515151;
    margin-bottom: 3vh;
    margin-top: 1vh;
}

.into-info .text {
    font-size: 0.8vw;
    color: #a9a9a9;
    margin-bottom: 2vh;
    text-indent: 2vw;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-top: 20px;
}

.into-info .small-text {
    text-align: center;
    margin-top: 10px;
    font-size: 0.7vw;
    color: #afafaf;
}

.into-info .pilot-title {
    font-size: 0.9vw;
    color: #007790;
    margin-top: 0.8vh;
    margin-bottom: 0.8vh;
}

.into-info .pilot-abs {
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.into-info img {
    width: 100%;
}

.honor-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.9vw;
    color: #a9a9a9;
}

.honor-items .item {
    width: 47%;
    margin-top: 2vh;
}

.honor-items .item p {
    text-align: center;
    line-height: 1.6;

}

.honor-items .item-img {
    margin-top: 0.8vh;
    margin:40px 0 20px 0;
}

.honor-items .item-img img {
    width: 100%;
}

.item:last-child {
    margin-bottom: 0;
}

.honor-bottom {
    margin-left: 52%;
    margin-top: 0.8vh;
}

.into-info .abs {
    text-align: center;
    font-size: 0.9vw;
    color: #767676;
}

.record-tabs {
    width: 90%;
    height: 25vh;
    padding-left: 10%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.record-tabs>div {
    height: 100%;
    max-width: 23vw;
    padding-top: 1.6vh;
    min-width: 18vw;
    margin-right: 3.4vw;
    white-space: pre-wrap;
    display: inline-block;
    /*行内块元素*/
    color: #898989;
    line-height: 0.5;
}

.record-tabs>div p:first-child {
    font-size: 1.2vw;
    color: #0e8297;
}

.record-tabs>div .line {
    width: 18vw;
    height: 2px;
    background: #0e8297;
}

.record-tabs>div .record-abs {
    margin-bottom: 0.03rem;
    font-size: 0.9vw !important;
}

.record-tabs>div p:last-child {
    line-height: 1.3;
    font-size: 0.8vw;
    color: #898989;
}

.record-content {
    padding-top: 5vh;
}

.record-content p {
    font-size: 0.8vw;
    color: #a9a9a9;
    margin-bottom: 2vh;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-top: 20px;
}

.record-content .record-img {
    width: 60%;
    margin: 0.3rem auto 0;
}

.record-content .record-img img {
    width: 100%;
}