.iconfont {
    display: inline-block;
    width: 36.232rpx;
    height: 36.232rpx;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 90ms linear;
    font-size: 0;
}

.iconfont.show {
    opacity: 1;
}

