.fllowRecord {
    padding: .55rem 0 .1rem;
    min-height: 100vh;
    position: relative
}

.fllowRecord .stockTab {
    position: relative;
    z-index: 222;
    width: 100%;
    height: .4rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .1rem 0
}

.fllowRecord .stockTab .tab-item {
    height: .3rem;
    background: #edf3fb;
    border-radius: .2rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: .14rem;
    color: #999;
    margin-right: .1rem;
    padding: 0 .2rem 0 .05rem
}

.fllowRecord .stockTab .tab-item:last-child {
    margin-right: 0
}

.fllowRecord .stockTab .tab-item.active {
    background: #3182f6;
    color: #fff
}

.fllowRecord .stockTab .tab-item .icon {
    width: .19rem;
    height: .19rem;
    margin-right: .05rem;
    border-radius: 50%;
    background-size: cover
}

.fllowRecord .gd-list .gd-item {
    padding: .12rem;
    border-bottom: .01rem solid #e2e2e2
}

.fllowRecord .gd-list .gd-item .top .name {
    font-family: PingFang TC;
    font-weight: 600;
    font-size: .16rem;
    color: #000
}

.fllowRecord .gd-list .gd-item .top .code {
    margin-top: .05rem;
    font-family: PingFang TC;
    font-weight: 400;
    font-size: .12rem;
    color: #000
}

.fllowRecord .gd-list .gd-item .top .t {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-size: .14rem;
    text-align: right;
    margin-top: .05rem
}

.fllowRecord .gd-list .gd-item .top .t1 {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-size: .12rem;
    color: #000;
    text-align: right
}

.fllowRecord .gd-list .gd-item .time div,.fllowRecord .gd-list .gd-item .time span {
    font-family: PingFang TC;
    font-weight: 400;
    font-size: .12rem;
    color: #757478
}

.fllowRecord .gd-list .gd-item .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .15rem 0
}

.fllowRecord .gd-list .gd-item .inner .inner-item {
    line-height: .2rem;
    width: 33%;
    margin: .05rem 0
}

.fllowRecord .gd-list .gd-item .inner .inner-item .t1 {
    font-family: PingFang TC;
    font-weight: 400;
    font-size: .12rem;
    color: #757478
}

.fllowRecord .gd-list .gd-item .inner .inner-item .t2 {
    font-family: PingFang TC;
    font-weight: 600;
    font-size: .12rem;
    color: #000
}

.fllowRecord .gd-list .gd-item .red {
    color: #df4645
}

.fllowRecord .gd-list .gd-item .green {
    color: #1965b0
}

.fllowRecord .gd-list .gd-item .sylb {
    border-radius: .02rem;
    border: .01rem solid silver;
    padding: .05rem;
    font-size: .12rem;
    color: #6970af;
    margin-left: .05rem
}
