
.ab2 {
    float: top;
    height: 100%;
    width: 90%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 0;
    text-align: center;

    display: flex;
    flex-direction: column;
}


.ab2t {
    height: 100%;
    width: 100%;

    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}

.ab2tb {
    height: 140px;
    width: 100%;
    text-align: left;
}

.ab2tb img{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ab2tb .cc{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-60%,-50%);
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
}


.ab2line {
    width: 6px;
    height: 70px;
    background: rgba(87, 58, 236, 1);

    position: relative;
    top: 50%;
    transform: translateY(-50%);

    margin-left: 20px;
}

.ab2linet {
    height: 70px;
    width: 230px;

    margin-left: 23px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ab2linet label {
    float: top;

    width: 194px;
    height: 52px;
    font-size: 23px;
    font-family: Source Han Serif SC;
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    line-height: 13px;
    margin-top: 5px;

}

.ab2linet p {
    float: top;

    width: 293px;
    height: 32px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(134, 141, 162, 1);
    line-height: 16px;

    margin-top: 15px;
}

.ab2tt {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.ab2ttt {
    width: 80%;
    height: 220px;
    text-align: center;
    margin: 0 auto;
}



.ab2 .ab2t0 {
    width: 100%;
    height: 39px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 27px;
    margin-top: 16px;
}

.ab2t1 {
    width: 100%;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color:rgba(153,153,153,1);
    line-height: 14px;
    margin-top: 30px;
}

.ab2ttt label {
    width: 100%;
    height: 18px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    display: block;
    margin-top: 5px;
    margin-bottom: 17px;
    text-align: center;
}

.ab2ttt p {
    width: 272px;
    height: 48px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    display: block;
    margin: 0 auto;
}

.ab2ttt img {
    height: 94px;
    width: auto;
}

