.info1 {
    width: 48px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    display: block;
    margin: 7px 0 0 60px;
    position:relative;
    color:rgba(62, 96, 234, 1);
}
.info1::after{
    content:'';
    background-color: rgba(62, 96, 234, 1);
    border-radius: 1px;
    width: 26px;
    height: 3px;
    display: inline-block;
    position:absolute;
    bottom:-19px;
    left:12px;
}
a{
    text-decoration: none; /* 去除默认的下划线 */
    color: #000;    /* 去除默认的颜色和点击后变化的颜色 */ 
}