.content {
    padding: .53rem 0;
}

.contentLast {
    padding-top: .53rem;
}

.icon-bg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-item {
    width: .46rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    flex: 1 ;
}

.firstTab {
    background-color: #38F;
}

.secondTab {
    background-color: #00BC89;
}

.thirdTab {
    background-color: #F2952E;
}

.imageName {
    font-family: PingFangSC-Regular;
    font-size: .1rem;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: .17rem;
}

.imageNameColor {
    font-family: PingFangSC-Regular;
    font-size: .1rem;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: .17rem;
}

.imageNameColorAsh {
    font-family: PingFangSC-Regular;
    font-size: .1rem;
    opacity: .6;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: .17rem;
}

.imageNameAsh {
    font-family: PingFangSC-Regular;
    font-size: .1rem;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    line-height: .17rem;
}

.image {
    width: .22rem;
    height: .22rem;
    margin-top: .04rem;
}

.redot1 {
    width: .16rem;
    height: .16rem;
    position: absolute;
    top: 0;
    right: .43rem;
}
.redot2 {
    width: .1rem;
    height: .1rem;
    position: absolute;
    top: 0;
    right: .48rem;
}

