/* 动态时间轴 */
#timeParent {
    background: url(../image/2022/home/Tline_00.png) no-repeat left center;
    background-size: contain;
    height: 2.5rem;
    margin: 0 0.6rem;
    top: 2.5rem;
    position: relative;
}
#signup,#start,#signupEnd,#end,#bj {
    position: absolute;
    color: #3C516F;
    width: 4rem;
    text-align: center;
    font-size: 0.8rem;
    height: 7.5rem;
}
#signup.active,#start.active,#signupEnd.active,#end.active,#bj.active{
    color: #2063C7
}
#node {
    position: relative;
    width: 100%;
    height: 2rem;
}
#node span {
    background: url(../image/2022/home/Tline_01.png) no-repeat center center;
    background-size: contain;
    width: 1.8rem;
    position: absolute;
    height: 2.5rem;
    top: 0;
}
#node span.active {
    background: url(../image/2022/home/Tline_03.png) no-repeat center center;
    background-size: contain;
}
#node span.active.now {
    background: url(../image/2022/home/Tline_02.png) no-repeat center center;
    background-size: contain;
    height: 2.8rem;
    width: 2.8rem;
    top: -0.35rem;
    margin-left: -0.5rem;
}
.timeChildStart {
    background: url(../image/2021/time/head.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    width: 0.15rem;
    height: 0.25rem;
    top: 2.78rem;
    left: 0.22rem;
}
.timeChild {
    /* background: url(../image/2021/time/content.png) center center;
    position: absolute;
    height: 0.25rem;
    background-size: contain;
    top: 2.78rem;
    left: 0.38rem; */
    background: url(../image/2022/home/BG_pp.png) center center;
    position: absolute;
    height: 1.05rem;
    background-size: contain;
    top: 0.65rem;
    left: 0.4rem;
    border-radius: 0.4rem;
}
.timeChildEnd {
    background: url(../image/2021/time/end.png) no-repeat center center;
    position: absolute;
}
.axisName {
    position: absolute;
    bottom: 5.2rem;
    left: 0;
    right: 0;
}
.axisDate {
    position: absolute;
    left: 0;
    right: 0;
    top: 5.2rem;
}